<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



	/*
  	Flaticon icon font: Flaticon
  	Creation date: 01/05/2019 09:59
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-roof:before { content: "\f100"; }
.flaticon-roof-1:before { content: "\f101"; }
.flaticon-roof-2:before { content: "\f102"; }
.flaticon-roof-3:before { content: "\f103"; }
.flaticon-joist:before { content: "\f104"; }
.flaticon-call-answer:before { content: "\f105"; }
.flaticon-smartphone-call:before { content: "\f106"; }
.flaticon-telephone-symbol-button:before { content: "\f107"; }
.flaticon-mobile-phone:before { content: "\f108"; }
.flaticon-menu:before { content: "\f109"; }
.flaticon-down-arrow:before { content: "\f10a"; }
.flaticon-arrow:before { content: "\f10b"; }
.flaticon-arrow-1:before { content: "\f10c"; }
.flaticon-back:before { content: "\f10d"; }
.flaticon-arrow-2:before { content: "\f10e"; }
.flaticon-close-envelope:before { content: "\f10f"; }


body {
    width: 100%;
    height: 100%;
    font-family: 'nunito',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a {
	color: #fedc00;
	transition: all .2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.hr {
    max-width: 250px;
    padding: 0;
    color: #fedc00;
    border-style: dashed;
    border-width: 1px 0 0 0;
    text-align: center;
    clear: left;
    display: block;
    height: 0;
    margin: 20px auto 0px auto;
    width: 100%;
}
.hr:before {
    content: "\f100";
    font-family: 'Flaticon';
    font-weight: normal;
    position: relative;
    top: -0.8em;
    color: white;
    background: #fedc00;
    font-size: 24px;
    padding: 0.4em 0.4em;
    border-radius: 50%;
}

.rightRappel {
	z-index: 1900;
    position: fixed;
    left: -10px;
    top: 150px;
    color: #545454 !important;
}
.rightRappel .rap-icon {
	display: block;
    cursor: pointer;
    text-align: center;
    background: #333;
    padding: 2px;
    float: right;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    width: 40px;
}
.rap-icon i {
    position: relative;
    right: 7px;
    top: -1px;
}
.rightRappel i:before {
    color: #fff;
    font-size: 15px;

    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.btn {
    margin-top: 1em;
    border: 2px solid transparent;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    background-image: none;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    border-radius: 70px; 
}
.btn:before {
    content: "";
    background: #fedc00;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-default {
    background-color: #fedc00;
}
@media(max-width: 991px) {
	.btn-default { margin-top: 0; }
}
.btn-default:hover {
    border-color: #fedc00;
    background-color: transparent;
    color: #fedc00;
}

@media(min-width: 992px) {
    .logo {
        flex: 0 0 20%;
        width: 20%;
    }
}

.logo img {
    width: 195px;
    padding: 7px 0;
}
.introducing-block {
    top: 185px;
}
@media(max-width: 991px) {
	.logo img {
		width: 180px;
	}
}

/*
Navigateur
*/
.topNavigateur {
	background: #fedc00;
	color: white;
}
.Mobile header.header.fixed-top{
    display: grid;
}
.Mobile .topNavigateur{
    grid-row: 2;
}

.navigateur {
	background-color: #fff;
    margin-bottom: 0;
    z-index: 900;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.23);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.23);
}

.nav-list {
	display: table;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
@media(min-width: 992px) {
    .nav-list {
        flex: 0 0 80%;
        width: 80%;
    }
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
}
.nav-item a {
	color: #333;
	font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 15px 0px 15px 25px;
    line-height: 130%;
    text-align: center;
    font-size: 12px;
}
.nav-item &gt; a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    background-color: #fedc00;
}
.nav-item:last-child &gt; a:after{display:none;}

.top-tel a {
    font-size: 18px;
    display: inline-block;
    line-height: 42px;
    color: #999999;
    text-transform: uppercase;
    margin: 0 15px;
    vertical-align: middle;
}
.Mobile .top-tel a {
    font-size: 9px;
    color: #000;
    margin: auto;
}
.topNavigateur .Flaticon:before {
    font-size: 13px !important;
}

.nav-mobile {
  display: none;
  cursor: pointer;
  background: #fedc00 url(../images/img/menu.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
    height: 45px;
    width: 50px;
    cursor: pointer;
    z-index: 1000 !important;
}

.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/17824/drop.svg) no-repeat center center;
  background-size: 20px;
}

.nav-click:hover {
  background-color: #000000;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub { 
    background-color: white;
    position: absolute;
    padding-left: 0;
    list-style: none;
    z-index: 100;
    display: none; 
}
.Mobile .sub {
    display: block;

}
.nav-item:hover .sub {
    display: block;
}
.nav-submenu-item a {
    padding: 8px 15px;
    display: block;
    border-bottom: 1px dashed #ddd;
    position: relative;
    text-align: left;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .nav-item &gt; a {
    padding: 15px;
    text-align: left;
    padding-right: 50px;
  }
  .nav-item a:after { display: none; }
  .nav-item.active a {
  	background-color: #3271d0;
  	color: white;
  }
  .nav-click {
    display: block;
  }

  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .nav-item:hover .sub {
    display: none;
  }

  .sub {
    position: static;
    width: 100%;
  }
}


/*
Homeslider
*/
.slider.animating {transition: transform 0.5s; -webkit-transform: transform 0.5s; -ms-transform:transform 0.5s;}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-container {
	position: relative;
	height: 750px;
	overflow: hidden;
}

@media(min-width: 1800px) {
	.slider-container {
		height: 900px;
	}
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top right;
}
.slide:nth-child(1) {
    left: 0;
}
.slide:nth-child(1) .slide__bg {
    left: 0;
}
.slide:nth-child(2) {
    left: 100%;
}
.slide:nth-child(2) .slide__bg {
    left: -50%;
}
.slide:nth-child(3) {
    left: 200%;
}
.slide:nth-child(3) .slide__bg {
    left: -100%;
}
.slide:nth-child(4) {
  left: 300%;
}

.slide:nth-child(4) .slide__bg {
  left: -150%;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    opacity: 0;
}
.slider-control.left {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-pagi {
	padding: 0;
    margin: 0;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}
.slider-pagi__elem {
    border: 2px solid #fedc00;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.2rem;
    border-radius: 50%;
    cursor: pointer;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, 
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 650px;
    -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.slide.active .slide__overlay, 
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.slide__overlay path {
    opacity: 0.4;
}
.slide__text {
    text-align: center;
    position: absolute;
    width: 35%;
    bottom: 15%;
    left: 4%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
@media (min-width: 1400px) {
	.slide__text {
	    text-align: center;
	    position: absolute;
	    width: 28%;
	    bottom: 18%;
	    left: 8%;
	}
}
@media (min-width: 1800px) {
	.slide__text {
	    left: 15%;
    	width: 21%;
    	bottom: 25%;
	}
}

.slide__text-heading {
    margin: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}
@media (max-width: 991px) {
	.slide__text {
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(0, 0, 0, 0.6);
	    -webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	    transform: translateY(50%);
	    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	    padding: 1rem;
	}
	.slide__text-heading {
	    margin-bottom: 0;
	}
	.slide__overlay, .slider-pagi { display: none; }
}
@media(max-width: 767px) {
	.slider-container {
		height: 450px;
	}
	.slide__text-heading {
		font-size: 24px;
        margin-left: 0;
        margin-right: 0;
	}
}

/*
Devis
*/
.devis-slider {
    position: absolute;
    top: 0;
    width: 100%;
}
@media(max-width: 991px) {
	.slider-container .devis-slider { display: none; }
}
#FormDevis {
    margin-top: 10px;
}
.interne-page #FormDevis {
    margin-top: 0;
}
#mail, #mail2 { display: none; }
.introducing-wrapper {
    position: relative;
    z-index: 1;
    height: 0;
}
.introducing-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: auto;
    background: rgba(255,255,255,0.1);
    border-radius: 25px;
    padding: 10px;
    float: left;
    -webkit-transform: translateX(203px);
    -moz-transform: translateX(203px);
    -ms-transform: translateX(203px);
    -o-transform: translateX(203px);
    transform: translateX(203px);
}
.interne-page .introducing-block {
    position: static;
    width: inherit;
    padding: 0;
    float: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0);
}
@media (max-width: 1700px) {
	.introducing-block {
	    -webkit-transform: translateX(20px);
	    -moz-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	    -o-transform: translateX(20px);
	    transform: translateX(20px);
	}
    .interne-page .introducing-block {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0);
    }
}
.devis-slider .introducing-block {
    /*top: -720px;*/
    top: 160px;
}
@media(min-width: 1800px) {
	.devis-slider .introducing-block {
	    top: 250px;
    	right: 130px;
	}
}
.introducing-block .inner-wrapper {
    border-radius: 20px;
    background: #dbdddd;
    padding: 25px;
    float: left;
    width: 100%;
}
.interne-page .introducing-block .inner-wrapper {
    padding: 15px;
}
.pd-5 {
	padding: 0 5%;
}
.imgCall img {
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 7px;
    max-width: initial;
}
.introducing-block .inner-wrapper h3 {
    font-size: 32px;
    color: #fedc00;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0 0 5px black;
}
.interne-page .introducing-block .inner-wrapper h3 {
    font-size: 24px;
}
.introducing-block .inner-wrapper p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
}
.interne-page .introducing-block .inner-wrapper p {
    font-size: 10px;
}
.introducing-block .inner-wrapper label {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    padding: 0 0 5px 10px;
    display: none;
}
.introducing-block .inner-wrapper .form-group {
    width: 100%;
    float: left;
}
.introducing-block .inner-wrapper .inline-b {
    width: 100%;
    float: left;
}
.introducing-block .inner-wrapper .inline-b .form-group {
    width: calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    float: left;
    margin-right: 7px;
}
.introducing-block .inner-wrapper .inline-b .form-group:nth-child(2) {
    float: right;
    margin-right: 0;
}
.form-input {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
textarea.form-input {
	height: 90px;
}
.form-input:focus {
	border-color: #fedc00;
}

.btn-devis {
    display: block;
    cursor: pointer;
    margin: auto;
    width: 80%;
    background: #0066ff;
    color: white;
    padding: 15px 20px;
    border-radius: 70px;
    border: 2px solid transparent;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-size: 20px;
}
.btn-devis:hover {
    border-color: #fedc00;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #000;
}

@media(max-width: 991px) {
    .top-block &gt; .row {
        flex-direction: column-reverse;
    }
    .reverse-row {
        flex-direction: column-reverse;
    }
    .corps-contenu img {
        width: 100%;
    }
    .corps-contenu article {
        background: white;
        padding: 20px;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .main-content {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px) {
    .mobileDevis .introducing-block {
        width: 100%;
        position: static;
        transform: none;
        padding: 0;
        border-radius: 0 !important;
    }
    .mobileDevis .introducing-block .inner-wrapper {
        border-radius: 0 !important;
    }
    .mobileDevis .introducing-block .inner-wrapper h3 {
        font-size: 22px;
    }
    .mobileDevis .introducing-block .inner-wrapper p {
        font-size: 10px;
    }
}

/*
Categories
*/
.competences {
    padding: 60px 0;
}
.interne-page .competences {
    padding: 0;
}
.heading-tittle h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.interne-page .competences .row &gt; div {
    padding-right: 5px;
    padding-left: 5px;
}

.picframe {
    overflow: hidden !important;
    border-radius: 10px;
    position: relative;
    margin: 15px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.interne-page .picframe {
    margin: 5px 0;
}
@media(max-width: 543px) {
    .heading-tittle h2 {
        font-size: 24px;
        margin-bottom:35px;
    }
    .picframe img {
        width: 100%;
    }
}
span.overlay-v {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.picframe:hover span.overlay-v {
    background: rgba(0,0,0,.8);
}
.overlay-v .pf_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 62%;
    margin: auto;
}
.interne-page .overlay-v .pf_text {
    max-width: 90%;
}
.service-name {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    transform: translateY(75px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.interne-page .service-name {
    transform: translateY(30px);
}
@media(max-width: 543px) {
	.service-name {
		transform: translateY(1px);
		text-shadow: 0px 3px 3px #000;
    	font-size: 18px;
	}
	.d-xs-none { display: none !important; }
}
.picframe:hover .service-name {
	transform: translateY(0);
}
.intro-block-i{
    margin: 15px 0;
}
.intro-block-i article {
    height: 100%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 20px 40px 0;
}
.intro-block-i h1 {
    font-weight: 700;
}
@media(max-width: 543px) {
    .intro-block-i article {
        padding: 20px;
    }
    .intro-block-i h1 {
        font-size: 24px;
    }
}
.corps-contenu {
    padding: 50px 0;
}
.corps-contenu h2 {
    font-size: 24px;
    font-weight: 700;
}
.corps-contenu article p {
    margin-bottom: 0;
}
.corps-contenu .row {
    margin-bottom: 35px;
}
/*.corps-contenu img {
    height: 100%;
    background-color: #ddd;
    display: block;
}*/

/*
Content
*/
.primmaryS {
	background-color: rgb(223, 236, 255);
	position: relative;
	padding: 60px 0;
}
.intro {
    text-align: center;
    font-size: 16px;
}
.intro h1 {
    font-weight: 700;
    font-size: 32px;
}
@media(max-width: 767px) {
	.intro h1 { font-size: 26px; }
}
.avant-apres {
    margin-bottom: 25px;
}
.avant-apres &gt; span {
    display: inline-block;
    vertical-align: middle;
}
.imgIntro {
    display: inline-block;
    background: white;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 10px solid #fedc00;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.imgIntro.bg-white {
	border-color: white;
	border-style: outset;
}
.trait-horz {
    margin: 0 -2px;
    border: 1px solid #fedc00;
    border-left: none;
    border-right: none;
    padding: 0 36px;
    background: #fedc00;
}
@media(max-width: 767px) {
	.trait-horz { display: none !important; }
}
.trait-horz strong {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 12px;
    color: white;
}

.middleS {
	background: #f6f6f6;
	padding: 100px 0;
	position: relative;
}
@media(max-width: 767px) {
    .middleS {
        padding: 20px 0;
    }
}
.middleS h2 {
    font-size: 16px;
    font-weight: 700;
}

.imgRight {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.imgrightBG {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lastS {
	position: relative;
	padding: 100px 0 80px;
	background: url(../images/img/bg-last.jpg) no-repeat center;
	background-size: cover;
    background-color: #fedc00;
    background-blend-mode: multiply;
    color: white;
}
.lastS h2 {
    max-width: 70%;
    margin: 0 auto 15px;
    font-weight: 700;
}
.lastS p {
    max-width: 85%;
    margin: 0 auto 20px;
}
@media(max-width: 543px) {
	.lastS {
		padding: 40px 0 20px;
	}
	.lastS h2 {
		font-size: 20px;
	}
}
@media(max-width: 991px) {
	.lastS h2,
	.lastS p {
		max-width: 100%
	}
}
.lastS ul {
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.lastS ul li {
	display: flex;
    padding: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%;  
        justify-content: center;
}
@media(min-width: 992px) {
    .lastS ul li:first-child strong {
        padding: 10px 35px;
    }
    .lastS ul li:last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width: 767px) {
	.lastS ul li {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%; 
	}
}
@media(max-width: 991px) {
	.lastS ul li {
	    padding: 7px; 
	}
}

.lastS ul li strong {
	border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    height: 100%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lastS ul li:hover strong {
    -webkit-transform: translateY(-5px)scale(1.1);
    -moz-transform: translateY(-5px)scale(1.1);
    -ms-transform: translateY(-5px)scale(1.1);
    -o-transform: translateY(-5px)scale(1.1);
    transform: translateY(-5px)scale(1.1);
}
@media(max-width: 543px) {
	.lastS ul li {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    width: 100%;
	}
	.lastS ul li strong {
		font-size: 16px;
		display: block;
    	width: 100%;
	}
}

/*
Tabulous
*/
@media(min-width: 768px) {
    #tabsB {
    	/*border: 1px solid #ddd;*/

    	display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }
}

#tabsB ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

#tabsB li {
    border-bottom: 1px dotted #f6f6f6;
}
#tabsB li:last-child {
    border-bottom: none;
}
#tabsB li a {
	display: block;
	padding: 17px 30px;
	background: rgb(49, 49, 48);
	text-decoration: none;
	color: white;
	position: relative;
}

#tabsB li a:hover {
	background: #fedc00;
}

#tabs_container {
	padding: 0 20px;
    overflow: hidden;
    position: relative;
    background: white;
}
@media(min-width: 768px) {
    #tabsB ul {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #tabs_container {
        height: 100% !important;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

#tabs_container div {
	margin-right: 40px;
    max-height: 80%;
    overflow-y: scroll;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.tabulous_active {
	background: #fedc00 !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
#tabsB li a.tabulous_active:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.interne-page {
    background: #f6f6f6;
    padding-top: 150px;
}

.mobileAccord h2 {
  width: 100%;
  display: block;
  background: #fedc00;
  color: #ffffff;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
.mobileAccord p {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

/*
Footer
*/
.rappel {
	background: #2b2a2a;
	padding: 60px 0 30px;
    position: relative;
}
.tittleR h3 {
    color: #fedc00;
    font-weight: 700;
    font-size: 32px;
}
.tittleR p {
    color: white;
    font-size: 20px;
}
@media(max-width: 543px) {
	.tittleR p {
		font-size: 16px;
	}
}
.block-rappel {
    border-bottom: 1px solid #656565;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.block-rappel .form-group {
    position: relative;
    width: 100%;
}
.block-rappel .form-group .form-control {
    height: auto;
    background: #3a3a3a;
    border-color: #4a4a4a;
    padding: 10px 256px 10px 30px;
    border-radius: 70px;
    line-height: 48px;
    font-size: 20px;
    color: #efeaea;
    box-shadow: none;
    -webkit-box-shadow: none;
	padding-left: 90px;
}
.block-rappel .form-group .form-control:focus {
    border-color: #fedc00;
}
.block-rappel  .form-group .subscribe-btn {
	cursor: pointer;
	background-color: #fedc00;
    width: 100%;
    line-height: 44px;
    border: 2px solid #fedc00;
    color: #fff;
    display: inline-block;
    max-width: 238px;
    position: absolute;
    right: 10px;
    top: 11px;
    border-radius: 70px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-rappel  .form-group .subscribe-btn:hover {
	background-color: #fedc00;
	border-color: #fedc00;
}

@media(max-width: 767px) {
	.block-rappel .form-group .form-control {
		font-size: 14px;
		padding-right: 200px;
	}
	.block-rappel .form-group .subscribe-btn {
		max-width: 180px;
		font-size: 16px;
	}
}

span.icon-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #323232;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 85%;
    left: 7px;
    background: white;
    line-height: 55px;
}
@media(max-width: 543px) {
	.block-rappel .form-group .form-control {
	    padding-right: 20px;
	    padding-left: 20px;
	    text-align: center;
	}
	.block-rappel .form-group .subscribe-btn {
		display: block;
	    position: static;
	    width: 100%;
	    max-width: 65%;
	    margin: 8px auto 0;
	}
	span.icon-input { display: none; }
}
.textAgence {
    color: #fff;
    margin: auto;
    max-width: 700px;
    text-align: center;
}
.textAgence a {
    color: inherit;
}

.copyright {
    background: #fedc00;
    color: white;
    padding: 10px 0;
}
@media(max-width: 767px) {
	.copyright .d-md-flex {
		text-align: center;
	}
}
.copyright a {
    color: #000;
    font-weight: 700;
}
.logoAgence img {
    width: 150px!important;
}
.engagementBlock {
    background: #deedfe;
    padding: 12px 20px;
}
.engagement {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.engagementBlock h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.engagement li {
    padding-left: 22px;
    position: relative;
    margin: 4px;
}
.engagement li:before {
    content: "\f10c";
    font-family: Flaticon;
    position: absolute;
    left: 0
}

h2.addText {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
}
.garantie{
       width: 25%;
    margin-top: 10px;
}
#tabs_container {
    height: 450px!important;
}
.Desktop.mentions {
    position: relative;
    top: 162px;
}
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis &gt; i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
section#temoignages {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}
section#temoignages &gt; div &gt; b {
  position: relative;
    font-size: 40px;
    color: #fff;
}
section#temoignages a {
    background: #fedc00;
    color: #000;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 19px;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}
section#temoignages p {
    color: #fff;
    font-size: 17px;
}
section#temoignages span {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
section#temoignages::before {
    content: "";
    background: #000000ad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.logo-partenaire {
    padding: 50px 0;
}

/*******/
.col-tem input {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
}
.col-tem input:last-child {
    background: #b70d24;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.col-tem textarea {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 100px;
    font-size: 14px;
    letter-spacing: 2px;
}
div#MonAvis span {
    color: #000;
    margin: 10px auto;
}
section.temoin {
    padding: 50px 0;
}
section.temoin h1, h2 {
    font-weight: bold;
    font-size: 25px;
}
.intro-layer.ribbon-1 span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px #666666;
}
.titre-span &gt; span {
    display: block;
}
.titre-span span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.\34 04 .sect4 {
    display: none;
}
 .Desktop .temoignages .contenu .container &gt; .row &gt; div {
    padding: 30px 0;
}
.Mobile .contenu .container &gt; .row &gt; div {
    padding: 30px!important;
}
.Tablet .contenu .container &gt; .row &gt; div {
    padding: 30px!important;
}
.temoignages  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 20px;
    background: #000;
    color: #fff;
    padding: 5px 40px;
    font-weight: 600;
}
.temoignages .Titrecontenu{
    color: #000;
}
.temoignages .contenu {
    margin: 50px 0;
    padding-top: 140px;
}

.slide-temoignage.temoins.slick-initialized.slick-slider {
    margin-top: 50px;
}</pre></body></html>