@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Simonetta:ital,wght@0,400;0,900;1,400;1,900&display=swap');

html {
  scroll-padding-top: 100px; 
}
body {
    margin-bottom: 0;
    
}
.slick-active button {
    font-weight: 600; 
}


li button {
    font-weight: normal; 
}

a:hover{
    text-decoration: none;
}
body.home {
    margin-bottom: 0;
    background: #FBF5F3;
	overflow-x:hidden;
}
.post, .page {
    margin: 0;
}
.container {
    max-width: 1410px;
}
.container-fluid {
	 max-width: 1930px;
}
a:focus {
    outline: none;
}
.mobile_version {
    display: none;
}
.mobile_version_btn {
    display: none!important;
} 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", serif;
    font-style: normal;
   
}

h1 {
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 2px;
}

ul li,
ol li {
    font-family: "Poppins", serif;

}
h2 {
	font-size: 38px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 2px;
	text-transform:uppercase;
	position:relative;
    
}

h2::before{
	position:absolute;
	left:0;
	height:3px;
	top:20px;
	content:'';
	background-color:#cc997c;
	 position: absolute;
       right: 40px;
    transform: translateX(0%);
    display: block;
}

h2::after{
	position:absolute;
	right:0;
	top:20px;
	height:3px;
	content:'';
	
	background-color:#cc997c;
}
h2::before {
    visibility: hidden; 
}
.page-template-Cabinet h2::before,
.home h2::before {
    visibility: visible;
}
.page-template-Cabinet h2::after,
.home h2::after {
    visibility: visible;
}
/* h2::before {
    visibility: visible;
} */
#equipe h2::after {
	width:513px;
}
#equipe h2::before {
	width:513px;
}
#acces h2::after {
	width:603px;
}
#acces h2::before {
	width:603px;
/* 	transform: translateX(-116%); */
}
#cliniques h2::before {
	width:510px;
}
#cliniques h2::after {
	width:510px;
}
#traitements h2::after {
	width:475px;
}
#traitements h2::before{
	width:475px;
/* 	transform: translateX(-146%); */
}
.mb-56 {
	margin-bottom:56px;
}
.mobile__contact {
	border-right:3px solid #cc997c;
}

.top_returnbtn {
	border:none!important;
	background-color:transparent!important;
	padding-left:0;
}
.top_returnbtn:hover svg {
	fill:#cc997c;
}
.top_returnbtn:hover path {
	stroke:#fff;
}
h3 {

font-size: 32px;
font-weight: 500;
line-height: 36px;
letter-spacing: 2px;


    
}

a {
    text-decoration: none;
 font-family: "Montserrat", serif;
}

p {
   font-family: "Poppins", serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 1px;
}
.doctor-link_mobile {
    display: none;
}




/* Breadcrumds */

.breadcrumb-item,
.row_breadcrumbs a,
.row_breadcrumbs a:visited {
 font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  color:  #4F4F4F;
}  
a.breadcrumb-item:hover,
.breadcrumb-item span a:hover  {
    color: #cc997c;
}
#breadcrumbs a {
    margin-right: 8px; 
}
#breadcrumbs .breadcrumb_last {
    margin-left: 0px; 
}
#breadcrumbs span + span::before {
    content: ""; 
    margin: 0 4px; 
}
.breadcrumb_last {
font-family: "Poppins", serif;
}
.breadcrumb-item + span {
    margin: 0 8px;
}
.breadcrumb-separator {
    color:  #4F4F4F;

}
.row_breadcrumbs {
    margin-top: 16px;
}  
.home_breadcrumb-item {
	margin-right:16px;
}
.breadcrumb-separator {
	margin:0 12px;
	padding-bottom:3px;
}
.breadcrumb-item.active {
    color: #4F4F4F;
}
.middle_breadcrumb-item {
	margin:0 16px 0 8px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0rem;
    color: #4F4F4F;
    content: "";
}
/* Spaces */
.pt-120{
	padding-top:120px;
}
.hide_on_desktop{
	display:none!important;
}
/*============== Colors =================*/
.primary_bg {
	background-color: #CC997C;
}

.primary {
	color: #CC997C;
}

.secondary {
    color: #10100F;
}

.brown {
	color:  #7D6558;
}
.beige_bg {
background-color: #F7F3EC;

	
}
/* Preloader */

	.preloader {
/*     background-color: #fff; */
		background: #F7F3EC;

    height: 100vh; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
}

.svg-wrapper {
    position: relative; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    width: auto;
}



.svg2 {
    position: relative;
    opacity: 0;
    animation: fadeIn 2s forwards ease-in-out;
    animation-delay: 2s;
    width: 70%;
}



@keyframes fadeIn {
    0% {
        opacity: 0;
      
    }
    20% {
        opacity: 0.2;
      
    }
	40% {
        opacity: 0.4;
      
    }
	60% {
        opacity: 0.6;
      
    }
	80% {
        opacity: 0.8;
      
    }
    100% {
       
        opacity: 1;
    }
}
/*============== Buttons =================*/

.main_button {
 background-color: transparent;
padding: 10px 32px;
border: 2px solid #CC997C;
	color:#10100f;
}
.secondary_button:visited{
	color:#fff!important;
}
a.main_button:visited,
a.main_button:active,
a.main_button:focus{
	color:#10100f!important;
}
a.main_button:hover {
  background-color: #CC997C;
    color:#fff!important;
} 
.btn {
   height: 52px;
font-size: 18px;
font-weight: 500;
line-height: 32px;
 font-family: "Montserrat", serif;
text-align: center;
    text-transform: uppercase;
	border-radius:0;
	
}
.btn:hover {
    cursor: pointer;
    outline: none!important;
}

.secondary_button {
	border: 2px solid #fff;
	color:#fff!important;
	background-color: transparent;
padding: 10px 32px;
	width:239px;
}

.secondary_button:hover{
	background-color:#fff;
	color: #CC997C!important;

} 
/* Menu */

#primary-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.menu ul {
    display: flex;
    list-style-type: none;

}
.menu li a,
a.custom_item{
color:#10100f;
font-size: 18px;
font-weight: 400;
line-height: 36px;
letter-spacing: 2px;
	font-family: "Poppins", serif;
	cursor:pointer;
}
.menu li a:hover{
	text-decoration:underline;
}
.navbar{
    z-index:1!important;
}
.navbar-collapse {
    justify-content: start;
}
.menu-item-has-children::after {
    content: '';
    position: absolute;
    background-image: url(../images/downarr.svg);
    top:10px;
    right:-19px;
    height:13px;
    width: 13px;
}
.menu-item-has-children:hover::after {
	transform: rotate(180deg);
}
.navbar-collapse {
    justify-content: center;
}

.sub-menu {
  position: relative;
  padding-top: 16px;
  margin-left: 0;
  padding: 0;
  display: none;
 
}

.sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
 bottom:0;
  width: 100%;
  height: 93%;
  z-index: -1; 

  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
 
}

.menu-item-has-children .sub-menu > .menu-item-has-children {
	position:relative;
}
.menu-item-has-children .sub-menu > .menu-item-has-children::after{
  position:absolute;
	right:8px;
	content:'';
	top:12px;
	background-image:url(../images/bla.svg);
	height:36px;
	width:36px;
	background-repeat:no-repeat;
	background-position:center;
	transform: rotate(180deg);
	opacity:0;
}

.menu-item-has-children .sub-menu > .menu-item-has-children:hover::after{
	background-image:url(../images/subm.svg);
	transform: rotate(0deg);
	opacity:1;
}
.sub-menu li:hover {
   
   background-color: #CC997C;

}

.sub-menu li:hover a{
    color: #fff;
	text-decoration:none;
}




.menu-item-has-children > a:hover + .sub-menu,
.menu-item-has-children:hover > .sub-menu {
  display: block ;
  position: absolute;
  top: 100%; 
  left: -13px; 
  z-index: 100;
	padding-top:26px;
}


.menu-item-has-children .sub-menu .menu-item-has-children > a:hover + .sub-menu,
.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  left: 100%; 
  top: -6px; 
  display: block;
	margin-bottom: 6px;
    padding-top: 6px;
}

a.custom_item {
	margin-left:26px;
}
a.custom_item:hover {
	text-decoration: underline;
}
.menu-item-has-children .sub-menu .menu-item-has-children a:hover {
    color: #fff; 
	
  }

.sub-menu li {
/* 	 background-color: rgba(255, 255, 255, 0.5); */
/*      background-color: #f7f3ede3; */
    width: 268px;
    position: relative;
    text-align: left!important;

}

.main-navigation ul ul a {
    width: 288px!important;
}
.menu-item-has-children .sub-menu .sub-menu li{
    width: 100%; 
	background-color: #cd997d;
  }

.menu-item-has-children .sub-menu .sub-menu li:hover {
    width: 100%;
    background: #d6b19c;
}
.sub-menu li a{
    text-align: left!important;
font-family: "Poppins", serif;
font-size: 18px;
font-weight: 300;
line-height: 36px;
letter-spacing: 1px;
color: #10100f;
	padding:12px 24px;

}
.menu li {
    margin: 0 26px;
}
.menu li ul.sub-menu li {
    margin: 0!important;
}

ul.children  li {
    margin-left: 0;
}

header {
    height: 87px;
/*    background: #F7F3EC; */
    position: fixed;
    width: 100%;
    z-index: 8; 
    top:0;
/*  background-color: rgba(255, 255, 255, 0.5);  */
/*   backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* places it behind the list items */

  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

}
header .container {
    max-width: 1414px;
} 
.main-navigation ul ul {
    box-shadow: none!important;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;

}
.header_btn {
	color: #10100f!important;
	padding:10px 32px;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	background: transparent;
	border: 2px solid #CC997C;
}
.header_btn:hover{
	background: #CC997C;
	color: #F7F3EC!important;
	cursor:pointer;
}
/* ======== Top Video ====== */

.top_video{
    background-position: center;
    background-repeat: no-repeat;
    height:900px;
    position: relative;
}


    .video-wrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
        z-index: 2;
    }
    
    .sound-button,
    .sound-buttons {
        z-index: 10!important; 
        bottom: 65px; 
        right: 160px;  
    }

    
    #hero-video {
        width: 100%;
        height: auto;
    }
/* hero section  */
.hero{
    background-image: url(../images/herobg.png);
 background-position: center;
    background-repeat: no-repeat;
    height:500px;
    position: relative;
    margin-bottom: 120px;
    overflow-y: hidden;
}
.hero::after{
  content: '';
  position: absolute;
  right: -39px;
  bottom: 20px;
  background-image: url(../images/Unionwhite.svg);
  background-repeat: no-repeat;
  width: 598.19px;
height: 403px;

}

/* Equipe section  */
.section_spacing {
		padding:104px 0;
}
.equipe {

	background-image:url(../images/rightc.webp), url(../images/leftc.webp);
	background-position: bottom left, top right;
	background-size:contain;
	background-repeat:no-repeat;
}
.doc_item {
	max-width:564px;
}
.doc_img {
	max-width:570px;
	margin-right:154px;
}
.equipe .tag {
		margin-top:24px;
}
.tag h4{
font-size: 20px;
font-weight: 500;
line-height: 28px;
}

.doc_item ul {
	margin-left:0;
	padding-left:20px;
	margin-top:32px;
}
.doc_item ul li {
	margin-bottom:24px;
font-size: 18px;
font-weight: 300;
line-height: 36px;
letter-spacing: 1px;
text-align: justified;
}

.mt-72 {
	margin-top:72px;
}
.doc_item ul li::marker {
    color: #10100f;
    padding-right: 8px;
}

.assist_item {
	border-top: 3px solid #CC997C;
	padding-top:30px;
	max-width:239px;
	margin-left:45px;
	padding-left:0;
}

.logo__img {
	margin-right:104px;
}



/* Spacing  */ 
.mb-50{
	margin-bottom:50px;
}


/* Contact Form */

input[type="text"] {
    width: 277px;
}
 input[type="email"], input[type="tel"]  {
    width: 277px;
}
input[type="text"], input[type="email"], input[type="tel"]  {
    border-radius: 0px;
          background-color: transparent;
font-weight: 300;
font-size: 18px;
line-height: 36px;
letter-spacing: 1px;
color:#10100f;
	border:none;
	border-bottom: 2px solid #cc997c7a;
	font-family: "Poppins", serif;
}
textarea {
	 border-radius: 0px;
       background-color: transparent;
font-weight: 300;
font-size: 18px;
line-height: 36px;
letter-spacing: 1px;
color:#10100f;
	width: 570px;
	height:100px;
	border:none;
	border-bottom: 2px solid #cc997c7a;
	font-family: "Poppins", serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    background-color: transparent;
font-weight: 300;
font-size: 18px;
line-height: 36px;
letter-spacing: 1px;
color:#10100f;
	outline:none;
	font-family: "Poppins", serif;
	border-bottom: 2px solid #CC997C
}
input:focus-visible,
textarea:focus-visible{
    outline:none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #27AE60;
color:#10100f;
font-size: 16px;
font-weight: 400;
line-height: 16px;
text-align: left;
padding-left:30px;
	position:relative;
font-family: "Poppins", serif;
padding-block: 16px 16px;
    margin-left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display:none;
}


label {
font-weight: 300;
font-size: 18px;
line-height: 36px;
letter-spacing: 1px;
color: #10100F80;
	font-family: "Poppins", serif;
}

label.filled {
	color: #10100F;
}
input:not(:placeholder-shown), 
 textarea:not(:placeholder-shown) {
    border-bottom: 2px solid #CC997C!important;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 12px;
    font-weight: normal;
    display: block;
    max-width: fit-content;
    min-width: 173px;
    width: fit-content;
	font-family: "Poppins", serif;
	
}
.wpcf7-submit,
input[type="submit"] {
	border: 2px solid #CC997C!important;
	background-color:transparent;
	padding:10px 32px;
	border-radius:0;
	margin-top:48px;
	 font-family: "Montserrat", serif;
font-weight: 500;
font-size: 18px;
line-height: 32px;
letter-spacing: 0px;

}
input[type="submit"]:hover {
	border: 2px solid #CC997C;
	background-color:#CC997C;
	color:#fff;
}
form {
	margin-top:48px;
}
  #exampleModal .modal-dialog {
		max-width: 824px;
		width: 824px;
height: 955px;
background: #F7F3EC;
		margin:0;
    }

 #exampleModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none!important;
    border-radius: none!important;
    outline: 0;
	padding:24px;
}
 #exampleModal .modal-content button {
	background:none;
	background-color:none;
	border:none;
	padding:0;
}
  #exampleModal .modal-header {
	border:none!important;
    max-width: 700px;
}
  #exampleModal .modal-header .btn-close:hover svg{
	fill:#CC997C;
}
 #exampleModal .modal-header .btn-close:hover path{
	stroke:#fff;
}
 #exampleModal.modal {
	background-color:#10100F99;
		background: #10100F99;
}
 #exampleModal .modal-body {
	max-width:570px;
	margin-top:117px;
	margin-left:106px;
}

.form_inner p{
	display:flex;
	justify-content:space-between;
	row-gap: 24px;
    column-gap: 16px;
	margin-bottom:24px;
}



/* Cliniques */
.cliniques p {
	max-width:930px;
	text-align:center!important;
	margin-bottom:0;
}
.cliniques {
    background-image: url(../images/liniques.png);
    background-position: bottom;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}

.clinic-slider .slick-slide.slick-center {
	width:930px;
	height:506px;
	margin-left:150px;
	margin-right:150px;
	
}
.clinic-slider .slick-slide {
	height:506px;

}
.cd-image-container {
	 position: relative;
}
.cd-image-container img{
  position: relative;
  width: 930px;
  max-width: 930px!important;
  height: auto;
  overflow: hidden;
}
.clinic-slider .slick-active.slick-center {
	width:auto;
	height:auto;
}
.clinic-slider .slick-slide img {
    transform: scale(0.86);
    transition: transform 0.5sease-in-out;
}
	.clinic-slider .slick-active.slick-center img{
    width: 930px!important;
height: 506px!important;
transform: scale(1);

}
.cd-image-container img {
  width: 930px;
  display: block;
}
.info__item p {
	margin-bottom:8px;
}
.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.cd-resize-img img {
  width: 100%;
	 height: 100%;
}
.cd-handle::after {
	position:absolute;
	    top: 44%;
    left: -1016%;
	content:'';
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(../images/swiper.svg;);
	width: 62px;
height: 52px;
}
.cd-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
	
  background: #F7F3EC;
  cursor: ew-resize;
  transform: translateX(-50%);
}
 .slick-slide .clinic-slide h3 {
	margin-top:30px;
display: none!important;
}
.slick-slide.slick-active .clinic-slide h3 {
	margin-top:30px;
	display:block!important;
}
.slickprev {
	    left: 10%;
    bottom: 43%;
    position: absolute;
	z-index:3;
}
.slicknext {
	    right: 10%;
    bottom: 43%;
    position: absolute;
	z-index:3;
}
.slider__container {
	margin-top:64px;
}
/* ==================== FOOTER ==================== */
footer {
    background: #CC997C;
    padding: 72px 0 32px;
}
.footer_bottom {
    margin-top:48px;
}
.footer___info  span p {
	margin-right:8px;
}
.footer_contact_btn{
	position:relative;
	left:-18px;
}
.footer_bottom p,
.footer___info a{
     font-family: "Poppins", serif;
font-size: 14px;
font-weight: 300;
line-height: 20px;
color:#fff;
opacity:0.6;

}
.footer___info a:hover  {
	opacity:1;
}
.footer-menu li a{
     font-family: "Poppins", serif;
color:#fff;
font-size: 18px;
font-weight: 400;
line-height: 36px;
letter-spacing: 2px;
color:#fff;
}
.footer-menu,
#menu-footer-menu {
    margin-left: 0;
    padding-left: 0;
}

.footer-menu li {
    margin-bottom: 16px;
}
.footer-menu li a:hover{
    color:#7D6558;
}
.menu-item {
    list-style-type: none;
}

#menu-footer-traitements li {
    text-align: right;
}



/* Home page */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; 
  }
  
.play-button {
    position: absolute;
    top:50%;
    left:50%;
    height:50px;
    width: 55px;
    z-index: 99;
}
  
.video-wrapper video {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    object-fit: cover;
}
  



/* Home Page End */

.pc_hide {
    display: none!important;
}
/* Traitements */


/* Spaces  */
.mb-40 {
	margin-bottom:40px;
}
.pr-0 {
	padding-right:0;
}
.pl-40 {
	padding-left:40px;
}
.mb-60{
	margin-bottom:60px;
}


img {
	object-fit:cover;
}
/* About section */

.cabinet_info p {
	color:#fff;
	text-align:justify;
}
.cabinet {
  
   background-color: #CC997C;
background-image:url(../images/cabinetbg.webp);
	background-position:left;
    padding:104px 0;
	background-repeat:no-repeat;
	background-size:cover;
}
.cabinet_info {
        max-width: 690px;
      
    }

/* Global Header  */
.cases_header {
    max-height: 500px;
    /* min-height: 256px; */
    min-height: 156px;
    padding-bottom: 88px;
    margin-top: 90px;
    
}
.single .cases_header {
    padding-bottom: 45px;
    margin-top: 90px;
    
}
.cases_header h1 {
padding-top: 72px;
}
.cases_header p {
    max-width: 820px;
    text-align: justify;
}
/* .cases_header::after {
    content: '';
  
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    width: 685.1px;
    height: 736.91px;
    position: absolute;
    right: 0;
    z-index: -1;
    top:91px;
} */

.teschnologies_item {
  transition: opacity 0.4s ease-in-out;
}
/* Paralax */
.paralax {
    min-height: 800px;
    background-attachment: fixed; 
    position: relative; 
    background-size: cover;
    z-index: 1;
}

.paralax::after{
	position:absolute;
	top:65px;
	content:'';
	background-image:url(../images/Union.svg);
	width: 585px;
	background-size:contain;
height: 652px;
z-index:9;
	left:14%;
	background-repeat:no-repeat;

}



.btn:focus {
    outline: 0;
    box-shadow: none!important;
}







/* Traitemnts Section */
.traitements {
	background-color:#fff;
}
.traitement-container,
.traitement-container__inner {
	width:1665px;
}
.accordion-body {
	padding-bottom:32px;
	margin-top:8px;
	padding-left:0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    color: #282828;
    background-color:transparent;
    border:none;
}
.accordion-button:not(.collapsed)::after {
	display:none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius:0;
    border-bottom-left-radius: 0;
}
.accordion-button::after {
	display:none;
}
.accordion-item {
	border-top: 1px solid #7D6558!important;
}
#heading5 .accordion-button{
	border-bottom: 1px solid #7D6558;
}
#heading5 .accordion-button.active{
	border-bottom: 1px solid transparent;
	
}
#collapse5 .show > .accordion-body{
		border-bottom: 1px solid #7D6558;
}
button.accordion-button {
	background:transparent;
	border:none;
	padding:25px 0;
}
.accordion-button.active svg{
	transform:rotate(360deg);
}
.accordion-button svg{
	transform:rotate(-180deg);
}
.item_link {
	border: 2px solid #CC997C;
	max-width:178px;
	margin-top:32px;
}
.accordion-item {
	max-width:562px;
}

#traitement-image.hide_on_desktop {
	display:none;
}
#traitement-image {
	object-fit:cover;
	object-position:top;
	height:668px;
}
/* 404 page */
.error404 {
    background-image: url(../images/caseheader.svg), url(../images/bootmleftsvghalf.svg);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat; 
    background-size: auto, auto;
	  background: linear-gradient(180deg, #FFFFFF -32.87%, #F7F3EC 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.2) -24.81%, rgba(255, 255, 255, 0) 100%);
}
.error-404 {
	height:800px;
	margin-top:160px;
	margin-bottom:100px;
 
}
.error404 h1 {
	 font-family: "Montserrat", serif;
font-weight: 400;
font-size: 250px;
line-height: 300px;
letter-spacing: 2px;
text-align: center;
	color: #7D6558;
}
.error404 a {
	width:216px;
}
.error404 header {
	opacity:0;
}
.error404 {
	position:relative;
	overflow-x:hidden;
}
.error404:before {
    background-image: url(../images/R.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    width: 600px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
}
.error404:after {
    background-image: url(../images/Vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 572px;
    width: 333px;
    position: absolute;
    content: '';
  bottom:0;
    right: -40px;
    z-index: 1;
}
/* Conseils Archive */

.tag {
	width:fit-content;
	background: #CC997C;
padding:6px 16px;
	border-radius:12px;
	margin:16px 0;
}
.tag a,
.tag a:visited{
	color:#fff!important;
font-weight: 500;
font-size: 20px;
line-height: 28px;
letter-spacing: 0px;

}

/* Pathologies Arhive */


.page-template {
	background: linear-gradient(180deg, #FFFFFF 0%, #F7F3EC 100%);
	position:relative;
	overflow-x:hidden;
}
.page-template:before,
.single:before{
	background-image:url(../images/R.svg);
	background-repeat:no-repeat;
	background-size:contain;
	height:600px;
	width:600px;
	position:absolute;
	content:'';
	top:24%;
	left:0;
	z-index:-1;
	
}
.page-template:after,
.single:after{
	background-image:url(../images/Vector.svg);
	background-repeat:no-repeat;
	background-size:contain;
	height:572px;
	width:333px;
	position:absolute;
	content:'';
	bottom:510px;
	right:-40px;
	z-index:-1;
	
}
	.pathology-item,
.conseil-item,
#conseiils-list{
		width:1170px;
		
}
	.pathology-item video,
.pathology-item img,
.conseil-item video,
.conseil-item img{
		max-width:450px;
		height:276px;
		object-fit:cover;
		
}
	.pathology-container,
.conseil-container{
		row-gap:80px;
}
	.pathology-link {
		width:fit-content;
		margin-bottom:8px;
}
	.pathology-item .inner_col,
.conseil-item .inner_col{
		width:570px;
}
		.pathology-item .inner_col p,
.conseil-item .inner_col p{
		text-align:justify;
}




/* Single Page */
.mobile-image {
    display: none;
}

.default_content .wp-block-group__inner-container li {
	color: #CC997C;
font-weight: 500;
font-size: 22px;
line-height: 30.8px;
letter-spacing: 0px;
   font-family: "Montserrat", serif;
	margin-bottom:24px;

}
.default_content figure {
	margin:80px 0!important;
}
.default_content .wp-block-group__inner-container {
	margin-bottom:40px;
}

.default_content .wp-block-group__inner-container p{
	margin-left:30px;
}
.default_content {
	max-width:1070px;
}

.default_content p{
	max-width:930px;
	text-align:justify;
}
.single .entry-content {
	max-width:930px;
}

.single
{
	background: linear-gradient(180deg, #FFFFFF 0%, #F7F3EC 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
position:relative;
	overflow-x:hidden;
}
.entry-content p {
	text-align:justify;
}
.wp-block-quote {
	border-radius:32px;
	padding:32px;
	
	margin:32px 0;
background: #CC997C;
}
.wp-block-quote p {
	text-align:center;
	color:#fff;
		font-family: "Simonetta", serif;
font-size: 24px;
font-weight: 400;
line-height: 34px;
letter-spacing: 2px;
	margin-bottom:0;
}
.wp-block-list {
    margin-left:0;
    padding-left:20px;
}
.entry-content h2 {
font-size: 38px;
font-weight: 400;
line-height: 44px;
letter-spacing: 2px;
margin: 32px 0;
	text-transform:uppercase;
color: #CC997C;

}
.entry-content h3 {
color: #CC997C;
font-size: 32px;
font-weight: 500;
line-height: 36px;
letter-spacing: 2px;
margin: 32px 0;

}
.entry-content h4,
.entry-content .h4{
	color: #CC997C;
font-size: 20px;
font-weight: 500;
line-height: 28px;


}
.wp-block-media-text__content {
    padding-left: 0!important;
}
h4.wp-block-heading {
	padding-left:0;
}



.entry-content a,
.entry-content a:visited,
.entry-content a:hover {
    color: #CC997C !important;
}
.entry-content a:hover {
   text-decoration: underline;
}
.wp-block-media-text {
    padding: 6px 0;
    margin-top: 16px;
}
ol.wp-block-list li,
ul.wp-block-list li {


font-size: 18px;
font-weight: 300;
line-height: 36px;
letter-spacing: 1px;
text-align: justified;

color: #10100f;
margin-bottom: 8px;
padding-left: 8px!important;
}
ul li::marker {
    color: #CC997C;
    padding-right: 4px;
}
ol li::marker {
    padding-right: 8px!important;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.wp-block-image .size-full,
.wp-block-image .size-large,
figure{
    margin: 32px 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding-right:0;
	padding-left:30px!important;
}

.has-media-on-the-right .wp-block-media-text__content {
	padding-right:30px;
	padding-left:0px!important;
}
.wp-element-caption {
	text-align:center;
font-size: 18px;
font-weight: 300;
line-height: 36px;
letter-spacing: 1px;
text-align: justified;
	font-family: "Poppins", sarif;


}


.wp-block-group__inner-container ul li {
	color:#cc997c;
}
.wp-block-group__inner-container p {
	padding-left:28px;
}



/* Access section */
	.hours p {
		width:120px;
}
.acces {
    background-image: url(../images/accessl.webp), url(../images/accessr.webp);
    background-position: bottom left, top right;
    background-size: contain;
    background-repeat: no-repeat;
}
a.btn_template,
a.btn_template:visited{
	color:#10100f!important;
font-size: 18px;
font-weight: 300;
line-height: 36px;
letter-spacing: 1px;


}
a.btn_template:hover {
	color: #CC997C!important;

}
.svg__icon svg {
	margin-right:16px;
}
.tag h3 {
font-size: 20px;
font-weight: 500;
line-height: 28px;
color:#fff;

width:fit-content;

}
.access__item {
	padding-left:96px;
}
.access__item p {
	text-align:justify;
}
.work_item {
	width:568px;
}
.work_item .hours{
	width:360px;
}
.work_item .day {
	width:90px;
}

.work_item li .day,
.work_item li .hours {
    color:  #10100f;

}

.work_item .highlight,
.work_item.current-day .day{
    color: #CC997C;
	font-weight:500;
}

#access_map {
	margin-top:70px;
	border: 3px solid #CC997C;
	height:467px;
	padding:13px 12px;
	width:100%;
}
#map {
	height:441px;
}
.modal-content h2:before,
.modal-content h2:after {
	display:none;
}
/* Retour Button */
.retour_btn {
    padding: 88px 16px;
}
.retour_btn button{
width: fit-content;
height: 52px;
}
.retour_btn button svg{
	margin-right:24px;
}
.retour_btn button:hover svg path{ 
    stroke:#fff!important;
}
.retour_btn button:hover {
	border: 2px solid #CC997C;
	background-color:#CC997C;
	color:#fff!important;



}
.retour_btn button {
	
font-family: "Montserrat", serif;
font-size: 18px;
font-weight: 500;
line-height: 32px;


}



/* Technologies */
.page-template-technologies .lg-container {
    width: 1600px;
    row-gap: 40px;
}
body.page-template-technologies  {
    background-color: white;
}
.tech_list p {
    text-align: justify;
}

.tech_item {
    padding-top: 80px;
    background-color: #F5F5F5;
    height: 450px;
    border-radius: 24px;
}




/* Archive  */



.description {
    margin-top: 40px;
}


.item-thumbnail img {
    max-height: 320px;
    overflow: hidden;
    min-height: 320px;
    height: 320px;
    width: 100%;
    min-width:604px;
    object-fit: cover;
    object-position: center;
}


/* Cabinet page */
.bg__overlay {
	background: linear-gradient(180deg, #FFFFFF 0%, #F7F3EC 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);

}
.valeur-item img {
	height:104px;
}
.page-template-Cabinet {
	  background: #F7F3EC;
}
.page-template-Cabinet::before,
.page-template-Cabinet::after{
	display:none;
}
.page-template-Cabinet .cases_header {
    max-height: 500px;
    /* min-height: 256px; */
    min-height: 156px;
    padding-bottom: 88px;
	margin-top:0;
    padding-top: 90px;
}

	.center {
		margin:64px 0;
}
	.custom-dots {
		margin:0 32px;
}
	.slider_arrow {
		margin:auto;
		max-width:1000px;
}
	.slick-dots {
		display:flex;
		list-style-type:none;
		margin:0;
		padding:0;
}
	.slick-dots li button{
		background-color:none;
		border:none;
		background:none;
	}
.center .slide {
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}


	.center .slick-active.slick-center {
		margin-top:0px;
	}
.slick-slide img {
	   transform: scale(0.76);
    transition: transform 0.5s ease-in-out;
}
/* #valeurs h2::before {
	transform: translateX(-141%);
} */
#valeurs h2::before,
#valeurs h2::after {
	width:414px;
}
#teschnologies h2::before,
#teschnologies h2::after {
	width:446px;
}
#madeIn h2::before {
    visibility: hidden;
}

/* #teschnologies h2::before {
	transform: translateX(-156%);
} */
#gallery h2::before,
#gallery h2::after {
	width:364px;
}
/* #gallery h2::before {
	transform: translateX(-191%);
} */
#valeurs .container {
    max-width: 1180px;
}
.cabinet_wrapper img {
	max-width:825px;
}
.slick-track {
	    display: flex!important;
    align-items: center!important;
}
.center .slick-active.slick-center {
	height:auto;
}

	.center .slick-active.slick-center img{
		width:100%;
		height:100%;
		object-fit:cover;
		 transform: scale(1);

}
	
	.page-template-Cabinet {
		overflow-x:hidden;
}
	.page-template-Cabinet p {
		text-align:justify;
}
	#madeIn {
		padding-top:219px;
		padding-bottom:192px;
	}
	.mr-145 {
		margin-right:87px;
}
	.info__container p {
		max-width:570px;
		text-align:justify;
}
	.info__container img.flag {
		width:fit-content;
		margin-bottom:48px;
}
		.info__container h2 {
		max-width:500px;
			margin-bottom:48px;
}
	#valeurs {
		padding-top:120px;
		padding-bottom:84px;
		

}
	#madeIn {
		overflow-x:hidden;
}
/* 	.page-template-Cabinet .retour_btn,
	#gallery,
	#madeIn,
	#teschnologies{
		background-color: #f7f3ec3d;
} */
	.valeur-item  {
		padding:53px 28px 28px;
}
	.valeur-item img {
		width:fit-content;
		margin-bottom:29px;
}
	.valeur-item p {
		max-width:220px;
}
#teschnologies {
	position:relative;
}
#teschnologies::after {
	position:absolute;
	content:'';
	top:0;
	width:100%;
	height:1300px;
	background-image:url(../images/bgg.png);
	background-size:cover;
	z-index:-1;
}
#teschnologies {
	position:relative;
}
#teschnologies::after {
	position:absolute;
	content:'';
	top:0;
	width:100%;
	height:1300px;
	background-image:url(../images/bgg.png);
	background-size:cover;
	z-index:-1;
}
.teschnologies_item {
    position: relative;
    cursor: pointer;
    overflow: hidden; /* Prevents the image from expanding outside */
}


.teschnologies_item .img_overlay{
	 transition: transform 0.3s ease-in-out;
}
.teschnologies_item:hover .img_overlay {
    transform: scale(1.1);
}

	.teschnologies_row {
		margin-top:112px;
        position: relative;
        justify-content: space-between;
}
	.teschnologies_item {
		position:relative;
        height: 583px;
		    max-width: 459px;
}
	.teschnologies_item img {
		height: 583px;
	}
.teschnologies_item span {
    z-index: 9;
    position: absolute;
    padding: 64px 56px;
    transform: rotate(-90deg);
    width: 583px;
    bottom:205px;
    right: 62px;
    display: flex;
    justify-content: flex-start;
}
.visible_item {
    position: relative;
}
    .col-lg-3.teschnologies_item {
        flex: 0 0 auto;
        width: 24%;
    }
.col-lg-3.teschnologies_item span {
    z-index: 9;
    position: absolute;
    padding: 43px 51px;
    transform: rotate(-90deg);
    width: 583px;
    bottom: 226px;
    right: -16px;
    display: flex
;
    justify-content: flex-start;
}
.img_overlay:before	{
		background: 
linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
linear-gradient(0deg, rgba(204, 153, 124, 0.6), rgba(204, 153, 124, 0.6));
	position:absolute;
	top:0;
	content:'';
	width:100%;
	height:100%;
	z-index:2;

}
	.img_overlay{
		position:relative;
}

.teschnologies_item {
    z-index: 1;
}
.teschnologies_row .col-md-2  {
    min-width: 280px;
}
.col-md-2.teschnologies_item span {
    right: -128px!important;
}
.teschnologies_row .col-lg-1 {
    min-width: 230px;
    }
    .col-lg-1.teschnologies_item span {
        right: -150px;
    }

.onhover_item {

    background-size: contain!important;
/*     position: absolute; 
    top: 40%;
    left: 50%; 
    transform: translate(-50%, -50%);  */
    background: #FFFFFFBD; 
    padding: 32px; 
    z-index: 0; 
    width: 990px; 
    height: 583px;
    justify-content: flex-end;
    align-items: flex-end;
	 transition: opacity 0.3s ease-in-out;
}

	
  #technologyModal .modal-dialog {
	 width: 990px; 
    height: 583px;
	  max-width: 990px;
	
    }

 #technologyModal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none!important;
    border-radius: none!important;
   
}
 #technologyModal .modal-content button {
	background:none;
	background-color:none;
	border:none;
	padding:0;
}
  #technologyModal .modal-header {
	border:none!important;
}

 #technologyModal.modal {
	background-color:transparent;
		background: transparent!important;
}

.page-template-Cabinet .modal-backdrop {
    display: none!important;
}



	.onhover_item-inner {
		background: #FFFFFFBD;
		padding:32px;
		max-width:463px;

}

	.info__item h2 {
		max-width:500px;
		
}
		.info__item p {
		max-width:570px;
			color:#fff;
			text-align:justify;
		
}

.slider_icon_hover:hover {
	background-color: #CC997C;
	cursor:pointer;
}
.slider_icon_hover:hover svg path{
	stroke: #fff;
}

.mobile__version {
    display: none;
}
button {
	outline:none!important;
}
@media (min-width: 1955px) {
   .slickprev {
    left: 20%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
	}.slicknext {
    right: 20%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
	  #technologyModal .modal-dialog {
	 width: 990px; 
    height: 583px;
	  max-width: 990px;
	    position: absolute;
    left: 25%;
    top: 28%;
    }
}
@media (min-width: 1800px) and (max-width: 1950px) {
   .slickprev {
    left: 20%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
.slicknext {
    right: 20%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
}
@media (min-width: 1700px) and (max-width: 1800px) {
   .slickprev {
    left: 17%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
.slicknext {
    right: 17%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
}
@media (min-width: 1600px) and (max-width: 1700px) {
   .slickprev {
    left: 15%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
.slicknext {
    right: 15%;
    bottom: 43%;
    position: absolute;
    z-index: 9999;
}
	.cabinet_wrapper img {
    max-width: 745px;
}
}
@media (min-width: 1400px) and (max-width: 1600px) {
	.cabinet_wrapper img {
    max-width: 704px;
}
.cabinet_info {
       margin-right:40px;
      
    }
 .info__item {
    padding: 43px 95px 43px 81px;
}  
    .traitement-container, .traitement-container__inner {
    width: 1440px;
}
   

}

@media (min-width: 1230px) and (max-width: 1450px) {
.info__item {
    padding: 43px 95px 43px 81px;
}
	.traitement-container, .traitement-container__inner {
    width: 1365px;
}
	.cabinet_wrapper img {
    max-width: 604px;
}
	.container {
    max-width: 1230px;
}

	#acces h2::after,
	#acces h2::before{
    width: 503px;
}
	#cliniques h2::after,
	#cliniques h2::before{
    width: 410px;
}

   #traitements h2::after,
	#traitements h2::before{
    width: 375px;
}
	#equipe h2::before,
	#equipe h2::after{
    width: 413px;
}
#teschnologies h2::before, #teschnologies h2::after {
    width: 346px;
}
	header .container {
    max-width: 1300px;
}
}
@media (min-width: 1200px) and (max-width: 1230px){
			.traitement-container, .traitement-container__inner {
    width: 1165px;
}
}
@media (min-width: 1000px) and (max-width: 1230px) {
	.teschnologies_item span {
  
    right: -45px;
   
}
	.cabinet img {
		width:100%;
		margin-top:32px;
}
	#gradient img{
		height:404px;
}
	.cabinet_info {
    max-width: 990px;
}
		.traitement-container, .traitement-container__inner {
    width: 1020px;
}
	button.accordion-button {
    background: transparent;
    border: none;
    padding: 21px 0;
}
	.work_item .hours {
    width: 280px;
}
	.work_item {
    width: 450px;
}
	.access__item {
    padding-left: 2px;
}
	.btn {
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
	
.mb-60 {
    margin-bottom: 32px;
}
	.clinic-slider .slick-active.slick-center img {
    width: 730px !important;
    height: 506px !important;
}
	.slickprev {
    left: 4%;
    bottom: 53%;
    position: absolute;
    z-index: 9999;
}
	.slicknext {
    right: 4%;
    bottom: 53%;
    position: absolute;
    z-index: 9999;
}
/* #access_info.mb-60 {
    margin-bottom: 41px;
}	 */
	a.btn_template, a.btn_template:visited {
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
   
}
.pathology-item, .conseil-item, #conseiils-list {
    width: 990px;
}
.info__item {
    padding: 14px 15px 14px 15px;
}
	.mr-145 {
    margin-right: 7px;
}
	.footer___info span {
		flex-direction:column;
		justify-content:flex-start!important;
}
		h2::before,
	h2::after{
    display:none;
}
		.mobile__contact {
    border-right: none;
}
}
@media (min-width: 700px) and (max-width: 830px){
	
	.info__item {
		padding:30px 16px;
	}
	.top_video {
    height: 600px;
}
	.cabinet_info {
		margin-bottom:32px;
	}
	.hide_on_mobile {
		display:none;
}
	.traitement-container, .traitement-container__inner {
    width: 765px;
		justify-content:center!important;
}
	.accordion-item {
    max-width: 725px;
}
	#traitement-imag{
		display:block!important;
		margin-top:32px;
		    height: 400px;
    width: 100%;
		
}
.clinic-slider .slick-active.slick-center img {
    width: 730px !important;
    height: 506px !important;
}	
	.paralax::after {
    top: 180px;
    width: 485px;
    height: 452px;
    left: 4%;
   
}
	.clinic-slider {
		margin-bottom:64px;
}	
.page-template:after, .single:after {
    height: 572px;
    width: 333px;
    position: absolute;
    content: '';
    bottom: 510px;
    right: 0px;
    z-index: -1;
}

.slicknext,
	.slickprev{

    bottom: -15%;
 
}	
	#access_info {
		flex-direction:column-reverse;
}
.access__item {
    padding-left: 16px;
}	
	.work_item {
    width: 348px;
}
	.tag h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    width: fit-content;
}
	.contact_info_item .hide_on_mobile {
        display: flex;
    }
.work_item .day {
    width: 150px;
}
	.footer___info span {
		flex-direction: column;
		justify-content:flex-start!important;
		align-items:center!important;
}
	.pathology-item .inner_col, .conseil-item .inner_col {
    width: 383px;
}
.pathology-item video, .pathology-item img, .conseil-item video, .conseil-item img {
    max-width: 350px;
    height: 276px;
    object-fit: cover;
}	
.pathology-item, .conseil-item, #conseiils-list {
    width: 750px;
}	
	
	.center .slick-active.slick-center, .center .slick-active.slick-center img {
    width: 600px !important;
    height: auto !important;
}
	.onhover_item {
        background-image: url(http://kouassi.local/wp-content/uploads/2025/02/4048e69…-scaled.jpeg);
        width: auto;
        height: 466px;
        z-index: 99;
        background-size: cover;
        position: absolute;
        top: 0%;
        display: flex !important;
        padding: 0px;
        margin-right: 16px;
}	
.info__container img.flag {
    width: fit-content;
    margin: 32px 0;
}
	.teschnologies_item img {
    height: 466px;
}
	.onhover_item-inner {
    padding: 32px 16px;
    max-width: fit-content;
}
	.teschnologies_row {
    margin-top: 24px;
    row-gap: 0px;
}
	.visible_item {
		opacity:0;
}
 .teschnologies_item {
            background-size: cover;
        padding: 0;
    }
	#madeIn {
    padding-top: 64px;
    padding-bottom: 64px;
}
	#madeIn .row{
		flex-direction:column-reverse;
}
/* home	 */
.doc_img {
    margin-right: 47px;
}	
	.logo__img {
    margin-right: 41px;
}
	
	.modal-dialog {
    max-width: 824px;
    width: 624px;
    height: 955px;
    background: #F7F3EC;
    margin: 0;
}
	
.modal-body {
    max-width: 570px;
    margin-top: 117px;
    margin-left: 0px;
}
	h2::before,
	h2::after{
    display:none;
}
		.mobile__contact {
    border-right: none;
}
	
	.sound-button, .sound-buttons {
    z-index: 1 !important;
    bottom: 30px;
    right: 16px;
}
	.header_btn.hide_on_mobile {
		display:none;
}
		.header_btn.hide_on_desktop {
		display:block;
}
}
@media (min-width: 300px) and (max-width: 1030px) {
	 .teschnologies_item {
            background-size: cover;
        padding: 0;
    }
	.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius:0;
   
}
	.teschnologies_item {
    position: relative;
    height: 583px;
    max-width: 100%;
}
	#primary-menu {
	overflow-x:hidden;

    overflow-y: auto;
    max-height: 500px;
    flex-direction: column;
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    align-items: center;
    margin-top: 46px;
}
.accordion-body {
	padding-bottom:32px;
	margin-top:8px;
	padding-left:0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    color: #282828;
    background-color:transparent;
    border:none;
}
.accordion-button:not(.collapsed)::after {
	display:none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius:0;
    border-bottom-left-radius: 0;
}
.accordion-button::after {
	display:none;
}
.accordion-item {
	border-top: 1px solid #7D6558!important;
}
.sub-menu li a {
    color: #fff!important;
}
.navbar {
    z-index: 1 !important;
    margin: 1px 0;
	    background-color: #ffffffed;
	padding:0;
}

.navbar-collapse {
    min-height: 100vh;
    background-color: #ffffffed;
    padding: 0 0px;
}
.navbar-collapse .show {
   overflow-y:auto;
}


.menu li {
    margin: 0 0 32px;
    padding: 0;
}
.menu li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 3px 10px;
}

	.menu .menu-item-has-children.active .toggle-icon{
         font-size: small;
        color: transparent;
        transform: rotate(180deg);
}
.menu .menu-item-has-children.active > .sub-menu li{
		
    background-color: #cc997c; 
}

.menu .menu-item-has-children.active .sub-menu > .menu-item-has-children.active > .sub-menu li a {
   margin:auto;

}
.menu .menu-item-has-children.active .sub-menu > .menu-item-has-children.active > .sub-menu li a {
    align-items:center;
}


	
	.menu .menu-item-has-children.active .sub-menu > .menu-item-has-children.active{
		  /* background-color: #d6b19c!important; */
		    z-index: 4;
		width: 100%;
        position: relative;
        left: 0px;
		overflow-x:hidden;
		
}
.menu .menu-item-has-children.active .sub-menu > .menu-item-has-children.active > .sub-menu li,
.menu .menu-item-has-children.active .sub-menu > .menu-item-has-children.active > li{
  padding-left:10px;
    z-index: 4;
	       background-color: transparent !important; 
}
.menu .menu-item-has-children.active .sub-menu > .menu-item-has-children.active > .sub-menu {
    padding-top: 14px;
    padding-bottom: 0px;

	position:relative;
	        width: 100%;
        left: 0px;
}




.sub-menu li {
    padding: 14px 1px;

    text-align: center!important;
    width: 100%;
}

	.main-navigation ul ul a {
    width: fit-content;
}

    .menu-item-has-children {
    position:relative;
    width:100%;
}
.sub-menu .menu-item a{
font-weight: 300;
font-size: 20px;
line-height: 24px;
letter-spacing: 0px;
text-align: center!important;
}

.menu-item-has-children:hover .sub-menu {

position: unset;
left: -16px;
} 



.menu-item-has-children.active > .sub-menu {
    display: block; 
    width: 100%;
}

.sub-menu {
display: none;
	padding-left: 20px; 
transition: max-height 0.3s ease;
}


.main-navigation ul ul {
    box-shadow: none !important;
    float: left;
    position: unset;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

	
	a.custom_item {
    margin-left: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0px;
}
	
.menu li a:hover {
color: #39332d;
}

.menu li a {
font-weight: 400;
font-size: 24px;
line-height: 33.6px;
letter-spacing: 0px;

   
}
	.custom-logo-link {
		margin-left:16px;
		    padding: 13px 0;
}
.menu-item-wrapper {
    display: flex;
    justify-content: center;

      padding: 0;
}

	li .sub-menu li.active .menu-item-wrapper a {
		padding-left:8px!important;
		position:relative;
}
	li .sub-menu li.active .menu-item-wrapper {
		   width: 100%;
}

	.menu-item-has-children .toggle-icon::after {
    content: '';
    position: absolute;
    background-image: url(../images/downarr.svg);
    top: 4px;
    right: 3px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
		li .sub-menu li .menu-item-wrapper .toggle-icon::after {
    content: '';
    position: absolute;
    background-image: url(../images/subm.svg)!important;
    top: 4px;
    right: 3px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
   
			        background-size: auto;
        transform: rotate(-90deg);
}
			li .sub-menu li.active .menu-item-wrapper .toggle-icon::after {
    content: '';
    position: absolute;
    background-image: url(../images/subm.svg)!important;
    top: -3px;
    right: 3px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
   
			        background-size: auto;
        transform: rotate(90deg);
}
.toggle-icon{
    color: transparent;
    font-size: 20px;
	width:43px;
	position:relative;
}

.sub-menu {
    display: none; 
   
}
.menu-item-has-children .sub-menu > .menu-item-has-children::after {
    position: absolute;
    right: 8px;
    content: '';
    top: 12px;
    background-image: url(../images/subm.svg);
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
.menu-item-has-children > a {
    flex: 1; 
}
.main-navigation ul ul a {
    width: auto!important;
}
.menu-item-has-children .toggle-icon {
    flex-shrink: 0;
}

.menu-item-has-children.active > .sub-menu {
    display: block!important; 
}
.menu-item-has-children > a:hover + .sub-menu, .menu-item-has-children:hover > .sub-menu {
    display: block;
    position: unset;

}
	
}
@media (max-width: 670px) { 
		h2::before,
	h2::after{
    display:none;
}
	.mobile__contact {
    border-right: none;
}
	.hide_on_desktop{
	display:flex!important;
		justify-content:center;
}
	.hide_on_mobile {
		display:none!important;
}
	.mobile__contact {
		row-gap:24px;
}
/* 	Traitements */
	.traitement-container__inner {
		max-width:363px;
		margin:auto;
}
	#traitement-imag.hide_on_desktop {
	display:block;
		height:260px;
		margin-top:24px;
}
	.item_link {
    border: 2px solid #CC997C;
    max-width: 343px;
		width:100%;
    margin-top: 32px;
}
/* 	Cabinet  */
	.info__item {
    padding: 64px 14px;
}
.page-template-Cabinet p {
    text-align: left;
}	
.mr-145 {
    margin-right: 0px;
}	
.onhover_item {
        background-image: url(http://kouassi.local/wp-content/uploads/2025/02/4048e69…-scaled.jpeg);
        width: auto;
        height: 466px;
        z-index: 99;
        background-size: cover;
        position: absolute;
        top: 0%;
        display: flex !important;
        padding: 0px;
        margin-right: 16px;
}	
	.teschnologies_item img {
    height: 466px;
}
	.onhover_item-inner {
    padding: 32px 16px 16px 16px;
    max-width: fit-content;
}
	.teschnologies_row {
    margin-top: 24px;
    row-gap: 0px;
}
/* 	.visible_item {
		opacity:0;
}
	.teschnologies_item:hover{
		display:none;
} */
	#madeIn {
    padding-top: 64px;
    padding-bottom: 64px;
}
	#madeIn .row{
		flex-direction:column-reverse;
}
	.info__container img.flag {
    width: fit-content;
    margin-bottom: 24px;
    margin-top: 48px;
}
	.info__container h2 {
    max-width: 500px;
    margin-bottom: 24px;
}
	.center .slick-active.slick-center, .center .slick-active.slick-center img {
    width: 343px !important;
    height: 260px !important;
}
	.slick-slide img {
    width: 343px;
    height: 260px;
}
	.slick-track {
    align-items: unset!important;
}
/*  .teschnologies_item {
        pointer-events: none; 
    }	 */
	#valeurs {
    padding-top: 40px;
    padding-bottom: 64px;
}
	#valeurs .row{
		justify-content:center;
	}
	.valeur-item {
		width:166px;
    padding: 24px 15px 21px;

	}
	.center {
    margin: 24px 0;
}
	.slider_icon_hover svg {
		width:41px;
		height:41px;
}
    .top_video{
                height: 300px;
        margin-top: 70px;
        
    }
	.retour_btn button {
    width: 100%;
    height: 52px;
}
h2{
font-size: 28px;
font-weight: 400;
line-height: 36px;

}
h1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.01em;
    
}
.secondary_button {
    width: 100%;
}



input[type="text"] {
    min-width: 100%;
    width: 100%;
}
input[type="email"], input[type="tel"] {
    width: 100%;
    margin-right: 0;
}
textarea {
    min-width: 343px; 
    max-width: 100%; 
}
.wpcf7-submit {
    width: 100%;
}
form {
    margin: 40px 0;
}

footer {
    max-height: fit-content;
}



	
	
/* home page */

/* Paralax */
.paralax::after {
    top: 65px;
    width: 205px;
    height: 306px;
    left: 2%;
}
.paralax {
           min-height: 330px;
  background-size: cover;
        background-attachment: scroll;
}


/* Access */
	.tag {
		margin-bottom:24px;
}
	.contact_info_item {
		margin-bottom:32px;
}
	.working__hours {
		margin-bottom:32px!important;
}
#access_contact {
    width: 374px;
    padding: 0 16px;
}
.access_contact_button {
    padding: 8px 10px;
    max-width: 100%;
}
.acces {
    padding: 64px 0;
  
}
	.access__item {
    padding-left: 16px;
}
	.pl-40 {
    padding-left: 0px;
}
	#access_map {
    height: auto;
	margin-top: 24px;
}

#access_map iframe
	{
    width: 343px;
height: 340px!important;


} 
.page-template:after, .single:after {
   display:none;
}
	.page-template:before, .single:before {
   display:none;
}
	
	.work_item {
    width: 343px;
}
.work_item .day {
    width: 154px;
}	
	#access_info {
		display:none;
}
/* Cliniques */

.clinic-slider .slick-slide.slick-center {
    width: 343px;
    height:fit-content;
    margin-left: 16px;
    margin-right: 16px;
}
	.clinic-slider .slick-active.slick-center img {
    width: 343px !important;
    height: 260px !important;
	
}
	.slicknext {
    right: 4%;
    bottom: -10%;
    position: absolute;
    z-index: 2;
}
	.slickprev {
    left: 4%;
    bottom: -10%;
    position: absolute;
    z-index: 2;
}
	.slider__container {
    margin-bottom: 14px;
}
p {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}	
	.section_spacing {
    padding: 64px 0;
}
	.cliniques  {
		padding-top:0!important;
		padding-bottom:80;
}	
/* 	Cabinet */
	.cabinet {
    padding: 64px 0;
}
	.cabinet img  {
		margin-top:32px;
}
	
/* 	Equipe */
	.doc_img {
    margin-right: 0px;
		margin-bottom:24px;
}
	.equipe .tag {
    margin-top: 16px;
}
	.logo__img {
		
    margin-right: 0px;
    width: 158px;
    margin:24px auto;
		
}
	.mt-72 {
    margin-top: 0px;
}
	.assist_item {
    border-top: 3px solid #CC997C;
    padding-top: 16px;
    max-width: 239px;
    margin-left: 0px;
    padding-left: 0;
    margin-left: 16px;
		margin-top:24px;
}
	h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 2px;
}
/* Footer */
.logo_footer {
   text-align: center;
}
.col-second {
    order: -1;
    display: flex;
    justify-content: center;
}
.logo_footer img {
    width: 83%;
    margin-bottom: 48px;
}

.col_third  {
    align-items: center!important;
}
/* #menu-footer-traitements li {
    text-align: center;
} */
.footer_bottom {
    margin-top: 24px;
}
 
	.footer-menu {
		justify-content:center;
		display:flex;
		flex-direction:column;
		align-items:center;
}
	.footer-menu li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    
}
.footer-menu, #menu-footer-menu {
    margin-bottom: 0;
}	
	.footer___info {
		justify-content:center!important;
}	
	
	.footer-menu li {
    margin-bottom: 24px;
}
footer {
    padding: 48px 0;
}

.footer_bottom p, .footer_bottom p a, .footer_bottom a {
    text-align: center;
}

	.menu-new-footer-menu-left-container {
		justify-content:center;
		display:flex;
	}

	
/* 	conseils */
	.pathology-item, .conseil-item, #conseiils-list {
    width: 343px;
}
.pathology-item video, .pathology-item img, .conseil-item video, .conseil-item img {
    max-width: 343px;
}
.pathology-item .inner_col, .conseil-item .inner_col {
    width: 570px;
    padding: 0;
}	
	.main_button {
		width:100%;
	}	
	.pathology-link {
		margin-bottom:32px;
}	
	
/* 	Content page */
	.wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 00px !important;
}
	.wp-element-caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.has-media-on-the-right {
    display: flex;
    flex-direction: column;
}
ol.wp-block-list li, ul.wp-block-list li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justified;
    color: #10100f;
    margin-bottom: 8px;
    padding-left: 8px !important;
}	
	figure {
		margin:24px 0!important;
}
.has-media-on-the-right .wp-block-media-text__content {
    display: flex;
        flex-direction: column;
        order: 1;
}
.has-media-on-the-right .wp-block-media-text__media {
    display: flex;
        order: 2;
}
.retour_btn {
    padding: 64px 16px;
}
.tech_item  img.tech_item_img {
    display: flex;
}
	.svg-container svg {
		height:100px!important;
		width:100px!important;
}
	.svg2 {
		width:60%;
}
	.svg-wrapper {
    justify-content: space-around!important;
    
}
	.row_breadcrumbs::after {
		position:absolute;
		right:0;
		content:'';
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
width:10%;
		height:100%;
}
	    .row_breadcrumbs {
        overflow-x: scroll;
        white-space: nowrap;
        max-width: 350px;
    position:relative;
        -webkit-overflow-scrolling: touch;
    }
	.p-0-mobile {
		padding:0;
}
	.work_item {
    padding: 1px 0px;
   
}
	.hide_on_mobile {
		display:none!important;
}
	  .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
	.wp-block-quote p {
    text-transform: unset;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.03em;
}
	.btn-close svg {
		width:41px;
		height:41px;
	}
 #exampleModal .modal-dialog {
		max-width: 375px;
		width: 100%;
height: auto;
background: #F7F3EC;
		margin:0;

    }

#exampleModal .modal-content {
	padding:14px;
}


#exampleModal .modal-header {
    border: none !important;
    max-width: 318px;
}
#exampleModal .modal-body {
	max-width:343px;
	margin-top:17px;
	margin-left:0px;
}

.form_inner p{
	flex-direction:column;
}	
	.top_returnbtn svg {
		width:48px;
		height:48px;
}
	.valeur-item img {
            height: auto;
        object-fit: contain;
    
}
	.cases_header h1 {
    padding-top: 64px;
}
	.page-template-Cabinet .cases_header {
    padding-bottom: 24px;
    
}
	.cabinet_wrapper img {
    max-width: 675px;
    width: -webkit-fill-available;
}
	.sound-button, .sound-buttons {
    z-index: 1!important;
    bottom: 25px;
    right: 12px;
}
	.tag h3 {
    font-size: 19px;
    width: fit-content;
}
	.footer___info:last-child a {
		margin-top:24px;
}
	.cases_header {
    padding-bottom: 40px;
  
}
	.default_content .wp-block-group__inner-container p {
    margin-left: 0px;
}
	#map {
    height: 340px;
}
	.hours p {
		width:110px;
}
	.slick-slide img {
	   transform: scale(1);
    transition: transform 0.5s ease-in-out;
}
	
	.slider_arrow_mobile {
		width:91%;
}
}
  
.page-template-Cabinet .text-white::after {
    display: none;
}
.page-template-Cabinet .text-white::before {
    display: none;
}

#technologyModal .modal-dialog {
    top: 150px;
}

.onhover_item-inner {
    background: #ffffff;
}

#access_contact .mobile__contact {
    justify-content: center;
}

.accordion-button svg:hover {
    fill: #CC997C;
}
.accordion-button svg:hover path {
    stroke: #fff;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    #exampleModal .modal-dialog {
        max-width: 100%;
    }

    #exampleModal .modal-content {
        padding: 20px;
    }

    .teschnologies_item {
        background: none;
    }

    .menu-item-has-children .sub-menu > .menu-item-has-children::after {
        display: none;
    }

    .doc_item ul li {
        text-align: left !important;
    }

    .entry-content p {
        text-align: left;
    }

    #exampleModal .modal-content {
        height: 100vh;
    }

    #exampleModal .modal-body {
        max-width: 100%;
    }

    #exampleModal .modal-header {
        max-width: 363px;
    }
}