    .ir{
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
    display: none;
        
    }

.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
.social ul {
    list-style: none;
}
 
.social ul li a {
	display: inline-block;
	color:#fff;
    background: #000;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
} 
.social ul li .icon-facebook {background:#192e73;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-pinterest {background: #192e73;}
.social ul li .icon-youtube {background: #192e73;}

.social li .icon-facebook:hover {background:#3b5998; padding: 10px 20px 10px 21px ;}
.social ul li .icon-pinterest:hover {background: #ae181f;padding: 10px 20px 10px 21px ;}
.social ul li .icon-youtube:hover {background: #cb1f1f;padding: 10px 20px 10px 21px ;}


.ctools-locked{
	color:red;
	border:1px solid red;
	padding:1em;
}
.ctools-owns-lock{
	background:#FFFFDD none repeat scroll 0 0;
	border:1px solid #F0C020;
	padding:1em;
}
a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing{
	padding-right:18px !important;
	background:url(../images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing{
	float:left;
	width:18px;
	background:url(../images/status-active.gif) center center no-repeat;
}
div.ctools-modal-content{
	background:#fff;
	color:#000;
	padding:0;
	margin:2px;
	border:1px solid #000;
	width:600px;
	text-align:left;
}
div.ctools-modal-content .modal-title{
	font-size:120%;
	font-weight:bold;
	color:white;
	overflow:hidden;
	white-space:nowrap;
}
div.ctools-modal-content .modal-header{
	background-color:#2385c2;
	padding:0 .25em 0 1em;
}
div.ctools-modal-content .modal-header a{
	color:white;
}div.ctools-modal-content .modal-content{
	padding:1em 1em 0 1em;
	overflow:auto;
	position:relative;
}
div.ctools-modal-content .modal-form{
	
}
div.ctools-modal-content a.close{
	color:white;
	float:right;
}
div.ctools-modal-content a.close:hover{
	text-decoration:none;
}div.ctools-modal-content a.close img{
	position:relative;top:1px;
}
div.ctools-modal-content .modal-content .modal-throbber-wrapper{
	text-align:center;
}
div.ctools-modal-content .modal-content .modal-throbber-wrapper img{
	margin-top:160px;
}
div.ctools-modal-content .form-item label{
	width:15em;
	float:left;
}
div.ctools-modal-content .form-item label.option{
	width:auto;
	float:none;
}
div.ctools-modal-content .form-item .description{
	clear:left;
}
div.ctools-modal-content .form-item .description .tips{
	margin-left:2em;
}
div.ctools-modal-content .no-float .form-item *{
	float:none;
}
div.ctools-modal-content .modal-form .no-float label{
	width:auto;
}
div.ctools-modal-content fieldset,div.ctools-modal-content .form-radios,div.ctools-modal-content .form-checkboxes{
	clear:left;
}
div.ctools-modal-content .vertical-tabs-panes > fieldset{
	clear:none;
}div.ctools-modal-content .resizable-textarea{
	width:auto;
	margin-left:15em;
	margin-right:5em;
}
div.ctools-modal-content .container-inline .form-item{
	margin-right:2em;
}
#views-exposed-pane-wrapper .form-item{
	margin-top:0;
	margin-bottom:0;
}
div.ctools-modal-content label.hidden-options{
	background:transparent url(../images/arrow-active.png) no-repeat right;
	height:12px;
	padding-right:12px;
}
div.ctools-modal-content label.expanded-options{
	background:transparent url(../expanded-options.png) no-repeat right;
	height:12px;
	padding-right:16px;
}
div.ctools-modal-content .option-text-aligner label.expanded-options,div.ctools-modal-content .option-text-aligner label.hidden-options{
	background:none;
}
div.ctools-modal-content .dependent-options{
	padding-left:30px;
}
div.modal-forms-modal-content .resizable-textarea{
	margin-left:0;margin-right:0;
}
div.modal-forms-modal-content .form-item label{
	float:none;width:auto;
}
div.modal-forms-modal-content .item-list ul li{
	margin:0 0 0.25em 1.5em;
}
div.modal-forms-modal-content div.messages{
	margin:0;
}
div.modal-forms-modal-content{
	background:transparent;
	color:#000;
	font:12px "Lucida Grande",Verdana,Arial,sans-serif;
	border:0;
	margin:0;
	padding:0;
}
div.modal-forms-modal-content .popups-container{
	overflow:hidden;
	height:100%;
	background:#fff;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
div.modal-forms-modal-content .modal-header{
	background-color:transparent;
	padding:0.5em 1em 0 1em;
	min-height:25px;
}
div.modal-forms-modal-content .modal-title{
	display:inline;
	color:#000;
}
div.modal-forms-modal-content .popups-close{
	float:right;
	cursor:pointer;
	background:url(../images/controls.png) -25px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
}
div.modal-forms-modal-content .popups-close:hover{
	background-position:-25px -25px;
}
#cboxTitle,#cboxPrevious,#cboxNext,#cboxCurrent{
	display:none !important;
}
@viewport{
	orientation:portrait;
}
#prodbio{
	position:absolute;
	left:1740px;
	top:400px;
	background:url(../images/values.png);
	height:172px;
	width:269px;
	display:none
}
#certifbio{
	position:absolute;
	left:1690px;
	top:510px;
	height:142px;
	width:245px;
	display:block;
    cursor: pointer;
}
.AOP{
    padding: 4%;
    text-align: justify;
    text-justify: inter-word;
	
}
.AOP img{
	float:left;
	width:100px;
    margin: 1%
}
body{
	font-family:Arial,Helvetica,sans-serif;
}
body,html{
	margin:0;
	padding:0;
	min-width:620px;
	width:100%;
	min-height:100%;
	overflow:hidden;
	cursor:default;
	background-color:#12a0ff;
}
#video{
	z-index:9998
}
#laitplaisirs-anchor-nav{
	top:50px;
	position:absolute;
	width:100%;
	margin-top:0px;
	z-index:2001;
	display:none;
}
#laitplaisirs-anchor-nav a{
	color:#333
}
#audioBox{
	float:left;
	margin-left:15px
}
#preloader{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	background-color:#666
}
#preloader-bar{
	display:block;
	width:1px;
	height:2px;
	background:#000;
	position:absolute;
}
#bg{
	display:block;
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#bg .bg-laitplaisirs{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:100%;
}
#bg-inner{
	background:url(../images/plan2.png) bottom left repeat-x;
	position:absolute;
	display:block;
	height:100%;
	width:7600px;
	top:0;
	left:0;
	z-index:4;
}
#bg-inner1{
    background:url(../images/vallon.png) bottom left repeat-x;
	display:block;
	height:100%;
	width:20500px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#content{
	display:block;
	z-index:10;
	position:absolute;
	width:100%;
	bottom:800px;
	display:block;
	width:100%;
	float:left;
}
.content-block{
	display:block;
	width:100%;
}
.content-inner-block{
	display:block;
	margin:0 0;
	overflow:hidden;
}
.notreMarque{margin:200px 180px;
}
.notreMarque p{
	color:#183a80;
	font-size:18px;
	margin:20px 0;
    font-family: 'ConBol';
}
#cave{
	background:url(../images/cave.png) bottom no-repeat;
	display:block;
	width:2200px;
	height:800px;
	float:left;
    left: 3456px;
}
#laitplaisirs{
	
}
#laitplaisirs-inner{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	background:url(../images/plan1.png) bottom left no-repeat;
	width:9700px;
}
.project-detail-list{
	list-style:none;
	margin:0;padding:0;
}
.project-detail-list-item{
	display:block;
	float:left;
}
.item-desc{
	height:100%;
	display:block;
	color:#fff;
}
.decalage{
	padding:0 24px 0 24px;
}
h4{
	font-family:Georgia;
	font-style:italic;
	font-size:20px;
	font-weight:bold;
	line-height:38px;
	padding:12px 0 4px;
	margin:14px 0;
	cursor:default;
	color:#000;
	border-bottom:1px solid #666
}
#lienMarque{
	width:331px;
	height:396px;
	position:absolute;
	left:600px;
	top:0px;
}
#lienCremerie{
	width:331px;
	height:362px;
	position:absolute;
	left:20px;
	top:50px;
}
#lienFromage{
	width:220px;
	height:302px;
	position:absolute;
	left:350px;
	top:200px;
}
#lienContact{
	width:200px;
	height:100px;
	position:absolute;
	left:720px;
	top:580px;
}
#lienException{
	width:200px;
	height:150px;
	position:absolute;
	left:170px;
	top:560px;
}

#lienDefile1 {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 760px;
    top: 410px;
}

#lienTriman {
    width: 250px;
    height: 150px;
    position: absolute;
    left: 1450px;
    top: 540px;
}

#lienDefile2 {
    width: 200px;
    height: 70px;
    position: absolute;
    left: 1760px;
    top: 410px;
}

#lienDefile3 {
    width: 200px;
    height: 70px;
    position: absolute;
    left: 2860px;
    top: 610px;
}

#lienDefile4 {
    width: 200px;
    height: 70px;
    position: absolute;
    left: 3880px;
    top: 430px;
}

#lienDefile5 {
    width: 200px;
    height: 70px;
    position: absolute;
    left: 4980px;
    top: 450px;
}

#lienDefile6 {
    width: 200px;
    height: 50px;
    position: absolute;
    left: 5970px;
    top: 410px;
}

#lienDefile7 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 7140px;
    top: 560px;
}

.feuille {
    width: 472px;
    height: 280px;
    background: url(../images/feuille.png);
    position: absolute;
    top: 0;
    left: 1000px;
    z-index: 5000
}

#logoLaitPlaisirs {
    width: 161px;
    height: 154px;
    position: absolute;
    left: 8920px;
    top: 220px;
    background: url(../images/logo.png);
}

#zoneContact {
    width: 708px;
    height: 261px;
    position: absolute;
    left: 8820px;
    top: 370px;
    background: url(../images/contact.png);
}

#zoneContact p {
    font-size: 18px;
    color: #fff;
    margin: 10px 0 0 0;
    width: 380px;
    text-align: center
}

#zoneContact a {
    color: #183a80;
}

.zoneClic {
    cursor: pointer;
    position: absolute;
    z-index: 8000;
}

.zoneLien {
    background: url(../images/zonelien.png);
    width: 62px;
    text-align: center;
    position: absolute;
    top: -80px;
    left: -20px;
    z-index: 9000
}

.zoneLien img {
    margin: 6px 0 1px 0
}

.zoneInfo {
    position: absolute;
    width: 778px;
    height: 481px;
    background: url(../images/nuage.png);
    margin: 40px 0;
    text-align: center;
    z-index: 4000;
    text-align: center
}

.masque {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 1;
}

.invisible {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 0;
}

.zoneInfo {
    background: none\0/ !important;
}

.zoneInfo p {
    font-size: 16px;
    color: #333;
    width: 578px;
    margin: 10px 100px;
}

.zoneInfo h5 {
    font-size: 24px;
    color: #333;
    width: 578px;
    font-weight: bold;
    margin: 175px 100px 5px 100px;
}

.zoneClic .youtube {
    display: none
}

.clic9390 .youtube {
    display: inherit
}

.clic8310 .youtube {
    display: inherit
}

.clic7657 .youtube {
    display: inherit
}

.clic7926 .youtube {
    display: inherit
}

.clic2927 .youtube {
    display: inherit
}

.clic2926 .youtube {
    display: inherit
}

.clicProd47 {
    width: 100px;
    height: 100px;
    top: 510px;
    left: 6450px;
}

.clicHistory{width:105px;height:70px;top:430px;left:3507px;}


.clicProd48{width:100px;height:100px;top:420px;left:6620px;}
.clicProd49{width:100px;height:100px;top:440px;left:6790px;}
.clicProd50{width:105px;height:70px;top:430px;left:8507px;}
.clicProd51{width:100px;height:100px;top:450px;left:8110px;}



.volume{
	width:950px;
	height:800px;
}
.dropmenu{
	position:fixed;
	z-index:1000;
	width:100%;
	bottom:700px
}
.dropmenu .menu{
	width:100%;
	float:left;
}
.dropmenu .menu li{
	margin:0 10px 10px 10px;
	float:left;
}
.dropmenu .menu li a{
	display:block;
	font-size:12px;
	color:#183a80;
	text-decoration:none
}
#mentions{
	position:fixed;
	bottom:0;
	height:20px;
	background-color:#FFF;
	width:auto;
	text-align:center;
	z-index:500;
	border-radius:0px 10px 0 0px;
    padding: 3px;
}
#mentions a{
	font-size:8px;
	color:#092c74;
}
ol,ul{
	list-style:none;
}
.go{
	line-height:80px;
	font-size:300%;
	text-align:right;
	color:#FFF;
	margin-right:15px;
	cursor:pointer;
	color:#333
}
.R{
	float:right;
}
#zoneLogo{
	height:80px;
}
#header{
	display:none
}#navigation{
	display:none
}
h1{
	font-size:2px
}
@media 
	only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
		
}
@media only screen and (max-height:800px){
.dropmenu{
	bottom:0px;
	height:30px;
}
.dropmenu .menu{
	background-color:#000;
	margin:0;
	padding:0
}
.dropmenu .menu li a{
	color:#FFF;
	line-height:0px
}
.dropmenu .menu li{
	
}
#mentions{
	bottom:0px;
}
}
@media only screen and (max-width:1024px){
.dropmenu{
	display:none
	}
#mentions{
	bottom:0px;
}
}
@media screen and (orientation:landscape) and (max-device-width:800px){
    


	.dropmenu{
		display:none
	}
    .zoneInfo {
	    position: fixed;
	    bottom: 310px;
	    left: 0;
	    width: 100%;
	    height: 320px;
	    margin: 0;
	    padding: 0;
	    z-index: 9998;
	    background: url(../images/opacity.png);
	}
	
	.zoneLien {
	    position: fixed;
	    top: auto;
	    bottom: 620px;
	    left: 0;
	    width: 100%;
	    height: 80px;
	    margin: 0;
	    z-index: 9998;
	    background: url(../images/opacity.png);
	}
	
	.zoneLien a {
	    margin: 20px 0;
	    padding: 20px 0
	}
	
	.zoneLien a img {
	    width: 50px;
	    height: 50px;
	    margin: 15px
	}
	
	.zoneInfo h5 {
	    font-size: 30px;
	    width: 80%;
	    margin: 10px auto;
	    padding: 15px 0
	}
	
	.zoneInfo p {
	    font-size: 20px;
	    width: 80%;
	    margin: 0 auto;
	    padding: 0
	}
	
	#bg-inner {
	    display: none;
	}
	
	.notreMarque {
	    margin: 90px 0;
	    width: 900px;
	    background: url(../images/opacity.png);
	}
	
	.notreMarque p {
	    font-size: 26px;
	    width: 80%;
	    margin: 0 auto;
	    padding: 20px 0;
	    text-align: center
	}
	
	#mentions {
	    bottom: 0;

	}
	
	#mentions a {
	    font-size: 8px;
	    color: #000;
	}
}
@media screen and (orientation:portrait) and (max-device-width:800px) {
    #cave{

	height:950px;

}
    
    .social {
	display: none;
}
    .ir{
        display: block;
    }
    .dropmenu {
        display: none
    }
    
    .zoneInfo {
        position: fixed;
        bottom: 400px;
        left: 0;
        width: 100%;
        height: 320px;
        margin: 0;
        padding: 0;
        z-index: 9998;
        background: url(../images/opacity.png);
    }
    
    .zoneLien {
        position: fixed;
        top: auto;
        bottom: 720px;
        left: 0;
        width: 100%;
        height: 80px;
        margin: 0;
        z-index: 9998;
        background: url(../images/opacity.png);
    }
    
    .zoneLien a {
        margin: 20px 0;
        padding: 20px 0
    }
    
    .zoneLien a img {
        width: 50px;
        height: 50px;
        margin: 15px
    }
    
    .zoneInfo h5 {
        font-size: 30px;
        width: 80%;
        margin: 10px auto;
        padding: 15px 0
    }
    
    .zoneInfo p {
        font-size: 20px;
        width: 80%;
        margin: 0 auto;
        padding: 0
    }
    
    #bg-inner {
        display: none;
    }
    
    .notreMarque {
        margin: 20px 0;
        width: 700px;
        background: url(../images/opacity.png);
    }
    
    .notreMarque p {
        font-size: 26px;
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center
    }
    
    #mentions {
        bottom: 0;

    }
    
    #mentions a {
        font-size: 8px;
        color: #000;
    }
}
@media screen and (orientation:landscape) and (max-device-width:1024px) {
    .dropmenu {
        display: block;
        bottom: auto;
        top: 0;
        height: 30px;
    }
    
    .dropmenu .menu {
        background-color: #000;
        margin: 0;
        padding: 0
    }
    
    .dropmenu .menu li a {
        color: #FFF;
        line-height: 0px;
        font-size: 14px;
    }
    
    .dropmenu .menu li {}
    
    .zoneInfo {
        position: fixed;
        bottom: 450px;
        left: 0;
        width: 100%;
        height: 250px;
        margin: 0;
        padding: 0;
        z-index: 9998;
        background: url(../images/opacity.png);
    }
    
    .zoneLien {
        position: fixed;
        top: auto;
        bottom: 680px;
        left: 0;
        width: 100%;
        height: 80px;
        margin: 0;
        z-index: 9998;
        background: url(../images/opacity.png);
    }
    
    .zoneLien a {
        margin: 20px 0;
        padding: 20px 0
    }
    
    .zoneLien a img {
        width: 50px;
        height: 50px;
        margin: 15px
    }
    
    .zoneInfo h5 {
        font-size: 30px;
        width: 50%;
        margin: 10px auto;
        padding: 15px 0
    }
    
    .zoneInfo p {
        font-size: 20px;
        width: 50%;
        margin: 0 auto;
        padding: 0
    }
    
    #bg-inner {
        display: none;
    }
    
    .notreMarque {
        margin: 90px 0;
        width: 900px;
        background: url(../images/opacity.png);
    }
    
    .notreMarque p {
        font-size: 26px;
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center
    }
    
    #mentions {
        bottom: 0;
      
    }
    
    #mentions a {
        font-size: 8px;
        color: #000;
    }
