@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: "Source Sans 3" , sans-serif;
}

h4{
    font-size: 24px;
    margin-top: 0;
}
.texteheader .accueil{
    display: none;
    background-color: #2D5194;
}

.menu-toggle {
    display: none;
}

.accueil{
    display: none;
}

nav {
    background: #ffffff;
    color: black;
    filter: drop-shadow(0px 4px 4px #949494);
    margin: 0 auto;
    top: 0px;
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

nav ul li{
    float: left;
    text-align: center;
    position: relative;
    padding-left: 0;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    cursor: pointer;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    z-index: 1000;
}

#navbar > ul li:hover .sous{
    display: block;
    width: 200px;
}

.sous li{
    float:none;
    width: 100%;
    text-align: left;
    padding: 5px 0;
}

ul .sous {
    padding: 0;
}

.sous a{
    padding: 10px;
    border-bottom: none;
}

.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}

#navbar a{
    text-decoration: none;
    margin: 0 10px;
    color: black;
}

#navbar a img{
    height: 8px;
}

.logo{
    padding-top: 5px;
    padding-left: 30px;
}

.btnd{
    padding-right: 30px;
}




#presentation{
    display: flex;
    justify-content: space-around;
    background-color: #8EC4CB33;
    padding: 5%;
    flex-wrap: wrap;
}

.textep{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textep h1{
    font-size: 56px;
    margin-bottom: 0;
    font-family: "Libre Baskerville", serif;
}

.textep p{
    font-size: 28px;
    line-height: 30px;
}

.lesbtn{
    display: flex;
    justify-content: left;
    align-items: start;
}

.btn1{
    text-align: center;
    padding: 5px 20px;
    background-color: #2D5194;
    color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
    margin-right: 20px;
}

.btn2{
    text-align: center;
    padding: 5px 30px;
    background-color: white;
    color: black;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid black;
}
.eliseamar{
    width: clamp(30%, 300px, 100%);
    border-radius: 20% 0 0 0;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
}



.blockblanc h2{
    font-size: 26px;
    padding: 80px 0 0 80px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
}

.imgblanc{
    width: clamp(30%, 300px, 100%);
    height: auto;
    border-radius: 0 20% 0 0;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
}

.texteblockblanc{
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 5%;
    flex-wrap: wrap;
}

.texteblockblanc p{
    width: 50%;
    font-size: 24px;
    line-height: 30px;
}



.blockvert{
    display: flex;
    background-color: #8EC4CB33;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.blockvert h2{
    font-size: 26px;
    padding: 80px 0 0 80px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
}

.texteblockvert{
    display: flex;
    justify-content: space-around;
    padding: 5%;
    flex-wrap: wrap;
}

.texteblockvert p{
    width: 50%;
    font-size: 24px;
    line-height: 30px;
}

.imgvert{
    width: clamp(30%, 300px, 100%);
    border-radius: 20% 0px 0px 0px;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
}



.blockjaune{
    background-color: #BAC25F99;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.blockjaune h5{
    font-size: 24px;
    text-align: center;
    font-family: "Libre Baskerville" , serif;
}

.textejaune{
   margin: 80px 200px; 
}

#blocktitre h1{
    text-align: center;
    font-size: 56px;
    font-family: "Libre Baskerville" , serif;
}

#blocktitre p{
    font-size: 28px;
    margin-left: 200px;
    line-height: 20px;
}

.blocktitreh2 h2{
    font-size: 32px;
    font-family: "Libre Baskerville" , serif;
    margin: 0 50px;
}



.hypnose{
    display: flex;
    justify-content: space-around;
    padding: 5%;
}

.hypnose h2{
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "Libre Baskerville" , serif;
}

.hypnose p{
    font-size: 24px;
    margin-top: 0px;
}

.hypnose h3{
    font-size: 24px;
}

.textehypnose{
  display: flex;
  flex-direction: column;
  width: 50%;
}

.imghypnose{
    width: clamp(30%, 300px, 100%);
    height: auto;
    border-radius: 0 20% 0 20%;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
}

.liste{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.liste ul{
    width: 50%;
}


.blockblancinverser{
    background-color: white;
    padding-bottom: 30px;
}

.blockblancinverser h2{
    font-size: 26px;
    padding: 80px 0 0 80px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Libre Baskerville", serif;
}

.texteblockblancinverser{
    display: flex;
    justify-content: space-around;
    padding: 5%;
    flex-wrap: wrap;
}

.texteblockblancinverser p{
    width: 50%;
    font-size: 24px;
    line-height: 30px;
}

.imgblancinverser{
    width: clamp(30%, 300px, 100%);
    height: auto;
    border-radius: 20% 0px 0px 0px;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
}

.parcours{
    display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50% 50%;
  background-color: #8EC4CB33; 
  padding: 80px 80px;
}

.parcours h4{
    font-family: "Libre Baskerville", serif;
}

.exp{
    padding: 20px;
}
.exp h4{
    font-size: 20px;
    margin-bottom: 10px;
}

.exp p{
    font-size: 18px;
}


.miniblockbleu{
    background-color: #2D5194;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    padding: 8%;
}

.miniblockbleu p{
    width: 65%;
    color: #FCFCFC;
    margin:0;
    font-size: 18px;
}

.imgminiblockbleu{
    width: clamp(30%, 230px, 100%);
    border-radius: 0px 20px 0px 20px ;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
    height: 230px;
    margin-right: 0;
}

.blog{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr; 
    padding: 80px 80px;
}

.article{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 50px;
    padding: 24px;
}

.article img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.article h2{
    font-size: 28px;
    padding: 5px 10px;
}

.article a{
    text-decoration: none;
}
.article p{
    font-size: 18px;
    padding: 5px 10px;
}

.article span{
    font-size: 14px;
    color: #3A4049;
}

.pages{
    display: flex;
    justify-content: space-between;
}

.suivant1{
    display: flex;
    justify-content: space-around;
}

.suivant2{
    display: flex;
    justify-content: space-around;
}

.pages img{
    height: 20px;
    margin: 18px;
}

.numero{
    word-spacing: 40px;
}

.headerarticle{
    display: flex;
    justify-content: space-around;
    padding: 5%;
    flex-wrap: wrap;
}

.textearticle{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textearticle h2{
    font-size: 36px;
    margin-bottom: 0;
    font-family: "Libre Baskerville", serif;
}

.textearticle p{
    font-size: 24px;
    color: #3A4049;
}

.textearticle span{
    text-align: center;
    color: #2D5194;
    font-size: 16px;
}
.categoriearticle{
    text-align: center;
}

.categoriearticle a{
    text-decoration: none;
}

.headerarticle img{
    width: clamp(30%, 300px, 100%);
    height: auto;
    border-radius: 20% 0 0 0;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
}

.textecontenu{
    display: flex;
    justify-content: space-around;
}
.ligne{
    border-top: 1px solid  #E0E0E0;
    width: 80vw;
}
.blablaarticle{
    width: 50%;
}
.blablaarticle img{
    width: 80%;
    border-radius: 0 20% 0 20%;
    box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.30);
    display: block;
    margin: auto;
}

.autrecategorie{
    display: flex;
    flex-direction: column;
}

.autrecategorie li{
    list-style-type: none;
    line-height: 35px;
}

.autrecategorie ul{
    padding-left: 0;
    margin-top: 0;
}

.autrecategorie p{
    margin-bottom: 10px;
    font-family: "Libre Baskerville", serif;
    color: #2D5194;
}

.icon{
    display: flex;
    justify-content: center;
}

.btncopy{
    text-align: center;
    padding: 5px 20px;
    background-color: white;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #E0E0E0;
    margin: 20px;
}

.btnicone{
    align-items: center;
    padding: 5px 5px;
    background-color: white;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #E0E0E0;
    margin: 10px;

}



form{
    max-width: 600px;
    min-width: 40%;
    padding: 20px;
    border-radius: 8px;
    color: black;
   }
   
   form input,
   form textarea{
       background-color: white;
       min-width: 80%;
       padding: 10px 5px;
       border: 1px solid #555;
       border-radius: 4px;
       box-sizing: border-box;
       margin-right: 30px;
   }
   
   form textarea{
       min-height: 100px;
   }
   
   form div{
       margin-bottom: 15px;
   
   }
   
   form label{
       display:block;
       margin-bottom: 5px;
       font-weight: bold;
   }
   
   form button{
       padding: 15px;
       width: 50%;
       border-radius: 4px;
       background-color: #2D5194;
       color: #ffffff;
       transition: background-color 0.3s;
       cursor: pointer;
   }
   
   form button:hover{
       scale: 1.01;
       background-color: #456194;
   }


.contact{
    display: flex;
    justify-content: space-between;
}

.lieu{
    width: 70%;
    display: inline-block;

    text-align: center;
}

.lieu h2{
    font-size: 32px;
    font-family: "Libre Baskerville", serif;
    text-align: center;
}

.lieu h3{
    font-size: 26px;
    text-align: center;
}

.lieu p{
    font-size: 24px;
    color: #3A4049;
    text-align: center;
}

.tel{
    display: flex;
    justify-content: center;
}

.tel p{
    font-size: 24px;
}

.tel img{
    height: 20px;
    margin-top: 30px;
}

.Saint-Malo img{
    width: clamp(30%, 400px, 100%);
}

.Dinard img{
    width: clamp(30%, 400px, 100%);
}

footer{
    display: flex;
    justify-content: space-around;
    margin: 80px 80px;
}

.footermobile{
    display: flex;
    justify-content: space-between;
}

footer h4{
    font-size: 24px;
    font-family: "Libre Baskerville", serif;
}

.footerlegales{
    margin-right: 30px;   
}

.footerlegales p{
    font-size: 18px;
}

.footerlegales a{
    display: block;
    
}

.footerlieu{
    font-size: 18px;
    margin-right: 30px;
}

.footerarticles a{
    display: block;
}

.footerarticles{
    margin-right: 30px;
}
.footerbtn{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;

}

.btnf{
    padding: 10px 20px;
    background-color: #2D5194;
    color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 15px;    
    margin-top: 30px;
}





@media(max-width: 768px){
    .menu-toggle{
        display: block;
        cursor: pointer;
        font-size: 28px;
    }

    .accueil{
        display: inline;
    }
    nav{
        position: sticky;
        top: 0;
        height: 45px;
        flex-direction: row-reverse;
    }

    #navbar{
        display: none;
    }

    #navbar.show{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
        position: absolute;
        top: 91px;
        right: 135px;
        background-color: var(--whites-1);
        z-index: 3;
    }

    
    nav ul{ 
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 30px;
        background-color: white;
        align-items: flex-start;
        padding: 5px;
    }

    nav ul li{
        margin-top: 15px;
    }

    .btnd{
        display: none;
    }


    #blocktitre h1{
        font-size: 32px;
    }

    #presentation{
        text-align: center;
    }

    .textep h1{
        font-size: 32px;
    }

    .textep p{
        font-size: 20px;
        line-height: 20px;
    }

    .lesbtn{
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .btn1{
        margin: 0;
        margin-bottom: 20px;
    }

    .btn2{
        margin-bottom: 20px;
    }

    .eliseamar{
        margin: 20px 0;
    }

    .texteblockblanc {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .blockblanc h2{
        width: 90%;
        line-height: normal;
        padding: 0px 50px;
        margin-bottom: 0;
        font-size: 20px;
    }

    .texteblockblanc p{
        width: 90%;
        margin-top: 0;
        font-size: 18px;
    }

    .imgblanc{
        margin: 20px 0;
    }

    .blockvert h2{
        width: 90%;
        line-height: normal;
        padding: 0px 50px;
        margin-bottom: 0;
        font-size: 20px;
    }

    .texteblockvert p{
        width: 90%;
        margin-top: 0;
        font-size: 18px;
    }

    .imgvert{
        margin: 20px 0;
    }

    .textejaune{
        width: 90%;
        font-size: 18px;
        margin: 30px 200px;
    }

    #blocktitre p{
        width: 90%;
        margin: 0;
        line-height: normal;
        margin-left: 50px;
        font-size: 18px;
    }

    .hypnose{
        display: flex;
        flex-wrap: wrap;
    }

    .hypnose p{
        font-size: 18px;
    }

    .textehypnose h2{
        font-size: 20px;
    }
    .textehypnose h3{
        font-size: 24px;
        font-weight: normal;
    }

    .textehypnose{
        width: 90%;
    }

    .texteblockblancinverser p{
        width: 90%;
    }

    .parcours{
        display: flex;
        flex-wrap: wrap;
    }

    .miniblockbleu{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .miniblockbleu p{
        width: 90%;
        margin-top: 30px;
    }

    .blockjaune h5{
        font-size: 16px;
        text-align: left;
    }

    .blog{
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .numero p{
        word-spacing: 20px;
    }

    .contact{
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }

    .lieu{
        width: 90%;
    }

    .lieu h2{
        font-size: 20px;
    }

        .lieu h3{
            font-size: 28px;
        }
    .blocktitreh2 h2{
        font-size: 20px;
    }


    footer{
        display: flex;
        flex-direction: column;
    }

    .footerlieu{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .footerlieu p{
        margin: 0;
        margin-bottom: 10px;
    }

    .footermobile{
        display: flex;
        flex-direction: column-reverse;
    }

    .footerbtn{
        margin: 0;
        margin-bottom: 30px;
    }

    .footerlegales{
        margin-top: 30px;
    }

    footer h4{
        font-size: 24px;
    }

}