@media screen and (max-width: 800px){
    
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, footer {
    color: #002C84;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.76rem;
}
.header {
    display: flex;
    gap: /*3vw;*/ 2vw;
    background-color: #8ac6ff68;
    align-items: center;
    /*justify-content: space-evenly;*/
    justify-content: space-evenly;
}
#logo{
    width: 12%;
    height: auto;
    margin-left: 2%;
}
.navList{
    display: flex;
    justify-content: space-around;
    list-style: none;
    gap: 3vw;
    font-size: 0.66rem;
    align-items: center;
    
}
nav{
    margin-right: 1.5%;
}
nav a, footer a{
    color:#002C84;
}
#banniere {
    width: 100%;
    height: auto;
    opacity: 90%;
    object-fit: cover;
    margin-top: 1rem;
}
h1 {
    text-align: center;
    /* margin: 1.5rem auto; */
    margin: 1.5rem 1rem 1.5rem 1rem;
    font-size: 1rem;
    text-decoration: underline;
}
.description {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    line-height: 1.5rem;
    text-align: left;
}


.NosServices{
    margin: 0% 3% 0% 3%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5rem;
    justify-content: center;
}
h2 {
    margin: 0% 8% 0.5% 8%;
    font-size: 0.85rem;
    text-decoration: underline;
    /* display: flex; */
    /* align-self: flex-start; */
}
.ListServiceItalic {
    margin-left: 5%;
    /*font-size: small;*/
    font-style: italic;
    font-size: 0.7rem;
    
}
ul li{
    list-style: none;
}
#ImageStock {
    /* justify-content: center; */
    width: 35%;
    height: auto;
    margin: 0 auto;
    /* display: block; */
    margin-top: 10%;
    align-items: center;
    /* justify-content: center; */
}
.DescriptionFilmage {
    margin: 5% 5% 10% 5%;
}
h3 {
    margin-bottom: 8%;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 10%;
}
.filmage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
    line-height: 1.5rem;
}
#paletteFilme {
    width: 35%;
    height: auto;
    /* margin: 0 auto; */
    /* display: block; */
    /* margin-bottom: 10%; */
}
.footer {
    background-color: #89c6ff68;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.7rem;
}
.mentions a {
    line-height: 1.2rem;
    text-decoration: none;
}



/*style liens*/
a:hover{
    color: rgb(0, 0, 255);
}

a:active{
    color: rgb(255, 0, 0);
}
/*____________________________________________________________________________________________________________________________*/


/*____________________________________________________PAGE CONTACT_______________________________________________________________*/

.PageContact, .PageContact2, .PageContact p{
    text-align: center;
    line-height: 1.3rem;
    margin: 2% ;
}
.PageContact2{
    margin-bottom: 10%;
}

.map{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 5vh;
    margin-bottom: 5vh; */
    margin: 5vh 2vw 5vh 2vw;
}
/*________________________________________________FIN_PAGE_CONTACT_______________________________________________________________*/

/*_________________________________________________PAGE RAJOINDRE________________________________________________________________*/
.Rejoindre {
    text-align: left;
    line-height: 1.5rem;
    margin: 5%;
}
/* .rejoindreh1{
    margin-top: 4vh;

} */

#button, #buttonContact{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.button{
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #89c6ff68;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #001235;
    color: #001235;
}
fieldset, .formContact {
    border: 0.15rem solid #89C6FF;
    border-radius: 2rem;
    border-style: groove;
    margin: auto;
    max-width: 400px; 
}
form{
    margin-top: 8%;
    margin-bottom: 10%; 
}
textarea{
    width: 255px;
    height: 100px;
    border: 1px solid #002C84;

}


legend{
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2.5vh;
}
.formGroup{
    margin: 0.3rem;
    display: flex;
    align-items: center;
    margin-right: 4vw;/*jouer le dessus 4vw*/
}

label {
    width: 5rem;   /* environ 8 caractères de large, adaptable */
    margin-left: 4vw;/*4vw*/
    font-weight: bold;
}
input{
    flex: 1;               /* les inputs prennent tout l’espace restant */
    padding: 5px;
    border: 1px solid #002C84;

}
.pjInput{
    font-size: 0.5rem;
    font-weight: bold;
    margin-top: 2vh;
    border: none;
}
.labelPJ{
    margin-left: 4.5vw;
}
input:hover{
    color: rgb(255, 0, 0);
}

/*-------------------------------------------------MENTIONS LEGALES----------------------------------------------------------*/

.h1mention{
    text-decoration:none;
}
.mention{
    margin: 5% 5% 10% 5%;
    line-height: 1.2rem;

}
.rouge{
    color: rgb(255, 0, 0);
    text-decoration:underline;
    background-color: yellow;
}
.mention h4{
    color: rgb(193, 0, 0);
    margin: 1.5rem 0rem 0.5rem 0rem;
    font-size: 0.85rem;
    text-decoration: underline;
}
/*-------------------------------------------------REMERCIEMENT------------------------------*/
.remerciement{
    margin: 4% 8% 4% 8%;
    padding: 1rem 0rem 2rem 0rem;
    border: 2px solid #89C6FF;
    border-radius: 2rem ;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.remerciement h1{
    text-align: center;
    text-decoration: none;
}
.remerciement a:hover{
    font-size: 0.8rem;

}
.remerciement a{
    font-size: 0.8rem;
    color: #001235;
    text-decoration: none;
}
#boutonMerci{
    display: block;
    margin: 0 auto;
    background-color: #89c6ff68;
    padding: 0.25rem;
    border-radius: 0.25rem;
    border: 0.8px solid #001235;
}
.merci{
    text-align: center;
    margin: 2rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
}
#messageEnvoye{
    width: 30%;
    height: auto;
   
}