*, aside, nav, section, article, footer, ul, li, div, p, address
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
section{ overflow: hidden; }
img
{
	max-width: 100%;
	vertical-align: middle;
}
body{
    font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 24px;
    font-weight: 300;
}
.text-black{color: #000 !important;}
h1,h2,h3,h4,h5,h6
.lb-h1,.lb-h2,.lb-h3,.lb-h4,.lb-h5,.lb-h6{
    font-family: 'Montserrat', sans-serif;
}
a, a:hover, a:focus{
    color: #000;
    text-decoration: none;
}
ul{
    list-style-type: none;
}
body {
    overflow-x: hidden;
}
.top-bar{
	background-color: #e11611;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

.f-right {
	display: flex;
    justify-content: flex-end;
}
.top-bar ul li {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
}
.top-bar {
    background-color: #e11611;
    padding: 4px 0px;

}
a.navbar-brand img {
	width: 203px;
	max-width: 203px;
}
ul.navbar-nav li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color:#343434 !important;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	text-transform: uppercase;
}
@media (max-width: 1460px) { 
    ul.navbar-nav li a {
        font-size: 14px;
        line-height: 1.1em;
    }
}
@media (min-width: 1200px) { 
    ul.navbar-nav li:nth-of-type(1){
		display: none;
	}
}
ul.navbar-nav li a:hover {
	color:#ff342f !important;

}
	ul.navbar-nav li {
    padding-left: 8px;
}
button.btn-soumission{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #ff342f;
    background: none;
    padding: 5px 11px;
    border: 4px solid #ff342f;
	border-radius: 15px;
	cursor: pointer;
   -moz-border-radius:15px;
   -webkit-border-radius:15px;
   transition: all 0.5s ease-in;
   -moz-transition: all 0.5s ease-in;
   -webkit-transition: all 0.5s ease-in;
}
button.btn-soumission:hover{
	color: #fff;
	background: #ff342f;
}
@media (max-width: 1460px) { 
   header .navbar button.btn-soumission{
        font-size: 14px;
        padding: 10px 5px;
        line-height: 1.1em;
   }
}
@media (max-width: 1180px) { 
   header .navbar button.btn-soumission{
        padding: 2px 5px;
    }
}
.hero-section{
	background-image: url(../images/hero.jpg);
    height: 600px;
	background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
}

.hero-caption{
		width: 100%;
		text-align: center;
		letter-spacing: -1px;
		font-family: 'Montserrat', sans-serif;
}

	.hero-caption h1 {
	font-weight: 900;
	font-size: 60px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.hero-caption h1 span {
    color: #e11611;
}
.hero-caption p, .hero-caption .lb-text{
	font-weight: 900;
    font-size: 18px;
    margin-top: -12px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.hero-buttons .contact-number {
    background: #e11611;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	font-size: 16px;
	padding: 6px 32px;
	border:4px solid #e11611;
	cursor: pointer;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.hero-buttons .no-ser {
    background: #fff;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	font-size: 16px;
	padding: 6px 32px;
	border:4px solid #fff;
	cursor: pointer;
	margin-left: 11px;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.hero-buttons .contact-number:hover {
	border:4px solid #e11611;
	background: rgba(225,22,17,0.5);
}
.hero-buttons .no-ser:hover {
	border:4px solid #fff;
	background: rgba(255,255,255,0.5);
}

.hero-buttons {
    margin-top: 21px;
	display: flex;
	justify-content: center;
}
.Vous-tagline {
    width: 100%;
    display: flex;
	align-items: center;
	padding-top: 80px;
	justify-content: center;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
}
.Vous-tagline p {
    font-size: 26px;
    line-height: 37px;
    font-weight: 700;
    color: #e11611;
}
.Vous-tagline p span {
    color: #1a1a1a;
}
.t-block h4, .t-block .lb-h4, .t-block .lb-h4 a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 10px;
}
.t-block .lb-h4 strong{
	font-weight: 700;
}
.t-block p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
}
.t-block a.text-link{
    width: 100%;
    display: block;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #e11611;
}
.t-block .telWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-block .tel{
    font-size: 30px;
}
.t-block {
	padding-top: 60px;
    display: flex;
    justify-content: center;
}
.t-block-2 h4{
    color: #e11611;
}

@media (max-width: 767px) { 
 .t-block-1{
     display: flex;
 }
 .t-block .telWrapper{
     order: 2;
     padding-top: 30px;
 }
 .t-block .telWrapper a{
     margin-bottom: 0;
  }
  .t-block-2{
     padding-top:0;
 }
}

.sec-bottom-button {
    padding: 60px 0px;
}
.sec-bottom-button .btn-soumission{
	font-size: 20px;
}
.home-video{
	position: relative;
}
.home-video:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	max-height: 400px;
	background: #e11611;
	z-index: -1;
	content: '';
}
.home-video iframe{
	width: 100%;
	height: 640px;
}

@media screen and (max-width: 1200px) { .home-video iframe{ height: 464px; }}
@media screen and (max-width: 992px) { .home-video iframe{ height: 300px; }}
@media screen and (max-width: 414px) { .home-video iframe{ height: 170px; }}

.decouvrez
{
    background-image: url(../images/bg-pattern.jpg);
    background-size: cover;
    min-height: 600px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.decouvrez-sec {
	display: flex;
	align-items: center;
}
.decouvrez-sec-content h4, .decouvrez-sec-content .lb-h4 {
    color: #1a1a1a;
    font-size: 35px;
    font-weight: 800;
	line-height: 1.2;
}
.decouvrez-sec-content h4 strong, .decouvrez-sec-content .lb-h4 strong {
	font-weight: 800;
}

.decouvrez-sec-content h4 span, .decouvrez-sec-content .lb-h4 span {
    color: #fff;
}
.decouvrez-sec-content p {
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
}
.decouvrez-sec-content p a{
    color: #fff;
}
.decouvrez-sec-content button {
    margin-top: 35px;
    border-color: #fff;
    color: #fff;
}
.sec-bottom-button button {
    text-transform: uppercase;
}
section.detection {
	display: flex;
	padding: 50px 0px;
    align-items: center;
}
.detection-cont {
	padding: 200px 0px;
	text-align: right;
}
.detection-img {
    position: absolute;
	right: 0px;
	width: 43%;
}
.detection-cont h4, .detection-cont .lb-h4 {
    font-size: 35px;
    font-weight: 800;
    color: #e11611;
}
.detection-cont h4 span, .detection-cont .lb-h4 span{
	color: #1a1a1a;
}
.detection-cont p {
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0px 20px;
} 
.detection-cont a {
    color: #ff342f;
    font-weight: 800;
}
.bd-de{
background-image: url(../images/BD-punaise-extermination-EN.webp);
background-size: cover;
height: 550px;
}
.bd-de-title {
    background: #fff;
    font-weight: 900;
    color: #ff342f;
    padding: 8px 40px;
    margin-top: 40px;
    margin-left: 10px;
    font-size: 18px;
    display: none;
}
.fb-bar
{
    background: #e11611;
    margin-top: 25px;
    padding: 35px 0px;
}
.suiz-desc img {
    width: 36px;
    margin-left: 12px;
}
.suiz-desc {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
}
.place-card.place-card-large {
    display: none;
}
.map-title {
    background: #fff;
    font-weight: 900;
    color: #ff342f;
    padding: 8px 40px;
	top: 110px;
	left:0px;
	position: absolute;
    font-size: 18px;
}
.map {
    position: relative;
}
.pad-70{
	padding: 0px 70px;
	box-sizing: border-box;
}
.c-icon {
    padding: 60px 0px;
}
.c-icon h5, .c-icon .lb-h5 {
    font-weight: 800;
    padding-top: 15px;
    font-size: 19px;
}
.c-icon img {
    width: 50px;
}
.contact-title h2 {
    color: #e11611;
    font-weight: 900;
    font-size: 35px;
}
.contact-title h2 span{
	color: #363636;
}
form.c-form input {
    width: 100%;
    font-weight: 700;
    border: 0px none;
    background: #ececec;
    height: 50px;
    padding: 0px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
}
form.c-form {
	width: 70%;
    padding: 30px 0px;
    margin: 0 auto;
}
form.c-form textarea {
    width: 100%;
    font-weight: 700;
    border: 0px none;
    background: #ececec;
    height: 150px;
    padding: 12px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.button-f-submit button{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 19px;
	color: #ff342f;
	background: none;
	padding: 9px 11px;
	border: 4px solid #ff342f;
	border-radius: 15px;
	width: 100%;
	cursor: pointer;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
form.c-form input, form.c-form textarea {
    outline: 0px none;
}
.button-f-submit button:hover{
	background: #ff342f;
	color: #fff;
}
footer{
	background: #363636;
	padding: 40px 0px 100px;
	position: relative;
}
section.map-view.aprpos {
    margin-top: 50px;
}
section.contact-form {
    margin-bottom: 40px;
}


.footer-l img{
	width: 289px;
}
.footer-l p{	
	color: #969696;
}
.footer-l p {
	font-size: 15px;
    font-weight: 400;
    padding-right: 24px;
    padding-top: 13px;
}
.footer-c ul li a {
    color: #fff;
    font-size: 21px;
	font-weight: 700;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.footer-c ul li a:hover {
	color: #ff342f;
}
.footer-c ul li {
    padding-bottom: 10px;
}
.footer-c {
    margin-top: 30px;
    /*padding-left: 110px;*/
}
.footer-ville{
    margin-top: 30px;
}
.footer-ville .lb-h4{
    color: #fff;
    font-size: 23px;
    font-weight: 800;
}
.footer-r{
	margin-top: 30px;
}
.footer-r h4, .footer-r .lb-h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
}
.footer-r ul li {
	display: inline;	
    padding-right: 17px;
}
.footer-r ul li a img {
	margin-top: 5px;
    width: 47px;
}
.footer-copyright {
    background: #171717;
    padding: 7px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #bcbbbb;
    text-align: center;
    font-size: 15px;
}
section.breadcrumb-section{
	background-image: url(../images/breadcrumb-bg.jpg) ;
	height: 200px;
	background-size: cover;
    display: flex;
    align-items: center;
}
.breadcrumb-section.breadcrumb-bio{
	background-image: url(../images/breadcrumb-bg-bio.jpg) ;	
}
section.breadcrumb-section h1 {
    font-weight: 900;
    font-size: 60px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: #1a1a1a;
}
/* .page-traitement-thermique section.breadcrumb-section h1{
	font-size: 60px;
} */
.decouvrez-title h1 {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 35px;
}
.decouvrez-title h1 span {
    color: #e11611;
}
section.decouvrez-section {
    padding: 80px 0px 20px;
}
.decouvrez-imgsec img {
    width: 45%;
}
.decouvrez-imgsec p {
    display: inline-block;
    width: 70%;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 33px;
    padding-top: 30px;
}
.decouvrez.optez-ltext
{
	background-image: url(../images/optez-bg.jpg);
    background-size: cover;
    height: 420px;
    display: flex;
    align-items: center;
}
section.decouvrez.optez-ltext .decouvrez-sec-content h4, section.decouvrez.optez-ltext .decouvrez-sec-content p, section.decouvrez.optez-ltext .decouvrez-sec-content button {
    text-align: right;
}
section.decouvrez.optez-ltext .decouvrez-sec-content {
    width: 100%;
    text-align: right;
}
section.fb-bar.Cform {
    margin: 0px;
}
.service-desc {
    display: flex;
    align-items: center;
}
.service-ldesc h2 {
    color: #1a1a1a;
    font-size: 35px;
	font-weight: 800;
	text-align: right;
}
.service-ldesc h2 strong{
	font-weight: 800;
}
.service-ldesc h2 span{
	color: #e11611;
}
.service-desc .sec-bottom-button {
    padding: 0px;
}
.service-desc p {
    text-align: right;
    font-weight: 400;
	padding: 11px 0px;
	font-size: 16px;
}
.service-desc .sec-bottom-button {
    padding: 15px 0px;
    text-align: right !important;
}
.service-desc img {
    width: 230px;
}
.page-traitement-thermique .service-desc img {
    width: auto;
	max-width: 90%;
}
section.services-section {
    padding: 60px 0px 30px;
}
.service-main{
	background-image: linear-gradient(rgba(255,20,15,.7), rgba(255,20,15,.7)), url("../images/ser-bg.jpg");
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	position: relative;
	height: 250px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	background-size: cover;
	transition: all 0.3s ease;

}
.service-main h2{
    margin-top: 100px;
    text-align: center;
    color: #fff;
    font-weight: 800;
	font-size: 41px;
	transition: all 0.3s ease;
}
.overlay{
	margin-top: 220px;
	transition: all 0.3s ease;
	text-align: center;
	padding: 30px 60px;
	box-sizing: border-box;
	height: auto;
	min-height: 275px
}
.service-main:hover h2{
	margin-top: -60px;
}
.service-main:hover .overlay{
	background-color: #e11611;
	margin-top: 0px;
}

.overlay h5{
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	text-align: center;
}
.overlay p{
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 15px 0px;
	text-align: center;
}
.overlay a{
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 15px;
}
.service-ldesc.bio-pesticides h2, .service-ldesc.bio-pesticides p{
    text-align: left;
}
.service-ldesc.bio-pesticides .sec-bottom-button {
    text-align: left !important;
}
.service-ldesc.bio-pesticides h2 strong {
	font-weight: 800;
}
.service-ldesc.bio-pesticides h2 span {
    color: #8eb22d;
}
.service-ldesc.bio-pesticides .sec-bottom-button button{
	color: #8eb22d;
    border: 4px solid #8eb22d;
}
.service-ldesc.bio-pesticides button:hover {
    color: #fff;
    background: #8eb22d;
}
section.services-blocks {
    padding: 30px 0px 10px;
}
section.services-blocks-reproduction{
    text-align: center;
}
section.blogs-sec {
    padding: 80px 0px 40px;
}
.blog-main img {
    width: 100%;
}
.blog-main h4 {
    color: #6e6e6e;
    font-size: 21px;
	padding: 21px 0px 0px 13px;
	margin: 0px;
}
.blog-main ul li {
    display: inline;
	font-size: 11px;
	color: #555;
	font-weight: 500;
}
.blog-main ul li span {
    color: #686868c0;
}
.blog-main ul {
    padding: 0px 0px 10px 13px;
    border-bottom: 1px solid #cbcbcb;
}
.blog-main p{
    color: #555;
    padding: 21px 0px 8px 13px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.read-comments a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
	color: #939393;
	padding-left: 13px;
}
.read-comments img {
    width: 17px;
}
.blog-main {
    margin-bottom: 40px;
}
section.decouvrez.pourune {
    min-height: 400px;
}
.pestisides-icons p {
	color: #171717;
    font-weight: 800;
    font-size: 13px;
    line-height: 19px;
    padding: 20px 0px;
}
.pestisides-icons p span{
    color: #8eb22d;
}
section.decouvrez.pourune.bio-pesticde{
	background-image: url(../images/bgreen-pattern.jpg);
}
section.fb-bar.Cform.fb-pesti {
    background: #898989;
}
section.pestisides-blocks {
    padding: 60px 0px;
}
section.decouvrez.pourune.bio-pesticde button.btn-soumission:hover{
	background: #8eb22d;
}
.service-ldesc.locataires h2, .service-ldesc.locataires p{
    text-align: left;
}
.service-ldesc.locataires .sec-bottom-button {
    padding: 15px 0px;
    text-align: left !important;
}
.tableau-avantage-wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
}
.tableau-avantage-wrapper .table{
	border: 4px solid #e9e9e9;
	border-radius: 10px;
	border-collapse: initial;
	margin: 0;
}
.tableau-avantage-wrapper .table thead{
	background: #d41616;
}
.tableau-avantage-wrapper .table thead th{
	border: none;
	color: #d41616;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 18px;
	vertical-align: middle;
}
.tableau-avantage-wrapper .table tbody{}
.tableau-avantage-wrapper .table tbody tr{
	background: #d41616;
	color: #fff;
}
.tableau-avantage-wrapper .table tbody tr td{
	padding: 5px;
	line-height: 18px;
}
.tableau-avantage-wrapper .table tbody tr:nth-of-type(odd){
	background: #be1414;
}
.tableau-avantage-wrapper .table tbody tr td:nth-of-type(1){
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
}
.tableau-avantage-wrapper .table tbody tr td svg{
	width: 60px;
	height: auto;
}
.tableau-avantage-wrapper .table tbody tr td svg path{
	stroke: #fff;
    stroke-width: 0.5px;
}
.tableau-avantage-wrapper .table tbody tr td:nth-of-type(2){
	color: #6cb000;
}
.tableau-avantage-wrapper .table tbody tr td:nth-of-type(3){
	color: #f44336;
}


/*Detection Canine*/
.detectioncanine-services-section{
	background: url(../images/paw-1.png)no-repeat right bottom;
}
.detectioncanine-decouvrez{
	position: relative;
}
.detectioncanine-decouvrez::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/paw-2.png)no-repeat left bottom;
	z-index: 9;
}
.detectioncanine-decouvrez .container{
	z-index: 10;
}
.page-detection-canine .contact-form{
	background: url(../images/paw-3.png)no-repeat right center;
}
@media (min-width: 1200px){
	section.services-section.detectioncanine-services-section{
		padding-top: 100px;
		padding-bottom: 100px;
 	}
	section.decouvrez.detectioncanine-decouvrez{
		padding-top: 60px;
		padding-bottom: 60px;
 	}
 }
 @media (max-width: 767px){
	section.services-section.detectioncanine-services-section img{
		width: 300px;
	}
	section.decouvrez.detectioncanine-decouvrez .text-center{
		margin-top: 30px;
	}
	section.decouvrez.detectioncanine-decouvrez .decouvrez-sec img{
		width: 400px;
	}
}

/* page faq */
.page-faq .card-header button{white-space: initial;}
.page-faq .card-header button:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	font-size: 20px;
}
.page-faq .card-header button.collapsed:after {
	content: "\f105";
}

/*Page Merci*/
.page-merci .contact-form{display:none;}
.page-merci .service-desc img{width: auto;}


/**responsive start here**/
/*
@include media-breakpoint-up(xs) { ... }
@include media-breakpoint-up(sm) { ... }
@include media-breakpoint-up(md) { ... }
@include media-breakpoint-up(lg) { ... }
@include media-breakpoint-up(xl) { ... }
*/
@media only screen and (max-width: 1300px) and (min-width: 992px) { 
	a.navbar-brand {
		margin: 0px;
	}
	a.navbar-brand img {
		width: 153px;
		max-width: 153px;
	}
	.navbar{
		padding: .5rem 0rem;
	}
	ul.navbar-nav li {
		padding-left: 0px;
	}
	ul.navbar-nav li a {
		font-size: 14px;
		white-space: nowrap;
	}
	


}
@media only screen and (max-width: 1111px) and (min-width: 992px) { 
    form.form-inline button.btn-soumission {
    display: none;
}
    
}
@media (max-width: 1199px) { 


 }

 @media (max-width: 991px) { 
	.f-right {
		justify-content: center;
	}
	.hero-caption h1 {
		font-weight: 900;
		font-size: 40px;
	}
	.detection-cont {
		padding: 60px 0px;
	}
	.c-icon {
		padding: 20px 0px;
	}
	.footer-c {
		margin-top: 20px;
		padding-left: 0px;
	}
	.footer-r {
		margin-top: 20px;
	}
	section.breadcrumb-section h2 {
		font-weight: 900;
		font-size: 62px;
	}	
	.service-main{
		height: 300px;
	}
	.overlay {
		height: 310px;
	}
	.blog-main h4 {
		color: #6e6e6e;
		font-size: 17px;
	}
	.blog-main p {
		font-size: 13px;
		line-height: 22px;
	}	
	section.blogs-sec .sec-bottom-button {
		padding: 20px 0px;
	}
}

@media (max-width: 767px) { 
	section.breadcrumb-section h1, .page-traitement-thermique section.breadcrumb-section h1{
		font-size: 30px;
		-webkit-text-stroke-width: 1px;
	}
	.t-block.row a {
		margin-bottom: 20px;
	}
	.decouvrez-sec {
		flex-wrap: wrap;
	}
	.decouvrez {
		height: 100%;
		text-align: center;
		padding: 50px 0px;
	}
	.decouvrez-sec img {
		width: 200px;
	}
	.decouvrez-sec-content h4, .decouvrez-sec-content .lb-h4 {
		font-size: 26px;
		padding-top: 20px;
	}
	.decouvrez-sec-content p {
		padding-top: 0px;
	}
	.detection-img {
		position: inherit;
	}
	.detection-cont {
		padding: 50px 0px;
		text-align: center;
	}
	.detection-img img {
		width: 190px;
	}
	.detection-cont p {
		padding: 11px 20px 20px;
	}
	.detection-cont h4 {
		font-size: 26px;
	}
	.bd-de {
		height: 250px;
	}
	.c-icon {
		padding: 20px 0px;
	}
	.c-icon h5, .c-icon .lb-h5 {
		word-break: break-all;
	}
	.contact-title h2 {
		font-size: 26px;
	}
	.pad-70 {
		padding: 0px 15px;
	}
	form.c-form {
		width: 90%;
	}
	.decouvrez.optez-ltext{
		height: 100%;
	}
	section.decouvrez.optez-ltext .decouvrez-sec-content {
		width: 100%;
		text-align: center;
	}
	section.decouvrez.optez-ltext .decouvrez-sec-content h4, section.decouvrez.optez-ltext .decouvrez-sec-content p, section.decouvrez.optez-ltext .decouvrez-sec-content button {
		text-align: center;
	}
	.decouvrez.optez-ltext .decouvrez-sec img {
		width: 100px;
	}
	.service-desc {
		flex-wrap: wrap;
	}
	.service-desc img {
		width: 180px;
	}
	.page-traitement-thermique .service-desc img {
		width: 180px;
		max-width: auto;
	}
	.page-traitement-thermique .home-video:before{
		height: 40%;
	}
	.service-ldesc h2 {
		font-size: 26px;
		text-align: center;
	}
	.service-desc p {
		text-align: center;
	}
	.service-desc .sec-bottom-button {
		padding: 15px 0px;
		text-align: center !important;
	}
	.service-ldesc.bio-pesticides h2, .service-ldesc.bio-pesticides p {
		text-align: center;
	}
	.service-ldesc.bio-pesticides .sec-bottom-button {
		text-align: center !important;
	}
	.service-ldesc.locataires h2, .service-ldesc.locataires p {
		text-align: center;
	}
	.service-ldesc.locataires .sec-bottom-button {
		text-align: center !important;
	}
	
}

@media (max-width: 575px) {
	section.services-section {
		padding: 30px 0 30px;
	}
	a.navbar-brand img {
		width: 163px;
	}
	.hero-section {
		background-image: url(../images/hero_mobile.webp);
		height: 400px;
		background-position: 88%;
	}
	.hero-caption h1 {
		font-weight: 900;
		font-size: 31px;
	}
	.hero-caption p, .hero-caption .lb-text {
		font-size: 16px;
	}
	.hero-buttons .contact-number {
		/* margin-bottom: 12px; */
		width: 150px;
		padding: 6px 10px;
	}
	.hero-buttons .no-ser{
		width: 150px;
		padding: 6px 10px;
	}
	.t-block {
		padding: 0px 15px;
	}
	.Vous-tagline {
		flex-wrap: wrap;
		margin-bottom: 29px;
		text-align: center;
		padding: 0px 15px;
	}
	.Vous-tagline p{ margin-top: 20px; font-size: 16px; line-height: 23px; }	
	.Vous-tagline img{ max-width: 80px; margin-left: 20px; }
	.sec-bottom-button {
		padding: 30px 0px 60px;
	}
	.decouvrez-title h2 {
		font-size: 26px;
	}
	.decouvrez-imgsec p {
		display: inline-block;
		width: 100%;
	}
	section.breadcrumb-section h2 {
		font-weight: 900;
		font-size: 45px;
		-webkit-text-stroke-width: 2px;
	}	
	.overlay {
		margin-top: 220px;
    transition: all 0.3s ease;
    text-align: center;
    padding: 21px 20px;
    min-height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	}		
	.service-main h2 {
		font-size: 35px;
	}
	.t-block p { padding-bottom: 45px; }

	.overlay {
		/* height: 261px; */
	}
	.fb-bar { padding: 20px 0px; }
	.suiz-desc { font-size: 16px; }
	section.fb-bar.Cform { margin-bottom: 40px; }
	.contact-title h2 { font-size: 19px; margin-top: 30px; }
	.ye-menu-villes { min-width: initial!important; }
}

@media (max-width: 450px) {
.hero-buttons {
	justify-content: space-around;
	padding: 0 15px;
}
}

/* Villes */
.service-ldesc h2, .titre_detectioncanine {
    color: #1a1a1a;
    font-size: 35px !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
}
.service-ldesc h2 strong, .titre_detectioncanine {
	font-weight: 700 !important;
}
.service-ldesc h2 span, .titre_detectioncanine {
	color: #ff342f !important;	
}
/* general */
.ye-menu-villes{
	min-width: 500px;
}

.ye-section{
	padding: 150px 0;
}

.page-ville p{
	font-weight: 500;
	line-height: 33px;
}

.page-ville p strong{
	font-weight: 500;
}

.page-ville p:not(:last-of-type){
	margin-bottom: 10px;
}

.ye-back-rouge{
	background-color: #e11611;
	position: relative;
}

.ye-back-rouge:before{
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #cd140f;
	position: absolute;
	-webkit-clip-path: polygon(0 3%, 100% 97%, 100% 100%, 0% 100%);
	clip-path: polygon(0 3%, 100% 97%, 100% 100%, 0% 100%);
}

.ye-decouvrez{ background-image: none; }

.page-ville .decouvrez-sec-content h4 {
	font-size: 55px;
}

.page-ville button.btn-soumission {
	font-size: 18px;
}

.page-ville .decouvrez-sec-content button {
	padding: 5px 50px;
}

.page-ville section.contact-form {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 1200px){
	.page-ville .decouvrez-sec-content h4 {
		font-size: 40px;
	}

}

@media screen and (max-width: 992px){
	.page-ville .decouvrez-sec-content h4 {
		font-size: 32px;
	}

}


@media (max-width: 767px){
	.ye-section{
		padding: 80px 0;
	}

	.page-ville .service-ldesc.locataires h2{
		padding-top: 20px;
	}

	.page-ville .decouvrez-sec-content h4 {
		font-size: 29px;
	}

	.page-ville .decouvrez {
		min-height: 500px;
	}
	
}

@media screen and (max-width: 640px){
	.page-ville .decouvrez-sec-content button {
		padding: 5px 5px;
	}	

}


/*owl-carousel*/
.row-carousel .lb-h4{color: #363636; font-weight: 900; font-size: 35px;}
.owl-carousel.owl-theme .item{padding: 20px 20px 30px 30px;}
.owl-carousel.owl-theme .card{min-height: 210px; border: 13px solid #ff342f; border-top: 0; border-right: 0; border-radius: 50px; box-shadow: 0 13px 26px rgb(29 29 29/ 14%);}
.owl-carousel.owl-theme .card .card-body{display: flex; flex-direction: column; justify-content: center;}
.owl-carousel.owl-theme .card .card-footer{background: none; border-top: 1px dashed #B5B5B5; margin-left:20px; margin-right:20px;}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots{margin-top: 30px;}
.owl-carousel.owl-theme .owl-dots .owl-dot span{width: 15px; height: 15px; border-radius: 50%; background-color: #ff342f; opacity: 0.5; transition: all ease 0.5s; margin-right: 0;}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span{background-color: #ff342f; opacity: 1;}
@media (max-width: 575px){
	.row-carousel .lb-h4{ 
		font-size: 19px;
	}
}