*{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    list-style-type:none;
    /* evite l'effet gras quand la police en en blanc */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    osx-font-smoothing: grayscale;
}


body{
    background: url(images/fond1.jpg) center fixed;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    width: 100%;
    min-height: auto;
    overflow:hidden;
    /*    cursor: url("images/cursor.png"), pointer;*/
}


.loader{
	background-color: #ffffff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#logoloader{
    position:absolute;
    top:50%;
    margin-top:-100px;
    width:100%;
    height:200px;
}


/*BOUTONS MOBILE*/

#bouton-menu-mobile-ouvert{
    width:60px;
    height:60px;
    display:none;
}

#bouton-menu-mobile-ferme{
    width:60px;
    height:60px;
    display:none;
}

#bouton-menu-mobile-ouvert:hover{
    cursor:pointer
}

#bouton-menu-mobile-ferme:hover{
    cursor:pointer
}




/*BACKGROUNDS*/

#section-photos-accueil{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100%;
    background-color:white;
    z-index:-900;
}

#filtre-opacity{
    background-color: rgba(0,0,0,0.7);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index:2999;
    display:none;
}

.photos-accueil{
    position: absolute;
    width:100%;
    height:100%;
}


#photo1{
    background:url(images/fond1.jpg)center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    z-index:400;
}
#photo2{
    background:url(images/fond2.jpg)center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    z-index:300;
}
#photo3{
    background:url(images/fond3.jpg)center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    z-index:200;
}


/*BORDURES*/

.bordures{
	background: white;
	position: fixed;
    z-index:7888;
}

#bord-left, #bord-right{
    top: 0; 
    bottom: 0;
    width: 25px;
}

#bord-left{ 
    left: 0; 
}

#bord-right{ 
    right: 0; 
}

#bord-top, #bord-bottom {
    left: 0; 
    right: 0;
    height: 25px;
}

#bord-top{ 
    top: 0; 
}

#bord-bottom{ 
    bottom: 0; 
}


/*MENU*/

#menu-container{
    background: url(images/fond-menu.png) center top no-repeat;
    background-size:100% 120px;
    -webkit-background-size:100% 120px;
    -moz-background-size:100% 120px;
    position: fixed;
    top:0;
    left:0;
    z-index:9989;
    width:100%;
    height:180px;
    text-align: center;
    margin-top:-180px;
}

#menu-texte,#reseaux-wrapper{
    display: inline-block;
    vertical-align:middle;
    margin-top:11px;
}

#menu-texte a{
    color:white;
    font-size:16px;
    margin-right:19px;
    margin-left:19px;
    font-family: 'Roboto Slab', serif;
    transition: color 0.3s ease;
}

#menu-texte a:hover{
    cursor:pointer;
    color:#59d370;
}

#reseaux-wrapper{
    width:90px;
    text-align:center;
    position:relative;
    left:3%;
}

.icones-reseau{
    width:25px;
    height:25px;
    margin-left:7px;
    opacity:1;
    transition: opacity 0.3s ease;
}

.icones-reseau:hover{
    opacity:0.5;
    cursor:pointer;
}


/*BLOC TEXTE*/
#text-container{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-left:7%;
    width:23%;
    padding: 10px;
    z-index:8888;
    overflow: hidden;
}

#logo{
    width:100%;
}


#quisommestext{
    color:white;
    background-color:rgba(0,0,0,0.7);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size:15px;
    width:76%;
    padding:50px 30px 50px 50px ;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    overflow: scroll;
    z-index:8999;
    display:none;
    overflow: hidden;
}


#quisommestext:hover{
    	
cursor:  pointer;
}

#quisommestext h1{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size:30px;
}

#text-container p{
    color:white;
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-size:22px;
    background-color: #433321;
    background: url(images/fond-bouton1.jpg)no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    padding-top:10px;
    padding-bottom:14px;
    width:200px;
    margin:auto;
    margin-top: 40px;
    line-height:20px;
    border-radius:100px;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    
}

#text-container p:hover{
    cursor:pointer;
    background-color: #2e2e2e;
    background: url(images/fond-bouton2.jpg)no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

#footer-mentions{
    position:absolute;
    left:50%;
    margin-left:-150px;
    bottom:35px;
    color:white;
    font-size:17px;
    text-align: center;
    width:300px;
    font-family: 'Oswald', sans-serif;
}

#footer-mentions a{
    color:white;
}

/*MEDIA QUERIES*/
@media screen and (max-width:1300px){
    #menu-texte a{
        color:white;
        font-size:16px;
        margin-right:7px;
        margin-left:7px;
        font-family: 'Roboto Slab', serif;
        transition: color 0.3s ease;
    }

}


@media screen and (max-width:975px){
    #menu-container{
        background-image: none;
        background-color:#554224;
        height:100vh;
        display:none;
        
    }
    
    #menu-texte,#reseaux-wrapper{
        display: block; 
    }
    
    #menu-texte a{
        display: block; 
        font-size:30px;
    }
    
    #reseaux-wrapper{
        display:none;
    }
    
    #menu-texte{
        position:absolute;
        top:50%;
        left: 50%;
        margin-top:-150px;
        margin-left:-180px;
        height: 300px;
        width: 340px;
    }
    
    #bouton-menu-mobile-ouvert{
        display:block;
        position:fixed;
        z-index: 4999;
    }
    
    #bouton-menu-mobile-ferme{
        width:60px;
        height:60px;
        display:block;
    }
    
    
    #filtre-opacity{
        display:block;
        
    }
    
    #bord-left, #bord-right{
        width: 5px;
    }
    
    #bord-top, #bord-bottom {
        height: 5px;
    }
    
    #quisommestext p{
        font-size:15px;
    }
    
    #quisommestext h1{
        font-size:25px;
        color:white;
    }
    
    #quisommestext {
        color:white;
        background-color: rgba(0,0,0,0);
        display:block;
        margin-top:0px;
        margin-bottom:80px;
        width:76%;
        padding:2%;
        position:absolute;
        top:300px;;
        left:50%;
        margin-left:-40%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        overflow: scroll;
        z-index:8999;
        
    }
    
    #text-container p{
        display: none;
    }
    
    #text-container{
        position:absolute;
        top:60px;
        left:50%;
        margin-left:-135px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        width:250px;
        padding: 10px;
        z-index:8888;
    }
    
    body{
       overflow-y: scroll; 
    }
}
