* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Instrument Sans", sans-serif;
}
body a:hover{
    color: #DDA947;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.3rem;
}

header{
    display: flex;
    align-items: center;
    /* position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(250, 249, 247, 0.94);
    backdrop-filter: blur(10px); */
}


header img{
    justify-content: flex start;
    padding: 0 0 0 1.5rem;
    /* width: 18%; */
    width: 18%;
}

.MiseEnPageHeader{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: -0.65rem;
    
}

nav{
    display: flex;
    gap: 2.8rem;
    align-items: center;
    padding: 0.5rem 8rem 0.5rem 0;
    /* font-size: 1.3rem; */
    /* font-size: 18px; */
    font-size: 15px;

}

nav a{
    text-decoration: none;
    color: black;
}
.boutonContact, #Services .Reservationbtn{
    padding: 0.5rem 0.8rem;
    background-color: #DDA947;
    border-radius: 1rem;
}
#Services .Reservationbtn{
    color: white;
    text-decoration: none;
}

#Services .Reservationbtn:hover{
    text-decoration: underline;
}

#reservation{
    margin-bottom: 1.5rem;
}
.boutonContact:hover, .Reservationbtn:hover{
    color: white;
}

h1{
    /* font-size: 105px; */
    font-size: 90px;
    color: #DDA947;
    font-family: "Hurricane", cursive;
    /* margin-top: 0.5rem; */
    align-items: center;
    font-weight: 500;
    letter-spacing: 20%;
    padding-right: 10rem;
    padding-top: 1rem;
}

.hr_gold{ /*grande séparation dorée*/
    border: none;
    height: 2px;
    width: 100%;
    background-color: #DDA947;
    opacity: 0.7;

}
main{
    display: flex;
    flex-direction: row;
    align-items:flex-end;
    gap: 10rem;
    padding: 3rem 8rem;
}
.description{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 2rem;
    width: 50%;
}
.description p{
    font-size: 20px;
}
.doree{
    color: #DDA947;
    font-size: 20px;
    font-weight:lighter;
    margin-bottom: -1rem;
}
h2{
    font-size: 80px;
    font-weight: 600;
}
h3{
    font-size: 50px;
    font-weight: lighter;
    color: #DDA947;
    margin-top: -1rem;
}
.ctaMain{
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    margin-top: 1rem;
}
.ctaMain a{
    text-decoration: none;
    padding: 1rem 0.5rem;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
}
.ctaMain a:first-child{
    background-color: #DDA947;
    color: white;
}
.ctaMain a:last-child{
    background-color: hsla(0, 0%, 79%, 0.318);
    color: #DDA947;
}
main img{
    width: 40%;
    border-radius: 1rem;
}
h4{
    font-size: 40px;
    font-family: "Gabriela", serif;
    text-align: center;
    color: #DDA947;
    font-weight: normal;
    padding: 2rem 0 2.5rem 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.3rem;
}
#Services, #A_propos{
    text-align: center;
    /* margin: 0 15rem; */
    width: 70%;
    margin: 0 auto;
    line-height: 2.5rem;
    font-size: 20px;
}
#Services a{
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.3rem;
    color: #DDA947;

}
#Services strong{
    color: #DDA947;
    font-weight: normal;
}
#Services p{
    padding-bottom: 2rem;
}

.imgEvenement{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 2rem;
    justify-content: center;
    align-items: space-between;
    padding-bottom: 4rem;
}
.imgEvenement img{
    width: 20%;
    border-radius: 1rem;
}

#Evenements p{
    text-align: center;
    font-size: 20px;
    padding-bottom: 3rem;
}
#Evenements p:last-child{
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}
.A_venir img{
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 1rem;
    width: 30%;
}
.insta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.insta p{
    margin: 1rem 0 -1rem 0;
    font-style: italic;
}
.insta a{
    color: #DDA947;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.3rem;
}
.insta img{
    padding-bottom: 2rem;
}
#A_propos{
    text-align: left;
    line-height: 2rem;


}
.couleurDoree{
    color: #DDA947;
    font-weight: 500;
   
}
.center{
    font-weight: 550;
    text-align: center;
    padding: 1.5rem;
}
.center .couleurDoree{
    font-weight: 550;
}
#contact{
    background-color: #F1EEE8;
    padding-bottom: 5rem;
}

/* formulaire */
.MiseEnPageFormulaire{
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;

}
.notice{
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
}
h5{
    font-size: 25px;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.formulaire{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0rem;
    background-color: white;
    border-radius: 1rem;
    width: 40%;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1.2rem;
}

.form-row label {
  font-size: 16px;
  font-weight: 500;
  margin: 1rem 0 0 4rem;
}

.form-row input,
.form-row textarea,
.form-row select {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #c9c9c951;
    width: 70%;
    margin: 0 auto;
}
#btnEnvoyer{
    display: block;
    padding: 0.5rem 0.8rem;
    background-color: #DDA947;
    border-radius: 0.5rem;
    width: 70%;
    border: 1px solid #c9c9c951;
    margin: 2rem auto 0 auto;
    color: white;
    font-size: 15px;
    
}
#btnEnvoyer:hover{
    color: #DDA947;
    background-color: #c9c9c951;
    border: 1px solid #DDA947;
    box-shadow: 0 0 5px rgba(221, 169, 71, 0.5);

}
.form-row input:hover,
.form-row textarea:hover,
.form-row select:hover {
    outline: none;
    border-color: #DDA947;
    box-shadow: 0 0 5px rgba(221, 169, 71, 0.5);
}


footer{
    padding: 1rem 5rem 2rem 5rem;
}
footer p{
    text-align: center;
    padding-top: 2rem;
    font-size: 15px;
}
footer a{
    font-size: 12px;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}
.vertical{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h6{
    color: #DDA947;
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.etiquette2, .etiquette3{
    background-color: #c9c9c951;
    border-radius: 1rem;

}
.etiquette2 h6, .etiquette3 h6{
    padding: 0.5rem;
    background-color: rgba(251, 209, 152, 48);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.etiquette2 p, .etiquette3 p{
    padding: 1rem;
    width: 300px;
    text-align: center;
    line-height: 1.8rem;
    font-size: 15px;
}
.etiquettefooter{
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}
.etiquette1 img{
    display: flex;
    /* align-self: start; */
    width: 180px;
}
.etiquette2 a{
    font-size: 15px;
}


/*RESPONSIVE*/

@media (max-width: 1250px) {
    header img{
        width: 25%;
    }
    main{
        padding: 2rem 1rem;
    }

    .ctaMain a{
        font-size: 15px;
        padding: 0.5rem;
        align-content: center;
        width: 80%;
    }
}


@media (max-width: 1024px){
    h1{
        font-size: 60px;
        padding-right: 5rem;
    }
    nav{
        padding: 0.5rem;
        font-size: 13px;
        gap: 2rem;
    }
    header img{
        padding: 0 0 0 1.8rem;
        width: 25%;
    }
    .MiseEnPageHeader{
        margin-left: 0;
    }
    .hr_gold{
        margin-left: -0.5rem;
    }
    main{
        padding: 2rem 1rem;
        gap: 1rem;
        justify-content: center;
    }
    .description{
        /* gap: 1rem; */
        width: 60%;

    }
    .description p{
        font-size: 20px;
    }
    .doree{
        font-size: 20px;
        margin-bottom: 0;
    }
    h2{
        font-size: 48px;
        margin-top: -1rem;
    }
    h3{
        font-size: 25px;
    }
    
    .ctaMain a{
        font-size: 15px;
        padding: 0.5rem;
        align-content: center;
        width: 50%;
    }
    
    main img{
        width: 35%;
    }
    h4{
        font-size: 25px;
        padding: 1.8rem 0;
    }
    #Services, #A_propos{
        font-size: 15px;
        line-height: 1.8rem;
    }
    .imgEvenement img{
        width: 30%;
    }
    #Evenements p{
        font-size: 15px;
        padding-bottom: 1.8rem;
    }
    #Evenements p:last-child{
        font-size: 12px;
    }
    .A_venir img{
        width: 35%;
        margin-bottom: 1.5rem;
    }
    #A_propos{
        line-height: 1.8rem;
    }
    /*formulaire*/
    .MiseEnPageFormulaire{
        gap: 1.5rem;
    }
    .notice{
        padding: 1.5rem;
        font-size: 15px;
    }
    h5{
        font-size: 20px;
    }
    .formulaire{
        width: 50%;
        padding: 0.5rem 0;
    }
    .form-row{
        margin-bottom: 0.5rem;
    }
    .form-row label{
        margin: 1rem;
    }
    .form-row input,
    .form-row textarea,
    .form-row select{
        width: 80%;
    }
    #btnEnvoyer{
        width: 80%;
        margin: 1rem auto;
    }
    footer{
        padding: 1rem 3rem 2rem 3rem;
    }
    .footer{
        gap: 1.5rem;
    }
    .h6{
        font-size: 1.2rem;
        padding-bottom: 0.5rem;
    }
    .etiquette2 p, .etiquette3 p{
        width: 250px;
        line-height: 1.3rem;
    }
    .etiquettefooter{
        gap: 1.5rem;
    }
}


@media (max-width: 768px){
    
    
    h1{
        font-size: 45px;
        margin-top: 0.25rem;
        /* justify-items: center; */
        padding-right: 0;
    }
    nav{
        padding: 0.5rem;
        font-size: 13.5px;
        gap: 1rem;
    }
    header img{
        padding: 0 0 0 0.3rem;
        width: 28%
    }
    
    main{
        padding: 2rem 1rem;
        gap: 1rem;
        justify-content: center;
    }
    .description{
        gap: 1rem;
        width: 100%;
        padding-top: 0rem;

    }
    .description p{
        font-size: 16px;
    }
    .doree{
        font-size: 16px;
        margin-bottom: 0;
    }
    h2{
        font-size: 35px;
        margin-top: -0.5rem;
    }
    h3{
        font-size: 25px;
    }
    
    .ctaMain a{
        font-size: 16px;
        padding: 0.5rem;
        align-content: center;
        width: 50%;
    }

    main{
        flex-direction: column;
        align-items: center;
        padding: 2rem 3rem;
        gap: 1rem;
        width: 100%;
    }
    main img{
        width: 40%;
    }

    
    .MiseEnPageFormulaire{
        flex-direction: column;
    }
    .formulaire{
        width: 80%;
    }
    footer{
        padding: 0.5rem 2.5rem 1rem 2.5rem;
    }
    .etiquettefooter{
        flex-direction: column;
    }

    .imgEvenement{
        flex-direction: column;
        justify-content: center; 
        align-items: center; 
        gap: 1rem;   
    }
    .imgEvenement img {
        width: 45%;
    }
    .A_venir img{
        width: 55%;
    }

    .liste{
        display: flex;
        flex-direction: column;
        gap: 5vh;
        font-size: 15px;
    }
    .detailslocation p{
        margin-bottom: -8vh;
    }
    .separation{
        margin-top: -1.5rem;
    }
    table{
        width: 80%;
    }
   
}



@media (max-width: 480px){

    .hr_gold{
        height: 1px;
    }
     h1{
        font-size: 25px;
        padding-right: 1rem;
        padding-top: 0.5rem;
    }
    nav{
        padding: 0.5rem;
        font-size: 11px;
        gap: 0.8rem;
    }
    .boutonContact{
    padding: 0.3rem 0.3rem;
    border-radius: 0.8rem;
}
    header img{
        padding: 0 0 0 0.5rem;
        width: 25%
    }
    .MiseEnPageHeader{
        margin-left: 0.15rem;
    }
    
    
     
    .description p{
        font-size: 15px;
    }
    .doree{
        font-size: 15px;
        margin-bottom: 0;
    }
    h2{
        font-size:28px;
        margin-top: -0.8rem;
    }
    h3{
        font-size: 18px;
    }
    #Services{
        width: 85%;
    }
    #Evenements{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .ctaMain a{
        font-size: 14px;
        padding: 0.2rem;
        align-content: center;
        width: 100%;
    }
    h4{
        font-size: 19.5px;
        padding: 1.5rem 0 1rem 0;
        text-decoration-thickness: 0.5px;
        text-underline-offset: 0.2rem;


    }
    main img{
        width: 60%;
    }
    #Services, #A_propos{
        font-size: 15px;
        line-height: 1.4rem;
    }
    #Services a{
        text-decoration-thickness: 0.5px;
        text-underline-offset: 0.2rem;

    }
    #A_propos{
        width: 85%;
    }
    #Evenements p{
        font-size: 15px;
        line-height: 1.4rem;

    }
    .imgEvenement{
        padding-bottom: 1.5rem;
    }
    
    .insta a{
        text-decoration-thickness: 0.5px;
        text-underline-offset: 0.2rem;

    }
    main{
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1rem;
        gap: 1rem;
        width: 100%;
    }

    
    .MiseEnPageFormulaire{
        flex-direction: column;
    }
    .formulaire{
        width: 85%;
    }
    .footer{
        flex-direction: column;
    }
    
    footer{
        padding: 0.5rem;
    }
    .etiquettefooter{
        flex-direction: column;
    }
    h5{
        font-size: 15px;
    }
    .notice{
        font-size: 14.5px;
    }
    .form-row label{
        font-size: 14.5px;
        margin: 0.5rem;
    }
    .form-row input,
    .form-row textarea,
    .form-row select{
        font-size: 15px;
    }
    #btnEnvoyer{
        font-size: 14px;
    }
    footer p{
        font-size: 14.5px;
    }
    .etiquette2 h6, .etiquette3 h6{
        font-size: 14px;
    }
    .etiquette2 p, .etiquette3 p{
        font-size: 13.5px;
        width: 180px;
        padding: 0.5rem;
    }
    .etiquette2 a{
        font-size: 13.5px;
    }
    
    .etiquette1 img{
        width: 120px;
    }
    footer a{
        font-size: 13.5px;
    }
    .imgEvenement{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .imgEvenement img{
        width: 50%;
    }
    .A_venir img{
        width: 60%;
    }

    .liste{
        display: flex;
        flex-direction: column;
        gap: 5vh;
        font-size: 15px;
    }
    .detailslocation p{
        margin-bottom: -8vh;
    }
    .separation{
        margin-top: -1.5rem;
    }
    table{
        width: 80%;
    }
    
}