/*////////////////////////////// */
/* "Pour démarer un projet" ©Laurent */
/*////////////////////////////// */
*{
	box-sizing: border-box;
}
body{
	font-family: FontRegular;
}
img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p{
	line-height: 1.5;
}
a{
	text-decoration: none;
}
address{
    font-style: unset;
}
.block a{
	text-decoration: underline;
}

.boutonNJ{
    border:#FFF 0.15rem solid;
    background-color:#DBEA15;   
    border-radius: 1rem;
    width: 25%;
    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.boutonNJ:hover{
    background-color:#befcfd; 
    border:#28415B 0.15rem solid;
}

/*////////////////////////////// */
/* header */
/*////////////////////////////// */
.header_image_background{
    /* object-fit:cover;
    width: 100%;
    height: 100%;
    z-index: 4; */
}
.header_image_logo{
    /* border-radius: 0.5rem; */
    /* background-size:contain; */
    object-fit:contain;
}
.header_image_BoutonBurger{
    object-fit:contain;
    border-radius: 0.5rem;
    width: 5rem;
}

/* Navigation */
.site-nav-hide{

}
.site-nav{
	display: none;
    padding: 1rem;
    width: 100%;
    display: initial;
    z-index: 4;
}
.site-nav a{
    color: lightcyan;
    text-decoration: none;
}
.icon-nav-hide{
   border:#FFF 0.02rem solid; 
    border-radius: 0.5rem;
   
}
.icon-nav{
    width: 4rem;
    border:#FFF 0.02rem solid; 
    border-radius: 0.5rem;
    position: absolute;
    z-index: 2; 
}
.icon-nav:hover{
    border:#FFF 0.16rem solid; 
}
.main-menu{
    z-index: 1;
    background-color: #000;
    padding: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.5rem;
}
.main-menu a{
    font-size: 1rem;
}
.main-menu-hide{
    display: none; 
}

/*////////////////////////////// */
/* main */
/*////////////////////////////// */
.main{
    width: 80%;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;

}
.videoNJ{
    margin-top: 2rem;
    margin-bottom: 5rem;
    width: 100%;
    height: 500px;
}
.imageArrondie{
    border-radius: 2rem;
} 
/* Bloc contenu */
.image_Habillage_Legume{

}

.image_presentation_festival{
    object-fit: contain;
    width: 100%;
    height: auto;
}

.image_galerie{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.information_chaude{
background-color: #DD1F1F;
border: .2rem #B2F747;
border-style: dashed;
border-radius: .5rem;
animation-name: clignote;
animation-duration: 120s;
}

.information_chaude:hover{
    transform: rotate(370deg);
  
}
/*////////////////////////////// */
/* formulaire */
/*////////////////////////////// */

.form {
    /* Uniquement centrer le formulaire sur la page */
    margin: 0 auto;
    max-width: 1000px;
}

form div + div {
    margin-top: 1em;
    max-width: 1000px;
}

.inputNJ, textarea {
    /* Pour s'assurer que tous les champs texte ont la même police.
       Par défaut, les textarea ont une police monospace */
    /* font-family: 'Nicolas_h3'; */
    width: 100%;
    padding: .5rem;
    box-sizing: border-box;
    border: 0;
    border: 1px solid #B2F350;
}

.inputNJ:focus, textarea:focus {
    /* Pour souligner légèrement les éléments actifs */
    border: .2rem solid #4F5074
}
  
textarea {
    vertical-align: center;
    /* Pour donner assez de place pour écrire du texte */
    height: 10rem;
}

.buttom_Newsletter{
    background-color:#BEFCFD;
}
.buttom_Newsletter:hover{
    background-color:#B2F350;
}
#button_Newsletter {
    text-align: center;
}

 

/* ____________________________*/
/* ____________________________*/
/* Points de rupture*/
/* ____________________________*/
/* ____________________________*/
@media only screen and (max-width: 1680px){
    .icon-nav{
        width: 3.5rem;
       
    }
}
@media only screen and (max-width: 1500px){
    .icon-nav{
        width: 3.25rem;
    }
}


@media only screen and (max-width: 1070px){
    .icon-nav{
        width: 3rem;
    }
    .image_logo{
        max-width: 10rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .main{
        width: 95%;
    }
    .imageArrondie{
        border-radius: 0.5rem;
    }
}
@media only screen and (max-width: 1024px){
    .icon-nav{
       
    }

    .image_presentation_festival{
        width: 80%;
    }
}
@media only screen and (max-width: 768px){
    .icon-nav{
        width: 2.5rem;
    }
}
@media only screen and (max-width: 575px){
    .icon-nav{
        width: 2.25rem;
    }
    .boutonNJ{
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media only screen and (max-width: 375px){
    .icon-nav{
        width: 2rem;
        border-radius: .2rem;
    }
    .formulaire_texte_case_a_cocher{
        font-size: 1.17rem;
    }
}
@media only screen and (max-width: 320px){
    .icon-nav{
        width: 1.75rem;
        border-radius: .1rem;
    }
    .headerNJ{
        height: 1vh;
    }

    .image_logo{
        max-width: 10rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .main{
        width: 95%;
    }
    .imageArrondie{
        border-radius: 0.25rem;
    }

}