<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html{
}
body {
	margin:0;
	padding:0;
    color: #565656;
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
    font-size: 18px;
	background:#F8F8F8;
}
a,
a:focus{
	outline:none !important;
	text-decoration:none;
	color: #29ABE2;
	font-weight:400;
}
a:hover{
	text-decoration:none;
	color: #2082AC;
}
img{
	border:none;
}
.clr{
	clear:both;
	height: 0;
}
*{
}
p {
	margin: 0 0 10px 0;
	padding-left:0;
}
strong{
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    color: #29ABE2;
    font-weight: 700;
}
li{
	line-height: 1.42857;
}
.readmore{
}
.btn{
	font-weight: 700;
    color: #FFF ;
	background: #29ABE2;
	opacity: 1;
	border-radius:0;
	padding: 8px 20px;
	display:block;
	border: 0;
	width: fit-content;
}
.btn a, .smallbutton a, .button a, .readmore a{
    color: #FFF;
}
.btn:hover{
	opacity: 1;
	background:#2082AC;
    color: #FFF;
}
.btn a:hover, .smallbutton a:hover, .button a:hover, .readmore a:hover{
	background:#2082AC;
    color: #FFF;
}
.icon-chevron-right{
	display: none;
}
/*** MAIN ***/
.header {
    position: absolute;
    width: 100%;
    height: 35vh;
}
#top{
    position: relative;
    height: 35vh;
	overflow: hidden;
}
content{
	padding-top:60px;
	padding-bottom:130px;
    z-index: 2;
    position: relative;
}
bespoke {
    background-color: #FFFFFF;
	font-size:18px;
	padding:120px 0;
    z-index: 2;
    position: relative;
}
brands {
    background-color: #FFFFFF;
	font-size:18px;
	padding-top:80px;
	padding-bottom:80px;
    z-index: 1;
    position: relative;
}
bottom {
    background-color: #2082AC;
    color: #FFFFFF;
	font-size:18px;
	padding-top:40px;
	padding-bottom:80px;
    z-index: 2;
    position: relative;
}
footer {
    color: #FFFFFF;
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 20px;
	background-color: #155E7D;
    z-index: 2;
    position: relative;
}
/* HEADER */
.header .flexheader{
    width: 100%;
    height: 35vh;
	background-size: cover;
	background-position: center;
}
.header .gradient{
	position: absolute;
    height: 35vh;
    width: 100%;
	background: rgba(0,0,0,0.6);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%) !important;
	background: -o-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%)!important;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%)!important;
}
/* TOP */
#top .wrap{
	position: absolute;
	z-index: 20;
	width: 100%;
    height: 35vh;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#top #logo{
    width: 182px;
    height: 41px;
	margin:20px 0 0 30px;
	float: left;
}
#top #logo a{
	display:block;
    width: 182px;
    height: 41px;
	background: url("../images/logo.png") no-repeat top left ;
	background-size: 182px 41px;
	text-indent: -9999px;
}
#top #navigation{
	float:right;
	position:relative;
}
#top #lang{
	float: right;
	margin:38px 20px 0 0;
}
#top img.flexheader {
    max-width: 100%;
    min-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
/* navigation */

#js-mainnav.megamenu .js-megamenu{
	text-align:right;
	width: 100%;
    margin: 0;
    padding: 0;
}
#navigation #js-mainnav{
	margin:32px 0 0 0;
}
#navigation #js-mainnav ul{
    list-style: none outside none;
    margin: 0;
    padding:0;
}
#navigation #js-mainnav ul li {
	float: left;
	margin:0;
	padding:0;
}
#navigation #js-mainnav ul li a{
    background-color: transparent;
	display: block;
    color: #FFFFFF;
    font-size: 14px;
	text-transform:uppercase;
    font-weight: 700;
    padding:8px 15px 7px 15px;
	margin:0 10px 0 0;
	text-align:left;
    opacity: 0.8;
}
#navigation #js-mainnav ul li a:hover, 
#top #js-mainnav ul li.active a:hover{
    background-color: #29ABE2;
	color: #FFFFFF;
    opacity: 1;
}
#navigation #js-mainnav ul li.active &gt; a{
    background-color: #FFFFFF;
	color: #29ABE2;
    opacity: 1;
}
#navigation #js-mainnav ul li#Devisgratuit a,
#navigation #js-mainnav ul li#Gratisofferte a{
    background-color: #29ABE2;
	color: #FFFFFF;
    opacity: 1;
}
#navigation #js-mainnav ul li.haschild {
    margin-top: 4px;
}

#top #navigation #js-mainnav ul li ul li a{
	text-transform:none;
    padding:7px 10px;
	margin:0;
	line-height:normal; 
	display: block;
}
#top #navigation #js-mainnav ul li ul li a:hover{
    background-color: #29ABE2;
	color: #FFFFFF;
    opacity: 1;
}
#top #navigation {
}
#js-mainnav.affix .js-megamenu {
    float: left;
    position: relative;
	width: auto;
}
#navigation #js-mainnav {
	transform: translate3d(0,0,0);
}

wrapper #top .wrap #navigation #js-mainnav.affix #js-meganav{
}
wrapper #top .wrap #navigation #js-mainnav.affix {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    height: 80px;
    margin: 0 0 0 0;
    flex-grow: 90;
    left: 0;
	padding: 8px 0 0 0 !important;
	background-color:rgba(0,0,0,0.6) !important;
	box-shadow:
  0 1.1px 2.8px -24px rgba(0, 0, 0, 0.02),
  0 2.7px 6.7px -24px rgba(0, 0, 0, 0.028),
  0 5px 12.5px -24px rgba(0, 0, 0, 0.035),
  0 8.9px 22.3px -24px rgba(0, 0, 0, 0.042),
  0 16.7px 41.8px -24px rgba(0, 0, 0, 0.05),
  0 40px 100px -24px rgba(0, 0, 0, 0.07);
}
#navigation #js-mainnav #logo,
#navigation #js-mainnav #lang{
	display: none;
}
#navigation #js-mainnav.affix #logo,
#navigation #js-mainnav.affix #lang{
	display: block;
}

#navigation #js-mainnav.affix #logo{
    width: 182px;
    height: 41px;
	margin:5px 0 0 30px;
	float: left;
}
#navigation #js-mainnav.affix #logo a{
	display:block;
    width: 182px;
    height: 41px;
	background: url("../images/logo.png") no-repeat 0 50%;
	background-size: 182px 41px;
}
#navigation #js-mainnav.affix #lang{
	float: right;
    margin: 10px 20px 0 0;
}
#navigation #js-mainnav.affix .mainNav{
    left: 33.7%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    margin-top: 12px !important;
}
#navigation #js-mainnav .mainNav &gt; ul{
	float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.dropdown-menu {
	border-radius: 0 !important;
	margin-top: -1px;
	background-color: #F8F8F8;
	box-shadow: none;
	border: none;
}
.dropdown-menu .megacol.column1.first{
	width: 200px !important;
}
.dropdown-menu {
	left: auto !important;
	display: block !important;
	opacity: 0;
	visibility: hidden;
}
li.haschild:hover .dropdown-menu{
	opacity: 1;
	visibility: visible;
}
#navigation #js-mainnav ul li ul li {
	float:none;
}
/* LANGUAGE */
#top #lang ul li{
    padding:0;
	margin:0;
}
#top #lang ul li a{
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
    padding:7px;
	margin:0;
	text-align:left;
    opacity: 0.6;
}
#top #lang ul li a:hover, 
#top #lang ul li.lang-active a{
	color: #FFFFFF;
    opacity: 1;
}

/* CONTENT */

content .item-page {
    max-width: 800px;
    margin: auto;
    align-items: center;
}

content{
	line-height: 28px;
}
content h1,
content .componentheading{
    clear: both;
    font-size: 48px;
	font-weight: 700;
    margin: 0 0 60px 0;
    padding: 0;
	line-height:normal;
	text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
}
content h2{
    clear: both;
    font-size: 36px;
	font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0 ;
	line-height:normal;
	text-align: left;
    color: #575757;
    text-transform: uppercase;
}
content h3,
content .blog h2{
	clear: both;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #575757;
}
content .blog h2::before{
	display: none;
}
content h4{
    clear: both;
    font-size: 20px;
    margin-bottom:10px;
	line-height: normal;
}
content .fulltext h2, 
content .fulltext h3, 
content .fulltext h4 {
    clear: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-top: 0;
}
content p.desc {
    font-size: 14px;
    line-height: 140%;
	margin-bottom: 70px;
}
content .moduletable{
	font-size:14px;
	line-height: 150%;
}
content .moduletable h3 {
    margin: 40px 0 20px 0;
    padding: 0;
    font-size: 38px;
    line-height: normal;
    text-align: center;
}
content .moduletable p{
	margin:0;
	padding:0;
}
.pull-left.item-image {
    margin: 0 20px 0 0;
    width: 50%;
    height: 180px;
}
content .article-info-term{
  display:none;
}
content .published {
    color: #9B9B9B;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
/* SOLUTIONS */
.solutions {
    line-height: 150%;
    font-size: 14px;
    color: #565656;
    max-width: 800px;
    margin: auto;
}
.solutions .items{
	margin-bottom: 50px;
}
.solutions .item {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-areas:
        "Image Titre"
        "Image Content";
}
.solutions .page-header {
    order: 0;
  }
.solutions .img_intro {
    order: -1;
  }
.solutions .p {
    order: 2;
  }
.solutions .page-header {
}
.solutions .page-header h2{
    clear: both;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
    color: #575757;
    margin-left: 15px;
}
.solutions .item p{
	margin-left: 15px;
}
.solutions .img_intro{
    grid-row: 1 / span2;
	width: 300px;
	height: 230px;
	max-width: 100%;
	float: left;
	margin-right: 20px;
	background-size: cover;
	background-position: 50% 50%;
}
/* PRODUCTS */
.blog.products {
	line-height: 150%;
	font-size: 14px;
	color: #A1A1A1
}
.blog.products .items{
	margin-bottom: 50px;
}
.blog.products .img_intro{
    width: 100%;
    height: 180px;
    background-size: contain;
	background-position: 50% 50%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.blog.products .readmore {
    margin: 15px 0 0 0;
}
.products .img-fulltext-left {
    width: 300px;
    height: 230px;
    max-width: 100%;
    float: left;
    background-size:contain;
    background-position: 50% 50%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
/* SERVICES */
.services {
	line-height: 150%;
	font-size: 16px;
	color: #A1A1A1
}
.services .items{
	margin-bottom: 90px;
}
.services .img_intro{
	width: 50%; 
	float: left;
	margin-right: 20px;
	height: 180px;
	background-size: cover;
	background-position: 50% 50%;
}
.services .btn{
	clear: both;
    margin-top: 15px;
}
.services .item .intro {
	min-height: 180px;
}
/* BLOG CATEGORY */
/* QUOTE */
content .custom.quote{
	padding: 30px 60px;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	background: #DDF2FB;
	width: 100%;
	max-width: 100%;
	margin: 50px 0 0 0;
	border: 0;
    color: #29ABE2;
    font-weight: 700;
}
content .quote .btn{
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
}
/* PARTNER */
partners {    
	z-index: 3;
    position: relative;
}
partners .container{
	position: relative;
}
partners .moduletable{
	padding: 30px 60px;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0.4px 0.8px rgba(0, 0, 0, 0.017), 0 1px 2px rgba(0, 0, 0, 0.024), 0 1.9px 3.8px rgba(0, 0, 0, 0.03), 0 3.4px 6.7px rgba(0, 0, 0, 0.036), 0 6.3px 12.5px rgba(0, 0, 0, 0.043), 0 15px 30px rgba(0, 0, 0, 0.06);
	border: 0;
}
partners .moduletable .btn{
	float: right;
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px 20px;
}


.items-row{
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	border-bottom: 2px solid #c7c7c7;
}

.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul &gt; li {
	display: inline;
}
.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; li &gt; a:focus,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
	background-color: #f5f5f5;
}
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
	color: #999;
	cursor: default;
}
.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover,
.pagination ul &gt; .disabled &gt; a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul &gt; li &gt; a,
.pagination-large ul &gt; li &gt; span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul &gt; li:first-child &gt; a,
.pagination-large ul &gt; li:first-child &gt; span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul &gt; li:last-child &gt; a,
.pagination-large ul &gt; li:last-child &gt; span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul &gt; li:first-child &gt; a,
.pagination-mini ul &gt; li:first-child &gt; span,
.pagination-small ul &gt; li:first-child &gt; a,
.pagination-small ul &gt; li:first-child &gt; span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul &gt; li:last-child &gt; a,
.pagination-mini ul &gt; li:last-child &gt; span,
.pagination-small ul &gt; li:last-child &gt; a,
.pagination-small ul &gt; li:last-child &gt; span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul &gt; li &gt; a,
.pagination-small ul &gt; li &gt; span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul &gt; li &gt; a,
.pagination-mini ul &gt; li &gt; span {
	padding: 0 6px;
	font-size: 9.75px;
}

/* BRANDS */
brands {
    margin-top: -180px;
}
brands .container{
	max-width: 800px;
}
brands .moduletable{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #A1A1A1;
}
brands .moduletable img{
	margin-bottom: 20px;
}
brands .moduletable h3{
	text-align: center;
    margin: 0;
    padding: 60px 0 60px 0;
	font-size: 48px;
	font-weight: 700;
    line-height: 110%;
}
/* SHOWCASE */
showcase {
	background-image: url("../images/bg_testimonials.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 50% 50%;
}
showcase .moduletable h3{
	color: #FFFFFF;
    margin: 0;
    padding: 80px 0 0 0;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
    line-height: 110%;
}
/* BESPOKE */
bespoke .container{
	max-width: 800px;
}
bespoke .moduletable{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
bespoke .moduletable h3{
    margin: 0;
    padding: 0 0 20px 0;
	font-size: 48px;
	font-weight: 700;
    line-height: 110%;
}
bespoke .moduletable a.btn {
    margin: 30px auto 0 auto;
    text-align: center;
    float: none;
    width: fit-content;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 40px;
}
/* FORM */
content form.bfQuickMode {
    max-width: 500px;
    margin: auto;
}
content form .bfRolloverBg{
	background-color: transparent !important;
}
content .bfQuickMode .bfLabelLeft label {
    width: 100%;
}
.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
    width: 100%;
}
content .bfQuickMode section input {
    height: auto;
    font-size: 14px;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
content form.bfQuickMode button{
	font-weight: 700;
    color: #FFF ;
	background: #29ABE2;
	opacity: 1;
	border-radius:0;
	padding: 8px 20px;
	display:block;
	border: 0;
    width: fit-content;
}
content form.bfQuickMode button:hover{
	opacity: 1;
    background: #203861;
    color: #FFF;
}
/* CLIENTS */
.trust img {
    margin: 0px 20px 20px 0px;
    float: left;
}
/* BOTTOM */
bottom .moduletable{
	color:rgba(255,255,255,0.70);
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	margin-top: 66px;
}
bottom .moduletable.logo{
	margin-top: 0;
}
bottom .moduletable.logo p{
	margin-right: 20px;
}
bottom .moduletable h3{
	color: #FFFFFF;
    margin: 0;
    padding: 0 0 20px 0;
	font-size:24px;
	font-weight: 700;
	text-transform: uppercase;
}
bottom .moduletable p{
	margin:0;
	padding:0;
}
bottom .moduletable ul{
	margin: 0;
	padding: 0;
}
bottom .moduletable ul li{
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
}
bottom .moduletable a{
	color:rgba(255,255,255,0.70);
	font-weight: 400;
	display: grid;
	grid-template-columns: 1fr;
}
bottom .moduletable a:hover{
	color:#FFFFFF;
}
bottom .moduletable a span {
    display:block;
	float: left;
	width: 90
}
bottom .moduletable.contact a{
	display: inline;
}
bottom .moduletable.contact a::before {
    display:none;
}
/* FOOTER */
footer .moduletable{
	opacity:0.3;
}
footer ul{
    list-style: none outside none;
    margin: 0;
    padding:0;
}
footer ul li {
	float: left;
	margin:0;
	padding:0;
}
footer ul li a{
	float: left;
	margin:0 ;
	padding:0 10px;
	color:#FFFFFF;
}
footer ul li a:hover{
	color:#F59C00;
}
.gdocreative{
	float:right;
	padding:0;
	color:#FFFFFF;
	opacity:0.3;
	font-weight: 200;
}
.gdocreative:hover{
	color:#F59C00;
	opacity:1;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
</pre></body></html>