@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');



* {

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

    font-family: 'Poppins';

}



body,

html {

    margin: 0;

    padding: 0;

    perspective: 1px;

    transform-style: preserve-3d;

    height: 100%;

    overflow-y: hidden;

    overflow-x: hidden;

    scroll-behavior: smooth;

}







nav {

    display: flex;

    justify-content: space-around;

    align-items: center;

    height: 100px;

    background-color: rgb(255, 255, 255);

    position: sticky;

    top: 0;

    left: 0;

    background-blend-mode: darken;

    width: 100%;

    transition: .5s;

    z-index: 5;

    box-shadow: #2c2c2c 0px 10px 70px;

}



nav img {

    height: 90px;

}



nav.green {

    background-color: rgb(230, 230, 230);

}



nav.green .logo .img1 {

    opacity: 0;

    transition: .5s;

}



.logo {

    font-size: 22px;

    letter-spacing: 5px;

}



.nav-links {

    display: flex;

    justify-content: space-around;

    width: 50%;

}

@media screen and (max-width : 1400px) {

    .nav-links {

        width: 70%;

    }

}

@media screen and (max-width : 950px) {

    .nav-links {

        width: 90%;

    }

}

.nav-links li {

    align-items: center;

    list-style-type: none;

}



.nav-links a {

    text-decoration: none;

    letter-spacing: 3px;

    font-weight: bold;

    color: #44bd32;

    font-size: 16px;

}



nav h1 {

    color: rgb(250, 239, 224);

}



.burger {

    display: none;

    cursor: pointer;

}



.burger div {

    width: 30px;

    height: 3px;

    background-color: #44bd32;

    margin: 5px;

    transition: all 0.3s ease;

}



@media screen and (max-width : 768px) {

    body {

        overflow-x: hidden;

    }



    .nav-links {

        position: absolute;

        right: 0px;

        height: 92vh;

        top: 100px;

        background-color: rgb(255, 255, 255);

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: flex-start;

        width: 50%;

        clip-path: circle(0px at 90% -10%);

        -webkit-clip-path: circle(0px at 90% -10%);

        transition: clip-path 0.5s ease-in;

    }



    .nav-links li {

        opacity: 0;

        margin-top: 5vh;

        margin-bottom: 5vh;

    }



    .burger {

        display: block;

    }



    .illustration {

        display: none;

    }

}



.top-container {

    padding: 0 25px;

    display: flex;

    margin: auto;

    width: 90vw;

    justify-content: space-around;

    position: relative;

    bottom: 10vh;

}



.nav-active {

    clip-path: circle(100vh at 90% -10%);

    -webkit-clip-path: circle(100vh at 90% -10%);

}



@keyframes navLinkFade {

    from {

        opacity: 0;

        transform: translateX(50px);

    }



    to {

        opacity: 1;

        transform: translateX(0px);

    }

}



.toggle .line1 {

    transform: rotate(-45deg) translate(-5px, 6px);

}



.toggle .line2 {

    opacity: 0;

}



.toggle .line3 {

    transform: rotate(45deg) translate(-5px, -6px);

}



.under {

    height: 2px;

    width: 0%;

    background-color: #3d9c2e;

    transition: all 0.5s ease;

    position: relative;

    left: -5%;

}



.nav-links li:hover .under {

    width: 110%;

    transition: all 0.5s ease;

}



.logo img {

    height: 6vh;

    margin-top: 1vh;

}



footer {

    background-color: #007419;

}



.dark-mode {

    filter: invert(1) hue-rotate(180deg);

    transition: 1.5s;

}



.white-mode {

    filter: invert(1) hue-rotate(180deg);

}



:root {

    transition: 1.5s;

}

.dark-toggle {

    position: fixed;

    top: 10px;

    right: 10px;

    z-index: 5;

}



























.black {

    position: absolute;

    top: 0;

    z-index: 5;

    background: rgba(0, 0, 0, 0.699);

    width: 100vw;

    height: 100vh;

}

.content {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    height: 600px;

    width: 90vw;

    max-width: 900px;

    background: white;

    z-index: 6;

    border-radius: 20px;

    padding: 50px;

    text-align: center;

    overflow: scroll;
}

.content::-webkit-scrollbar {

    width: 6px;

}

.content::-webkit-scrollbar-track {

    border-radius: 10px;

    background: transparent;

    scroll-padding-right: 15px;

}

.content::-webkit-scrollbar-corner {

    background-color: transparent;

}

.content::-webkit-scrollbar-thumb {

    background: rgb(160, 160, 160);

    border-radius: 10px;

}

.content::-webkit-scrollbar-thumb:hover {

    background: #285A00;

}

.content .fermer {

    position: fixed;

    top: 20px;

    right: 30px;

}

.content h1 {

    margin: auto;

}

.content .cond {

    width: 200px;

    font-size: 15px;

}

.content img {

    width: 120px;

    height: auto;

}

.content .flex {

    margin-top: 25px;

    justify-content: space-around;

}

.content button {

    background: rgb(13, 114, 0);

    color: white;

    height: 40px;

    width: 70px;

    border: none;

    border-radius: 70px;

}

.se1 {

    position: relative;

    height: 90vh;

    background: linear-gradient(180deg, #D5FFC1, #8BB179 100%);

    display: flex;

    font-weight: lighter;

    align-items: center;

}



.se1 .clouds {

    position: absolute;

    bottom: 0px;

    background-image: url(../images/clouds.png);

    background-repeat: repeat;

    width: 1000vw;

    height: 250px;

}



.clouds img {

    z-index: 0;

}



.top_container {

    display: flex;

    width: 100vw;

    justify-content: space-around;

}



.top-container img {

    width: 40vw;

}



.text {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.text .kiné {

    font-weight: 500;

    font-size: 50px;

}



.text .cabinet {

    font-size: 25px;

}



.text .master {

    font-size: 17px;

    color: #548156;

}

.slider {

    overflow: hidden;

    width: 400px;

    margin: auto;

    max-height: 200px;

}

.slider figure div {

    position: relative;

    width: 20%;

    float: left;

}

.slider figure img {

    width: 100%;

    float: left;

}

.slider figure {

    position: relative;

    right: 5px;

    width: 500%;

    margin: 0;

    left: 0;

    animation: 40s slidy infinite;

}

@keyframes slidy {

    0% {

        left: 0%;

    }



    10% {

        left: 0%;

    }



    12% {

        left: -100%;

    }



    22% {

        left: -100%;

    }



    24% {

        left: -200%;

    }



    34% {

        left: -200%;

    }



    36% {

        left: -300%;

    }



    46% {

        left: -300%;

    }



    48% {

        left: -400%;

    }



    58% {

        left: -400%;

    }



    60% {

        left: 0%;

    }



    62% {

        left: 0%;

    }



    64% {

        left: -100%;

    }



    74% {

        left: -100%;

    }



    76% {

        left: -200%;

    }



    86% {

        left: -200%;

    }



    88% {

        left: -300%;

    }



    98% {

        left: -300%;

    }



    100% {

        left: -400%;

    }



    110% {

        left: -400%;

    }



    112% {

        left: -500%;

    }



    114% {

        left: 0%;

    }

}

.plus {

    height: 50px;

    width: 160px;

    margin-top: 30px;

    background: #24b500;

    border-radius: 10px;

    border: none;

}

.tosize {

    height: 50px;

    width: 160px;

    position: relative;

}

.plus p {

    color: white;

    font-size: large;

}



.tit_container {

    text-align: center;

    display: flex;

    justify-content: center;

}



.tit_container h2 {

    display: block;

    position: relative;

    text-align: center;

    font-weight: normal;

    font-size: 30px;

    margin: 0px 20px 25px;

}





/*@media screen and (max-width : 890px)

{

    .tit_container h2:after,.tit_container h2:before

    {

        display: none;

    }

}*/

.serv_container {

    margin-top: 80px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-evenly;

    width: 90vw;

    margin: auto;

}



.service {

    height: 390px;

    width: 280px;

    box-shadow: 0px -4px 30px rgba(75, 75, 75, 0.25), 0px 20px 30px rgba(103, 103, 103, 0.25);

    border-radius: 15px;

    display: flex;

    position: relative;

    flex-direction: column;

    align-items: center;

    text-align: left;

    padding: 15px;

    margin: 70px 50px 30px 50px;

}



.service .img_cont {

    width: 130px;

    height: 130px;

    border-radius: 150px;

    margin-top: 10px;

    overflow: hidden;

    background-color: #f4f7fc;

}



.service .serv_desc {

    margin: 10px 15px;

}

.service p ul li {

    font-size: 10px;

}



.img_cont img {

    height: 120px;

    position: relative;

}



.service p {

    margin-top: 15px;

    font-weight: 10;

    font-size: 12px;

}



.service button {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 15px;

    width: 150px;

    height: 30px;

    background-color: #46d131;

    border: none;

    margin: 10px 0;

    border-radius: 40px;

    color: white;

    font-size: 15px;

    cursor: pointer;

}





.comment {

    width: 350px;

    margin: 50px;

}



.comment .quote {

    margin-left: 15px;

    font-size: 21px;

    margin-top: 10px;

    font-weight: 10;

}

.boldgreen {

    color: #24b500;

    font-weight: bold;

}

.star {

    width: 20px;

    height: 20px;

}



.flex {

    display: flex;

    flex-wrap: wrap;

}



.com_date {

    color: rgb(163, 163, 163);

    margin-left: 20px;

    position: relative;

    margin-top: 0;

}



.com_auth {

    color: #285A00;

    font-size: 24px;

    margin-top: 10px;

    font-weight: 1000;

}



.com_container {

    width: 90vw;

    height: 80vh;

    display: flex;

    justify-content: space-around;

    margin: auto;

    flex-wrap: wrap;

    overflow-y: hidden;

    position: relative;

    top: 0;

    background-attachment: fixed;
}



.big {

    height: 120vh;

}



.fade {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 500px;

    background: linear-gradient(360deg, white, transparent);

    z-index: 1;

}



.buttons {

    margin: auto;

    justify-content: center;

    flex-wrap: wrap;

    margin-top: 25px;

}



.buttons .lire {

    width: 350px;

    min-height: 50px;

    border: none;

    border-radius: 15px;

    background-color: white;

    box-shadow: 0px -4px 30px rgba(75, 75, 75, 0.25), 0px 20px 30px rgba(103, 103, 103, 0.25);

    font-size: 20px;

    margin: 10px 70px;

}



.buttons .publier {

    width: 350px;

    min-height: 65px;

    border: none;

    border-radius: 15px;

    background-color: #007932;

    box-shadow: 0px -4px 30px rgba(75, 75, 75, 0.25), 0px 20px 30px rgba(103, 103, 103, 0.25);

    font-size: 20px;

    color: white;

    margin: 10px 70px;

}



.infos {

    max-width: 500px;

    max-height: 500px;

    width: 90vw;

    height: 90vh;

    background-color: #609349;

    color: white;

    padding: 20px;

}



section {

    background: white;

    padding: 25px 0;

}



section:nth-of-type(even) {

    background: rgb(252, 252, 252);

}



.map {

    max-width: 500px;

    max-height: 500px;

    width: 90vw;

    height: 90vh;

}



.map_cont {

    justify-content: center;

}

#link {

    color: rgb(13, 114, 0);

    text-decoration: none;

}

.line {

    width: 104%;

    height: 3px;

    background-color: white;

    position: relative;

    right: 10px;

}

.consult {

    font-size: 12px;

    font-weight: normal;

}

section:nth-of-type(4) {

    padding-bottom: 100px;

}



.infos .flex img {

    width: 27px;

    height: 27px;

}



.infos .flex {

    margin: 20px 0;

    align-items: center;

}



.infos .flex h3 {

    margin-left: 10px;

}



.nowrap {

    flex-wrap: nowrap;

}



.clock {

    display: flex;

    align-items: unset;

}



.clock img {

    margin-bottom: 37%;

}



.infos {

    position: relative;

}



.infos p {

    position: absolute;

    bottom: 0;

}



.animation {

    width: 100%;

    height: 100vh;

    position: sticky;

    bottom: 0vh;

    left: -100vw;

    border-top-left-radius: 20px;

    border-top-right-radius: 20px;

    z-index: 5;

    transition: 1s ease-out;

    animation-fill-mode: forwards;

    padding: 30px 50px 70px 5vh;

    display: none;

    background-color: rgb(240, 240, 240);

    overflow-y: scroll;

}



.animation::-webkit-scrollbar {

    width: 10px;

}



.animation::-webkit-scrollbar-track {

    border-radius: 10px;

}



.animation::-webkit-scrollbar-thumb {

    background: rgb(160, 160, 160);

    border-radius: 10px;

}



.animation::-webkit-scrollbar-thumb:hover {

    background: #285A00;

}



@keyframes goup {

    0% {

        bottom: -100vh;

    }

    1% {

        bottom: -100vh;

    }

    100% {

        bottom: 0;

    }

}



@keyframes godown {

    from {

        top: 0px;

    }



    to {

        bottom: -100vh;

    }

}



.active {

    display: block;

}



.up-go {

    transform: translateY(-100px);

}



.close {

    width: 40px;

    height: 40px;

    background: rgb(221, 221, 221);

    cursor: pointer;

    border-top-left-radius: 20px;

    position: absolute;

    right: 6vw;

    top: 70px;

    border-radius: 100px;

    z-index: 10;

}



.close .line-close {

    position: absolute;

    left: 5px;

    top: 18px;

    width: 30px;

    height: 4px;

    background: rgb(189, 189, 189);

    border-radius: 20px;

    pointer-events: none;

}



.line-close:nth-of-type(1) {

    transform: rotate(45deg);

}



.line-close:last-of-type {

    transform: rotate(-45deg);

}



button {

    cursor: pointer;

}



.moins {

    display: none;

}

.img_contt {

    width: 30vw;

    min-width: 300px;

    height: 20vw;

    min-height: 200px;

    overflow: hidden;

}

.image {

    width: 30vw;

    min-width: 300px;

    height: auto;

    background-color: #18921e;

    margin: 1px;

    align-items: center;

}

div.image {

    height: 20vw;

}

.img-container {

    width: 91vw;

    margin: auto;

}

h2:before {

    content: "";

    display: block;

    width: 120px;

    height: 2px;

    background: #000;

    position: absolute;

    left: -50%;

    top: 50%;

    z-index: 2;

}

h2:after {

    content: "";

    display: block;

    width: 120px;

    height: 2px;

    background: #000;

    position: absolute;

    right: -50%;

    top: 50%;

    z-index: 2;

}

.apparaitre {

    height: 100vh;
}



.apparaitre h1 {

    margin: 20px 0;

}



.apparaitre p {

    margin-left: 15px;

    margin: 20px 0;

}

.apparaitre h3 {

    margin-left: 20px;

}





.link-container {

    width: 90vw;

    margin: 30px 40px;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(124.423px,566.266px));

    justify-content: left;

    margin: 25px 0px;

}

.link {

    display: flex;

    flex-wrap: nowrap;

    margin: 20px 50px;

}

.link img {

    width: 30px;

    height: 30px;

}

.link a {

    color: black;

    text-decoration: none;

    font-weight: 400;

    margin-left: 10px;

    position: relative;

    top: 5px;

}

.contributions div a {

    color: black;

    text-decoration: none;

    font-size: 10px;

    display: inline;

}

.contributions div p {

    display: inline;

    font-size: 10px;

}

@media screen and (max-width : 450px) {

    .service {

        height: auto;

    }
    .service .rééducation
    {
        position: relative;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .link-container {

        margin: 0;

    }

    .link {

        margin-left: 10vw;

    }

    .lire {

        height: auto;

    }

    .infos {

        max-height: 1000px;

        height: auto;

    }

    .text .kiné {

        font-size: 30px;

    }

    .text .cabinet {

        font-size: 20px;

    }

    .text .master {

        font-size: 15px;

    }

    .slider {

        width: 80vw;

    }

    .tit_container h2 {

        font-size: 25px;

    }

    h2::before,
    h2::after {

        display: none;

    }

    .animation {

        padding: 10px;

    }

    .content {

        bottom: 15px;

        height: 80vh;

    }

}

.covid-disappear {

    display: none;

}




.price-cont
{
    width: 80vw;
    margin: auto;
}
.price-cont p
{
    font-size: 20px;
    margin-bottom: 3px;
}
.out
{
    font-size: 14px !important;
}
.price-cont p.bigger
{
    font-size: 21px;
    font-weight: bold;
    color: #007419;
    margin-bottom: 7px;
}
.price-cont div div
{
    margin-bottom: 20px;
}
.flex-center
{
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    justify-content: center;
    text-align: center;
    margin: 25px 0px;
}
.last
{
    padding-bottom: 50px;
}