<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	font-family: 'PT Sans',Helvetica,Arial,sans-serif;
}
body
{
	background: #d7e4ea;
}
a:active,
a:focus,
a:hover
{
	outline-style:none !important;
}
img
{
	max-width: 100%;
	height: auto;
}
.page-content ul {
	margin-left:13px;
}
.page-content ul li {
	list-style-type:disc;
}
/*********************************************/
/******			GENERAL					******/
/*********************************************/
.bgheader
{
	position:absolute;
	top:0;
	z-index:-1;
	height:100%;
	width: 100%;
	background: #d7e4ea url('../images/bg.jpg') no-repeat top center scroll;
}
header .logo
{
	padding:35px 0 30px 0;
	display: block;
}
header nav.menu-principal
{
	padding:0;
	text-align: right;
	border: none;
	border-radius: 0;
	background: transparent;
	color:#000000;
}
header nav.menu-principal ul.nav li a:before
{
	content:"";
	display: block;
	width: 1px;
	height:24%;
	top:38%;
	position: absolute;
	left:-1px;
	background: #47a4d2;
}
header nav.menu-principal ul.nav li:first-child a:before
{
	display:none;
}
header nav.menu-principal ul.nav li a span
{
	color:#000000;
}
header nav.menu-principal ul.nav li a:hover
{
	background:#47a4d2;
}
header nav.menu-principal ul.nav li a:hover:before
{
	display:none;
}
header nav.menu-principal ul.nav li a:hover span
{
	color:#FFFFFF;
}
header .espace-client li
{
	float: right;
}
header .espace-client a
{
	background:#9ccbe2;
	color:#000000;
	padding:15px;
	font-weight: 700;
	line-height:20px;
	display:block;
	height: 50px;
	position: relative;
}
header .espace-client li:last-child a::after
{
	content:"";
	display: block;
	width: 1px;
	height:50%;
	top:25%;
	position: absolute;
	right:0;
	background: #000000;
}
header .espace-client a:hover
{
	background:#72a6bf;
	text-decoration: none;
}
header .espace-client a.espace-pro
{
	background:#000000;
	color:#FFFFFF;
	padding:9px 15px;
	font-weight: 700;
	line-height:16px;
	text-align: center;
	display:block;
}
header .espace-client a.espace-pro:hover
{
	background:#494949;
	text-decoration: none;
}
header .espace-client a i.fa
{
	font-size:1.4em;
	line-height: 16px;
	margin-right:10px;
}
header .baseline
{
	color:#0c4f8a;
	text-transform: uppercase;
	font-weight:700;
	font-size:20px;
	margin-top:20px;
}
header #form
{
	margin-bottom: 35px;
	display: block;
}
header form .container-1
{
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
header form .container-1 input#s
{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	font-size: 10pt;
	color: #797979;
	padding-left: 45px;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
}
header form .container-1 input#s::-webkit-input-placeholder,
header form .container-1 input#s:-moz-placeholder,
header form .container-1 input#s::-moz-placeholder,
header form .container-1 input#s:-ms-input-placeholder
{
	color: #65737e;  
}
header form .container-1 input[type="submit"]{
	position:absolute;
	background: #797979;
	border: none;
	border-radius: 0;
	font-size: 10pt;
	color: #FFFFFF;
	top: 0;
	right: 0;
	margin-top:8px;
	margin-right:8px;
	padding: 3px 12px;
}
header form .container-1 .icon
{
	position: absolute;
	top:0;
	left:0;
	margin-left: 15px;
	margin-top: 11px;
	z-index: 1;
	color: #45a4d2;
}
header form .container-1 input#s:focus,
header form .container-1 input#s:active
{
	outline:none;
	color: #45a4d2;
}
header nav.menu-boutique,
footer nav.menu-footer
{
	padding:0;
	border: none;
	border-radius: 0;
	background: #FFFFFF;
	color:#000000;
	min-height: 0;
}
header nav.menu-boutique ul.nav li a,
footer nav.menu-footer ul.nav li a
{
	border: none;
	border-radius: 0;
	background: transparent;
	color:#000000;
	font-size:16px;
	padding:17px 15px;
}
header nav.menu-boutique ul.nav li a:before,
footer nav.menu-footer ul.nav li a:before
{
	content:"";
	display: block;
	width: 1px;
	height:24%;
	top:38%;
	position: absolute;
	left:-1px;
	background: #2a679d;
}
footer nav.menu-footer ul.nav li a:before
{
	background: #a8c54c;
}
header nav.menu-boutique ul.nav li:first-child a:before,
footer nav.menu-footer ul.nav li:first-child a:before
{
	display:none;
}
header nav.menu-boutique ul.nav li a span,
footer nav.menu-footer ul.nav li a span
{
	color:#000000;
}
header nav.menu-boutique ul.nav li a:hover
{
	background:#2a679d;
}
footer nav.menu-footer ul.nav li a:hover
{
	background:#a8c54c;
}
header nav.menu-boutique ul.nav li a:hover:before,
footer nav.menu-footer ul.nav li a:hover:before
{
	display:none;
}
header nav.menu-boutique ul.nav li a:hover span,
footer nav.menu-footer ul.nav li a:hover span
{
	color:#FFFFFF;
}
header .telephone
{
	background:#88a3b0;
	padding:15px 20px;
	color:#FFFFFF;
	font-size:23px;
	line-height:23px;
	font-weight:700;
	margin: 0;
	text-align: center;
}
main .breadcrumbs
{
	margin-bottom: 20px;
	color:#337ab7;
}
.page-content
{
	background:#FFFFFF;
	margin-bottom:50px;
	padding:50px;
	position:relative;
}
.home .page-content
{
	padding:15px;
}
h1
{
	font-weight: bold;
	margin-bottom:0;
	margin-top:0;
	position: relative;
	top:-50px;
	left:-50px;
	background:#28689d;
	color:#FFFFFF;
	font-size:27px;
	text-transform: uppercase;
	padding:10px 45px 7px 45px;
	display: inline-block;
}
h2
{
	font-size:22px;
	font-weight: 400;
	text-transform: uppercase;
}
footer
{
	background:#ebebeb;
	padding:30px 0;
}
footer .facebook-footer
{
	padding-left:0;
}
footer .facebook-footer a
{
	background:#000000;
	padding:17px 20px 17px 50px;
	color:#FFFFFF;
	display: block;
	font-size:18px;
	line-height:20px;
}
footer .facebook-footer a
{
	background:#000000;
	padding:17px 20px 17px 55px;
	color:#FFFFFF;
	display: block;
	font-size:18px;
	line-height:20px;
}
footer .facebook-footer a:hover
{
	color:#9ccbe2;
	text-decoration: none;
}
footer .facebook-footer a i.logo-facebook
{
	position: absolute;
	background: transparent url('../images/logo-facebook.png') no-repeat center -34px scroll;
	width:32px;
	height:32px;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	left:12px;
	top:12px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
footer .facebook-footer a:hover i.logo-facebook
{
	background: transparent url('../images/logo-facebook.png') no-repeat center -2px scroll;
	border: 2px solid #9ccbe2;
}
footer .widget-footer ul li.widget ul li a
{
	padding: 0 0 0 10px;
	color:#000000;
	margin-bottom:0;
	display: block;
	position: relative;
}
footer .widget-footer ul li.widget ul li a:hover,
footer .widget-footer ul li.widget ul li a:focus,
footer .widget-footer ul li.widget ul li a:active
{
	padding-left:16px;
	color:#FFFFFF;
	text-decoration: none;
	background:#4aa5d3;
}
footer .widget-footer ul li.widget ul li a:before
{
	background: #4aa5d3;
	width: 1px;
	position: absolute;
	left: 0;
	top:10%;
	height: 80%;
	content: "";
	display: block;
}
footer .reassurance-footer p
{
	margin:0 0 15px 0;
	text-transform: uppercase;
	font-size:1.1em;
	font-weight: 700;
}
footer .reassurance-footer ul li
{
	float:left;
	margin-right:10px;
}
footer .coordonnees-footer
{
	padding-left:0;
}
footer .coordonnees-footer strong
{
	text-transform: uppercase;
	font-size:1.1em;
	font-weight: 700;
}
/*********************************************/
/******			WOOCOMMERCE				******/
/*********************************************/
.woocommerce span.onsale
{
	padding:7px 10px !important;
	line-height:15px !important;
	min-height: 1px !important;
	min-width: 1px !important;
	border-radius:0 !important;
	margin:-1px -1px 0 0 !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images
{
	float:none !important;
	width: auto !important;
}
.single h1
{
	color:#4aa5d5;
	font-size:30px;
	background: transparent;
	padding: 0;
	top:0;
	left:0;
	text-transform: none;
}
.home h2,
#famillyDescription h2,
.single-product .summary h2
{
	font-size:15px;
	text-transform: none;
}
#famillyDescription h2
{
	margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations label
{
	color:#000000 !important;
	font-size:14px !important;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.woocommerce div.product .summary p.price .amount,
.woocommerce div.product .summary span.price .amount
{
	color:#4aa5d5 !important;
	font-size:30px !important;
}
.woocommerce div.product .summary p.price del span.amount,
.woocommerce div.product .summary span.price del span.amount
{
	display:block !important;
	font-size:0.7em !important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins
{
	text-decoration: none !important;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price
{
	margin-bottom:30px !important;
}
.woocommerce .quantity .qty
{
	padding-top:7px !important;
	padding-bottom:7px !important;
	font-size:15px !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button
{
	background: #000000 !important;
	color: #FFFFFF !important;
	padding: 10px 15px !important;
	font-size:20px !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	border-radius: 0 !important;
}
.woocommerce div.product .images .thumbnails .zoom
{
	border:1px solid #eaeaea;
}
.woocommerce div.product .woocommerce-tabs
{
	background:#eaeaea;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs
{
	padding: 0 !important;
	margin:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before
{
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li
{
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	display: block !important;
	float:left !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after
{
	display: none !important;
	position: relative !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a
{
	border: 0 !important;
	border-radius: 0 !important;
	background:#28689d !important;
	color:#FFFFFF !important;
	padding: 4px 15px !important;
	margin: 0 !important;
	text-transform: uppercase;
	display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
	background:#59aad7 !important;
}
.woocommerce div.product .woocommerce-tabs .panel
{
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0 #ffffff;
	padding:50px !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product
{
	width:30.8% !important;
	border:1px solid #959595 !important;
	padding:20px !important;
	text-align: center !important;
	min-height:375px !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
{
	border-radius:0 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
	padding:8px 15px !important;
	border:1px solid #eaeaea !important;
	background: #FFFFFF !important;
}
.woocommerce ul.products.a_la_une,
.woocommerce-page ul.products.a_la_une
{
	margin-bottom: 0 !important;
}
.woocommerce ul.products.a_la_une li.product,
.woocommerce-page ul.products.a_la_une li.product
{
	width: 48.1% !important;
	min-height:220px !important;
	margin-bottom: 0 !important;
}
.woocommerce ul.products.a_la_une li.product.featured,
.woocommerce-page ul.products.a_la_une li.product.featured
{
	padding-top:50px !important;
}
.woocommerce ul.products.a_la_une li.product.featured .titre-cadre,
.woocommerce-page ul.products.a_la_une li.product.featured .titre-cadre
{
	background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    left: -1px;
    padding: 3px 15px;
    position: absolute;
    text-transform: uppercase;
    top: -1px;
}
.woocommerce ul.products.a_la_une li.product.promotion,
.woocommerce-page ul.products.a_la_une li.product.promotion
{
	border: 5px solid #2a679d !important;
	margin-top:30px;
	min-height:190px !important;
}
.woocommerce table.shop_table
{
	border-radius: 0 !important;
}
#add_payment_method #payment,
.woocommerce-checkout #payment
{
    background: #ebe9eb none repeat scroll 0 0 !important;
    border-radius: 0 !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box
{
	background-color: #dfdcde !important;
	color:#000000 !important;
}
.woocommerce-checkout #payment div.payment_box::after
{
	border-color: transparent transparent #dfdcde !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register
{
	border-radius: 0 !important;
}
/*********************************************/
/******			ACCUEIL					******/
/*********************************************/
.edito
{
	background: #FFFFFF;
	padding:30px;
	min-height:300px;
}
.edito h1
{
	color:#4aa5d5;
	font-size: 20px;
	margin-top:0;
	margin-bottom:10px;
	background: transparent;
	padding: 0;
	position: relative;
	text-transform: none;
	top:0;
	left:0;
}
.edito h2
{
	color:#000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.livraison
{
	background:#4aa5d5 url('../images/icone-livraison.png') no-repeat center 15px scroll;
	padding:70px 15px 15px 15px;
	margin-bottom:30px;
	color:#000000;
	font-size:16px;
	line-height:22px;
	text-align: center;
}
.livraison p strong
{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}
.paiement-securise
{
	background:#0d528f url('../images/icone-paiement-securise.png') no-repeat center 15px scroll;
	padding:70px 15px 15px 15px;
	margin-bottom:30px;
	color:#FFFFFF;
	font-size:20px;
	line-height:22px;
	text-align:center;
}
.paiement-securise p strong
{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}
.hotline
{
	background:#7896a5;
	padding:30px 15px 30px 100px;
	color:#FFFFFF;
	font-size:20px;
	line-height:30px;
	text-align: center;
}
.hotline i
{
	background:transparent url('../images/femme-hotline.png') no-repeat center center scroll;
	position: absolute;
	bottom:0;
	left:0;
	width:129px;
	height:152px;
	display: block;
}
.hotline span
{
	background:#000d46;
	padding:2px 7px;
	color:#FFFFFF;
}
.service-pro
{
	background:#000d46;
	padding:120px 15px 32px 15px;
	color:#FFFFFF;
	font-size:20px;
	line-height:30px;
	text-align: center;	
}
.service-pro i
{
	background:transparent url('../images/homme-pro.png') no-repeat center center scroll;
	position: absolute;
	top:-30px;
	left:50%;
	width:137px;
	height:132px;
	display: block;
	margin-left: -69px;
}
.service-pro a
{
	border:none;
	background:#9ccbe2;
	color:#000d46;
	padding:1px 10px;
	margin-top:15px;
	text-transform: uppercase;
	font-size:15px;
	display:inline-block;
	width: auto;
	font-weight: 700;
}
.service-pro a:hover,
.service-pro a:focus,
.service-pro a:active
{
	text-decoration: none;
	background: #FFFFFF;
}
.selection
{
	padding:50px 15px 50px 30px;
}
.selection .onsale,
.promotion .onsale
{
	display: none;
}
.selection .titre-cadre
{
	font-size:20px;
	text-transform: uppercase;
	margin:0 0 10px 0;
}
.selection .products li
{
	border:1px solid #959595;
	padding:20px;
	text-align: center;
	margin-bottom: 2px;
	min-height: 380px;
}
.selection .products li .titre-produit,
.promotion .titre-produit,
.single-product .products.related h3,
.single-product .products.upsells h3,
.woocommerce ul.products li.product h3
{
	color:#000000;
	margin:10px 0;
	display: block;
}
.selection .products li .price,
.promotion .price,
.single-product .products.related .price,
.single-product .products.upsells .price,
.woocommerce ul.products li.product .price
{
	color:#45a4d2 !important;
	font-weight: 700 !important;
	font-size:1.1em !important;
}
.promotion .price
{
	color:#000D46;
}
.selection .products li a.button,
.promotion a.button
{
	display: inline-block;
	width: auto;
	background: #45a4d2;
	padding: 3px 15px;
	color:#FFFFFF;
	margin-top: 10px
}
.promotion a.button
{
	background: #000D46;
}
.selection .products .owl-controls
{
	position:absolute;
	top:-45px;
	right:0;
}
.selection .products .owl-controls .owl-nav div
{
	text-indent: -9999px;
	background: transparent url('../images/slider-controls.png') no-repeat center center scroll;
	width: 25px;
	height: 25px;
	display: block;
	border: 1px solid #959595;
	border-radius: 100%;
	position: absolute;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.selection .products .owl-controls .owl-nav .owl-prev
{
	top:0;
	right:30px;
	background-position:-2px center;
}
.selection .products .owl-controls .owl-nav .owl-prev:hover,
.selection .products .owl-controls .owl-nav .owl-prev:focus,
.selection .products .owl-controls .owl-nav .owl-prev:active
{
	background-position:-29px center;
}
.selection .products .owl-controls .owl-nav .owl-next
{
	background-position:-74px center;
	top:0;
	right:0;	
}
.selection .products .owl-controls .owl-nav .owl-next:hover,
.selection .products .owl-controls .owl-nav .owl-next:focus,
.selection .products .owl-controls .owl-nav .owl-next:active
{
	background-position:-49px center;
}
.promotion
{
	border: 5px solid #2a679d;
	position: relative;
	margin-top:89px;
	padding:20px;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 380px;
}
.promotion .titre-cadre
{
	background:#2a679d;
	position:absolute;
	top:-37px;
	left:-5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size:20px;
	font-weight: 700;
	display: inline-block;
	padding: 3px 15px;
}
.actualites
{
	border:1px solid #959595;
	padding:60px 27px 27px 27px;
	position: relative;
}
.actualites .titre-cadre
{
	margin: 0;
}
.actualites .titre-cadre a
{
	background:#000000;
	color:#FFFFFF;
	text-transform: uppercase;
	position: absolute;
	top:0;
	left:0;
	padding: 3px 15px;
	margin:0; 
	font-size: 20px;
	font-weight: 700;
}
.actualites .titre-cadre a:hover
{
	text-decoration: none;
}
.actualites .titre-actu a
{
	color:#000000;
	font-size:18px;
	font-weight: 400;
}
.actualites .read-more
{
	display: inline-block;
	width: auto;
	background: #2a679d;
	padding: 3px 15px;
	color:#FFFFFF;
	margin-top: 10px
}
.actualites .controls
{
	position:absolute;
	top:15px;
	right:15px;
}
.actualites .controls .nav div
{
	text-indent: -9999px;
	background: transparent url('../images/slider-controls.png') no-repeat center center scroll;
	width: 25px;
	height: 25px;
	display: block;
	border: 1px solid #959595;
	border-radius: 100%;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.actualites .controls .nav .prev
{
	top:0;
	right:30px;
	background-position:-2px center;
}
.actualites .controls .nav .prev:hover,
.actualites .controls .nav .prev:focus,
.actualites .controls .nav .prev:active
{
	background-position:-29px center;
}
.actualites .controls .nav .next
{
	background-position:-74px center;
	top:0;
	right:0;	
}
.actualites .controls .nav .next:hover,
.actualites .controls .nav .next:focus,
.actualites .controls .nav .next:active
{
	background-position:-49px center;
}
.temoignage
{
	background:#ebebeb;
	padding:30px;
	min-height: 274px;
}
.temoignage .infos
{
	padding-right:0;
}
.temoignage .infos .titre-cadre
{
	background: #59aad7;
	float:right;
	color:#FFFFFF;
	text-transform: uppercase;
	padding:3px 7px;
	font-size:18px;
}
.temoignage .infos .nom
{
	color: #59aad7;
	text-transform: uppercase;
	font-size:24px;
	font-weight:600;
	margin: 0 0 10px 0;
}
.temoignage .infos .lieu
{
	font-size: 18px;
	padding:0 20px 0 0;
	margin:0; 
}
.temoignage .infos .titre
{
	font-size: 15px;
	padding:0 10px 0 0;
}
.temoignage .infos .temoignage
{
	font-size:12px;
	padding:0 20px 0 0;
	min-height:1px;
	font-weight:400;
}
/*********************************************/
/******			SIDEBAR					******/
/*********************************************/
.side .livraison,
.side .paiement-securise
{
	padding:15px 15px 15px 100px;
	text-align: left;
	background-position: 15px center;
}
.side .livraison p,
.side .paiement-securise p
{
	margin-bottom:0;
}
.side .hotline,
.side .service-pro
{
	margin-bottom:30px;
}
.side .hotline i
{
	bottom: 30px;
}
.side .hotline p
{
	font-size: 15px;
}
.side .service-pro
{
	padding-bottom: 2px;
}
.side .service-pro i
{
	top: -20px;
}
.side .service-pro p
{
	margin-bottom:0;
	padding-bottom:15px;
}
/*********************************************/
/******			SOCIETE					******/
/*********************************************/
.page-template-template-societe .bandeau
{
	width: 100%;
	height:300px;
	background: transparent url('../images/bg-societe.jpg') no-repeat center center scroll;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-template-societe .bandeau .accroche
{
	color:#FFFFFF;
	position:relative;
	margin-left:70%;
	margin-right:30px;
	font-size:20px;
}
.page-template-template-societe h2
{
	color:#4aa5d5;
	font-size:22px;
	background: transparent;
	padding: 0;
	text-transform: none;	
	margin:30px 0;
}
.page-template-template-societe .chiffres .experience,
.page-template-template-societe .chiffres .fournisseurs,
.page-template-template-societe .chiffres .clients
{
	padding:40px 20px;
	font-size:17px;
	text-align: center;
	color:#FFFFFF;
	font-weight: 200;
	line-height:20px;
}
.page-template-template-societe .chiffres .experience strong,
.page-template-template-societe .chiffres .fournisseurs strong,
.page-template-template-societe .chiffres .clients strong
{
	font-size:30px;
	line-height:30px;
}
.page-template-template-societe .chiffres .experience
{
	background:#9ccbe2;
	margin-top:100px;
}
.page-template-template-societe .chiffres .fournisseurs
{
	background:#17265b;
	margin-top:30px;
	padding:30px 20px;
}
.page-template-template-societe .chiffres .clients
{
	background:#165c97;
	margin-top:170px;
}
/*********************************************/
/******			SERVICES				******/
/*********************************************/
.page-template-template-services h1
{
	position: absolute !important;
	left:0 !important;
	top:0 !important;
}
.page-template-template-services h2
{
	color:#4aa5d5;
	font-size:22px;
	background: transparent;
	padding: 0;
	text-transform: none;	
	margin:30px 0;
}
.page-template-template-services .photos img
{
	margin-bottom:20px;
}
.page-template-template-services .encart
{
	background: #ebebeb;
	padding:30px 15px;
	margin: 30px 0 0 0;
}
.page-template-template-services .encart h3
{
	margin-top:0;
}
.page-template-template-services .encart p
{
	margin-bottom:0;
}
.page-template-template-services .encart .photos
{
	text-align: center;
}
.page-template-template-services .encart img
{
	margin:20px 0;
}
/*********************************************/
/******			ACTUALITÃ‰S				******/
/*********************************************/
.blog .page-content .post,
.archive .page-content .post,
.search .page-content .row
{
	padding-bottom:30px;
	margin-bottom:30px;
	position: relative;
}
.blog .page-content .post::before,
.archive .page-content .post::before,
.search .page-content .row::before
{
	position: absolute;
	bottom:0;
	left:15%;
	width:70%;
	content: "";
	height:2px;
	background: #000000;
	display: block;
}
.blog .actu-titre,
.archive .actu-titre,
.search .actu-titre
{
	font-size:25px;
	text-transform:none;
	margin:0 140px 20px 0;
}
.search .actu-titre
{
	margin-right: 0;
}
.blog .actu-titre a,
.archive .actu-titre a,
.search .actu-titre a
{
	color:#58acd5;
}
.blog .actu-titre a:hover,
.archive .actu-titre a:hover,
.search .actu-titre a:hover,
.blog .actu-titre a:focus,
.archive .actu-titre a:focus,
.search .actu-titre a:focus,
.blog .actu-titre a:active,
.archive .actu-titre a:active,
.search .actu-titre a:active
{
	color:#000d46;
	text-decoration: none;
}
.blog .actu-date,
.archive .actu-date
{
	background: #000000;
	color:#FFFFFF;
	text-transform: uppercase;
	padding: 5px 15px;
	position: absolute;
	right:0;
	top:0;
}
.blog .actu-extrait,
.archive .actu-extrait,
.search .actu-extrait
{
	margin-bottom:20px;
}
.blog .read-more,
.archive .read-more,
.search .read-more
{
	background: #2a679d;
	color:#FFFFFF;
	padding:7px 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.archive .read-more:hover,
.blog .read-more:hover,
.search .read-more:hover,
.archive .read-more:focus,
.blog .read-more:focus,
.search .read-more:focus,
.archive .read-more:active,
.blog .read-more:active,
.search .read-more:active
{
	background: #000d46;
	text-decoration: none;
}
.pagination
{
	position: relative;
	left:50%;
}
.pagination a
{
	text-indent: -9999px;
	background: transparent url('../images/slider-controls.png') no-repeat center center scroll;
	width: 25px;
	height: 25px;
	display: block;
	border: 1px solid #959595;
	border-radius: 100%;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.pagination .prev a
{
	top:0;
	right:30px;
	background-position:-2px center;
}
.pagination .prev a:hover,
.pagination .prev a:focus,
.pagination .prev a:active
{
	background-position:-29px center;
}
.pagination .next a
{
	background-position:-74px center;
	top:0;
	right:0;	
}
.pagination .next a:hover,
.pagination .next a:focus,
.pagination .next a:active
{
	background-position:-49px center;
}
/*********************************************/
/******			ACTUALITÃ‰				******/
/*********************************************/
.single-post h1
{
	margin-bottom:30px;
}
.single-post .back-news
{
	font-size:13px;
	color:#000000;
	background:#9ccbe2;
	padding:15px;
	position: absolute;
	top:0;
	right:0;
}
.single-post .back-news:hover,
.single-post .back-news:focus,
.single-post .back-news:active
{
	background:#0D528F;
	color:#FFFFFF;
	text-decoration: none;
}
.sliderActus .owl-nav,
.sliderServices .owl-nav{
	overflow: hidden;
	height: 0px;
}
.sliderActus .item,
.sliderServices .item {
	text-align: center;
}
.sliderActus .nav-btn,
.sliderServices .nav-btn {
	height: 47px;
	position: absolute;
	width: 47px;
	cursor: pointer;
	top: 100px !important;
	background: rgba(0,0,0,0.4);
	color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.sliderActus .owl-prev.disabled,
.sliderActus .owl-next.disabled,
.sliderServices .owl-prev.disabled,
.sliderServices .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}
.sliderActus .prev-slide,
.sliderServices .prev-slide {
	left: 0;
}
.sliderActus .next-slide,
.sliderServices .next-slide {
	right: 0;
}
.single-post .social-sharer
{
	position:absolute;
	bottom:0;
	right:15px;
	background: #000000;
	height: 45px;
	z-index: 999;
}
.single-post .social-sharer a
{
	width:45px;
	height:45px;
	background: transparent url('../images/social-btn.png') no-repeat center center scroll;
	display: inline-block;
	margin: 0;
}
.single-post .social-sharer a:hover,
.single-post .social-sharer a:focus,
.single-post .social-sharer a:active
{
	background-color: #4AA5D5;
}
.single-post .social-sharer a.facebook
{
	background-position: 0 center;
}
.single-post .social-sharer a.google
{
	background-position: -70px center;
}
.single-post .actu-date
{
	background: #000000;
	color:#FFFFFF;
	text-transform: uppercase;
	padding: 5px 15px;
	position: absolute;
	left:15px;
	top:0;
}
.single-post .post-content
{
	margin-top:50px;
}
/*********************************************/
/******			CONTACT					******/
/*********************************************/
.acf-map
{
	width: 100%;
	height:300px;
	margin-bottom:43px;
}
.page-template-template-contact .page-content
{
	padding:15px;
}
.page-template-template-contact .coordonnees
{
	margin-left:40px;
	border-left:3px solid #59aad7;
	margin-top:70px;
	padding-left:30px;
}
.page-template-template-contact h1
{
	color:#4aa5d5;
	font-size:30px;
	background: transparent;
	padding: 0;
	text-transform: none;
	top:0;
	left:0;
}
.page-template-template-contact .coordonnees h2
{
	font-size:22px;
	color:#4aa5d5;
	text-transform: uppercase;
	margin-bottom:20px;
}
.page-template-template-contact .coordonnees .adresse
{
	margin-bottom:20px;
}
.page-template-template-contact .coordonnees .telephone
{
	margin-bottom:0;
	color:#28689e;
	font-size:18px;
}
.page-template-template-contact .formulaire h1
{
	font-size:20px;
	margin: 0 0 20px 0;
}
.page-template-template-contact .formulaire
{
	background:#ebebeb;
	padding:25px 35px;
}
.page-template-template-contact .formulaire input,
.page-template-template-contact .formulaire textarea
{
	width: 100%;
	padding:10px;
	background:#FFFFFF;
	border:none;
	margin-bottom:10px;
}
.page-template-template-contact .formulaire textarea
{
	height:88px;
}
.page-template-template-contact .formulaire input[type="submit"]
{
	width: auto;
	float:right;
	display: block;
	margin-bottom: 0;
	background: #6f6f6f;
	color:#FFFFFF;
	padding: 3px 10px;
}
.page-template-template-contact div.wpcf7-response-output
{
	float:left;
	margin: 0;
}
/*********************************************/
/******			MENTIONS LÃ‰GALES		******/
/*********************************************/

/*********************************************/
/******			RESPONSIVE				******/
/*********************************************/
@media only screen and (max-width: 991px) {
	.side .hotline i
	{
		bottom: 0;
	}
	.side .service-pro
	{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product
	{
		width:auto !important;
		margin:0 0 30px 0 !important;
		float: none !important;
	}
	.woocommerce ul.products.a_la_une li.product,
	.woocommerce-page ul.products.a_la_une li.product
	{
		width: 100% !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 550px) {

}


.dotstore_plugin_sidebar{
	display: none!important;
}</pre></body></html>