@charset "utf-8";
/* CSS Document */

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
}

#principale.nav-active {
	padding-top: 0px;
}

#page {
	padding-bottom: 0px;
}

/* BXSLIDER */

#bxslider {
	padding-left: 0px;
	padding-right: 0px;
}

.bx-viewport, .bx-wrapper {
    position:relative;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.bxslider, .bxslider li {
    height: 100% !important;
}
.bxslider li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
    top: 0px;
    height: 100%;
    width: 15%;
    margin-top: 0px;
}

.nav-active .bx-wrapper .bx-controls-direction a {
	display: none;
}

.bx-wrapper img {
    width: 100%;
}

.bx-wrapper .bx-prev {
    cursor: url(../../img/layout/prev.png),auto!important;
	background: none;
    left: 0;
}

.bx-wrapper .bx-next {
    cursor: url(../../img/layout/next.png),auto!important;
	background: none;
    right: 0;
}

/* BOX */

.box > div {
    text-align: center;
    font-size: 2.500em; /* 30px */
    font-weight: bold;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
}

.box a {
    display: block;
    color: #fff;
}

.rollover > div > a {
	background-color: rgba(0, 0, 0, 0);
}

.rollover > div > a:hover {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

#collection_optique > div {
    background-image: url(../../img/modifiables/accueil/collection-optique.jpg);
    height: 380px;
    line-height: 380px;
}

#collection_solaire > div {
    background-image: url(../../img/modifiables/accueil/collection-solaire.jpg);
    height: 380px;
    line-height: 380px;
}

#accessoires > div {
    background-image: url(../../img/modifiables/accueil/accessoires.jpg);
    height: 380px;
    line-height: 380px;
}


#fabrication_francaise > div {
    background-color: #f5efea;
    color: #000;
    position: relative;
    height: 260px;
}

#fabrication_francaise > div > a {
    color: #000;
	padding: 70px 15px;
    line-height: normal;
}

#en_savoir_plus {
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
    width: 100%;
}

#en_savoir_plus a {
    border: 1px solid #000;
    display: inline-block;
    font-weight: 300;
    font-size: 0.600em; /* 18px */
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

#lookbook > div {
    height: 695px;
}

#lookbook a {
    padding-top: 180px;
    padding-bottom: 485px;
}

#lookbook img {
	display: none;
}

#points_de_ventes > div {
    background-image: url(../../img/modifiables/accueil/points-de-ventes.jpg);
    height: 355px;
    line-height: 355px;
}

/* RESPONSIVE */ 
@media (max-width: 767px) {
	
	#header {
		background-color: transparent;
	}
	
	#page {
		padding-top: 0;
	}
	
	#fabrication_francaise > div {
		height: 190px;
	}
	
	#fabrication_francaise > div > a {
		padding: 40px 0px;
	}
	
	#collection_optique > div,
	#collection_solaire > div,
	#accessoires > div,
	#points_de_ventes > div {
		height: 190px;
		line-height: 190px;
	}
	
	#lookbook > div {
		height: 290px;
	}
	
	#lookbook a {
		padding-top: 70px;
		padding-bottom: 180px;
	}
	
}

/* IPAD LANDSCAPE ET AU DESSUS */

@media (min-width: 769px) {
	
	#fabrication_francaise > div > a {
    	padding: 75px 110px 95px 110px;
	}
	
}

@media (min-width: 1025px) {
	
	#fabrication_francaise > div > a {
    	padding: 75px 150px 95px 150px;
	}
	
}