/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body{
	background-color:#F7F9F8;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
 	text-transform: none;
 }
html[lang="fr-FR"] .en-version,
html[lang="en-GB"] .fr-version {
  display: none !important;
}
#main-content{
	background-color:transparent;
}
.et_pb_section{
	background-color:transparent;
}
.justify-end{
	justify-content: flex-end;
}
.menu-header .sub-menu{
	box-shadow: none;
	border:none;
	width:310px;
}
.menu-header .sub-menu li{
	width:100%;
}
.menu-header .sub-menu li a{
	width:auto;
}
.menu-header li a{
	position:relative;
}
.menu-header li a::before{
	content:"";
	display:inline-block;
	position:absolute;
	bottom:2px;
	left:0;
	height:2px;
	background-color:#E1B276;
	width:0;
	transition:all 0.3s ease-in-out;
}

.menu-header li a:hover{
	opacity: 1 !important;
}
.menu-header li a:hover::before{
	width:100%;
}
.menu-header .sub-menu li a:hover{
	background:transparent;
}
.menu-header .sub-menu li a{
	padding: 5px 0;
	font-weight:400 !important;
	font-size:16px !important;
}
li.menu-item-has-children a::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/down.png);
	background-repeat: no-repeat;
	height:14px;
	width:16px;
	background-size: contain;
}
.col-40{
	width:40% !important;
}
.col-20{
	width:20% !important;
}
.row-header{
	display: flex;
	align-items: center;
}
.row-header ul.et_mobile_menu{
	width: auto;
    top: 47px;
}
.switcher{
	display: inline-block;
}
.switcher .pll-parent-menu-item > a{
	border: 1px solid #064049;
	padding:5px 10px;
	width:48px;
}
.switcher .pll-parent-menu-item .sub-menu li{
	border: 1px solid #064049;
	background:#F7F9F8;
	padding:5px 10px;
	text-align:center;
	width:48px;
}
.switcher .pll-parent-menu-item .sub-menu{
	position:absolute;
}
.switcher .pll-parent-menu-item .sub-menu .current-lang{
	display:none;
}
.switcher .et-pb-icon, .switcher a::after{
	display:none;
}
.switcher ul.dsm-menu{
	padding-bottom:0 !important;
}
.row-header .items-center{
	display:flex;
	align-items:center;
}
@media(max-width:980px){
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap{
		justify-content: flex-start !important;
	}
	.col-20, .col-40{
		margin-bottom:0 !important;
	}
}
@media(min-width:768px){
	.row-header ul.et_mobile_menu{
	    top: 60px;
	}
}
@media(min-width:981px){
	.menu-header li.contact-mobile{
		display:none !important;
	}
	.items-center{
		display:flex;
		align-items:center;
	}
}
@media(min-width:981px) and (max-width:1279px){
	.row-header{
		max-width:95% !important;
	}
	.row-header .col-20{
		width:10% !important;
	}
	.row-header .col-40{
		width:45% !important;
	}
	.menu-header li a, .row-header a.et_pb_button{
		font-size: 15px !important;
	}
}
@media(min-width:1280px) and (max-width:1400px){
	.row-header .col-20{
		width:16% !important;
	}
	.row-header .col-40{
		width:42% !important;
	}
}
/*---------------------footer-------------------*/

.list-footer ul{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:4px;
	list-style: none;
	padding-left:0;
	white-space: nowrap;
} 
.et_pb_button_module_wrapper .et_pb_button.btn-juste-light, .et_pb_button_module_wrapper .et_pb_button.btn-juste-dark, .et_pb_button_module_wrapper .et_pb_button.btn-juste-light:hover, .et_pb_button_module_wrapper .et_pb_button.btn-juste-dark:hover{
	line-height:1.3em !important;
	padding-top:6px !important;
	padding-bottom:6px !important;
}
.btn-juste-light::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/arrows-light.png);
	background-repeat: no-repeat;
    background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-left: 0.6rem !important;
	right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-juste-light:hover::after{
	background-position: 2px 0px;
}
.btn-juste-dark::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/arrows-dark.png);
	background-repeat: no-repeat;
    background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-left: 0.6rem !important;
	right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-juste-dark:hover::after{
	background-position: 2px 0px;
}

@media(min-width:981px) and (max-width:1280px){
	.footer-juste, .row-links-footer{
		max-width:95% !important;
	}
}
@media(min-width:981px){
	.list-footer ul{
		gap:10px;
	}
	.footer-juste{
		display: flex;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	}
	.col-footer1{
		width:38% !important;
		margin-right: 3.5% !important;
	}
	.col-footer2, .col-footer3, .col-footer4{
		width:18% !important;
		margin-right: 3.5% !important;
	}
}

/*--------------------Home------------------------*/

.h1-home h1{
	text-transform: none !important;
}
.h1-home h1 span{
	position:relative;
}
.h1-home h1 span::after{
	content: "";
    background-color: #E1B276;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    position: absolute;
}
.h2-juste h2, .h2-post h2{
	text-transform: none !important;
}
.col-h1{
	width:85% !important;
}

.card-home .dsm_card_wrapper{
    display: flex;
    flex-direction: column;
}
.card-home .dsm_card_wrapper .dsm_card_title{
    order :2;
    margin-bottom:18px;
}
.card-home .dsm_card_wrapper .dsm_card_subtitle{
    order :1
}
.card-home .dsm_card_wrapper .dsm_card_description{
	order:3;
}
.card-home .dsm_card_wrapper .et_pb_button_wrapper{
	order:4;
}

.card1 .et_pb_button_wrapper .et_pb_button::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/arrows-dark.png);
	background-repeat: no-repeat;
    background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-left: 0.6rem !important;
	right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.card1 .et_pb_button_wrapper .et_pb_button:hover::after{
	background-position: 2px 0px;
}

.card2 .et_pb_button_wrapper .et_pb_button::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/arrows-light.png);
	background-repeat: no-repeat;
    background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-left: 0.6rem !important;
	right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.card2 .et_pb_button_wrapper .et_pb_button:hover::after{
	background-position: 2px 0px;
}
.posts-juste .dsm-entry-wrapper{
	width: 90%;
    margin-top: -150px;
    z-index: 49;
    position: relative;
    background-color: #F7F9F8;
    display:flex;
    flex-direction: column;
    min-height:164px;
}
.posts-juste .dsm-entry-meta .dsm-meta-seperator{
	display:none;
}
.posts-juste .dsm-entry-wrapper .dsm-entry-header {
	order:3;
}
.posts-juste .dsm-entry-wrapper .dsm-entry-meta{
	order:2;
	margin-bottom:10px;
	z-index:2;
}
.posts-juste .dsm-entry-wrapper .dsm-bottom-meta {
	order:1;
	padding-top:0;
	position: absolute;
    top: 0;
    left:0;
    transform: translateY(-100%);
}
.posts-juste .dsm-entry-wrapper .dsm-bottom-meta .dsm-bottom-meta-image{
	display:none;
}
.dsm-bottom-meta-right{
	background:#E1B276;
	padding:5px 10px;
}
.posts-juste .dsm-entry-thumbnail::before{
	content:"";
	background-color:#06404980;
	height:100%;
	width:100%;
	position:absolute;
	display:block;
	top:0; 
	left:0;
	opacity:0;
	transition:all 0.3s ease-in-out;
	z-index:1;
	pointer-events: none;
}
.posts-juste .dsm-entry-wrapper::before{
	content:"voir";
	color:  #F7F9F8;
	font-family: "Work Sans";
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:absolute;
	top:0;
	z-index:0;
	transition:all 0.6s ease-in-out;
	right:0;
}
.posts-juste .dsm-blog-carousel-item:hover  .dsm-entry-thumbnail::before{
	opacity:1;
}
.dsm-blog-carousel-item:hover  .dsm-entry-wrapper::before{
	transform: translateY(-49px);
}
.posts-juste .swiper-button-prev{
	left:inherit !important;
	right:44px;
	background:#064049;
	width: 35px !important;
    height: 35px !important;
}
.posts-juste .swiper-button-next{
	right:0;
	background:#064049;
	width: 35px !important;
    height: 35px !important;
}
.posts-juste .swiper-button-next::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/next-white.png);
	background-repeat: no-repeat;
    background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-top: 23px;
	right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.posts-juste .swiper-button-next:hover::after{
	background-position: 2px 0px;
}
.posts-juste .swiper-button-prev::after{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/prev-white.png);
	background-repeat: no-repeat;
    background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-top: 23px;
	right: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.posts-juste .swiper-button-prev:hover::after{
	background-position: 2px 0px;
}
.bloc-chiffres .number{
	font-size:70px;
	font-weight:400;
	display:block;
	padding-top: 18px;
	margin-bottom:5px;
}
.bloc-chiffres.line .number{
	color: #064049;
  	text-shadow:
    -2px 0 #F7F9F8,
     2px 0 #F7F9F8,
     0 -2px #F7F9F8,
     0 2px #F7F9F8,
    -1px -1px #F7F9F8,
    -1px 1px #F7F9F8,
     1px -1px #F7F9F8,
     1px 1px #F7F9F8;
}
.bloc-chiffres .desc{
	font-size:17px;
}
.bloc-chiffres .et_pb_text_inner{
	display: flex;
    padding-right: 20px;
}
.bloc-chiffres p{
	display:inline-block;
}
.bloc-chiffres .text_number{
	display:block;
}
.bloc-chiffres.ml0 .text_number{
	margin-left:0px;
}
.read-more-box {
  position: relative;
}

.read-more-hidden {
  display: none;
}

.read-more-box.expanded .read-more-hidden {
  display: block;
  margin-top:20px;
}

.read-more-toggle {
  display: inline-block;
  margin-top: 10px;
  color: #064049;
  font-weight: bold;
  cursor: pointer;
}
@media(max-width:980px){
	.col-mb0-mob{
		margin-bottom:15px !important;
	}
}
@media (max-width:767px){
	.col-h1{
		margin-bottom:0 !important;
	}
}
@media (min-width:768px){
	.col-h1{
		width:55% !important;
	}
	.col-anim-cercles{
		margin-bottom:-350px !important;
	}
	.bloc-chiffres .et_pb_text_inner{
    	justify-content: flex-end;
	}
	.bloc-chiffres .number{
		font-size:80px;
	}
}
@media(min-width:981px){
	.col-anim-cercles{
		margin-bottom:-450px !important;
	}
	.col-conseil{
		margin-top:-55px;
	}
	.posts-juste .dsm-entry-wrapper{
		width: 80%;
	}
	.bloc-chiffres .number{
		font-size:70px;
	}
	.col-seo{
		margin-top: -408px;
	    margin-left: -120px;
	    margin-bottom:185px;
	}
	.card2{
		width:93%;
		transform: translateX(-15px);
	}
}
@media(min-width:1280px){
	.col-h1{
		width:51% !important;
	}
	.items-end{
		display:flex;
		align-items: end;
	}
	.card2{
		transform: translateX(-35px);
	}
	.bloc-chiffres .number{
		font-size:80px;
	}
	.bloc-chiffres .text_number{
		margin-left:60px;
	}
}
@media(min-width:1536px){
	.col-conseil{
		margin-top:-72px;
	}
	.texte-fondateurs{
		width:90% !important;
	}
	.bloc-chiffres .number{
		font-size:90px;
	}
}
@media(min-width:1792px){
	.col-h1{
		width:46% !important;
	}
	.titre-posts{
		width:55% !important;
	}
	.bloc-chiffres .desc{
		font-size:18px;
	}
}
@media(min-width:1920px){
	.col-h1{
		width:43% !important;
	}
}
@media(min-width:768px) and (max-width:980px){
	.col-chiffres-1, .col-chiffres-2{
		display:flex;
		align-items: flex-start;
		justify-content: space-between;
		gap:25px;
	}
}
@media(min-width:981px) and (max-width:1279px){
	.et_pb_row{
		max-width: 95% !important;
	}
	.col-h1{
		padding-left:40px !important;
		width:58% !important;
	}
	.h1-home h1{
		font-size: 35px !important;
	}
	.text-intro{
		font-size: 23px !important;
	}
	.h2-juste h2{
		font-size: 32px !important;
	}
	.h3-juste h3, .box-cliquable.et_pb_promo .et_pb_promo_description h3.et_pb_module_header{
		font-size: 30px !important;
	}
	.card-home .dsm_card_wrapper .dsm_card_title{
		font-size: 30px !important;
	}
	.card1 .dsm_card_wrapper{
		padding:60px 40px !important;
	}
	.et_pb_row.row-fondateurs.rowtext-img{
		padding-top: 50px !important;
    	padding-right: 50px !important;
    	padding-left: 50px !important;
	}
	.anim-actus svg{
		height: 400px;
	}
	.posts-juste .dsm-entry-wrapper .dsm-entry-title{
		font-size:18px !important;
	}
	.row-seo, .row-seo2{
		max-width: 100% !important;
	}
}
@media(min-width:1280px) and (max-width:1535px){
	.titre-posts{
		width:70% !important;
	}
	.posts-juste .dsm-entry-wrapper .dsm-entry-title{
		font-size:19px !important;
	}
}
@media(min-width:1280px) and (max-width:1791px){
	.h2-juste h2{
		font-size: 37px !important;
	}
	.h3-juste h3, .box-cliquable.et_pb_promo .et_pb_promo_description h3.et_pb_module_header{
		font-size: 35px !important;
	}
	.card-home .dsm_card_wrapper .dsm_card_title{
		font-size: 35px !important;
	}
}

/*----------actualites------------------*/
.row-intro{
	display:flex;
}
.date{
	width: auto !important;
}
.top-article::before{
	content:"";
	width:100%;
	height:100%;
	background-color:#064049;
	opacity: 0.6;
	position:absolute;
	top:0;
	left: 0;
	display:block;
	z-index:1;
}
.zone-post-content .et_pb_text a{
	font-weight:600;
	position:relative;
}
.zone-post-content .et_pb_text a::after{
	content:"";
	width:100%;
	position:absolute;
	bottom:-1px;
	left:0;
	height:2px;
	background-color:#E1B276;
	display:block;
}
.reading-time{
	display: inline-flex;
    align-items: center;
    gap: 5px;
}
.breadcrumbs-yoast{
	color:#fff;
	font-size:14px;
}
.breadcrumbs-yoast a{
	color:#fff;
	font-size:14px;
}
.breadcrumbs-yoast .sep{
	font-size: 35px;
	vertical-align: middle;
	display: inline-block;
}
.dsm_breadcrumbs{
	line-height: normal !important;
}
.dsm_breadcrumbs>li{
	margin-left: 0 !important;
	margin-right: 10px;
	padding-left:0 !important;
}
@media(max-width:980px){
	.col-h1-page{
		width:60% !important;
	}
	.col-breadcrumb{
		margin-bottom:0 !important;
	}
}
@media(max-width:767px){
	.col-h1-page{
		width:80% !important;
	}
	.col-h1-page .et_pb_module{
		margin-bottom:0 !important;
	}
	.col-h1-page h1{
		padding-bottom:0 !important;
	}
}
@media(min-width:768px){
	
}
@media(min-width:981px){
	.row-intro::before{
		content:"";
		width:22%;
		height:100%;
		background-color:#F7F9F8;
		position: absolute;
		top:0;
		left: 0;
		display: block;
		z-index:1;
	}
}
/*@media(min-width:768px) and (max-width:980px){
	.col-breadcrumb{
		width:37% !important;
	}
}*/
@media(min-width:981px) and (max-width:1279px){
	.row-intro h1{
		font-size: 35px !important;
	}
	.col-h1-page{
		padding:35px !important;
	}
	.titre-post h1{
		font-size: 35px !important;
	}
	.col-header-post{
		padding:30px !important;
	}
	.h2-post h2{
		font-size: 38px !important;
	}
	.et_pb_section.et_section_regular.bg-gradient-jaune{
		background-image: linear-gradient(90deg, #e1b276 100%, rgba(247, 249, 248, 1) 100%) !important;
	}
	.et_pb_section.et_section_regular.bg-gradient-gris{
		background-image: linear-gradient(90deg, #e5e5e5 100%, rgba(247, 249, 248, 1) 100%) !important;
	}
}
@media(min-width:1024px) and (max-width:1535px){
	.col-h1-page{
		width:45% !important;
	}
}
@media(min-width:1280px) and (max-width:1791px){
	.row-intro h1{
		font-size: 45px !important;
	}
	.titre-post h1{
		font-size: 41px !important;
	}
	.h2-post h2{
		font-size: 40px !important;
	}
}

/*--------------grille articles-----------------*/

.post-item {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: all 0.3s ease-in-out; 
    position:relative;
	margin-bottom:25px;
}
.post-item::before{
	content:"";
	background-color:#06404980;
	height:400px;
	width:100%;
	position:absolute;
	display:block;
	top:0; 
	left:0;
	opacity:0;
	transition:all 0.3s ease-in-out;
	z-index:1;
}
.post-item::after{
	content:"voir";
	color:  #F7F9F8;
	font-family: "Work Sans";
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:absolute;
	top:600px;
	z-index:1;
	transition:all 0.6s ease-in-out;
	left: 85%;
  transform: translateX(-100%)
}
.post-item:hover::before{
	opacity:1;
}
.post-item:hover::after{
	top:250px;
}

.post-thumbnail img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
}

.post-meta {
	z-index:2;
	width:85%;
  padding: 15px;
  position:relative;
  background: #F7F9F8;
  margin-top:-100px;
 }
.post-date{
	display:inline-block;
	color:#303133;
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	background-color:#E1B276;
	padding:6px 15px;
	position:absolute;
	top:0;
	left:0;
	transform:translateY(-100%);
}
.post-category {
 	color: #E1B276;
	font-family: "Work Sans";
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	display:block;
	margin-bottom:5px;
}

.post-title {
  color: #303133;
	font-family: "Work Sans";
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom:0;
}

.custom-pagination {
    text-align: center;
    margin-top: 1rem;
}
.custom-pagination .page-numbers:not(.prev):not(.next){
	width:25px;
	display:inline-block;
	font-weight:600;
}
.custom-pagination .page-numbers.prev, .custom-pagination .page-numbers.next{
	font-size:15px;
}
.custom-pagination .current {
    background: #e1b276;
    color: #fff !important;
}
@media (min-width: 768px) {
	.custom-post-grid{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap:25px;
	}
	.post-meta {
  		min-height:180px;
 	}
	.post-item {
		margin-bottom:0px;
	}
}
@media (min-width: 981px) {
  .post-thumbnail img {
    height: 500px;
	}
	.post-item::before{
		height:500px;
	}
	.post-title {
		font-size: 20px;
	}
	.post-meta{
		padding: 20px;
		width:80%;
	}
	.post-item::after{
		left: 80%;
	}
	.post-item:hover::after{
		top:349px;
	}
	.custom-post-grid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1536px) {
  .post-thumbnail img {
    height: 600px;
	}
	.post-item::before{
		height:600px;
	}
	.post-title {
		font-size: 24px;
	}
	.post-meta {
		width:75%;
		margin-top:-150px;
 	}
 	.post-item::after{
		left: 75%;
		font-size: 64px;
	}
	.post-item:hover::after{
		top:390px;
	}
}

/*-----edito------------*/
.faq-juste .dsm_open_icon , .faq-juste .dsm_close_icon {
	display:none !important;
}
.faq-juste .dsm-faq-title{
	margin-left:0 !important;
	padding-right:25px !important;
}
.faq-juste .dsm_close_image img, .faq-juste .dsm_open_image img{
	margin-top: 10px;
}
.slider-juste .dsm_card_carousel_child_subtitle{
	margin: 15px 0;
}
.slider-juste .dsm_card_carousel_child_image_wrapper{
	position:relative;
	overflow:visible;
}
.slider-juste .dsm_card_carousel_child_image_wrapper::before{
	content:"";
	background:url(/wp-content/uploads/2025/06/bg-slider.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height:calc(100% - 50px);
	width:380px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
	z-index:1;
}
.slider-juste .dsm_card_carousel_child_image_wrapper img{
	z-index:2;
	transform:translateX(-50px) translateY(50px);
}
.slider-juste.slider-in .swiper-pagination-bullet{
	height:25px;
	width:25px;
	transition:all 0.3s ease-in-out;
	background:transparent !important;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Ccircle cx='13' cy='12' r='12' fill='%23F7F9F8'/%3E%3Cpath d='M5.5 12C5.5 16.1421 8.85786 19.5 13 19.5C17.1421 19.5 20.5 16.1421 20.5 12' stroke='%23E1B276' stroke-width='10'/%3E%3Cpath d='M5.5 12C5.5 16.1421 8.85786 19.5 13 19.5C17.1421 19.5 20.5 16.1421 20.5 12' stroke='%23E1B276' stroke-width='10'/%3E%3C/svg%3E");
}
.slider-juste.slider-in .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:transparent !important;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Ccircle cx='13' cy='13' r='12' transform='rotate(-180 13 13)' fill='%23F7F9F8'/%3E%3Cpath d='M20.5 13C20.5 8.85787 17.1421 5.5 13 5.5C8.85786 5.5 5.5 8.85786 5.5 13' stroke='%23E1B276' stroke-width='10'/%3E%3Cpath d='M5.50006 13C5.50006 17.1421 8.85793 20.5 13.0001 20.5C17.1422 20.5 20.5001 17.1421 20.5001 13' stroke='%23E1B276' stroke-width='10'/%3E%3C/svg%3E");
}

.slider-juste.slider-in .swiper-pagination-bullets{
	bottom: -88px;
}
.slider-juste.slider-in .swiper-button-next, .slider-juste.slider-in .swiper-button-prev {
	background-color:#064049 !important;
	height: 25px;
  	width: 25px;
}
.slider-juste.slider-in .swiper-button-next::before{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/next-white.png);
	background-repeat: no-repeat;
  	background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-top: 23px;
	right: 11px;
  	top: 50%;
  	transform: translateY(-50%);
}
.slider-juste.slider-in .swiper-button-next:hover::before{
	background-position: 2px 0px;
}
.slider-juste.slider-in .swiper-button-prev::before{
	content:"" !important;
	background:url(/wp-content/uploads/2025/06/prev-white.png);
	background-repeat: no-repeat;
  background-position: -45px 0px;
	height:21px;
	width:27px;
	transition:all 0.3s ease-in-out;
	margin-top: 23px;
	right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.slider-juste.slider-in .swiper-button-prev:hover::before{
	background-position: 2px 0px;
}
.box-cliquable{
	overflow:hidden;
}
.box-cliquable::after{
	content:"voir";
	color:  #F7F9F8;
	font-family: "Work Sans";
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:absolute;
	bottom:-11px;
	z-index:1;
	transition:all 0.6s ease-in-out;
	left:25px;
}

@media(min-width:768px){
	.slider-juste.slider-in .swiper-button-next, .slider-juste.slider-in .swiper-button-prev {
		height: 40px;
	  	width: 40px;
	}
	.box-cliquable::after{
		font-size: 50px;
		bottom:-14px;
	}
}
@media(min-width:981px){
	.box-cliquable::after{
		font-size: 55px;
	  	transform: translateY(100%)
	}
	.box-cliquable:hover::after{
		transform: translateY(0%)
	}
	.box-cliquable{
		height: 100%;
	}
}
@media(min-width:981px) and (max-width:1279px){
	.slider-juste .dsm_card_carousel_child_image_wrapper img{
		max-width:270px;
	}
	.slider-juste .dsm_card_carousel_child_image_wrapper::before{
		width:270px;
		height:calc(100% - 30px);
	}
	.slider-juste .dsm_card_carousel_child_image_wrapper img{
		transform:translateX(-30px) translateY(30px);
	}
	.titre-ipad{
		font-size:26px !important;
	}
}
@media(max-width:980px){
	.slider-juste .dsm_card_carousel_child_image_wrapper::before{
		width:220px;
		height:calc(100% - 30px);
	}
	.slider-juste .dsm_card_carousel_child_image_wrapper img{
		transform:translateX(-30px) translateY(30px);
	}
	.slider-juste .dsm_card_carousel_child_image_wrapper{
		margin-bottom:50px !important;
	}
	.slider-juste.slider-in .swiper-pagination-bullets{
		bottom: -68px;
	}
	.row-connaitre{
		display:flex;
		flex-direction: column-reverse !important;
	}
}
@media only screen and (max-width: 767px) {
    .slider-juste.slider-in .swiper-button-next{
        right: -19px;
    }
    .slider-juste.slider-in .swiper-button-prev {
        left: -19px;
    }
    .slider-juste.slider-in .swiper-pagination-bullets{
		bottom: -48px;
	}
}

/*------------------animation entree--------------------*/
body.notinitialized{
	display: none;
}
body.fixedbody{
   transition:all 0.2s ease-in-out;
   position :fixed;
   width:100%;
   animation: fixed 0.2s 5s forwards;
}
@keyframes fixed {
   0% {
       position:fixed;
   }
   100% {
         position:relative;
  }
}
.section-anim-home{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:99999999999999999999999999999999999;
	pointer-events: none;
	animation:fade 0.3s normal forwards ease-in;
	animation-delay: 5.1s;
	pointer-events: none;
}
.section-anim-home .et_pb_row{
	height:100%;
}
.section-anim-home .et_pb_column{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fade{
	0%{
		opacity:1;
	}
    90%{
        opacity:0;
    }
    100% {
        opacity:0;
        display:none;
    }
}

.list-dark .dsm_icon_list_text{
  color:#064049 !important;
}

.footer-fr:lang(en) {
    display:none;
}
.footer-en:lang(fr) {
    display:none;
}