*{
    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:40vw;
    background:url(images/location-header.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

/*PARTIE 1*/

#section-partie1{
    width:100%;
    height:90vw;
    background:url(images/location-partie1.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position: relative;
}

h1{
    font-family: 'Oxygen', sans-serif;
    color:#ada191;
    font-size:5vw;
    text-align: center;
    margin-top:2.5vw;
}

#section-partie1 p{
    width:70%;
    font-family: 'Roboto', sans-serif;
    color:#2f2f2f;
    font-size:1.1vw;
    margin:auto;
    text-align: center;
    margin-top:2.5vw;
}

#jumping-container{
    width:70%;
    height:25vw;
    position: relative;
    margin:auto;
    margin-top:4vw;
    display:flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
}

#jumping1{
    background:url(images/location-jumping1.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    height:100%;
    width:28%;
    position: relative;
}

#jumping2{
    background:url(images/location-jumper2.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:44%;
    height:100%;
    position: relative;
}

#jumping3{
    background:url(images/location-jumper3.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    height:100%;
    width:28%;
    position: relative;
}

#ombre-jumping{
    background:url(images/location-ombre-jumping.png) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    width:100%;
    height:2vw;
    position: absolute;
    bottom:-2vw;
}

.legend{
    background-color: rgba(999,999,999,0.7);
    position:absolute;
    left:50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    bottom:0;
    color:black;
    padding:0.4vw;
    
}

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


/*PARTIE 2*/

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

#text1{
    width:50%;
    font-family: 'Roboto', sans-serif;
    color:#2f2f2f;
    font-size:1.1vw;
    margin:auto;
    text-align: center;
    padding-top:9.5vw;
}

#text2{
    width:85%;
    font-family: 'Kaushan Script', cursive;
    color:white;
    font-size:6.6vw;
    line-height: 6vw;
    margin:auto;
    text-align: center;
    position:relative;
    top:43vw;
}


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

}





