/*
Theme Name: insekto2023
Theme URI: http://underscores.me/
Author: Thomas Dufranne
Author URI: https://www.mistersize.com
Description: Theme pour désinsectisation
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: insekto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

insekto2023 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@media all and (min-width:768px){
	.villes__col{
		max-width: 50%;
		float: left;
	}
}

:root {
  /* --contact-bg-color: #469e3a; */ /* vert fonce */
  	--contact-bg-color: #41a721; /* vert clair */
  	--contact-bg-color: #ea9500; /* orange */

  	--text-color-1 : #002f51;
  	/* --text-color-2 : #41a721; */
  	--text-color-2 :var(--contact-bg-color); 

}
body{font-family: 'Museo Sans 100';}
._fw-100{ font-family: 'Museo Sans 100'; font-weight: 100 }
._fw-300{ font-family: 'Museo Sans 300'; font-weight: 300 }
._fw-500{ font-family: 'Museo Sans 500'; font-weight: 500 }
._fw-700{ font-family: 'Museo Sans 700'; font-weight: 700 }
._fw-900{ font-family: 'Museo Sans 900'; font-weight: 900 }

body ._ptb-0{ padding-top: 0; padding-bottom: 0 }
body ._ptb-25{ padding-top: 25px; padding-bottom: 25px }
body ._plr-25{ padding-left: 25px; padding-right: 25px }
body ._plr-20{ padding-left: 20px; padding-right: 20px }

body ._mtb-0{ margin-top: 0; margin-bottom: 0 }
body ._mtb-25{ margin-top: 25px; margin-bottom: 25px }
body ._mlr-25{ margin-left: 25px; margin-right: 25px }
body ._mlr-20{ margin-left: 20px; margin-right: 20px }

.c._c-max-s,
._c-max-s
{ 
	max-width: 600px 
}

#cn-notice-text{
	display: inherit;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

.w1-2 {width : 49.98%;}
.w1-3 {width : 33.31%;}
.w1-4 {width : 24.98%;}
.w1-5 {width : 19.98%;}
.w1-6 {width : 16.64%;}
.w1-7 {width : 14.26%;}
.w1-8 {width : 12.48%;}
.w2-3 {width : 66.64%;}
.w2-5 {width : 39.98%;}
.w2-7 {width : 28.55%;}
.w3-4 {width : 74.98%;}
.w3-5 {width : 59.98%;}
.w3-7 {width : 42.83%;}
.w4-5 {width : 79.98%;}
.w4-7 {width : 57.12%;}
.w5-6 {width : 83.31%;}
.w5-7 {width : 71.4%;}
.w1-9 {width : 11.09%;}
.w2-9 {width : 22.2%;}
.w3-9 {width : 33.31%;}
.w4-9 {width : 44.42%;}
.w5-9 {width : 55.53%;}
.w6-9 {width : 66.64%;}
.w7-9 {width : 77.75%;}
.w8-9 {width : 88.86%;}
.w100, .w1{width:100%;}

.nav-header,
.site-footer,
.site-header,
.site-content,
.l{ float: left; width: 100% }

body.contact .wpcf7{
	max-width: 600px;
	margin:  0 auto;
}
.nav-header{
	border-top:1px rgba(0,0,0,0.1) solid;
}

	.entry-content .b p{ 
		color: var(--text-color-1);
		font-size: 1.2em;
		line-height: 1.6em;
    	font-family: 'Museo Sans 300';
	}

	.entry-content .b ul{
		padding-left: 18px;
	}
	.entry-content .b ul li{
		font-family: 'Museo Sans 300';
		color: var(--text-color-1);
		margin: 1em 0;
		font-size: 1.05em;
	} 

@media (min-width:600px) and (max-width: 1100px){
	body .tablet-w1-2{ width: 49.99% }
}

@media (max-width:600px){

	body .m-w1,
	body .m-w100{ width: 100% }

	body .m-w1-2{ width: 49.99% }

	body #nav li a{padding: 15px 0}
	#nav li a, 
	.w{width: 100%}
	.ar.m-ac,
	.al.m-ac,
	.m-ac{text-align: center;}

	body .hide-mobile,
	body #nav .hidden{display: none}
	

}
@media (min-width:500px) and (max-width:800px){
	.fl.m-ac,
	.fr.m-ac,
	.ar.m-ac,
	.al.m-ac,
	.m-ac{text-align: center; width: 100%}
}

@media (max-width:1000px){
	.c{padding: 0 3%;}	
}

@media (min-width:500px) and (max-width:1000px){
	#header .right p span{font-size:16px; letter-spacing: 0.01em;}
	#header.site-header a.tel{font-size: 18px}
}

.b{border-radius: 3px;}
body.page .site-content .b p{    font-family: 'Museo Sans 300';}
.b ul li{
	font-size:1em;
	margin: 1em;
}
/*--------------------------------------------------------------
## CSS Shortcuts
--------------------------------------------------------------*/
	
	.l,.line{display: table; width: 100%; line-height: 1; clear: both;}
	.full{width:100%;}
	.ib{display: inline-block;}
	.fl{float:left;}
	.fr{float:right;}
	.ib{display: inline-block;}
	.cl,.cleft{clear:left; }
	.cright{clear:right}
	.cboth{clear:both}
	.center{ margin:0 auto; }
	.ac, .aligncenter{text-align: center;}
	.ar, .alignright{text-align: right}
	.al, .alignleft{text-align: left}
	.upp{text-transform: uppercase;}
	.w{display: inline-block;     vertical-align: top; float: left;}

/*--------------------------------------------------------------
## Predefined Styles
--------------------------------------------------------------*/

.js_bg_image{
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center;

}

div{box-sizing: border-box;}

body.page .site-content .entry-content .b{
	padding: 5px 25px;
	border-radius: 4px;
	/* background: rgba(255,255,255,0.25); */
}
body.page .l-bt-tel{
	border-top:2px dashed rgba(0, 0, 50, 0.15);
	border-bottom:2px dashed rgba(0, 0, 50, 0.15);
	padding: 25px 0;
}
	body.page .site-content .l-bt-tel h2,
	body.page .site-content .l-bt-tel .l-title{
		margin-bottom: 25px
	}

.post-thumbnail{ line-height: 0; text-align: center; padding: 5px 0}
.post-thumbnail img{ margin:0 auto; border-radius: 3px; }

img{max-width: 100%; height: auto;}
img.w100{display: block}
.no-bg{background: transparent!important;}

.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	zoom:1;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	opacity: 0.9
}

.c{	
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}


/*--------------------------------------------------------------
## COLORS : Line background colors
--------------------------------------------------------------*/


.l-icons,
.l-temoins,
body.page .site-content
{
	/* background-color: #e9ebee; */
	background-color: #e5ebed;
}

.site-header,
.l-services,
.l-solutions,
.site-footer
{
	background-color:#fff;
}

.l-banner,
.l-certifs
{
	background-color: var(--text-color-1);
}

.l-floatban,
.l-contact
{
	background-color: var(--contact-bg-color);
}


/*--------------------------------------------------------------
## Colors Elements
--------------------------------------------------------------*/

form input.submit{
	background-color: var(--contact-bg-color);
}

.b.b-tel{
	background-color: var(--contact-bg-color);
}

.b.b-link{
	width: 100%;
   min-height: 65px;
   text-align: center;
  font-family: 'Museo Sans 900';
   font-size: 1.3em;
   border: 0;
   color: #fff;

   max-width: 300px;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

    text-decoration: none;
 }
 .flex-center{
 	text-align: center;
    display: flex;
    justify-content: center;
 }
 .b.b-link span{
 }
 .b.b-link a{
 	color: inherit;
 	text-decoration: inherit;
 }
    
body.site-rongeurs .b.b-link{
	background-color: #bc0047;
}
body.site-insectes .b.b-link{
	background-color: #9bbc00;
}

.l-temoins__item .b{
	background-color: #fff;
	min-height: 200px;
	}
.l-services_item .b:hover{
		background: hsl(216, 13%,98%);
	}

div.l.l-banner > div.ac > h1 > span,
body div.l.l-services span.geo,
body div.l.l.banner h1 span.geo,
.l.l-solutions span.geo
{
	font-family: 'Museo Sans 700'!important;
}

.l.l-contact span.geo
{
	font-family: 'Museo Sans 900'!important;
}
/*--------------------------------------------------------------
## Styles
--------------------------------------------------------------*/

body{font-family: sans-serif; font-size: 16px;}
* a{color: #000}


/* --- site Header --- */

	.site-header{ 
		min-height: 90px; 
		color: var(--text-color-1); 
		border-top: 3px #ea9500 solid;

		background-repeat: no-repeat;
    	background-size: contain;
    	background-position: top left;
	}
	.site-header .logo img{
		max-width: 75px;
	}

	.header-in{min-height: 90px;}
	@media all and (max-width: 500px){
		body .header-in{padding-top: 5px; padding-bottom: 5px}
	}
	body.page .site-header{ border-bottom: 3px #ccc solid  }

	.w--identity .logo strong{
	 	font-family: 'Museo Sans 900';
	 }
	 .logo img{
	 	vertical-align: middle;
	 }
	.w--identity .logo .ext{
	  	font-family: 'Museo Sans 300';
	  	font-size: 1em;
	  	text-transform: none;
	  	color: #06a351;
	 }
	.w--identity a{text-decoration:none;}
	.logo{
	 	padding-top: 10px;
		font-family: 'Museo Sans 300';
		font-size: 1.8em;
		font-weight: bold;
		color: var(--text-color-1)
	}
		@media all and (max-width: 500px){
			.logo{
				font-size: 1em;
			}
			body .logo .logo-text{
				display: block;
			}
		}
		@media all and (min-width: 500px){
			.logo{
	 			padding-bottom: 10px;
	 		}
	 		body .w--infos {
    			padding-top: 30px;
    		}
		}
		@media all and (max-width: 900px){
			body .logo{ 
				padding-top:10px;
				text-align: center;
			}
			
			body .site-header .w{
				width: 100%;
				text-align: center;
			}

		}
		@media all and (min-width: 500px) and (max-width: 900px){
			body .logo{ 
				text-align: center;
			}
			body .logo .logo-text{
				font-size: 0.75em;
				
			}
		
		}

	


	 .w--infos{
	 	padding-top: 18px;
	 	line-height: 1.7em;
	 }
	

	 	.baseline-1{font-family: 'Museo Sans 300'; font-size: 1.15em; line-height: 1.05em;}
	 	.baseline-1 strong{font-family: 'Museo Sans 700';}

	 	.baseline-2{ line-height:1.2em; color: var(--contact-bg-color); text-transform: uppercase; font-family: 'Museo Sans 300';  font-size: 0.9em; letter-spacing: 0.15em}
	 		.baseline-2 strong{font-family: 'Museo Sans 900';}


	 @media all and (max-width: 900px){
	 	.w--infos{
		 	padding-bottom: 15px;
	 	}
	 }
	  @media all and (min-width: 900px){
	 	.w--infos{
		 	text-align: right;
	 	}
	 }

/* --- contact flottant --- */

	.l-floatban{
		text-align: center;
		min-height: 60px;
		max-height: 110px;
		padding: 0;
		color: #fff;
	}
	.l-floatban .__num-tel a{ text-decoration: none; color: #fff; }

	.l-floatban a{
		color: #fff;
		text-decoration: none;
	}
		.l-floatban a:hover{
			text-decoration: underline;
		}

	.l-floatban__num{
		font-size: 34px;
		font-family: 'Museo Sans 900';
		padding: 0;
		margin-bottom: 4px;
	}
	.l-floatban__num img{
	    position: relative;
    	top: 8px;
	}
		@media all and (max-width: 600px){
			body .l-floatban{
				padding: 5px 0;
				height: 110px;
			}
			body .l-floatban__num img{
				display:none;
			}
		}

	.l-floatban__infos{
		font-family: 'Museo Sans 700';
		font-size: 1em;
		text-transform: uppercase;
		position: relative;
    	bottom: 5px;
    	padding: 0 10px;
	}


	 @media all and (max-width: 600px){
	 	.l-floatban span{
		 	display: block;
	 	}
	 	.l-floatban__infos{
	 		bottom: 0px;
	 	}
	 }

	 .l-floatban a.open-modal{
	     padding: 8px 13px 7px 13px;
		border:2px #fff solid;
    	background: #fff;
    	border-radius: 4px;
    	
    	letter-spacing: 0.1em;
    	font-weight: bold;
    	display: inline-block;
    	font-family: 'Museo Sans 900';
     }
     body .l-floatban a.open-modal:hover{
     	background-color: transparent;
     	text-decoration: none;
     }

     body.site-generique .l-floatban a.open-modal{ color: #429537 }
     body.site-nuisibles .l-floatban a.open-modal{ color: #ea9500 }
     body.site-rongeurs .l-floatban a.open-modal{ color: #bc0047 }
     body.site-insectes .l-floatban a.open-modal{ color: #9bbc00 }

     body p.txt--xl{ font-size: 1.25em;}
     body.site-insectes p.txt--color{color: #ecff93}
     body.site-nuisibles p.txt--color{color: #ea9500}
     body.site-rongeurs p.txt--color{color: #ff92bb}

     body.site-rongeurs p.txt--modal-infos{
     	text-align: center;
    	color: #bc0047;
     }

     body.site-insectes p.txt--modal-infos{
     	text-align: center;
    	color: #9bbc00;
     }
     body.site-nuisibles p.txt--modal-infos{
     	text-align: center;
    	color: #ea9500;
     }

     body.site-generique .l-floatban a.open-modal:hover,
     body.site-nuisibles .l-floatban a.open-modal:hover,
     body.site-rongeurs .l-floatban a.open-modal:hover,
     body.site-insectes .l-floatban a.open-modal:hover{ color: #fff }


/* --- banner --- */

.l-banner{ 
	color: #fff; 
	background-color: #9fa6b6;
	min-height: 50vh;
	padding-top: 2.5vh; 
	padding-bottom: 2.5vh; 

	background-size: 100%;
	


}



	
.l-banner-photo{
	color: #fff; 
	padding-top: 20vh; 
	padding-bottom: 20vh; 
} 

	.l-banner .l-head{margin-bottom: 40px;}

	h1,
	.l-banner h1{ font-size: 1.35em; line-height: 1.15em; font-family: 'Museo Sans 300'; margin: 20px 0 0 0}
	
	body.site-nuisibles .l-banner .geo{
		color: #ea9500;
	}
	body.site-rongeurs .l-banner .geo{
		/* color: #bc0047; */
		color: #ff92bb; 
	}
	body.site-insectes .l-banner .geo{
		/* color: #9bbc00; */
		color: #ecff93;
	}

	.l-banner p.benoit{
		font-size: 1.2em;
    	line-height: 1.2em;
	}

	@media all and (max-width: 900px){
		body .l-banner.js_bg_image{
			background-size: 250%;
			background-color: #799890;
			background-position: top left;
		}
	}

	@media all and (min-width: 900px){
		.l-banner{ 
			padding-top: 10vh; 
			padding-bottom: 10vh; 
			background-position: top left;
		}
		.js_bg_image.l-banner{
			background-attachment: fixed;
		}
	
		body .l-banner h1{font-size: 3em;}
		body .l-banner p{ font-size: 1.75em }
		body .l-banner p.xs{ font-size: 1.2em }
	}
	body .l-banner h1{ width: 80%; max-width: 1100px; }

	.l-banner p{  font-size: 1.5em; margin: 15px 0 0 0 } 
	.l-banner p.xs{ color: rgba(255,255,255,0.5); font-size: 0.8em;  margin-top: 10px }

.formulaire{
 max-width: 500px;
 margin-top:15px;
 margin-bottom: 45px;
}

@media all and (max-width: 600px){
	.formulaire.c{ display: inline-block; padding-right: 0; padding-left: 0; max-width: 95%}
}
form{
	margin: 0 auto;
}

.geo-select.disabled{
	background-color: #ccc;
	opacity: 0.75;
	background-image: none;
}

	form select,
	form textarea
	{
		width: 100%;
	}

	.l-banner form{
		max-width: 500px;
		margin-top:15px;
	}


form select,
form select.input,
form textarea.input,
form input.input{
	min-height: 50px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	font-family: 'Museo Sans 500';
	color: #606060;
	border:1px rgba(0,0,0,0.1) solid;

	    text-indent: 10px;
	    box-shadow: inset 3px 3px 20px rgba(0,0,0,0.1);
}
form textarea.input{
	padding-top: 10px;
}
.custom-select{ text-align: center; }	


select,
select#geo-select{
 	background-image: url('img/drop-icon.png');
 	background-repeat: no-repeat;
 	background-position: right;
 	padding-right: 40px;
    min-width: 250px;
    min-height: 45px;
    /* padding: 15px 10px; */
    padding:0 10px;
    color: #606060;
    font-size: 1.2em;
    border:0px;
    font-family: 'Museo Sans 500';
    box-shadow: inset 3px 3px 20px rgba(0,0,0,0.1);
    margin: 0 auto;
    background-color: #fff;

    -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
}	
select#geo-select option{
	padding: 20px;
}

select#geo-select option:hover{
	background-color: #ccc
}

	.wpcf7-form-control-wrap{
		 position: relative; 
		display: inline-block;
		width: 100%;
	}
	.wpcf7-form-control-wrap.radio-urgence{
		display: inline-block;
	}
	.wpcf7-form-control-wrap .placeholder{
		
		display: none;
		visibility: hidden;
		position: absolute;

		top: 2px;

	    font-family: 'Museo Sans 500';
	    
	    font-size: 0.6em;
	    color: #b1b1b1;
	    z-index: 99;
	    padding-left: 10px;
	    width: 100%;
	    display: block;
	    text-transform: uppercase;
	    letter-spacing: 0.2em;
}
    .wpcf7-form-control-wrap.filled .placeholder{
    	display: block;
    	visibility: visible;
	}

	.wpcf7-response-output{
		    margin: 0;
    		padding: 10px 15px;
    		border-radius: 3px;
	}

		.screen-reader-response{display: none;}

		
		div.wpcf7-validation-errors{
			background-color: lightyellow;
			border-color: lightyellow;
			color: #000;
			margin:15px 0;
		}

		div.wpcf7-mail-sent-ok {
	    	border: 2px solid #398f14;
	   		background-color: #398f14;
		}

	form span.wpcf7-not-valid-tip{
		color: yellow;
		margin-bottom: 5px;
		font-size: 0.8em;
	}

	


	form .input.wpcf7-not-valid{
		margin-bottom: 2px;
		background-color: lightyellow;
	}
	form .input.filled,
	form .input:focus{
		box-shadow: inset 0 0 5px 4px rgba(0,0,0,0.05);	
		outline: 0;
		border-color: rgba(0,0,0,.25);
	}
	form .input.validates-as-required{
		box-shadow: inset 0 0 0 2px #bae6a9;
	}

form select::focus,
form select.input::focus,
form textarea.input::focus,
form input.input::focus{
	color: #000;
}
	form select option,
	form select .option{
		padding: 10px;
		font-size: 1.25em;
	}

form input.submit{
	width: 100%;
	min-height: 65px;
	text-align: center;
	font-family: 'Museo Sans 900';
	font-size: 1.3em;
	border:0;
	color: #fff;


}	
	@media all and (max-width: 500px){
		form input.submit{ font-size: 1.1em; }
	}
form .radio-inputs{
	text-align: center; 
	margin: 10px 0 20px 0
}
	

form select,
form select.input,
form textarea.input,
form input.input{
	min-height: 50px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	font-family: 'Barlow', sans-serif;
	color: #606060;
	border:1px rgba(0,0,0,0.1) solid;

	    text-indent: 10px;
	    box-shadow: inset 3px 3px 20px rgba(0,0,0,0.1);
}

	/* --- Custom radio buttons --- */
	@media all and (max-width: 600px){
		.wpcf7-list-item label{
			display:block!important;
		}
		body .l{ padding-left: 5%; padding-right: 5% }
	}

	.wpcf7-list-item label{
	    
	    position: relative;
	    padding-left: 30px;
	    padding-right: 10px;
	    margin-bottom: 12px;
	    cursor: pointer;
	    font-size: 1em;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	.wpcf7-list-item label .wpcf7-list-item-label{
		position: relative;
		top:2px;
	}

	/* Hide the browser's default radio button */
	.wpcf7-list-item label input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
	}

	/* Create a custom radio button */
	.checkmark {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 20px;
	    width: 20px;
	    background-color: #eee;
	    border-radius: 50%;
	}

	/* On mouse-over, add a grey background color */
	.wpcf7-list-item:hover label input ~ .checkmark {
	    background-color: #ccc;
	}

	/* When the radio button is checked, add a blue background */
	.wpcf7-list-item label input:checked ~ .checkmark {
	    background-color: #2196F3;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.checkmark:after {
	    content: "";
	    position: absolute;
	    display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.wpcf7-list-item label input:checked ~ .checkmark:after {
	    display: block;
	}

	/* Style the indicator (dot/circle) */
	.wpcf7-list-item label .checkmark:after {
	 	top: 6px;
		left: 6px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: white;
	}


.l-presentation .b.bg{
	background-color: #fff;
}

/* --- line icons --- */
.l-icons{
	min-height: 140px;
	padding-top: 30px;
	padding-left: 2%;
	padding-right: 2%;
	box-shadow : 0px 0px 20px rgba(0,0,50,0.05); 
}
.l-icons_item{
	float: left;
	padding: 10px;
}
.l-icons_item img{
	float: left;
	/*
	border-right: 1px #fff solid;
	padding-right: 5px;
	*/
	margin-right: 10px;
	margin-bottom: 15px;
}
.l-icons_itemText{
	color:var(--text-color-1);
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	top:5px;
}
.l-icons_itemText-1{
	margin-bottom: 5px;
	font-family: 'Museo Sans 900';
}
.l-icons_itemText-2{
	font-family: 'Museo Sans 500';
}


/* --- line services --- */

.l.l-services{
 padding: 0px 5% 50px 5%;
}

.l-services .l-head{
	padding: 40px 0 50px 0;
}
.l.l-services .l_title{
		font-family: 'Museo Sans 900';
		color: var(--text-color-1);
		margin: 0;
		font-size: 1.5em;
		line-height: 1.25em;
}
.l-services p.l_descr{
	color: #8e99a9;
	font-family: 'Museo Sans 300';
	margin: 0
}

.l-services_item{ 
	float: left; 
	padding: 10px; 
}
.l-services_item .b{
	border: 2px #e9ebee solid; 
	padding: 20px;
	min-height: 300px;
}
	@media all and (min-width: 600px){
		.l-services_item .b{
			padding: 25px;
			min-height: 300px;
		}
	}
	
	.l-services_item .b:hover .b_title{
		color: var(--text-color-2);
	}
.l-services_item .b a{
	text-decoration: none;
}
.l-services_item p{
	color: var(--text-color-1);
	font-size: 1.1em;
	line-height: 1.2em;
	min-height: 100px;
}
.l-services_item .b_title{
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Museo Sans 900';
	color: var(--text-color-1);
	margin-top:0;
	margin-bottom: 0
}
.l-services_btn{
	color: #dd1f00;
	font-family: 'Museo Sans 900';
	font-size: 0.75em;
	line-height: 1.2em;
	text-transform: uppercase;
}
	.l-services_btn img{
		margin-bottom: 5px;
	}



/* --- line services --- */

.l.l-articles{
 padding: 0px 5% 50px 5%;
}

.l.l-articles .l-head{
	padding: 40px 0 50px 0;
}
.l.l-articles .l_title{
		font-family: 'Museo Sans 900';
		color: var(--text-color-1);
		margin: 0 0 25px 0;
		font-size: 1.5em;
		line-height: 1.25em;
}
.l.l-articles p.l_descr{
	color: #8e99a9;
	font-family: 'Museo Sans 300';
	margin: 0
}

.l-articles .l_item{ 
	float: left; 
	padding: 10px; 
}
.l-articles .l_item .b{
	border: 1px #e9ebee solid; 
	padding: 25px;
	min-height: 300px;
	background-color: #fff;
	border-radius: 4px;
}

	.l_item .b:hover{
		    box-shadow: 0 0 20px rgba(0,0,0,0.25);
	}
	

	.l_item .b:hover .b_title{
		/* color: var(--text-color-2); */
		color:#429537;

	}

.l_item .b a{
	text-decoration: none;
}
.l_item p{
	color: var(--text-color-1);
	font-size: 1.1em;
	line-height: 1.2em;
	min-height: 135px;
}
.l_item .b_title{
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Museo Sans 900';
	color: var(--text-color-1);
	margin-top:0;
	margin-bottom: 0
}
.l-articles .b_btn{
	
	color: #8e99a9;
	/* color: #dd1f00; */
	font-family: 'Museo Sans 900';
	font-size: 0.75em;
	line-height: 1.2em;
	text-transform: uppercase;

	padding: 16px;
    border: 1px rgba(0,0,0,0.15) solid;
    border-radius: 4px;
}
.l-articles .l_item .b_btn:hover{
	color:#429537;
}





/* --- line certifications --- */

.l-certifs{padding: 60px 0 80px 0; background-size: contain;}

.w-text{ color: #fff; }
	.l-certifs .w-text .title{font-size: 1.5em; line-height: 1.4em; font-family: 'Museo Sans 700'; margin: 0}
	.l-certifs .color{ color: #00a4ff  }
	.l-certifs .w-text p.descr{font-size: 1.2em; line-height: 1.4em}

.l-certifs .w-image img{
	vertical-align: center;
}

.b.b-tel{
	
	color: #fff;
	margin-top: 30px;
	padding: 20px;
	max-width: 500px;
    margin: 0px auto 0 auto;
    text-transform: uppercase;
 
	}
	.l-certifs .b.b-tel{
		margin: 50px auto 0 auto;
	}

	@media all and (min-width: 500px ){
		.b-tel-num img{
			margin-right: 10px;
		}
	}
	@media all and (max-width: 500px ){
		body .contact-actions-tel span{
			font-size: 0.55em;
			padding-top: 0;
		}
		body .contact-actions-email span{
			font-size: 0.75em;
			padding-top: 0;
		}
		body .l-certifs .b-tel{
			padding-right: 0;
			padding-left: 0;
		}
		body .b-tel-num {
	    	font-size: 2em;
	    }
	    body .b-tel-num img{
	    	display: block;
    		margin: 0 auto;
		}

	  
    }

	.b-tel-title{
		font-size: 1em;
		line-height: 1.35em;
		font-family: 'Museo Sans 900';
		
	}
	.b-tel-num{
		font-size: 3em;
		font-family: 'Museo Sans 900';
		margin: 5px 0;
	}
	.b-tel-infos{
		font-size: 1em;
		font-family: 'Museo Sans 300';
	}

	.b.b-tel a{ text-decoration: none; color: inherit; }

/* --- line Temoins --- */

.l-temoins{ padding: 50px 0 60px 0 }

	
	body.page .site-content .l-temoins h2{
		margin-bottom: 45px;
	}
	
body.page h1.entry-title,
.l-temoins .l-title{ 
	color:#90949c; 
	font-family: 'Museo Sans 900'; 
	margin-top:0; 
	
}
	.l-temoins .l-title{margin-bottom: 40px; }
	body.page h1.entry-title{margin-top: 20px; }

.l-temoins__item{}
.l-temoins__item .b{
	padding: 20px;
	margin: 12px;
	
}
	@media all and (max-width: 650px){
		body .w.l-temoins__item{ width: 100%; padding: 25px 0}
	}
	.b-temoins{ text-align: center; box-shadow: 0px 0px 30px rgba(0,0,20,0.15) }
	.b-temoins img.photo{ border-radius: 50%; position: relative; bottom: 50px; margin-bottom: -40px; }
	.b-temoins__name{ color: #365899; font-size: 1.1em; font-family: 'Museo Sans 700'; }
	.b-temoins p{ color: #1d2129; font-size: 1.2em; line-height: 1.3em; }
	.b-temoins__note{}

/* --- line Solutions --- */

.l-solutions{ padding: 40px 0 }

	.l-solutions .l-solutions-item .b{min-height: 350px}

	.l-solutions .l-title{ color: var(--text-color-1); font-family: 'Museo Sans 900'; font-size: 1.5em; line-height: 1.1em; margin: 0}
	.l-solutions h1.site-title{ margin-bottom: 25px; font-size: 2.25em }
	.l-solutions .l-descr{ color: #8e99a9; font-family: 'Museo Sans 300'; margin: 0 0 30px 0; line-height: 1.2em; }

	.l-solutions a{ color: inherit; text-decoration: none; }

 	.l-solutions .b{ 
 		background-color: #ccc; 
 		margin: 10px; 
 		text-align: center; 
 		padding: 20px;
 		border-top-width:12px; 
 		border-top-style: solid; 
 	}

 		.l-solutions .b1{border-top-color:#bc0047;}
 		.l-solutions .b2{border-top-color:#9bbc00;}
 		.l-solutions .b3{border-top-color:#ea9500;}

	 		.l-solutions .b:hover{ border-top-color:var(--text-color-1); border-top-width:6px;}
		 		.l-solutions .b1:hover .b-btn{color: #bc0047}
		 		.l-solutions .b2:hover .b-btn{color: #9bbc00}
		 		.l-solutions .b3:hover .b-btn{color: #ea9500}

 	.l-solutions .b-title{ min-height: 70px; color: #fff; font-family: 'Museo Sans 900'; font-size: 1.5em; line-height:1.15em; text-transform: uppercase; }
 	.l-solutions .b-descr{ color: #fff; min-height: 200px; font-size: 1.25em; line-height: 1.3em; }
 	.l-solutions .b-btn{ box-shadow:2px 2px 5px rgba(0,0,0,0.1); color: #fff; border: 2px #fff solid; text-transform: uppercase; font-family: 'Museo Sans 900'; font-size: 0.75em; padding: 20px 0; color: #fff; text-decoration: none; }

 	.l-solutions a:hover .b-title
 	{
 		transform: translateY(20px);
 	}
 	.l-solutions a:hover .b-descr
 	{ 
 		transform: translateY(15px);
 	}
 	.l-solutions a:hover .b-btn{ 
 		background-color: #fff; 

 		position: relative;
    	bottom: 6px;
    	transition: all 250ms ease-in-out;
    }
    	.l-solutions a .b-btn{
    		position: relative;
	    	bottom: 0px;
	    	transition: all 500ms ease-in-out;
    	}

 	@media (max-width:500px){
		body .l-solutions .b-descr{ min-height: 60px; }
		body .l-solutions .l-solutions-item .b { min-height: 230px; }
	}

 /* --- line contact --- */

.l-contact{ 
	padding: 50px 0;
	min-height: 25vh;
	padding-top: 20vh;
	padding-bottom: 20vh;
}
	@media (max-width:500px){ 
		.l-contact{ 
			padding-top: 5vh;
			padding-bottom: 5vh;
		} 
	}
.l-contact .l-title{ color: #fff; font-family: 'Museo Sans 900'; font-size: 1.8em; line-height: 1.25em; }
	@media (max-width:500px){ .l-contact .l-title{ font-size: 1.1em } }

.l-contact .l-descr{ color: #fff; font-family: 'Museo Sans 500'; font-size: 1.5em; line-height: 1.25em; }

.contact-actions-item{padding: 10px 20px;}

.contact-actions-item a{ border: 3px #fff solid; min-height: 65px; display: block; color: #fff; font-family: 'Museo Sans 900'; text-decoration: none;}
@media (min-width:500px){.contact-actions-item a{ min-height: 80px } }
.contact-actions-item a:hover{background-color: rgba(255,255,255,0.5)}

	.contact-actions-tel{ font-size: 2.5em; }
		.contact-actions-tel span{ padding-top: 20px; display: inline-block;}
		.contact-actions-tel img{ position: relative; top:6px; }

	.contact-actions-email{ font-size: 1.5em; }
		.contact-actions-email span{ padding-top: 28px; display: inline-block;}
		.contact-actions-email img{ position: relative; top:10px; }


.l-local{ padding: 20px 0; background-color: #c5d4d9}
.l-local img{ transform: rotate(-2deg); float: left; border:5px #e5ebed solid; margin: 0 auto; margin-bottom: 25px; box-shadow: 4px 4px 15px rgba(0,0,0,0.1); border-radius: 5px;  }
body .site-content .l-local p{
	color: #002f51;
	font-size: 1em;
	line-height: 1.3em;
	font-family: 'Museo Sans 300';
}
@media (min-width:500px){
	.l-local img{ margin-right: 25px; margin-top: 20px; max-width: 250px; } 
}

.site-content,
.site-content p{ font-size: 1.05em;  line-height: 1.5em; font-family: 'Museo Sans 500';}
body.page .site-content h2{ margin-bottom: 5px;  font-family: 'Museo Sans 700'; }


		body.site-rongeurs .site-header
		{
			border-color:#bc0047;

		}
		body.site-rongeurs .l-floatban,
		body.site-rongeurs .l-contact,
		body.site-rongeurs form input.submit,
		body.site-rongeurs .l-certifs .b.b-tel
		{
			background-color:#bc0047;
		}


		body.page.site-rongeurs .l-bt-tel h2,
		body.page.site-rongeurs .l-bt-tel .l-title,

		body.site-rongeurs .baseline-2,
		body.site-rongeurs .l-services_item .b:hover .b_title
		{
			color:#bc0047;
		}




		body.site-insectes .site-header
		{
			border-color:#9bbc00;

		}
		body.site-insectes .l-floatban,
		body.site-insectes .l-contact,
		body.site-insectes form input.submit,
		body.site-insectes .l-certifs .b.b-tel
		{
			background-color:#9bbc00;
		}

		body.page.site-insectes .l-bt-tel h2,
		body.page.site-insectes .l-bt-tel .l-title,

		body.site-insectes .baseline-2,
		body.site-insectes .l-services_item .b:hover .b_title
		{
			color:#9bbc00;
		}


		

		




 /* --- site footer --- */


.site-footer{
	padding: 30px 0;
	line-height:2em;
	box-shadow: 0 0 50px rgba(0,0,0,0.05);
    border-top: 1px rgba(0,0,0,0.15) solid;
}
.site-footer #footer-menu{
    text-align: center;
  }

.site-footer #footer-menu ul{
	padding: 0; margin: 0; list-style: none;
	text-align: center;
}
.site-footer ul#footer-menu a{
	color: #8e99a9;
	font-size: 0.9em;
	padding: 2px 10px;
	text-decoration: none;
	    display: inline-grid;
}
.site-footer ul#footer-menu li{ display: inline-block; }
.site-footer ul#footer-menu li a:hover{
	color: var(--text-color-1)
	}

/*--------------------------------------------------------------
## NAV
--------------------------------------------------------------*/

/* --- ui --- */

ul li.menu-item-has-children:hover ul.sub-menu{
    display: block;
}


.ttmenu ul.sub-menu{
    visibility: hidden;
    opacity: 0;
}

.ttmenu li:hover > ul.sub-menu,
.ttmenu ul.sub-menu li:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;     
}




.ttmenu.fixed{
    position: fixed;
    width: 100%;
    z-index: 999
}

.ttmenu .mobile-menu-button{

    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-decoration: none;
   
}

.ttmenu a{ 
    text-decoration: none; 
}

.ttmenu li.menu-item-has-children{ position: relative; }
.ttmenu li.menu-item-has-children > a::after{
    content: "\203A";
    font-size: 15px; 
    padding-left: 10px;
    font-weight: bold;

    

}

.ttmenu li.menu-item-has-children .menu-item-has-children  > a::after{
    content: "\203A";
}

/* --- Desktop --- */

@media (min-width:980px) {
    .mobile-menu-button{
        display: none;
    } 
 

    .ttmenu.centered ul{ 
    margin: 0 auto;
    display: table;
    float: none;
}

    .ttmenu{ display: inline-block; width: 100% }
    .ttmenu ul{
        padding: 0; 
        margin: 0;
      
    }
    .ttmenu li{
          
            position: relative;
            display: initial;
            list-style: none;
      
    }
	

    .ttmenu ul li a{ 
        padding: 15px 15px; 
        display: inline-block; 
    }
    .ttmenu.fixed ul li a{

    	padding-left: 0;
    	padding-right: 0;
    	/* width: 100% */
    }
    
    .ttmenu ul.sub-menu{
        position: absolute;
        left: -1px;
      	z-index: 99;
      	width: 99%;
      	background-color: #fff;
    }
    

    
     .ttmenu ul.sub-menu ul{
        left: 100%;
        top: 0;
     }
  

    ul.sub-menu li{width: 300px}

    .ttmenu li:hover > ul.sub-menu::first-child{
        position: absolute; 
 
    }

    .ttmenu li:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .ttmenu li:hover > ul.sub-menu li a{ 
        padding: 5px; 
        display: block;
    }
   

}

/* --- Mobile --- */



@media (max-width:980px){


    .mobile-menu-button{ 
        display: block; 
    }

    .ttmenu ul.sub-menu{
        height: 0px;
        overflow: hidden;
    }
    .ttmenu li:hover > ul.sub-menu,
    .ttmenu ul.sub-menu li:hover > ul.sub-menu{
        height: auto;
        overflow: auto;       
    }

    

    .ttmenu{ 
        display: inline-block; 
        width: 100% 
    }
    .ttmenu ul{

        padding: 0; 
        margin: 0 
    }
    .ttmenu ul li{
        display: initial; 
        float: left; 
        width: 100%
    }
    .ttmenu ul li a{
        display: block; 
        padding: 10px 15px
    }

    ul.sub-menu li a{
        padding-left: 25px
    }
    ul.sub-menu ul.sub-menu li a{
        padding-left: 35px
    }



}



/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
table{ width: 92.5%; margin-bottom: 30px;  }
table thead{background: #ae4141; color: #fff; border: 1px rgba(0,0,0,0.25) solid;}
table td{border: 1px rgba(0,0,0,0.25) solid; padding: 5px; font-size: 13px}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

::-moz-selection { background: rgba(0,0,0,0.1); }
::selection { background: rgba(0,0,0,0.1); }

a, a:hover, a:active, a:focus, object, embed{
	outline: none;
	outline: 0;
}

html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden]{
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.7em;
	margin: 0.67em 0;
}
body.contact h1,
body.confirmation h1
{ text-align:center; }

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}


hr {
	box-sizing: content-box;
	height: 0;

	width: 100%;
    border-top: 2px rgba(0,0,0,0.15) dashed;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type="text"],
input[type="password"],
input[type="email"]{
	box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}
h2{
	
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: normal;

}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* --- Petits plus --- */

.l-solutions .l-solutions-item .b,
.contact-actions-item a,
.b.b-tel,
.b.b-link,
.l-solutions .b-btn,
form textarea.input,
form input.input,
form input.submit,
.l-services_item .b,
select,
.b-temoins
{
	border-radius: 3px;
}

.contact-actions-item a{
	color: #fff;
}
.contact-actions-item a:hover{
	color:#191970
}
.contact-actions-item a:visited{
	color: #fff;
}


.l-solutions-item .b:hover,
.b-tel:hover,
.b-link:hover,
.l-services_item .b:hover,
form input.submit:hover,
.contact-actions-item a:hover
{
	 box-shadow: 0 0 20px rgba(0,0,0,0.25);
	 transform: scale(1.1);

	 transition: all 150ms linear;
	 border-color: transparent;
	}

	.contact-actions-item a,
	.form input.submit,
	.l-solutions-item .b,
	.l-services_item .b,
	.b-tel,
	.b-link
	{
		transition: all 150ms linear;
	}

	*{
		transition: all 100ms linear;
	}




.anim-blip{
	animation-duration: 1s;
	animation-iteration-count:15;
	animation-name: blip;
	transition: transform 600ms linear;
}

.showIn{
	animation-duration: 1s;
	animation-name: fadein;
	transition: transform 300ms linear;
}
.showOut{
	animation-duration: 3s;
	animation-name: fadeout;
	transition: transform 300ms linear;
}


/*--------------------------------------------------------------
## modal
--------------------------------------------------------------*/

.modal form span.wpcf7-not-valid-tip {
    color: red;
    position: relative;
    display: block;
	}


.modal.hidden{ display: none; }

.modal .modal-header{
	text-align: center;
	padding: 25px 0.5% 10px 0.5%;
}
	.modal-header-1{ font-size: 1.5em;     font-family: 'Museo Sans 300'; }
	.modal-header-2{ font-size: 1.25em;     font-family: 'Museo Sans 700'; margin: 5px 0; color: #002f51}
	.modal-header-3{ font-size: 0.9em;     font-family: 'Museo Sans 500'; color: rgba(0,0,0,0.5)}
/*
@media all and (min-width: 500px){
	.modal{
		width: 75%;
		left: 1%;
		right: 1%;
	}
	.modal form select,
	.modal form input.input{
		max-width:465px;
	}
}
@media all and (max-width: 500px){

	.modal{
		width: 95%;
		left: 1%;
		right: 1%;
	}
	
	
}

@media (max-width : 400px) {
	.modal{width:95%!important; top:40px;}
}
@media (min-width : 600px) {
	.modal{width:75%!important; top:40px;}
}
@media (min-width : 1000px) {
	.modal{width:50%!important; top:40px;}
}
@media (min-width : 1200px) {
	.modal{width:40%!important; top:40px;}
}

*/
.modal{
	
	background:#fff; 
	border-radius:4px; 
	overflow: hidden;
margin: 0 auto;
left: 1%;
		right: 1%;
top:50px;
position: absolute;
z-index: 999
}
.modal .close{
	    text-align: center;
    background: #c5c5c5;
    padding: 2px;
    margin-bottom: 15px;
    position: relative;
    bottom: 0;
    top: 5px;
    width: 28px;
    color: #fff;
    border-radius: 3px;
    float: right;
    right: 5px;
    font-size: 1.5em;
}
	.modal .close:hover{
		background-color: #fff;
		color: #000;
		cursor: pointer;
	}
.modal img{width:100%;}
.modal-title{font-weight: 500;
color: #888;
text-align: center;
/* width: 100%; */
display: block; text-transform: uppercase;}

.modal .modal-content{}
.modal .modal-inner{padding:5%;}
.modal .modal-footer{padding:5px;}
.modal-header, .modal-footer{background:#f4f4f4;}
.modal .in{padding:6% 4% 3% 4%;}
.modal .in h3{margin: 10px 0;}

.modal .l-icons .w1-4{
	width: 49.9%;
}
.modal .l-icons img{
	width: auto;
}

#modal-background {
    background: rgba(0, 45, 80,0.75);
    display: block;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
}



/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/


@keyframes fadein{
    0% { opacity:0; transform: translateY(-50px);  }
    100% { opacity:1;  transform: translateY(0px);  }
}

@-webkit-keyframes fadein{
    0% { opacity:0; transform: translateY(-50px); }
    100% { opacity:1; transform: translateY(0px); }
}

@keyframes fadeout{
    100% { opacity:1; transform: translateY(0px); }
    0% { opacity:0; transform: translateY(-50px); }
}

@-webkit-keyframes fadeout{
    100% { opacity:1; transform: translateY(0px); }
    0% { opacity:0; transform: translateY(-50px); }
}






@keyframes blip{
    0% { opacity:1; }
    70% { opacity:0.7;}
    100% { opacity:1; }
}

@-webkit-keyframes blip{
    0% { opacity:1; }
    70% { opacity:0.7;}
    100% { opacity:1; }
}






/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;

}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



@media all and (min-width: 800px){
		.modal{max-width: 600px}
	}
	.modal form label,
	.modal form .menu-properso
	{
		/* display: inline-block; */
		width: 100%;
		/* text-align: center; */
	}

	.modal .input,
	.modal select
	{
		width: 325x;
		text-align: left
	}
	@media all and (min-width: 500px){
		.modal .input,
		.modal select
		{
			min-width: 460px;
			width: 100%;
		}
	}
	input.wpcf7-form-control{
		    min-width: 400px;
    width: 100%;

    min-height: 50px;
    margin-bottom: 10px;
    border-radius: 3px;
    max-width: 100%;
    font-size: 1.2em;
    font-family: 'Barlow', sans-serif;
    color: #606060;
    border: 1px rgba(0,0,0,0.1) solid;
    text-indent: 10px;
    box-shadow: inset 3px 3px 20px rgba(0,0,0,0.1);

	}
	input.wpcf7-form-control.wpcf7-submit{
		background-color: #bace1a;
	}

	.wpcf7-not-valid{
		border:1px red solid;
		background-color: lightyellow;
	}