*{
    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*/

#header{
    width:100%;
    height:50vw;
    background:url(images/photo-header2.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position:relative;
}

#ombre1{
    width:100%;
    height:73px;
    background:url(images/ombre1.png) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position: absolute;
    top:-73px;
}

#presentation{
    width:70%;
    height:35vw;
    margin:auto;
    position: absolute;
    top:29vw;
    left:50%;
    margin-left:-35%;
    display: flex;
    flex-wrap: nowrap;
    z-index:500;
}

#presentation-photo{
    width:50%;
    background:url(images/photo-presentation.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#presentation-texte {
    background-color:#d7916d;
    width:50%;
}

#presentation-texte h1{
    font-family: 'Oxygen', sans-serif;
    color:white;
    font-size:5vw;
    line-height:4vw;
    padding:3vw;
}

#presentation-texte p{
    font-family: 'Roboto', sans-serif;
    color:white;
    padding-left:3vw;
    padding-right:3vw;
    font-size:1.1vw;
}



/*BAPTEME*/

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


#bapteme-wrap{
    width:80%;
    margin:auto;
    position:relative;
    top:17vw;
}

#bapteme-texte{
    width:50%;;
    background-color: #f5e5de;
    position:absolute;
    top:2vw;
    z-index:500;
}

#bapteme-texte h2{
    color:#3a3a3a;
    font-size: 3.5vw;
    font-family: 'Kaushan Script', cursive;
    display:inline-block;
    vertical-align: middle;
    padding:1.5vw;
}

#bapteme-texte p{
    font-family: 'Roboto', sans-serif;
    color:#3a3a3a;
    font-size: 1vw;
    line-height:1.6vw;
    padding-left:3vw;
    padding-right:3vw;
    
}

#bapteme-tiret{
    background-color:#3a3a3a;
    width:5vw;
    height:0.3vw;
    display:inline-block;
    position: relative;
    top:0.9vw;
    left:1vw;
}

#bapteme-tarif{
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
    font-size: 1.2vw;
    font-weight:800;
    padding-left:3vw;
    padding-top:2vw;
    padding-bottom:2vw;
    display:block;
}

#bapteme-photo{
    width:70%;
    height:30vw;
    background:url(images/bapteme3.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position:absolute;
    right:0;
}

#bapteme-rond{
    width:22%;
    height:40%;
    background:url(images/bapteme4.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position:absolute;
    right:-2vw;
    bottom:-6vw;
/*    border-radius:500px;*/
}

#bapteme-ombre{
    width:100%;
    height:109px;
    background:url(images/ombre2.png) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    position: absolute;
    bottom:-109px;
}



/*BALADE*/

#section-balade{
    width:100%;
    height:100vw;
    position: relative;
    top:-1px;
}

#fond-balade{
    margin:auto;
    width:94%;
    height:92%;
    background:url(images/fond-plage.jpg) top no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

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

#photo-balade{
    position:absolute;
    top:2vw;
    width:45%;
    margin-top:8vw;
}

#texte-balade{
    background-color: #f1edea;
    width:50%;
    position:absolute;
    top:3vw;
    right:0;
    z-index:500;
}

#texte-balade h2{
    color:#3a3a3a;
    font-family: 'Kaushan Script', cursive;
    display:inline-block;
    vertical-align: middle;
    padding:1.5vw;
    font-size: 3.5vw;
}

#texte-balade p{
    font-family: 'Roboto', sans-serif;
    color:#3a3a3a;
    font-size: 1vw;
    line-height:1.6vw;
    padding-left:3vw;
    padding-right:3vw;
}

#texte-balade p span{
    font-weight: bold;
}

#balade-tiret{
    background-color:#3a3a3a;
    display:inline-block;
    position: relative;
    top:0.9vw;
    left:1vw;
    width:5vw;
    height:0.3vw;
}

#balade-tarif{
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
    display:block;
    font-size: 1.2vw;
    font-weight:800;
    padding-left:3vw;
    padding-top:2vw;
    padding-bottom:2vw;
}



/*coucher*/


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

#coucher-photos-wrapper{
    width:80%;
    position:absolute;
    top:17vw;
}

.photos-coucher{
    display: inline-block;
    width:30%;
}

#text-coucher{
    background-color: #c4666a;
    width:45%;
    position:absolute;
    top:-4.5vw;
    left:0;
    z-index:500;
}

#text-coucher h2{
    color:white;
    font-family: 'Kaushan Script', cursive;
    display:inline-block;
    vertical-align: middle;
    padding:1.5vw;
    font-size: 3.5vw;
    line-height:3vw;
}

#text-coucher p{
    font-family: 'Roboto', sans-serif;
    color:white;
    font-size: 1vw;
    line-height:1.6vw;
    padding-left:3vw;
    padding-right:3vw;
}

#coucher-tiret{
    background-color:white;
    display:inline-block;
    position: relative;
    top:0.9vw;
    left:1vw;
    width:5vw;
    height:0.3vw;
}

#coucher-tarif{
    font-family: 'Montserrat', sans-serif;
    color:white;
    display:block;
    font-size: 1.2vw;
    font-weight:800;
    padding-left:3vw;
    padding-top:2vw;
    padding-bottom:2vw;
}
    
    
    
/*MINI FERME*/

#section-ferme{
    width:95%;
    margin:auto;
    margin-top:3%;
    margin-bottom:3%;
    position:relative;
}

#text-ferme{
    width:100%;
    height:20%;
    padding-top:1vw;
    background-color: white;
}

#text-ferme h2{
    color:#3a3a3a;
    font-family: 'Kaushan Script', cursive;
    display:inline-block;
    vertical-align: middle;
    padding:1.5vw;
    font-size: 3.5vw;
    line-height:3vw;
}

#text-ferme p{
    font-family: 'Roboto', sans-serif;
    color:#3a3a3a;
    font-size: 1vw;
    line-height:1.6vw;
    padding-left:3vw;
    padding-right:3vw;
}

#ferme-tiret{
    background-color:#3a3a3a;
    display:inline-block;
    position: relative;
    top:0.9vw;
    left:1vw;
    width:5vw;
    height:0.3vw;
}

#ferme-tarif{
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
    display:block;
    font-size: 1.2vw;
    font-weight:800;
    padding-left:3vw;
    padding-top:2vw;
    padding-bottom:2vw;
}



#ligne1{
    width:100%;
    height:80vw;
    display:flex;
    flex-wrap: nowrap;
}

#ligne2{
    width:100%;
    height:40vw;
    display:flex;
    flex-wrap: nowrap;
}

#ligne3{
    width:100%;
    height:30vw;
    display:flex;
    flex-wrap: nowrap;
}

#ligne4{
    width:100%;
    height:27vw;
    display:flex;
    flex-wrap: nowrap;
}

#part1, #part2{
    width:50%;
    height:100%;
}

#part3{
    width:100%;
    height:40%;
    display: flex;
}

#ferme1{
    width:100%;
    height:100%;
    background:url(images/ferme1.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme2{
    width:100%;
    height:40%;
    background:url(images/caleche22.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme3{
    width:50%;
    height:100%;
    background:url(images/ferme2.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme4{
    width:50%;
    height:100%;
    background:url(images/ferme4.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme5{
    width:40%;
    height:100%;
    background:url(images/ferme5.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme6{
    width:30%;
    height:100%;
    background:url(images/ferme6.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme7{
    width:30%;
    height:100%;
    background:url(images/ferme7.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme8{
    width:25%;
    height:100%;
    background:url(images/ferme8.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme9{
    width:25%;
    height:100%;
    background:url(images/ferme9.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme10{
    width:25%;
    height:100%;
    background:url(images/ferme10.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme11{
    width:25%;
    height:100%;
    background:url(images/ferme11.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

#ferme12{
    width:50%;
    height:100%;
    background:url(images/ferme13.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-color: fuchsia;
}

#ferme13{
    width:50%;
    height:100%;
    background:url(images/ferme14.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}




/*SECTION PHTOGRAPHE*/
#section-photographe{
    width:50%;
    height:50vw;
    background:url(images/prise-photos.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover; 
    display: inline-block;
    position:relative;
    vertical-align: top;
}

#text-photographe{
    width:80%;
    position:absolute;
    bottom:5vw;
    left:0;
    z-index:500;
}

#text-photographe h2{
    color:white;
    font-family: 'Kaushan Script', cursive;
    display:inline-block;
    vertical-align: middle;
    padding:1.5vw;
    font-size: 3.5vw;
    line-height:3vw;
}

#text-photographe p{
    font-family: 'Roboto', sans-serif;
    color:white;
    font-size: 1vw;
    line-height:1.6vw;
    padding-left:3vw;
    padding-right:3vw;
}

#photo-tiret{
    background-color:white;
    display:inline-block;
    position: relative;
    top:0.9vw;
    left:1vw;
    width:5vw;
    height:0.3vw;
}





/*SECTION GOLF*/
#section-golf{
    width:50%;
    height:50vw;
    background:url(images/golf.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover; 
    display: inline-block;
    font-size:0;
    vertical-align: top;
    position:relative;
}

#text-golf{
    width:80%;
    background-color: white;
    position:absolute;
    top:3%;
    right:0;
}

#text-golf h2{
    color:#3a3a3a;
    font-family: 'Kaushan Script', cursive;
    display:inline-block;
    vertical-align: middle;
    padding:1.5vw;
    font-size: 3.5vw;
    line-height:3vw;
}

#text-golf p{
    font-family: 'Roboto', sans-serif;
    color:#3a3a3a;
    font-size: 1vw;
    line-height:1.6vw;
    padding-left:3vw;
    padding-right:3vw;
}

#golf-tiret{
    background-color:#3a3a3a;
    display:inline-block;
    position: relative;
    top:0.9vw;
    left:1vw;
    width:5vw;
    height:0.3vw;
}

#golf-tarif{
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
    display:block;
    font-size: 1.2vw;
    font-weight:800;
    padding-left:3vw;
    padding-top:2vw;
    padding-bottom:2vw;
}



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

}
