body{
    width: 100%;
    color: #303030;
    box-sizing: border-box;
    font-family: 'Josefin Sans', Arial, Verdana;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
h3, h2{
    font-weight: bolder;
    font-family: 'Mogra', Verdana, Arial;
    letter-spacing: 0.3em;
}

/*############## HEADER BANDE GRISE ##########################################################*/


.header-gris{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;

    background-color: #303030;
}
.header-gris ul{
    font-size: 10px;
    letter-spacing: 1.4px;
    display:inline-flex;
    list-style-type:none;
}
.gauche{
    width: 90%;
    display: flex;
    flex-direction: row;
/*     background-color: green; */
}

.header-gris .gauche ul li {

}
.header-gris ul li {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color : white;
    width: 100%;
    transition: color 0.1s linear;
}
.header-gris ul li:hover{
    color: #ff4b08;
}


.droite{
    width: auto;
}
.facebook{
    width: 20px;
    height: 20px;
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: -60%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transition :  0.2s linear;
        -webkit-transition :  0.2s linear;
        -moz-transition :  0.2s linear;
        -o-transition :  0.2s linear;
}
.facebook:hover{
    border-radius: 50%;
        transform: scale(1.5);
        -webkit-box-shadow: 0 0 12px #ff4b08;
        -moz-box-shadow: 0 0 12px #ff4b08;
        -ms-box-shadow: 0 0 12px #ff4b08;
        box-shadow: 0 0  30px #ff4b08;}
.twitter{
    width: 20px;
    height: 20px;
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: -10%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);

        transition :  0.2s linear;
        -webkit-transition :  0.2s linear;
        -moz-transition :  0.2s linear;
        -o-transition :  0.2s linear;
}
.twitter:hover{
    border-radius: 50%;
        transform: scale(1.5);
        -webkit-box-shadow: 0 0 12px #ff4b08;
        -moz-box-shadow: 0 0 12px #ff4b08;
        -ms-box-shadow: 0 0 12px #ff4b08;
        box-shadow: 0 0  30px #ff4b08;
}
.nav-secondaire{
    width: 100%;
    background-color: #303030;
    display: flex;
    flex-direction: row;
    color: white;


}
#connexion-form , #inscription-form, #resa-form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    margin: 1% 0% 1% 0%;
    width: 100%;
    display: none;
}
form input{
    margin: auto;
    width: auto;
    height: 15px;
}
.nav-secondaire span{
    font-size: 10px;
}


input[type="text"], input[type="email"], input[type="password"], textarea, input[type="button"]{
    border : none;
        -webkit-border-radius :4px;
        -moz-border-radius : 4px;
        -ms-border-radius : 4px;
        border-radius: 4px;

    padding: 1px 15px;
    font-family: 'Josefin Sans', Arial;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 1;
/*############## BORDURE INTERIEURE ##############*/
        -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255,75,8,0.5);
        -moz-box-shadow: inset 0px 0px 15px 0px rgba(255,75,8,0.5);
        -ms-box-shadow: inset 0px 0px 15px 0px rgba(255,75,8,0.5);
        box-shadow: inset 0px 0px 15px 0px rgba(255,75,8,0.5);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, input[type="button"]:hover{
        -webkit-box-shadow: 0 0 12px #ff4b08;
        -moz-box-shadow: 0 0 12px #ff4b08;
        -ms-box-shadow: 0 0 12px #ff4b08;
        box-shadow: 0 0  30px #ff4b08;

}

/*################### BOUTON POUR LE SUBMIT ###################*/
 input[type="button"]{
    background-color: white;
}


/*##################### CROIX DE FERMETURE NAV SECONDAIRE ########################*/
.button{
    float:left;
    height: 35px;
    margin: 0 30px auto 0;
    position: relative;
    width: 35px;
    background-color: #ff4b08;

        -webkit-border-radius : 50%;
        -moz-border-radius : 50%;
        -ms-border-radius : 50%;
        border-radius: 50%;


        -webkit-box-shadow: 0 0 12px #ff4b08;
        -moz-box-shadow: 0 0 12px #ff4b08;
        -ms-box-shadow: 0 0 12px #ff4b08;
        box-shadow: 0 0  30px #ff4b08;



        transition : all 0.2s linear;
        -webkit-transition : all 0.2s linear;
        -moz-transition : all 0.2s linear;
        -o-transition : all 0.2s linear;
}

.button:after{
    color:white;
    content: "";
    display: block;
    font-size: 30px;
    height: 10px;
    text-decoration: none;
    text-shadow: 0px -2px 2px #303030, 1px 1px 1px white;
    position: absolute;
    width: 10px;
}
/* .tick:after{
    content: "✔";
    left:23px;
    top:16px;
    color: black;
} */
.cross:after{
    content: "✖";
    left: 14%;
    top: 17%;

}

.button:hover{
    background-color: white;
    color:#303030;
}

/* .tick:hover:after{
    color:#ff4b08;
    text-shadow: 0px -2px 2px #303030, 1px 1px 1px #ff4b08;
} */
.cross:hover:after{
    color:#ff4b08;
    text-shadow: 0px -2px 2px #303030, 1px 1px 1px #ff4b08;
}

/*############## HEADER BANDE ORANGE ###################################################*/
.header-orange{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ff4b08;
    padding: 1% 2%;
}
.logo-phrase{
    display: flex;
    background-color: #ff4b08;
    flex-direction: column;
}

.logo-phrase h2{
    font-size: 12px;
}


.header-orange ul{
    display:inline-flex;
    list-style-type:none;
}
.header-orange ul li{
    margin-left:30px;
}

.header-orange ul li a{
    display: block;
    width: 100%;
    font-family: 'Mogra', cursive;
    font-size: 15px;
    text-decoration: none;
    color :#303030;
    transition: color 0.2s linear;
}

.header-orange ul li a:hover{
    color: white;

}

.burger{
    display: none;
}














.header-menu{
  position: fixed;
  /*z-index: 100;*/
  /*top: 0;*/
  /*width: 100%;*/
}








body{
  background-color: yellow;
  height: 2000px;
}
.parallax-zoom-blur{
  overflow : hidden;
  /*padding-bottom: 55%;*/
}
@media (max-with : 500px) {
  /*header{padding-bottom: 50%;}
  img{top:500px;}*/
}
/*
@media (min-with : 700px) {
  header{padding-bottom: 45%;}
}*/
.parallax-zoom-blur, img{
  width: 100%;
  /*z-index: 1;*/
  /*max-width: none;*/
  /*position: absolute;*/
  /*top: 30px;*/
  /*left : 50%;*/
  /*-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/

}
.test{
  /*position:fixed;*/

}
