*{
    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{
    overflow-x:hidden;
    margin:0;
    padding:0;
    font-size:0;
    /*    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
}




/*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;
}



/*HEADER*/

#section-header{
    width:100%;
    height:35vw;
    background:url(images/derby.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

h1{
    font-family: 'Oxygen', sans-serif;
    color:white;
    font-size:5vw;
    text-align: center;
    padding-top:14vw;
}


/*SECTION PARTIE 1*/

#section-partie1{
    width:100%;
    padding-bottom:20vw;
    background:url(images/commerce-photo2.jpg) bottom no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position:relative;
}

#commerce-text1{
    width:80%;
    margin:auto;
    padding-top:4vw;
    padding-bottom:4vw;
    font-size:1.1vw;
    color:black;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#img-container{
    text-align: center;
}

.images-container{
    display:inline-block;
    margin-right:10px;
    margin-left:10px;
    position:relative;
}

.img1{
   background:url(images/commerce-photo3.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover; 
    width:235px;
    height:380px;
}

.img2{
    background:url(images/commerce-photo5.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:235px;
    height:380px;
}

.img3{
    background:url(images/commerce-photo4.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:235px;
    height:380px;
}

.ombres{
    background:url(images/commerce-ombre.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:100%;
    height:50px;
    position: absolute;
    bottom:-50px;
    left:0;
}

#triangles{
    height:25px;
    width: 100%;
    background:url(images/triangle.png) center repeat-x;
    position:absolute;
    bottom:-1px;
}

/*SECTION PARTIE 2*/


#section-partie2{
    text-align: center;
    padding-top: 5vw;
    padding-bottom:2vw;
}

.img4{
    background:url(images/commerce-photo6.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:  35vw;
    height:31vw;;
    display: inline-block;
    vertical-align: middle;
}

.img5{
    background:url(images/commerce-photo7.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:  30vw;
    height:47vw;;
    display: inline-block;
    vertical-align: top;
    position:relative;
    top:-3vw;
}

.img6{
    background:url(images/commerce-photo8.jpg) center center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:  35vw;
    height:27vw;
}
#commerce-text2{
    display: inline-block;
    width: 33%;
    margin:auto;
    padding-top:4vw;
    padding-bottom:4vw;
    font-size:1.1vw;
    color:black;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    vertical-align: middle;
    margin-left:2vw;
}

#commerce-text3{
    width:88%;
    padding-top:4vw;
    padding-bottom:4vw;
    font-size:1.1vw;
    color:black;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    vertical-align: top;
}

#text3-contain{
    display: inline-block;
    width: 40%;
}


/*SECTION PARTIE 3*/

#section-partie3{
    text-align: center;
    background-color: #1a130d;
}

#section-partie3 p{
    width:28%;
    padding-top:4vw;
    padding-bottom:4vw;
    font-size:1.1vw;
    color:white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#section-partie3 img{
    vertical-align: middle;
    width:33vw;
}


/*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;
    }

}





