*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	color: rgb(100, 100, 100);
}
.container {
	width: 100%;
	height: 100%;
	max-width: 1170px;
	margin: auto;
}
.sub-title{	
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-family: sans-serif;
	position: relative;
	padding-left: 30px;
	line-height: 21px; 
}
.sub-title:before {
	content: "";
	border-top: solid 3px #426901;
	padding: 10px;
	position: absolute;
	top: 7px;
	left: 0; 
}

.btn {
	padding: 12px 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	background: #426901;
	border-radius: 5px;
	position: relative;
	border: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	text-align: center;
	transition: all 0.5s;
	margin: 0 5px 5px 0;
}

.btn:after {
	content: "";
	background: url(../images/img/arrow-double.png);
	font-family: monospace;
	font-size: 21px;
	right: 22px;
	transition: 0.5s;
	width: 12px;
	height: 12px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}


.btn:hover:after {
	visibility: visible;
	opacity: 1;
	right: 15px;
}
.btn span {
	line-height: 100%;
	position: relative;
	transition: all 0.5s;
	left: 0;
	color: #fff!important;
}
.btn:hover span {
	left: -5px;
}
/* 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;
}
/*-----------------------------------------------
HEADER
-----------------------------------------------*/
.nav-top {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    align-items: center;
}
.nav-top a.logo {
    max-width: 18%;
    flex: 0 0 18%;
    background: #426901 url(../images/img/logo-bg.png); 
}
.menu-top {
	max-width: 61%;
	flex: 0 0 61%;
}
.rappel-top {
    max-width: 18%;
    flex: 0 0 18%;
    background: #426901;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Calibri', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 0px;
    cursor: pointer;
}
ul.nav-list {
	display: flex;
	justify-content: end;
	gap: 20px;
} 
li.nav-item {
	list-style: none;
	transition: ease-in-out 0.3s;
}
ul.nav-list li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #393738;
    /* padding: 38px 20px; */
    text-transform: uppercase;
}
.icon-rappel {
	display: flex;
	align-items: center;
}
.icon-rappel img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}
.homeslider {
	height: 700px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url('../images/img/bg-banner.webp');
	background-size: cover;
	background-position: bottom;
} 
.banner {	
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 0; 
	background-size: cover ;
}
.caption {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 2;
	position: relative;
}

.content-caption {
	width: 50%;
	height: auto;
	background: #fff;
	padding: 60px;
}
.content-caption > div {
	margin-bottom: 25px;
}

.subtitle-capt{  
	color: rgb(100, 100, 100); 
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 15px; 
	text-transform: uppercase;
}

.caption-h1 { 
	font-family: Calibri, sans-serif;
	text-transform: capitalize; 
	color: #000;  
	line-height: 60px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 52px;  
}
.Tablet .caption-h1 {
  font-family: Calibri, sans-serif;
  text-transform: capitalize;
  color: #000;
  line-height: 108%;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 33px;
}
.caption-p {  
	color: rgb(100, 100, 100); 
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 16px; 
}
.caption-button {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.tel-top span a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #426901;
}
a.logo img {
    width: 100%;
    height: 81px;
    object-fit: contain;
    /* margin: auto; */
}
/*--------------------------------------------------------------------
FIRSTBLOCK
------------------------------------------------------------------*/
.Grid-block {
	display: grid;
	grid-template-columns: repeat(2,1fr); 
	justify-content: center;
}
.firstBlock .blockTexte {
    padding-left: 30px;
}
.firstBlock {
	padding: 80px 0 100px;
	/*background: url('../images/img/content-slider-bg.webp');*/
	background-size: cover;
}
.firstBlock-img {
	padding: 34px;
	position: relative;
}
.firstBlock-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.firstBlock-img:before {
	content: "";
	height: 171px;
	width: 171px;
	background-color: #426901;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.urgence-logo {
	position: absolute;
	bottom: -40px;
	right: 0;
	background-color: #ffffff;
	padding: 35px 30px;
	z-index: 4;
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.4);
	border-radius: 6px;
	justify-content: space-around;
	align-items: center;
	display: flex;
	gap: 20px;
}
.urgence-logo span{
	font-size: 18px;
	display: block;
	font-size: 18px;
	margin-bottom: 0;
}
.urgence-logo span strong {
	display: block;
	font-family: Calibri, sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 800;
	font-style: normal;
	color: #393738;
}
.blockTexte h2 {
	font-family: Calibri, sans-serif;
	font-size: 32px;
	line-height: 46px;
	font-weight: 800;
	font-style: normal;
	color: #393738;
	margin: 10px 0 30px;
}

/*----------------------------------
SECONDBLOCK
----------------------------------*/
.secondBlock {
	padding: 80px 0;
	background: #242424;
}


.Texte-devis span.sub-title {
	color: #fff;
}
.Texte-devis {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 50px;
}
.Texte-devis > div {
	width: 50%;
}
.Texte-devis p {
	font-size: 41px;
	color: #fff;
	font-weight: 600;
	font-family: Calibri;
	margin: 10px 0 0;
	line-height: 100%;
}
.devis-right {
	text-align: center;
}
.section-cat {
	margin-bottom: 20px;
}
.categories {
	display: flex;
	overflow: hidden;
}
.cat-item {
	max-width: 16.66%;
	flex: 0 0 16.66%;
	padding: 0 10px;
	width: 100%;
	min-width: 131px; 
}
.cat-item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
	background-color: #353535;
	border-radius: 6px;
	padding: 30px 10px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}
.cat-item a img {
    width: 50px;
    height: 50px;
    /* filter: invert(1); */
    margin-bottom: 10px;
}
.cat-item a span{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
.border {
	border-radius: 5px;
}
.secondBlock-content {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.secondBlock-content .blockTexte {
	padding: 50px;
}
.blockImage > img ,
.sous-blockImage > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}
.urgence-logo img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.blockTexte .btn {
	margin: 20px 0;
}



/*----------------------------------
THIRDBLOCK
----------------------------------*/
.thirdBlock {
	padding: 100px 0;
}
.title-Block3 h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 800;
    text-align: center;
    color: #393738;
    margin-bottom: 50px;
    font-family: Calibri;
}
.title-Block3 span{
	color: #426901;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em; 
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.thirdBlock .blockImage > img {
	height: 400px;
	border-radius: 10px;
}
.blockImage{
	position: relative;
}
.thirdBlock .blockImage:before {
	content: "";
	width: 30px;
	height: 100%;
	position: absolute;
	background: #fff;
	right: 50%; 
	transform: translateX(50%);
}
.experience-texte {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    background: #fff;
    z-index: 2;
    transform: translate(-50%);
    border-radius: 20px; 
    z-index: 1;
    display: flex;
}
.experience-texte strong{ 
left: 40px;
top: 35px;
font-size: 60px;
line-height: 60px;
font-family: sans-serif;
font-weight: 700;
}
.experience-texte span{  
  font-size: 20px;
  line-height: 30px;
  font-family: sans-serif;
  font-weight: 600;
}
.thirdBlock .blockTexte {
    padding-left: 50px;
}
/*----------------------------------
FOURTHBLOCK
----------------------------------*/

.FourthBlock {
    background: #f8f5ee;
    padding: 100px 0;
}
.block4-content {
    padding: 50px;
    background: #fff;    
  	border-radius: 20px;
  	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  	overflow: hidden;
} 
.block4-content .blockImage {
    height: 400px;
}
.block4-content .blockImage img{ 
    border-radius: 20px;
}
.engagement-content {
    margin: 30px 0;
    column-count: 2;
}
.blog-eng {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    align-items: center;
}
.blog-eng img {
    width: 17px;
    height: 20px;
    object-fit: contain;
}
.blog-eng p {
    font-size: 20px;
    font-weight: bold; 
}
.FourthBlock .blockTexte {
    padding-right: 50px;
}

/*----------------------------------
FIFTHBLOCK
----------------------------------*/
.FifthBlock .blockTexte {
    padding: 100px 50px;
    background: #242424 url('../images/img/bg-content.webp');
    background-size: cover;
}
.FifthBlock .blockTexte span,
.sixthBlock .blockTexte span{
    color: #426901;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em; 
    display: block;
    margin-bottom: 15px;
}
.FifthBlock .blockTexte h2,
.FifthBlock .blockTexte p{
    color: #fff;
}


/*----------------------------------
SIXTHBLOCK
----------------------------------*/
.sixthBlock {
    padding: 100px 0;
}
.sous-blockImage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 50px;
}
.sous-blockImage span {
    width: 100%; 
    position: absolute;
    bottom: 0;
    background-color: #f5f5f5;
    overflow: hidden;
    text-align: right;
    z-index: 0;
    right: 0; 
}
.sous-blockImage span p {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px;
}
.sous-blockImage span a {
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #426901;
    line-height: 56px;
    padding: 0px 11px;
    color: #fff;
    text-decoration: none;
}
.sous-blockImage span p {
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    padding: 20px;
}
.Grid-block.sixthBlock-block2 .sous-blockImage ,
.Grid-block.sixthBlock-block2 .blockTexte{
    margin-left: 0;
    margin-right: 50px;
}
.sixthBlock .sixthBlock-block1 .blockTexte {
    margin-right: 50px;
}
.Grid-block.sixthBlock-block2 {
    margin-top: 100px;
}
/*----------------------------------
EighthBlock
----------------------------------*/
.EighthBlock .blockTexte {
    padding: 100px 50px;  
}
.EighthBlock .blockTexte span{
    color: #426901;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em; 
    display: block;
    margin-bottom: 15px;
}
.EighthBlock .blockTexte h2,
.EighthBlock .blockTexte p{
    color: #333;
}
.secondBlock {
    padding: 80px 0;
    /* background: #242424; */
}

/*----------------------------------
NinthBLOCK
----------------------------------*/
.NinthBlock {
	padding: 80px 0;
	background: #f8f5ee;
}


.Texte-devis span.sub-title {
	color: #fff;
}
.Texte-devis {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 50px;
}
.Texte-devis > div {
	width: 50%;
}
 
.border {
	border-radius: 5px;
}
.NinthBlock-content {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.NinthBlock-content .blockTexte {
	padding: 50px;
}
.blockImage > img ,
.sous-blockImage > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}
.urgence-logo img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.blockTexte .btn {
	margin: 20px 0;
}



/*----------------------------------------------------------
Footer
-----------------------------------------------------------*/
footer#footer {
    background: #242424;
}
.content-footer {
    display: flex;
    width: 100%;
    padding: 100px 0;
    border-bottom: solid 2px #86838c;
}
.col-footer {
    max-width: 25%;
    flex: 0 0 25%;
}
a.logo-footer {
    width: 240px;
    height: 102px;
    display: block;
    margin-bottom: 20px;
}
a.logo-footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} 
.footer-h3 {
    font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 30px;
}
footer#footer p {
  font-size: 15px;
  color: #fff;
  font-weight: 400; 
}


input#mail2{
	display: none;
}
.content-footer form#rappel_immediat input.input-form {
    height: 45px;
    width: 230px;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding-left: 30px;
    font-weight: 500;
    margin: 20px 0 10px;
    display: block;
}
.content-footer form#rappel_immediat input.input-form::placeholder {
    color: #fff;
}
input.input-form::placeholder {
    color: #fff;
}
input.btn.rappelGratuit{ 
  vertical-align: middle; 
  outline: none !important;  
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 15px 40px 15px;   
}

.footer-widget__contact-list li .text p {
  font-size: 15px;
  font-weight: 700;
}
.tel-footer, .mail-footer {
    font-size: 15px!important;
    font-weight: 700!important;
    color: #fff!important;
    display: flex;
    align-items: center;
    line-height: 32px;
}
p.tel-footer img,
p.mail-footer img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    /* display: flex; */
    margin-right: 5px;
} 
p.adr-footer {
    margin-bottom: 30px;
}
.copyright {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.copyright a img{
	width: 150px;
	height: 25px;
	object-fit: contain;
}
.Mobile .copyright {
    display: block;
}
div#Map {
    width: 100%;
    height: 350px;
    background-size: cover;
}

/*--------------------------------------------------------------
MOBILE
--------------------------------------------------------------*/
.Mobile .nav-mobile {
    background: #333;
    padding: 10px;
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.Mobile .nav-mobile img { 
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.Mobile .nav-top a.logo {
    max-width: 60%;
    height: 76px;
    flex: 0 0 60%;
    background: #426901 url(../images/img/logo-bg.png);
}
.Mobile .nav-top {
    display: flex;
    width: 100%;
    gap: 20px;
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
}
.Mobile .menu-top {
    max-width: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 124px;
    z-index: 999;
}

.Mobile ul.nav-list {
    display: none;
    width: 100%;
}
.Mobile ul.nav-list li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    height: 24px;
    line-height: 45px;
}
.Mobile li.nav-item.active {
    background: #cdcdcd
}
.Mobile li.nav-item.active a { 
    color: #000;
}
.Mobile .tel-top-mob {
    display: flex;
    background: #426901;
    width: 100%;
    height: auto;
    position: fixed;
    top: 76px;
    z-index: 999;
    justify-content: center;
}
.Mobile .tel-top-mob a {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
span.icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}
.Mobile li.nav-item {
    list-style: none;
    background: #333;
    border-bottom: dashed 1px;
}
.Mobile .banner {
    position: absolute;
    width: 100%; 
}
.Mobile .caption {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
    position: relative;
    top: 8%;
}
.Mobile .content-caption {
    width: 80%;
    height: auto;
    background: #fff;
    padding: 20px;
    margin: auto;
}
.Mobile .content-caption > div {
    margin-bottom: 10px;
}
.Mobile .caption-h1 {
    font-size: 32px;
    line-height: 120%;
}
.Mobile .caption-button { 
    flex-wrap: wrap;
    justify-content: center;
}
.Mobile .firstBlock {
    padding: 20px; 
}
.Mobile .Grid-block {
    display: block;
    justify-content: center;
}
.Mobile .urgence-logo {
    position: relative;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0; 
    box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.4);
    border-radius: 6px; 
    display: block;
    text-align: center; 
}
.Mobile .firstBlock-img {
    padding: 0;
    position: relative;
}
.Mobile .blockImage > img, .sous-blockImage > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: bottom left;
} 
.Mobile .blockTexte {
    position: relative;
    margin: 20px 0;
}
.Mobile .firstBlock .blockTexte {
    padding-left: 0;
}
.Mobile .blockTexte h2 { 
    font-size: 26px;
    line-height: 100%; 
}
.Mobile .secondBlock {
    padding: 20px; 
}
.Mobile .Texte-devis {
    display: block;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}
.Mobile .Texte-devis > div {
    width: 100%; 
    margin-bottom: 20px;
}
.Mobile .secondBlock-content .blockTexte {
    padding: 20px;
}
.Mobile .blockImage { 
    height: 250px;
    margin: 0;
}
.Mobile .blockImage.firstBlock-img {
    height: auto;
}
.Mobile .Texte-devis p {
    font-size: 28px; 
}
.Mobile .thirdBlock {
    padding: 20px;
}
.Mobile .title-Block3 h2 {
    font-size: 26px; 
}
.Mobile .thirdBlock .blockImage {
    height: auto;
}
.Mobile .thirdBlock .blockImage:before{
	display: none;
}
.Mobile .experience-texte {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    background: #fff;
    z-index: 2;
    transform: translate(-50%);
    border-radius: 20px;
    z-index: 1;
    display: flex;
}
.Mobile .thirdBlock .blockTexte {
    padding: 0;
}
.Mobile .FourthBlock {
    background: #f8f5ee;
    padding: 20px;
}
.Mobile .title-Block3 h2 { 
    margin-bottom: 20px; 
}
.Mobile .block4-content {
    padding: 20px; 
}
.Mobile .FourthBlock .blockTexte {
    padding-right: 0;
}
.Mobile .engagement-content {
    margin: 30px 0;
    column-count: 1;
}
.Mobile .FifthBlock .blockTexte {
    margin: 0;
    padding: 20px;
}
.Mobile .sixthBlock {
    padding: 20px;
}
.Mobile .sixthBlock .sixthBlock-block1 .blockTexte {
    margin: 0;
}
.Mobile .sous-blockImage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 0;
}
.Mobile .Grid-block.sixthBlock-block2 {
    margin-top: 20px;
}
.Mobile .Grid-block.sixthBlock-block2 .sous-blockImage{ 
    margin: 0;
}
.Mobile .Grid-block.sixthBlock-block2 .blockTexte { 
    margin-right: 0;
}
.Mobile .EighthBlock .blockTexte {
    padding: 20px;
}
.Mobile .NinthBlock {
    padding: 20px;
    background: #f8f5ee;
}
.Mobile .NinthBlock-content .blockTexte {
    padding: 20px;
}
.Mobile div#Map {
    width: 100%;
    height: 300px;
    background-size: cover;
}
.Mobile .content-footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.Mobile .col-footer {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    padding: 20px;
}
.Mobile a.logo-footer {
    width: 240px;
    height: 102px;
    display: block; 
    margin: 0 auto 20px;
}
.Mobile .copyright a {
    display: block;
    margin-top: 10px;
}

.rappel-gratuit {
    display: none;
    position: absolute;
    background: #333;
    z-index: 999;
    width: 222px;
    right: 0;
    top: 89px;
    padding: 20px; 
}
.rappel-gratuit form#rappel_immediat input.input-form {
    width: 100%;
    padding: 11px 0 10px 19px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.rappel-gratuit-h3 {
    color: #fff;
}
.rappel-gratuit input.input-form::placeholder {
    color: #000;
}
.rappel-gratuit input.btn.rappelGratuit {
    width: 100%;
}
/*-------------------------------------------------------------------------------------
TABLET
-------------------------------------------------------------------------------------*/
.Tablet .nav-mobile {
    background: #333;
    padding: 10px;
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.Tablet .nav-mobile img { 
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.Tablet .nav-top a.logo {
  max-width: 30%;
  flex: 0 0 30%;
  background: #426901 url(../images/img/logo-bg.png);
  height: 76px; 
}
.Tablet .nav-top {
    display: flex;
    width: 100%;
    gap: 20px;
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
}
.Tablet .menu-top {
    max-width: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 124px;
    z-index: 999;
}

.Tablet ul.nav-list {
    display: none;
    width: 100%;
}
.Tablet ul.nav-list li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 45px;
}
.Tablet li.nav-item.active {
    background: #cdcdcd
}
.Tablet li.nav-item.active a { 
    color: #000;
}
.Tablet .tel-top-mob {
    display: flex;
    background: #426901;
    width: 100%;
    height: auto;
    position: fixed;
    top: 76px;
    z-index: 999;
    justify-content: center;
}
.Tablet .tel-top-mob a {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.Tablet li.nav-item {
    list-style: none;
    background: #333;
    border-bottom: dashed 1px;
}
.Tablet .caption {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
  margin-top: 50px;
  margin-left: 30px;
} 
.Tablet .urgence-logo {
  position: absolute;
  bottom: 0; 
} 
.Tablet.ville > div {
  padding: 20px;
}
.Tablet .engagement-content { 
  column-count: 1;
}
.Tablet .sous-blockImage > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: bottom left;
}
.Tablet div#Map {
  width: 100%;
  height: 400px;
  background-size: cover;
  padding: 0;
}
.Tablet .content-footer {
  display: flex;
  width: 100%;
  padding: 100px 0;
  border-bottom: solid 2px #86838c;
  flex-wrap: wrap;
  gap: 0;
}
.Tablet .col-footer {
  max-width: 45%;
  flex: 0 0 45%;
  margin-bottom: 30px;
  padding: 20px;
}
.Tablet .content-footer {
  display: flex;
  width: 100%;
  padding: 0;
  border-bottom: solid 2px #86838c;
  flex-wrap: wrap;
  gap: 20px;
  padding: ;
  padding: 0;
  margin: 0;
}

/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: block;
    padding: 50px 0;
    width: 80%;
    margin: auto;
}
.Tablet .contact-content { 
    width: 100%; 
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px;
    width: 100%;
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px;
  margin-top: 0;
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
.ContactezNous-h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 50px auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
    width: 100%;
}
body.Mobile.devis .Devisgratuit {
    display: block;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    box-sizing: border-box;
}
.Tablet.devis .Devisgratuit {
  margin-top: 0;
}

body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg,
.ContactezNous img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
 
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
input#mail{
	display: none;
}
.Devisgratuit .input-form
, #FormDevis .input-form {
    display: block;
    background: #fff;
    border: 1px solid #000;
    margin: 5px 0;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    transition: .5S;
    box-shadow: inset 0px 5px 4px #ddd;
    box-sizing: border-box;
}
.btn-submit {
    width: 100%;
}
/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
/*---------------------------------------------------------
REALISATIONS
--------------------------------------------------------*/
 
b.titre-album {
    display: block;
    width: 100%;
    font-size: 38px;
    text-align: center;
    margin: 35px 0 20px;
    text-transform: uppercase;
}
div#realisations .container-box > .row > div {
    width: 25%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.Mobile div#realisations .container-box > .row > div {
    width: 100%;  
}
.Tablet div#realisations .container-box > .row > div {
    width: 50%; 
}
/* 404 style */

.blog_pageIntrouvable {
    background: #426901;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
	left: 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%;
  color: white;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: 79px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.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: 50px;
}
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
/* MESSAGES */

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
.blockTexte h1 {
    font-family: Calibri, sans-serif; 
    line-height: 46px;
    font-weight: 800;
    font-style: normal;
    color: #393738;
    margin: 10px 0 30px;
}
.content-footer a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.content-footer ul li {
    list-style: none;
}
.Desktop .col-footer {
    padding-right: 20px;
}
li.nav-item.active,
li.nav-item:hover {
    box-shadow: 3px 4px 4px rgba(0, 0, 0, .05);
    border-radius: 7px;
}
input.input-form::placeholder {
    color: #333;
}
.Mobile a.logo img {
    width: 100%;
    height: 75px;
    object-fit: contain;
    /* margin: auto; */
}
.Tablet a.logo img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  margin: auto;
}
.Tablet .firstBlock {
  padding: 80px 20px 100px; 
}
.Tablet .secondBlock {
  padding: 80px 20px;
  background: #242424;
} 
.Tablet .FourthBlock {
  background: #f8f5ee;
  padding: 100px 20px;
}
.Tablet .sixthBlock {
  padding: 100px 20px;
}