





html, body {
	margin: 0;
	min-height: 100%;
}
body {
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	background-color: #fff;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
header {
	top: 0;
	z-index: 1;
	color: #FFF;
	vertical-align: top;
	position: relative;
	border-bottom: #000 2px solid;
	text-align: center;
	max-height: 100vh;
	height: 54vw;
	overflow: hidden;
}
.page-contact header {
	height: auto;
	min-height: 300px;
	background-image: url("../images/header/contact.jpg");
background-position: center center;
	background-size: cover;

}
.langue {
	position: absolute;
	top:1%;
	right: 1%;
}
.langue:hover {
	text-decoration: underline;
}
#menu-principal {
box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.75);
	/* position: relative; */
	position: absolute;
	background-color: rgba(255,255,255,0.95);
	text-align: left;
	width: calc(100% - 60px);
	padding-right: 1%;
	padding-left: 1%;
	color: #000;
	padding: 2px 10px;
	font-size: 24px;
	top: 60px;
	left: 30px;
	right: 0;
	z-index: 100;
	/* text-align: left; */
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 10px;
	display: flex;
}
.fixemoi{
	position: fixed !important;
	top:0px !important;
	z-index: 999999 !important;
	
}
.fixemoi a{
}

.leftel svg{
	fill:#000;
	stroke:#000;
}
.menu{
	text-align: center;
}
.menu > li > .separ{
	color: #000;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
}
.fixemoi .menu > li > .separ{
	color: #fff;
}
#menu-item-videos-plombier .separ{
	display: none !important;
}
#lelogo{
	position: absolute;
	left:-30px;
	top:-30px;
	z-index: 9999;
	margin-left: 1%;
	width: 275px;
	height: auto;
}
.bouton-menu{
	display: none;
}
nav ul {
	list-style: none;
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0;
	padding-left: 275px;
}
nav ul .menu-item {
	width: 100%;
}
nav a {
	text-decoration: none;
	color:#000;
}
.cycle-pager{
	position: absolute;
	z-index: 100;
	bottom: 30px;
	font-size: 60px;
	line-height: 30px;
	margin: 5px;
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.cycle-pager-active{
	color: #ba2227;
}
.cycle-pager span{
	margin: 10px;;
	
}
nav .sous-menu {
	background: #dfdfdf;
	visibility: hidden; /* Je le met hidden au lieu de display: none pour les mesurer en javascript sans qu'ils flashent */
	position: absolute;
	top: 100%;
	top: calc( 100% + 2px);
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	padding-left:6vw;
	display: flex ;
}
#menusvg{
	fill: #ba2227 !important;
	width: 45px;
}
#menusvg .st0{
	fill: #ba2227 !important;
	width: 35px;
}

.sous-menu span{
		padding-top: 80px;
	display: block;
}
.sous-menu .separ{
		padding-top: 80px;
	display: none;
}
nav .sous-menu a{
	height: 150px;
	vertical-align: bottom;
color: #7f7f7f !important;
}
nav .sous-menu a:hover{
	color: #000 !important;
}
#menu-item-debouchage{
		background-image: url("../images/content/debouchage.html");
}
#menu-item-urgence-de-plomberie{
		background-image: url("../images/content/urgence.html");
}
#menu-item-plomberie-residentielle{
	background-image: url("../images/content/residentiel.html");
		background-size: 20%;
}
#menu-item-plomberie-commerciale{
	background-image: url("../images/content/commercial.html");
		background-size: 15%;
}
nav .menu-item:hover .sous-menu {
	display: block;
}
nav .sous-menu-item {
	display: block;
	position: relative;
	white-space: nowrap;
	text-align: left;
}
nav .sous-menu-item > a {
	display: block;
	color:#000;	padding-top: 5%;
}
header h1 {
	font-size:30px;
	margin: 0px;
	padding: 0px;
	text-shadow: 3px 3px 3px #000,2px 2px 2px #000,1px 1px 1px #000;
	letter-spacing: 1px;
	font-weight: bold;
}
.cycle-slideshow {
	text-shadow: 3px 2px 2px #000;
	font-weight: bold;
}

@media (max-width: 1050px){
	body {
		font-size: 14px;
	}
	#menu-principal{
		font-size: 16px;
	}
	.menu{
		display: none;
		margin: 0;
		padding: 0;
		font-size: 25px;
		line-height: 8vh;
		position: sticky;
		left: 0;
		right: 0;
		top: 0;
		box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	}
	.bouton-menu{
		text-align: center;
		cursor: pointer;
		display: inline-block;
		position: absolute;
		z-index: 99999;
		top: 15px;
		right: 2%;
	}
	.menu{
		display: none;
	}
	.menu.ouvert{
		display: block;
		position: absolute;
		top:60px;

		left: 0;
		right: 0;
		background: #fff;
		padding-top: 50px;
	}
	.sous-menu span {
	padding-top: 0px;
	display: block;
	}
	nav .sous-menu li {
	background-image: none !important;
	}	
	.menu ul{
		margin: 0;
		padding: 0;
	}
	.menu .menu-item,
	.menu .sous-menu-item{
		display: block;
		text-align: center;
		border-top: 1px solid #dddddd;
		position: relative;
		margin: 0;
		font-size:20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#menu-item-services{
		text-align: center;
	}
	nav .sous-menu {

	display: block;
	}
	.separ{
		display: none !important;
	}
	.menu .sous-menu{
		display: none;
		position: static !important;
		height: auto !important;
		box-shadow: none;
	}
	.menu .ouvert > .sous-menu{
		display: block !important;
		height: auto !important;
	}
	.menu .sous-menu-item{
		text-align: left;
		font-size: 6vw;
	}
	.menu .menu-item > a,
	.menu .sous-menu-item > a{
		text-decoration: none;
		position: relative;
		display: block;
	}
}
.logo {
	width: 23%;
	float: right;
	padding-left: 1vw;
}
.need-a-plumber {
	font-size: 3vw;
}
.on-his-way {
	font-size: 1.5vw;
}
header .titre-site {
	margin-top: 0;
	font-size: 4.5vw;
	color: #000;
	text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff;


}
header .letel {
	display: block;
	font-weight: bold;
	font-size:24px;
	background-color: #ba2227;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	margin-top: 5px;
	color: inherit;
	text-decoration: none;
}
.letel svg{
	width: 25px;
	margin-right: 5px;
	margin-bottom: -5px;
	fill:#000;stroke:#000;
}
.fixemoi .letel svg{
	margin-right: 5px;
	margin-bottom: -5px;
	fill:#fff;stroke:#fff;
}
.bigBlanc {
	text-shadow: none;
	color: #FFF;
	font-size: 4vw;
}
main{
	clear: both;
}
footer p{
	margin-bottom: 0px;
}
footer{
	background-color: #006c9f;
	color: #fff;
	text-align: center;
}
.texte-footer{
	padding: 40px;
}
footer .bg{
	background-image: url("../images/content/footer_bg.jpg");
	color: #fff;
	background-color: #006c9f;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	text-align: center;
	background-size: 100%;
	min-height: 22vw;
}
.logos{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	display: flex;
}
.logos > div{
	width: 100%;
}
.logos > div img{
	height: 60px;
	width: auto;
}
.list-ski{
	position: absolute;
	bottom: 80px;
	left: 40px;
	color: #006c9f;
	font-weight: bold;
	text-shadow: 3px 5px 2px #fff;
	max-width: 700px;
	text-align: left;
}
.blanc{
	background-color: #fff;
	color: #000;
	padding: 20px;
}
.blanc h3{
	margin: 0px;
	color: #cc0e2f;
}
.blanc p{
	margin: 0px;
}


.a {
  text-decoration: none;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  text-transform: uppercase;
  color: black;
}
