*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* 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;
}

.homeslider .slider {

}
.Mobile .homeslider .slider {
	box-shadow: none;
    padding: 0;
}
.homeslider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}



body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
/*body:before {
    content: "";
    background: rgba(6, 23, 2, 0.84);
    position: fixed;
    height: 100%;
    width: 100%;
}*/

a {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #777
    text-decoration: none;
}
a:hover {
    color: #222;
}
a:hover, a:active, a a:focus {
    text-decoration: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #2e2e2e;
}
h1 {
    font-size: 26px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*
header
*/
.header {
    position: relative;
    z-index: 4;
}
.Mobile header#HEAD,
.Tablet .header {
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: 0;
}
.page-header-inner {
    background-color: #ffffff;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 115px;
}
.Mobile .page-header-inner,
.Tablet .page-header-inner {
    height: inherit;
    background-color: #fff;
}

.headroom.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    animation: headerSlideDown 0.95s ease forwards;
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

.telTopNav {
    display: flex;
    flex-direction: column;
}
.telTopNav div {
    display: flex;
    gap: 10px;
}
.telTopNav a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-size: 20px;
}
.telTopNav img {
    width: 20px;
    height: 20px;
}

.header-main {
    position: relative;
    padding-top: 15px;
}
.Mobile .header-main {
	padding-top: 9px;
}
/*.header-main:after,
.Contenu:after,
.categoriesList:before,
.categoriesList:after {
	content: "";
    background-image: url(../images/img/pattent-white-top.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14px;
    height: 20px;
    width: 100%;
}*/
.Mobile .site-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-logo  {
    text-align: center;
}
.site-logo img {
	max-width: 100%;
}
.headroom.headroom--not-top .site-logo img {
    max-width: 60%;
}
.Mobile .site-logo img {
	width: 190px;
    margin-bottom: 7px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    display: block;
    max-width: 238px;
    margin: 0 auto -38px;
    word-break: break-word;
    position: relative;
    z-index: 15;
    padding: 5px;
    border-top: 5px solid #005a50;
    background-color: #ffffff;
}

.logo img {
    color: #ffffff;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    width: 205px;
    height: 125px;
    object-fit: contain;
}


.topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.topbar .topbar-infos {
    float: right;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topbar-infos > div {
    border-left: 1px solid #e2e2e2;
    padding-left: 1.875em;
    margin-left: 1.875em;
    align-items: center;
}
.topbar-infos > div:first-child {
    border-left: 0;
    padding-left: 0;
}
.custom_info_tel .icon {
    margin-right: 15px;
    font-size: 20px;
    color: #777
}
.custom_info_tel > div a {
    display: block;
    margin: 1px 0;
    color: #fff;
}
.headroom--not-top .custom_info_tel > div a {
    color: #333;
}
.Tablet .custom_info_logo {
	display: none;
}
.custom_info_logo {
    display: flex;
    position: relative;
    margin-left: -80px;
}
.custom_info_logo img {
    width: 60px;
    height: 69px;
    margin-left: 10px;
    display: block;
    object-fit: contain;
}
.Mobile .custom_info_tel {
    background: #005a50;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.Tablet .custom_info_tel {
    background: #005a50;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.Mobile .custom_info_tel div,
.Tablet .custom_info_tel div {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.Mobile .custom_info_tel a,
.Tablet .custom_info_tel a {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 18px;
    justify-content: center;
    color: #fff;
}
.Mobile .custom_info_tel img,
.Tablet .custom_info_tel img {
	width: 20px;
    height: 20px;
}
.menu-site {
    position: relative;
    bottom: -31px;
    background: #005a50;
}
.header.headroom--not-top .menu-site {
    display: none;
}
.nav {
    justify-content: center;
    width: 100%;
}
.nav-list {
	padding: 20px 0;
    zoom: 1;
    display: table;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.nav-item {
    position: relative;
    display: table-cell;
    text-align: center;

}
.nav-item a {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    text-transform: uppercase;
    transition: .5s;
    line-height: 18px;
    padding: 5px;
}
.nav-item.active::after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    width: 0px;
    height: 0px;
    content: "";
    bottom: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    transition: all 300ms ease-out 0s;
}
.Desktop li.nav-item.active {
    background: #fff;
}
.nav-item.active a{
    color: #000;
}

/*}
.nav-item.active a {

}*/

.nav-mobile {
  display: none;
  cursor: pointer;
  background: #005a50 url(../images/nav.svg) no-repeat 80px center;
    background-size: 18px;
    height: 50px;
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 10px;
}

.nav-mobile span {
	position: relative;
    display: block;
    padding-right: 34px;
}
.btn.btn-devis {
    background: #005a50;
    color: #fff;
    border-radius: 0;
    margin: 5px 0;
    width: 120px;
}
.MobileNav {
    padding: 5px 10px;
    align-items: center;
}
.MobileNav a > img {
    width: 174px;
    height: 106px;
    object-fit: contain;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .menu-site {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .menu-site .container {
    padding: 0;
  }
  .nav {
  	background: rgba(0, 0, 0, .9);
  }
  .nav-item.active::after {
    border-top: 7px solid #fff;
}
  .nav-item {
    width: 100%;
    display: block;
        padding: 0;
    text-align: left;
  }
  .nav-list {
  	margin-bottom: 1rem;
  	border-top: 0;
    padding-top: 0;
  }
  .nav-item > a {
    padding: 10px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 11px;
  }
  .nav-item.active a {
    background: #fff;
}
}
/*
formulaire
*/
#mail2, #mail { display: none; }
.custom_rappel_top {
    margin-left: 15px;
}
.custom_rappel_top strong {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    color: #111;
}

.custom_rappel_top .form-input {
    display: inline-block;
    background: #ececec;
    margin-right: 2px;
    border: 1px solid transparent;
    font-size: 12px;
    padding:1.5px;
    vertical-align: middle;
}
.custom_rappel_top .btn-submit {
    padding: 7px 5px;
    background: #777
    font-size: 10px;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid transparent;
    color: #fff;
}
#FormDevis .form-input,
.Mobile #rappel_immediat .form-input,
.Tablet #rappel_immediat .form-input {
    margin: 2px 0;
    border-radius: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #dcddde;
    outline: none;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    color: #202020;
    text-align: left !important;
}
#FormDevis .form-input:focus,
.Mobile #rappel_immediat .form-input:focus {
    border: 1px solid #005a50;
}
#FormDevis textarea.form-input {
    border-radius: 25px;
    height: 100px;
}
#FormDevis .btn-submit,
.Mobile #rappel_immediat .btn-submit,
.Tablet #rappel_immediat .btn-submit {
    display: block;
    width: 100%;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    background: #005a50;
}
.Mobile #rappel_immediat {
    padding-bottom: 20px;
    margin-top: 20px;
}
.Mobile #rappel_immediat strong ,
.Tablet #rappel_immediat strong {
    color: #fff;
    text-align: center;
    display: block;
    padding: 7px 0;
    font-size: 18px;
    background: #005a50;
    margin-bottom: 6px;
}
#FormDevis .btn-submit:hover,
#FormDevis .btn-submit:focus,
.Mobile #rappel_immediat .btn-submit:focus {
    outline: none;
    box-shadow: none;
    /*color: rgb(10, 10, 10);*/
}
#FormDevis {
    padding: 20px;
}

/*
Homeslider
background: #f7f7f7 url(../images/img/landing-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
*/

.Desktop .homeslider {
    height: 600px;
    overflow: hidden;
}
.Mobile .homeslider {
    height: 100vh;
    overflow: hidden;
}
.fullImg {
	background-color: #ddd;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.fullImg:before {
	content: "";
    background: rgba(0, 0, 0, 0.41);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.Mobile .fullImg {
	height: 100vh;
}
.Tablet .fullImg {
    height: 680px;
}
.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    padding: 0 40px;
}

.Tablet .caption {
	padding: 0;
    transform: translateY(-32%);
}
.Mobile .caption {
    padding: 0;
    transform: translateY(-20%);
}
.ContainerSlider {
    position: relative;
}
.Mobile .ContainerSlider {
	border:none;
}
.captionText {
    padding-left: 25px;
}
.captionText span{
    display: inline-block;
    margin-top: 20px;
    background: #005a50;
    padding: 3px 10px 3px 10px;
}
.Mobile .captionText {
    padding-left: 0;
}
.titire-slider {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 36px;
    color: #f7f5f4;
    text-shadow: 0 2px 2px #000;
}
.Mobile .titire-slider {
	font-size: 24px;
	line-height: 120%;
}
.subtitle {
    font-size: 24px;
    line-height: 120%;
}
.Mobile .subtitle {
    font-size: 16px;
}
/*
Contenu
*/
.corps {
    padding-bottom: 25px;
}
.Contenu {
    position: relative;
    background: url(../images/img/home_img_bg.webp) center bottom / contain no-repeat rgb(242, 242, 242);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.Mobile .Contenu {
	padding-top: 0;
}
.Block.Block0 .bloc-une {
    padding:25px 25px 10px;
}
.Mobile .Block.Block0 .bloc-une {
	text-align: left;
    padding: 25px 0;
}

#titreDevis {
    background: #3a3939;
    /*margin-bottom: 15px;*/
    padding: 8px;
}
.titreDevis h3{
    color: #fff;
}
.mainleft {
    padding: 60px 0 60px;
}
.Mobile .mainleft,
.Tablet .mainleft {
    padding: 20px 0;
}

.mainright {
    position: relative;
    padding-top: 60px;
    z-index: 2;
}
.Mobile .mainright,
.Tablet .mainright {
    margin-bottom: 20px;
    padding-top: 20px;
}
.mainright > div {
    background: #fff;
    padding: 20px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.mainright .h3 {
    font-size: 20px;
    color: #fff;
    background-color: #005a50;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 17px 10px 12px;
    text-align: center;
}
.imgright {
    height: 350px;
    margin-bottom: 70px;
    border: none !important;
    background-size: cover !important;
    background-position: left bottom !important;
}
.Devisgratuit {
    margin-bottom: 70px;
    transition: .5s;
}
.Tablet .Devisgratuit,
.Mobile .Devisgratuit {
    margin-bottom: 20px;
}
.caption .Devisgratuit {
    background: #f1f1f1 /*url(../images/img/bg-form.webp) no-repeat*/;
    margin-bottom: 0;
}
.caption .Devisgratuit .h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.caption .Devisgratuit .h3 > span {
    text-transform: none;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}
.Mobile .Devisgratuit .h3,
.Tablet .Devisgratuit .h3 {
    text-align: center;
    padding: 25px;
    font-size: 20px;
    background-color: #005a50;
    color: #fff;
    margin: 0 -15px;
}
/*.Mobile .Devisgratuit {
    background: #f1f1f1 url(../images/img/bg-form.webp) no-repeat;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
    display: none;
}*/
.is-sticky .Devisgratuit {
    margin-top: -333px;
}
.call {
    display: block;
    width: 75px;
    flex: 0 0 75px;
    height: 75px;
    margin-right: 10px;
    border-radius: 100%;
    background: #96a959;
    overflow: hidden;
}
.call img {
    width: 75px;
    height: 75px;
}
.coordonne {
    background: #fed34a !important;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.coordonne .h3 {
    text-transform: none;
    font-size: 36px;
    letter-spacing: 0;
    color: #25634d;
}
.contactD {
    position: relative;
}
.contactD .tel {
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%);
    font-size: 24px;
    width: 61%;
    color: #1d4335;
    letter-spacing: -1px;
    background: #fff;
}
.contactD .tel:last-child {
    margin-top: 35px;
}
.telDevis {
    margin-top: 15px;
    border-top: 25px solid #e6e5e5;
    padding-top: 15px;
    padding-left: 25px;
}
.telDevis a {
    color: #353535;
}
.telDevis .tel {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.telDevis img {
    width: 25px;
    height: 25px;
}
.telDevis .tel i {
    background: #005a50;
    font-size: 18px;
    padding: 15px;
    color: #fff;
    display: inline-block;
}
.MapRight {
	transition: .5s;
}
.is-sticky .MapRight {
	opacity: 0;
}
.coordonne .h3 {
    text-transform: none;
}
.MapRight span {
    color: #333;
    margin-top: 20px;
    display: block;
}
#Map {
    height: 250px;
    background: #ddd;
    margin: 15px -20px;
}
.adr {
	margin-bottom: 0;
}
.adr img {
	width: 22px;
    height: 22px;
}
.adr span {
	font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}
.categoriesList {
    background-color: #ffffff;
    border-top: 15px solid #005a50;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
.Mobile .categoriesList {;
    padding-bottom: 20px;
}
/*.categoriesList:before {
	content: "";
    background-image: url(../images/img/pattent-gray-top.webp);
    left: 0;
    top: 0;
}
.categoriesList:after {
    background-image: url(../images/img/pattent-green-top.webp);
    left: 0
}*/
.Services {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 980px;
}
.Mobile .Services {
    padding: 20px 0;
}
.Services .Titre{
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    letter-spacing: 1px;
}
.Mobile .Services .Titre {
    font-size: 20px;
}
.Liens {
    column-count: 3;
    padding-top: 35px;
    text-align: left;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Liens a {
    display: block;
    align-items: center;
    margin: 0 0 20px;
    color: #131313;
    position: relative;
    padding-left: 25px;
    line-height: 130%;
}
.Mobile .Liens a {
	margin: 0 0 15px;
}
.Liens a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 18px;
    background-image: url(../images/img/star.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.mainleft h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.ImgLeft {
    margin: 10px 0 25px;
    border-radius: 10px;
    overflow: hidden;
}
.ImgLeft img {
    width: 100%;
}
.bgImgF {
	background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    width: 100%;
}
.Tablet .bgImgF,
.Mobile .bgImgF {
	height: 250px;
}
.Block.Block1, 
.Block.Block2 {
    background: #fff;
    margin: 15px 0;
}
.Block.Block1 {
    margin-top: 34px;
}
/*.Block.Block2 .row {
    flex-direction: row-reverse;
}*/
.Block.Block1 .bloc-une, 
.Block.Block2 .bloc-une {
    padding: 20px;
    position: relative;
}
.Block.Block1 .bloc-une p, 
.Block.Block2 .bloc-une p {
    margin-bottom: 0
}
.Desktop .Block.Block1 .bloc-une,
.Desktop .Block.Block2 .bloc-une {
	padding-left: 0; 
}
/*.Desktop .Block.Block2 .bloc-une {
    padding-right: 0;
}*/

.accordeon-inner > div {
    margin-bottom: 10px;
}
.accordion {
  	background-color: #3a3939;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px !important;
    transition: 0.4s;
    padding: 20px 40px 20px 20px;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
}
@media(max-width: 767px) {
    .accordion {
        font-size: 14px !important;
    }
    .Block.Block1 .bloc-une, .Block.Block2 .bloc-une {
        padding: 20px 0;
    }
}

.accordion.active, 
.accordion:hover {
    background-color: #005a50;
    color: #fff;
}

.accordion:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/img/icon.webp);
  background-size: cover;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.accordion.active:after {
    transform: translateY(-50%) rotate(180deg);
    transition: all .3s ease;
}

.accordion:hover:after {
  color: #ffffff;
}
.panelV {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  color: #333;
    margin: 0 22px;
}
.panelV p {
	margin-top: 15px;
}

div.panelV.show {
  opacity: 1;
  max-height: 500px;
}


/*
Nos compétemces
*/
.competenceListe {
    position: relative;
    padding: 0 20px;
    margin-bottom: 35px;
    display: flex;
    overflow-x: hidden;
}
/*.Mobile .competenceListe {
    margin-bottom: 0;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 50% 50%;
    place-content: center;
}*/
@media(min-width: 768px) {
    .competenceListe .row {
        margin-right: -1px;
        margin-left: -1px;
    }
    .competenceListe .row > div {
        padding: 2px 1px;
    }
}

.Mobile .competenceListe .row {
    margin-right: -5px;
    margin-left: -5px;
}
.Mobile .competenceListe .row > div {
    padding: 0 5px;
}
.comp_item {
	width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}
.Desktop .comp_item {
    min-width: 210px;
}
.Tablet .comp_item {
    min-width: 217px;
}
.entry-header {
    -webkit-transition: all .5s;
    transition: all .5s;
    float: left;
    width: 100%;
    position: relative;
    border: 5px solid #005a50;
    overflow: hidden;
}
.Mobile .entry-header {
    border:none;
}
.entry-header .entry-thumbnail {
    background-color: #222;
    float: left;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.entry-header .entry-thumbnail img {
    opacity: .7;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.Desktop .entry-header .entry-thumbnail img {
    width: 190px;
    height: 162px;
}
.Mobile .entry-header .entry-thumbnail img {
    width: 158px;
    height: 160px;
}
.Mobile .entry-header .entry-thumbnail {
	margin: 7px 0;
}
.comp_item:hover .entry-thumbnail {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.entry-content {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(16,46,25,.9);
    bottom: -100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.comp_item:hover .entry-content {
    bottom: 0;
}
.entry-content .entry-title {
	font-size: 20px;
    font-weight: 600;
    color: #2e2e2e;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.entry-title .title {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 30px;
    color: #FFF;
    bottom: 0;
    padding-bottom: 0;
}
.entry-content .entry-read-more {
    float: left;
    position: absolute;
    bottom: 0;
    font-size: .875em;
}
.entry-read-more .read-more {
    float: left;
    padding: 23px 30px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.entry-header span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 2px 0px #000;
    width: 90%;
    text-align: center;
    line-height: 100%;
    transition: .5s;
}
.comp_item:hover .entry-header span {
    opacity: 0;
}
.heading_title {
    text-align: center;
}
.title-shape {
    display: inline-block;
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.title-shape li {
    background: #b7d54e;
    height: 3px;
    display: inline-block;
    width: 36px;
    margin-right: 2px;
}
.title-shape li:nth-child(2) {
    width: 18px;
}
.title-shape li:last-child {
    width: 9px;
}

.engagement {
    margin-top: 15px;
    padding-top: 15px;
    color: #353535;
}
.Mobile .engagement {
	color: #fff;
}
.engagement .h3 {
    text-align: center;
}
.Mobile .engagement .h3 {
    font-weight: 700;
    color: #005a50;
    text-align: left;
    text-shadow: 0 2px 2px #000;
}
.eng-liste {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}
.Mobile .eng-liste {
	padding-left: 8px;
}
.eng-liste li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    font-weight: 300;
}
.Mobile .eng-liste li {
    margin: 0;
}
.eng-liste li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/left.webp);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
}
.Mobile .eng-liste li:before {
    filter: invert(1);
}




/*
Footer
*/
#footer {
	background: #3a3939 url(../images/img/footer-bg.webp) no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 50px 0 30px;
    color: #d0d0d0;
    position: relative;
}
/*.Mobile #footer {
    background: #005a50 url(../images/mobile/footer-bg.webp) no-repeat center;
    background-size: cover;
}*/
.logo-footer {
	display: block;
	text-align: center;
    background: #ffffff;
    padding: 5px;
}
.logo-footer img {
	width: 200px;
    height: 120px;
    object-fit: contain;
}
.Tablet .logo-footer img {
  width: 135px;
  height: 75px;
}
.tel-footer span {
    font-size: 18px;
}
.tel-footer span > span {
    display: block;
    margin: 0;
}
.tel-footer, 
.adresse {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.Mobile .tel-footer,
.Mobile .adresse {
    margin: 20px 0;
}
.tel-footer a {
    color: #fff;
}
.Mobile .tel-footer a {
    line-height: 35px;
}
.tel-footer img,
.adresse img {
    width: 25px;
    height: 25px;
}
.Tablet .tel-footer img,
.Tablet .adresse img {
  width: 20px;
  height: 20px;
}
.tel-footer .icon,
.adresse .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: #005a50;
    color: #fff;
}
.Tablet .tel-footer .icon,
.Tablet .adresse .icon {
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
p.copyright {
    margin-bottom: 0;
}
.Mobile .copyright span{
  font-size: 14px;
}

.mobilC {
	margin-top: 20px;
    border-top: 1px solid rgb(101, 83, 82);
    padding-top: 20px;
    text-align: center;
}
.mobilC a {
    color: #fff;
}



.Block.Block0 {
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.Block.Block0:before, .Block.Block0:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -15px;
    height: 15px;
    width: 28px;
    background: url(../images/img/logo-icon.webp) top center/28px no-repeat;
}
.Block.Block0:after {
    top: auto;
    bottom: -15px;
    background-position: bottom center;
}
#realisations {
    padding: 60px 0;
}
.Tablet #realisations {
  padding: 180px 0 20px;
}
.Mobile #realisations {
    padding: 170px 0 20px;
}
.btn.btn-rea {
    margin-top: 25px;
    background: #3a3939;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 10px 25px;
}
b.titre-album {
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.agence_logo {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.Desktop form#rappel_immediat {
    display: flex;
}
.custom_rappel_top form input:last-child {
    background: #005a50;
    font-size: 13px;
}
.agence_logo {
    display: none;
}
.mentionL {
    padding: 60px 0;
}
.Tablet .mentionL {
  padding: 180px 0 20px;
}
.Mobile .mentionL {
    padding: 170px 10px 20px;
}

.Mobile h1,
.Mobile .h1 {
    font-size: 22px;
}
.Mobile h2,
.Mobile .h2 {
    font-size: 20px;
}
.Mobile h3,
.Mobile .h3 {
    font-size: 18px;
}


/**
404
*/
.blog_pageIntrouvable {
    background: #005a50;
    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: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@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;
  }

}
.swipebox img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.Mobile #swipebox-close {
    top: 85px!important;
}
.the_mention {
    height: 250px;
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px;
    z-index: 10;
    background-position: center;
    background-size: cover;
}
.Mobile .the_mention {
    margin-top: 20px;
}
.the_mention::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #005a50;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}
.Desktop .the_mention span {
    font-size: 20px;
}
.Mobile .the_mention span {
    font-size: 16px;
}
div#Messages {
    background: #005a50;
    color: #fff;
    text-align: center;
    padding: 10px 0 1px;
    font-size: 16px;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 11111;
    font-size: 15px;
    padding: 5px 0 0;
    width: 100%;
}
.Tablet .Devisgratuit .h3 {
    color: #fff;
}
p.adresse a {
    color: #fff;
}

.Tablet #footer .d-md-flex.justify-content-between.align-items-center {
  flex-direction: column;
  gap: 15px;
}

.captionText img {
    width: 100px;
    height: 80px;
    object-fit: contain;
    margin: 0 5px;
}
.logoH {
    margin-top: 20px;
}
#safe-covid {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    bottom: 0;
}
.Tablet #safe-covid {
  right: -375px;
}
.Mobile .comp_item {
    min-width: 160px;
}

.partenaires {
    padding: 20px 0 40px;
}
.titire-slider1 {
    font-weight: 600;
    margin-top: 15px;
    font-size: 20px;
    color: #f7f5f4;
    text-shadow: 0 2px 2px #000;
}
.Mobile .titire-slider1 {
    font-size: 17px;
}
.logo-divers {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    place-content: center;
    gap: 10px;
}
.Mobile .logo-divers {
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}
.titre-logo {
    color: #005a50;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.logo-divers img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.Mobile .logo-divers img {
    width: 150px;
    height: 60px;
}


/*-------- TEMOINAGE ------*/ 

#temoignages {
    background-color: #fff;
    padding: 4em 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    /* border-radius: 25px; */
    position: relative;
    background-size: cover;
}
.Mobile #temoignages {
    padding: 3em 1rem;
} 
#temoignages > div {
    position: relative;
    z-index: 1;
}

#temoignages b {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    line-height: 130%;
    color: var(--black);
    font-weight: normal;
}

.Mobile #temoignages b {
  font-size: 28px
}
#temoignages b::after {
  content: "";
  display: block;
  margin: 2rem auto;
  border-bottom: 3px solid var(--colorP);
  width: 70px;
}

#temoignages span {
    color: #fff;
}
.temoin span {
  color: #005a50;
}

#temoignages p {
  font-size: 18px;
  text-align: center;
  font-style: italic;
}

.temoin {
    background: #fff;
    color: #333;
    padding: 80px 0;
}
.Mobile .temoin, .Tablet .temoin {
    padding: 210px 0 20px;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.col-right {
    border: 3px solid #005a50;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}
#avis_form .input-form {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 12px;
    border: solid 2px #ddd;
    border-radius: 5px;
    font-size: 12px;
}
#MonAvis span {
  font-size: 18px;
  color: #005a50;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}
.btn-temoin {
    border: none;
    background: #005a50; 
    cursor: pointer;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 6px auto 5px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 600;
}
.btn-temoin:hover{
    background: #333;
    color: #fff;
}
.slide-temoignage {
    margin: 20px 0 30px;
}
.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.webp') 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;
} 