/********************************/
/************FONTS***************/
/********************************/

@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Regular.eot');
	src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Regular.woff') format('woff'),
		url('../font/Roboto-Regular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
font-display: swap
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../font/Roboto-Medium.eot');
	src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Medium.woff') format('woff'),
		url('../font/Roboto-Medium.ttf')  format('truetype');
	font-weight: 500;
	font-style: normal;
font-display: swap
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../font/Roboto-Light.eot');
	src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Light.woff') format('woff'),
		url('../font/Roboto-Light.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
font-display: swap
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../font/Roboto-Bold.eot');
	src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Bold.woff') format('woff'),
		url('../font/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
font-display: swap
}

.nav > li > a:hover, .nav > li > a:focus, .navbar .nav li.current-menu-item a:focus{
	background: inherit;
}
.navbar .nav li.current_page_item a, .navbar .nav li.current-menu-item a, .navbar .nav li.current-menu-item a:hover, .navbar .nav li.current-menu-item a:focus{
	background: inherit;
}
#footer .menu-item-type-custom:first-child {
    border-right: 0 none;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: inherit;
    width: 100%;
}
/********************************/
/***********HELPERS**************/
/********************************/

.no-padding{
	padding: 0;
}

.no-border-left{
	border-left: none;
}

.no-border-right{
	border-right: none;
}

.no-border-top{
	border-top: none !important;
}

.center{
	text-align: center;
}

.div-flex{
	display: flex;
}

.img-responsive{
	margin: auto;
}

/********************************/
/***********HEADER***************/
/********************************/

#site-navigation{
  background: url(../img/header.jpg) no-repeat;
  background-size: cover;
  font-family: 'Roboto';
	margin-bottom: 0;

}

#logo{
  display: block;
  margin: 0 auto;
	width: 24%;
}

/********************************/
/***********MENU*****************/
/********************************/

.navbar{
	border: none;
	border-radius: 0px;
}

.navbar-inner{
  background-image:none;
  background-color: transparent;
  border: none;
	padding: 0;
}

#div-slogan-search{
	position: relative;
	height: 40px;
	text-align: center;
}

#div-slogan-search em{
  display: inline-block;
  margin: auto auto auto auto;
	text-align: center;
  color: white;
  font-size: 13px;
}

#searchform{
	display: inline-block;
  position: absolute;
  right: 0;
	float: none;
	margin: 0;
}

#searchform input[type=text]{
	width: 185px;
	border-radius: 0;
	height: 24px;
	padding: 0 0 0 0;
	opacity: 0.8;
}

#searchform input[type=submit]{
	width: 185px;
	border-radius: 0;
	height: 24px;
	width: 24px;
	background: none;
	border: none;
	color: white;
	padding: 0;
}

#searchform div{
	margin-right: 125px;
}

#navbar-collapse{
	padding: 0;
}

.navbar .nav{
  float: none;
	display: inline-block;
	position: inherit;
}

.navbar .nav ul{
	margin: 0;
	list-style: none;
	height: 35px;
}
.contenu_page .container-fluid .col-md-4, .contenu_page .container-fluid .col-md-8 {
    margin: 0;
    padding: 0;
}
.nav > li{
	display: block;
	position: inherit;
	float: left;
}

.navbar .nav > li:nth-child(even){
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.navbar .nav > li:nth-child(1),.navbar .nav > li:nth-child(2){
	background: #274975;
}

.navbar .nav > li:nth-child(3),.navbar .nav > li:nth-child(4),.navbar .nav > li:nth-child(5){
	background: #283a50;
}

.navbar .nav li:nth-child(3) ,.navbar .nav li:nth-child(4),.navbar .nav li:nth-child(5){
	color: white;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar .nav > li:nth-child(6),.navbar .nav > li:nth-child(7){
	background: #274975;
}

.char1,.char2{
	color: #d0d823;
}

.navbar .nav li:first-child{
	border-left: none;
}

.navbar .nav li:last-child{
	border-right: none;
}

.navbar .nav li.current-menu-item a:hover, .navbar .nav li.current-menu-item a:focus{
	background: none;
	color: white;
	background-color: transparent;
}

.navbar .nav > li:hover,.navbar .nav li.dropdown.open > .dropdown-toggle{
	background: #526d91;
	color:white;
}

.navbar .nav > li > a{
	color: white;
	text-shadow: none;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
}

.navbar .nav > li > a:hover{
	color: white;
	background-color: transparent;
}

.navbar .nav li.current_page_item a{
	background: transparent;
	color:white;
	text-transform: uppercase;
	font-size: 12px;
}

.navbar .nav li.current_page_item{
	background: #516C90;
}

#div-menu{
	background-color: #274975;
	width: 100%;
	text-align: center;
	height: 40px;
}

.caret{
	display: none;
}




/********************************/
/*********SOUS-MENU**************/
/********************************/

.dropup, .dropdown{
	position: initial;
}

.navbar .nav ul.dropdown-menu{
	width: 100%;
	height: 150px;
	background: #526d91;
	color: white;
	border-radius: 0px;
	border: none;
	text-align: center;
	z-index: 1000 !important;
	-webkit-overflow-scrolling: touch;
	 overflow: visible;
}

.dropdown-menu li{
	display: inline-block;
	width: 94px;
	height: 120px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 25px;
}

.navbar .nav .dropdown-menu li:nth-child(3) ,.navbar .nav .dropdown-menu li:nth-child(4),.navbar .nav .dropdown-menu li:nth-child(5){
	height: 120px;
	padding-left: 0px;
	padding-right: 0px;
}

.dropdown-menu li a{
	color: white;
	padding: 0;
	font-size: 12px;
	white-space: normal;
}

.dropdown-menu li a:hover{
	background: none;
}

.dropdown-menu img{
	width: 70px;
}

.dropdown-menu .char1,.dropdown-menu .char2{
	color: white;
}

#primary{
	margin-top: 0;
}

/********************************/
/***********ACCUEIL**************/
/********************************/

#accueil p{
	margin-bottom: 0;
}

#div_contact_accueil{
	background: url(../img/div_contact_accueil_background.jpg) no-repeat;
	background-size: cover;
	height: 272px;
	padding-top: 40px;
}

#div_contact_accueil #pro_part{
	background-color: rgba(255,255,255,0.8);
	height: 70px;
	width: 390px;
	color: black;
	padding-left:30px;
	padding-top: 7px;
}

#div_contact_accueil #pro_part{
	font-size: 20px;
}

#div_contact_accueil #pro_part span{
	font-size: 20px;
	font-family: 'Roboto-Light';
}

#telephone-accueil{
	width: 60px;
	display: block;
	float: left;
	margin-top: 20px;
}

#div_contact_accueil #coord_accueil div{
		display: block;
		float: left;
		margin-top: 15px;
		margin-left: 25px;
		font-style: 'Roboto-Medium';
}

#div_contact_accueil #coord_accueil a{
	color: white;
}

#div_contact_accueil #coord_accueil{
	background-color: #ED4029;
	color: white;
	height: 105px;
	width: 390px;
	margin-top: 12px;
	padding-left:30px;
}
#contact-content #div_contact_accueil #coord_accueil{
	height: auto;float: left;
}
.wpcf7-form > p {
    text-align: left;
}
#contact-content input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

h1,h2.exh1,#accueil h2.exh1,#accueil .div_exh1 h2,#sous-batiments h2.exh1,#desinsectisation h2.exh1{
	font-family: 'Roboto-Light';
	text-align: center;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	color: black;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#accueil h2,#accueil .div_exh1 h3{
	font-family: 'Roboto-Medium';
	color: #1b58a4;
	font-size: 18px;
	/*margin: 25px 0;*/
}

#accueil h3{
	font-family: 'Roboto';
	color: #1b58a4;
	font-size: 14px;
	text-transform: uppercase;
}

#div-videos-accueil{
	background: #264876;
	margin-top: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.video{
	display: inline-block;
	position: relative;
}
#div-videos-accueil h2{color: #FFF; text-transform: uppercase;}
.video1:before{
	content:url('../img/france2.png');
	left: -47px;
	padding: 10px;
	transform:rotate(-45deg);
	position: absolute;
}
.wp-image-289{border-radius: 100%;}
.video2:before{
	content:url('../img/logom6.png');
	left: -47px;
	padding: 10px;
	transform:rotate(-45deg);
	position: absolute;
}
#accueil #deuxieme_partie ul{
	list-style: none;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

#accueil #deuxieme_partie ul li{
	list-style: none;
	display: inline-block;
	border-right: 1px solid #999999;
	padding: 0 15px;
	text-transform: uppercase;
}

#accueil #deuxieme_partie ul li:last-child{
	border-right: none;
}

#row-certif{
	margin-top: 60px;
}

#ul_certifications{
	list-style: none;
	text-align: center;
}

#ul_certifications li{
	display: inline-block;
	margin-right: 45px;
	float: none;
}

#ul_certifications img{
	height: 68px;
}

/********************************/
/*********GENERIQUE**************/
/********************************/
.page-generique{
	margin-bottom: 20px;
}

.page-generique ul{
	padding-left: 30px;
}

.page-generique #nous_contacter{
	display: block;
	margin: auto;
	width: 220px;
	height: 45px;
	background: url(../img/batiments/nous-contacter.jpg) no-repeat;
	background-size: contain;
	color: white;
	text-align: right;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 45px;
	padding-right: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
}

/********************************/
/*********SEARCH*****************/
/********************************/
#search-content h1{
	margin-top: 20px;
}

#search-content h2{
	font-size: 25px;
	color: black;
}

#search-content{
	margin-bottom: 20px;
}

/********************************/
/*********CONTACT****************/
/********************************/
.wpcf7{
	text-align: center;
}

/********************************/
/*********SITEMAP****************/
/********************************/
#content-sitemap{
	text-align: center;
}

#content-sitemap ul{
	list-style: none;
}

/********************************/
/*********BATIMENTS**************/
/********************************/

/********************************/
/********SOUS-BATIMENTS**********/
/********************************/

	#sous-batiments .div-img-top{
		margin-top: 20px;
		text-align: center;
	}

	#sous-batiments .div-img-top img{
		display: inline-block;
		margin-right: 20px;
		float:none;
	}

	#sous-batiments .contenu_page ul{
		padding-left: 30px;
	}

	#sous-batiments .img_cote{
		float: right;
		text-align: center;
	}

	#sous-batiments .img_cote img{
		width: 100%;
		margin-top: 20px;
	}

	#sous-batiments .legende_image_cote_droit{
		font-style: italic;
		color:#274975;
		font-size: 20px;
	}

	#sous-batiments h2{
		font-family: 'Roboto-Medium';
		color: #274975;
		font-size: 18px;
	}

	.contenu_bas,.contenu_bas ul{
		padding-left: 30px;
	}

	#sous-batiments #nous_contacter{
		display: block;
		margin: auto;
		width: 220px;
		height: 45px;
		background: url(../img/batiments/nous-contacter.jpg) no-repeat;
		background-size: contain;
		color: white;
		text-align: right;
		font-size: 17px;
		text-transform: uppercase;
		line-height: 45px;
		padding-right: 20px;
		margin-bottom: 50px;
		margin-top: 50px;
	}


/********************************/
/******DESINSECTISATION**********/
/********************************/

.row-insectes{
	margin-bottom: 20px;
	margin-top: 30px;
}

#desinsectisation .div-verte{
	background-color: #ebf5ec;
}

#desinsectisation .div-rouge{
	background-color: #f8ebeb;
}

#desinsectisation h2{
	font-family: 'Roboto-Bold';
	font-size: 20px;
	color: #1b58a4;
	text-transform: uppercase;
}

#desinsectisation h3{
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #1b58a4;
}

/********************************/
/******DETAIL INSECTE************/
/********************************/

#detail-insecte .jcarousel-wrapper{
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
#detail-insecte .jcarousel {
    position: relative;
    overflow: hidden;
		padding: 0;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#detail-insecte .jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
		overflow: auto;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#detail-insecte .jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
		padding: 0 20px;
		border-right: 1px solid black;
		border-left: 1px solid black;
		width: 180px;
}

#detail-insecte .jcarousel li:first-child {
	border-left: none;
}

#detail-insecte .jcarousel li:last-child {
	border-right: none;
}

#detail-insecte .jcarousel li img{
	width: 120px;
}

#detail-insecte .jcarousel-control-prev,#detail-insecte .jcarousel-control-next{
	color: black;
	font-size: 100px;
	/*position: absolute;*/
	top: 0;
	line-height: 120px;
}

#detail-insecte .jcarousel-control-prev:hover,#detail-insecte .jcarousel-control-next:hover,#detail-insecte .jcarousel-control-prev:hover,#detail-insecte .jcarousel-control-next:focus,#detail-insecte .jcarousel-control-prev:focus{
	color: black;
	text-decoration: none;
}

#detail-insecte .jcarousel-control-prev{
	right: 0;
	position: absolute;
}

#detail-insecte .jcarousel-control-next{
	right: 0;
}

.div-detail h3{
	color: white;
}

.div-top-insecte-detail{
	background-color: #274975;
	background-image: url(../img/insecte-detail/background-div-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
}

.div-bottom-insecte-detail{
	background-color: #677f9e;
	background-image: url(../img/insecte-detail/background-div-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.div-top-insecte-detail img{
	width: 75%;
	padding-bottom: 30px;
    padding-top: 30px;
}

.div-bottom-insecte-detail img{
	width: 100%;
}

.div-detail a{
	color: white;
}

.div-detail .div-img{
	text-align: center;
}

#detail-insecte .div-detail h1{
	color: white;
	font-size: 23px;
	font-family: 'Roboto';
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
  border-top: none;
	padding-top: 0;
}

#detail-insecte .div-detail h2{
	color: white;
	font-size: 23px;
	font-family: 'Roboto';
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#detail-insecte .div-detail p{
	color: white;
	font-size: 13px;
	font-family: 'Roboto';
	padding-bottom: 20px;
}

/********************************/
/***********DETAIL RAT***********/
/********************************/

#detail-rat .jcarousel-wrapper{
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
#detail-rat .jcarousel {
    position: relative;
    overflow: hidden;
		padding: 0;
		text-align: center;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#detail-rat .jcarousel ul {
    width: 100%;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
		overflow: auto;
		text-align: center;
		display: inline-block;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#detail-rat .jcarousel li {
    /* Required only for block elements like <li>'s */
    float: none;
		display: inline-block;
		padding: 0 20px;
		border-left: 1px solid black;
		width: 180px;
}

#detail-rat .jcarousel li:first-child {
	border-left: none;
}

#detail-rat .jcarousel li:last-child {
	border-right: none;
}

#detail-rat .jcarousel li img{
	width: 120px;
}

#detail-rat .jcarousel-control-prev,#detail-rat .jcarousel-control-next{
	color: black;
	font-size: 100px;
	/*position: absolute;*/
	top: 0;
	line-height: 120px;
	display: none;
}

#detail-rat .jcarousel-control-prev:hover,#detail-rat .jcarousel-control-next:hover,#detail-rat .jcarousel-control-prev:hover,#detail-rat .jcarousel-control-next:focus,#detail-rat .jcarousel-control-prev:focus{
	color: black;
	text-decoration: none;
}

#detail-rat .jcarousel-control-prev{
	right: 0;
	position: absolute;
}

#detail-rat .jcarousel-control-next{
	right: 0;
}

#detail-rat .div-top-insecte-detail img{
	width: 75%;
}

#detail-rat .div-bottom-insecte-detail img{
	width: 100%;
}

#detail-rat .div-detail .div-img{
	text-align: center;
}

#detail-rat .div-detail h1{
	color: white;
	font-size: 23px;
	font-family: 'Roboto';
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
	border-top: none;
	padding-top: 0px;
}

#detail-rat h2{
	font-family: 'Roboto-Light';
	text-align: center;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	color: black;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#detail-rat .div-detail p{
	color: white;
	font-size: 13px;
	font-family: 'Roboto';
	padding-bottom: 20px;
}

/********************************/
/************FOOTER**************/
/********************************/

#footer{
	background: #104B76;
	color: white;
	height: auto;
	position: relative;
	margin-top: 30px;
}

#footer iframe{
	width: 100%;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer #div-coord{
	margin-top: 12px;
	font-size: 14px;
}

#footer #div-iframe{
	height: 170px;
}

#footer .widget_nav_menu{
	margin-top: 40px;
}


#footer .widget_nav_menu ul{
	list-style: none;
	text-align: right;
	position: relative;
}

#footer .widget_nav_menu li{
	text-align: right;
}

#footer .widget_nav_menu a{
	color: white;
}

/* Lien spécifique HP */
#footer .menu-item-object-custom.desin_footer_link {
	display: none;
}
body.home #footer .menu-item-object-custom.desin_footer_link {
	display: block;
}


#footer .widget_nav_menu a:hover{
	color: white;
	text-decoration:underline;
}

#footer .menu-item-object-custom{
	display: inline-block;
	float: left;
}

#footer .menu-item-object-custom:last-child{
	border-left: 1px solid white;
	padding-left: 10px;
	border-right: none;
	margin-left: inherit;
	padding-right: 0px;
	right: 0;
	position: absolute;
}

#footer .menu-item-type-custom{
	border-right: 1px solid white;
	padding-right: 10px;
	margin-top: 10px;
	right: 49px;
	position: absolute;
}

#logo-google-plus, #logo-email{
	height: 25px;
}

#coccinet{
	color: white;
	font-size: 12px;
	position: absolute;
  right: 20px;
  bottom:10px;
}

#coccinet a{
	color: white;
}
/********************************/
/************FONTS***************/
/********************************/

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

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../font/Roboto-Medium.eot');
	src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Medium.woff') format('woff'),
		url('../font/Roboto-Medium.ttf')  format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../font/Roboto-Light.eot');
	src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Light.woff') format('woff'),
		url('../font/Roboto-Light.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../font/Roboto-Bold.eot');
	src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Bold.woff') format('woff'),
		url('../font/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.nav > li > a:hover, .nav > li > a:focus, .navbar .nav li.current-menu-item a:focus{
	background: inherit;
}
.navbar .nav li.current_page_item a, .navbar .nav li.current-menu-item a, .navbar .nav li.current-menu-item a:hover, .navbar .nav li.current-menu-item a:focus{
	background: inherit;
}
#footer .menu-item-type-custom:first-child {
    border-right: 0 none;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: inherit;
    width: 100%;
}
/********************************/
/***********HELPERS**************/
/********************************/

.no-padding{
	padding: 0;
}

.no-border-left{
	border-left: none;
}

.no-border-right{
	border-right: none;
}

.no-border-top{
	border-top: none !important;
}

.center{
	text-align: center;
}

.div-flex{
	display: flex;
}

.img-responsive{
	margin: auto;
}

/********************************/
/***********HEADER***************/
/********************************/

#site-navigation{
  background: url(../img/header.jpg) no-repeat;
  background-size: cover;
  font-family: 'Roboto';
	margin-bottom: 0;

}

#logo{
  display: block;
  margin: 0 auto;
	width: 24%;
}

/********************************/
/***********MENU*****************/
/********************************/

.navbar{
	border: none;
	border-radius: 0px;
}

.navbar-inner{
  background-image:none;
  background-color: transparent;
  border: none;
	padding: 0;
}

#div-slogan-search{
	position: relative;
	height: 40px;
	text-align: center;
}

#div-slogan-search em{
  display: inline-block;
  margin: auto auto auto auto;
	text-align: center;
  color: white;
  font-size: 13px;
}

#searchform{
	display: inline-block;
  position: absolute;
  right: 0;
	float: none;
	margin: 0;
}

#searchform input[type=text]{
	width: 185px;
	border-radius: 0;
	height: 24px;
	padding: 0 0 0 0;
	opacity: 0.8;
}

#searchform input[type=submit]{
	width: 185px;
	border-radius: 0;
	height: 24px;
	width: 24px;
	background: none;
	border: none;
	color: white;
	padding: 0;
}

#searchform div{
	margin-right: 125px;
}

#navbar-collapse{
	padding: 0;
}

.navbar .nav{
  float: none;
	display: inline-block;
	position: inherit;
}

.navbar .nav ul{
	margin: 0;
	list-style: none;
	height: 35px;
}
.contenu_page .container-fluid .col-md-4, .contenu_page .container-fluid .col-md-8 {
    margin: 0;
    padding: 0;
}
.nav > li{
	display: block;
	position: inherit;
	float: left;
}

.navbar .nav > li:nth-child(even){
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.navbar .nav > li:nth-child(1),.navbar .nav > li:nth-child(2){
	background: #274975;
}

.navbar .nav > li:nth-child(3),.navbar .nav > li:nth-child(4),.navbar .nav > li:nth-child(5){
	background: #283a50;
}

.navbar .nav li:nth-child(3) ,.navbar .nav li:nth-child(4),.navbar .nav li:nth-child(5){
	color: white;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar .nav > li:nth-child(6),.navbar .nav > li:nth-child(7){
	background: #274975;
}

.char1,.char2{
	color: #d0d823;
}

.navbar .nav li:first-child{
	border-left: none;
}

.navbar .nav li:last-child{
	border-right: none;
}

.navbar .nav li.current-menu-item a:hover, .navbar .nav li.current-menu-item a:focus{
	background: none;
	color: white;
	background-color: transparent;
}

.navbar .nav > li:hover,.navbar .nav li.dropdown.open > .dropdown-toggle{
	background: #526d91;
	color:white;
}

.navbar .nav > li > a{
	color: white;
	text-shadow: none;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
}

.navbar .nav > li > a:hover{
	color: white;
	background-color: transparent;
}

.navbar .nav li.current_page_item a{
	background: transparent;
	color:white;
	text-transform: uppercase;
	font-size: 12px;
}

.navbar .nav li.current_page_item{
	background: #516C90;
}

#div-menu{
	background-color: #274975;
	width: 100%;
	text-align: center;
	height: 40px;
}

.caret{
	display: none;
}




/********************************/
/*********SOUS-MENU**************/
/********************************/

.dropup, .dropdown{
	position: initial;
}

.navbar .nav ul.dropdown-menu{
	width: 100%;
	height: 150px;
	background: #526d91;
	color: white;
	border-radius: 0px;
	border: none;
	text-align: center;
	z-index: 1000 !important;
	-webkit-overflow-scrolling: touch;
	 overflow: visible;
}

.dropdown-menu li{
	display: inline-block;
	width: 94px;
	height: 120px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 25px;
}

.navbar .nav .dropdown-menu li:nth-child(3) ,.navbar .nav .dropdown-menu li:nth-child(4),.navbar .nav .dropdown-menu li:nth-child(5){
	height: 120px;
	padding-left: 0px;
	padding-right: 0px;
}

.dropdown-menu li a{
	color: white;
	padding: 0;
	font-size: 12px;
	white-space: normal;
}

.dropdown-menu li a:hover{
	background: none;
}

.dropdown-menu img{
	width: 70px;
}

.dropdown-menu .char1,.dropdown-menu .char2{
	color: white;
}

#primary{
	margin-top: 0;
}

/********************************/
/***********ACCUEIL**************/
/********************************/

#accueil p{
	margin-bottom: 0;
}

#div_contact_accueil{
	background: url(../img/div_contact_accueil_background.jpg) no-repeat;
	background-size: cover;
	height: 272px;
	padding-top: 40px;
}

#div_contact_accueil #pro_part{
	background-color: rgba(255,255,255,0.8);
	height: 70px;
	width: 390px;
	color: black;
	padding-left:30px;
	padding-top: 7px;
}

#div_contact_accueil #pro_part{
	font-size: 20px;
}

#div_contact_accueil #pro_part span{
	font-size: 20px;
	font-family: 'Roboto-Light';
}

#telephone-accueil{
	width: 60px;
	display: block;
	float: left;
	margin-top: 20px;
}

#div_contact_accueil #coord_accueil div{
		display: block;
		float: left;
		margin-top: 15px;
		margin-left: 25px;
		font-style: 'Roboto-Medium';
}

#div_contact_accueil #coord_accueil a{
	color: white;
}

#div_contact_accueil #coord_accueil{
	background-color: #ED4029;
	color: white;
	height: 105px;
	width: 390px;
	margin-top: 12px;
	padding-left:30px;
}
#contact-content #div_contact_accueil #coord_accueil{
	height: auto;float: left;
}
.wpcf7-form > p {
    text-align: left;
}
#contact-content input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

h1,h2.exh1,#accueil h2.exh1,#accueil .div_exh1 h2,#sous-batiments h2.exh1,#desinsectisation h2.exh1{
	font-family: 'Roboto-Light';
	text-align: center;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	color: black;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#accueil h2,#accueil .div_exh1 h3{
	font-family: 'Roboto-Medium';
	color: #1b58a4;
	font-size: 18px;
	/*margin: 25px 0;*/
}

#accueil h3{
	font-family: 'Roboto';
	color: #1b58a4;
	font-size: 14px;
	text-transform: uppercase;
}

#div-videos-accueil{
	background: #264876;
	margin-top: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.video{
	display: inline-block;
	position: relative;
}
#div-videos-accueil h2{color: #FFF; text-transform: uppercase;}
.video1:before{
	content:url('../img/france2.png');
	left: -47px;
	padding: 10px;
	transform:rotate(-45deg);
	position: absolute;
}
.wp-image-289{border-radius: 100%;}
.video2:before{
	content:url('../img/logom6.png');
	left: -47px;
	padding: 10px;
	transform:rotate(-45deg);
	position: absolute;
}
#accueil #deuxieme_partie ul{
	list-style: none;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
}

#accueil #deuxieme_partie ul li{
	list-style: none;
	display: inline-block;
	border-right: 1px solid #999999;
	padding: 0 15px;
	text-transform: uppercase;
}

#accueil #deuxieme_partie ul li:last-child{
	border-right: none;
}

#row-certif{
	margin-top: 60px;
}

#ul_certifications{
	list-style: none;
	text-align: center;
}

#ul_certifications li{
	display: inline-block;
	margin-right: 45px;
	float: none;
}

#ul_certifications img{
	height: 68px;
}

/********************************/
/*********GENERIQUE**************/
/********************************/
.page-generique{
	margin-bottom: 20px;
}

.page-generique ul{
	padding-left: 30px;
}

.site-content #nous_contacter, .div-detail #nous_contacter{
	display: block;
	width: 220px;
	height: 45px;
	background: url(../img/batiments/nous-contacter.jpg) no-repeat;
	background-size: contain;
	color: white;
	text-align: right;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 45px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.page-generique #nous_contacter{
	display: block;
	margin: auto;
	width: 220px;
	height: 45px;
	background: url(../img/batiments/nous-contacter.jpg) no-repeat;
	background-size: contain;
	color: white;
	text-align: right;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 45px;
	padding-right: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
}




/********************************/
/*********SEARCH*****************/
/********************************/
#search-content h1{
	margin-top: 20px;
}

#search-content h2{
	font-size: 25px;
	color: black;
}

#search-content{
	margin-bottom: 20px;
}

/********************************/
/*********CONTACT****************/
/********************************/
.wpcf7{
	text-align: center;
}

/********************************/
/*********SITEMAP****************/
/********************************/
#content-sitemap{
	text-align: center;
}

#content-sitemap ul{
	list-style: none;
}

/********************************/
/*********BATIMENTS**************/
/********************************/

/********************************/
/********SOUS-BATIMENTS**********/
/********************************/

	#sous-batiments .div-img-top{
		margin-top: 20px;
		text-align: center;
	}

	#sous-batiments .div-img-top img{
		display: inline-block;
		margin-right: 20px;
		float:none;
	}

	#sous-batiments .contenu_page ul{
		padding-left: 30px;
	}

	#sous-batiments .img_cote{
		float: right;
		text-align: center;
	}

	#sous-batiments .img_cote img{
		width: 100%;
		margin-top: 20px;
	}

	#sous-batiments .legende_image_cote_droit{
		font-style: italic;
		color:#274975;
		font-size: 20px;
	}

	#sous-batiments h2{
		font-family: 'Roboto-Medium';
		color: #274975;
		font-size: 18px;
	}

	.contenu_bas,.contenu_bas ul{
		padding-left: 30px;
	}

	#sous-batiments #nous_contacter{
		display: block;
		margin: auto;
		width: 220px;
		height: 45px;
		background: url(../img/batiments/nous-contacter.jpg) no-repeat;
		background-size: contain;
		color: white;
		text-align: right;
		font-size: 17px;
		text-transform: uppercase;
		line-height: 45px;
		padding-right: 20px;
		margin-bottom: 50px;
		margin-top: 50px;
	}


/********************************/
/******DESINSECTISATION**********/
/********************************/

.row-insectes{
	margin-bottom: 20px;
	margin-top: 30px;
}

#desinsectisation .div-verte{
	background-color: #ebf5ec;
}

#desinsectisation .div-rouge{
	background-color: #f8ebeb;
}

#desinsectisation h2{
	font-family: 'Roboto-Bold';
	font-size: 20px;
	color: #1b58a4;
	text-transform: uppercase;
}

#desinsectisation h3{
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #1b58a4;
}

/********************************/
/******DETAIL INSECTE************/
/********************************/

#detail-insecte .jcarousel-wrapper{
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
#detail-insecte .jcarousel {
    position: relative;
    overflow: hidden;
		padding: 0;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#detail-insecte .jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
		overflow: auto;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#detail-insecte .jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
		padding: 0 20px;
		border-right: 1px solid black;
		border-left: 1px solid black;
		width: 180px;
}

#detail-insecte .jcarousel li:first-child {
	border-left: none;
}

#detail-insecte .jcarousel li:last-child {
	border-right: none;
}

#detail-insecte .jcarousel li img{
	width: 120px;
}

#detail-insecte .jcarousel-control-prev,#detail-insecte .jcarousel-control-next{
	color: black;
	font-size: 100px;
	/*position: absolute;*/
	top: 0;
	line-height: 120px;
}

#detail-insecte .jcarousel-control-prev:hover,#detail-insecte .jcarousel-control-next:hover,#detail-insecte .jcarousel-control-prev:hover,#detail-insecte .jcarousel-control-next:focus,#detail-insecte .jcarousel-control-prev:focus{
	color: black;
	text-decoration: none;
}

#detail-insecte .jcarousel-control-prev{
	right: 0;
	position: absolute;
}

#detail-insecte .jcarousel-control-next{
	right: 0;
}

.div-detail h3{
	color: white;
}

.div-top-insecte-detail{
	background-color: #274975;
	background-image: url(../img/insecte-detail/background-div-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
}

.div-bottom-insecte-detail{
	background-color: #677f9e;
	background-image: url(../img/insecte-detail/background-div-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.div-top-insecte-detail img{
	width: 75%;
	padding-bottom: 30px;
    padding-top: 30px;
}

.div-bottom-insecte-detail img{
	width: 100%;
}

.div-detail a{
	color: white;
}

.div-detail .div-img{
	text-align: center;
}

#detail-insecte .div-detail h1{
	color: white;
	font-size: 23px;
	font-family: 'Roboto';
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
  border-top: none;
	padding-top: 0;
}

#detail-insecte .div-detail h2{
	color: white;
	font-size: 23px;
	font-family: 'Roboto';
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#detail-insecte .div-detail p{
	color: white;
	font-size: 13px;
	font-family: 'Roboto';
	padding-bottom: 20px;
}

/********************************/
/***********DETAIL RAT***********/
/********************************/

#detail-rat .jcarousel-wrapper{
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
#detail-rat .jcarousel {
    position: relative;
    overflow: hidden;
		padding: 0;
		text-align: center;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#detail-rat .jcarousel ul {
    width: 100%;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
		overflow: auto;
		text-align: center;
		display: inline-block;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#detail-rat .jcarousel li {
    /* Required only for block elements like <li>'s */
    float: none;
		display: inline-block;
		padding: 0 20px;
		border-left: 1px solid black;
		width: 180px;
}

#detail-rat .jcarousel li:first-child {
	border-left: none;
}

#detail-rat .jcarousel li:last-child {
	border-right: none;
}

#detail-rat .jcarousel li img{
	width: 120px;
}

#detail-rat .jcarousel-control-prev,#detail-rat .jcarousel-control-next{
	color: black;
	font-size: 100px;
	/*position: absolute;*/
	top: 0;
	line-height: 120px;
	display: none;
}

#detail-rat .jcarousel-control-prev:hover,#detail-rat .jcarousel-control-next:hover,#detail-rat .jcarousel-control-prev:hover,#detail-rat .jcarousel-control-next:focus,#detail-rat .jcarousel-control-prev:focus{
	color: black;
	text-decoration: none;
}

#detail-rat .jcarousel-control-prev{
	right: 0;
	position: absolute;
}

#detail-rat .jcarousel-control-next{
	right: 0;
}

#detail-rat .div-top-insecte-detail img{
	width: 75%;
}

#detail-rat .div-bottom-insecte-detail img{
	width: 100%;
}

#detail-rat .div-detail .div-img{
	text-align: center;
}

#detail-rat .div-detail h1{
	color: white;
	font-size: 23px;
	font-family: 'Roboto';
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
	border-top: none;
	padding-top: 0px;
}

#detail-rat h2{
	font-family: 'Roboto-Light';
	text-align: center;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	color: black;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#detail-rat .div-detail p{
	color: white;
	font-size: 13px;
	font-family: 'Roboto';
	padding-bottom: 20px;
}

/********************************/
/************FOOTER**************/
/********************************/

#footer{
	background: #104B76;
	color: white;
	height: auto;
	position: relative;
	margin-top: 30px;
}

#footer iframe{
	width: 100%;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer #div-coord{
	margin-top: 12px;
	font-size: 14px;
}

#footer #div-iframe{
	height: 170px;
}

#footer .widget_nav_menu{
	margin-top: 40px;
}


#footer .widget_nav_menu ul{
	list-style: none;
	text-align: right;
	position: relative;
}

#footer .widget_nav_menu li{
	text-align: right;
}

#footer .widget_nav_menu a{
	color: white;
}

/* Lien spécifique HP */
#footer .menu-item-object-custom.desin_footer_link {
	display: none;
}
body.home #footer .menu-item-object-custom.desin_footer_link {
	display: block;
}


#footer .widget_nav_menu a:hover{
	color: white;
	text-decoration:underline;
}

#footer .menu-item-object-custom{
	display: inline-block;
	float: left;
}

#footer .menu-item-object-custom:last-child{
	border-left: 1px solid white;
	padding-left: 10px;
	border-right: none;
	margin-left: inherit;
	padding-right: 0px;
	right: 0;
	position: absolute;
}

#footer .menu-item-type-custom{
	border-right: 1px solid white;
	padding-right: 10px;
	margin-top: 10px;
	right: 49px;
	position: absolute;
}

#logo-google-plus, #logo-email{
	height: 25px;
}

#coccinet{
	color: white;
	font-size: 12px;
	position: absolute;
  right: 20px;
  bottom:10px;
}

#coccinet a{
	color: white;
}

.wrapper-popup {
	transform: translate3d(0, 0, 0);
}
.wrapper-popup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	/* transform: translate3d(0, 110%, 0); */
	transition: all .6s ease;
	cursor: pointer;
	/* z-index: 999; */
}
.wrapper-popup .give-info-popup {
	position: initial;
	padding: 0;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.wrapper-renseignement .give-info {
	background: #ffff;
	padding: 0 0 5px 0;
	/* margin-bottom: 65px; */
}
.wrapper-popup .div-form-toggle{
	padding: 30px 20px;
	text-align: center;
}
.wrapper-popup .div-form-toggle p{
	font-size: 20px !important;
	line-height: 1.8;
}
.wrapper-popup .div-form-toggle .popup-text{
	font-size: 22px;
}

.title-popup {
	display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.title-popup img.alerte_texte {
    max-width: 10%;
}
.title-popup .title {
    font-size: 25px !important;
    margin: 0 20px;
    align-self: center;
    font-weight: bold;
}
.div-form-toggle .trait{
	border-top: 3px solid red;
	padding-top: 30px;
}
.wrapper-popup .give-info-popup {
	overflow: scroll;
	max-height: 80vh;
	max-width: 70%;
}

@media (max-width: 650px) {
	.title-popup img.alerte_texte {
		max-width: 40%;
	}
	.wrapper-popup .give-info-popup {
		overflow: scroll;
		max-height: 80vh;
		max-width: 70%;
	}
}
