@font-face {
    font-family: "Questa Grande";
    src: url("../font/2-questa_grande_regular_31-webfont.woff") format('woff');
}  
 
::-webkit-scrollbar {
    width: 2px;  /* Réduit l'épaisseur de la barre de défilement verticale */
    height: 2px;  /* Réduit l'épaisseur de la barre de défilement horizontale */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;  /* Couleur de la piste de défilement */
    border-radius: 10px;  /* Coins arrondis */
}

::-webkit-scrollbar-thumb {
    background-color: #E0C15B;  /* Couleur de la barre de défilement */
    border-radius: 5px;  /* Coins arrondis */
    border: 2px solid #f1f1f1;  /* Bordure autour du pouce */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #cfa85a;  /* Couleur du pouce de la barre de défilement au survol */
}


html {
    scrollbar-width: thin;  /* Barre de défilement fine */
    scrollbar-color: #E0C15B #f1f1f1;  /* Couleur du pouce et de la piste */
}


/*video*/
.video-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: black;
    position: relative;
}
.video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;

}
.container-text-video{
    position: absolute;
    width: 550px;
    right: 50px;
    bottom: 120px;

}
.title-video{
    text-shadow: 0px 0px 30px #e0c15b;
    font-family: 'Vogue', 'sans-serif';
    color: #E0C15B;
    font-size: 35px;
    margin-bottom: 20px;
}
.text-video {
    color: white;
    width: 85%;
    margin-right: 15%;
    margin-bottom: 20px;
    text-align: left;
    font-size:  15px;
}
.en-savoir-plus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ligne-video {
    height: 3px;
    width: 70%;
    background-color: #E0C15B;
}
.text-esp {
    margin: 0 5% 0 5%;
    width: 20%;
    font-size: 12px;
    list-style-type: none;
}
.text-esp a {
    color: #E0C15B;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
/*about us*/
.about-us{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 650px;
    width: 98vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.about-us.n2{
    height: 500px;
}
.container-about-infos.specialite {
    width: 50%;
}
.container-about-infos.specialite .about-info {
    width: 80%;
}
.about-image-container.specialite {
    width: 550px;
    margin-top: 0px;
}
.about-us.specialite{
    flex-direction: row-reverse;
    gap: 40px;
}
.about-us.specialite .about-img {
    left: inherit; 
}
.about-us.specialite .about-info {
    width: 100%;
}
.about-us.specialite .container-about-infos {
    width: 470px;
}
.about-us.besoin{
    flex-direction: row-reverse;
    gap: 40px;
}
.about-us.besoin .about-img {
    left: inherit; 
}
.about-us.besoin .about-info {
    width: 100%;
}
.about-us.besoin .container-about-infos {
    width: 470px;
}
.about-image-container{
    position: relative;
    height: 100%;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}
.about-square-black {
    background-color: #000;
    height: 630px;
    width: 500px;
    position: absolute;
    top: 60px;
    right: 200px;
}
.about-square-black.besoin {
    top: 60px;
    left: 50px;
    right: inherit;
}
.about-us.besoin {
    flex-direction: row-reverse;
    gap: 40px;
    height: 700px;
    margin-top: 0px;
    width: 100vw;
}
.about-us.besoin2 {
    gap: 40px;
    height: 700px;
    margin-top: 0px;
    width: 100vw;
}
.about-border-square{
    border: 2px solid #E0C15B;
    height: 550px;
    top: 0;
    left: -30px;
    width: 500px;
    position: absolute;
    z-index: 3;
}
.about-img{
    height: 550px;
    width: 500px;
    top: -60px;
    left: -100px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 2;
}
.container-about-infos-spe{
    height: auto;
    width: calc(100% - 700px);
}
.about-info-spe{
    /*width: 60%;*/
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.container-about-infos{
    height: auto;
    width: calc(100% - 600px);
}
.about-info{
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.about-text{
    width: 100%;
    text-align: left;
    z-index: 2;
    font-family: "Libre Baskerville", sans-serif;
}
.about-text.besoin span{
    text-decoration: underline;
}
.about-text span{
    text-decoration: underline;
}
.number span{
    font-family: "Questa Grande";
    font-size: 30px;
    color: #fff;
    background-color: #E0C15B;
    height: 70px;
    width: 70px;
    border-radius: 999px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-about-number{
    background-color: #E0C15B;
    height: 70px;
    width: 70px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.circle-about-number p{
    font-family: "Questa Grande";
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.number{
    font-family: "Poppins";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.about-numbers{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 80%;
    gap: 40px;
    margin-top: 25px;
}
.title-about{
    /*font-family: Questa Grande;*/
    font-weight: inherit;
    color: #E0C15B;
    font-size: 3rem;
    line-height: 47px;
    z-index: 2;
}
.title-about span{
    color: #000;
}
/* detail circle */
.detail-circle-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: auto;
    padding: 40px 0;
}
.detail-circle {
    display: flex;
    position: relative;
    justify-content: center;
    gap: 20px;
    position: relative;
    border: 1px solid #E0C15B;
    transform-style: preserve-3d;
    align-items: center;
    flex-flow: column;
    text-align: center;
    width: 110px;
    height: 110px;
    min-height: 90px;
}
.detail-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: -7%;
    left: -7%;
    width: 100%;
    height: 100%;
    transform: translateZ(-1px);
    background-color: #f4e9dc;
}
.detail-circle.circle-price {
    cursor: pointer;
}
.detail-circle h3, .detail-circle p {
    margin: 0;
    line-height: 1.2;
}
.details-circle-title {
    font-size: 15px;
    font-weight: bold;
}
.details-circle-text {
    font-size: 12px;
    font-weight: normal;
}
/* detail timeline */
.detail-timeline-containers {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}
.detail-timeline {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-timeline-event {
    flex: 1 0 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 80%;
}
.detail-timeline-event-last {
    flex: 2.5 0 0;
}
.detail-timeline-event::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    border-radius: 9px;
    border-color: #d5a76f;
    border-width: 1px;
    border-style: solid;
    background-color: #fdb13f;
    top: calc(55% - 3px);
    /* box-shadow: 0px 0px 0px 5px rgb(250 190 70 / 25%); */
    filter: drop-shadow(0px 0px 5px rgba(253, 177, 63, 0.75));
}
.detail-timeline-event::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #e5d08a;
    top: 55%;
    left: 0;
}
.detail-timeline-event-first::before {
    width: 100%;
    left: 0;
}
.detail-timeline-event-last::after {
    left: 63%;
}
.detail-timeline-event-last::before {
    width: 100%;
}
.detail-timeline-title {
    line-height: 1.2;
    font-size: 12px;
    margin: 0;
}
.detail-timeline-text {
    line-height: 1.2;
    font-size: 12px;
    margin: 0;
}
.detail-timeline-event-last .detail-timeline-title,
.detail-timeline-event-last .detail-timeline-text {
    margin-left: 30%;
}

.detail-timeline-arrow {
    height: 80px;
    width: 80px;
    right: -30px;
    top: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transform: rotate(-90deg);
    color: #e4cd83;
    transition: color 0.3s ease;
}
.detail-timeline-arrow:hover {
    color: #e4cd83;
}
.detail-timeline-arrow::before,
.detail-timeline-arrow::after {
    font-size: 35px;
}
.detail-timeline-arrow-line{
    border-radius: 10px;
    background-color: #e4cd83;
    width: 50%;
    height: 5px;
    position: absolute;
}
.detail-timeline-arrow > div:nth-child(1){
    transform: rotate(-45deg);
    margin-left: 25.5px;
}
.detail-timeline-arrow > div:nth-child(2){
    transform: rotate(45deg);
    margin-right: 25.5px;
}

/*doctor*/
.section-doctor{
    background-color: #000;
    height: 780px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    gap: 5%;
}
.container-img-doctor{
    height: 70%;
    width: 30%;
    position: relative;
}
.doctor-img{
    object-fit: cover;
    object-position: center;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.square-border-doctor{
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    left: 0;
    border: 2px solid #E0C15B;
}
.square-border-doctor.specialite{
    background-color: #E0C15B;
    left: 100px;
    bottom: 20px;
}
.container-info-doctor{
    /*height: 70%;*/
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    z-index: 3;
}
.title-doctor{
    /*font-family: Questa Grande;*/
    font-size: 40px;
    color: #E0C15B;
    line-height: 42px;
    font-weight: inherit;
    margin: 0 0 30px 0;
}
.title-doctor span{
    color: #fff;
}
.text-doctor{
    font-family: "Libre Baskerville", sans-serif;
    font-size: 18px;
    width: 80%;
    text-align: left;
    margin: 0 0 20px 0;
}
.price-card:hover{
    background-color: #ffefba;
}
.price-card{
    padding: 15px 0;
}
.text-doctor.specialite{
    color: #fff;
    width: 100%;
}
.text-doctor.besoin{
    width: 100%;
}
.section-doctor.specialite {
    margin: 50px auto;
    flex-direction: row-reverse;
}
.section-doctor.specialite .container-info-doctor {
    width: 40%;
}
.container-info-doctor ul li .circle {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 18px;
    font-weight: bold;
    font-size: 22px;
    border: 1px #1f2022 solid;
    color: #000;
    text-align: center;
    margin-right: 20px;
    margin-left: 0;
    line-height: 22px !important;
    font-family: "Libre Baskerville", sans-serif;
}
.container-info-doctor ul {
    text-align: left;
    margin: 0px;
    padding: 0px;
    width: 80%;
}
.container-info-doctor ul li {
    margin: 0 auto 20px auto;
    flex-direction: row;
    display: flex;
    justify-content: start;
    list-style: none;
    text-align: left;
    line-height: 25px;
    align-items: center;
    line-height: 1.45;
}
.square-border-info{
    height: 400px;
    width: 400px;
    border: 2px solid #E0C15B;
    position: absolute;
}
.container-buttonBorder{
    width: auto;
    border:none;
    height: auto;
    position: relative;
    cursor: pointer;
}
.container-buttonBorder.besoin{
    margin: 40px 0 50px 0;
    z-index: 2;
}
.container-buttonBorder.avis > p:nth-child(1){
    padding: 5px 10px;
    font-size: 16px;
}
.container-buttonBorder.avis {
    margin: 0 auto 30px auto;
}
.buttonBorder{
    background-color: #E0C15B;
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
    border: none;
    position: relative;
    text-transform: uppercase;
    font-weight: inherit;
    font-family: "Poppins";
    border: 2px solid #E0C15B;
    transition: all 0.2s ease-in-out;
    z-index: 3;
}
.container-buttonBorder.besoin .buttonBorder{
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.container-buttonBorder:hover .buttonBorder{
    background-color: #000;
    color: #E0C15B;
    font-weight: normal;
}
.container-buttonBorder.besoin:hover .buttonBorder{
    background-color: #E0C15B;
    color: #fff;
}
.container-buttonBorder.besoin .back-buttonBorder{
    background-color:#000;
}
.border-buttonBorder{
    height: 100%;
    width: 100%;
    border: 2px solid #E0C15B;
    top: 0;
    left: 0;
    position: absolute;
    transform: translate(5px, 5px);
    z-index: 1;
}
.back-buttonBorder{
    height: 100%;
    width: 100%;
    background-color: #E0C15B;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.container-buttonBorder:hover .back-buttonBorder{
    transform: translate(5px, 5px);
    border: 2px solid #E0C15B;
}
.square-border-info.n1{
    top: 60%;
    right: -230px;
}
.square-border-info.n2{
    top: 80%;
    right: -150px;
}
.section-doctor.specialite .square-border-info.n1{
    top: 70%;
    left: -250px;
}
.section-doctor.specialite .square-border-info.n2{
    top: 90%;
    left: -170px;
}
/*Specialites*/
.specialites-container {
    width: 80%;
    margin: 5% 0 5% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-text-specialites {
    margin-bottom: 20px;
}
.title-specialites {
    color: #e0c15b;
    font-family: 'Vogue', 'sans-serif';
    font-size: 35px;
    margin-bottom: 20px;
}
.text-specialites {
    width: 65%;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
}
.container-specialites {
    display: flex;
    flex-direction: column;
    width: 98vw;
    height: 600px;
}
.container-specialites-frame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50%;
}
.specialites-frame {
    height: 100%;
    width: 20%;
}
.specialites {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.specialites img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter 0.3s;
}
.text-frame {
    color:white;
    font-size: 25px;
    position: absolute;
    width: 20%;
    text-align: center;
    visibility: hidden;
    transition: visibility 0.2s;
}
.specialites:hover img {
    filter: blur(3px);
}
.specialites:hover .text-frame {
    visibility: visible;
}

/*Blog*/
.section-timeline{
    display: flex;
    width: 80%;
    margin: 50px auto 0 auto;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-timeline-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.timeline-circle{
    height: 130px;
    width: 130px;
    border-radius: 999px;
    background-color: #E0C15B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.timeline-circle-title{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: inherit;
    font-family: "Poppins";
    text-transform: capitalize;
    margin: 0;
}
.timeline-circle-text{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: inherit;
    font-family: "Poppins";
    margin: 0;
}
.container-timeline{
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 200px;
}
.timeline-arrow{
    width: 0;
    height: 0;
    position: absolute;
    right: -18px;
    bottom: -8.5px;
    border-top: 10px solid transparent;   /* Hauteur de la flèche */
    border-bottom: 10px solid transparent;  /* Hauteur de la flèche */
    border-left: 20px solid #000; 
}
.timeline-line{
    position: relative;
    width: 100%;
    background-color: #000;
    height: 3px;
}
.section-step-timeline{
    display: flex;
    flex-direction: row;
    position: relative;
    height: 130px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.step{
    position: absolute;
    width: 170px;
    height: 140px;
    top: 0;
}
.step.n1{
    left: -85px;
}
.step.n2{
    left: 18%;
}
.step.n3{
    left: 45%;
}
.step.n4{
    left: 90%;
    width: 190px;
}
.container-step-timeline{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    top: 40px;
    background-color: #e0c15b;
    z-index: 3;
}
.step-timeline-square{
    position: absolute;
    top: 85px;
    left: 10px;
    height: 60px;
    z-index: 1;
    width: 100%;
    border: 1px solid #e0c15b;
}
.line-container{
    background-color: #000;
    width: 3px;
    height: 80px;
    top: 0px;
    position: absolute;
}
.step-timeline-title{
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: inherit;
    font-family: "Poppins";
}
.step-timeline-date{
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: inherit;
    font-family: "Poppins";
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.sectionBlog{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 450px;
    overflow: hidden;
    width: 80vw;
    gap: 50px;
    margin: 40px 0 0 10vw;
}
.containerTitleBlog{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.containerBlog{
    height: 450px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.containerTextBlog{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 150px;
}
.imgBlog{
    height: 300px;
    width: 300px;
    object-fit: cover;
    object-position: center;
}
.arrowBlog{
    height: 20px;
    width: 20px;
    object-fit: cover;
    object-position: center;
}
.readMoreBlog{
    color: #E0C15B;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.titleBlog{
    color: #000;
    text-align: left;
    width: 100%;
    font-size: 20px;
}




.blog-container {
    margin: 80px 0 10% 0;
}
.container-blog-frame {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    margin: 0 auto;
    height: 60vh;
    margin-top: 50px;
}
.blog-frame {
    width: 300px;
}
.blog-div-img {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-div-img img {
    height: 300px;
    width: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
}
.blog-div-text {
    color: white;
    background-color: black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.div-text-title {
    font-weight: bold;
    padding: 15px 0 15px 0px ;
    width: 80%;
    margin: 0 0 0 15px !important;
    font-size: 15px;
    text-align: start;
}
.div-text-text {
    padding: 0px 0 5px 0px ;
    font-size: 14px;
    width: 80%;
    margin: 0 0 0 15px !important;
    text-align: start;
}
.div-time {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 10px 15px;
}
.div-time img {
    height: 10px;
    width: 10px;
}
.time-text {
    font-size: 12px;
    color:#E0C15B; 
    margin-left: 5px;
}
.div-blog-button {
    display: flex;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}
.blog-button {
    padding: 10px;
    background-color: #E0C15B;
    border: 0;
    border-radius: 5px;
}
.blog-button a {
    color: white;
    font-size: 14px;
}
/*avis slider*/


.testimonial-list-entry {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}
.testimonial-list-entry.besoin {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
}
.testimonial-list-entry .testimonial {
    max-width: 64%;
    text-align: center
}
.testimonial-list-entry__portrait {
    width: 6rem;
    height: 6rem;
    border-radius: 50%
}
.testimonial-list-entry__details {
    margin: 1rem;
    font-size: 16px;
}
.testimonial {
    font-size: 20px;
    line-height: 2.5rem;
    font-style: italic;
    font-weight: 300;
    font-family: Questa Grande,Courier
}
@media screen and (max-width: 1023px) {
    .testimonial {
        font-size:1.6rem;
        line-height: 2.4rem
    }
}
.slider-avis {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    position: relative;
}
.slide-container-avis {
    width: 100%;
    padding: 0px 0;
    display: flex;
    height: 350px;
    align-items: center;
    text-align: center;
  }
  .slide-container-avis.swiperBefore {
    width: 100%;
    padding: 0px 0;
    display: flex;
    height: auto;
    align-items: center;
    text-align: center;
  }
  .slide-container-avis.swiperBefore .swiper-button-next-before{
    right: 60px;
    margin-top: 140px;
  }
  .slide-container-avis.swiperBefore .swiper-button-prev-before{
    left: 60px;
    margin-top: 140px;
  }
.slide-content-avis {
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 15px;
  }
.card-wrapper-avis {
    width: 80%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: baseline;
  }
.card-avis {
    width: 100% !important;
    height: 300px;
    border-radius: 15px;
    margin: 10px auto;
  }
.swiper-navBtn-avis {
    color: #E0C15B;
    transition: color 0.3s ease;
  }
.swiper-navBtn-avis:hover {
    color: #E0C15B;
  }
.swiper-navBtn-avis::before,
.swiper-navBtn-avis::after {
    font-size: 35px;
  }
.swiper-button-next-avis {
    right: 125px;
    height: 75px;
    width: 75px;
    color: #E0C15B;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transform: rotate(-90deg);
  }
  .swiper-button-next-before {
    right: 125px;
    height: 75px;
    width: 75px;
    color: #E0C15B;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transform: rotate(-90deg);
  }
.swiper-button-prev-avis {
    left: 125px;
    height: 75px;
    width: 75px;
    color: #E0C15B;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 10;
    justify-content: center;
    transform: rotate(-90deg);
    cursor: pointer;
}
.swiper-button-prev-before {
    left: 125px;
    height: 75px;
    width: 75px;
    color: #E0C15B;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 10;
    justify-content: center;
    transform: rotate(-90deg);
    cursor: pointer;
}
.line-swiper-button{
    border-radius: 10px;
    background-color: #E0C15B;
    width: 50%;
    height: 3px;
    position: absolute;
}
.swiper-button-next-avis > div:nth-child(1){
    transform: rotate(-45deg);
    margin-left: 25.5px;
}
.swiper-button-prev-avis > div:nth-child(1){
    transform: rotate(45deg);
    margin-left: 25.5px;
}
.swiper-button-next-before > div:nth-child(1){
    transform: rotate(-45deg);
    margin-left: 25.5px;
}
.swiper-button-prev-before > div:nth-child(1){
    transform: rotate(45deg);
    margin-left: 25.5px;
}
.swiper-button-next-avis > div:nth-child(2){
    transform: rotate(45deg);
    margin-right: 25.5px;
}
.swiper-button-prev-avis > div:nth-child(2){
    transform: rotate(-45deg);
    margin-right: 25.5px;
}
.swiper-button-next-before > div:nth-child(2){
    transform: rotate(45deg);
    margin-right: 25.5px;
}
.swiper-button-prev-before > div:nth-child(2){
    transform: rotate(-45deg);
    margin-right: 25.5px;
}
.swiper-pagination-avis {
    color: #E0C15B;
    position: absolute;
    bottom: 40px !important;
    z-index: 10;
    width: 180px !important;
    height: 30px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-avis .swiper-pagination-bullet {
    opacity: 1;
    color: #E0C15B;
    background-color: transparent;
    border: 2px solid #E0C15B;
    width: 12px !important;
    height: 12px !important;
    transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic {
    overflow: visible !important;
}
.swiper-pagination-avis span{
    left: 0 !important;
}
.swiper-pagination-avis .swiper-pagination-bullet-active {
    background-color: #E0C15B;
    color: #E0C15B;
    border: 2px solid #E0C15B;
  }
/*avis*/
.avis-container {
    margin: 80px 0 10% 0;
}
.rating span {
    color: #e0c15b;
    font-size: 24px;
    cursor: pointer;
}
.img-user img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.avis-user {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.user-info {
    margin-left: 20px;
}
.user-info p {
    font-weight: bold;
}
.user-avis p {
    text-align: left;
}
.single-brand {
    width: 275px;
    flex-shrink: 0;
    margin-left: 80px;
}

.avis-text {
    padding-top: 70px;
}

.avis-author p {
    text-align: center !important;
}

@media (max-width: 768px) {
    .avis-text {
        padding-top: 0px;
    }
    .avis-text p {
        text-align: center;
        padding-bottom: 10px;
    }
    .avis-author p {
        margin: 0 !important;
    }
}

/* .slider-avis {
    width: 95vw;
    margin: 0 auto;
    height: min-content;
    overflow: hidden;
    margin: 100px 0 50px 0;
} */
.scroller {
    display: flex;
    width: 100%;
    animation: slider 12s infinite ease-in-out;
}


@keyframes slider {
    0%,
    20% {
        transform: translateX(0);
    }
    35%,
    40% {
        transform: translateX(-380px);
    }
    55%,
    60% {
        transform: translateX(-760px);
    }
    75%,
    80% {
        transform: translateX(-1140px);
    }
    95%,
    100% {
        transform: translateX(0px);
}

}
/*offer*/

.sectionOffer{
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sectionOffer.n1{
    display: flex;
}
.sectionOffer.n2{
    display: none;
}
.titleOffer{
    font-size: 50px;
    /*font-family: Questa Grande;*/
    font-weight: inherit;
    color: #000;
    text-transform: capitalize;
}
.titleOffer span{
    color: #E0C15B;
    margin-right: 12px;
}
.contianerNavigationOffer{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 85%;
    min-width: 1010px;
    height: 50px;
    border-bottom:2px solid #3c3e3e ;
}
.buttonNavigationOffer{
    height: 100%;
    width: max-content;
    padding: 0 20px;
    border: none;
    display: flex;
    cursor: pointer;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid transparent;
    transition: all 0.2s ease-in-out;
    background: transparent;
}
.buttonNavigationOffer.active{
    border-bottom: 4px solid #E0C15B;
    transition: all 0.2s ease-in-out;
}
.buttonNavigationOffer p{
    font-size: 14px;
    color: #000;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 500;
    white-space: nowrap;
}
.buttonNavigationOffer2{
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.buttonNavigationOffer2 p{
    font-size: 22px;
    color: #000;
    font-family: "Poppins";
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #e6e7e7
}
.buttonNavigationOffer2.active p:before {
    transform: rotate(-45deg);
    transition: all .15s;
    content: " ";
    right: 50px;
    position: absolute;
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: 2px solid #E0C15B;
    border-top: 2px solid #E0C15B;
    margin-top: 0.4rem;
}
.buttonNavigationOffer2 p:before {
    transform: rotate(135deg);
    transition: all .15s;
    content: " ";
    right: 50px;
    position: absolute;
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: 2px solid #E0C15B;
    border-top: 2px solid #E0C15B;
    margin-top: 0.4rem;
}
.sectionSurgical.active{
    display: block !important;
}
.sectionSurgical{
    display: none !important;
}
.sectionSurgical2.active{
    display: block !important;
}
.sectionSurgical2{
    display: none !important;
}
/* #sectionFace{
    display: none !important;
    background-color: red;
}
#sectionBreast{
    display: none !important;
}
#sectionBody{
    display: none !important;
}
#sectionMen{
    display: none !important;
}
#sectionHair{
    display: none !important;
}
#sectionNoSurgical{
    display: none !important;
} */
.containerOffers{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 30px auto 0 auto;
}
.containerOffer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 240px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.containerOffer:hover{
    background-color: #ffefba;
}
.containerOffer:hover .containerOfferImg{
    background-color: #ffe694;
}
/* .containerOffer:hover .textOffer{
    color: #ffe694;
} */
.containerOfferImg{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:999px;
    background-color: #E0C15B;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}
.imgOffer{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 999px;
}
.textOffer{
    font-family: "Poppins";
    font-size: 14px;
    color: #000;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    transition: all 0.2s ease-in-out;
}
/*menu deroulant*/
.menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.menu ul {
    display: block;
}
.deroul-specialites{
    display:inline-block;
    position:relative;
}
.menu li:hover > ul {
    height: 315px;
    overflow-y: scroll;
}
.menu li:hover div ul {
    height: 310px;
    overflow-y: scroll;
}
.sous-menu-left {
    position: relative;
    transition: left 0.3s; 
    -moz-transition: left .3s;
    -webkit-transition: left .3s;
    left: -100%;
    background-color: white;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
    z-index: 1000000;
    border: none !important;
    border-bottom: 4px solid transparent !important;
}
.sous-menu-left:hover{
    border-bottom: 4px solid #E0C15B !important;
}
.menu li:hover div ul li {
    left: 0 ; 
}
.menu li div ul li:hover {
    border-bottom: 4px solid #E0C15B !important;
}
.menu li:hover div ul li:nth-child(1) {
    transition-delay: 0s; 
}
.menu li:hover div ul li:nth-child(2) {
    transition-delay: 0.1s;
}
.menu li:hover div ul li:nth-child(3) {
    transition-delay: 0.2s; 
}
.menu li:hover div ul li:nth-child(4) {
    transition-delay: 0.3s; 
}
.menu li:hover div ul li:nth-child(5) {
    transition-delay: 0.4s; 
}
.menu li:hover div ul li:nth-child(6) {
    transition-delay: 0.5s; 
}
.menu li:hover div ul li:nth-child(7) {
    transition-delay: 0.6s; 
}
.container-deroul{
    position: absolute;
    width: 120px;
    right: -3px;
    top: 40px;
    
}
.deroul.n2 {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 0px;
    overflow:hidden;
    margin: 0 !important;
    padding: 0 !important;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    clear:both;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
}
.deroul-footer.n2 {
    position:relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 0px;
    overflow:hidden;
    margin: 0 !important;
    padding: 0 !important;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    clear:both;
    width: 100%;
}
.container-deroul-footer{
    position: absolute;
    width: 120px;
    right: -10px;
    bottom: 20px;
}
.sous-menu-left-footer {
    position: relative;
    transition: left 0.3s; 
    -moz-transition: left .3s;
    -webkit-transition: left .3s;
    left: -100%;
    background-color: #3c3e3e;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
}
.deroul.n1 {
    position:absolute;
    z-index: 1000;
    background-color: white;
    width: 100%;
    height: 0px;
    top: 120px;
    overflow:hidden;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    margin: 0 !important;
    padding: 0 !important;
    clear:both;
    height: auto;
    columns: 3; /* Vous pouvez ajuster le nombre de colonnes selon vos besoins */
    column-gap: 20px; /* Vous pouvez ajuster l'espacement entre les colonnes selon vos besoins */
    text-align: center;
}
#deroulant-spe {
    display: none;
}
.deroul-footer.n1 {
    width: 130px;
    left: -5px;
    position:absolute;
    z-index: 1000;
    background-color: #3c3e3e;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 0px;
    right: 0;
    bottom: 20px;
    overflow:hidden;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    margin: 0 !important;
    padding: 0 !important;
    clear:both;
}
.deroul.n1 li{
    margin: 8px !important;
    padding: 10px 0 10px 0 !important;
    border: none !important;
    border-bottom: 4px solid transparent !important;
    list-style: none;
    transition: 0.3s;
}
.deroul.n1 li a {
    color: black;   
}
.deroul.n1 li:hover{
    cursor: pointer;
    background-color: rgba(230, 193, 91, 0.62);
    
    border-radius: 7px;
}
.deroul-footer.n1 li{
    width: 100%;
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
}
.deroul-click {
    position:relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 0px !important;
    overflow:hidden;
    margin: 0 auto !important;
    padding: 0 !important;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    clear:both;
    width: 100%;
}
.deroul-click.active {
    height: 280px !important;
}
.deroul-click2 {
    position:relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 0px !important;
    overflow:hidden;
    margin: 0 auto !important;
    padding: 0 !important;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    clear:both;
    width: 100%;
}
.deroul-click2.active {
    height: 280px !important;
}
.arrowdown {
    transform: rotate(0);
    transition: transform 0.5s;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.arrowdown.active {
    transform: rotate(180deg);
}
.arrowdown2 {
    transform: rotate(0);
    transition: transform 0.5s;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.arrowdown2.active {
    transform: rotate(180deg);
}
.menuonclick{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    margin: 0 auto !important;
}
.menuonclick2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    margin: 0 auto !important;
}
.menuonclick.active {
    color: #E0C15B;
}
.menuonclick2.active {
    color: #E0C15B;
}
.header__list {
    height: 100vh;
}
/*contact*/
.link-contact{
    position: relative;
    height: 35px;
    width: 100px;
    display: flex;
    padding: 0 !important;
    border: none !important;
}
.link-contact:hover{
    border: none !important;
}
.link-contact a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    border: 2px solid #000 !important;
    position: relative;
    z-index: 3;
    transition: all 0.2s ease-in-out;
}
.link-contact a:hover{
    background-color: #E0C15B;
    border: 2px solid transparent !important;
}
.link-back-contact{
    background-color: #E0C15B;
    height: 100%;
    width: 100%;
    border: 2px solid #E0C15B;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    transform: translate(5px, 5px);
}
.link-contact:hover .link-back-contact{
    transform: translate(0px, 0px);
    border: 0px solid transparent !important;
}
.link-border-contact{
    border: 2px solid #E0C15B;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(5px, 5px);;
}
.section-all-contact{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.section-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
    width: 1000px;
    background-color: #faf5ef;
    margin: 0 auto 100px auto;
    gap: 7.5%;
}
.section-avis{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
    width: 90vw;
    margin: 0 auto 100px auto;
    gap: 7.5%;
}
.container-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40%;
    position: relative;
}
.container-avis{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40%;
    position: relative;
}
.container-contact.right{
    width: 45%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.container-all-info-contact{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    gap: 20px;
}
.subtitleContact{
    margin: 0;
    color: #E0C15B;
    font-size: 16px;
    position: absolute;
    left: -42px;
    top:75px;
}
.titleContact{
    margin: 0;
    font-size: 50px;
    color: #000;
    position: absolute;
    left: -42px;
    top:120px;
}
.subtitleAvis{
    margin: 0;
    color: #E0C15B;
    font-size: 16px;
    position: absolute;
    top:75px;
}
.titleAvis{
    margin: 0;
    font-size: 50px;
    color: #000;
    position: absolute;
    top:120px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
}
.container-avis-author{
    position: relative;
}
.container-white{
    height: 250px;
    width: 370px;
    top: 250px;
    right: 50px;
    display: flex;
    position: relative;
    z-index: 99;
}
.avis-author-div img{
    height: 40px;
    width: 40px;
    border-radius: 999px;
    object-fit: cover;
    object-position: center;
}
.container-avis-profil{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    gap: 10px;
}
.text-aviss{
    text-align: left;
    width: 100%;
    margin: 0;
}
.date{
    margin: 0;
    text-align: left;
    width: 100%;
}
.avis-author-div{
    height: 250px;
    width: 370px;
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 2px solid #E0C15B;
    background-color: #fff;
    text-align: left;
    position: relative;
    z-index: 10;
}
.container-img-author{
    height: 350px;
    width: 400px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
}
.avis-author-border{
    border: 2px solid #E0C15B;
    height: 250px;
    width: 350px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    padding: 10px;
}
.img-author-border{
    border: 2px solid #E0C15B;
    height: 100%;
    width: 100%;
    background-color: #E0C15B;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.line-contact{
    background-color: #3c3e3e;
    height: 1px;
    width: 110%;
    position: absolute;
    bottom: 45px;
}
.social-contact{
    width: 80%;
    position: absolute;
    bottom: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10%;
    margin-left: 10%;
}
.social-contact a{
    color: #3c3e3e;
    font-size: 14px;
    cursor: pointer;
}
.container-info-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: min-content;
    width: auto;
}
.title-info-contact{
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.text-info-contact{
    text-transform: lowercase;
    color: #3c3e3e;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.text-contact{
    color: #3c3e3e;
    font-size: 14px;
    width: 80%;
    margin-bottom: 10px;
}
.text-avis{
    color: #3c3e3e;
    font-size: 14px;
    width: 80%;
    margin-bottom: 10px;
}
.container-form-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 70px;
}
.container-form-avis{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 70px;
}
.input-group-contact{
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}
.input-group-contact input{
    height: 30px;
    width: 100%;
    color: #000;
    border: none;
    font-size: 13px;
    background-color: #faf5ef;
    border-bottom: 1.5px solid #000;
    outline: none;
    font-family: "Libre Baskerville", sans-serif;
}
.input-group-contact input::placeholder{
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Libre Baskerville", sans-serif;
}
.input-group-contact textarea{
    height: 60px;
    width: 100%;
    color: #000;
    font-family: "Libre Baskerville", sans-serif;
    border: none;
    font-size: 13px;
    background-color: #faf5ef;
    border-bottom: 1px solid #000;
    outline: none;
}
.input-group-contact textarea::placeholder{
    color: #000;
    font-size: 13px;
    font-family: "Libre Baskerville", sans-serif;
}
.input-group-avis{
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}
.input-group-avis input{
    height: 30px;
    width: 100%;
    color: #000;
    border: none;
    font-size: 13px;
    border-bottom: 1.5px solid #000;
    outline: none;
    font-family: "Libre Baskerville", sans-serif;
}
.input-group-avis input::placeholder{
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Libre Baskerville", sans-serif;
}
.input-group-avis textarea{
    height: 60px;
    width: 100%;
    color: #000;
    font-family: "Libre Baskerville", sans-serif;
    border: none;
    font-size: 13px;
    border-bottom: 1px solid #000;
    outline: none;
}
.input-group-avis textarea::placeholder{
    color: #000;
    font-size: 13px;
    font-family: "Libre Baskerville", sans-serif;
}

.buttonSubmit{
    height: 35px;
    width: 60%;
    margin-top: 10px;
    background-color: #E0C15B;
    color: #fff;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.buttonSubmit:hover{
    background-color: #3c3e3e;
}
.img-contact{
    width: 80%;
    margin: 30px auto 0 auto;
    height: 30%;
    object-fit: cover;
    object-position: center;
}
/*react component*/
.react-container{
    height: 200px;
    width: 100%;
}
/*footer*/
footer {
    background-color: #1b1b1b;
    padding: 40px;
    color: #fff;
  }
  
  .footerNew-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footerNew-left {
    flex: 1;
    min-width: 250px;
  }
  
  .footerNew-contact-info {
    margin-top: 20px;
  }
  
  .footerNew-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .footerNew-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .footerNew-contact-item a {
    color: #fff;
    text-decoration: none;
  }
  
  .footerNew-right {
    display: flex;
    justify-content: space-between;
    flex: 2;
    flex-wrap: wrap;
  }
  
  .footerNew-column {
    flex: 1;
    margin: 0 10px;
    min-width: 150px;
  }
  
  .footerNew-column h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: inherit;
    color: #E0C15B;
  }
  
  .footerNew-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footerNew-column ul li {
    margin-bottom: 10px;
    font-size:0.9rem;
  }
  
  .footerNew-column ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
  }
  
  .footerNew-column ul li a:hover {
    color: #ddd;
  }
  
  .footerNew-column ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ddd;
    left: 0;
    bottom: -2px;
    transition: width 0.3s ease;
  }
  
  .footerNew-column ul li a:hover::after {
    width: 100%;
  }
  
  .footerNew-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #444;
  }
  
  .footerNew-bottom p {
    margin: 0;
  }
  
  .footerNew-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s ease;
  }
  
  .footerNew-bottom a:hover {
    color: #ddd;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footerNew-container {
      flex-direction: column;
      text-align: center;
    }
  
    .footerNew-left, .footerNew-right {
      margin-bottom: 20px;
    }
  
    .footerNew-right {
      flex-direction: column;
    }
  
    .footerNew-column {
      margin-bottom: 20px;
    }
  
    .footerNew-contact-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
    }
  
    .footerNew-icon-circle {
      margin-bottom: 10px;
      margin-right: 0;
    }
  }




  .footerNew-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footerNew-dropdown li {
    position: relative;
  }
  
  .footerNew-dropdown-button {
    background: none;
    border: none;
    color: inherit;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .footerNew-dropdown-button:hover {
    color: #ccc;
  }

  .footerNew-submenu {
    list-style: none;
    padding-left: 1.5rem; /* Indente légèrement les sous-éléments */
    margin: 0.3rem 0; /* Espace entre les sous-éléments */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  
  .footerNew-submenu li {
    padding: 0.2rem 0; /* Espacement réduit pour les sous-éléments */
  }
  
  .footerNew-submenu a {
    color: #fff;
    text-decoration: none;
    font-style: italic; /* Sous-éléments en italique */
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }
  
  .footerNew-submenu a:hover {
    color: #ccc;
  }
  
  .footerNew-dropdown li.active .footerNew-submenu {
    max-height: 10rem; /* Ajuste selon le nombre d'éléments */
    opacity: 1;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .footerNew-submenu {
      padding-left: 0.8rem;
    }
    .footerNew-dropdown-button {
        text-align: center;
    }
  }
  
  
  






/*blog*/
.sectionBlogBlog {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
    width: 80vw;
    gap: 50px;
    margin: 200px auto 100px auto;
}
.containerConsultation{
    background-color: #000;
    height: 500px;
    text-align: center;
    width: 90vw;
    gap:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.titleConsultation{
    font-size: 3rem;
    line-height: 4rem;
    /*font-family: Questa Grande;*/
    font-weight: inherit;
    width: 80%;
    color: #fff;
}
.titleConsultation span{
    color: #E0C15B;
}
.blog-posts-menu__tabs {
    width: 90%;
    margin: 0 auto;
    background-color: #faf5ef;
    padding: 0 1rem;
    margin-top: 50px;
    margin-bottom: 5rem!important;
}
.control.has-icons-right .icon.is-right {
    right: 0;
}

.tabs .icon:last-child {
    margin-left: 0.5em;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
}
.icon.is-small {
    height: 1rem;
    width: 1rem;
}
.has-text-primary {
    color: #E0C15B!important;
}
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}
.blog-posts-menu__tabs ul li.is-active {
    color: #E0C15B;
    border-bottom: 3px solid #E0C15B;
}

.blog-posts-menu__tabs ul li {
    margin: 0 1rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
}
.tabs li {
    display: block;
}
.is-clickable {
    cursor: pointer!important;
    pointer-events: all!important;
}
.blog-posts-menu__tabs ul {
    border-bottom: unset;
}
.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1.4rem;
    position: relative;
    text-align: inherit;
}
.tabs input[type=text] {
    background: transparent;
    border: unset;
    border-bottom: 2px solid rgba(13,19,24,.45);
    padding:0 0.5rem;
    font-size: 1rem;
}
.tabs input:focus {
    outline: none;
}  
.blog-search-input {
    border: 1px solid #E0C15B!important;
    border-radius: 0!important;
    width: 256px!important;
    height: calc(100% - 2px) !important;
    font-family: Montserrat,sans-serif;
    font-size: 1.3rem!important;
}
.tabs ul {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin: 0;
    flex-shrink: 0;
    justify-content: flex-start;
}
ul {
    list-style: unset;
}
.tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    height: 53px;
    font-size: 1.4rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
/*besoins*/
.section-before-after{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 80px auto;
}
.container-before{
    height: 100%;
    width: calc(50% - 10px);
}
.img-before{
    height: 80%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.title-before{
    /*font-family: Questa Grande;*/
    font-weight: inherit;
    font-size: 45px !important;
    line-height: 45px;
}

.procedure-header-info__cols__col > h1{
    /*font-family: Questa Grande;*/
    font-weight: inherit;
    font-size: 50px !important;
    line-height: 52px;
}
.procedure-header-info__cols__col {
    padding: 15px 30px;
    display: flex;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 25px;
    width: 250px;
    height: 220px;
}
.procedure-header-info__cols__coll > h1{
    /*font-family: Questa Grande;*/
    font-weight: inherit;
    font-size: 50px !important;
    line-height: 52px;
    margin: 0;
}
.title-about.besoin{
    margin: 10px 0;
}
.section.header-besoin{
    background: rgb(255,242,198);
    position: relative;
    height: 650px;
    margin-bottom: 220px;
    background: linear-gradient(90deg, rgba(255,242,198,1) 50%, rgba(224,193,91,1) 100%);
}
.procedure-header__image__wrapper__img{
    height: 100%;
    width: auto;
    object-fit: contain;
    position: absolute;
    right: -200px;
    bottom: 0;
    z-index: 0;
}
.container-fil-ariane{
    margin-bottom: 60px;
    margin-top: 60px;
    z-index: 2;
    color: #E0C15B;
}
.text-fil-ariane{
    color: #000;
    width: 100%;
    text-align: left;
    font-family: "Poppins";
    font-size: 13px;   
}
.container-header-besoins{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.procedure-header-info__cols__coll {
    padding: 15px 0px;
    display: flex;
    z-index: 2;
    position: relative;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 25px;
    transform: translateY(90px);
    width: 80%;
    margin: 10px auto;
    height: auto;
}
.container-besoins-columns{
    display: flex;
    flex-direction: row;
    transform: translateY(90px);
    width: 100%;
    z-index: 2;
    position: relative;
    height: auto;
    align-items: center;
    justify-content: center;
}
.procedure-header-info__cols__col__info {
    display: flex;
    position: relative;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-flow: column;
    width: 250px;
    height: 220px;
    min-height: 200px;
    background-color: #fff;
    border: 1px solid #d5a76f;
    text-align: center;
}
.has-text-primary {
    color: #d5a76f!important;
}
.procedure-header-info__cols__col__info h3 {
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    font-weight: 400!important;
}
.has-text-weight-medium {
    font-weight: 500!important;
}
.procedure-header-info__cols__col__info p {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin: 0;
}
.procedure-header-info__cols__col__info:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 2rem;
    top: 2rem;
    border: 1px solid #d5a76f;
}
.procedure-header-info__cols__col img {
    height: auto;
    max-width: 100%;
}
.infographic-section {
    min-height: 400px;
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.infographic {
    position: relative;
}
.infographic__title {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 2rem;
    padding-bottom: 2rem;
}
.underline-after-center {
    position: relative;
}
.underline-after-center span{
    color: #E0C15B;
}
.infographic__title.besoin{
    margin-top: 100px;
}
.underline-after-center:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 5rem;
    height: 2px;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%,-50%);
    background-color: #E0C15B;
}
.columns-infographic{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.infographic__column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 380px;
    width: 380px;
}
.infographic__column p{
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: left;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    color: #0d1318;
}
.infographic__column__wrapper {
    position: relative;
    border: 1px solid #E0C15B;
    transform-style: preserve-3d;
    padding: 3rem;
    height: 100%;
}
.infographic__column__wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: -5%;
    left: -5%;
    width: 100%;
    height: 100%;
    transform: translateZ(-1px);
    background-color: #f4e9dc;
}
.infographic__column__wrapper__image {
    display: flex;
    justify-content: flex-start;
}
.infographic__column__wrapper__image__number {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infographic__column__wrapper__image__number span {
    color: #0d1318;
    font-family: Questa Grande,Courier;
    font-size: 3rem;
}
.infographic__column__wrapper__text {
    padding: 2rem 0;
}
.infographic__title h4 {
    font-size: 3rem;
    margin: 0;
    line-height: 3.425rem;
    font-weight: 500!important;
}
#container-besoin{
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
textarea{
    resize: none;
}
/*article*/
.container-goback-article{
    margin: 0 auto;
    position: relative;
    width: 80%;
}
.container-goback-article a {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.arrow-before:before {
    background-color: #E0C15B;
    width: 0.7em;
    height: 0.1rem;
    top: 46%;
    left: -1rem;
    transform: translate(-50%);
}
.arrow-before:after, .arrow-before:before {
    position: absolute;
    content: "";
    display: inline-block;
}
.blog-post__return-link {
    position: relative;
}
.arrow-before:after {
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid #e0c15b;
    border-top: 0.1em solid #E0C15B;
    top: 45%;
    left: -1.5rem;
    transform: rotate(225deg) translateY(50%);
}
.main-title-article{
    width: 80%;
    margin: 100px auto 0 auto;
    font-size: 35px;
    line-height: 40px;
}

.container-img-article {
    width: 80%; 
    margin: 50px auto 0 auto;
    height: 0;
    padding-bottom: 56.25%; /* Ratio 16/9 (9 / 16 * 100) */
    position: relative;
    overflow: hidden;
} 
.container-img-article-little {
    width: 80%; 
    margin: 50px auto 0 auto;
    height: 0;
    padding-bottom: 56.25%; /* Ratio 16/9 (9 / 16 * 100) */
    position: relative;
    overflow: hidden;
} 
.img-article{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assurez-vous que l'image couvre tout le conteneur */
    position: absolute;
    top: 0;
    left: 0;   
}
.container-author-date-article{
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.author-date-text{
    font-size: 18px;
    color: #3c3e3e;
    white-space: nowrap;
    width: min-content;
    margin: 0;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.container-text-article{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    width: 80%;
    margin: 30px auto; 
}
.text-article{
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.text-article-b {
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
}
.text-article span{
    color: #e0c15b;
    text-decoration: underline;
}
.title-article{
    font-size: 18px;
    color: #000;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.title-article span{
    font-weight: normal;
}
.subtitle-article{
    font-size: 18px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.subtitle-article span{
    font-weight: normal;
}
.container-author{
    width: 80%;
    margin: 50px auto;
    border-bottom: 1px solid #3c3e3e;
    border-top: 1px solid #3c3e3e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.img-article-author{
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 999px;
}
.container-detail-author{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px 0 0;
    width: calc(100% - 200px);
}
.name-author{
    color: #000;
    font-size: 25px;
    text-align: left;
    width: 100%;
}
.info-author{
    color: #000;
    font-size: 16px;
    text-align: left;
}

@media screen and (min-width: 1023px){
    #container-specialtes {
        overflow: hidden;
    }
    .blog-frame {
        margin: 3% 0 0 0;
    }
}
@media (max-width: 1300px){
    .square-border-info.n1 {
        bottom: -250px;
        top: inherit;
        right: -250px;
    }
    .procedure-header-info__cols__col {
        padding: 15px 15px;
        scale: 0.9;
    }
    .section.header-besoin {
        margin-bottom: 100px;
    }
    .columns-infographic {
        scale:0.9;
    }
    .slide-container-avis.swiperBefore .swiper-button-next-before {
        right: 40px;
    }
    .slide-container-avis.swiperBefore .swiper-button-prev-before {
        left: 40px;
    }
    .section-doctor.specialite .container-img-doctor {
        width: 400px;
    }
    .square-border-info.n2 {
        bottom: -280px;
        top: inherit;
        right: -220px;
    }
    .about-us.n2 {
        height: 380px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1230px){
    .about-image-container{
        width: 500px;
    }
    .columns-infographic {
        flex-wrap: wrap;
    }
    .section-doctor.specialite .container-info-doctor {
        width: 500px;
    }
    .step.n4{
        left: 80%;
    }
    .about-us{
        height: 550px;
    }
    .about-square-black {
        height: 455px;
        width: 405px;
        top: 40px;
        right: 140px;
    }
    .about-square-black.besoin {
        top: 40px;
    }
    .about-us.besoin2 {
        height: 600px;
    }
    .about-us.besoin {
        height: 600px;
    }
    .about-img{
        height: 450px;
        width: 400px;
        top: -40px;
        left: -40px;
    }
    .about-border-square{
        height: 450px;
        width: 400px;
        left: 0;
    }
    .about-info{
        width: 380px;
    }
    .about-info-spe{
        width: 380px;
    }
    .testimonial{
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .specialites-frame {
        height: 20%;
        width: 400px;
    }
    
    .container-specialites {
        flex-direction: row;
        height: 2000px;
        align-items: center;
        justify-content: center;
    }
    .container-specialites-frame {
        flex-direction: column;
        height: 100%;
        width: 400px;
    }
    .text-frame {
        width: 50%;
    }
}
@media (max-width: 1100px){
    .about-img{
        right: 40px;
        left: auto;
    }
    .step.n2{
        left: 15%;
    }
    .section-doctor.specialite {
        padding: 50px 0;
        flex-direction: column-reverse;
        height: 1000px;
    }
    .container-timeline {
        margin-left: 5%;
    }
    .section-doctor.specialite .container-img-doctor {
        height: 600px;
    }
    .section-doctor.specialite .container-info-doctor {
        height: 50%;
        align-items: center;
        justify-content: center;
    }
    .doctor-img.specialite {
        left: 0;
        right: inherit;
    }
    .square-border-doctor.specialite {
        right: 20px;
        left: inherit;
        bottom: 20px;
    }
    .price {
        width: 100%;
        margin: auto auto 50px auto;
    }
    .title-doctor.specialite {
        text-align: center;
    }
    .text-doctor.specialite {
        text-align: center;
    }
    .inner__image__content {
        width: 250px;
    }
    .about-image-container.specialite {
        width: 250px;
    }
    .about-us.specialite {
        flex-direction: column;
        gap: 0px;
        height: 1100px;
    }
    .about-us.specialite .title-about {
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .about-us.specialite .about-text {
        text-align: center;
    }
    .about-us.specialite .about-image-container {
        margin-top: 120px;
    } 
    .about-us.besoin {
        flex-direction: column;
        gap: 0px;
        height: 1000px;
    }
    .about-us.besoin .title-about {
        text-align: center;
    }
    .about-us.besoin .about-text {
        text-align: center;
    }
    .about-us.besoin .about-image-container {
        margin-top: 120px;
    }    
    .containerConsultation {
        gap: 0px;
        height: 400px;
    }
    .titleConsultation {
        font-size: 40px;
        line-height: 50px;
    }
    .about-border-square{
        right: 0;
        left: auto;
    }
    .sectionBlog{
        flex-wrap: wrap;
        height: auto;
    }
    .square-border-info.n1 {
        bottom: inherit;
        top: -250px;
        right: -230px;
    }
    .text-doctor{
        width: 100%;
    }
    .container-img-doctor{
        width: 400px;
    }
    .center .swiper-button-next {
        right: 30px;
    }
    .center .swiper-button-prev {
        left: 30px;
    }
    .swiper-button-next-avis {
        right: 80px; 
    }
    .swiper-button-prev-avis {
        left: 80px; 
    }
    .swiper-button-next-before {
        right: 80px; 
    }
    .swiper-button-prev-before {
        left: 80px; 
    }
    .container-info-doctor{
        width: 50%;
    }
    .square-border-info.n2 {
        bottom: inherit;
        top: -280px;
        right: -180px;
    }
}
@media (max-width: 1024px){
    .section-contact{
        width: 100%;
    }
    .container-besoins-columns {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }
    .section.header-besoin {
        margin-bottom: 320px;
    }
    .infographic__title h4 {
        text-align: center;
    }
    .procedure-header-info__cols__col {
        width: 220px;
    }
    .about-us.n2 {
        flex-direction: row;
    }
    .about-us.besoin2 {
        height: 900px;
        flex-direction: column;
        justify-content: space-between;
        gap: 0px;
    }
    .about-square-black.besoin {
        left: 140px;
    }
    .about-us.besoin2 .about-image-container{
        height: 500px;
    }
    .about-us.besoin .container-about-infos {
        width: 70%;
    }
    .container-about-infos {
        width: 70%;
    }
    .about-info {
        width: 100%;
    }
    .about-info-spe {
        width: 100%;
    }
    .text-doctor {
        text-align: center;
    }
    .about-square-black {
        right: -45px;
    }
    .slide-container-avis.swiperBefore .swiper-button-next-before {
        right: 10px;
    }
    .slide-container-avis.swiperBefore .swiper-button-prev-before {
        left: 10px;
    }
    .about-image-container.specialite {
        height: 100%;
    }
    .about-image-container.specialite > div {
        margin: 0px;
        height: 90%;
    }
    .container-about-infos.specialite {
        width: 550px;
    }
    .container-avis-author {
        height: 500px;
    }
    .section-avis {
        flex-direction: column;
        height: auto;
        gap:0;
        margin: 50px auto 120px auto;
    }
    .container-avis {
        height: 450px;
        width: 400px;
    }
    .container-form-avis {
        position: inherit; 
        bottom: inherit;
    }
    .titleAvis {
        position: inherit;
        top:inherit;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .subtitleAvis {
        position: inherit;
        top:inherit;
    }
    .section-all-contact{
        padding: 30px 0 130px 0;
    }
    .blog-frame {
        margin-top: 60px;
        width: 500px;
    }
    .blog-div-img img {
        height: 500px;
        width: 500px;
    }
    .div-text-title {
        font-size: 21px;
    }
    .div-text-text {
        font-size: 20px;
    }
    .time-text {
        font-size: 18px;
    }
    .blog-button {
        padding: 20px;
    }
    .blog-button a {
        font-size: 20px;
    }
    @keyframes slider {
        0%,
        15% {
            transform: translateX(0);
        }
        25%,
        30% {
            transform: translateX(-380px);
        }
        40%,
        45% {
            transform: translateX(-760px);
        }
        55%,
        60% {
            transform: translateX(-1140px);
        }
        70%,
        75% {
            transform: translateX(-1520px);
        }
        90%,
        100% {
            transform: translateX(0px);
        }

    }
    .lineFooter{
        display: none;
    }
    .lineFooter2{
        display: none;
    }
    .lineFooter3{
        display: none;
    }
    .lineFooter4{
        display: none;
    }
    .containerFooter{
        width: 95%;
    }
    .section-doctor {
        height: 1050px;
        flex-direction: column;
        padding: 100px 0;
    }
    .container-img-doctor {
        height: 650px;
    }
    .container-info-doctor {
        width: 80%;
    }
    .container-buttonBorder {
        margin-top: 20px;
    }
    .about-image-container {
        height: 50%;
        margin-top: 0px; 
    }
    .sectionBlog {
        width: 95vw;
        margin: 0 auto;
        height: auto;
    }
    .titleBlog{
        font-size: 16px;
    }
    .readMoreBlog{
        font-size: 12px;
    }
    .arrowBlog{
        height: 16px;
        width: 16px;
    }
    .containerBlog {
        height: 350px;
        width: 225px;
    }
    .imgBlog {
        height: 225px;
        width: 225px;
    }
    .titleOffer {
        font-size: 40px;
    }
    .about-us {
        height: 950px;
        flex-direction: column-reverse;
    }
    .container-about-infos {
        height: auto;
        width: 90%;
    }
    .about-info {
        width: 90%;
    }
    .about-info-spe {
        width: 90%;
    }
    .contianerNavigationOffer {
        width: 90%;
        min-width: 90%;
        height: auto;
        border-bottom: 0;
        flex-direction: column;
    }
    .contianerNavigationOffer.active{
        height: auto;
    }
    .sectionOffer.n2{
        display: flex;
    }
    .containerOffers {
        width: 100%;
        gap: 20px;
    }
    .text-specialites{
        width: 95%;
    }
    .linkNavFooter a{
        font-size: 1rem;
    }
    .textFooter{
        font-size: .70rem;
    }
    .containerTopFooter .adress-box {
        font-size: 13px;
        margin-right: 10px;
    }
    .linkReseauFooter > img{
        height: 16px;
        width: 16px;
    }
}
@media (max-width: 900px) {
    .titleContact{
        font-size: 40px;
    }
    .title-doctor {
        font-size: 34px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }
    .text-doctor {
        width: 100%;
    }
    .titleOffer {
        text-align: center;
        line-height: 40px;
    }
}
@media (max-width: 830px){
    .blog-frame {
        margin-top: 60px;
        width: 500px;
    }
    .container-timeline {
        width: 100%;
        height: 600px;
    }
    .section-timeline{
        overflow: hidden;
        padding: 20px 0;
    }
    .timeline-line {
        width: 3px;
        height: 100%;
    }
    .timeline-arrow {
        right: -8.5px;
        bottom: -18px;
        transform: rotate(90deg);
    }
    .line-container {
        display: none;
    }
    .step {
        height: 60px;
        left: inherit;
    }
    .step.n1{
        left: inherit;
    }
    .step.n2{
        left: inherit;
        top: 15%;
    }
    .step.n3{
        left: inherit;
        top: 35%;
    }
    .step.n4{
        left: inherit;
        top: 85%;
    }
    .section-step-timeline {
        height: 60px;
    }
    .container-step-timeline {
        top: inherit;
    }
    .step-timeline-square {
        top: 10px;
    }
    .section-timeline {
        height: auto;
        justify-content: flex-start;
    }
    .blog-div-img img {
        height: 500px;
        width: 500px;
    }
    .about-image-container.specialite > div {
        height: auto;
    }
    .about-image-container.specialite {
        width: 100%;
    }
    .testimonial-list-entry.besoin {
        flex-flow: column;
    }
    .slide-container-avis.swiperBefore .swiper-button-next-before {
        right: 80px;
        margin-top: 100px;
    }
    .container-before {
        width: calc(70% - 10px);
    }
    .about-text {
        width: 340px;
        margin: 0 auto;
    }
    .section-before-after {
        margin: 40px auto;
    }
    .slide-container-avis.swiperBefore .swiper-button-prev-before {
        left: 80px;
        margin-top: 100px;
    }
    .title-before {
        font-size: 40px !important;
        line-height: 40px;
    }
    .about-image-container.specialite {
        height: auto;
        margin-top: 20px;
    }
    .inner__image__content {
        width: 80%;
    }
    .about-us.n2 .title-about {
        text-align: center;
        width: 100%;
    }
    .about-us.n2 {
        flex-direction: column;
        height: auto;
    }
    .about-us.n2 .about-text {
        text-align: center;    
        margin: 0 auto;
    }
    .div-text-title {
        font-size: 21px;
    }
    .div-text-text {
        font-size: 20px;
    }
    .time-text {
        font-size: 18px;
    }
    .blog-button {
        padding: 20px;
    }
    .blog-button a {
        font-size: 20px;
    }
    @keyframes slider {
        0%,
        15% {
            transform: translateX(0);
        }
        25%,
        30% {
            transform: translateX(-380px);
        }
        40%,
        45% {
            transform: translateX(-760px);
        }
        55%,
        60% {
            transform: translateX(-1140px);
        }
        70%,
        75% {
            transform: translateX(-1520px);
        }
        90%,
        100% {
            transform: translateX(0px);
        }

    }
    .testimonial{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .swiper-pagination-avis {
        height: 20px !important;
    }
    .swiper-pagination-avis .swiper-pagination-bullet {
        border: 2px solid #E0C15B;
        width: 12px !important;
        height: 12px !important;
    }
    .swiper-pagination-avis .swiper-pagination-bullet-active {
        border: 2px solid #E0C15B;
    }
    .swiper-button-prev-avis {
        height: 50px;
        width: 50px;
    }
    .swiper-button-next-avis {
        height: 50px;
        width: 50px;
    }
    .swiper-button-next-avis > div:nth-child(1){
        margin-left: 16px;
    }
    .swiper-button-prev-avis > div:nth-child(1){
        margin-left: 16px;
    }
    .swiper-button-next-avis > div:nth-child(2){
        margin-right: 16px;
    }
    .swiper-button-prev-avis > div:nth-child(2){
        margin-right: 16px;
    }
    .swiper-button-prev-before {
        height: 50px;
        width: 50px;
    }
    .swiper-button-next-before {
        height: 50px;
        width: 50px;
    }
    .swiper-button-next-before > div:nth-child(1){
        margin-left: 16px;
    }
    .swiper-button-prev-before > div:nth-child(1){
        margin-left: 16px;
    }
    .swiper-button-next-before > div:nth-child(2){
        margin-right: 16px;
    }
    .swiper-button-prev-before > div:nth-child(2){
        margin-right: 16px;
    }
    .card-avis {
        height: 180px;
        margin: 30px auto;
    }
    .slide-container-avis {
        height: 180px;
    }
    .testimonial-list-entry__details {
        margin: 10px 0;
    }
    .specialites-frame {
        width: 300px;
    }
    .container-specialites {
        height: 1500px;
        width: 300px;
    }
    .container-specialites-frame {
        width: 300px;
    }
    .text-frame{
        width: 300px;
    }
    .about-us{
        width: 90vw;
    }
    .titleOffer{
        width: 80%;
        line-height: 40px;
    }
    .buttonNavigationOffer {
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .containerBottomFooter {
        justify-content: flex-start;
        width: 80%;
        min-width: 520px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .container-header-besoins {
        width: 90%;
    }
    .procedure-header-info__cols__coll {
        width: 90%;
    }
    .section.header-besoin {
        height: 550px;
        margin-bottom: 380px;
    }
    .about-us.nosBesoin{
        height: 1020px;
        margin-top: 50px;
    }
    .about-text.besoin{
        width:80%;
        margin: 0 auto;
        text-align: center;
    }
    .about-us.besoin2 .about-info{
        width: 80%;
    }
    .about-us.besoin2 .about-info-spe{
        width: 80%;
    }
    .about-us.besoin2{
        height: 980px;
    }
    .title-about.besoins{
        width: 100%;
        text-align: center;
    }
    .container-fil-ariane {
        margin-bottom: 20px;
    }
    .section-doctor.specialite .container-img-doctor {
        height: 500px;
    }
    .section-doctor.specialite {
        height: 900px;
    }
    .container-white {
        top: 400px;
    }
    .containerConsultation {
        gap: 0px;
        height: 400px;
        width: 100%;
    }
    .section-avis {
        margin: 0px auto 120px auto;
    }
    .titleConsultation {
        font-size: 35px;
        line-height: 45px;
        width: 90%;
    }
    .containerLinkNavFooter {
        width: 70%;
        flex-wrap: wrap;
        height: auto;
        justify-content: flex-start;
    }
    .containerLinkNavFooter a{
        padding-right: 20px;
    }
    .containerReseauxFooter{  
        height: 30px;
        gap:15px;
        width: 120px;
    }
    .containerTextFooter:nth-child(n + 4){
        height: 30px;
    }
    .section-contact{
        height: 1100px;
        flex-direction: column;
        gap: 0;
    }
    .container-contact{
        height: 45%;
        width: 80%;
    }
    .line-contact{
        bottom: 0;
    }
    .container-contact.right{
        height: 55%;
        width: 80%;
    }
    .container-form-contact{
        bottom: 35px;
    }
    .titleContact{
        top: 90px;
    }
    .subtitleContact{
        top: 55px;
    }
    .swiper-button-next-avis {
        right: 40px;
    }
    .swiper-button-prev-avis {
        left: 40px;
    }
    .swiper-button-next-before {
        right: 40px;
    }
    .swiper-button-prev-before {
        left: 40px;
    }
    .about-info {
        width: 100%;
    }
    .about-info-spe {
        width: 100%;
    }
    .container-about-infos {
        height: auto;
        width: 100%;
    }
    .titleOffer{
        width: 90%;
    }
}
@media (max-width: 740px){
    .slider-avis {
        height: 350px;
        margin: 70px auto 0 auto;
    }
    .testimonial-list-entry .testimonial {
        max-width: 80%;
        text-align: center;
    }
    .swiper-button-next-avis {
        right: 10px;
    }
    .swiper-button-prev-avis {
        left: 10px;
    }
    .swiper-button-next-before {
        right: 10px;
    }
    .swiper-button-prev-before {
        left: 10px;
    }
}
@media (max-width: 635px){
    .testimonial{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .speciality-hero h1 {
        margin: 50px auto 50px auto;
    }
    .speciality-hero .text {
        width: 400px;
    }
    .section-doctor.specialite .container-img-doctor  {
        width: 300px;
        height: 400px;
    }
    .section.header-besoin {
        height: 450px;
        margin-bottom: 300px;
    }
    .container-fil-ariane {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .about-us.nosBesoin {
        height: auto;
    }
    .infographic__title h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .infographic__title {
        margin: 2rem 0 0 0;
    }
    .infographic__title.besoin {
        margin-top: 50px;
    }
    .about-us.besoin {
        flex-direction: column;
        gap: 0px;
        height: 880px;
    }
    .about-square-black {
        height: 400px;
        width: 310px;
    }
    .about-us.besoin2 {
        height: 780px;
        gap: 50px;
    }
    .about-square-black {
        height: 350px;
        width: 300px;
    }
    .about-square-black.besoin {
        left: 90px;
    }
    .procedure-header-info__cols__coll > h1 {
        font-size: 30px !important;
        line-height: 32px;
    }
    .procedure-header-info__cols__coll {
        gap: 15px;
        margin: 25px auto 0 auto;
        padding: 0px;
    }
    .procedure-header-info__cols__coll img{
        height: 50px;
        width: 50px;
    }
    .container-buttonBorder.besoin {
        margin: 20px 0 20px 0;
    }
    .procedure-header-info__cols__col__info h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .procedure-header-info__cols__col__info {
        height: 180px;
        min-height: 150px;
    }
    .square-border-doctor.specialite {
        right: 0px;
        bottom: 0px;
    }
    .about-img {
        height: 350px;
        width: 300px;
    }
    .container-besoins-columns {
        width: 100%;
        gap: 15px;
    }
    .procedure-header-info__cols__col {
        padding: 0 10px;
    }
    .about-border-square {
        height: 350px;
        width: 300px;
    }
    .about-image-container {
        width: 350px;
    }
    .title-about {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }
    .about-text {
        font-size: 14px;
    }
    .about-us {
        height: 800px;
    }
    .container-img-doctor {
        width: 300px;
        height: 450px;
    }
    .section-doctor {
        height: 950px;
        padding: 100px 0;
    }
    .title-doctor {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .doctor-img {
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .square-border-doctor {
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .text-doctor {
        width: 100%;
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    .buttonBorder {
        padding: 10px 20px;
        font-size: 16px;
    }
    .specialites-frame {
        width: 200px;
    }
    .container-specialites {
        height: 1000px;
        width: 200px;
    }
    .container-specialites-frame {
        width: 200px;
    }
    .text-frame{
        width: 200px;
        font-size: 16px;
    }
}
@media (max-width: 600px){
    .about-image-container{
        margin-top: 50px;
        width: 300px;
        height: 400px;
    }
    .container-timeline-info{
        flex-wrap: wrap;
    }
    .about-us.specialite .about-image-container {
        margin-top: 90px;
        height: 320px;
    }
    .container-author {
        flex-direction: column;
        align-items: flex-start;
    }
    .container-detail-author {
        padding: 0;
        width: 100%;
    }
    .main-title-article {
        font-size: 30px;
        line-height: 35px;
    }
    .about-us.specialite {
        height: 850px;
    }
    .about-us.besoin .about-image-container {
        margin-top: 90px;
    }
    .slider-avis {
        height: 350px;
        margin: 120px auto 0 auto;
    }
    .about-us.besoin2 {
        height: 850px;
        gap: 0px;
    }
    .about-square-black {
        height: 360px;
        width: 300px;
    }
    .about-square-black.besoin {
        left: 40px;
    }
    .container-before {
        width: calc(80% - 10px);
    }
    .slide-container-avis.swiperBefore .swiper-button-next-before {
        right: 40px;
    }
    .slide-container-avis.swiperBefore .swiper-button-prev-before {
        left: 40px;
    }
    .about-us.besoin .about-image-container {
        margin-top: 60px;
    }
    .about-us{
        height: 750px;
    }
    .container-about-infos{
        width: 100%;
    }
    .container-about-infos p{
        width: 100%;
    }
    .testimonial{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}
@media (max-width: 575px){
    .sectionOffer {
        padding-top: 300px;
    }
    .slider-avis {
        height: 280px;
        margin: 0px auto 0 auto;
    }
    .infographic__title {
        margin: 2rem auto 0 auto;
        width: 90%;
    }
    .procedure-header__image__wrapper__img {
        opacity: 0.5;
    }
    .about-text {
        width: 300px;
    }
    .about-text.besoin {
        width: 100%;
    }
    .about-us.besoin .container-about-infos {
        width: 90%;
    }
    .about-us.besoin2 .about-info {
        width: 95%;
    }
    .about-us.besoin2 .about-info {
        width: 95%;
    }
    .section.header-besoin {
        margin-bottom: 380px;
    }
    .container-avis-author {
        height: auto;
        gap: 80px;
        display: flex;
        flex-direction: column;
    }
    .container-white {
        top: inherit;
        right: inherit;
    }
    .container-buttonBorder.avis {
        padding: 0;
    }
    .container-img-author {
        position: inherit;
        top: 0px;
        right: 0;
    }
    .avis__content__image {
        width: 80%;
        padding-left: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 50px;
        flex-direction: column-reverse;
    }
    .section-avis {
        margin: 0px auto 60px auto;
    }
    .container-avis-author {
        right: inherit;
        top: 0px;
    }
    .containerReseauxFooter {
        justify-content: flex-start;
    }
    .containerBottomFooter {
        min-width: auto;
    }
    .slide-container-avis{
        margin: 0 0 50px 0;
    }
    .sectionFooter{
        padding: 10px 0 30px 0;
    }
    .containerMiddleFooter{
        width: 100%;
    }
    .containerTextFooter{
        flex-direction: row;
        gap: 10px;
    }
    .containerBottomFooter{
        height: auto;
    }
    .containerTextFooter{
        height: 30px;
    }
    .containerTopFooter .adress-box {
        font-size: 11px;
    }
    .linkNavFooter a{
        font-size: 13px;
    }
    .textFooter{
        font-size: 10px;
    }
    .linkReseauFooter{
        height: 12px;
        width: 12px;
    }
    .tabs {
        height: 40px;
    }
    .tabs ul {
        padding: 0;
    }
    .blog-posts-menu__tabs {
        width: 95%;
        padding: 0 1rem 0 0;
    }
    .blog-posts-menu__tabs ul li {
        padding: 0rem 1rem;
        font-size: 17px;
        display: flex;
        align-items: center;
    }
    .blog-search-input {
        width: 200px!important;
        font-size: 17px!important;
    }
    .detail-timeline-title {
        line-height: 1.2;
        font-size: 12px;
        margin: 0;
    }
    .detail-timeline-long .detail-timeline-event:nth-child(even):not(:last-child) .detail-timeline-title {
        margin-top: 10px;
    }
}
@media (max-width: 500px){
    .buttonNavigationOffer2 p{
        font-size: 16px;
    }
    .lineFooter {
        right: -100px;
        bottom: -30px;
        display: flex;
    }
    .lineFooter2 {
        right: -130px;
        bottom: -90px;
        display: flex;
    }
    .lineFooter4 {
        display: flex;
    }
    .lineFooter3 {
        display: flex;
    }
    .section-doctor.specialite .container-img-doctor {
        height: 350px;
    }
    .container-info-doctor ul li {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.4;
    }
    .title-doctor.specialite {
        margin-bottom: 20px;
    }
    .container-header-besoins {
        align-items: center;
        justify-content: center;
    }
    .container-header-besoins .about-text{
        text-align: center;
    }
    .containerTopFooter {
        flex-direction: column-reverse;
    }
    .containerLinkNavFooter {
        width: 80%;
        flex-direction: column;
    }
    .containerLinkNavFooter a {
        padding-right: 0px;
    }
    .containerTextFooter {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }
    .containerTopFooter .adress-box {
        margin-right: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .procedure-header-info__cols__coll {
        justify-content: center;
        align-items: center;
    }
    .section.header-besoin {
        margin-bottom: 800px;
    }
    .about-us.nosBesoin {
        height: auto;
    }
    .about-us.besoin {
        height: 930px;
    }
    .about-us.besoin2 {
        height: 900px;
    }
    .container-before {
        width: 350px;
    }
    .section-doctor.specialite {
        height: 800px;
    }
    .price__list {
        gap: 10px;
    }
    .text-doctor.specialite {
        width: 90%;
    }
    .price .subtitle {
        width: 90%;
    }
    .about-us.specialite .about-text {
        width: 90%;
    }
    .about-us.besoin .about-text {
        width: 90%;
    }
    .about-us.n2 .about-text {
        width: 90%;
    }
    .containerConsultation {
        height: 400px;
    }
    .avis-author-div {
        height: 280px;
        width: 280px;
    }
    .avis-author-border {
        height: 280px;
        width: 260px;
    }
    .avis__content__image .white {
        height: 250px;
        width: 300px;
    }
    .container-avis-author {
        gap: 100px;
    }
    .container-white {
        height: auto;
        width: 280px;
    }
    .titleConsultation {
        font-size: 30px;
        line-height: 35px;
    }
    .titleBlog{
        font-size: 14px;
    }
    .container-avis-author {
        width: 320px;
    }
    .container-avis {
        width: 350px;
    }
    .container-img-author {
        height: 300px;
        width: 300px;
    }
    .avis__content__image .img {
        width: 300px;
        height: 300px;
    }
    .containerTextFooter {
        flex-wrap: wrap;
        width: 100%;
    }
    .containerBottomFooter {
        width: 100%;
        flex-direction: column-reverse;
    }
    .containerBottomFooter > div:nth-child(1){
        width: 100%;
    }
    .containerTextFooter {
        width: min-content;
    }
    .containerTextFooter .textFooter {
        white-space: nowrap;
    }
    .containerTextFooter {
        height: auto;
    }
    .containerTextFooter:nth-child(6) .textFooter {
        text-align: center;
        width: 100%;
    }
    .containerTextFooter:nth-child(1) .textFooter {
        text-align: center;
        width: 100%;
    }
    .containerReseauxFooter {
        justify-content: center;
        width: 100%;
    }
    .center h2{
        font-size: 35px;
    }
    .center .text{
        font-size: 14px;
    }
    .containerOfferImg{
        width: 100px;
        height: 100px;
    }
    .containerOffer{
        width: 120px;
        height: 200px;
    }
    .testimonial{
        font-size: 14px;
    }
    .testimonial-list-entry__details{
        font-size: 14px;
    }
    .swiper-pagination-avis .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .titleOffer{
        text-align: center;
        font-size: 35px;
    }
    .detail-circle {
        width: 90px;
        height: 90px;
    }
    .details-circle-title {
        font-size: 12px;
    }
    .details-circle-text {
        font-size: 10px;
    }
}
@media (max-width: 450px){
    .text-doctor.specialite {
        width: 80%;
    }
    .about-us.specialite .about-text {
        width: 80%;
    }
    .about-us.besoin .about-text {
        width: 80%;
    }
    .about-us.n2 .about-text {
        width: 80%;
    }
    .procedure-header__image__wrapper__img {
        opacity: 0.3;
    }
}
@media (max-width: 425px){
    .specialites-frame {
        width: 150px;
    }
    .about-image-container {
        height: 350px;
    }
    .speciality-hero h1 {
        margin: 20px auto 20px auto;
    }
    .speciality-hero .text {
        width: 300px;
    }
    .text-doctor.specialite {
        width: 70%;
    }
    .infographic__column {
        height: 350px;
        width: 350px;
    }
    .about-us.specialite .about-text {
        width: 70%;
    }
    .about-us.besoin .about-text {
        width: 70%;
    }
    .about-us.n2 .about-text {
        width: 70%;
    }
    .about-us.specialite .title-about {
        width: 70%;
        margin: 0 auto 15px auto;
    }
    .about-us.specialite {
        height: auto;
        margin-bottom: 0;
        width: 100%;
    }
    .about-us.besoin .title-about {
        width: 70%;
        margin: 0 auto 15px auto;
    }
    .about-us.besoin {
        height: 900px;
    }
    .title-doctor.specialite {
        width: 70%;
    }
    .container-info-doctor ul li {
        font-size: 14px;
    }
    .container-info-doctor ul li .circle {
        scale: 0.8;
        margin-right: 5px;
    }
    .container-info-doctor ul {
        width: 320px;
    }
    .container-specialites {
        height: 600px;
        width: 150px;
    }
    .container-specialites-frame {
        width: 150px;
    }
    .text-frame{
        width: 150px;
        font-size: 14px;
    }
    .section-contact {
        height: 1250px;
    }
    .container-contact {
        height: 40%;
    }
    .container-contact.right {
        height: 60%;
    }
    .titleContact {
        top: 70px;
        left: -22px;
        font-size: 30px;
    }
    .testimonial-list-entry .testimonial {
        max-width: 70%;
    }
    .subtitleContact {
        top: 35px;
        left: -22px;
    }
    .center h2{
        width: 80%;
    }
    .section-doctor {
        height: 1050px;
        padding: 50px 0;
    }
    .about-us {
        margin: 50px auto;
        height: 700px;
    }
    .sectionOffer.n2 {
        width: 95%;
        margin: 0 auto;
    }
    .about-img {
        height: 300px;
        width: 250px;
    }
    .about-border-square {
        height: 300px;
        width: 250px;
    }
    .detail-timeline-event-last {
        flex: 2.5 0 0;
    }
    .detail-timeline-long .detail-timeline-event-last::after {
        left: 50%;
    }
    .detail-timeline-long .detail-timeline-event-last::before {
        width: 50%;
    }
    .detail-timeline-long .detail-timeline-event .detail-timeline-title {
        font-size: 11.5px;
    }
    .detail-timeline-long .detail-timeline-event .detail-timeline-text {
        font-size: 11px;
    }
    .detail-timeline-long .detail-timeline-event-last .detail-timeline-title,
    .detail-timeline-long .detail-timeline-event-last .detail-timeline-text {
        margin-left: 0%;
    }
}
@media (max-width: 400px){
    .main-title-article {
        font-size: 25px;
        line-height: 30px;
    }
    .container-img-doctor {
        width: 250px;
        height: 300px;
    }
    .section-doctor {
        height: 1000px;
    }
    .container-info-doctor ul {
        scale: 0.9;
    }
    .detail-circle-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        row-gap: 1.5rem;
    }

    .detail-circle {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 375px){
    .swiper-button-next-avis {
        scale: 0.8;
        right: 50px;
        bottom: 40px;
    }
    .section-timeline {
        width: 100%;
    }
    .infographic__column {
        height: 300px;
        width: 300px;
    }
    .container-before {
        width: 300px;
    }
    .infographic__column__wrapper__text {
        padding: 10px 0;
    }
    .infographic__column__wrapper {
        padding: 15px;
    }
    .swiper-button-next-before {
        scale: 0.8;
    }
    .about-us.specialite .about-text {
        width: 300px;
    }
    .about-us.besoin .about-text {
        width: 300px;
    }
    .about-us.n2 .about-text {
        width: 300px;
    }
    .about-us.n2 .title-about {
        width: 300px;
        margin: 0 auto;
    }
    .containerTopFooter .adress-box {
        margin-right: 0px;
    }
    .buttonNavigationOffer2 p:before {
        right: 30px;
    }
    .swiper-button-prev-avis {
        scale: 0.8;
        left: 50px;
        bottom: 40px;
    }
    .swiper-button-prev-before {
        scale: 0.8;
    }
    .title-before {
        font-size: 30px !important;
        line-height: 30px;
    }
    .testimonial-list-entry.besoin {
        gap: 0px;
    }
    .testimonial-list-entry .testimonial {
        max-width: 90%;
    }
    .titleOffer {
        font-size: 30px;
    }
    .center h2 {
        font-size: 30px;
    }
    .title-specialites {
        font-size: 30px;
    }
    .container-avis-author {
        width: 300px;
    }
    .container-avis {
        width: 300px;
    }
    .avis__content__image {
        padding-top: 0px;
    }
    .avis__content__image .white {
        width: 280px;
    }
    .titleAvis {
        font-size: 35px;
        line-height: 35px;
    }
    .container-img-author {
        height: 280px;
        width: 280px;
    }
    .avis__content__image .img {
        width: 280px;
        height: 280px;
    }
    .header__top .adress-top {
        width: 100%;
        white-space: nowrap;
    }
    .header__top .adress-top a {
        font-size: 0.8em;
    }
    .blog-posts-menu__tabs ul li {
        padding: 0rem 0.7rem;
        font-size: 15px;
    }
    .blog-search-input {
        width: 150px!important;
        font-size: 15px!important;
    }
    .containerConsultation .container-buttonBorder{
        scale: 0.9;
    }
}
@media (max-width: 350px) {
    .about-us.nosBesoin {
        height: auto;
        width: 95%;
    }
    .about-us.besoin {
        height: 960px;
    }
    .about-us.besoin2 {
        height: 980px;
    }
}
@media (max-width:320px){
    .specialites-frame {
        width: 150px;
    }
    .section-doctor {
        height: 1200px;
    }
    .container-specialites {
        height: 600px;
        width: 150px;
    }
    .container-specialites-frame {
        width: 150px;
    }
    .text-frame{
        width: 150px;
    }
}