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


/*CONTENU*/
#images-fond-wrap{
    width:100%;
    height:100vh;
    display: flex;
    flex-wrap: wrap;
}

.images-fond{
    border: solid 0px white;
    width:33.33333333%;
    height:100%;
    overflow: hidden;
}

.images-fond:hover{
    cursor: pointer;
}

#image-fond1{
    background:url(images/bovins1.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#image-fond2{
    background:url(images/bovins2.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#image-fond3{
    background:url(images/bovins3.jpg) left no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}



.fond-hover{
    background-color: rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    opacity: 0;
    position:relative;
}

.fond-hover-text{
    font-family: 'Kaushan Script', cursive;
    color:white;
    height:58px;
    width:300px;
    font-size:39px;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-35px;
    margin-left:-155px;
}







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

#separateur-vertical1{
    position:fixed;
    top:0%;
    left:33.33333%;
    background-color: white;
    height:100vh;
    width:2px;
    z-index:7888;
}

#separateur-vertical2{
    position:fixed;
    top:0%;
    left:66.66666%;
    background-color: white;
    height:100vh;
    width:2px;
    z-index:7888;
}




/*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:9900;
    width:100%;
    height:105px;
    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;
}



/*WRAPPER*/
.wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color: white;
    z-index:8999;
    margin-left:100%;
    display:flex;
}

.wrapper:hover{
    cursor:pointer;
}

.photo-wrapper{
    width:70%;
    height:100%;
    position:relative;
}

.photo-wrapper .img{
    width:100%;
    height:100%;
    overflow: hidden;
    display: block;
    position:absolute;
    top:0;
    left:0;
    background-position: center center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    -o-background-size:cover;
}

.image1{
    z-index:900;
}
.image2{
    z-index:800;
}
.image3{
    z-index:700;
}
.image4{
    z-index:600;
}
.image5{
    z-index:500;
}
.image6{
    z-index:400;
}


.text-wrapper{
    width:70%;
    height:100%;
    position: relative;
    overflow-y: scroll;
}

.info-container{
    padding:30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 315px;
}

.info-container-bordelaise{
    padding:30px;
    position: absolute;
    top: 10%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin-top: 315px;
}

.nom-info{
    font-family: 'Kaushan Script', cursive;
    font-size: 40px;
    color:#343434;
     display:inline-block;
}



.text-info{
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}


/*MEDIA QUERIES*/


@media screen and (max-width:1300px){
    #reseaux-wrapper{
        left:0%;
    }
    
    #menu-texte a{
        margin-right: 0;
    }
}


@media screen and (max-width:975px){
    #menu-container{
        background-image: none;
        background-color:#554224;
        height:100vh;
        display:none;
        z-index: 9999;
    }
    
    #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;
        top:10px;
        left:10px;
        z-index: 8999;
        background-color: rgba(0,0,0,0.3);
        border-radius:60px;
    }
    
    #bouton-menu-mobile-ferme{
        width:60px;
        height:60px;
        display:block;
    }
    
    #bord-left, #bord-right{
        width: 5px;
    }
    
    #bord-top, #bord-bottom {
        height: 5px;
    }
    
    #separateur-vertical1, #separateur-vertical2{
        display:none;
    }
    
    .images-fond{
        border: solid 0px white;
        width:100%;
        height:300px;
        overflow: hidden;
    }
    
    #image-fond1{
    background:url(images/bovins1mini.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#image-fond2{
    background:url(images/bovins2mini.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

#image-fond3{
    background:url(images/bovins3.jpg) left no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}
    
    body{
        overflow-y:scroll; 
    }
    
    .wrapper{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100vh;
        background-color: white;
        z-index:8999;
        margin-left:100%;
        display:flex;
        overflow-y:scroll; 
    }
    
    .photo-wrapper{
        width:100%;
        height:300px;
        position:relative;
        top:0;
    }
    .text-wrapper{
        width:100%;
        position:absolute;
        top:300px;
    }
    
    .info-container{
    padding:30px;
    position:inherit;
    top:0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin-top:0px;
}


}