/*
 Theme Name:   LeBonPlan / GeneratePress Child 
 Theme URI:    https://generatepress.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Niramit:wght@300;400&display=swap');

body {
	margin:0 !important;
	font-weight:400;
}


/* ------------ HEADER ----------------*/
.site-header {
	margin:0;
	max-width:none;
	background:#fff;
}
::selection {
	background: #FFCBB7;
	color:#5F1A00;
}
.main-nav {
	margin:0 auto;
}
.second-nav {
	max-width:none;
	border-bottom:1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
	margin-bottom:30px;
}
.logo,
.main-title a {
	text-transform:capitalize;
	line-height:18px;
	letter-spacing: 1px;
}
#generate-slideout-menu .logo a{
	margin: 15px 30px -5px 0px;
	padding: 0;
	background: none;
}
.slideout-widget{
	margin:0 0 0 -8px !important;
}
.search-icon svg {
	tolp:0.03em;
}
.site-branding{
	margin: -12px 0 0 4px;
}
.site-description{
	font-size:17px;
}
h1,h2,h3,h4,h5,h6,.main-title a,.logo {
	font-family:'Niramit' !important;
}
input[type=search] {
    padding: 6px 15px 8px !important;
}
#sticky-navigation{
	background-color: #fff;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sticky-enabled .main-navigation.is_stuck{
	box-shadow: none;
}
.main-navigation.navigation-stick .navigation-branding{
	order:2;
	flex-grow: 2;
	margin-left: 0 !important;
}
.main-navigation .search-header{
	display:none;
}
.main-navigation.navigation-stick .search-header{
	order:3;
	display:block;
	margin-top: 1px;	
}
.main-navigation.navigation-stick .search-header a{
	font-size:21px;
}
.main-navigation.navigation-stick .sticky-navigation-logo {
    margin: 0 auto;
}
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle{
	order:1 !important;
	margin-left: -15px;
}
.main-navigation.has-sticky-branding.navigation-stick .menu-toggle .mobile-menu{
	display: none;
}
.main-navigation .inside-navigation{
	border:0 !important;
	padding: 0 20px
}
.main-navigation .menu-toggle{
	font-size:23px !important;
}
.main-navigation .main-nav ul li a {
	padding:0;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
}
#generate-slideout-menu .breaker-top {
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
}
#generate-slideout-menu .breaker-bottom {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding-bottom:10px;
}.secondary-navigation .inside-navigation     flex-direction: column;
	border-top:1px solid rgba(0,0,0,0.1);
	/* border-bottom:1px solid rgba(0,0,0,0.1);	 */
}
footer.site-info,
.site-footer.grid-container {
	border-top:1px solid rgba(0,0,0,0.1);
}
.show-search .secondary-navigation .inside-navigation  {
	border-top:0;
}
.main-navigation .menu-toggle {
    display: block;
}
.main-navigation .main-nav>ul {
    display: none;
}
.slide-opened .main-navigation .main-nav>ul {
    display: flex;
}
.secondary-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
    float: none !important;
}
#secondary-navigation .main-nav > ul > li {
	margin:0 9px;
}
#secondary-navigation .main-nav > ul > li > a {
    padding: 3px 13px 3px 14px;
}
#secondary-navigation .main-nav ul li > a:focus:not(:hover) {
	color:#000;
}
#secondary-navigation .menu-item-has-children .dropdown-menu-toggle {
	padding:0 0 0 5px;
}
.secondary-navigation .main-nav ul ul li a {
    font-size: 13px !important;
}
.secondary-navigation ul ul {
	box-shadow:5px 5px 15px rgba(0,0,0,0.1) !important;
}
.slideout-navigation.main-navigation .main-nav ul li a,
.secondary-navigation .main-nav ul li > a {
	background: linear-gradient(#ff4200,#ff4200) left no-repeat;
    background-size: 0% 100%;
    -webkit-transition: background-size .1s;
    transition: background .3s ease-out, color .1s;
}
/* .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] a, */
/* .slideout-navigation.main-navigation .main-nav ul li[class*="current-post-"] a, */
.slideout-navigation.main-navigation .main-nav ul li:hover > a,
.slideout-navigation.main-navigation .main-nav ul li.sfHover a,
.secondary-navigation .main-nav ul li:hover > a {
    background-size: 100% 100%;
    color: #fff;
}
.slideout-navigation.main-navigation .main-nav ul.sub-menu li:hover a{
	background-image: linear-gradient(#000,#000) !important;
}
.slideout-navigation.main-navigation {
    background-color: #fff;
    border-right: 2px solid #000;
}
.slide-opened .slideout-navigation.main-navigation {
    box-shadow: 0 0 30px rgb(255 255 255 / 20%);
}
.nav-float-left .header-widget {
	order:2;
}
.site-branding-container {
    justify-content: center;
    flex-grow: 1;
}
.header-widget aside{
	display:inline-block;
	font-size:23px;
}
.header-widget li.lsi-social-facebook svg{
    vertical-align: top;
	fill:#000;
	margin-top:-1px;
}
.lsi-social-icons {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    display: block !important;
}
.lsi-social-icons li {
    padding: 0 !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 8px 8px 0 !important;
    list-style-type: none !important;
}
.lsi-social-icons li a {
    padding: 8px;
    line-height: 1.2em;
    text-align: center;
    display: block;
}
.menu-toggle .gp-icon.icon-menu-bars {
    margin-top: 1px;
    display: inline-block;
}
#generate-slideout-menu .lsi-social-icons li a{
	font-size:20px;
}
.lsi-social-rss svg{
	width:20px !important;
}
#generate-slideout-menu .lsi-social-icons li svg{
	width:24px;
	fill:#000;
	vertical-align:middle;
}
.lsi-social-icons li a:hover{
	background:#fefefe;
}
.lsi-social-icons li:hover svg,
.slideout-exit.has-svg-icon:hover svg,
.menu-toggle:hover .gp-icon.icon-menu-bars svg,
.main-navigation.navigation-stick .search-header:hover svg,
.header-widget .search-item:hover #search-icon,
.header-widget li.lsi-social-facebook:hover svg{
	fill:var(--accent) !important;
}
.menu-toggle:hover span {
	color:var(--accent);
}
.header-widget #block-2 {
	margin-left:13px;
	font-size:21px;
}
.show-search .search-form.navigation-search{
	display:block;
}
.show-search .header-widget #search-icon{
	display:none;
}
.show-search .header-widget #search-close{
	display:block;
}
.search-box {
	background:#fff;
	position: relative;
}
.search-form.navigation-search {
	border:2px solid #333;
	display:none;
	margin:0 15px;
	
}
.search-form.navigation-search input{
	border:0;
	width:100%;
}
.search-form.navigation-search input:focus{
	outline: none;
}
.search-form.navigation-search input::placeholder{
	color:#000;
}
.mobile-menu-control-wrapper .menu-toggle {
	background:transparent;
}
.accueil a {
	font-size:0 !important;line-height:0 !important; color:#fff !important;
	text-indent:-999px;height: 100%;
	padding:0 10px !important;
}
.secondary-navigation .main-nav > ul > li[class*="current-post-"] > a,
.secondary-navigation .main-nav > ul > li[class*="current-menu-"] > a{
	background-color: #fff;
	background-size: 0% 100%;
	position:relative;
}
.secondary-navigation .main-nav > ul > li[class*="current-post-"]:hover > a,
.secondary-navigation .main-nav > ul > li[class*="current-menu-"]:hover > a{
	background-size: 100% 100%;
}
.secondary-navigation .main-nav > ul > li[class*="current-post-"] > a:after,
.secondary-navigation .main-nav > ul > li[class*="current-menu-"] > a:after{
    content: '';
	display: block;
	width:100%;height:3px;
	bottom:0;left:0;
	position:absolute;
	background:#ff4200;
}
.accueil a:before {
    content: '';
	display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MjEuOTM2LDIxMS43ODZ2MjM4LjUzM2gtOTAuMDY0VjM0Ny4xNTVjMC05LjA0NS03LjMzMS0xNi4zNzUtMTYuMzc1LTE2LjM3NUgyMDAuMzI0DQoJCQljLTkuMDQ1LDAtMTYuMzc1LDcuMzMxLTE2LjM3NSwxNi4zNzV2MTAzLjE2NEg5NC40MzFWMjExLjc4Nkg2MS42ODF2MjU0LjkwOGMwLDkuMDQ1LDcuMzMxLDE2LjM3NSwxNi4zNzUsMTYuMzc1aDEyMi4yNjkNCgkJCWM5LjA0NSwwLDE2LjM3NS03LjMzMSwxNi4zNzUtMTYuMzc1VjM2My41MzFoODIuNDIydjEwMy4xNjRjMCw5LjA0NSw3LjMzMSwxNi4zNzUsMTYuMzc1LDE2LjM3NWgxMjIuODE1DQoJCQljOS4wNDUsMCwxNi4zNzUtNy4zMzEsMTYuMzc1LTE2LjM3NVYyMTEuNzg2SDQyMS45MzZ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik01MDYuODE1LDI1NS41MDhMMjY5LjM3MywzMy4zNTFjLTYuMjUtNS44NTctMTUuOTY2LTUuODk1LTIyLjI3LTAuMTA0TDUuMjk1LDI1NS40MDUNCgkJCWMtNi42NTksNi4xMTktNy4wOTYsMTYuNDc0LTAuOTc3LDIzLjEzM2MzLjIyNiwzLjUyMSw3LjYzNiw1LjMsMTIuMDYzLDUuM2MzLjk1NywwLDcuOTMxLTEuNDMsMTEuMDc1LTQuMzE4TDI1OC4wODUsNjcuNjM1DQoJCQlsMjI2LjM1NSwyMTEuNzg3YzYuNjE2LDYuMTg0LDE2Ljk2NSw1LjgzLDIzLjE0NC0wLjc3QzUxMy43NTgsMjcyLjA0Nyw1MTMuNDE5LDI2MS42ODcsNTA2LjgxNSwyNTUuNTA4eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
    width: 18px;
    background-repeat: no-repeat;
	background-position:center center;
    height: 100%;
}
.accueil.current-menu-item:hover a:before,
.accueil:hover a:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MjEuOTM2LDIxMS43ODZ2MjM4LjUzM2gtOTAuMDY0VjM0Ny4xNTVjMC05LjA0NS03LjMzMS0xNi4zNzUtMTYuMzc1LTE2LjM3NUgyMDAuMzI0DQoJCQljLTkuMDQ1LDAtMTYuMzc1LDcuMzMxLTE2LjM3NSwxNi4zNzV2MTAzLjE2NEg5NC40MzFWMjExLjc4Nkg2MS42ODF2MjU0LjkwOGMwLDkuMDQ1LDcuMzMxLDE2LjM3NSwxNi4zNzUsMTYuMzc1aDEyMi4yNjkNCgkJCWM5LjA0NSwwLDE2LjM3NS03LjMzMSwxNi4zNzUtMTYuMzc1VjM2My41MzFoODIuNDIydjEwMy4xNjRjMCw5LjA0NSw3LjMzMSwxNi4zNzUsMTYuMzc1LDE2LjM3NWgxMjIuODE1DQoJCQljOS4wNDUsMCwxNi4zNzUtNy4zMzEsMTYuMzc1LTE2LjM3NVYyMTEuNzg2SDQyMS45MzZ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01MDYuODE1LDI1NS41MDhMMjY5LjM3MywzMy4zNTFjLTYuMjUtNS44NTctMTUuOTY2LTUuODk1LTIyLjI3LTAuMTA0TDUuMjk1LDI1NS40MDUNCgkJCWMtNi42NTksNi4xMTktNy4wOTYsMTYuNDc0LTAuOTc3LDIzLjEzM2MzLjIyNiwzLjUyMSw3LjYzNiw1LjMsMTIuMDYzLDUuM2MzLjk1NywwLDcuOTMxLTEuNDMsMTEuMDc1LTQuMzE4TDI1OC4wODUsNjcuNjM1DQoJCQlsMjI2LjM1NSwyMTEuNzg3YzYuNjE2LDYuMTg0LDE2Ljk2NSw1LjgzLDIzLjE0NC0wLjc3QzUxMy43NTgsMjcyLjA0Nyw1MTMuNDE5LDI2MS42ODcsNTA2LjgxNSwyNTUuNTA4eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}
.lsi-social-icons li a {
	background: transparent !important;
}
/* ------------ CONTENT --------------- */
.archive article .inside-article,
.sidebar .wpp-list li,
.linked-container  {
    position: relative;
}
.sidebar .wpp-list a:nth-child(2):before,
.archive article .inside-article  a:not(.cat-tag):before,
.linked-container a:not(.cat-tag):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.archive article .inside-article .author a:not(.cat-tag):before{
	display:none;
}
.featured-navigation .overlay-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%) !important;
	background-color: transparent;
	transition: background-color 0.2s ease-in;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;	
}
.featured-navigation .next-link .overlay-container {
    align-items: flex-end;	
}
.featured-navigation .linked-container:hover .overlay-container {
    background-color:rgba(255,66,0,0.3) !important;
}
.featured-navigation .linked-container:before {
    transition: 0.3s all ease;
}
.featured-navigation .linked-container:hover:before {
    -webkit-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
p.prev-post-link,
p.next-post-link {
    display: inline-block;
    background-color: #ff4200;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 10px;
	margin:20px;
    border-radius: 10px 10px 10px 0;
}
p.prev-post-link{
    border-radius: 10px 10px 0 10px;	
}
p.prev-post-link::before {
    right: 0;
	left:auto;
    border-top: solid 5px var(--accent);
    border-left: solid 10px transparent;
    border-bottom: solid 6px transparent;
    border-right: solid 8px var(--accent);
}
.featured-navigation .linked-container,
.wp-show-posts-inner,
.article-page-hero,
.wp-show-posts-image,
.has-background,
.post-image,
.site-content img {
	border-radius:30px 30px 30px 0;
	overflow:hidden;
}
.featured-navigation .linked-container.prev-link {
	border-radius:30px 30px 0 30px;	
}
.wp-show-posts-inner {
	outline: 2px solid #fff;
	outline-offset:0;
}
.widget_recent_entries li a strong,
.wpp-post-title strong,
.entry-title strong,
.gb-headline strong,
.wp-show-posts-entry-title strong{
	font-weight:normal;	
}
.separate-containers .site-main {
	margin-top:0 !important;
}
.site-footer {
	background:#111;
	color:#fff;
}
.site-footer a{
	color:#fff;
}
.footer-widgets {
	display: none;
}
.copyright-footer {
	padding:10px 20px;
}
.wp-block-separator {
	height:1px;
	background:#E5E5E5;
	border:0;
}
.wp-block-separator.no-margin-bottom{
	margin-bottom:2px;
}

.wp-block-image {
	border-radius: 30px 30px 30px 0;
}

@media (max-width: 782px) {
	.wp-block-image {
		overflow: hidden;
		}
	
	.wp-block-image figure.alignright,
	.wp-block-image figure.alignleft {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.wp-block-quote{
	border:5px solid #f0f0f0;
	border-width:5px 0;
	position:relative;
	overflow:visible;
	padding:30px 40px;	
    margin: 0.5em 0 1.5em;	
}
.wp-block-quote.is-style-large {
	padding:1.5em 2.5em;		
}
.wp-block-quote:after,
.wp-block-quote:before{
	background:#fff url(assets/quote-lebonplan-top.svg) 0 0 no-repeat;
	background-size:auto 100%;
	content:"";
	width:60px;
	height:20px;
	position:absolute;
}

.wp-block-quote:before{
	top:-7px;left:0;
}
.wp-block-quote:after{
	bottom:-7px;right:0;
	background-image:url(assets/quote-lebonplan-bottom.svg);	
	background-position:100% 100%;
}
.portraits .wp-show-posts-image a{
	max-height:200px;
	display:block;
	position:relative;
	overflow:hidden;
}
.portraits .wp-show-posts-inner .wp-show-posts-image img {
	width:100%;
}
a.see-more{
	text-transform:uppercase;
	float:right;
	font-size:13px;
	padding-left:15px;
	font-weight:600;
	margin-top: 10px;
}
.is-right-sidebar .inside-right-sidebar {
	border-left:1px solid rgba(0,0,0,0.1);
	padding-left:25px;
}
.wp-show-posts-entry-meta {
	margin-bottom:3px !important;
}
.search .entry-summary,
.archive .entry-summary {
	margin:0 0 35px;
}
.search .entry-meta,
.archive .entry-meta {
    font-size: 85%;
	margin: 0 0 3px;	
}
.search .entry-title,
.archive .entry-title {
    margin-bottom: 10px;
}
.archive .search{
	margin-bottom: 10px;
}
.search article,
.archive article{
	margin-bottom: 0;
}
.subcategories {
	list-style: none;
	margin-bottom: 0;
}
.subcategories li{
	display: inline-block;

	margin-right: 10px;

}
.subcategories li a{
	padding: 2px 10px;	
	border-radius:5px;	
	border: 1px solid #e5e5e5;	
    box-shadow: 3px 3px 6px rgb(0 0 0 / 5%);		
	display:block;
	margin-bottom:10px;
}
.subcategories li:hover a{
	color:#fff;	
	background:var(--accent);
	border-color:var(--accent);	
}
.subcategories li a{
	font-size:95%;
}
.search .page-header {
	padding-bottom: 20px;
}
.display-posts-listing.grid article .wp-show-posts-inner,
.search article .inside-article,
.archive article .inside-article{
	border-top:1px solid #E5E5E5;
	padding:35px 0 0px;
}
.display-posts-listing.grid article:first-of-type .wp-show-posts-inner,
.search article:first-of-type .inside-article,
.archive article:first-of-type .inside-article,
.archive article:first-child .inside-article{
	border-top:0;
}
a.cat-tag,
.cat-tag {
	padding:4px 8px;
	background:var(--accent);
	border-radius:5px 5px 5px 0;
	font-size:13px !important;
	color:#fff !important;
	position: relative;
    margin-right: 5px;
    line-height: 30px;
    white-space: nowrap;
}
.cat-tag::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  bottom: -5px;
  left: 0;
  border-top: solid 5px var(--accent);
  border-right: solid 10px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 8px var(--accent);
}
.slideout-navigation.main-navigation .main-nav ul li.cat-item a,
.secondary-navigation .main-nav ul li.cat-item > a {
	background-image: linear-gradient(var(--accent),var(--accent));
}

.gb-button-text a{
	color:#fff;
}
.newsletter-box form {
	position:relative;
}
.newsletter-box h2 strong {
	font-weight:400;
}
.newsletter-box label{
	background:#111;
	color:#fff;
	margin:0;
	padding:0 10px;
	font-weight: 500;
	font-size:18px;
	display:inline-block;
	position:absolute;
	top:-15px;
	left:18px;
	z-index:10;
}
.newsletter-box input[type="submit"]{
	border:0;
}
/* ------------- ARTICLES / SINGLES POSTS -------------------- */
.article-page-hero {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.article-page-hero.gb-has-bg{
    color: #ffffff;
}
.article-page-hero.gb-has-bg a{
	color: #fff;
}


.article-page-hero.gb-has-bg:after {
    content: "";
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
    z-index: 0;
    position: absolute;
    top: 0;right: 0;bottom: 0;left: 0;
}


 /* --- Enlever bannière pour post spécifique --- */

.postid-29674 .article-page-hero.gb-has-bg:after {
  content: none !important;
 
}



 /* ----------- */

.article-page-hero > .gb-inside-container {
    padding: 5% 2% 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}

.article-page-hero.gb-no-bg {
	background:#F2F3F2;
}

.article-page-hero.gb-has-bg > .gb-inside-container {
    padding: 43% 2% 0;
}
.article-page-hero.inline-post-meta-area > .gb-inside-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-page-hero .inline-post-meta-area > .gb-inside-container {
    padding: 0 0 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.article-page-hero .inline-post-meta-area span.gb-headline {
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-right: 1px solid #fff;
}
.article-page-hero.gb-no-bg .inline-post-meta-area span.gb-headline{
	border-color:#000;
}
.article-page-hero .inline-post-meta-area span.gb-headline:last-child {
    border-right: 0;
	padding-right: 0;
}
/* -------------- SIDEBAR ------------------- */
.inside-right-sidebar .widget{
	padding:0 10px;
	margin-bottom:30px;
}
.inside-right-sidebar .widget .no-padding{
	margin:0 -10px;
}
.inside-right-sidebar .popular-posts,
.inside-right-sidebar .widget-1{
	padding:0;
	margin-bottom:15px;
}

.inside-right-sidebar .widget article,
.inside-right-sidebar .wpsp-card article{
	margin-bottom:15px;
}
.inside-right-sidebar .article_sidebarlist .wp-show-posts-image {
    margin-top: 10px;
}
.article_sidebarlist .wp-show-posts-image {
	float: left;
	margin-right: 15px;
}
.widget_custom_html.fiches_pratiques,
.home_bulle_fiches_pratiques {
	margin-bottom:30px !important;
}
.fiches_pratiques .wp-show-posts-inner {
	max-height:250px;
}
#right-sidebar .fiches_pratiques .wpsp-card .wpsp-content-wrap {
	position:absolute;
}
/* -----------ARCHIVE & CATEGORY --------- */
.archive footer.entry-meta,
.category footer.entry-meta {
	display:none;
}

.wpsp-read-more a {
    border-color: #ff4200 !important;
}

.generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title,
.wp-show-posts-entry-title {
	line-height: 30px !important;
	margin-bottom: 10px;
}

p.gb-headline-8d3d4c12 {
    background-color: #ff4200;
}
.generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
    height: auto !important;
    overflow: visible !important;
}

/* ----------------- DISPLAY POSTS -------------- */
/* Grid style */
.display-posts-listing.grid {
    margin-left: -25px;
    display: block;
}
@media (min-width: 768px){
	.wpsp-col-6 {
		width: 50%;
	}
	.wpsp-col-4 {
		width: 33.33%;
	}
	.wpsp-col-1, .wpsp-col-10, .wpsp-col-11, .wpsp-col-12, .wpsp-col-2, .wpsp-col-20, .wpsp-col-3, .wpsp-col-4, .wpsp-col-5, .wpsp-col-6, .wpsp-col-7, .wpsp-col-8, .wpsp-col-9 {
		float: left;
	}
}
.display-posts-listing.grid .title {
	display: block;
}
.display-posts-pagination {
	margin: 0 0 25px 25px;
}
.display-posts-pagination .current,
.display-posts-pagination a{
	color: #ffffff;
    background-color: #ff4200;
    pointer-events: initial !important;
    border-color: inherit;
    border: 1px solid #ff4200;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px !important;
    display: inline-block;
	margin-bottom:5px;

}
.display-posts-pagination .dots{
	margin:0 15px;
}
.display-posts-pagination .page-numbers:hover,
.display-posts-pagination .current{
	color:#ff4200;
	background:transparent;
	border: 1px solid #ff4200;
}
.display-posts-listing.grid img {
	display: block;
	max-width: 100%;
	height: auto;
}
.display-posts.grid {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr auto;
    row-gap: 25px;
    column-gap: 25px;
}
.display-posts.grid .wpsp-content-wrap {
	margin-top: 10px;
}

.display-posts-listing.grid .wp-show-posts-inner {
    margin: 0 0 25px 25px;
	border-radius:0;
}
.wp-show-posts-inner :last-child {
    margin-bottom: 0;
}
.search .entry-header,
.archive .entry-header,
.generate-columns-container article .entry-header, .wp-show-posts-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.featured-home .wp-show-posts-image a {
    line-height: 0 !important;
}
.search .post-image a,
.archive .post-image a,
.wp-show-posts-image a{
	display:block;
	line-height: 0;
	position:relative;
}
.sidebar .wpp-list a:first-child{
    position: relative;
    display: inline;
    float: left;
    margin: 0 1rem 0 0;
    border: none;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
}
.wpp-thumbnail {
	display: block;
    float: none;
    margin: 0;
}
.sidebar .wpp-list a:first-child:after,
.wpsp-card .wp-show-posts-image a:after,
.search .post-image a:after,
.archive .post-image a:after,
.display-posts-listing .wp-show-posts-image a:after,
.display-posts.cards .wp-show-posts-image a:after,
.portraits .wp-show-posts-image a:after,
.featured-home .wp-show-posts-image a:after {
	background:#ff4200;
	content:"";
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	top:0;left:0;
	z-index:0;
	transition:all 0.2s ease-in;
}
.sidebar .wpp-list li:hover a:first-child:after,
.search .inside-article:hover .post-image a:after,
.archive .inside-article:hover .post-image a:after,
.wpsp-card .wp-show-posts-image a:hover:after,
.display-posts-listing .wp-show-posts-inner:hover .wp-show-posts-image a:after,
.display-posts.cards .wp-show-posts-image a:hover:after,
.portraits .wp-show-posts-inner:hover .wp-show-posts-image a:after,
.featured-home .wp-show-posts-image a:hover:after {
	opacity:0.3;
}
.wp-show-posts-entry-meta {
    font-size: .8em;
}

/* CARD LAYOUT SIDEBAR */
.wpsp-grid .wp-show-posts {
    row-gap: 20px;
    column-gap: 20px;
}

.wpsp-card .wpsp-content-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%) !important;
}



#right-sidebar .wpsp-card .wp-show-posts-inner {
	background:#fff;
}
/* #right-sidebar .wpsp-card .wp-show-posts-image {
    position: absolute;
    bottom: 0;
    height: 100%;
    min-width: 100%;
} */
#right-sidebar .wpsp-card .wp-show-posts-image a {
	display: block;
    height: 100%;
    width: 100%;
}
#right-sidebar .wpsp-card .wp-show-posts-image img{
	height:100%;
	min-width:100%;
}
#right-sidebar .wpsp-card .wpsp-content-wrap {
    position: relative;
	padding:9% 8%;
}
.inside-right-sidebar a,
.portraits a {
	color:#000;
}
#right-sidebar .wpsp-card .has-no-image:hover h5 a,
.portraits .wp-show-posts-inner:hover a,
.inside-right-sidebar a:hover,
.site-footer a:hover{
	text-decoration:underline;
}
.sidebar .widget .widget-title {
    color: #ff4200;
	font-size:18px !important;
}
.has-no-image .wpsp-content-wrap {
	background:#F2F3F2 !important;
}
.has-no-image .wpsp-content-wrap h5 a{
	color:#333;
}
.videos .wp-show-posts-inner {
    height: 100%;
}
.videos article:first-child {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.videos article:nth-child(2) {
	grid-column: 3 / end;
	grid-row: 1 / 2;
}
.videos article:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / end;
}
.videos article:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / end;
}
.videos article:nth-child(5) {
	grid-column: 3 / end;
	grid-row: 2 / end;
}
.featured-home article:not(:first-child) .big-title,
.videos article:not(:first-child) .big-title {
	font-size:18px;line-height:18px;
}

.wpsp-card .videos .wpsp-content-wrap {
	z-index:10;
}
.wpsp-card article:hover .play-btn {
	transform:scale(1.2);
}
.wpsp-card .play-btn {
    height: 50px;
    width: 50px;
    border: 3px solid #ff4200;
	border-radius:30px 30px 30px 0;
	background-color:rgba(0,0,0,0.4);
	position:relative;
	margin-bottom:10px;
	transition:all 0.2s ease-in;
}
.wpsp-card .play-btn:after{
	content:"";
	position:absolute;
	width:0; height:0;
	border-top : 8px solid transparent;
	border-left : 17px solid #ff4200;
	border-bottom : 8px solid transparent;
	top:calc(50% - 8px);
	left:calc(50% - 8px);
	z-index:9;
}
@media (min-width: 700px) and (max-width: 1024px) {
	.display-posts.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
	.videos article:not(:first-child) h2 a {
		font-size:18px;line-height:18px;
	}
}
@media (max-width: 699px) {
	.display-posts.grid {
		grid-template-columns: repeat( 1, 1fr );
	}
	.videos article {
		grid-column: 1 / end !important;
		grid-row: auto !important;
	}
}

@media (min-width: 420px) {
	.wpsp-align .wp-show-posts-image {
		margin-bottom: 0;
	}
}
.wpsp-align .wp-show-posts-image a, .wpsp-align .wp-show-posts-image img {
    height: 100%;
}

.generate-columns-container article .inside-article img, .wp-show-posts-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

/* WPSP Grids */
/* Single column align side image */
/* Add wpsp-align class to to WPSP List shortcode wrapper */
.featured-home a.read-more {
	display: none;
}
.display-posts.grid p,
.display-posts.grid h2,
.display-posts.grid header,
.featured-home h2,
.featured-home header {
	margin-bottom:6px;
}

@media (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wpsp-align .wp-show-posts-inner>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) and (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner .wp-show-posts-image {
        margin-right: 1.5em;
    }
}

/* magazine Grid Golden Ratio 5 block standard */
/* Add wpsp-grid class to WPSP List shortcode wrapper */

.featured-home .wpsp-content-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%) !important;
	transition:all ease-in 0.1s;
}

.featured-home article:not(:first-child) .wp-show-posts-inner:hover .wpsp-content-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%) !important;
}

.featured-home {
	display: grid;
    row-gap: 25px;
    column-gap: 25px;
	padding-bottom:30px !important;
}
.display-posts .wp-show-posts-inner {
    overflow: hidden;
}
.display-posts-listing .wp-show-posts-image.wpsp-image-left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.display-posts.cards .wp-show-posts-image {
	height: 100%;
	background:#333;
}
.display-posts.cards .wp-show-posts-image a{
	display:block;
	height:100%;
}

@media (min-width: 900px) {
    .featured-home {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 1fr auto;
    }
    .featured-home article:first-child {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }
    .featured-home article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
    }
    .featured-home article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }
    .featured-home article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }
    .featured-home article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }
    .featured-home article:nth-child(n+6) {
        grid-column: span 2;
    }
	
	.featured-home.articles-4 article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;		
	}
    .featured-home.articles-4 article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-4 article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
	.featured-home.articles-6 article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
	}
    .featured-home.articles-6 article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-6 article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-6 article:nth-child(5) {
        grid-column: 1 / 5;
        grid-row: 4 / end;
    }	
    .featured-home.articles-6 article:nth-child(6) {
        grid-column: 5 / end;
        grid-row: 4 / end;
    }		
	
	.featured-home.articles-7 article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
	}
    .featured-home.articles-7 article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-7 article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-7 article:nth-child(5) {
        grid-column: 1 / 5;
        grid-row: 4 / end;
    }	
    .featured-home.articles-7 article:nth-child(6) {
        grid-column: 5 / 7;
        grid-row: 4 / end;
    }	
    .featured-home.articles-7 article:nth-child(7) {
        grid-column: 7 / end;
        grid-row: 4 / end;
    }	
	
	.featured-home.articles-8 article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
	}
    .featured-home.articles-8 article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-8 article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-8 article:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 4 / end;
    }	
    .featured-home.articles-8 article:nth-child(6) {
        grid-column: 3 / 5;
        grid-row: 4 / end;
    }	
    .featured-home.articles-8 article:nth-child(7) {
        grid-column: 5 / 7;
        grid-row: 4 / end;
    }		
    .featured-home.articles-8 article:nth-child(8) {
        grid-column: 7 / end;
        grid-row: 4 / end;
    }	
	
	.featured-home.articles-9 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-9 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-9 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-9 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-9 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / end;
    }	
    .featured-home.articles-9 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / end;
    }		
    .featured-home.articles-9 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / end;		
    }		
    .featured-home.articles-9 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / end;
    }	
	
	.featured-home.articles-10 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-10 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-10 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-10 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-10 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-10 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-10 article:nth-child(8) {
        grid-column: 5 / end;
        grid-row: 4 / 6;		
    }			
    .featured-home.articles-10 article:nth-child(9) {
        grid-column: 1 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-10 article:nth-child(10) {
        grid-column: 5 / end;
        grid-row: 6 / 8;
    }	
	
	.featured-home.articles-11 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-11 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-11 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-11 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-11 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-11 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-11 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-11 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-11 article:nth-child(10) {
        grid-column: 1 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-11 article:nth-child(11) {
        grid-column: 5 / end;
        grid-row: 6 / 8;
    }		
	
	.featured-home.articles-12 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-12 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-12 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-12 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-12 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-12 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-12 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-12 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-12 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-12 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-12 article:nth-child(12) {
        grid-column: 5 / end;
        grid-row: 6 / 8;
    }	

	.featured-home.articles-13 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-13 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-13 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-13 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-13 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-13 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-13 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-13 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-13 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-13 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-13 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-13 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
	
	.featured-home.articles-14 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-14 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-14 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-14 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-14 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-14 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-14 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-14 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-14 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-14 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-14 article:nth-child(12) {
        grid-column: 5 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-14 article:nth-child(13) {
        grid-column: 1 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-14 article:nth-child(14) {
        grid-column: 5 / end;
        grid-row: 8 / 10;
    }		

	
	.featured-home.articles-15 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-15 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-15 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-15 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-15 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-15 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-15 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-15 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-15 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-15 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-15 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-15 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-15 article:nth-child(14) {
        grid-column: 1 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-15 article:nth-child(15) {
        grid-column: 5 / end;
        grid-row: 8 / 10;
    }			
	
	.featured-home.articles-16 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-16 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-16 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-16 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-16 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-16 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-16 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-16 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-16 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-16 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-16 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-16 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-16 article:nth-child(14) {
        grid-column: 1 / 3;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-16 article:nth-child(15) {
        grid-column: 3 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-16 article:nth-child(16) {
        grid-column: 5 / end;
        grid-row: 8 / 10;
    }	
	
	.featured-home.articles-17 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-17 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-17 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-17 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-17 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-17 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-17 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-17 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-17 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-17 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-17 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-17 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-17 article:nth-child(14) {
        grid-column: 1 / 3;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-17 article:nth-child(15) {
        grid-column: 3 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-17 article:nth-child(16) {
        grid-column: 5 / 7;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-17 article:nth-child(17) {
        grid-column: 7 / end;
        grid-row: 8 / 10;
    }	

	.featured-home.articles-18 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-18 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-18 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-18 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-18 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-18 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-18 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-18 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-18 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-18 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-18 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-18 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-18 article:nth-child(14) {
        grid-column: 1 / 3;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-18 article:nth-child(15) {
        grid-column: 3 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-18 article:nth-child(16) {
        grid-column: 5 / end;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-18 article:nth-child(17) {
        grid-column: 1 / 5;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-18 article:nth-child(18) {
        grid-column: 5 / end;
        grid-row: 10 / 12;
    }	


	.featured-home.articles-19 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-19 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-19 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-19 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-19 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-19 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-19 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-19 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-19 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-19 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-19 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-19 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-19 article:nth-child(14) {
        grid-column: 1 / 3;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-19 article:nth-child(15) {
        grid-column: 3 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-19 article:nth-child(16) {
        grid-column: 5 / end;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-19 article:nth-child(17) {
        grid-column: 1 / 5;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-19 article:nth-child(18) {
        grid-column: 5 / 7;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-19 article:nth-child(19) {
        grid-column: 7 / end;
        grid-row: 10 / 12;
    }	
	
	.featured-home.articles-20 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-20 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-20 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-20 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-20 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-20 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-20 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-20 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-20 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-20 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-20 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-20 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-20 article:nth-child(14) {
        grid-column: 1 / 3;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-20 article:nth-child(15) {
        grid-column: 3 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-20 article:nth-child(16) {
        grid-column: 5 / end;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-20 article:nth-child(17) {
        grid-column: 1 / 3;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-20 article:nth-child(18) {
        grid-column: 3 / 5;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-20 article:nth-child(19) {
        grid-column: 5 / 7;
        grid-row: 10 / 12;
    }		
    .featured-home.articles-20 article:nth-child(20) {
        grid-column: 7 / end;
        grid-row: 10 / 12;
    }	

	.featured-home.articles-21 article:nth-child(2) {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
	}
    .featured-home.articles-21 article:nth-child(3) {
        grid-column: 7 / end;
        grid-row: 1 / 2;
    }	
    .featured-home.articles-21 article:nth-child(4) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-21 article:nth-child(5) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }	
    .featured-home.articles-21 article:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }	
    .featured-home.articles-21 article:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-21 article:nth-child(8) {
        grid-column: 5 / 7;
        grid-row: 4 / 6;		
    }		
    .featured-home.articles-21 article:nth-child(9) {
        grid-column: 7 / end;
        grid-row: 4 / 6;
    }		
    .featured-home.articles-21 article:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-21 article:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 6 / 8;
    }	
    .featured-home.articles-21 article:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-21 article:nth-child(13) {
        grid-column: 7 / end;
        grid-row: 6 / 8;
    }		
    .featured-home.articles-21 article:nth-child(14) {
        grid-column: 1 / 3;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-21 article:nth-child(15) {
        grid-column: 3 / 5;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-21 article:nth-child(16) {
        grid-column: 5 / 7;
        grid-row: 8 / 10;
    }		
    .featured-home.articles-21 article:nth-child(17) {
        grid-column: 7 / end;
        grid-row: 8 / 10;
    }	
    .featured-home.articles-21 article:nth-child(18) {
        grid-column: 1 / 3;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-21 article:nth-child(19) {
        grid-column: 3 / 5;
        grid-row: 10 / 12;
    }		
    .featured-home.articles-21 article:nth-child(20) {
        grid-column: 5 / 7;
        grid-row: 10 / 12;
    }	
    .featured-home.articles-21 article:nth-child(21) {
        grid-column: 7 / end;
        grid-row: 10 / 12;
    }	
}

@media (max-width: 899px) and (min-width: 600px) {
    .featured-home article {
        grid-column: span 4;
    }

    .featured-home article:nth-child(3), .featured-home article:nth-child(4) {
        grid-row: 3;
        grid-column: span 2;
    }
}

.wpsp-grid article:not(:first-child) .wp-show-posts-image a img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wpsp-grid article:not(:first-child) h2 {
	font-size:22px;
}
.wpsp-grid article:first-child .wp-show-posts-image a img {
    height: 525px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wpsp-card .videos article .wp-show-posts-entry-summary, .wpsp-card .videos article .read-more,
.wpsp-grid article:not(:first-child) .wp-show-posts-entry-summary, .wpsp-grid article:not(:first-child) .wp-show-posts-entry-meta-below-post, .wpsp-grid article:not(:first-child) .wpsp-read-more {
    display: none;
}
/* WPSP Card Styling */
/* Add wpsp-card class to WPSP List shortcode wrapper */
.videos .wp-show-posts-meta a, .featured-home .wp-show-posts-meta a, .featured-home .wp-show-posts-meta a:visited {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

:not(.widget).featured-home .wp-show-posts article, .featured-home .wp-show-posts-image {
    margin-bottom: 0 !important;
}

.featured-home .wp-show-posts-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.featured-home .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(80, 50, 50, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(80, 50, 50, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.featured-home article {
    position: relative;
    overflow: hidden;
}
/* .search .inside-article:hover .post-image a:after, */
/* .wpsp-card .wp-show-posts-image a:hover:after, */
/* .display-posts.cards .wp-show-posts-image a:hover:after, */
.wpsp-card .wp-show-posts-image a img,
.archive .inside-article .post-image img,
.display-posts-listing .wp-show-posts-inner .wp-show-posts-image img,
.portraits .wp-show-posts-inner .wp-show-posts-image img,
.featured-home article, .featured-home article .wp-show-posts-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.wpsp-card .wp-show-posts-image a:hover img,
.archive .inside-article:hover .post-image img,
.display-posts-listing .wp-show-posts-inner:hover .wp-show-posts-image img,
.portraits .wp-show-posts-inner:hover .wp-show-posts-image a img,
.featured-home article:hover .wp-show-posts-image img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.separate-containers .inside-right-sidebar{
	margin-top:0 !important;
}
@media (min-width: 750px) and (max-width: 1250px) {
	.category-title,
	.featured-home.inside-article,
	.second-nav.grid-container,
	.grid-container.subcategories,
	.site.grid-container.container {
		padding:0 20px !important;
	}
	.featured-home.inside-article{
		margin-bottom:20px;
	}
}
@media (max-width: 780px) {
	.site-header .header-image {
		max-width: 200px;
	}

	.main-title {
		font-size: 22px;
		line-height: 24px;
		margin-top:6px;
	}
	.site-description {
		font-size:12px;
	}
	.mobile-menu {
		display:none;
	}
	.nav-float-left .header-widget {
		display: none;
	}
	.menu-toggle {
		margin-left: 10px;
	}
	.second-nav {
		border-bottom:1px solid rgba(0,0,0,0.1);
		margin-bottom:10px;
	}

	.featured-navigation{
		margin: 0 20px;
	}
	.is-right-sidebar{
		margin-top:20px;
		border-top: 1px solid rgba(0,0,0,0.1);
		padding-top: 30px;
	}
	.is-right-sidebar .inside-right-sidebar {
		padding:0 20px;
		border-left: 0;
	}
	.inside-right-sidebar .widget {
		padding: 0;
	}
	.videos article:first-child{
		width:100%;
	}
	.grid-container.subcategories,
	.category-title,
	.tag .site .site-content,
	.author .site .site-content,
	.category .site .site-content{
		padding:0 20px;
	}
	.archive .is-right-sidebar .inside-right-sidebar {
		padding:0;
	}
	.display-posts.grid {
	    width:100%;
	}
	a.see-more {
		display: block;
		float: none;
		padding: 0;
		margin-top: -5px;
		position: relative;
	}
	a.see-more:before {
		position: relative;
		content:">";
		display: inline-block;
		top:50%;
		left:0;
		width: 15px;
	}
	.display-posts-listing .wp-show-posts-image.wpsp-image-left {
	    max-width:120px;
	}
	.display-posts-listing .wp-show-posts-image.wpsp-image-left img{
		width: 100%;
	}
	body:not(.post-image-aligned-center) .featured-image, body:not(.post-image-aligned-center) .inside-article .featured-image, body:not(.post-image-aligned-center) .inside-article .post-image {
		margin-left: 1em !important;
		float: right !important;
		max-width: 150px !important;
	}
}
@media (max-width: 580px) {
	.display-posts-listing.grid .wp-show-posts-inner {
		border-radius: 0;
	}
	.display-posts-listing .wp-show-posts-image.wpsp-image-left {
	    max-width:80px;margin-right: 1em;
		float: right;
		margin: 0 0 1em 1em;
	}
	body:not(.post-image-aligned-center) .featured-image, body:not(.post-image-aligned-center) .inside-article .featured-image, body:not(.post-image-aligned-center) .inside-article .post-image {
		margin-left: 1em !important;
		float: right !important;
		max-width: 80px !important;
	}
	.archive .entry-header,.search .entry-header,
	.display-posts-listing.grid .wp-show-posts-entry-header {
		display: block;
	}
	.display-posts-listing.grid .wp-show-posts-entry-header h2,
	.display-posts-listing.grid .wp-show-posts-entry-header .wp-show-posts-entry-meta{
		margin-bottom:5px;
	}
}

/* ------------ Bulle LBP ----------------*/

.bulle-lbp {
    overflow: hidden;
    position: relative;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
}

.bulle-lbp__url {
    display: block;
    line-height: 0;
    position: relative;
}

.bulle-lbp__url::after {
	background: #ff4200;
 	content: "";
 	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
	transition: all 0.2s ease-in; 
}

.bulle-lbp__url:hover::after {
	opacity:0.3;
}

.bulle-lbp__url:hover .bulle-lbp__image {
    -webkit-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.bulle-lbp__image {
	-webkit-backface-visibility: hidden;
  	-webkit-transition: 0.3s all ease;
  	transition: 0.3s all ease;
}

.bulle-lbp__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%) !important;
    pointer-events: none;
}

.bulle-lbp__title {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 30px !important,
}

.bulle-lbp__description {
    color: #fff;
}

/* ------------ LBP Semaine ----------------*/

/* ------------ Page LBP Semaine ----------------*/

#post-27245 h1 {
	text-align: center;
}

.lbps-menu {
	
}

#menu-item-27363 a, #menu-item-27363 a:visited, #menu-item-27363 a:focus, #menu-item-27363 a:active, #menu-item-27363 a:focus:not(:hover) {
	color: #ff4200!important;
}

#menu-item-27363 a:hover {
	color: #ffffff!important;
}

.lbps__h2 {
	margin-bottom: 36px;
}

.lbps-bloc {
	margin-bottom: 72px;
}

/* ------------ Composition : Bloc évènement ----------------*/
.lbps-event {
	margin-bottom: 36px;
}

.lbps-event__date {
	margin-bottom: 10px;
}

.lbps-next {
	margin-bottom: 72px;	
}

.lbps-nextevent {
	margin-bottom: 24px;
}

.lbps-nextevent__date {
	margin: 0;
}
.lbps-nextevent__content {
	margin-bottom: 10px;
}

.lbps-event__name {
	margin-bottom: 10px;
}
.lbps-event__place {
	margin-bottom: 20px;
}
.lbps-event__content {
}

.lbps-event__content:has(+ .lbps-event__content) {
    margin-bottom: 15px;
}


/* ------------ Composition : Bloc actualité ----------------*/

.lbps-news {
	margin-bottom: 36px;
}

.lbps-news__category {
	margin-bottom: 10px;
}
.lbps-news__title {
	margin-bottom: 20px;
}
.lbps-news__content {
	
}

.lbps-news__content:has(+ .lbps-news__content) {
    margin-bottom: 15px;
}

.lbps-news.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}


/* ------------ Media & text ----------------*/

.wp-block-media-text {
	
}

.wp-block-media-text__media img {
	margin-bottom: 24px;
}

.wp-block-media-text > .wp-block-media-text__content {
	padding: 0;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    padding-right: 24px;
}
.wp-block-media-text.has-media-on-the-left > .wp-block-media-text__content {
    padding-left: 24px;
}