 html{
    scroll-behavior:smooth;
    overflow-x: hidden;
}

body{
    background-color: #FFEFEF;
    color: #414141;
    font-family:  "Sansita One";
    padding: 0;
    margin: 0;
}
#entete {
    display: flex;
    height: 550px;
}
#entete div{
    float: left;
    text-align: center;
    align-content: center;
}
#logoentete{
    width: 40%;
}
#textentete{    
    width: 60%;
    font-family:  "Sansita One";
    padding: 20px;
}
#textentete h1{    
    font-size: 70px;
}
#textentete p{    
    font-size: 42px;
}

#navmenu a{    
    transition: transform 0.3s ease;
}
#navmenu a:hover {
    transform: translateY(-4px);
    color: #F2A676;
}
#navfix{ 
    justify-content: center;
    align-items: center; 
    position: fixed;
    width: 100%;
    height: 70px;
    background: #ffffffeb;
    display: flex;
    gap: 100px;
    z-index: 2;
    font-size: 20px;    
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-100%);
    right: 0;
  }
  
  #navfix .roundlogo{
    width: 40px;
  }
  #navfix a {
    position: relative;
    width: 150px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #8e487ab6;
    text-decoration: none;
    border-radius: 10px;
    height: 50px;
    align-content: center;   
  }
  #navfix a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
  }
  #navfix a:hover::after {
    width: 100%;
  }
  #navfix.visible {
    transform: translateY(0);
    opacity: 1;    
    right: 0;
  }
  #menunav{
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, white 50%, white 100%);
    display: grid;
    justify-items: center;
  }
#navmenu {
      display: flex;
      gap: 60px;
      z-index: 1;
      font-size: 20px;
      position: relative;
      justify-content: center;
      width: 90%;
    }
    #navmenu a {
      width: 200px;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      background: #8E487A;
      color: #ffffff;
      text-decoration: none;
      border-radius: 30px;
      height: 50px;
      align-content: center;
    }

.roundlogo{
    border-radius: 50%;
    width: 300px;
}
#monhistoire{
    background-color: #ffffff;
    padding: 5% 10%;
}
#monhistoire h2{
    font-size: 50px;
}
#monhistoire p{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    text-align: center;
}
#mesvaleurs{
    width: 100%;
}
ul{
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#presvaleurs{
    display: flex;
}
#lesvaleurs{
    width: 40%;
}
#titrevaleur{
    width: 50%;
    display: grid;
    place-content: center;
}
#titrevaleur div{
    display: grid;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #8E487A;
    color: white;
    place-content: center;
    text-align: center;
    font-size: 40px;
}
#lesvaleurs li,#lesprestations li{
    border-radius: 10px;
    background-color: #F2A676;
    display: block;
    padding: 5px;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
}
#phrasevaleur,#phraseprestation{
    text-align: center;
    font-size: 25px;
    padding: 0;
    margin: 50px;
}

#apport{
    background-color: #ffffff;
    padding: 5% 10%;
    display: grid;
    justify-items: center;
}
#apport h2{
    font-size: 50px;
    text-align: left;
}
#apport h3, #prestation h3{
    font-size: 35px;
    text-align: center;
    color: #6F6F6F;
    padding: 0 50px;
}
#blocapport{
    width: 80%;
    justify-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#blocapport span{
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    color: white;
    font-size: 25px;
    align-content: center;
    text-align: center;
    margin: 20px;
}
#titreprestation{
    display: grid;
    width: 100%;
    height: 300px;
    position: relative;

}
#prestation{
    display: grid;
    justify-items: center;
}
#prestation .rectangle{
    position: absolute;
    border-radius: 20px;
    background-color: #8E487A;
    width: 340px;
    height: 150px;  
    place-items: center;
    place-self: center;
    display: inline-flex;
    justify-content: center;    
    margin: 100px 0;
}
#prestation .rectangle div{
    align-content: center;
    display: block;
    border-radius: 50%;
    background-color: #8E487A;
    width: 270px;
    height: 270px;
    text-align: center;
    color: white;
}

#prestation .rectangle h2{        
    font-size: 50px;
}
#lesprestations{
    width: 50%;
    margin-bottom: 50px;
    display: grid;
    justify-items: center;
}
footer {
    color: white;
    background-color: #934B79;
    padding: 20px;
}
footer h3{
    font-size: 35px;
}

footer p{
    font-size: 25px;
}
footer a{
    text-decoration: none;
    color: white;
}
footer a span{
    text-decoration: underline;
}

footer #contact{
    width: 50%;
    display: grid;
    text-align: center;
    align-content : center;
}
footer .roundlogo{
    width: 150px;
}
footer #horaire{
    width: 50%;
    display: grid;
    justify-items: center;
    align-content : center;
}
span{    
    transition: transform 0.3s ease;
}
span:hover:not(#burgermenu span:hover){
    transform: translateY(-3px);
}
li{    
    transition: transform 0.3s ease;
}
li:hover{
    transform: translateY(-3px);
}
footer #mention p{
    text-align: end;
    font-size: 20px;
    margin: 0;
}
#burgermenu span {
    display: block;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
   #burgermenu {
    padding: 10px;
    background: #ffffffeb;
    z-index: 3;
    position: fixed;
    width: 46px;
    height: 41px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  
 @media (min-width: 1100px) {
    
    footer #contacthoraire{
        display: flex;
    }
 }
 @media (max-width: 1500px) {   
     #navfix{ 
      gap: 50px;
    }
  }
  @media (max-width: 1200px) {
    #navmenu {
      gap: 30px;
      width: 90%;
    }
     #navfix{ 
      gap: 30px;
    }
  }
 @media (max-width: 1100px) {
    h2,#apport h2{
         text-align: center;
    }
    #navfix{ 
      justify-content: left;
      align-items: center;
      gap: 50px;
      width: 200px;
      height: 100%;
      flex-flow: column;
      padding-top: 50px;
    }
    #navfix .losange2{
      width: 100px;
      height: 100px;
    }
    #navfix img.logo{
      width: 80px;
    }
    #navmenu{
      display: none;
    }
    #services{
      margin-top: 70px;
    }
    #burgermenu {      
      display: flex;
      right: 0;
    }
    footer div{
      width: 100%;
    }
    footer .contact{
      margin-top: 80px;
    }
    #demarche{
      padding: 60px 50px;
    }
    .about h3 {
        font-size: 40px;
        margin-left: 0;
        justify-self: center;
    }
    footer #contact,footer #horaire {
        width: 100%;
        text-align: center;
    }
    #blocapport {
        width: 100%;
    }
    #blocapport span {
        margin: 5px;
    }
    #presvaleurs {
        display: block;
        padding-top: 20px;
    }
    #presvaleurs,#titrevaleur,#lesvaleurs {
        width: 100%;    
        display: grid;
        justify-items: center;
    }
    #entete div {
        float :none;
        width: 100%;
    }
    #entete {
        height: auto;
        display: block;
        padding: 20px;
    }
    #textentete{    
        padding: 0;
    }
  }
  @media (max-width: 444px) {
    h2,#apport h2{
        font-size: 30px;
        text-align: center;
    }
    #textentete h1{    
        font-size: 40px;
    }
    h3, footer h3,#apport h3, #prestation h3{
        font-size: 20px;
    }
    #titreprestation {
        height: 200px;
    }
    #prestation .rectangle div {
        width: 150px;
        height: 150px;
    }
    #prestation .rectangle h2{
        font-size: 28px;
    }
    #prestation .rectangle {
        width: 200px;
        height: 100px;
        margin: 50px 0;
    }
    #apport h3, #prestation h3{
        padding: 0 25px;
    }
    .roundlogo {
        width: 150px;
    }
    #textentete p {
        font-size: 22px;
    }
    #titrevaleur div {
        width: 150px;
        height: 150px;
    }
    footer p {
        font-size: 15px;
    }
    footer #mention p {
        font-size: 14px;
    }
  }