<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product li div,
.product li:before{
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.presentation{
	width:100%;
	overflow: hidden;
	padding-bottom: 45%;
   	position: relative;
	background-image: url(../image/home/a_0.jpg);
	background-size: cover;
}

.presentation .overlay{
	background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
}

.presentation video{
	width:100%;
	position:absolute;
	top: -5px;
	display:none;
	z-index: 5;
}

/*body.autoplay video{
	display:block;
}

body.autoplay .slide-show{
	display:none;
}*/

.presentation .player{
	position: absolute;
	cursor: pointer;
    top: 42%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    border: 2px solid #fff;
    border-radius: 300px;
    padding: 15px 16px 15px 22px;
    transition-property: color;
    transition-duration: 0.2s;
    z-index: 528;
}

.presentation .player:hover{
	color: #e82c2b;
}

.presentation .slide-show{
	z-index: 4;
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
}

.presentation .sd-ensemble{
	position:relative;
	height:100%;
}

.presentation .slide-show img{
	position:absolute;
	min-width:100%;
	min-height:100%;
	left:0;
	top:0;
}

.presentation .text{
	position: absolute;
    left: 5%;
    bottom: 11%;
    z-index: 8;
}

.presentation h1{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 47px;
    margin-top: 0;
    line-height: 55px;
    font-weight: 400;
}

.presentation a, .product li div span{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	background-color: #e82c2b;
	padding: 6px 12px;
	padding-right: 20px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	display: inline-block;
	background-image: url(../image/global/plus.jpg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: right;
	border-right: solid 10px #e82c2b;
}

.about, .mission{
	background-color:#FFF;
	padding:100px 5%;
}

.about h2, .mission h2, .supplier h2{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 37px;
    margin-top: 0;
    padding-bottom: 28px;
    text-align: center;
    position:relative;
    font-weight: 500;
}

.about h2:before, .mission h2:before{
	content:'';
	position:absolute;
	bottom:0;
	height:3px;
	width:50px;
	left:0;
	right:0;
	margin:auto;
	background-color:#e82c2b;
}

.about .description, .mission .description{
	text-align: center;
    line-height: 22px;
    color: #636363;
    font-size: 15px;
    font-style: italic;
    max-width: 400px;
    margin: auto;
    width: 90%;
}

.about ul{
	width:100%;
	padding:0;
	margin:0;
	margin-top: 50px;
	overflow: hidden;
   	zoom: 1;
	display:table;
}

.about ul li{
	list-style: none;
	width:33%;
	padding:20px 25px;
	padding-bottom:55px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 1px #ececec;
	position: relative;
}

.about ul li:first-child{
	border:0;
}

.about ul div{
	padding: 20px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about ul div:hover span{
	background-color: #e82c2b;
	color:#FFF;
}

.about ul h3{
	font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0;
    color: #3c3c3c;
}

.about ul p{
    color: #676767;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.about ul span{
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	color: #e82c2b;
	border: solid 1px #e82c2b;
	background-color: #FFF;
	padding: 7px 0px;
	outline: none;
	margin: auto;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width: 25%;
	min-width: 75px;
	display:block;
	margin-top: 25px;
	position:absolute;
	bottom:25px;
	left:0;
	right:0;
}

.about ul a{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:100%;
}

.product{
	background-color:#F2f2f2;
}

.product ul{
	margin: 0;
    overflow: hidden;
    zoom: 1;
    padding: 0;
}

.product li{
	width:33.3%;
	padding-bottom:18%;
	list-style: none;
	display:inline-block;
	float:left;
	position:relative;
}

.product li:before{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.35);
}

.product li:hover:before{
	background-color: rgba(0, 0, 0, 0.75);
}

.product li:hover div{
	opacity:1;
	bottom:0;
}

.product li div{
	position:absolute;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	bottom:-10px;
	opacity:0;
}

.product li div p{
	font-size: 14px;
    color: #FFF;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 220px;
}

.product li h3{
	font-family: 'Oswald', sans-serif;
	margin: 0;
    padding: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.2px;
    position: absolute;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index:2;
    font-weight: 500;
    padding-bottom: 2px;
}

.product li h3:before{
	content:'';
	position:absolute;
	bottom:-5px;
	left:30px;
	width:40px;
	height:3px;
	background-color:#e82c2b;
}

.product li{
	background-size:cover;
	width:50%;
}

.product a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:3;
}


.product .prod_0{
	background-image: url('../image/home/product_0.jpg');
}

.product .prod_1{
	background-image: url('../image/home/product_1.jpg');
}



.product .p_0{
	background-image: url('../image/home/product_0.jpg');
}

.product .p_1{
	background-image: url('../image/home/p_1.jpg');
}

.product .p_2{
	background-image: url('../image/home/p_2.jpg');
}

.product .p_3{
	background-image: url('../image/home/p_3.jpg');
}

.statistic{
	padding: 50px 180px;
	background-color:#e82c2b;
}

.statistic ul{
	margin:0;
	padding:0;
	overflow: hidden;
	zoom:1;
}

.statistic li{
	list-style: none;
	width:25%;
	float:left;
	display:inline-block;
	color: #FFF;
	text-align: center;
	font-size: 15px;
}

.statistic strong{
	font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 300;
    width:100%;
    display: block;
}


.statistic-end{
	padding: 50px 180px;
	background-color:#e82c2b;
}

.statistic-end ul{
	margin:0;
	padding:0;
	overflow: hidden;
	zoom:1;
}

.statistic-end li{
	list-style: none;
	width:90%;
	float:left;
	display:inline-block;
	color: #FFF;
	text-align: center;
	font-size: 15px;
}

.statistic-end strong{
	font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 300;
    width:100%;
    display: block;
}

.entrepot {
    display: flex;
    justify-content: space-between;
}

.entrepot .column {
    flex: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.entrepot .column img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Effet de hover */
.entrepot .column:hover img {
    transform: scale(1.1);
}


.entrepot .column .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.entrepot .column:hover .overlay {
    opacity: 1;
}

.entrepot .red-bar {
    background-color: red;
    width: 100%;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}


@media (max-width: 600px) {
    .entrepot {
        flex-direction: column;
        align-items: center;
    }

    .entrepot .column {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}


.mission{
	padding: 100px 8%;
}

.mission .list{
	width:100%;
	padding-left:45%;
	margin-top: 65px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    overflow: hidden;
}

.mission ul{
	padding:0;
	margin:0;
	overflow: hidden;
	zoom:1;
}

.mission li{
	list-style: none;
    width: 40%;
    float: left;
    display: inline-block;
    padding-left: 10%;
    padding-bottom: 35px;
}

.mission li:nth-child(odd){
	clear:both;
}

.mission li.last{
	padding-bottom:0;
}

.mission h3{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    color: #464646;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.mission p{
	color: #3e3e3e;
	font-size: 15px;
   line-height: 19px;
   margin-bottom: 0;
}

.mission .picture img{
	position:absolute;
	left:-9999px;
}

.mission .picture{
	position:absolute;
	top:0;
	left:0;
	width:45%;
	height:100%;
	background-image:url('../image/home/p_4.jpg');
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

.supplier{
	padding:100px 8%;
	background-color: #e82c2b;
}

.supplier h2{
	color:#FFF;
	margin-bottom:0;
}

.supplier ul{
	text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.supplier ul li{
	display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.supplier ul li img{
	height: 35px;
}

.contact{
	padding:30px 50px;
	background-color:#FFF;
}

.contact p{
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    padding: 9px;
    margin: 0;
}

.contact a{
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #e82c2b;
    border: solid 1px #e82c2b;
    background-color: #FFF;
    padding: 8px 12px;
    cursor: pointer;
    outline: none;
    float:right;
    text-decoration: none;
}

.slide-quote{
   background-color: #e82c2b;
   padding: 100px 5%;
   position:relative;
}

.slide-quote h2{
   color: #FFF;
   margin-bottom:0;
   text-align: center;
   padding-bottom:30px;
}

.slide-quote h2:before{
   display:none;
}

.slide-quote p{
   max-width: 500px;
   text-align: center;
   margin: auto;
   color: #FFF;
   font-weight: 500;
   line-height: 27px;
   font-size: 18px;
}

.sd-left, .sd-right {
   width: 120px;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0px;
   cursor: pointer;
   overflow: hidden;
   z-index: 7;
}

.sd-left{
   left:0;
}

.sd-left span, .sd-right span {
   height: 48px;
   width: 28px;
   top: 0px;
   bottom: 0px;
   left:0;
   right:0;
   margin: auto;
   position: absolute;
   background-image: url('https://www.foulire.com/editionsfoulire/animation/arrow.png');
   background-position: left 0px;
   background-repeat: no-repeat;
}

.sd-right span {
   background-position: right 0px;
}

@media screen and (max-width: 1025px){
	.about ul div {
    	padding: 20px 0px;
    }
}

@media screen and (max-width: 1000px){
	.product li div{
		padding:20px;
	}

	.product li h3{
		padding:20px;
		padding-bottom:0;
	}

	.product li h3:before{
		left:20px;
	}

	.statistic {
    	padding: 50px 8%;
    }
}

@media screen and (max-width: 900px){
	.mission .list{
		padding-left:0;
	}

	.mission .picture {
		position: relative;
		width: 92%;
		padding-bottom: 50%;
		height: auto;
		margin: auto;
		margin-bottom: 50px;
	}

	.mission li{
		padding: 20px 4%;
		width:50%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
}

@media screen and (max-width: 870px){
	.product li h3{
		font-size: 19px;
	}

	.product li div p {
	    font-size: 13px;
	    margin-bottom:10px;
	}

	.product li div span{
		font-size:13px;
		background-position-x: 50px;
	}
}

@media (max-width: 800px) {
	.entrepot {
		 display: block;
	 }
    .entrepot .column {
        flex: none;
        max-width: 100%;
    }
}


@media screen and (max-width: 800px){
	.contact{
		text-align: center;
		padding: 50px 40px;
	}

	.contact p{
		width:100%;
		padding:0;
		padding-bottom: 25px;
		line-height: 22px;
	}

	.contact a{
		float: none;
		display: inline-block;
		width: 100%;
		max-width: 150px;
	}

}

@media screen and (max-width: 750px){
	.product li h3{
		font-size: 22px;
	}

	.product li{
		width: 100%;
		padding-bottom: 50%;
	}

	.product li div p {
	    font-size: 14px;
	    margin-bottom:15px;
	    max-width: 280px;
	}

	.product li div{
		padding:30px;
	}

	.product li h3{
		padding:30px;
		padding-bottom:0;
	}

	.product li h3:before{
		left:30px;
	}

	.product li div span{
		font-size:16px;
		background-position-x: 57px;
		padding-right: 25px;
	}

	.about ul li{
		width:50%;
	}

	.about ul div{
		padding-top: 15px;
	}

	.about ul li.last{
		display:none;
	}

	.about{
		padding: 70px 5%;
	}
}

@media screen and (max-width: 700px){
	.supplier {
    	padding: 80px 8%;
    }

	.supplier ul li img {
	    height: 30px;
	}

	.supplier ul li {
	    margin: 0 12px;
	}

	.mission {
	    padding: 70px 4%;
	}

	.about h2, .mission h2, .supplier h2{
		font-size: 28px;
	}
}

@media screen and (max-width: 630px){
	.product li h3{
		padding:20px;
		padding-bottom:0;
	}

	.product li h3:before{
		left:20px;
	}

	.product li div{
		padding:20px;
	}

	.statistic {
    	padding: 50px 5%;
    }

    .statistic li{
    	width:50%;
    }

    .statistic li.last{
    	display:none;
    }


    .statistic-end {
    	padding: 50px 5%;
    }

    .presentation{
    	height:400px;
    	padding:0;
    }

    .presentation video{
    	width:auto;
		position: absolute;
		top: -5px;
		height: 125%;
    }

    .presentation h1{
		font-size: 37px;
		line-height: 45px;
		margin-bottom: 15px;
    }

    .presentation .text {
	    bottom: 8%;
	}

	.presentation .slide-show img{
		width:auto;
	}
}

@media screen and (max-width: 560px){
	.product li{
		width: 100%;
		padding-bottom: 40%;
	}

	.supplier ul {
		margin:0;
	}

	.supplier ul li {
		clear: both;
		display: block;
		margin:0;
		margin-top: 30px;
	}

	.supplier h2{
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 500px){
	.product li{
		padding-bottom: 50%;
	}

	.statistic li{
    	width:100%;
    }

    .statistic-end li{
    	width:100%;
    }


	.statistic li.third{
    	display:none;
    }

   .about ul{
    	margin-top: 10px;
    }

   .about ul li{
		width:100%;
		padding:0;
		border-left:0;
		display: block;
	}

	.about ul li.last{
		display: block;
	}

	.about ul div{
		max-width: 280px;
		margin: auto;
		padding: 45px 0px;
		border-bottom: solid 1px #e8e8e8;
	}

	.about ul span{
		position: relative;
		bottom:initial;
	}

	.about ul li.last div{
		border-bottom:0;
		padding-bottom:0;
	}

	.mission{
		padding-bottom: 50px;
	}

	.mission li{
		width:100%;
		max-width: 350px;
	}

	.mission li.last{
		padding: 20px 4%;
	}
}

@media screen and (max-width: 400px){
	.product li{
		padding-bottom: 60%;
	}

	.product li div{
		display:none;
	}

	.presentation h1 {
	    font-size: 32px;
	    line-height: 40px;
	}
}
</pre></body></html>