.wp-block-buttons{
	gap:20px;
}

.button-base,
.wp-block-button a{
	display: inline-block;
	color: #fff;
	font-size: .9em;
	line-height: 1.3em;
	padding: 16px 30px;
	background: #152948;
	margin-top: 20px;
	border-radius: 12px;
	letter-spacing: 0;
	font-weight: 500;
	font-family: "DM Sans", Arial, sans-serif !important;
	transition: all .3s;
}

.button-base::after,
.wp-block-button a::after{
	content:'';
	display: inline-block;
	width: 14px;
	height: 8px;
	background: url(../img/arrow-long-right.svg) no-repeat center / contain;
	margin-left: 12px;
}

.button-base:hover,
.wp-block-button a:hover{
	background: #C8A45E;
}

.button-base.button-or,
.wp-block-button.button-or a{
	background: #C8A45E;
}

.button-base.button-or:hover,
.wp-block-button.button-or a:hover{
	background: #152948;
}

.button-base.button-blanc,
.wp-block-button.button-blanc a {
	background: #fff;
	color: #152948;
}

.button-base.button-blanc:hover,
.wp-block-button.button-blanc a:hover {
	background: #C8A45E;
	color: #fff;
}

.button-base.button-blanc::after,
.wp-block-button.button-blanc a::after{
	background: url(../img/arrow-long-right-bleu.svg) no-repeat center / contain;
}

.button-base.button-blanc:hover::after,
.wp-block-button.button-blanc a:hover::after{
	background: url(../img/arrow-long-right.svg) no-repeat center / contain;
}

.button-base.button-spotify::after,
.wp-block-button.button-spotify a::after{
	background: url(../img/icone-spotify-vert.svg) no-repeat center / contain !important;
	width: 16px !important;
	height: 16px !important;
	top: 3px !important;
	margin-left: 8px !important;
}

.button-base.button-spotify:hover::after,
.wp-block-button.button-spotify a:hover::after{
	background: url(../img/icone-spotify.svg) no-repeat center / contain !important;
}

.button-base.button-spotify,
.wp-block-button.button-spotify a{
	background: #fff;
	border: 1px solid #33D15A !important;
	color: #33D15A;
}

.button-base.button-spotify:hover,
.wp-block-button.button-spotify a:hover{
	background: #33D15A;
	color: #fff;
}

.wrap_content{
	max-width: 1500px;
	margin: auto;
	padding: 0px;
}

.wrap_small_content{
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}

.has-small-font-size {
	font-size: 16px !important;
	font-family: "DM Sans", Arial, sans-serif !important;
}

i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.wp-block-list li:not(:last-of-type){
	margin-bottom: 10px;
}

.wp-block-list li::before{
	content:'\f14a';
	display: inline-block;
	margin-right: 8px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: .85em;
}

.wp-block-list.liste-check li::before{
	content:'\f14a';
	display: inline-block;
	margin-right: 8px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1em;
	color: #3B5676;
}

.wp-block-list.liste-check li strong{
	color: #3B5676;
}

.wp-block-list.liste-wrong li::before{
	content:'\f2d3';
	display: inline-block;
	margin-right: 8px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1em;
	color: #C82830;
}

.wp-block-list.liste-ok li::before{
	color: #7F95AB;
}

h2{
	font-size: 2.4em;
	line-height: 1.5em;
	color: #2F2E2E;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

h3{
	font-size: 1em;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-break: 1.6em;
}

#content-main p:not(:last-of-type){
	margin-bottom: 25px;
}

#content-main p:not(.has-text-color) strong{
	color: #152948;
	font-weight: 500;
}

.wp-block-buttons > .wp-block-button.mt0 > a{margin-top: 0 !important;}

.pt0{padding-top: 0px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt60{padding-top: 60px !important;}
.pt80{padding-top: 80px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pt160{padding-top: 160px !important;}
.pt180{padding-top: 180px !important;}
.pt200{padding-top: 200px !important;}
.pt220{padding-top: 220px !important;}

.pb0{padding-bottom: 0px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}
.pb160{padding-bottom: 160px !important;}
.pb180{padding-bottom: 180px !important;}
.pb200{padding-bottom: 200px !important;}
.pb220{padding-bottom: 220px !important;}

.mt0{margin-top: 0px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mt160{margin-top: 160px !important;}
.mt180{margin-top: 180px !important;}
.mt200{margin-top: 200px !important;}
.mt220{margin-top: 220px !important;}

.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.mb160{margin-bottom: 160px !important;}
.mb180{margin-bottom: 180px !important;}
.mb200{margin-bottom: 200px !important;}
.mb220{margin-bottom: 220px !important;}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

.siteconstruction{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 20;
}

.siteconstruction::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}

.siteconstruction img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 1;
}

.siteconstruction h1{
	text-align: center;
	max-width: 80%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.siteconstruction h1::before{
	content:'';
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 12px;
	background: #fff url(../img/logo-bebest.png) no-repeat center / 90px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -160px;
}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

#header-main{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 999;
}

.wrap_nav_principal{
	max-width: 1500px;
	margin: auto;
}

.wrap_nav_principal::after,
.wrap_left_header::after,
#menu_principal ul::after,
#menu_contact ul::after{
	content:'';
	display: block;
	clear: both;
}

.wrap_left_header{
	float: left;
}

.wrap_right_header{
	float: right;
}

.logo_header{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 0 0 12px 12px;
	padding: 15px;
	background: #fff;
}

.logo_header img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#menu_principal{
	float: left;
	padding-left: 50px;
	padding-top: 40px;
}

#menu_principal ul li{
	float: left;
}

#menu_principal ul li a,
#menu_contact ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	display: inline-block;
	position: relative;
	transition: all .3s;
}

#menu_principal ul li a:hover,
#menu_contact ul li a:hover{
	color: #C8A45E;
}

#menu_principal ul li a::after,
#menu_contact ul li a::after{
	content:'';
	display: block;
	width: 10px;
	height: 1px;
	background: transparent;
	position: absolute;
	left: -10px;
	right: 0;
	margin: auto;
	bottom: -6px;
	transition: all .6s;
}

#menu_principal ul li.current-menu-item a::after,
#menu_contact ul li.current-menu-item a::after,
#menu_principal ul li.current-page-ancestor a::after{
	width: 10px;
	background: #fff;
	left: 0;
}

#menu_principal ul li a:hover::after,
#menu_contact ul li a:hover::after,
#menu_principal ul li.current-page-ancestor a:hover::after{
	width: 10px;
	background: #C8A45E;
	left: 0;
}

#menu_principal ul li:not(:last-of-type){
	margin-right: 40px;
}

#menu_contact{
	padding-top: 28px;
}

#menu_contact ul li{
	float: left;
}

#content-main p a,
#content-main .wp-block-list li a{
	color: #C8A45E;
	border-bottom: 1px solid #C8A45E;
}

.wpml-ls-item a {
	background: rgba(47, 46, 46, .6);
	border-radius: 12px;
	padding: 19px 18px 13px 18px;
	position: relative;
	transition: all .3s;
}

.wpml-ls-item a:hover{
	background: rgba(255,255,255,0.9);
}

.menu-item-has-children > a::after {
	content: '\f078';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	right: -1px;
	margin: auto;
	bottom: 2px;
	text-align: center;
	font-size: 8px;
	color: #fff;
	pointer-events: none;
}

.prendre_rdv a{
	padding: 18px 25px;
	background: rgba(47, 46, 46, .6);
	border-radius: 12px;
	margin-left: 40px;
	margin-right: 15px;
	display: inline-block;
}

.prendre_rdv a:hover{
	color: #fff !important;
	background: #C8A45E;
}

.menu-item-has-children{
	position: relative;
}

.wpml-ls-item .sub-menu{
	display: none;
	position: absolute;
	right: 0;
	top: 55px;
}

.sub-menu li{
	float: none !important;
	transform: scale(.85);
}

.wpml-ls-item .sub-menu li:first-of-type{
	padding-top: 5px;
}

.wrap_nav_scroll {
	transition: transform 0.5s ease, opacity 0.5s ease;
	transform: translateY(-100%);
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	text-align: center;
}

.wrap_nav_scroll.sticky {
	transform: translateY(0);
	opacity: 1;
	pointer-events: none;
}

.scrollToTop {
	width: 33px;
	height: 30px;
	margin: 0 auto 7px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 12px 12px;
	background: #fff;
	font-size: 12px;
	color: #3B5676;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 10;
	pointer-events: all;
	transition: all .3s;
}

.scrollToTop:hover{
	background: #C8A45E;
	color: #fff;
}

#menu_scroll{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	background: #fff;
	padding: 10px 14px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
	pointer-events: all;
}

#menu_scroll .logo_header{
	float: none;
	width: 38px;
	height: 38px;
	border-radius: 0;
	padding: 0;
}

#menu_scroll ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

#menu_scroll ul li a{
	font-size: 16px;
	color: #3B5676;
	line-height: inherit;
	transition: all .3s;
}

#menu_scroll ul li:not(.button_rdv) a:hover{
	color: #C8A45E;
}

#menu_scroll ul li.button_rdv a{
	padding: 10px 16px;
	background: #C8A45E;
	color: #fff;
	border-radius: 12px;
	transition: all .3s;
}

#menu_scroll ul li.button_rdv a:hover{
	background: #152948;
}

.alpha-responsive{
	display: block;
	width: 0%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #152948;
	opacity: 0;
	z-index: 999;
	transition: all ease-in-out .6s;
}

.isOpen .alpha-responsive{
	opacity: .85;
	width: 100%;
}

.close{
	content:'';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/close.svg) no-repeat center / contain;
	position: fixed;
	right: 60px;
	top: 60px;
	z-index: 999;
	pointer-events: none;
}

#header-main.isOpen .close{
	pointer-events: inherit;
}

.nav_principale_desk{
	display: block;
}

.nav_principale_resp{
	display: none;
}

.wrap_burger{display: none;}

/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */

.wrap_top_home{
	position: relative;
	width: 100%;
	height: auto;
	background: #000;
	padding: 45vh 0 15vh 0;
	overflow: hidden;
	z-index: 10;
}

.wrap_top_home::after{
	content: '';
	display: block;
	width: 100%;
	height: 80%;
	background: url(../img/icon-logo-top.svg) no-repeat right / contain;
	position: absolute;
	right: -30px;
	bottom: -10%;
	z-index: -1;
}

.wrap_top_home img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	opacity: .4;
}

.wrap_top_home .wp-block-group{
	position: relative;
	z-index: 10;
}

.wrap_top_home .wp-block-group h1{
	color: #fff;
	font-size: 3.4em;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.wrap_top_home .wp-block-group p{
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
}

.arrow_down{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff url(../img/arrow-long-down.svg) no-repeat center / 8px;
	margin-top: 40px;
}

#les-services .wrap_services a{
	display: block;
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	border-radius: 30px;
	font-size: .9rem;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

#les-services .wrap_services a img{
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 25px;
}

#les-services .wrap_services a h3{
	padding: 0 20px;
	margin-bottom: 15px;
	transition: all .3s;
}

#les-services .wrap_services a p{
	padding: 0 20px;
	font-size: 1em;
	transition: all .3s;
}

#les-services .wrap_services a::after{
	content:'';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff url(../img/arrow-long-right-bleu.svg) no-repeat center / 14px;
	position: absolute;
	left: -45px;
	bottom: 20px;
	border-radius: 10%;
	transition: all .3s;
}

#les-services .wrap_services a:hover::after{
	left: 45px;
	border-radius: 50%;
}

#les-services .wrap_services a:hover{
	background: #3B5676;
	padding-bottom: 70px;
	box-shadow: 0 0 0px 0 rgba(0,0,0,0);
}

#les-services .wrap_services a:hover h3,
#les-services .wrap_services a:hover p{
	color: #fff;
}

.col_recompenses{
	gap: 80px;
}

.col_recompenses .wp-block-column{
	position: relative;
}

.wp-block-group.logos-recompenses{
	position: absolute;
	right: -40px;
	bottom: -60px;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	padding: 20px 35px;
	border-radius: 12px;
}

.wp-block-group.logos-recompenses > .wp-block-group__inner-container{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.wp-block-group.logos-recompenses img{
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: auto;
}

.col_recompenses > .wp-block-column > .wp-block-image img{
	border-radius: 12px;
}

.recompense{
	position: relative;
	padding: 20px 15px 20px 100px;
	border-top: 1px solid #C8A45E;
	border-bottom: 1px solid #C8A45E;
}

.recompense::before{
	content:'';
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/recompenses.png) no-repeat center / contain;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.recompense p{
	font-weight: 500;
	color: #C8A45E;
	line-height: 1.3em;
	font-size: 1em;
}

.swiperPourqui .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.left_slide_pourqui {
	position: relative;
	max-width: 600px;
	background: url(../img/texture_gray.jpg) no-repeat center / cover;
	left:0;
	padding: 120px 70px 50px 70px;
	border-radius: 0 12px 12px 12px;
}

.left_slide_pourqui h2{
	position: absolute;
	border-radius: 12px 12px 12px 0;
	top: -30px;
	left: 0;
	background: #3B5676;
	padding: 12px 0;
	width: 330px;
	text-align: center;
	font-size: 1.6em;
	color: #fff;
}

.wrap_slider_pourqui {
	width: 55%;
	margin-left: auto;
	position: relative;
}

.right_slide_pourqui{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.right_slide_pourqui img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 0 0 12px;
}

.swiperPourqui {
	padding: 100px 0;
	left: -240px;
}

.bottom_nav_pourqui {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next{
	position: static;
	padding: 0;
	margin: 0;
	background: #3B5676;
	border-radius: 8px;
	color: #fff;
	width: 34px;
	height: 34px;
	transition: all .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
	background: #C8A45E;
}

.swiper-button-prev::after,
.swiper-button-next::after{
	font-size: 12px;
	font-weight: 900;
}

.swiper-button-prev{
	margin-right: 5px;
}

.compteur-pagination {
	margin-left: 20px;
	position: static;
	width: auto;
	height: auto;
	text-align: left;
}

.compteur-pagination strong{
	font-weight: 700;
	color: #C8A45E;
}

.compteur-pagination span{
	display: inline-block;
	margin-left: -2px;
}

#podcast-home{
	background: #152948;
}

#podcast-home h2{
	color: #fff;
	line-height: 1.6em;
}

.wrap_podcast{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto;
}

.relative_podcast{
	position: relative;
	width: 100%;
	height: 100%;
}

.item-podcast-home{
	width: 48%;
	position: relative;
	display: block;
	padding: 55px 290px 55px 55px;
	background: #3B5676;
	border-radius: 12px;
	overflow: hidden;
	transition: all .3s;
}

.item-podcast-home .image_item_podcast{
	position: absolute;
	right: 0;
	top: 0;
	width: 235px;
	height: 100%;
}

.item-podcast-home:last-of-type{
	padding-right: 55px;
	padding-left: 290px;
}

.item-podcast-home:last-of-type .image_item_podcast{
	right: unset;
	left: 0;
}

.item-podcast-home .image_item_podcast img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-podcast-home h3{
	color: #fff;
	border-bottom: 1px solid #7F95AB;
	margin-bottom: 20px;
	padding-bottom: 5px;
	transition: all .3s;
}

.item-podcast-home p{
	color: #fff;
	font-size: .9em;
	line-height: 1.6em;
	transition: all .3s;
}

.time_podcast{
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding: 8px 16px;
	line-height: 1em;
	background: #fff;
	border-radius: 10px;
	font-weight: 500;
	color: #152948;
	font-size: .7em;
	letter-spacing: 0.05em;
}

.time_podcast::after{
	content:'';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/duree.svg) no-repeat center / contain;
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.play_podcast{
	width: 35px;
	height: 35px;
	background: url(../img/icone-play.svg) no-repeat center / contain;
	position: absolute;
	right: 25px;
	bottom: 22px;
	transition: all .3s;
}

.item-podcast-home:last-of-type .time_podcast{
	left: unset;
	right: 25px;
}

.item-podcast-home:last-of-type .time_podcast::after{
	right: unset;
	left: -22px;
}

.item-podcast-home:last-of-type .play_podcast{
	right: unset;
	left: 25px;
}

.item-podcast-home:hover{
	background: #fff;
}

.item-podcast-home:hover h3{
	color: #3B5676;
}

.item-podcast-home:hover p{
	color: #152948;
}

.item-podcast-home:hover .play_podcast{
	width: 50px;
	height: 50px;
}

.item-podcast-home .image_item_podcast img{
	opacity: 1;
	transition: all .3s;
}

.item-podcast-home:hover .image_item_podcast img{
	opacity: .85;
}

#podcast-home .wp-block-button.button-or a:hover{
	background: #fff;
	color: #152948;
}

#podcast-home .wp-block-button.button-or a:hover::after{
	background: url(../img/arrow-long-right-bleu.svg) no-repeat center / contain;
}

.wrap_references {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 !important;
	gap: 38px;
}

.item-references{
	display: block;
	width: 165px;
	height: 105px;
	background: #fff;
	padding: 22px;
	border: 1px solid #E7EBF0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(100%);
	opacity: 1;
	transition: all .3s;
}

.item-references.noHov{
	opacity: .3;
}

.item-references:hover{
	opacity: 1;
	filter: grayscale(0);
}

.item-references picture{
	display: block;
	width: 100%;
	height: 100%;
}

.item-references img{
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

#footer-main{
	background: #282F3B;
}

.row-footer-1{
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	z-index: 10;
}

.row-footer-1::after{
	content:'';
	display: block;
	width: 270px;
	height: 565px;
	background: url(../img/logo-blue-footer.png) no-repeat center / contain;
	position: absolute;
	left: -50px;
	bottom: -10px;
	pointer-events: none;
	z-index: -1;
}

.row-footer-1 .wrap_content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}

.col-footer-1{
	width: 350px;
}

.logo-footer{
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 12px;
	background: #fff;
	padding: 15px;
	margin-bottom: 50px;
}

.logo-footer img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tel_footer a,
.mail_footer a{
	font-size: 15px;
	color: #C8A45E;
	display: inline-block;
	margin-bottom: 20px;
}

.map_footer p{
	font-size: 15px;
	color: #d9d9d9;
	display: inline-block;
	margin-bottom: 20px;
}

.tel_footer a::before{
	content:'\f095';
	display: inline-block;
	width: 35px;
	height: 35px;
	background: transparent;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 12px;
	color: #C8A45E;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.mail_footer a::before{
	content:'\f0e0';
	display: inline-block;
	width: 35px;
	height: 35px;
	background: transparent;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 12px;
	color: #C8A45E;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.map_footer p::before {
	content: '\f3c5';
	display: inline-block;
	width: 35px;
	height: 35px;
	background: transparent;
	border: 1px solid #d9d9d9;
	color: #d9d9d9;
	border-radius: 50%;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 12px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.reseaux_footer ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.reseaux_footer ul li a{
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	background: #3B5676;
	border: 1px solid #7F95AB;
	transition: all .3s;
}

.reseaux_footer ul li a:hover{
	background: #C8A45E;
	border-color: #C8A45E;
}

.reseaux_footer ul li:first-of-type a{
	margin-right: 10px;
}

.col-footer-2{
	width: calc(100% - 450px);
}

.col-footer-2 hr{
	background-color: #C8A45E;
	color: #C8A45E;
	display: block;
	margin: 30px 0 20px 0;
}

.titre_nav_footer{
	font-size: .8em;
	color: #C8A45E;
	margin-bottom: 10px;
}

.wrap_all_nav_footer{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.col-nav-1,
.col-nav-2,
.col-nav-3,
.col-nav-4{
	width: 25%;
}

.col-nav-1 ul li:not(:last-of-type),
.col-nav-2 ul li:not(:last-of-type),
.col-nav-3 ul li:not(:last-of-type),
.col-nav-4 ul li:not(:last-of-type){
	margin-bottom: 5px;
}

.col-nav-1 ul li a,
.col-nav-2 ul li a,
.col-nav-3 ul li a,
.col-nav-4 ul li a{
	font-weight: 500;
	color: #fff;
	font-size: .7em;
	display: block;
	line-height: 1.5em;
}

.contact_footer{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: transparent;
	font-size: .7em;
	border: 1px solid #fff;
	margin-bottom: 10px;
	border-radius: 12px;
	padding: 12px 2px;
	transition: all .3s;
}

.rdv_footer{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	color: #152948;
	background: #fff;
	font-size: .7em;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 12px 2px;
	transition: all .3s;
}

.contact_footer:hover,
.rdv_footer:hover{
	background: #C8A45E;
	color: #fff;
	border-color: #C8A45E;
}

.wpml-ls-statics-footer{
	display: none !important;
}

.row-footer-2{
	padding: 15px;
	background: #1B2129;
}

.row-footer-2 .wrap_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.row-footer-2 .wrap_content a{
	font-size: 11px;
	line-height: 1.3em;
	font-weight: 500;
	color: #7F95AB;
}

.row-footer-2 .wrap_content button{
	font-size: 11px;
	line-height: 1.3em;
	font-weight: 500;
	color: #7F95AB;
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
	font-family: "DM Sans", Arial, sans-serif !important;
}

.row-footer-2 .wrap_content span{
	display: inline-block;
	margin: 0 8px;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: 500;
	color: #7F95AB;
}

.top_avis{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}

.etoiles_avis{
	width: 106px;
	height: 18px;
	background: url(../img/stars.svg) no-repeat left / contain;
}

.etoiles_avis.etoiles_avis-4\/5{
	width: 85px;
	background-size: cover;
}

.etoiles_avis.etoiles_avis-3\/5{
	width: 62px;
	background-size: cover;
}

.etoiles_avis.etoiles_avis-2\/5{
	width: 40px;
	background-size: cover;
}

.etoiles_avis.etoiles_avis-1\/5{
	width: 17px;
	background-size: cover;
}

.top_avis p{
	font-size: .8em;
	line-height: 1.3em;
	color: #fff;
}

.nav_avis{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.nav_avis .swiper-button-prev{
	background: #fff;
	color: #152948;
	transition: all .3s;
}

.nav_avis .swiper-button-next{
	background: #fff;
	color: #152948;
	transition: all .3s;
}

.nav_avis .swiper-button-prev:hover,
.nav_avis .swiper-button-next:hover{
	background: #C8A45E;
	color: #fff;
}

.content_avis p{
	color: #fff;
	line-height: 1.5em;
	font-size: .8em;
}

.content_avis > p:first-of-type::before{
	content:'“';
	display: inline-block;
}

.content_avis > p:last-of-type::after{
	content:'”';
	display: inline-block;
}

.info_avis{
	margin-top: 20px;
	padding: 2px 0 0px 12px;
	border-left: 1px solid #3B5676;
}

.info_avis p{
	font-size: .75em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.info_avis span{
	display: block;
	color: #7F95AB;
	font-size: .8em;
}

/* A PROPOS *//* A PROPOS *//* A PROPOS *//* A PROPOS */
/* A PROPOS *//* A PROPOS *//* A PROPOS *//* A PROPOS */
/* A PROPOS *//* A PROPOS *//* A PROPOS *//* A PROPOS */

.wrap_top_page {
	padding: 220px 0 80px 0;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.wrap_top_page::after{
	content: '';
	display: block;
	width: 100%;
	height: 110%;
	background: url(../img/icon-logo-top.svg) no-repeat right / contain;
	position: absolute;
	right: -30px;
	top: -5%;
	z-index: -1;
}

.wrap_top_page .wrap_content{
	padding-right: 30%;
}

.wrap_top_page h1{
	color: #fff;
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: 40px;
}

.wrap_top_page span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #152948;
	margin-top: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-default .prendre_rdv a,
body.page-template-default .wpml-ls-item a,
body.archive .prendre_rdv a,
body.archive .wpml-ls-item a{
	background: rgba(127, 149, 171, .6);
}

body.page-template-default .prendre_rdv a:hover,
body.archive .prendre_rdv a:hover{
	background: #C8A45E;
}

body.page-template-default .wpml-ls-item a:hover,
body.archive .wpml-ls-item a:hover{
	background: #fff;
}

.wrap_colonne_presentation{
	gap: 80px 100px;
}

.wrap_colonne_presentation .wp-block-column figure{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: transparent;
	padding: 25px;
	border: 1px solid #2F2E2E;
	margin-bottom: 40px;
}

.wrap_colonne_presentation .wp-block-column img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.big_quote{
	text-align: center;
}

.big_quote::before{
	content:'';
	display: block;
	width: 120px;
	height: 120px;
	background: url(../img/quote.png) no-repeat center / contain;
	margin: 0 auto 0px auto;
}

.big_quote p {
	font-size: 1.8em;
	line-height: 1.6em;
	color: #3B5676;
	letter-spacing: 0.05em;
	font-weight: 200;
	font-style: italic;
}

#content-main p.has-white-color strong{
	color: #fff;
}

.wrap_col_capsules{
	gap: 40px;
}

.wrap_col_capsules .wp-block-column{
	padding: 50px;
	border-radius: 12px;
	width: 50% !important;
	flex-basis: 50% !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wrap_col_capsules .wp-block-column .wp-block-image{
	display: block;
	margin: 0 auto 20px auto;
	width: 100%;
}

.wrap_col_capsules .wp-block-column img{
	display: block;
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.wrap_col_capsules .wp-block-column p{
	font-size: 1.2em;
}

.wrap_cta_bottom{
	background: url(../img/texture_gray.jpg) no-repeat center / cover;
	padding: 100px 0;
}

.wrap_cta_bottom a{
	border-radius: 20px;
	position: relative;
	display: block;
	width: 100%;
	height: 680px;
	overflow: hidden;
}

.wrap_cta_bottom a::after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #152948;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

.wrap_cta_bottom a:hover::after{
	opacity: .7;
}

.wrap_cta_bottom a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.wrap_cta_bottom a .content_cta{
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
	padding: 70px;
	background: #152948;
	color: #fff;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 20px;
	max-width: 40%;
	z-index: 10;
	border-radius: 12px 0 0 12px;
	transition: all .3s;
}

.wrap_cta_bottom a:hover .content_cta{
	width: 90%;
	right: 5%;
	border-radius: 12px;
}

.wrap_cta_bottom a .content_cta span:not(.reserver){
	display: inline-block;
	color: #fff;
	font-size: .4em;
	line-height: 1.1em;
	padding: 12px 25px;
	background: #C8A45E;
	border-radius: 12px;
	letter-spacing: 0;
	margin-top: 20px;
	font-weight: 400;
	font-family: "DM Sans", Arial, sans-serif !important;
	transition: all .3s;
}

.reserver{
	display: block;
	width: 100%;
}

.wrap_cta_bottom a .content_cta span:not(.reserver)::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/calendar.svg) no-repeat center / contain;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.wrap_cta_bottom a:hover .content_cta span:not(.reserver){
	background: #7F95AB;
}

.wp-block-media-text__content{
	padding: 60px 0 !important;
}

.wp-block-media-text{
	gap: 80px;
}

.is-image-fill-element .wp-block-media-text__media img{
	border-radius: 12px;
}

.img-full{
	position: relative;
	height: 750px;
	clip-path: inset(0);
}

.img-full img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* PODCAST *//* PODCAST *//* PODCAST *//* PODCAST */
/* PODCAST *//* PODCAST *//* PODCAST *//* PODCAST */
/* PODCAST *//* PODCAST *//* PODCAST *//* PODCAST */

.wrap_top_page_image{
	background: #000;
	text-align: center;
	z-index: 20;
}

.wrap_top_page_image img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
	z-index: -1;
}

.wrap_top_page.wrap_top_page_image .wrap_content{
	padding-right: 0;
}

.wrap_top_page_image p{
	color: #fff;
	padding: 0 10%;
}

.wrap_top_page.wrap_top_page_image span{
	margin-left: auto;
	margin-right: auto;
}


.flex_podcast{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.left_first_podcast{
	width: 48%;
}

.right_first_podcast{
	width: 48%;
}

.item-podcast-en-avant img{
	display: block;
	width: 100%;
	height: 540px;
	object-fit: contain;
	background: #131313;
}

.item-podcast-en-avant a.button-base.button-or{
	border: 1px solid #C8A45E;
}

.item-podcast-en-avant a.button-base.button-or:hover{
	border-color: #152948;
}

.titre_episode{
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 20px;
	color: #152948;
}

.wrap_image_podcast{
	position: relative;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.wrap_image_podcast::after,
.left_item_podcast::after{
	content:'';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #152948;
	opacity: 0;
	transition: all .3s;
}

.wrap_image_podcast:hover::after,
.left_item_podcast:hover:after{
	opacity: .7;
	height: 100%;
}

.wrap_image_podcast span{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 1.1em;
}

.wrap_image_podcast span::before{
	content:'';
	display: block;
	width: 80px;
	height: 80px;
	background: url(../img/icone-play.svg) no-repeat center / contain;
	margin: 0 auto 10px auto;
}

.page-template-page-podcast a.button-base::after{
	width: 14px;
	height: 14px;
	background: url(../img/button-play.svg) no-repeat center / contain;
	position: relative;
	top: 1px;
}

.item-podcast-a-la-une .wrap_image_podcast{
	width: 160px;
	height: 160px;
}

.item-podcast-a-la-une .wrap_image_podcast img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-podcast-a-la-une{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.item-podcast-a-la-une:not(:last-of-type){
	margin-bottom: 20px;
}

.content_a_la_une{
	width: calc(100% - 185px);
}

.content_a_la_une .titre_episode{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 0;
}

.content_a_la_une a.button-base.button-or,
.content_a_la_une a.button-base.button-spotify {
	padding: 5px 0;
	color: #C8A45E;
	background: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	margin-top: 10px;
}

.content_a_la_une a.button-base.button-spotify{
	color: #33D15A;
	border: none !important;
	border-bottom: 1px solid transparent !important;
	border-left: 1px solid #152948 !important;
	padding-left: 12px;
}

.content_a_la_une a.button-base.button-or:hover {
	border-color: #C8A45E;
}

.content_a_la_une a.button-base.button-spotify:hover {
	border-bottom-color: #33D15A !important;
}

.content_a_la_une a.button-base.button-or::after{
	background: url(../img/button-play-or.svg) no-repeat center / contain;
}

.content_a_la_une a.button-base.button-spotify::after,
.content_a_la_une a.button-base.button-spotify:hover::after{
	background: url(../img/icone-spotify-vert.svg) no-repeat center / contain !important;
	margin-left: 6px;
}

.item-podcast-a-la-une .wrap_image_podcast span::before{
	width: 35px;
	height: 35px;
}

.titre_podcast_a_la_une{
	font-weight: 500;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #152948;
	color: #152948;
	margin-bottom: 40px;
}

.all_podcast{
	background: #152948;
}

.all_podcast h2{
	color: #fff;
	margin-bottom: 60px;
}

.item-podcast{
	padding-left: 300px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.item-podcast:not(:last-of-type){
	margin-bottom: 30px;
}

.left_item_podcast{
	position: absolute;
	display: block;
	width: 300px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.left_item_podcast picture{
	display: block;
	width: 100%;
	height: 100%;
}

.left_item_podcast picture img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #131313;
}

.right_item_podcast{
	background: #FFF;
	padding: 50px;
}

.item-podcast h3{
	font-weight: 500;
	font-size: .9em;
	color: #152948;
	border-bottom: 1px solid #152948;
	padding-bottom: 5px;
}

.item-podcast p{
	font-size: .9em;
	color: #152948;
}

.item-podcast a.button-base{
	font-size: .8em !important;
	border: 1px solid #C8A45E;
}

.item-podcast a.button-base:hover{
	border-color: #152948;
}

.relative_podcast{
	position: relative;
}

.item-podcast .duree{
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 20px;
	max-width: 90%;
}

.item-podcast .duree::before{
	content:'';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icone-play.svg) no-repeat center / contain;
	transition: all .3s;
}

.item-podcast .left_item_podcast:hover .duree::before{
	width: 50px;
	height: 50px;
}

.item-podcast .duree span{
	display: inline-block;
	padding: 0px 15px;
	border-radius: 10px;
	background: #fff;
	font-size: .8em;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #152948;
	position: relative;
}

.item-podcast .duree span::before{
	content:'';
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(../img/time.svg) no-repeat center / contain;
}

.page-template-page-podcast a.button-base.button-blanc::after{
	background: url(../img/arrow-long-right-bleu.svg) no-repeat center / contain;
}

.page-template-page-podcast a.button-base.button-blanc:hover::after{
	background: url(../img/arrow-long-right.svg) no-repeat center / contain;
}

.wrap_go_all_podcast{
	text-align: center;
	margin-top: 80px;
	position: relative;
}

.wrap_go_all_podcast::before{
	content:'';
	display: block;
	width: 36%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.wrap_go_all_podcast::after{
	content:'';
	display: block;
	width: 36%;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.wrap_go_all_podcast a{
	margin-top: 0 !important;
}

.item-archive-podcast{
	position: relative;
}

.item-archive-podcast a{
	display: block;
	padding: 10px 120px 10px 0;
	border-bottom: 1px solid #C8A45E;
	color: #C8A45E;
	font-size: .9em;
	text-transform: none;
	transition: all .3s;
}

.item-archive-podcast a:hover{
	border-color: #3B5676;
	color: #3B5676;
}

.item-archive-podcast a.button-base.button-spotify {
	width: 106px;
	text-align: center;
	font-size: .8em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 6px 0;
}

.item-archive-podcast a.button-base.button-spotify::after {
	top: 2px !important;
	margin-left: 6px !important;
	position: relative;
}

.item-archive-podcast .duree{
	display: inline-block;
	font-weight: 500;
	min-width: 60px;
	margin-right: 30px;
}

.item-archive-podcast span:not(.duree)::before{
	content:'';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icone-play-or.svg) no-repeat center / contain;
	margin: 0 10px 0 0;
	position: relative;
	top:2px;
}

.ml10{
	margin-left: 10px;
}

.col_quote blockquote {
	display: block;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	border-radius: 30px;
	font-size: .9rem;
	overflow: hidden;
	position: relative;
	transition: all .3s;
	text-align: center;
}

.col_quote blockquote cite,
blockquote cite{
	display: block;
	margin-top: 10px;
	color: #7F95AB;
	font-size: .8em;
}

.col_quote blockquote::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/quote.png) no-repeat center / contain;
	margin: auto;
}

blockquote.big_quote cite::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #7F95AB;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

blockquote.big_quote cite::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #7F95AB;
	margin-left: 10px;
	position: relative;
	top: -4px;
}

em{
	font-style: italic;
}

#banniere-decouvrir{
	position: relative;
	border-radius: 12px;
	padding: 50px;
	background: linear-gradient(90deg, #3D64DC 0%, #274294 100%);
}

#banniere-decouvrir img{
	display: block;
	width: 100%;
	height: 130%;
	max-width: 40%;
	position: absolute;
	left: 50px;
	bottom: 0;
	object-fit: contain;
	object-position: left bottom;
}

#banniere-decouvrir .wp-block-group{
	padding-left: 40%;
	padding-right: 50px
}

#banniere-decouvrir .wp-block-group h2{
	color: #fff;
	font-size: 2.8em;
	margin-bottom: 10px;
}

#banniere-decouvrir .wp-block-group p{
	color: #fff;
	font-size: 1em;
}

.wrap_timeline{
	position: relative;
	padding: 30px 0;
	z-index: 20;
}

.wrap_timeline::after{
	content:'';
	display: block;
	width: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background: #3B5676;
	height: 100%;
	z-index: -1;
}

.item-timeline {
	display: block;
	width: 800px;
	text-align: center;
	margin: 0 auto 80px auto;
	background: #fff;
	background: linear-gradient(180deg, #152948 0%, #274294 100%);
	border-radius: 12px;
	padding: 50px 30px 30px 30px;
	position: relative;
}

.item-timeline:last-of-type{
	margin-bottom: 0;
}

.item-timeline span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -19px;
	background: #152948;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	padding-left: 1px;
	font-weight: 700;
	border: 2px solid #3B5676;
	line-height: 38px;
}

.item-timeline p{
	font-size: 1em;
	line-height: 1.6em;
	color: #fff;
}

.item-timeline h3{
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
}

.gap100{
	gap: 100px;
}

/* formulaire */
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7 {
	max-width: 100%;
	width: 100%;
	background: #fff;
	padding: 40px;
	border: 1px solid #f9f9f9;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.03);
	position: relative;
	z-index: 10;
	border-radius: 12px;
}

.wpcf7 label {
	width: 48%;
	margin: 0 0 10px 0;
	font-size: .9em;
	line-height: 1.8em;
	letter-spacing: .5px;
	font-weight: 400;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #3B5676;
	font-family: "DM Sans", Arial, sans-serif !important;
}
.wpcf7 input {
	width: 100%;
	padding: 8px 15px;
	background: #f5f5f5;
	border: none;
	margin-top: 10px;
	border-radius: 6px;
	color: #35363B;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 label.textarea-label{
	width: 100%;
}
.wpcf7 textarea {
	width: 100%;
	height: 120px;
	resize: none;
	background: #f5f5f5;
	border: none;
	color: #35363B;
	border-radius: 6px;
	padding: 8px 15px;
	margin-top: 10px;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #888;
}
.wpcf7 input.wpcf7-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: 300;
	padding: 18px 15px 15px 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background: #C8A45E;
	border-radius: 6px;
	cursor: pointer;
	transition: all .3s;
}
.wpcf7 input.wpcf7-submit:hover {color: #fff; background: #B58C5E;}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: .8em;
	font-weight: normal;
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 20px;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #f5f5f5;
	width: 100%;
	padding: 40px 20px;
	background: #f5f5f5;
	color: #1E1E1E;
	text-align: center;
	border-bottom: 10px solid #3B5676;
}
.wpcf7 .wpcf7-acceptance label {
	width: 100%;
	margin: 2% 0 20px 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	display: block;
	border: none;
}

.wpcf7 .wpcf7-acceptance input {
	width: 15px !important;
	height: 15px !important;
	padding: 0;
	margin: 0 8px -1px 0;
	border: 1px solid #DBDBDB;
}

.wpcf7 label.label100{
	width: 100%;
}

.wpcf7 select{
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #E9E9E9;
	background: #fafafa;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item label{
	margin: 0 10px 0 0; 
	width: auto;
}

.wpcf7-checkbox .wpcf7-list-item input{
	width: auto;
}

.wpcf7 label.label_checkbox {
	margin-bottom: 0;
	border-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector,
.wp-block-contact-form-7-contact-form-selector > div{
	height: 100%;
}

/* --- */

.contact-linkedin{
	margin-bottom: 10px !important;
}

.banniere-podcast{
	position: relative;
	border-radius: 12px;
	padding: 50px;
	background: linear-gradient(90deg, #3D64DC 0%, #274294 100%);
	z-index: 20;
	overflow: hidden;
}

.banniere-podcast img {
	display: block;
	width: 66%;
	height: 66%;
	position: absolute;
	right: -10%;
	top: -10%;
	object-fit: contain;
	object-position: center;
	z-index: -1;
	transform: rotate(-12deg);
	opacity: .3;
}

.banniere-podcast h2 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.banniere-podcast p{
	color: #fff;
	font-size: .9em;
}

h2 span{
	color: #C8A45E;
}

.titre_avis {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

/* ACCORDION *//* ACCORDION *//* ACCORDION *//* ACCORDION */
/* ACCORDION *//* ACCORDION *//* ACCORDION *//* ACCORDION */
/* ACCORDION *//* ACCORDION *//* ACCORDION *//* ACCORDION */

.accordion {
	border-bottom: 1px solid #152948;
}

.accordion h3 {
	margin: 0;
	padding: 15px 50px 15px 20px;
	background-color: #fff;
	color: #162a43;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s ease;
}

.accordion h3::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff url(../img/chevron-down.svg) no-repeat center / 10px;
	border-radius: 5px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.accordion.active h3 {
  background-color: #162a43;
  color: #fff;
}

.wp-block-group.has-background .accordion.active h3 {
	background-color: #C8A45E;
}

.accordion .toggle-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion.active .toggle-icon {
  transform: rotate(180deg);
}

.contenu_accordion {
  display: none;
  padding: 20px;
  background: #f8f9fb;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.contenu_accordion p,
.contenu_accordion li{
	font-size: 18px;
}

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

.focus{
	position: relative;
	padding: 20px 15px 20px 15px;
	border-top: 1px solid #C8A45E;
	border-bottom: 1px solid #C8A45E;
}

.focus p{
	font-weight: 500;
	color: #C8A45E;
	line-height: 1.5em;
	font-size: 1em;
}

.focus p:first-of-type::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff url(../img/picto-info.svg) no-repeat center / contain;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.avant_titre_services{
	text-align: center;
	font-size: 1.2em;
	color: #C8A45E;
}

#pour-vous h2::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/icone-oui.svg) no-repeat center / contain;
	margin-right: 12px;
}

#pas-pour-vous h2::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/icone-non.svg) no-repeat center / contain;
	margin-right: 12px;
}

.relative_podcast > img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.parent-pageid-23 #content-main{
	padding-bottom: 100px;
}

.wp-block-media-text__media img{
	border-radius: 12px;
}

blockquote:not(.big_quote):not(.col_quote *) {
	position: relative;
	margin: 0;
	padding: 30px;
	max-width: 100%;
	background: #fff;
	border-left: 5px solid #C8A45E;
	box-shadow: 0 15px 30px rgba(0,0,0,0.06);
	font-style: italic;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #7F95AB;
	border-radius: 0 12px 12px 0;
	position: relative;
}

blockquote:not(.big_quote):not(.col_quote *)::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/quote.png) no-repeat center / contain;
	position: absolute;
	left: 30px;
	top: -20px;
}

blockquote:not(.big_quote):not(.col_quote *) p {
	font-weight: 500;
}

.relative{
	position: relative;
}

.texte_col_absolute{
	max-width: 90%;
	margin: -100px auto 0 auto;
	position: relative;
	z-index: 10;
	background: #C8A45E;
	padding: 40px;
	border-radius: 6px;
}

.texte_col_absolute p {
	color: #fff;
	font-size: 1em;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: -1px;
	font-weight: 700;
}

.page-child .wrap_services,
.liste_services_dans_page .wrap_services{
	flex-wrap: wrap !important;
}

.page-child #les-services h2,
.liste_services_dans_page #les-services h2{
	text-align: center;
}

.page-child #les-services .wrap_services a img,
.liste_services_dans_page#les-services .wrap_services a img{
	height: 20vw;
}

.page-child .wrap_services .wp-block-column,
.liste_services_dans_page .wrap_services .wp-block-column{
	flex-basis: 30% !important;
}

.texte_border{
	padding: 60px;
	border-bottom: 1px solid #C8A45E;
	border-top: 1px solid #C8A45E;
	text-align: center;
	max-width: 880px;
	margin: auto;
	position: relative;
}

.texte_border::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: #fff url(../img/icone-logo-seul.svg) no-repeat center / 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -60px;
}

.texte_border p{
	font-size: 1.1em;
	line-height: 1.6em;
}

.has-large-font-size {font-size: 26px !important;}

.object_pos_right.wrap_cta_bottom a img{
	object-position: right;
}

/* --- */

.retour{
	display: block;
	width: 100%;
	clear: both;
}

/* 

	font-family: "DM Sans", sans-serif;
	
	OR : #C8A45E;
	BLEU : #3B5676;
	BLEU CLAIR : #7F95AB;
	BLEU FONCE : #152948;
	
*/
