/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30 juin 2017, 21:32:41
    Author     : celin
*/




/*##################### FONT ###########################################################*/

/* latin-ext */
@font-face {
    font-family: 'Mogra';
    font-style: normal;
    font-weight: 400;
    src: local('Mogra Regular'), local('Mogra-Regular'), url(https://fonts.gstatic.com/s/mogra/v3/5Nlgx-j0EvktoNBNQhWk2Q.woff2) format('woff2');

}
/* latin */
@font-face {
    font-family: 'Mogra';
    font-style: normal;
    font-weight: 400;
    src: local('Mogra Regular'), local('Mogra-Regular'), url(https://fonts.gstatic.com/s/mogra/v3/iNadxienda3-9Z6rMIyYGg.woff2) format('woff2');

}




/* latin-ext */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5j0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');

}
/* latin */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');

}


img{
    width: 100%;
}
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;
}

.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;
}
.cross:after{
    content: "✖";
    left: 14%;
    top: 17%;

}

.button:hover{
    background-color: white;
    color:#303030;
}
.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;
}



/*############### IMAGE PRESENTATION #############################################*/
 .parallax-zoom-blur{
  overflow : hidden;
}
 /*@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%;

}


/*################### MEDIA QUERY #####################################################*/
@media screen and (max-width:800px){
    html{
        max-width: 100%;
    }
    body{
        width: 100%;
        font-size: 17px;
        box-sizing: border-box;
        letter-spacing: 0.1rem;
    }
    img{
        max-width: 100%;
    }


    /* ### HEADER BANDE GRISE ##############################################################*/
    .header-gris{
        width: 100%;
        flex-direction: row;
    }
    .gauche{
        flex-direction: column;
        width: 60%;
    }
     .header-gris ul li{
     font-size: 14px;
     text-align: left;

      }
    .droite{
        flex-direction: row;

    }
    .droite .icons{
        width: 25px;
    }
    .nav-secondaire{
        width: 100%;
    }
    #connexion-form, #inscription-form, #resa-form{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    display: none;
    }
    .connexion-croix, .inscription-croix, .resa-croix{
    background-color: #ff4b08;
    margin: 10% auto;

}
    form input{
        width: 100%;
        font-size: 1rem;
    }
  form input{

        margin: 4% auto;
    }
 .nav-secondaire span{
    font-size: 16px;
}


    /*### HEADER BANDE ORANGE ################################################################*/
    .header-orange{
       display: flex;
       flex-direction: column;
   }
    .titre-burger{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .header-orange .logo-phrase{
        width: 60%;
        margin-top: 5%;
        margin-left: 5%;
    }
    .header-orange h2{
        font-size: 10px;
    }
    .header-orange #menu{
        display: none;
    }

    .header-orange .menu ul{
        display: block;
    }
    .header-orange .menu ul li{
        margin-top: 15%;
    }
    .header-orange .menu ul li a{
        width: 100%;

    }
    .burger{
        display: block;
        margin: auto;
        cursor: pointer;

    }
    .barre-burger{
        width: 45px;
        height: 5px;
        border-radius: 20%;
        background-color: black;
        margin-top: 15%;
    }

}
