@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Quattrocento Sans', sans-serif;
    }
.button_acc{
    font-family: 'Quattrocento Sans', sans-serif!important;
  
}
u{
    text-decoration: underline 1px;
}
.telefon{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
b{
    font-weight: bold;
}

@media only screen and (min-width: 1300px) {
    #video{
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
    }
    .top{
        margin-top: 20px;
    }
    .docto2{
        display: none!important;
    }
    .none{
        display: none;
    }
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .under:hover{
        font-weight: 1000!important;
    }
    .absolute{
        z-index: 99999;
        position: fixed;
        color: white;
        font-weight: bold;
        left: 2vw;
        top: 10px;;
        font-size: 1.4em;
        font-family: 'Marck Script', cursive;
    }
    .right{
        position: fixed;
        right: 2vw;
        top: 0.2vh;
        z-index: 99999;
    }
    .englobe::before, .englobetherapie::before{
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        border-top: 2px solid black;
        border-left: 2px solid black;
  
        left: 5vh;
        z-index: -9999;
    }
    .englobe::after, .englobetherapie::after{
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        right: 5vh;
        margin-top: 1vh;
        z-index: -9999;
    }
    .docto{
        margin-top: 7px;
        width: 22vh;
        height: 50px;
    }
    .rond{
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin-top: 1vh;
    }
    .column{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .burger{
        display: none;
    }
   
    .background{
        height: 100vh;
        width: 100%;
        background: linear-gradient(#2b5353, #738d5d);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav_pc{
        position: fixed;
        width: 100vw;
        height: 70px;
        background-image: url('../img/menu.jpg');
        box-shadow: 5px 5px 5px rgb(71, 97, 86);
        z-index: 9999;
    }
    .ul_pc{
        display: flex;
        flex-direction: row;
        width: 50%;
        margin: 0 auto;
    }
    .li_pc{
        width: 25%;
        list-style: none;
        line-height: 70px;
        text-align: center;
    }
    .a{
        color: white;
        font-size: 1.5em;
        font-family: 'Quattrocento Sans', sans-serif;
        text-decoration: none;
        
    }
    .underline:after {    
        background: none repeat scroll 0 0 transparent;
        
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: relative;
        margin-top: -17px;
        background: #fff;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
      }
      .underline:hover:after { 
        width: 100%; 
        left: 0; 
      }
      .none{
            background: transparent;
      }
    .inside{
        width: 80vw;
        height: 70vh;
        margin-top: 10vh;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        border: 3px solid gray;
        z-index: 1;
    }
    /* ACCUEIL */
    h2{
        font-size: 25px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    h1{
        font-size: 25px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    h3{
        font-size: 20px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    .psycho{
        font-size: 25px;
    }
    .cabinet{
        font-size: 30px;
    }
    .name_psy{
        font-size: 30px;
        
    }
    .name{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: lighter;
    }
    .adresse{
        margin-top: 5vh;
        text-align: center;
    }
    
    p{
        font-size: 1.4em;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    .a_button{
        display: block;
        margin: 0 auto;
        
    }
   
    button{
        margin-top: 10px;
        width: 20vw;
        height: 6vh;
        line-height: 6vh;;
        background-color: white;
        border: none;
        border-radius: 3px;
        color: black;
        font-size: 25px;
        cursor: pointer;
        font-weight: lighter;
        border: 1px solid black;
       
    }
    .symbole{
        width: 30px;
        height: 30px;
        object-fit: cover;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .tel{
        font-size: 25px;
        font-weight: bold;
        margin-top: 2vh;
        color: black;
        text-decoration: none;
    }
    /* PRATIQUE */
    #pratique{
        height: 100vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .title{
        font-size: 1.6em;
        margin-top: 7vh;
    }
    .seance{
        border: 1px solid rgb(184, 184, 184);
        padding-bottom: 15px;
    }
    .more1{
        margin-top: 1.5vh;
    }
    .more2{
        margin-top: 14.8vh;
    }
    hr{
        width: 40%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .under_title{
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
        font-family: 'Quattrocento Sans', sans-serif;
    }
    .pra{
        font-size: .8em;
        font-family: 'Quattrocento Sans', sans-serif;
    }
    /* THERAPIE */
    #therapie{
        height: 100vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .flex{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .child, .teenager, .adult{
        width: 33%;
        padding: 2%;
    }
    .the{
        font-size: 1.2em;
        
    }
    .forma{
        text-align: left;
    }
    /* CABINET */
    #cabinet{
        height: 100vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .pic{
        width: 42%;
        margin: 2%;
        background-color: rgb(56, 107, 67);
        height: 350px;
        margin: 0 auto;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    .trois{
        margin-top: 5vh;;
    }
    /* CONTACT */
    #contact{
        height: 100vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       
    }
    .inner{
        background-color: white;
        width: 33%;
        height: auto;
        margin: 2%;
        padding: 2%;
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto;
        border-radius: 3px;
    }
    .contact{
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .fas{
        font-size: 30px;
    }
    .more_contact{
        margin-top: 12.2vh!important;
    }
    .doctol{
        width: 22vw;
        height: 75px;
        object-fit: cover;
        margin-top: 10px;

    }
    .slider-for{
        width: 600px;
        height: 300px;
       
        margin: 0 auto;
    }
    .slider-for img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .slider-nav{
        width: 600px;
        height: 100px;
        
        margin: 0 auto;
        margin-top: 20px;
    }
    .inside-nav img{
        width: 90%;
        height: 100px;
        margin: 5px auto;
        object-fit: cover;
    }
    .slick-next::before, .slick-prev::before {
        color: lightgray!important;
        height: 40px!important;
    }
    .slick-dots{
        top: 120px!important;
    }
}
@media only screen and (max-width: 1300px) {
    #video{
        display: none;
        
    }
    .space {
        width: 5px!important;
    }
    .addm{
        margin-bottom: 60px;
    }
    .seance{
        border: 1px solid lightgrey;
        padding: 5px;
    }
    .docto2{
        position: fixed;
        top: 25px;
        left: 15px;
        width: 22vh;
        height: 50px;
        z-index: 999;
    }
    .container{
        width: 75%;
        margin: 0 auto;
    }
    .rond{
        display: none;
    }
    .trois{
        display: block!important;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin-top: 1vh;
        margin-bottom: 30px;
        margin-top: 65px;
    }
    .right, .absolute{
        display: none;
    }
    .under_title{
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .title{
        font-size: 20px;
       
        margin-top: 2vh;
    }
    hr{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .a{
        color: white;
        font-size: 1.5em;
        font-family: 'Quattrocento Sans', sans-serif;
        text-decoration: none;
    }
    .background{
        height: 100vh;
        width: 100vw;
        background: linear-gradient(#2b5353, #738d5d);
        padding-top: 20vh;
    }
    .nav_pc{
        display: none;
    }
    .inside{
        width: 80vw;
        height: 60vh;
        background-color: white;
        margin: 0 auto;
        margin-top: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 3px solid gray;
    }

    ul {
        list-style: none;
    }

    body {
        font-family: "Poppins", sans-serif;
    }

    .burger {
        background:#fbfbfb;
        border-radius: 2px;
        margin: 15px;
        z-index: 99;
        padding: 10px;
        position: fixed;
        right: 6.5vw;
        top: 15px;
        border: 1px solid black;
    }

    .navicon {    
        cursor: pointer;
        display: block;
        width: 45px;
        height: 1px;
        border-radius: 15px;
        background: black;
        position: relative;
    }

    .navicon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    top: 12px;
    border-radius: 15px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    }

    .navicon::after {
    content: "";
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    top: -12px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    }

    .menu-btn {
    display: none;
    }

    .menu-icon {
    
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
       
    }

    .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
    }

    .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
    }

    .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
    }

    .menu-btn:checked ~ .menu-icon .navicon:after,
    .menu-btn:checked ~ .menu-icon .navicon:before {
    top: 0;
    }

    .nav {
    z-index: 99;
    position: fixed;
    right: -50%;
    width: 50%;
    min-height: 30vh;
    color: white;
    background-color: #2b5353;
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    transition: ease-in-out 800ms;
    margin-top: 25px;
    }

    .nav li {
        text-transform: uppercase;
        padding: 8px 0;
        text-align: center;
    }

    .menu-btn:checked ~ .nav {
    right: 0;
    transition: ease-in-out 800ms;
    }
    /* ACCUEIL */
    .a_button{
        display: block;
        margin: 0;
       
    }
    button{
        width: 200px;
        height: 5vh;
        line-height: 5vh;
        background-color: white;
        border: none;
        border-radius: 3px;
        color: black;
        font-size: 20px;
        cursor: pointer;
        border: 1px solid black;
        padding: 0;
        margin-top: 10px;
        }
    h2{
        font-size: 20px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    h1{
        font-size: 15px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    h3{
        font-size: 12px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
    }
    .psycho1{
        font-size: 15px;
        margin-top: 2vh;
    }
    .psycho2{
        font-size: 15px;
        margin-bottom: 1vh;
    }
    .cabinet{
        font-size: 25px;
    }
    .name_psy{
        font-size: 25px;
    }
    .name{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .adresse{
        margin-top: 2vh;
        text-align: center;
    }
    .in{
        border: none;
        padding: 0;    
    }
    p{
        font-size: 14px;
        text-align: center;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: lighter;
        
    }
    .symbole{
        width: 30px;
        height: 30px;
        object-fit: cover;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .tel{
        margin-top: 2vh;
        font-size: 20px;
        font-weight: bold;
    }
    .smaller_pic{
        width: 30px;
        height: 30px;
        margin-top: 25px;
    }
     /* PRATIQUE */
     #pratique{
        margin-top: 2vh;
        height: auto;
    }
    .pra{
        font-size: 15px;
    }
    /* THERAPIE */
    #therapie{
        height: auto;
        margin-top: 2vh;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .flex{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .child, .teenager, .adult{
        width: 100%;
        padding: 0%;
    }
    .the{
        font-size: 20px;
        color: rgb(161, 161, 161);
        margin-top: 2vh;
    }

    /* CABINET */
    #cabinet{
        height: auto;
        text-align: center;
       
    }
    
    .pic{
        width: 100%;
        background-color: rgb(58, 92, 65);
        height: 250px;
        margin: 0 auto;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }
    /* CONTACT */
    #contact{
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .inner{
        background-color: white;
        width: 100%;
        height: auto;
        margin: 2%;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto;
        margin-top: 50px;
    }
    .contact{
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .fas{
        font-size: 25px;
    }
    .doctol{
        width: 200px;
        height: 75px;
        object-fit: cover;
  

    }
    /* slider */
   /* slider */
   .contains{
    
    width: 75vw;
    max-width: 500px;
    }
    .slider-for{
        width:75vw;
        height: 200px;
    
        margin: 0 auto;
    }
    .slider-for img{

        width: 75vw;
        height: 250px;
        object-fit: cover;
    }
    .slider-nav{
        width: 75vw;
        height: 80px;

        margin: 0 auto;
        margin-top: 70px;
    }
    /*.inside-nav.slick-slide{
        width: 15vw!important;
        margin: 0 auto!important;
    }*/
    .inside-nav img{
        width: 18vw;
        margin: 0 auto!important;
        height: 80px;
    
        object-fit: cover;
    }
    /* .slick-list.draggable{
        padding: 0!important;
    }*/
    .slick-next::before, .slick-prev::before {
            color: lightgray!important;
            height: 40px!important;
            margin: 0 auto;
        }
    
}


/* ANIMATION */


.psycho1 div{

    animation: flash 3s linear;
}

@keyframes flash {
    0% {
        font-weight: 0;
        transform: scale(1.2);
        
    }
    90% {
        font-weight: 0;
      
        transform: scale(0.9);
    }
    100% {
        font-weight: 0;
        transform: scale(0.8);
    }
}

.psycho1 div:nth-child(1) {
    animation-delay: 0.1s;

}

.psycho1 div:nth-child(2) {
    animation-delay: 0.2s;
 
}

.psycho1 div:nth-child(3) {
    animation-delay: 0.3s;

}

.psycho1 div:nth-child(4) {
    animation-delay: 0.4s;

}

.psycho1 div:nth-child(5) {
    animation-delay: 0.5s;
}

.psycho1 div:nth-child(6) {
    animation-delay: 0.6s;
}

.psycho1 div:nth-child(7) {
    animation-delay: 0.7s;
}

.psycho1 div:nth-child(8) {
    animation-delay: 0.8s;
}

ul li div:nth-child(9) {
    animation-delay: 0.9s;
}

.psycho1 div:nth-child(10) {
    animation-delay: 1s;
}

.psycho1 div:nth-child(11) {
    animation-delay: 1.1s;
}

.psycho1 div:nth-child(12) {
    animation-delay: 1.2s;
}

.psycho1 div:nth-child(13) {
    animation-delay: 1.3s;
}

.psycho1 div:nth-child(14) {
    animation-delay: 1.4s;
}

.psycho1 div:nth-child(15) {
    animation-delay: 1.5s;
}

.psycho1 div:nth-child(16) {
    animation-delay: 1.6s;
}

.psycho1 div:nth-child(17) {
    animation-delay: 1.7s;
}
.psycho1 div:nth-child(18) {
    animation-delay: 1.8s;
}
.psycho1 div:nth-child(19) {
    animation-delay: 1.9s;
}
.psycho1 div:nth-child(20) {
    animation-delay: 2s;
}
.psycho1 div:nth-child(21) {
    animation-delay: 2.1s;
}
.psycho1 div:nth-child(22) {
    animation-delay: 2.2s;
}
.psycho1 div:nth-child(23) {
    animation-delay: 2.3s;
}
.psycho1{
    display: flex;
}

.space{
    width: 15px;
}


.button_acc:hover div{
    
    transform: scale(1.1);
    
}
@media only screen and (min-width: 1300px) {
    .button_acc div{
        color: black;
    }
    .button_acc{
     
   
      
        box-shadow: none;
        animation: but 1s linear;
    }
 
    @keyframes but {
     
       
        0% {
            width: 0px;
            height: 0px;
            animation-delay: 0s;
            font-size: 0;
        }
        100% {
            border: black 1px solid;
            width: 20vw;
            height: 6vh;
            animation-delay: 1s;
            font-size: 0;
        }
    }
    
    .docto{
        transition: all 1s linear;
    }
    .docto:hover{
        transform: scale(1.2);
    }
}
.button_acc:hover{
    color: rgb(71, 97, 86);
    border: rgb(71, 97, 86) 1px solid;
    text-decoration: underline;
}


.ul_pc .li_pc{

    animation: big 5s linear infinite;
}

@keyframes big {
    0% {
        font-weight: 0;
        transform: scale(1.1);
        
    }
    90% {
        font-weight: 0;
      
        transform: scale(0.9);
    }
    100% {
        font-weight: 0;
        transform: scale(0.8);
    }
}

.ul_pc .li_pc:nth-child(1) {
    animation-delay: 0.1s;

}

.ul_pc .li_pc:nth-child(2) {
    animation-delay: 0.2s;
 
}

.ul_pc .li_pc:nth-child(3) {
    animation-delay: 0.3s;

}

.ul_pc .li_pc:nth-child(4) {
    animation-delay: 0.4s;

}

#pratique .initiate.englobe::before, #therapie .initiate.englobetherapie::before{
    animation: moveright 1s forwards;
}

@keyframes moveright {
    0% {
        transform: translateY(-100px);
      }
    100% {
      transform: translateX(0);
    }
  }
  #pratique .initiate.englobe::after, #therapie .initiate.englobetherapie::after{
    animation: moveleft 0.4s backwards;
}

@keyframes moveleft {
    0% {
        transform: translateY(100px);
      }
    100% {
      transform: translateX(0);
    }
  }

