/* Mobile Version */
#home-section {
    background-color: #F2F4F8;
}

#home-section .title-container {
    text-align: center;
}

#home-section .title-container h1 {
    position: relative;
    margin-bottom: 20px;
}

#home-section .title-container img {
    position: absolute;
    right: 0;
    top: -30px;
    height: 73px;
}

#home-section .title-container p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 30px;
}

#home-section figure img {
    height: 390px;
    border-radius: 0px 0px 165.554px 165.554px;
    padding: 0 20px;
}

#home-section .google-review {
    display: flex;
    flex-direction: column;
    width: 140px;
    margin: 20px auto;
}

#home-section .google-review div {
    display: flex;
    justify-content: space-between;
}

#home-section .google-review .note {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Darker Grotesque', sans-serif;
}

#home-section .google-review .desc {
    padding-top: 5px;
}

#home-section .google-review span {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Darker Grotesque', sans-serif;
}

#home-section .google-review img {
    width: 140px;
}

#home-section .form-container .form {
    background-color: white;
    border-radius: 25px;
    box-shadow: 12px 12px 38px 1px rgba(0, 0, 0, 0.05);
}

#home-section .form-container .form p {
    color: #C4AF84;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
}

#home-section .form-container iframe {
    width: 100%;
}

    /* Section Pourquoi-nous ? */
#why-our .section-container {
    position: relative;
}

#why-our .logo-img {
    position: absolute;
    right: -50px;
    width: 175px;
    top: -30px;
    rotate: 40deg;
}

#why-our .logo-img-2 {
    position: absolute;
    left: -90px;
    width: 175px;
    bottom: -30px;
    rotate: -40deg;
}

#why-our .section-container > p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 60px;
    width: 85%;
}

#why-our .picto-cards-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

#why-our article {
    background-color: var(--tertiary-color);
    padding: 50px 40px 40px 40px;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

#why-our figure {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: fit-content;
    padding: 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

#why-our figure img {
    height: 37px;
    width: 37px;
    object-fit: contain;
    opacity: 0;
}

#why-our figure img.animate {
    animation:  slide-in-picto-img 1s ease-out forwards;
}

#why-our article h3 {
    margin-bottom: 10px;
}

#why-our article p {
    font-size: 13px;
}

#why-our .link-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    opacity: 0;
}

#why-our .link-container.animate {
    animation: slide-in-vertical-list 1s ease-out forwards;
}

    /* Section Prestations */
#prestations .section-container {
    position: relative;
}

#prestations figure {
    height: 500px;
}

#prestations figure img {
    border-radius: 0px 0px 440px 440px;
    opacity: 0;
}

#prestations figure img.animate {
    animation:  slide-in-img-presta 1s ease-out forwards;
}

#prestations ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px;
}

#prestations ul li {
    opacity: 0;
}

#prestations ul li.animate {
    animation: slide-in-vertical-list 1s ease-out forwards;
}

#prestations ul li a {
    border-radius: 50px;
    background-color: var(--tertiary-color);
    padding: 20px;
    width: 100%;
    text-align: center;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

#prestations ul li a:hover {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
}

#prestations ul li a:hover i {
    transform: rotate(-90deg);
}

#prestations ul li a i {
    transition: all ease 0.3s;
    margin-left: 10px;
    padding: 5px;
    background-color: white;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    color: var(--secondary-color);
    font-size: 15px;
}

#prestations ul > .link-container {
    display: flex;
    justify-content: center;
    opacity: 0;
}

#prestations ul > .link-container.animate {
    animation: slide-in-vertical-list 1s ease-out forwards;
}

#prestations .logo-img {
    position: absolute;
    right: -70px;
    width: 175px;
    bottom: -60px;
    rotate: 40deg;
}

/* Section Review */
#reviews {
    background-color: #F2F4F8;
}

#reviews .section-container {
    padding: 40px 0 0 0;
}

#reviews h2 {
    margin: 0 20px 30px 20px;
}

#reviews .swiper-reviews {
    overflow: hidden;
    position: relative;
    padding: 0 20px 60px 20px;
    width: 100%;
}

#reviews .swiper-reviews .swiper-slide {
    min-height: 100%;
    height: auto;
}

#reviews .swiper-reviews article {
    min-height: 100%;
    text-align: center;
    padding: 60px;
    border-radius: 180px 180px 0px 0px;
    background: #FFF;
    box-shadow: 2.71533px 2.71533px 14.25547px 0px rgba(0, 0, 0, 0.05);
}

#reviews .swiper-reviews article div i {
    margin: 0 5px;
    font-size: 25px;
    color: #F2F4F8;
}

#reviews .swiper-reviews article div i.yellow-star {
    color: #FEDE6D;
}

#reviews .swiper-reviews article .review-message {
    margin: 20px 0;
    line-height: 125.6%;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.70);
}

#reviews .swiper-reviews article .patient-name {
    font-weight: 700;
    font-size: 14px;
}

#reviews .swiper-reviews .swiper-pagination {
    bottom: 30px;
}

#reviews .swiper-reviews .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

/* Section FAQ */
#faq .section-container {
    padding: 40px 0;
}

#faq h2 {
    margin: 0 0 30px 20px;
}

#faq .swiper-faq {
    position: relative;
    padding: 0 40px;
    overflow: hidden;
    width: 100%;
}

#faq .swiper-faq .swiper-slide {
    min-height: 100%;
    height: auto;
}

#faq .swiper-button-prev img, #faq .swiper-button-next img {
    height: 35px;
    width: 35px;
}

#faq article {
    background-color: #FFF;
    border-radius: 29px;
    border: 2px solid #EDEDED;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq article:hover, #faq article:active, #faq article:focus {
    transform: rotateY(180deg);
    background-color: #C9B180;
}

#faq article p {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 500;
}

#faq article .question {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

#faq article:hover .question p {
    opacity: 0;
}

#faq article .answer {
    transition: all 0.5s ease-in-out;
    padding: 30px;
    transform: rotateY(180deg);
    opacity: 0;
}

#faq article:hover .answer, #faq article:active .answer, #faq article:focus .answer {
    opacity: 1;
}

#faq article .answer p {
    color: white;
    font-size: 29px;
}


/* Fun Facts */
#fun-facts .section-container {
    position: relative;
}

#fun-facts .cards-container {
    display: flex;
    flex-direction: row;
    row-gap: 20px;
    column-gap: 20px;
}

#fun-facts .cards-container > div {
    width: 48%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    opacity: 0;
    transform: translateX(-50px);
    animation: slide-in 1s cubic-bezier(.61,0,.04,1) forwards;
}

#fun-facts .card {
    border-radius: 29px;
    border: 1px solid #C4AF84;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    opacity: 0;
}

#fun-facts .card-horizontal.animate {
    animation: slide-in 1s cubic-bezier(.61,0,.04,1) forwards;
}

#fun-facts .card-vertical {
    width: 48%;
    opacity: 0;
    transform: translateX(50px);
}

#fun-facts .card-vertical.animate {
    animation: slide-in-vertical 1s cubic-bezier(.61,0,.04,1) forwards;
}

#fun-facts .card span {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

#fun-facts .card p {
    font-size: 13px;
    color: var(--secondary-color);
}

#fun-facts .logo-img {
    position: absolute;
    bottom: -70px;
    rotate: 40deg;
    width: 175px;
    right: -70px;
}

/* Form section */
#form-section {
    background-color: #F2F4F8;

}

#form-section .section-container {
    margin-bottom: -150px;
}

#form-section .form-container {
    border-radius: 13.738px;
    background: #FFF;
    box-shadow: 6.59428px 6.59428px 20.88189px 0.54952px rgba(0, 0, 0, 0.05);
}

/* Section location */
#location {
    background-color: #FAFAFA;;
}

#location .section-container {
    padding-top: 150px;
}

#location .section-container figure img {
    border-radius: 0px 0px 407.1px 407.1px;
    height: 425px;
}

#location .section-container .adress-cards {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#location .section-container .center {
    padding: 20px 40px;
    border-radius: 13.813px;
    border: 0.953px solid #EDEDED;
    background: #FFF;

}

#location .section-container .center > div {
    display: flex;
    justify-content: space-between;
}

#location .section-container .center > div .left {
    border-right: 1px solid #C4AF84;
    width: 100%;
    padding-right: 20px;
}

#location .section-container .center > div .right {
    border-left: 1px solid #C4AF84;
    width: 100%;
    padding-left: 20px;
}

#location .section-container .center h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#location .section-container .center p {
    font-size: 9px;
    font-weight: 300;
}

#location .section-container .center .margin-b {
    margin-bottom: 20px;
}

#location .section-container .maps {
    width: 100%;
    margin-top: 30px;
}

#location .section-container .maps iframe {
    width: 100%;
}

#location .section-container .maps #vincennes, #location .section-container .maps #charenton {
    display: none;
}

#location .section-container .left-container, #location .section-container .right-container {
    width: 100%;
}

#location .section-container .view-map {
    padding: 2px 10px 5px 10px;
    font-family: 'Darker Grotesque', sans-serif;
    cursor: pointer;
}

#location .section-container .go-center {
    padding: 5px 10px;
    display: block;
    line-height: 9px;
    margin-left: 20px;
}

#location .section-container .view-map, #location .section-container .go-center {
    border: 1px solid transparent;
    transition: all ease 0.3s;
    width: fit-content;
    font-size: 11px;
    height: 25px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Darker Grotesque', sans-serif;
    color: white;
    text-transform: uppercase;
    background-color: #C4AF84;

}

#location .section-container .view-map:hover, #location .section-container .go-center:hover {
    border: 1px solid #C4AF84;
    background-color: white;
    color: #C4AF84;
}

/* Desktop Version */
    @media screen and (min-width: 992px)  {
        #home-section .section-container {
            position: relative;
            margin-bottom: -180px;
        }

        #home-section .title-container h1 {
            margin-bottom: 30px;
        }

        #home-section .title-container {
            text-align: left;
            width: 43%;
        }

        #home-section .title-container img {
            height: 240px;
            right: -100px;
        }

        #home-section .title-container p {
            font-size: 40px;
            margin-bottom: 60px;
        }

        #home-section figure {
            position: absolute;
            right: 0;
            top: -135px;
            width: 35%;
        }

        #home-section figure img {
            height: 800px;
            padding: 0;
            border-radius: 0px 0px 407.1px 407.1px;
        }

        #home-section .form-container {
            width: 43%;
            position: relative;
        }

        #home-section .google-review {
            position: absolute;
            right: -330px;
            bottom: 150px;
            width: 290px;
        }

        #home-section .google-review img {
            width: 290px;
        }

        #home-section .google-review .note {
            font-size: 54px;
        }

        #home-section .google-review .desc {
            font-size: 32px;
        }

        #home-section .form-container .form p {
            font-size: 30px;
        }

        /* Section Pourquoi-nous ? */
        #why-our {
            background-color: #FAFAFA;
        }

        #why-our .section-container {
            padding-top: 200px;
        }

        #why-our .section-container > p {
            font-size: 24px;
            width: 100%;
            margin-bottom: 80px;
            line-height: 128.1%;
        }

        #why-our .picto-cards-container {
            flex-direction: row;
            justify-content: space-between;
        }

        #why-our .picto-cards-container article {
            width: 24%;
        }

        #why-our figure {
            top: -35px;
        }

        #why-our figure img {
            height: 50px;
            width: 50px;
        }

        #why-our article h3 {
            margin-bottom: 20px;
        }

        #why-our article p {
            font-size: 20px;
        }

        #why-our .logo-img {
            width: 350px;
            top: -50px;
            right: -100px;
        }

        #why-our .logo-img-2 {
            width: 350px;
            bottom: -200px;
        }

        /* Section Prestations */
        #prestations .section-container {
            position: relative;
            padding-bottom: 80px;
        }

        #prestations .section-content {
            display: flex;
            justify-content: space-between;
        }

        #prestations h2 {
            position: absolute;
            left: 52%;
            top: 40px;
        }

        #prestations figure {
            height: 1050px;
            width: 48%;
        }

        #prestations ul {
            row-gap: 30px;
            width: 48%;
            margin-top: 120px;
        }

        #prestations ul li a {
            font-size: 43px;
            padding: 23px 30px 30px 30px;
        }

        #prestations ul li a span {
            margin-right: 10px;
            line-height: 102.1%;
        }

        #prestations ul li a i {
            width: 30px;
            height: 30px;
            font-size: 20px;
            margin-top: 8px;
        }

        /* Section Review */
        #reviews .section-container {
            padding: 60px;
        }

        #reviews h2 {
            margin: 0 0 60px 0;
        }

        #reviews .swiper-reviews {
            padding: 0 0 60px 0;
        }

        #reviews .swiper-reviews article .review-message, #reviews .swiper-reviews article .patient-name {
            font-size: 20px;
        }

        #reviews .swiper-reviews .swiper-pagination {
            bottom: 0;
        }

        #prestations .logo-img {
            width: 350px;
            bottom: -130px;
            right: -140px;
        }

        /* Section FAQ */
        #faq h2 {
            margin-left: 60px;
        }

        #fun-facts .cards-container > div, #fun-facts .card-vertical {
            width: 49%;
        }

        #faq .swiper-faq {
            padding: 0 60px 70px 60px;
        }

        #faq #swiper-faq-nav {
            position: absolute;
            bottom: 25px;
            width: 100px;
            left: 50%;
            transform: translateX(-50%);
        }

        #faq .swiper-button-prev img, #faq .swiper-button-next img {
            height: 45px;
            width: 45px;
        }

        #faq article p {
            font-size: 43px;
        }

        /* Fun Facts */
        #fun-facts .card {
            padding: 40px 100px;
        }

        #fun-facts .card span {
            font-size: 109px;
        }

        #fun-facts .card p {
            font-size: 29px;
        }

        #fun-facts .logo-img {
            bottom: -200px;
            width: 350px;
            right: -140px;
        }

        /* Section form */
        #form-section h2 {
            width: 80%;
        }

        /* Section location */
        #location .section-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
            padding-top: 180px;
            padding-bottom: 60px;
        }

        #location .section-container h2 {
            position: absolute;
            top: 170px;
            left: 54.5%;
        }

        #location .section-container figure {
            width: 45%;
        }

        #location .section-container figure img {
            height: 860px;
        }

        #location .section-container .adress-cards {
            width: 45%;
            margin-top: 100px;
        }

        #location .section-container .center p {
            font-size: 19px;
        }

        #location .section-container .center > div .left {
            padding-right: 35px;
        }

        #location .section-container .center > div .right {
            padding-left: 35px;
        }

        #location .section-container .maps {
            margin-top: 50px;
        }

        #location .section-container .maps iframe {
            min-height: 550px;
        }

        #location .section-container .view-map {
            padding: 2px 20px 5px 20px;
        }

        #location .section-container .go-center {
            padding: 5px 20px;
            display: block;
            line-height: 26px;
            margin-left: 35px;
        }

        #location .section-container .go-center, #location .section-container .view-map {
            font-size: 18px;
            height: 40px;
            margin-top: 20px;
        }
    }