/*
Theme Name: powerman
Theme URI: http://www.mistersize.com?ref=powerman
Author: Thomas Dufranne
Author URI: http://www.mistersize.com?ref=powerman
Description: Theme graphique WordPress pour campagne SEA (Plombiers et entreprise de plomberie) Par Webdesigner spécialisé sur WP 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: powerman
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

powerman is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Design
# CSS3 : Animations
# Responsive : Specific rules
# Responsive : Generic rules
# Resets
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

body.title-centered h1{
	text-align: center
}


/* VIDEO */
	

	
	#video{
		z-index: 1;
    	position: absolute;
	}

	.line-banner_video .text-container{
	    z-index: 99;
    	position: relative;
    }
    	.line-banner_video h1
		{   
			line-height: 38px;
			color: #fff;
		}
		@media all and (min-width: 768px){
			.line-banner_video .text-container{
				top: 150px;
			}
		}

	.line-banner_video .video-container{
	    position: absolute;
	    top:0%;
	    left:0%;
	   	min-height:100%;
	    width:100%;
	    width: 100vW;
	    overflow: hidden;
	}

	@media all and (max-width: 768px){
		.video-container__inner{

			-webkit-transform: scale(1.5);
    		transform: scale(1.5);

			width: 150%;
			width: 150vw;
		}
	}




	.video-gif{
		z-index: 2;
    	position: absolute;
		
		width: 100%;
		width: 100vw;


	    display: inline-table;
	    display: none;

	}
	body.desktop .video-gif{ display: none; }
	/* body.mobile #video{ display: none; } */

		

	
		.line-banner_video{
	    	
		    overflow: hidden;
		    background-color: #706862;
		    background: #5d544a url('img/bg-banner-video_elec.jpg') no-repeat;
		    background-size: cover;

			position: relative;	
			
			
		}
		
		
		@media all and (max-width: 768px){
			.line-banner_video{
				top:130px;
				margin-bottom: 145px;

				min-height: 400px;
			}
			.line-banner_video .text-container{
				top:150px;
			}
			.line-banner_video #video{
				transform: translateY(15%) translateX(25%) scale(1.25);
			}
		}


		@media all and (min-width: 768px) and (max-width: 1200px){
			.line-banner_video{
				min-height: 700px;
			}
			.line-banner_video .text-container{
				top:150px;
			}
			.line-banner_video #video{
				transform: translateY(170px) translateX(0%) scale(1.25);
			}
		}

	    

		 @media all and (min-width: 1200px){
			.line-banner_video{
				min-height: 700px;
				min-height: 75vh;
			}
			.line-banner_video .text-container{
				top:150px;
			}
			.line-banner_video #video{
				transform: translateY(100px) translateX(0%) scale(1);
			}
		}

		


	
		

	video {
	    position:absolute;
	  
	}
	video.fill-width {
	    width: 100%;

	}
	body.mobile video.fill-width {
	   width: 100%;
	   max-width: 100vw;
 	   top: 0px;
	}

















/* retirer les commentaires : */
#block-20{ display: none; }

body #content{
	font-family: 'Rubik', sans-serif;
}

/*--------------------------------------------------------------
# Design
--------------------------------------------------------------*/

.line{font-family: sans-serif; float: left;  }

.line-comments{padding-top: 20px;}

#content-1{
	padding-bottom: 50px;
	padding-top: 50px
}
#services{
	padding-top: 35px;
}
.line-comments.with-bg{
	
	background-size: contain;
	background-attachment: fixed;
}
.line-comments .title{font-weight: normal; margin-bottom: 30px}
.comment-content{
	min-height: 185px;
}
.adresse{ font-size: 18px; color:#fff;}
#comments{padding-bottom:60px;}
#comments .comment-items-list{width: 600px; margin:50px auto 0 auto;}
#comments .comment-item{float: left; margin: 10px 0}
#comments .avatar{float:left;}
#comments .comment-content{border:1px #ddd solid; padding: 10px; margin-left: 75px; box-shadow: 3px 3px 5px rgba(0,0,0,0.01)}
#comments .comment-content-info{font-size:15px; font-weight: bold; vertical-align: super;}
#comments .comment-content-text{display:block; width: 100%; margin-top:5px;}
#comments .comment-content-text em{font-size:16px; font-style: italic; line-height: 22px}

#comments.en-colonne .comment-items-list{width: auto;}
#comments.en-colonne .comment-item{ padding: 0 1.25%; }
#comments.en-colonne .comment-content{ width:100%; margin-left: 0 }
#comments.en-colonne .comment-image{text-align: center; height: 40px }
#comments.en-colonne .comment-image .avatar{float: none; position: relative; top:-40px;}
#comments.en-colonne .comment-content span{display:inline-block; float: left; width: 100%; text-align: center;}





.t-1{
	font-size: 38px;
	margin-bottom: 25px;
}
.line-color{height: 4px; }





.fixed{position: fixed; z-index: 999}

.line-header-scroll,
.line-header { 
	padding: 10px 0;
	
}
.line-header-scroll a.tel{ color: #fff }
.header-scroll__logo{ padding-right: 15px; }

body.header-hover .line-header{
	position: absolute;
    width: 100%;
    top: 0;
    left:0;
    z-index: 99;
}
@media all and (min-width: 768px){
	body.header-hover .line-header.fixed{ position: fixed; }
}



body.mobile .line-header{display: none;}

body.mobile img.logo_header-scroll {
    max-width: 150px;
}



.link_calendar{}


body.mobile img.icon-cal,
img.icon-cal{ max-width: 60px; }

.link_calendar{
	position: absolute;
	right: 10px;
	top: 10px;
}

@media all and (min-width: 768px){

	img.icon-cal{ max-width: 50px; }

	.link_calendar{
		position: absolute;
	    right: 15px;
	    top: 15px;
	}

}


body.page-template-default .line_contactform{ padding-top: 150px; }


iframe.iframe_contactform{
	padding-top: 25px;
    height: 1300px;
}



/*--------------------------------------------------------------
# Bloc : content 2
--------------------------------------------------------------*/


		#content-2{
			padding: 0; 
			position: relative; 
			overflow: hidden;
			height: 450px;
			background-repeat: no-repeat;
			
		}

		#content-2 .box-image {
		    max-width: 700px;
		    background-size: contain;
		    background-position: right;
		    background-repeat: no-repeat;
		    background-image: url(img/bg-content-2.png);
		}



		
		.mobile #content-2{
			height: 900px;
		}
			
			.desktop #content-2{
				background-size:700px;
				background-position: left;
			}
		#content-2::after {
		    content:"";
		    display: block;
		    height: 100%;
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    z-index: 1;
		}


		#content-2 .box-item{
			padding: 0
		}
		#content-2 .box-image{
			max-width: 700px;
		}
		#content-2 .texte{
			padding: 50px 50px 0 50px;
			z-index: 99;
			position: relative;
		}
		.mobile #content-2 .texte{padding: 25px 20px 0 20px;}

		#content-2 .ml-link{
			text-align: center;
		}
		#content-2 .ml-link a{
			color: rgba(255,255,255,0.5);
			text-decoration: none;
			font-size: 12px;

		}
		#content-2 span{
			color: #0967B7;
			 font-size: 22px;
		    line-height: 30px;

		}
		#content-2 a.tel{
		
			font-weight: bold;
		    font-size: 40px;
		    margin-bottom: 15px;
		}
		#content-2 a.tel img{
			    position: relative;
		    right: 5px;
		    top: 5px;
		    animation: ringbell 0.5s infinite;
			}
		#content-2 ul li{
			
			font-size:18px;
			text-transform: uppercase;
			font-weight: bold;
			margin:25px 0;
			
		}

		#content-2 span{
			color: #0967B7;
		}


		#content-2 a.tel{
			color:  #0967B7;
		}


		#content-2 ul li{
			color: #000;
			background-image: url('img/list-check2.png');
			background-size: 20px;

			background-position: 0 -2px;
		}




.line-header h1{text-align: center; margin: 0; padding:0; font-size:17px; font-weight: bold;}

.line-header #contact-wrap{padding: 18px 0}
.line-footer .address,
.line-header .address, .line-header .infos{ text-transform: uppercase; font-weight: bold;}

.bt-phone a{
	font-size:26px; 
	font-weight: bold;
	display: inline-block;
	margin: 10px 0;
	padding:5px 25px; 
	

	border-radius: 4px;
}
.mobile .bt-phone a{padding-top:10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px; }











.t-1{ font-size:28px; text-align: center; margin-bottom: 15px; font-weight: bold;}
.t-2{font-size:22px; line-height:28px; font-weight:normal; margin-bottom: 20px}




body.phone .line-contact .bt-mail a{font-size:14px;}
body.phone .bt-phone a{	font-size:26px;	}
.line-contact .right img{height: 150px;}
.line-contact .left img{height: 150px;}
.line-contact .txt{ font-size: 28px; }

a.tel, 
.tel a,
.bt-phone a{border-radius: 50px;}

.line-footer{padding: 30px 0; }


/*--------------------------------------------------------------
# Couleurs : background
--------------------------------------------------------------*/
	

body.header-hover .line-header{
	background: #ffdd00 !important;
}


.line-comments .comment-content,
.line-content{
	background-color: #f4f6f9;
}




	.line-footer{
		background-color: #ffdd00;
	}
	.line-header-scroll{
		background-color: #ffdd00;
	}
	.line-header,
	#contact-1 { 
		background-color: #ffdd00;
	}
	body.elec #content-2::after {
    	background-color: rgba(236, 218, 0, 0.85);
	}




	

	.col-pictos .box,
	#map-wrap,
	.line-footer,
	.line-contact
	{
		
		background-color: #ffdd00;
		
	}


	


	

	.line-banner{
		background-color: #c3d2f0;
		
	}

	.col-pictos .box:hover{
	background-color: #fff03c
	}

	


	 .line-color{background-color:#0967B7;}
.line-header .bt-phone a:hover{
	background:#0967B7; 
}

.bt-phone a.tel,
.line-banner span.txt.tel a{
	background: #0967B7;
}

body .bt-phone a,
body .line-banner .bt-phone a,
body .line-banner_video .bt-phone a,
body .line-contact .bt-phone a{
	background: #0967B7; /* bleu */
	background: #b70909; /* rouge */
}



.line-footer .bt-phone a{

	background: #fff; 
	}
#map-address-wrap{background: #fff;}

.line-services{background-color: #f4f6f9}





/*--------------------------------------------------------------
# Couleurs : background images
--------------------------------------------------------------*/


	/*
	.line-content{
		background-image: url(img/vertical-waves.png);
	}
	*/
	.line-banner.vitrier{
		
		background-image: url(img/vitrier-bg-banner-2.jpg);
	}
	.line-banner{
		
		background-image: url(img/bg-banner.jpg);
	}





 .box-rapide{background-image: url('img/picto-rapide.png'); }
	.box-experience{background-image: url('img/picto-experience.png'); }
	 .box-proche{background-image: url('img/picto-proche.png'); }
	 .box-devis{background-image: url('img/picto-devis.png'); }


	

/*--------------------------------------------------------------
# Couleurs : Textes
--------------------------------------------------------------*/
	
#fixedphone a,
.col-services .big{
	color:#0967B7;
}



	.line-content .t-1{
	color: rgba(0,0,0,0.75);
}
.t-2,.t-2 {color:#0f3685;}









#comments .comment-content-info{ color: #0f2537; }
.line-header h1{color: rgba(255,255,255,1); }
.line-header span{color: #fff;}
.line-header .address, .line-header .infos{color:#fff;}

	body #phone-wrap{
		border-left: 1px solid rgba(0,0,0,0.2);
	}
	

#header #phone-wrap a{color: #0967B7}
#header #phone-wrap a:hover,
#phone-wrap a{color: #fff}

.line-content .bt-phone a{
	color: #fff
}
.line-header .bt-phone a{ 
	color:#0967B7; 
}


.line-footer .bt-phone a{
	color:#0967B7; 
}


.line-footer .right a{color:#fff}
.line-header .address{ color:rgba(255,255,255,0.75); }
.line-header .address .upp{color:#fff;}
.line-footer .footer-links{color:rgba(255,255,255,0.5);}
.line-footer .footer-links a{color:#fff}
.line-content p{ color:#555; }


	.line-contact .titre{

		color:#000; 
	}

	.line-header-scroll,
	.line-banner .bt-phone a,
	.line-banner_video .bt-phone a,
	.line-content .bt-phone a,
	.line-contact .bt-phone a{

		color:#fff;

	}





	
	.line-header a.tel{ color: #0967B7;}
	.line-contact .legende{


		color:#666666;
	}

	.line-contact{color: #000;}




.line-banner #banner-left{
	color: #fff;
}


.banner-1{
	
    padding: 15px 2px;
}
.banner-2{
	background: #fff;
	color: #ffdd00;
    padding: 12px 15px;
    position: relative;
    top:10px;
    text-transform: uppercase;
}
.mobile .banner-2{
	display: block;
}

.banner-info{

	/* jaune */
	color: #ffdd00; 

	/* bleu */
	/* color: #1dbee8; */

	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.3em;
}


#address-wrap{color:#0967B7;}
.line-content .box-item .in.box-title{padding-bottom: 0; padding-top:0; clear: both;}
.box-item .box-title .t-2{color: #0967B7}
.line-contact{color: #fff;}

.slogan{color:#fff;}
.line-banner .fx-pulse{color: #0967B7}

.col-pictos .box{

color: #fff;
}

.line-banner span.txt.tel{ color:#0967B7; }

.line-header .bt-phone a:hover,
.line-banner span.txt.tel a{
	color: #ffdd00;
}


.slogan-1{color: #000}
.slogan-2{color: #0967B7}

#phone-wrap .tel-info{
	color:#000;
}



#slogan-wrap{ min-width: 340px; padding-right: 25px}
#phone-wrap{ /* min-width: 240px */}


#slogan-wrap,
#phone-wrap{position: relative; top:10px;}

.slogan-1{
	font-size:20px;
	text-transform: uppercase;
	font-weight: bold;
}
.slogan-2{
	font-size:20px;
	text-transform: uppercase;
	font-weight: bold;
}
	.slogan-2 small{
		display: block;
		font-size: 0.6em;
		position: relative;
		float: right;
	}
.line-header .text{
	line-height: 26px
}

#phone-wrap .tel-info{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	
	font-size:20px;
}

.desktop #phone-wrap .tel-info{
	text-align: left;
}
#phone-wrap a{
	    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}

.icon-local{max-width: 50px; position: relative; right: 10px;}
.icon-tel{max-width: 50px; position: relative; right: 10px;  }

.icon-tel,
.bt-phone img,
a.tel img
{
	border-radius: 50px;
}


.line-footer .bt-phone a{
	font-size:36px; 
	font-weight: bold;
	display: inline-block;
	margin: 10px 0;
	padding:5px 25px; 

	}
	.line-footer .right li{margin-bottom: 10px;}
		.line-footer .right img{max-height:150px;}
		.line-footer .right a{font-size:12px; }
.line-header .address{ font-size:16px;  }
.line-header .address .upp{font-size: 18px; ;}
.line-header .infos{ font-size:18px;}




.line-footer .footer-links{line-height: 20px; padding: 15px 0}
.line-footer .footer-links a{font-size:12px}

.line-content{
	padding: 20px 0
}
.col-services .box-content{
	padding: 50px;
	background: #fff;
}
.mobile .col-services .box-content{
	padding: 20px;
}

.col-services .t-1{
	/*
	border-bottom: 2px #458fc0 solid;
	*/
	font-size: 38px;
}

.col-services p{
	font-size:16px;
	line-height: 26px;
}
.col-services .big{
	font-size: 25px;
		line-height: 1.25em;

	
	font-weight: bold;
	margin-bottom: 25px;
	display: inline-block;
}
@media all and (min-width:1000px){
	.col-services .big{
		font-size: 38px;
	line-height: 42px;
	}
}



.fixtop.fadeIn{
	opacity: 1;
	transition: all 1s;
	
	top:0px;
	left:0;
}
.fixtop{opacity: 0; transition: all 0.5s; top:-30px;}




.line-content p{font-size:18px; line-height: 28px; clear: both; margin-bottom: 8px;}
body.phone .box-item{padding: 15px 5px}
.line-content .box-item{float: left; padding: 10px}
.line-content .box-item .in{
	margin:0px; padding: 15px
}
.line-content .box-item .in p{
	font-size:17px; text-align: left; line-height: 25px; 
}
.line-prestations{ padding-top: 25px; padding-bottom: 25px; }
.line-prestations ul li,
.line-content ul li{
	margin: 15px 0;
	font-size:16px;
	padding-right: 10px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 22px;
	background:url(img/puce.png) 0px 2px no-repeat;
	background-size: 15px;
}
.line-content ul li{
	color:#0f3685;
}
.line-contact{

	padding: 40px 0
}
body.phone .line-contact .titre{font-size:15px;line-height: 20px; }
	.line-contact .titre{
		font-size:22px; 
		font-weight: bolder;
		letter-spacing: 0.05em;
		line-height: 32px;
	
		text-transform: uppercase; 
		
	}
	.line-contact .bt-mail a,
	.line-banner .bt-phone a,
	.line-contact .bt-phone a{
		display: inline-block;
		margin: 10px 0;

		font-size: 36px;
		font-weight: bold;
		

		

	}

	.t-contact-1{ font-size:24px; line-height: 26px; display: block}
	.t-contact-2{text-transform: uppercase; font-size:34px; line-height: 38px; font-weight: bold; display: block; color: #fff; margin:15px 0 40px 0;}



	.t-contact-2{color: #000;}
	.t-contact-2 .color{ color: #0967B7}

	.line-icons{padding: 30px 0}
	.line-icons .icon{min-height: 70px;}
	.icon img{    filter: hue-rotate(190deg);}
	.line-icons .text{font-size:18px;}
	body.mobile .line-icons .w1-4{padding-top :10px; margin-top:10px; border-top:2px #f4f4f4 solid;}
	body.mobile .line-icons .w1-4:first-child{border:0;}

	.line-header .bt-phone a img{
		vertical-align: middle;
		position: relative;
    	right: 15px;
	}
	.bt-phone a:hover{text-decoration: none;}
	
	.line-header-scroll a.tel,
	.line-header a.tel{  font-weight: bold; text-decoration: none; }

	.line-header-scroll .bt-phone a{ border-radius: 100px; }
	
	@media all and (min-width:1000px){
		.flex-justify-content-center{
			justify-content: center;
			display: flex;
		}
	}

	.bt-phone{
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.bt-phone a,
	.bt-phone a:hover,
	.bt-phone span{
		color: #fff;
	}
	.bt-phone a img,
	.line-footer .bt-phone a img,
	.line-header-scroll .bt-phone a img,
	.line-banner .bt-phone a img,
	.line-banner_video .bt-phone a img,
	.line-contact .bt-phone a img{    
		vertical-align: middle;
		position: relative;
    	right: 15px;
    	bottom: 2px;
	}
	.mobile .bt-phone a img{right: 5px; max-width: 30px}
	.mobile  #header-scroll .bt-phone a img{right: 0; }
	.mobile #header-scroll .bt-phone a{
		position: relative;
	    left: 75%;
	    bottom: 8px;
	}
	
	.line-contact .bt-mail a{font-size:20px;}

	.line-contact .legende{
		display: inline-block;
		margin: 5px 0;

		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;


		padding:10px 30px;
		
	}


body.page-template-default h2{
	font-weight: bold;
}










.line-banner span.txt.tel.ac a{
	margin: 20px auto;
    display: table;
}
.line-banner span.txt.tel.ar{
	text-align: right!important;
}






.line-banner h1,
.line-banner_video h1{
	font-size: 20px;
	line-height: 28px;
}
@media all and (min-width: 768px){
	.line-banner h1,
	.line-banner_video h1{
		font-size: 40px;
		line-height: 46px;
	}
}

.line-banner span.txt.tel.ar a{
	text-align: right;
	margin-top:15px;
	margin-bottom: 15px;
	display: inline-block;

}




body.header-hover .line-banner{padding-top: 130px!important;}

body.mobile .line-banner{
		position: relative;

		 background-repeat: no-repeat;
    position: relative;
    background-position: 30% bottom;
    background-size: 175%;
	}


body.mobile .line-banner::after{
	content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(60,60,60,0.7), rgba(10,10,10,0.05) );
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}




.line-banner #banner-left{
	z-index: 	2;
	position: relative;
}


.line-contact .txt {
	font-weight: normal;
	text-transform: uppercase;
}

.line-banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center bottom;

	min-height: 650px;
    position: relative;
    padding: 30px;
}

.line-banner::after {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: linear-gradient(90deg, rgba(60,60,60,0.15) 0%, rgba(60,60,60,0.15) 50%, rgb(15 15 15 / 50%) 100%);
	z-index: 1;
}


body.mobile .line-banner {
    background-repeat: no-repeat;
    position: relative;
    background-position: 20% bottom;
    background-size: 175%;
}

body.phone .slogan{ padding: 7px 10px 8px 10px; margin-bottom:10px; }
body.desktop .slogan{margin-top:0px; margin-bottom: 10px;}
.line-footer .fx-pulse{font-weight: bold; font-size: 22px; letter-spacing: 0.1em;}
body.desktop .line-header .bt-phone{margin-top:20px;}
body.phone #contact-wrap{padding-top:0;}
.slogan{font-weight: bold; font-size:20px; display: inherit; line-height: 24px;}

	
	
	.line-banner .box .in span{text-align: initial; font-weight: bold; font-size:18px;}
	.line-banner .box .in span.fx-pulse{
		font-size: 48px;
	    letter-spacing: 0.1em;
	    line-height: 40px;
	    animation: none;
	}



.col-pictos .box{
padding: 15px;


margin-bottom:15px;
border-radius: 5px;

background-repeat: no-repeat;
background-position: center right; 

min-height: 125px;
padding-top: 30px

}




.col-pictos{padding-left: 35px; padding-right: 35px}
.col-pictos .text{padding-right: 50px; text-align: left; font-size:20px; color: #000;}
.col-pictos .text b{ font-size:24px; color: #0967B7;}

.fx-pulse {
  animation: pulse 0.75s infinite;
}


.line-banner span.txt.tel{ display: block; font-size:30px;  }
.line-banner span.txt.tel a{
	
    padding: 10px 25px;
    border-radius: 3px;
   /* display: inline-block; */
    vertical-align: text-top;
}
.line-banner h1,
.line-banner_video h1{

	font-weight: bold; margin-bottom: 0 
}

#fixedphone{
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
}
#fixedphone a{ background-color: #fff; } 


/*--------------------------------------------------------------
# CSS3 : Animations
--------------------------------------------------------------*/

@keyframes pulse {
  0% {
    color: #0967B7;
  }
  50% {
    color: #f4f4f4;
   }
  100% {
    color: #0967B7;
  }
}


@keyframes pulse2 {
  0% {
    color: #ffdd00;
  }
  50% {
    color: #0967B7;
   }
  100% {
    color: #ffdd00;
  }
}



@keyframes ringbell {
  0% {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
   
  }
  33% {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
   
   }
    66% {
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
   
   }
  100% {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
   
  }
}

.footer-bt-phone img,
.bt-phone img{ animation: ringbell 0.5s infinite; bottom:2px; max-width: 35px }
.bt-phone img:hover{
-webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
animation-play-state: paused;
}

img.logo{max-height: 115px;}
img.round.avatar{ border-radius: 50px; }
.box-map{
	    position: relative;
    z-index: 99;
    opacity: 0.9;
}
#address-wrap{font-size:19px; text-align: center; line-height: 28px; display: flex; height: 250px}
#address-wrap span{margin: auto; font-weight: bolder; text-transform: uppercase;}
#map-wrap{line-height: 0!important;}
#map-wrap iframe{opacity: 1; filter:hue-rotate(150deg) saturate(0.25);}




body #content-1 .box-item .box-title .t-2{font-weight: bold; text-transform: uppercase; font-size:18px;}
body #content-1 .box-item .in{padding-left: 0; padding-right: 0}

img.photo{border: 10px #fff solid; }


.box-item .t-2{margin-bottom:0;}
.box-item img.w100{margin-bottom: 15px;}

/* UI */
.line{display: inline-block; width: 100%}
.c{width: 90%; max-width:1500px; margin:0 auto; }

.c-wide{width: 100%; max-width:1500px; margin:0 auto; }



img.w100{width: 100%; height: auto;}

.ib{display: inline-block;}

a{text-decoration: none;}
a:hover{text-decoration: underline;}

.upp{text-transform: uppercase;}

.ac{text-align: center;}
.al{text-align: left;}
.ar{text-align: right;}

.fl{float:left;}
.fr{float:right;}

.cl, .cleft{clear:left}
.cr, .cright{clear:right}
.cb, .cboth{clear:both}

img.fr{ margin-left: 20px; }
img.fl{ margin-right: 20px; }

.list-list{float: left}

.desktop #phone-wrap{
	padding-left: 30px;
}
.desktop #logo-wrap{
	position: relative;
	max-width: 250px;
}




/*--------------------------------------------------------------
# Responsive : Specific rules
--------------------------------------------------------------*/
	

@media all and (min-width:1000px){
	.hide-desktop{
		display: none;
	}
}


	body.desktop .hide-desktop{display: none;}

	body.mobile .w{width:100%!important;}
	body.phone .w{width:100%!important;}

	body.phone .w.m-w50{
		width: 50%
	}


	body.mobile .comment-content{
		min-height: auto;
	}
	body.mobile #comments.en-colonne .comment-item{
		margin-bottom: 45px;
	}
	body.mobile .m-ac,
	body.mobile .m-ac .fr,
	body.mobile .m-ac .fl,
	body.mobile .m-ac .al,
	body.mobile .m-ac .ar,
	body.mobile .m-ac img
	{
		text-align: center;
		float: none;
		right: initial;
		left: initial;
	}
	body.mobile .m-ac{
		padding-right: 0;
		padding-left:0;
		margin-right: 0;
		margin-left: 0; 
	}
	body.mobile.header-hover .line-header{ position: relative; }
	body.mobile img{max-width: 100%; height: auto;}
	body.phone .m-no-fl{float: none;}
	body.mobile .m-50{width: 50%}
	body.mobile .line-content .photo{margin-bottom:15px;}
	body.mobile .line{
		padding-left:5%;
		padding-right: 5%;
	}
	body.phone img.logo{max-width: 50%}
	body.phone .line-content p{font-size: 20px;
    line-height: 26px;}

	body.mobile #comments .comment-items-list,
	body.mobile .c{width:100%;}
	body.desktop .c-wide{padding-left:15px; padding-right: 15px; }

	body.desktop .line-header h1{font-size: 24px}

	body.phone .w{width:100%; float:inherit;}

	body.phone #content-2 a.tel{ font-size: 35px }

	body.mobile.landscape .line-header-scroll,
	body.mobile.landscape .line-header-scroll a.tel{ padding-top: 1px; padding-bottom: 1px }





.l-rdv{
	background-color: #f6f6f6;
	padding-top: 50px;
}
/*
	.l-rdv .bouton{
		margin-bottom: 50px;
	}

	.l-rdv a.bt_rdv{
		color: #fff;
	    background-color: #b70909;
	    font-size: 20px;
	}
	*/
	/*
		.l-rdv a.bt_rdv span{ 
			position: relative; 
			bottom: 6px; 
		}
		*/

.pre-titre{
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #0967B7;
	font-weight: bold;
	margin-bottom: 15px;
}


.bandeau_eau.line-content{

	padding-top: 75px;
	padding-bottom: 75px;

	background-color: #3994d1;

	background-repeat: no-repeat;
	background-image:  
	url('img/eau-opacite.png'),
	linear-gradient(to right, #bae3f2, #e5f5ff, #bae3f2); 

	background-position: -15vw 0, 0 0;

	border-bottom: 5px #b70909 solid;
}

hr.bleu{
	display: block;
	width: 200px;
	border-bottom: 1px  rgb(84 203 248) solid;
}
.bandeau_eau.line-content h2.t-1{

	
	font-weight: normal;
	margin-bottom: 25px;
	
}
.bandeau_eau h3{
	color:  #0967B7;
	font-size: 18px;
	line-height: 1.2em;

	font-weight: bold;
    letter-spacing: 0.05em;
}
.bandeau_eau.line-content .box-item.with-bg{
	
	transition: all 2s ease-in-out;
	padding-top: 20px;
	border-radius: 20px;
	
}
.bandeau_eau.line-content .box-item .in p{ 
	color: #0967B7;
	font-size: 15px;

	
}

.bandeau_eau.line-content .box-item.with-bg:hover{
	transition: all 500ms ease-in-out;
	background: rgba(255, 255, 255, 0.5);
}
		

/*--------------------------------------------------------------
# Responsive : Generic rules
--------------------------------------------------------------*/

.w1-2, .half{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, .full{width:100%; float:left;}

/*--------------------------------------------------------------
# Resets
--------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

body,
#page{
	overflow-x: hidden;
}

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],
template {
	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: 2em;
	margin: 0.67em 0;
}

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;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 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="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 {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ol {
	margin: 0 0 1.5em 3em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

::selection {
  background: rgba(0,0,0,0.05); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(0,0,0,0.05); /* Gecko Browsers */
}

a:hover, a:active, a:focus,
*:focus{
outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



@media all and (max-width: 768px){
	.line-banner_video .panneau__img,
	.line-banner_video .bt-phone
	{ 
		display: none; 
	}
}

.line-content .panneau__img{
	margin: 0 auto;
    display: block;
}
@media all and (min-width: 768px){
	.line-content .panneau__img
	{ 
		display: none; 
	}
}


.panneau{
	display: inline-block;
	border:2px white solid;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	border-radius: 3px;

	margin-bottom: 15px;
}
	.panneau__in{
		font-size: 20px;
		padding: 4px 25px;

	    font-weight: bold;
	    text-transform: uppercase;
	    background: #fff;
	    display: inline-block;
	    border: 3px red solid;
	    border-radius: 4px;
	}
		.panneau__in span{
		color: #000;
	}
	.panneau__img{
		max-width: 175px!important;
	}

	@media all and (max-width: 768px){
		.panneau__img,
		.line-banner_video .panneau,
		.line-banner_video .bt-phone
		{
			display: none;
		}

		.line-content .panneau{
			margin: 0 auto;
    		display: table;
    	}
	}
	@media all and (min-width: 768px){
		.line-content .panneau{
			display: none;
		}
	}


	@media all and (min-width: 768px){
	.mobile-only{
		display: none;
	}
}


body.page-rdv{
	background-color: #c3d3f3;
}
body.page-rdv .entry-content{
	padding: 0 15%;
}
body.page-rdv h1.entry-title{
	text-align: center;
}
/*--------------------------------------------------------------
## CF7
--------------------------------------------------------------*/

.form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-column {
  width: 48%; /* Ajuste la largeur pour garder deux colonnes */
}

@media (max-width: 768px) {
  .form-column {
    width: 100%; /* Une seule colonne sur mobile */
  }
}
.wpcf7-form-control{
	width: 100%;
	padding: 0.5em;
}

.form-container input[type="submit"]{
	border:0;
	padding: 10px 0;
	background: #35b709;
	color: #fff;
	font-size: 1em;
	box-shadow: none;
}



.link_calendar
{ 
	position: absolute;
    width: 60px;
}

.devis-gratuit{
	text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #b70909;
    
    text-align: center;
}
.link_calendar .devis-gratuit
{
    width: 100px;
    position: absolute;
    top: 50px;
    left: -25px;
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #b70909;
}