@import url('https://fonts.googleapis.com/css2?family=Kalnia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500;700&display=swap');
body{
    font-family: "work-sans", sans-serif;

}

a{
    font-size: 20px;
}

.checkbox{
    display: none;
}

.logo{
    height: 100px;
   margin-top: auto;
   margin-bottom: auto;
}

.links{
    display: none;
}

.logobody{
    background-color: #F4F2EF;
    height: 200px;
    padding: 45px;
}

header{
    background-color: #F4F2EF;
  
}

 h1{
    color: #E5C4AE;
    font-weight: 700;
}



.tarif{
    display: none;
}

.color{
    color: #E5C4AE;
    font-family: 'Kalnia', serif;

}

form {
    background-color: #E5C4AE;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /*ombre au formulaire*/
    width: 90%;
    height: 80%;
}

.label{
    padding: 24px;
}

label {
    display: block;
    color: white;
    font-size: 18px;
}

input {
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form{
    width: calc(100% - 16px); /* Ajuster la largeur en fonction de la marge */

}

button {
    background-color: #E5C4AE;
    color: white;
    padding: 10px 15px;
    border: solid 2px white;
    border-radius: 4px;
    cursor: pointer; /* Curseur pointeur pour indiquer un élément interactif */
    height: 50px;
    width: 180px;
    font-size: 18px;
}

button:hover /*lorsqu'on passe sur le bouton*/{
    background-color: white;
    color: #E5C4AE;
    border: solid 2px #E5C4AE;

}

.checkbox-group {
    margin-top: 20px;
    background-color: #E5C4AE;
}

.checkbox-group label {
    display: block;
    margin-bottom: 8px;
}


footer > p {
    color: white;
}


.textfooter {
    margin-left: 100px;

}

.img {
    height: 40px;
    display: flex;
    flex-direction: column;
    margin: 12px;
}

.icon {
    margin-top: -160px;
}

.title {
    font-family: 'Kalnia', serif;
    font-size: 30px;
    font-style: normal;
 
}

#source{
    background-color: #E5C4AE;
    color: white;
    padding: 6px;
    margin-top: -5px;
    font-size: 17px;
    text-align: center;
}

.footer{
    display: flex;
    flex-direction: column;
    background-color:#E5C4AE ;
    color: white;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    margin-top: 40px;
    justify-content: space-between; /* espacement pour avoir 2 éléments à chaque extrémité*/
}

footer{
    display: none;
}

nav.color2{
    display: flex;
    flex-direction: column;
    margin-right: 86px;
}

.checkbox{
    display: none;
}

nav.burger.show{
    margin-top: 108px;
}

#menu-icon {
    color: #fff;
    cursor: pointer; /* Curseur pointeur pour indiquer un élément interactif */
    padding: 15px;
    position: absolute; /* Positionnement absolu, dépasse tout */
    top: 40px;
    left: 310px;
    z-index: 4; /* 4 pour ajuster la profondeur d'empilement */
    border-radius: 8px; /*arrondir les bords*/
}

#menu-icon span {
    display: block;
    height: 5px;
    width: 35px;
    margin: 5px;
    background-color:#E5C4AE;
    transition: 0.4s; /* Transition de 0.4s pour des changements en douceur */
}

#menu-toggle:checked+#menu-icon span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 0);/* Rotation -45 degrés et translation horizontale de -5px */
}

#menu-toggle:checked+#menu-icon span:nth-child(2) {
    opacity: 0; /*pas d'opacité*/
}

.burger{
    display: block;
}

#menu-icon {
    display: none;
    cursor: pointer; /* Curseur pointeur pour indiquer un élément interactif */
}

.color2{
    background-color:#E5C4AE;
}

.color2 :hover{
    background-color:#E5C4AE;
}

nav{
    display: flex;
    justify-content: space-between; /* espacement pour avoir 2 éléments à chaque extrémité*/
    padding: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 0 10px;
    width: 100%;
    text-align: center;
    margin: 20px;
}

.burger {
    flex-direction: column;
    align-items: center;
    display: none;
    position: absolute; /*Par dessus tout*/
    width: 88%;
    z-index: 1; /*  1 pour ajuster la profondeur d'empilement */
}

nav.show {
    display: flex;
    background-color:rgba(116, 76, 52, 0.7);
}

#menu-icon {
    display: block;
}

/* Styles pour les ordinateurs  */
@media (min-width: 768px) {
    nav a{
        margin: 5px;
    }
    .checkbox-group{
        background-color: transparent;
    }
    nav.show {
        display: none;
    }
    #menu-icon{
        display: none;
    }
    .burger{
        display: none;
    }
    .footermobile{
        display: none;
    }
    footer{
        display: block;
    }
    .logobody{
        padding: 40px;
        margin-left: 36%;
    }
    .logocenter{
        background-color: #F4F2EF;
        width: 100%;
        height: 300px;
        

    }
    .links{
        display: block;
    }
    .tarif{
        display: block;
    }

   header{
    display: block;
    background-color: #F4F2EF;
    padding-right: 0px;
    display: flex;
    justify-content: space-between; /* espacement pour avoir 2 éléments à chaque extrémité*/

}

a{
    text-decoration: none;
    font-weight: 500;
    margin: 20px;
    color:#E5C4AE;
}
.links{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 40px;
}

.footerdesktop{
    display: block;
}
footer{
    display: flex;
    flex-direction: column;
    background-color:#E5C4AE ;
    color: white;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    margin-top: 30px;
}

.textfooter{
    margin-left: 174px;
    color: white;

}
.img{
    height: 40px;
    display: flex;
    flex-direction: column;
    margin: 16px;
    
}
.icon{
    margin-right: -354px;
    margin-top: 76px;

}
#title{
    font-weight: 700;
    font-size: 30px;
    font-style: normal;
    margin-left: 20px;
}
.logofooter{
    height: 220px;
    width: 200px;
    margin-top: 30px;
}
.foot{
    display: flex;
    justify-content: space-between; /* espacement pour avoir 2 éléments à chaque extrémité*/
}
.link{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 60px;
    margin-top: -32px;
    
}
.link > a {
    color: white;
}
.links > a{
    color:#E5C4AE;
}
.container {
    display: flex;
    justify-content: space-between;
}

.left-column,
.right-column {
    width: 48%; /* Chaque colonne occupe 48% de la largeur */
}

form {
    background-color: #E5C4AE;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 200%;
    height: 80%;
    margin-bottom: 10%;
}

label {
    display: block;
    margin-bottom: 20px;
    color: white;
    font-size: 22px;
}

input {
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form{
    width: calc(100% - 16px); /* Ajuster la largeur en fonction de la marge */

}



button {
    background-color: #E5C4AE;
    color: white;
    padding: 10px 15px;
    border: solid 2px white;
    border-radius: 4px;
    cursor: pointer; /* Curseur pointeur pour indiquer un élément interactif */
    height: 50px;
    width: 180px;
    font-size: 20px;
    margin-bottom:40px;
}

button:hover {
    background-color: white;
    color: #E5C4AE;
    border: solid 2px #E5C4AE;

}

.checkbox-group {
    margin-top: 50px;
}

.checkbox-group label {
    display: block;
    margin-bottom: 8px;
}
.label{
    width: 40%;
}
}