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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-arrow_down:before {
  content: "\e5c5";
}
.icon-arrow_up:before {
  content: "\e5c7";
}
.icon-arrow_forward:before {
  content: "\e5c8";
}
.icon-phone:before {
  content: "\e0cd";
}
.icon-check:before {
  content: "\e5ca";
}
.icon-navigate_before:before {
  content: "\e408";
}
.icon-navigate_next:before {
  content: "\e409";
}
.icon-mail:before {
  content: "\e159";
}
.icon-home:before {
  content: "\e88a";
}
.icon-map:before {
  content: "\e8b4";
}
.icon-menu:before {
  content: "\e5d2";
}


/* Slider */
.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;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #161d27;
    background: #161d27;
    color: white;
    padding: 0;
    transition: all .3s ease;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    border-radius: 100%;
    cursor: pointer;
}
.slick-arrow:focus {
    outline: 0 !important
}
.slick-arrow:hover {
    border-color: #f6bf00;
    background: #f6bf00;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
  z-index: 1;
}
@media(min-width: 992px) {
	.slick-next {
		right: -35px;
	}
	.slick-prev {
		left: -35px;
	}
}


/*
Header
*/
#header .container-fluid {
    justify-content: center;
    align-items: center;
    display: flex;
}
.Mobile #header .container-fluid {
	display: block;
}
#header {
	position: absolute;
    width: 100%;
    z-index: 1000 !important;
    background: #161d27;
    color: white;
}
.Tablet #header,
.Mobile #header {
	position: fixed;
}
.Mobile .carousel-inner {
    position: absolute;
    top: 30%;
}
.navbar-brand, .tel-top {
    display: inline-block;
    vertical-align: middle;
}
.Mobile .navbar-brand {
	display: flex;
	justify-content: space-between;
	margin-right: 0;
    align-items: center;
}
.logo {
	display: flex;
    align-items: center;
}
.logo img {
	width: 164px;
}
.logo span {
	text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin-left: 10px;
}
.tel-top {
    margin-left: 20px;
}
.Tablet .tel-top {
	display: none;
}
.Mobile .tel-top {
	display: block;
    margin: 0 -15px;
    background: #f6bf00;
    text-align: center;
    padding: 5px 15px;
}
.tel-top > a {
    font-size: 14px;
    margin: 0 10px;
}
@media(max-width: 1399px) {
    .tel-top > a {
        display: block
    }
}
.Mobile .tel-top > a {
    display: inline-block;
}
.nav {
    justify-content: center;
}
@media(min-width: 1600px) {
    .nav {
        margin-left: 3rem
    }
}
.nav-list {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.nav-item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.nav-item.active,
.nav-item:hover {
    background: #202730;
}
.nav-item > a{
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 28px 20px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-item > .has-child:after{
	content: "\e5c5";
	position: absolute;
	font-family: 'icon' !important;
	right: 0;
	font-size: 16px;
    color: #959698;
}

.Mobile .nav-item > .has-child:after {
    right: 15px;
    font-size: 20px;
    color: white;
}

.sub-menu {
    text-align: left;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background-color: #202730;
    z-index: 1000;
}
.sub-menu li {
    border-bottom: 1px solid #3a3b4d;
    width: 100%;
}
.sub-menu li:last-child {
	border-bottom: none;
}
.sub-menu li:hover > a {
    background: #202730;
}
.sub-menu li a:hover {
    border-color: #f6bf00;
}
.nav-item:hover > .sub-menu {
    display: block;
}
@media (min-width: 768px) {
	.sub-menu {
	    display: none;
	    position: absolute;
	    left: 0;
	    top: 100%;
	    width: 230px;
	    padding-left: 0;
	    list-style: none;
	}
	.sub-menu li a {
		display: block;
	    padding: 17px 12px;
	    text-transform: none;
	    font-size: 12px;
	    line-height: 150%;
	    border-left: 5px solid transparent;
	    -webkit-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
}

/* Navigation submenu */
.nav-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 205px;
  padding-left: 0;
    list-style: none;
}
.nav-item:hover .nav-submenu {
    display: block;
}

.nav-submenu-item a {
  background: #868686;
  border-bottom: 1px solid #7b7979;
  display: block;
  padding: 10px 10px;
    font-size: 14px;
}

.nav-submenu-item a:hover {
  background: #f6bf00;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor: pointer;
    background: #f6bf00;
    color: white;
    line-height: 45px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 15px;
    height: 55px;
}

.nav-mobile i {

}

.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #202730;
  height: 49px;
  width: 50px;
  cursor: pointer;
}

.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: #202730;
}

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

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

  .nav {
  	background: #161d27;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    width: 100%;
    float: none;
  }

  .nav-item > a {
    padding: 10px 15px;
  }

  .nav-click {
    display: block;
  }

  .sub-menu {
  	background: #232f40;
    position: static;
    width: 100%;
    padding-left: 0;
    list-style: none;
  }
  .sub-menu a {
  	display: block;
  	padding: 15px;
  }
}

.header-feature {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.Tablet .header-feature,
.Mobile .header-feature {
	display: none;
}
@media(min-width: 1600px) {
    .header-feature {
        margin-left: 3rem
    }
}
.rappel-top {
	border-left: 1px solid #2c3846;
    padding: 5px 0 5px 15px;
}
.rappel-top strong {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.rappel-top .form-input {
	width: 250px;
	font-size: 12px;
    padding: 7.5px 10px;
}
.rappel-top .btn-submit {
	padding: 8.5px 10px;
    font-size: 12px;
}
.btn-devis {
    margin-right: 15px;
    background: #f6bf00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 20px;
}


/*
Rappel immediat
*/
#mail,
#mail2 { display: none; }

.fullscreen {
	height: 100vh;
    overflow: hidden;
    position: relative;
}
.mentions .fullscreen {
  display: none;
}
.Tablet .fullscreen {
	height: 514px;
}
.Mobile .fullscreen {
    height: 290px;
}
.carousel-item:before {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.fullscreen > .container {
	position: relative;
	display: flex;
    height: 100%;
    align-items: center;
}
@media (min-width: 1600px) {
	.fullscreen > .container {
	    max-width: 1600px;
	}
}
.svg-wave {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.mentions .svg-wave { display: none !important; }
.svg-wave svg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
}
.svg-wave svg path {
    fill: #fff;
}
.Devisgratuit {
	width: 288px;
    /* margin: 0 0 0 auto; */
    position: absolute;
    right: 8px;
    transform: translate(-50%,-50%);
    bottom: 5px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
}
.Desktop.Devisgratuit {
	width: 288px;
}
.Mobile .Devisgratuit,
.Tablet .Devisgratuit {
  position: relative;
  right: 0;
  transform: none;
  width: 100%;
  background: #868686;
  clear: both;
}
.Devisgratuit h3 {
  font-size: 20px;
    color: #202730;
    text-align: center;
}
.Mobile .Devisgratuit h3,
.Tablet .Devisgratuit h3 {
  padding-top: 30px;
  color: #fff;
}

.Devisgratuit img {
  float: right;
    border-radius: 50%;
    width: 70px;
}

@media (max-width: 1399px) {
    .Devisgratuit {
        width: 400px;
        right: -5%;
    }
}
.slide-titre {
    background: #f6bf00;
    color: white;
    width: 225px;
    text-align: center;
    padding: 25px 20px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.Devisgratuit #FormDevis {
	padding: 30px 15px;
    color: #2b2f3a;
    background: rgba(255, 255, 255, 0.8);
}
.Mobile .Devisgratuit #FormDevis,
.Tablet .Devisgratuit #FormDevis {
  background: transparent;
}
#FormDevis .form-input {
	margin-bottom: 5px;
	width: 100%;
	border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
}
.inline-input > .form-input{
	display: inline-block;
	width: 49% !important
}
.inline-input > .form-input:last-child{
	margin-left: 2%;
}
.btn-submit-devis {
    background-color: #f6bf00;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    border-radius: 0;
}
.btn-block-d {
	display: inline-block;
    background: #bd8033;
    color: white;
    border-radius: 3px;
    overflow: hidden;
}
.btn-block-d .icon {
	padding: 6px;
    position: relative;
    top: 2px;
}

.logo-divers {
    display: flex;
    justify-content: center;
    margin-top: 2px;
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translate(-50%,-50%);
    z-index: 90;
}
.logo-divers > span {
    flex: 0 0 33.4%;
    justify-content: center;
    padding: 10px;
    display: flex;
    align-items: center;
}
.logo-divers > span:nth-child(1) {
	background: #ffffff;
}
.logo-divers > span:nth-child(2) {
	background: #161d27;
}
.logo-divers > span:nth-child(3) {
	background: #485a71;
}
/*.logo-divers > span img {
	opacity: .7;
}*/

/*
Carousel
*/
#carousel-home {
    height: 100%;
    position: absolute;
    width: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
}
.carousel-caption h1 {
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: none;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    clear: right;
    text-align: center;
    text-transform: uppercase;
}
.carousel-caption .btn {
    text-shadow: none;
}
.carousel-caption a.btn {
    font-size: 12px;
    margin-top: 20px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    font-weight: 300;
    transform: translateX(-50%);
}
.carousel-caption a.btn-default {
    color: #fff;
    background-color: #f6bf00;
    border-color: #f6bf00;
    text-transform: uppercase;
}
.carousel-indicators {
	margin-bottom: 14rem;
}
.Tablet .carousel-indicators {
	margin-bottom: 7rem;
}
.carousel-indicators li {
    width: 100px;
    height: inherit;
    border-radius: 100px;
    overflow: hidden;
} 
.carousel-indicators li::before {
    display: none;
}
.carousel-indicators li::after {
	background: rgba(22, 29, 39, 0.6);
    height: 100%;
    bottom: 0;
    transition: all .3s ease;
}
.carousel-indicators li.active {
    
}
.carousel-indicators li.active::after {
	background: rgba(22, 29, 39, 0);
}
.carousel-indicators li:hover::after {
	background: rgba(22, 29, 39, 0.3);
}
.carousel-indicators li > span {
    display: block;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Mobile .carousel-indicators {
	display: none;
}
@media (min-width: 768px) {
	.carousel-caption {
	    left: 15%;
	    right: 15%;
	    bottom: 65%;
	    padding-bottom: 30px;
	    padding-bottom: 30px;
	}
	.carousel-caption h1 {
	    font-size: 34px;
    padding: 0.5rem 15rem;
	    line-height: 105%;
	}
}
@media (max-width: 1399px) {
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 68px;
    }
}
.Tablet .carousel-caption h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 0.5rem 1rem;
}
.Mobile .carousel-caption h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}

/*
Content
*/
.Contenu {
    line-height: 150%;
}
.Mobile .Contenu {
	font-size: 14px !important;
}
.Mobile .Contenu h2 {
	font-size: 20px !important;
	line-height: 105% !important;
}

.titre-A {
	text-align: center;
}
.titre-A h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    color: #202730;
}
.Mobile .titre-A h1 {
	font-size: 24px;
}
.bloc-une {
    padding: 50px 0 350px;
    position: relative;
}
.Mobile #articlesTop .bloc-une {
	padding-top: 5px;
}
.bloc-une h2 {
    line-height: 130%;
    font-size: 30px;
    border-left: 5px solid #f6bf00;
    padding-left: 15px;
    margin-bottom: 10px;
}
.bloc-une .svg-wave svg path {
    fill: #f9f9f9;
}
.bloc-text {
	display: flex;
	align-items: center;
	height: 100%;
	line-height: 2;
}
.imgbg {
	background-color: #36404c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 430px;
	height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 0px 106px 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 106px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 106px 0px rgba(0, 0, 0, 0.17);
}
.Mobile .imgbg {
	box-shadow: none;
	margin-bottom: 25px;
}
.Mobile .Block0 .row {
	flex-direction: column-reverse;
}
.bloc-two {
    background: #f9f9f9;
    padding: 100px 0;
}
.Mobile .bloc-two {
	padding-bottom: 45px;
}

.bloc-two-inner {
	background-color: #fff;
    box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 158px 0px rgba(0, 0, 0, 0.11);
    padding: 20px 5px;
    margin-top: -23rem;
    position: relative;
}
.bloc-two-inner .col-md-6 {
    height: 100%;
    display: flex;
}
.bloc-two-inner .block-item {
    padding: 0 15px;
}
.Mobile .bloc-two-inner .block-item {
    padding: 0 45px;
}
.bloc-two-inner .block-item > div {
    border: 1px solid #ddd;
    padding: 40px;
}
.Mobile .bloc-two-inner .block-item > div {
	padding: 20px 10px;
}
.block-item h2,
.bloc-last h2 {
    font-size: 20px;
    line-height: 120%;
    /*min-height: 56px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;*/
    color: #202730;
    font-weight: 700;
    letter-spacing: 0;
}
.block-item p {
    margin-bottom: 0;
    color: #5f5f5f;
}
.block-item img {
    display: block;
    height: 200px;
    background: #000;
    margin-bottom: 15px;
}
#articlesbot {
    background: #f9f9f9;
    padding-bottom: 150px;
    position: relative;
}
.Mobile #articlesbot {
	padding-bottom: 55px;
}
.ImgLast {
    background-color: #999;
    height: 480px;
    overflow: hidden;
    border-radius: 10px;
}
.block-text-last1 .ImgLast {
    margin-bottom: 25px;
}
.block-text-last2 .ImgLast {
    margin-top: 25px;
}
.Mobile .block-text-last2 .ImgLast {
    margin-bottom: 25px;
}
.bloc-last {
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.bloc-last p {
    margin-bottom: 0;
}
#articlesbot1 {
    background: #ffffff;
    position: relative;
    padding: 60px 0;
}
#articlesbot1 .svg-wave {
	top: 0;
	bottom: inherit;
}
.Block9 {
    max-width: 85%;
    text-align: center;
    margin: auto;
}
.Mobile .Block9 {
	max-width: 100%;
}
.Block9 h2 {
	font-size: 20px;
}

.Mobile .block-text-last2 .Block8 {
	display: flex;
	flex-direction: column-reverse;
}
.Mobile .carousel-caption {
	bottom: 55px;
}
/*
Footer
*/
.page-content.custom-padding {
    padding: 80px 0 60px;
}
.page-content.bkg-dark-blue {
    background-color: #202730;
}
.note {
    text-align: center;
}
.note h3 {
    margin-bottom: 30px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 900;
}
.Mobile .note h3 {
	font-size: 18px;
	line-height: 10px;
}
.page-content.bkg-dark-blue h3 {
    color: #ebeff4;
}
.rappel-group {
    display: table;
    margin: 0 auto 2rem;
}
.or {
	color: #ebeff4;
}
.tel-foot {
    color: #ebeff4;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 300;
}
.Mobile .tel-foot > span {
	display: block;
}
.tel-foot strong {
    color: #a5a9ad;
    font-weight: 300;
    margin: 0 20px;
}
.tel-foot .icon {
	color: white;
}
.form-input {
    font-size: 14px;
    border: none;
    width: 350px;
    padding: 10px;
}
.Mobile .form-input {
	width: 100%;
}
.btn-submit {
	padding: 12px 20px;
	border:none;
    background: #f6bf00;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}
.Mobile .btn-submit {
	width: 100%;
	margin-top: 5px;
}
.form-input:focus,
.btn-submit:focus {
	outline: none !important;
	box-shadow :none !important;
}

.footer-wrapper {
    padding: 68px 0 48px;
    background-color: #161d27;
}
.footer-widget-container li {
    list-style: none;
    text-align: center;
}
.footer-wrapper .widget.widget-text .logo {
    justify-content: center;
    text-align: left;
    color: white;
    margin-bottom: 30px;
}
.footer-wrapper .widget.widget-text p {
    padding-bottom: 30px;
    color: #a5a9ad;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.footer-widget-container .widget-pi-social {
    display: table;
    margin: 0 auto;
}
.footer-widget-container #pi-social {
    padding-left: 0;
}
.footer-widget-container .widget-pi-social li {
    float: left;
    padding-right: 18px;
}
.footer-widget-container .widget-pi-social li:last-child {
    padding-right: 0;
}
.footer-widget-container .widget-pi-social li a {
    color: #a5a9ad;
}
.footer-wrapper .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 35px;
}

.Mobile .carousel-control-prev, 
.Mobile .carousel-control-next {
	display: none;
}

.Categories {
	position: absolute;
    z-index: 100;
    bottom: 85px;
    max-width: 100%;
    display: block;
    width: 100%;
}
.Tablet .Categories {
	bottom: 0;
}
.Mobile .Categories {
	position: relative;
	bottom: 0;
	background: #868686;
}
.titre-cat {
	text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.Mobile .titre-cat {
	padding-top: 10px;
}
.list-categories {
	padding-left: 0;
	list-style: none;
	display: flex;
	margin-bottom: 0;
}
.Mobile .list-categories {
	display: inline-block;
	margin-bottom: 0;
	column-count: 3;
}
.list-categories li {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 14.28%;
	
}
.Mobile .list-categories li {
	height: 140px;
	width: 100%;
}
.list-categories li p {
	font-size: 11px;
	line-height: 14px;
}
.list-categories li img {
	height: 75px;
	margin: auto;
}

.Services {
	margin-bottom: 3em;
}
.Liens {
	column-count: 3;
}
.Liens a {
  display: block;
    width: 100%;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Mobile .Liens a {
	display: block;
	width: 100%;
}

.logo-wk {
  display: block;
  padding-top: 3em;
}
.logo-wk img {
  height: 25px;
}

.mailBlock {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.mentionBlock {
    padding: 150px 0 60px;
}
.mentionL h3 {
    font-size: 18px;
    color: #161d27;
}
.mentionL li::marker {
    font-weight: 800;
    color: #161d27;
}
@media(max-width: 767px) {
  .mentionBlock {
    padding: 30px 0 60px;
    font-size: 12px;
  }
  .mentionL ol {
    padding-left: 15px
  }
}


/**
404
*/
.blog_pageIntrouvable {
    background: #f6bf00;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  #noMobile { display: none; }
  #noDesktop, #fixedRight { display: block; }

}

.mailBlock_mobile {
    display: block;
    background: #f6bf00;
    text-align: center;
    padding: 10px 0;
}
.Devisgratuit span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    padding: 5px;
}
.note > span:nth-child(1) {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.module_realisation {
    position: absolute;
    top: 30%;
    z-index: 999;
    text-align: center;
    width: 100%;
}
.module_realisation a {
    background-color: #f6bf00;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}
b.titre-album {
    display: block;
    width: 100%;
    font-size: 50px;
    margin: 15px;
}
.container-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Mobile .module_realisation {
    top: 57%;
}
.nav-mobile {
    position: relative;
    top: 20px;
}

#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 > 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 {
    background: #fff;
    padding: 25px;
    text-align: center;
    line-height: 59px;
}
section#temoignages b {
    font-size: 30px;
}
section#temoignages a {
    background: #f6bf00;
    padding: 15px 56px;
    color: #fff;
    font-size: 21px;
}
.temoin .row .col-tem {
    margin: 25px;
}
section.temoin .btn {
    width: 100%;
    background: #333;
    color: #fff
}
section#temoignages > .container {
    border: 1px solid #333;
    padding: 20px 0;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.Mobile section#temoignages b {
    font-size: 23px;
}
.temoignages .row {
    margin-bottom: 50px;
}