/*
	Theme Name: PANO GROUP
	Theme URI: http://www.pano-group.com/
	Author: Parker+Parker
	Description: Thème minisites franchises PANO Group
	Version: 1.0.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#6f6f6e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
.fjalla {
	font-family: 'Fjalla One', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.clearboth {
	clear: both;
}
strong {
	font-weight: 700;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
}

/************ Mobile First ************/

/*------------------------------------*\
    HEADER
\*------------------------------------*/

main {
	padding-top: 132px;
}
header {
	background-color: #fff;
	height: 132px;
	position: fixed;
	width: 100%;
	z-index: 50001;
}
	header nav {
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 700;
		text-transform: uppercase;
	}
	/* Over header */
	header .top {
		height: 0;
	}
		header .top .altnav {
			bottom: 0;
			height: 62px;
			left: 0;
			padding: 13px;
			position: absolute;
			width: 100%;
		}
			header .top .altnav li:first-child {
				float: left;
			}
			header .top .altnav li:last-child {
				float: right;
			}
			header .top .altnav li a {
				color: #fff;
				display: block;
				padding: 10px 18px;
				text-align: center;
				transition: all 200ms ease;
			}
			header .top .altnav li a:hover {
				background-color: #fff;
				text-decoration: none;
			}
			header .top .altnav li:first-child a {
				background-color: #e40613;
			}
			header .top .altnav li:last-child a {
				background-color: #6f6f6f;
			}
			header .top .altnav li:last-child a:hover,
			header .top .altnav li:first-child a:hover {
				color: #fff;
				opacity: .7;
			}

			/* lang switcher */
			header .top .altnav.has_langs > ul.menu {
				width: 89%;
				margin-right: 1%;
			}
			header .top .altnav.has_langs > ul:last-child {
				width: 10%;
			}
			header .top .altnav .lang_switcher {
				display: none;
				float: left;
			}
				header .top .altnav .lang_switcher > li {
					position: relative;
				}
				header .top .altnav .lang_switcher .selector {
					float: left;
				}
				header .top .altnav .lang_switcher ul {
					position: absolute;
					top: 100%;
					right: 0;
					display: none;
					z-index: 100;
				}
					header .top .altnav .lang_switcher ul li {
						float: right;
						width: 100%;
					}
					header .top .altnav .lang_switcher ul li.current-lang a {
						color: #e0e0e0;
					}
				header .top .altnav.has_langs li a {
					padding: 10px;
				}
				header .top .altnav.has_langs .menu,
				header .top .altnav.has_langs li:last-child {
					float: left;
				}
				header .top .altnav.has_langs .menu li {
					width: 49%;
				}
				header .top .altnav.has_langs .menu li:first-child {
					margin-right: 2%;
				}

	/* Red band / Logo / Baseline / Search mobile */
	header .branding {
		background-color: #e30713;
		height: 70px;
	}
		header .branding .container {
			height: 100%;
		}
		header .branding .logo {
			display: block;
			float: left;
			height: 100%;
			margin-right: 10px;
			width: auto;
		}
			header .branding .logo img {
				display: block;
				height: 100%;
				width: auto;
			}

		header .branding .search {
			float: left;
			margin-top: 20px;
			position: relative;
			width: 100px;
		}
			header .branding .search .search-input {
				border: 0 none;
				background-color: #fff;
				border-radius: 20px;
				font-size: 13px;
				font-size: 1.3rem;
				font-style: italic;
				font-weight: 300;
				padding: 8px 10px;
				width: 100%;
			}
			header .branding .search .search-submit {
				background: transparent url('img/loupe.gif') 50% 50% no-repeat;
				border: 0 none;
				height: 34px;
				right: 5px;
				margin: 0;
				padding: 0;
				position: absolute;
				text-indent: -9999px;
				top: 0;
				width: 15px;
			}

			/* Hamburger */
			#nav-toggle {
				cursor: pointer;
				float: right;
				margin-top: 23px;
				padding: 10px 35px 16px 0px;
			}
				#nav-toggle span,
				#nav-toggle span:before,
				#nav-toggle span:after {
				  cursor: pointer;
				  border-radius: 1px;
				  height: 5px;
				  width: 35px;
				  background: white;
				  position: absolute;
				  display: block;
				  content: '';
				}
				#nav-toggle span:before {
				  top: -10px;
				}
				#nav-toggle span:after {
				  bottom: -10px;
				}

				#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
				  transition: all 500ms ease-in-out;
				}
				#nav-toggle.active span {
				  background-color: transparent;
				}
				#nav-toggle.active span:before, #nav-toggle.active span:after {
				  top: 0;
				}
				#nav-toggle.active span:before {
				  -webkit-transform: rotate(45deg);
				          transform: rotate(45deg);
				}
				#nav-toggle.active span:after {
				  -webkit-transform: rotate(-45deg);
				          transform: rotate(-45deg);
				}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.signature-footer {
	background-image:  url('img/logo_signature.svg');
	background-size: auto 200px;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	height: 200px;
	text-align: center;
	width: 100%;
}
.signature-footer span {
	display: table-cell;
	margin: 0;
	padding: 0 15px;
	vertical-align: middle;
}

footer {
	background-color: #6f6f6e;
	padding-top: 25px;
	color: #ffffff;
}
	footer a {
		color: #e0e0e0;
	}
	footer h4 {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		margin: 0 0 15px 0;
		text-transform: uppercase;
	}

	footer .gmap, footer .gmap-iframe {
		height: 375px;
		position: relative;
		width: 100%;
		color: #6f6f6f;
	}
		footer .gmap:before {
			box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,.2);
			content: '';
			display: block;
			height: 10px;
			position: absolute;
			width: 100%;
			z-index: 100;
		}
		footer .gmap img {
		   max-width: inherit !important;
		}
		footer .gmap .marker {
		   background-color: #ccc;
		}
		footer .gmap .gm-style-iw {
			color: #fff;
		}
		footer .gmap .custom-iw {
			background-color: #e30713;
		}
		footer .gmap .custom-iw > div:first-child > div:nth-child(2) {
			background-color: transparent !important;
		}
		footer .gmap .custom-iw > div:first-child > div:nth-child(4) {
			background-color: transparent !important;
		}
		footer .gmap .custom-iw > div:first-child  > div:nth-child(3) > div:first-child > div,
		footer .gmap .custom-iw > div:first-child  > div:nth-child(3) > div:nth-child(2) > div {
			background-color: #e30713 !important;
		}
		footer .gmap .contact,
		footer .gmap .savoirplus {
			margin-top: 10px;
		}
		footer .gmap .savoirplus a {
			display: inline-block;
			background-color: #fff;
			color: #3f4142;
			padding: 3px 5px;
			font-weight: 700;
			font-size: 11px;
		}
			footer .gmap .savoirplus a:hover {
				background-color: #e0e0e0;
				text-decoration: none;
			}

	footer .coords {
		margin-bottom: 35px;
	}
		footer .coords p {
			margin: 0 0 25px 0;
		}
		footer .coords strong {
			display: block;
			margin-bottom: 10px;
			text-transform: uppercase;
		}

	footer .descr-franchise {
		text-align: justify;
	}

	footer .social {
		margin-bottom: 50px;
		margin-top: 40px;
		text-align: center;
	}
		footer .social a {
			display: inline-block;
			margin-right: 4%;
			width: 15%;
		}
		footer .social a svg {
			max-width: 110px;
		}
		footer .social a:last-child {
			margin-right: 0;
		}
		footer .social path {
			transition: all 200ms ease;
		}
		footer .social a:hover path.circle {
			fill: #fff;
		}
		footer .social a:hover path:not(.circle) {
			fill: #404143;
		}

	footer .pictos-footer {
		color: #fff;
	    font-size: 10px;
	    font-size: 1rem;
	    padding-top: 35px;
	    text-align: center;
	    text-transform: uppercase;
	}
		footer .pictos-footer .picto {
			margin-bottom: 15px;
		}
		footer .pictos-footer img {
			margin: 0 10px 10px 10px;
			transition: all 200ms ease;
		}
		footer .pictos-footer .picto:hover img {
			-webkit-transform: rotate(-20deg);
			        transform: rotate(-20deg);
		}

	footer .sitemap-footer {
		border-bottom: 1px solid #777777;
		border-top: 1px solid #777777;
		margin-bottom: 20px;
		padding: 20px 0 10px 0;
	}
	footer .sitemap-footer a.button {
		background: url('img/pictos/chevron-bottom.svg') 50% 80% no-repeat;
		background-size: 27px 18px;
		color: #fff;
		display: block;
		padding-bottom: 30px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 200ms ease;
	}
	footer .sitemap-footer a.button:hover {
		background: url('img/pictos/chevron-bottom.svg') 50% 100% no-repeat;
		background-size: 27px 18px;
		font-size: 15px;
		font-size: 1.5rem;
		color: #bebebe;
	}
	footer .sitemap-footer a.button[aria-expanded=true] {
		background: url('img/pictos/footer-sitemap-cross.svg') 50% 100% no-repeat;
		background-size: 27px 27px;
		font-size: 15px;
		font-size: 1.5rem;
		color: #bebebe;
	}
	footer .sitemap-footer .sitemap li {
		list-style: none;
	}
	footer .sitemap-footer .sitemap li ul {
		padding-left: 20px;
		padding-top: 5px;
	}
	footer .sitemap-footer .sitemap li.menu-item-has-children {
		display: none;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 5px;
	}
		footer .sitemap-footer .sitemap li.menu-item-has-children {
			display: list-item;
		}
		footer .sitemap-footer .sitemap li:before {
			content:'\003E\0020';
		}
		footer .sitemap-footer .sitemap li.menu-item-has-children li {
			font-size: 14px;
			font-size: 1.4rem;
			font-weight: 400;
		}
		footer .sitemap-footer .sitemap li a {
			color: #fff;
			transition: all 200ms ease;
		}
			footer .sitemap-footer .sitemap li a:hover {
				color: #bebebe;
				text-decoration: none;
			}

	footer .mentions {
		font-size: 12px;
		font-size: 1.2rem;
		padding-bottom: 20px;
		text-align: center;
	}
		footer .mentions span {
			display: block;
		}
		footer .mentions a:hover {
			color: #bebebe;
		}

/*------------------------------------*\
    Modules
\*------------------------------------*/

/* Pictos Offres */
.pictos-offre {
	background-color: #eaeaea;
	padding: 15px 0;
	text-align: center;
}
	.pictos-offre h2 {
		font-size: 30px;
		font-size: 3rem;
		font-weight: 300;
		padding: 0 30px;
		margin: 0 0 15px 0;
	}
	.pictos-offre .picto {
		display: inline-block;
		font-size: 11px;
		font-size: 1.1rem;
		margin-bottom: 15px;
		text-transform: uppercase;
		vertical-align: top;
		width: 60px;
	}
		.pictos-offre .picto img {
			display: block;
			margin: 0 10px 5px 10px;
			transition: all 200ms ease;
		}
		.pictos-offre .picto:hover img {
			-webkit-transform: rotate(-20deg);
			        transform: rotate(-20deg);
		}

/* Breadcrumbs */
.breadcrumbs {
	color: #b0b0b0;
	font-style: italic;
	text-align: left;
}
	.breadcrumbs a {
		color: #b0b0b0;
		text-decoration: none;
	}
	.breadcrumbs span.breadcrumb_last {
		color: #e30613;
	}

/* Sidebar */
.sidebar {
	border-top: 1px solid #cecece;
	font-weight: 700;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
	.sidebar a {
		color: #6f6f6e;
		display: block;
		padding: 15px 15px 15px 25px;
		text-decoration: none;
		transition: background 200ms ease;
	}
		.sidebar a:hover,
		.sidebar .current_page_item a {
			background-color: #f4f4f4;
			color: #e30613;
		}
		.sidebar .current_page_item a {
			padding-left: 40px;
		}
			.sidebar .current_page_item a:before {
				content: '\003E\0020';
			}
	.sidebar ul {
		list-style: none;
		margin: 0 0 15px 0;
		padding: 0;
	}
		.sidebar ul ul {
			font-size: 12px;
			border-bottom: 1px dashed #cecece;
			border-top: 1px dashed #cecece;
		}
		.sidebar ul ul a {
			padding: 15px 35px;
		}

	.sidebar .cta {
		background-color: transparent;
		margin-bottom: 15px;
		padding: 0;
	}
	.sidebar .cta a {
		background-color: rgba(227, 6, 19, 1);
		float: none;
		font-size: 17px;
		height: 125px;
		padding: 30px 0 0 30px;
		text-align: left;
		width: 100%;
	}
		.sidebar .cta a.devis {
			margin-bottom: 1px;
		}
	.sidebar .cta svg {
		display: inline-block;
		height: 60px;
		margin: 0 10px 0 0;
		vertical-align: middle;
		width: 60px;
	}
	.sidebar .cta span {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}

/*------------------------------------*\
    CONTENT PAGE
\*------------------------------------*/
main.page {
	font-size: 15px;
	font-size: 1.5rem;
}
	main.page h1 {
		border-bottom: 1px solid #bebebe;
		color: #e30613;
		font-size: 30px;
		font-weight: 400;
		margin: 30px 0 15px 0;
		padding-bottom: 15px;
	}
	main.page h2 {
		color: #e30613;
		font-size: 15px;
		font-weight: 700;
		margin: 30px 0 15px 0;
		text-transform: uppercase;
	}
	main.page p {
		margin: 0 0 15px 0;
	}
	main.page blockquote {
		border-left: 0 none;
		font-size: 25px;
		font-style: italic;
		font-weight: 300;
		margin: 15px 0;
		padding: 0;
	}
		main.page blockquote p {
			margin: 0;
		}
/*------------------------------------*\
    FRONTPAGE
\*------------------------------------*/

/* Call to Action */
.cta {
	background-color: #fff;
	padding: 13px;
}
	.cta a {
		background-color: rgba(111, 111, 111, 1);
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		height: 140px;
		padding-top: 15px;
		text-align: center;
		text-transform: uppercase;
		transition: all 200ms ease;
		width: 140px;
	}
	.cta a:hover {
		background-color: rgba(111, 111, 111, .5);
		text-decoration: none;
	}
	.cta svg {
		display: block;
		height: 65px;
		margin: 0 auto 10px auto;
		width: 65px;
	}
	.cta a:hover svg .circle {
		fill: #e40613;
	}
	.cta a:hover svg path:not(.circle) {
		fill: #ffffff;
	}
	.cta .devis {
		float: left;
	}
	.cta .nous-connaitre {
		float: right;
	}

/* Clone Nav Frontpage / white blocks grid on mobile */
.clone-nav {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 13px;
	text-align: center;
	text-transform: uppercase;
}
	.clone-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.clone-nav li {
		border: 1px solid #cecece;
		float: left;
		margin-top: -1px;
		margin-left: -1px;
		min-height: 82px;
		width: 50%;
	}
	.clone-nav a {
		color: #3f4142;
		display: block;
		height: 100%;
		padding: 25px 10px;
		text-decoration: none;
		width: 100%;
	}

/*------------------------------------*\
    404
\*------------------------------------*/

.error404 main {
	background-image: url(img/404.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}

/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.page-template-page-contact main {
	border-left: 0 none;
	text-align: center;
}

.page-template-page-contact main form {
	margin: 0 auto 60px auto;
	width: 100%;
}

/* Form fields */
.page-template-page-contact select,
.page-template-page-contact input[type=text],
.page-template-page-contact input[type=email],
.page-template-page-contact input[type=tel],
.page-template-page-contact input[type=number],
.page-template-page-contact textarea {
	padding: 10px;
	width: 100%;
}
.page-template-page-contact select {
	background-color: #eaeaea;
	border: 0 none;
	font-weight: 700;
	/* font-size: 50px; */
}
.page-template-page-contact input[type=submit] {
	background-color: #e30613;
	border: 0 none;
	color: #fff;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
}
.page-template-page-contact .required {
	font-size: 11px;
	text-align: left;
}
.page-template-page-contact .captcha > div > div {
	margin: 0 auto 15px auto;
}

/*------------------------------------*\
    SITEMAP
\*------------------------------------*/

.page-template-page-sitemap main {
	margin-bottom: 60px;
}
	.page-template-page-sitemap main .breadcrumbs {
		margin-bottom: 60px;
	}
	.page-template-page-sitemap main ul {
		margin-bottom: 0;
		padding-left: 0;
		list-style: none;
	}
		.page-template-page-sitemap main ul a {
			display: block;
		}
		.page-template-page-sitemap main ul.row > li a {
			color: #e30613;
			font-size: 21px;
			font-weight: 700;
			margin-bottom: 10px;
			text-transform: uppercase;
		}
		.page-template-page-sitemap main ul.children > li a {
			color: #6f6f6e;
			font-size: 16px;
			font-weight: 700;
			margin-bottom: 15px;
			text-transform: uppercase;
		}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

/*Homepage*/
.slider.home {
	position: relative;
}
	.slider.home .slidecontent {
		background-color: rgba(255, 255, 255, .8);
		display: block;
		height: 215px;
		margin: 67px auto 0 auto;
		padding: 18px;
		transition: background-color 200ms ease;
		width: 55%;
	}
	.slider.home .slidecontent:hover {
		background-color: rgba(255, 255, 255, 1);
	}
		.slider.home .slidecontent span {
			display: block;
		}
		.slider.home .slidecontent:hover {
			text-decoration: none;
		}
			.slider.home .slidecontent .title {
				color: #e30613;
				font-size: 18px;
				font-size: 1.8rem;
				font-weight: 700;
				margin-bottom: 10px;
				text-transform: uppercase;
			}
			.slider.home .slidecontent .content {
				margin-bottom: 10px;
			}
			.slider.home .slidecontent .readmore {
				background-color: #6f6f6e;
				color: #fff;
				display: inline-block;
				font-size: 11px;
				font-size: 1.1rem;
				padding: 3px 5px;
				text-transform: uppercase;
				transition: all 200ms ease;
			}
			.slider.home .slidecontent:hover .readmore {
				background-color: #e0e0e0;
				color: #e30613;
			}

/* Content pages */
.slider.page .flex-control-thumbs {
	display: none;
}

/* Custom directions arrows */
.slider .custom-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	background-color: rgb(227, 6, 19);
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	opacity: .7;
	position: absolute;
	z-index: 1;
	top: 50%;
}
	.slider .custom-direction-nav a:hover {
		opacity: 1;
	}
	.slider .custom-direction-nav a:before {
			font-family: "flexslider-icon";
			font-size: 20px;
			font-size: 2rem;
			line-height: 40px;
			display: inline-block;
			content: '\003C';
			color: #fff;
	}
	.slider .custom-direction-nav a.flex-prev {
		/* float: left; */
		left: 5%;
	}
	.slider .custom-direction-nav a.flex-next {
		/* float: right; */
		right: 5%;
	}
		.slider .custom-direction-nav a.flex-next:before {
			content: '\003E';
		}

	/* Custom direction arrows on pages */
	.slider.page .custom-direction-nav {
		height: 40px;
	    position: absolute;
	    margin: auto;
		top: 0;
	    right: 0;
	    left: 0;
		bottom: 0;
	    z-index: 10;
	    padding-left: 5px;
		padding-right: 5px;
	}
		.slider.page .custom-direction-nav a {
			position: static;
		}
		.slider.page .custom-direction-nav a.flex-prev {
			float: left;
		}
		.slider.page .custom-direction-nav a.flex-next {
			float: right;
		}


/*------------------------------------*\
    JQ Plugins
\*------------------------------------*/

/* Sidr */
.sidr {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: #e30613;
  color: #fff;
  border-left: 1px solid #fff;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 70px;
  border-bottom: 1px solid #fd404b;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
}
.sidr ul li.current_page_item > a,
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
	background-color: #fff;
	color: #e30613;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  /* box-shadow: 0 0 15px 3px #222 inset; */
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
  font-size: 1.3rem;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50000;
    overflow-y: hidden;
    overflow-x: hidden;
}
body.sidr-open {
	overflow: hidden;
	height: 100%;
}


/* Slick */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*** Flex Slider ***/
/* Flex Slider Resets */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Flex Slider Base Styles */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider--top .slides > li {
	height: 400px;
}

.flexslider--top .slides > li img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.slider.home .flexslider .slides > li {
  height: 351px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* Flex Slider Default Theme */
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  background-color: rgba(227, 6, 19, 0.7);
	border-radius: 30px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  font-size: 4rem;
  line-height: 60px;
  display: inline-block;
  content: '\003C';
  color: #fff;
}
.flex-direction-nav a.flex-next:before {
  content: '\003E';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;

}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:480px) {

	main {
		padding-top: 162px;
	}

	/* Header / min-width:480px */
	header {
		height: 162px;
	}
		header .branding {
			height: 100px;
		}
			header .branding .search {
				margin-top: 33px;
				width: 200px;
			}
			#nav-toggle {
				margin-top: 37px;
			}
		header nav {
			font-size: 14px;
			font-size: 1.4rem;
		}

	/* Footer / min-width:480px */
	footer .pictos-footer {
		font-size: 12px;
		font-size: 1.2rem;
	}
	footer .pictos-footer img {
		margin: 0 auto 10px auto;
		max-width: 70px;
	}

	/***** Modules min-width:480px *****/

	/* Sidebar */
	.sidebar .cta .devis {
		margin-left: 0;
	}

	/***** FRONTPAGE min-width:480px *****/
	.pictos-offre {
		padding: 45px 0;
	}
		.pictos-offre h2 {
			font-size: 34px;
			font-size: 3.4rem;
			padding: 0;
		}
		.pictos-offre .picto {
			font-size: 12px;
			font-size: 1.2rem;
		}
			.pictos-offre .picto img {
				margin: 0 auto 10px auto;
				max-width: 70px;
			}

	/* CTA Home */
	.cta a {
		font-size: 17px;
		font-size: 1.7rem;
		height: 180px;
		padding-top: 30px;
		width: 180px;
	}
		.cta .devis {
			margin-left: 8%;
		}
		.cta .nous-connaitre {
			margin-right: 8%;
		}

	/* Clone Nav Home / White blocks */
	.clone-nav {
		font-size: 15px;
		font-size: 1.5rem;
	}

}
@media only screen and (min-width:768px) {
	main {
		padding-top: 0;
	}
	header {
		height: auto;
		position: relative;
	}
		/* Top Header becomes visible at 768px */
		header .top {
			background-color: #eaeaea;
			height: 65px;
		}
			/* Search field / min-width:768px */
			header .top .search {
				float: left;
				padding-top: 10px;
				position: relative;
				width: 50%;
			}
				header .top .search .search-input {
					border: 0 none;
					background-color: #fff;
					border-radius: 25px;
					font-size: 14px;
					font-size: 1.4rem;
					font-style: italic;
					font-weight: 300;
					padding: 12px 25px 12px 25px;
					width: 90%;
				}
				header .top .search .search-submit {
					background: transparent url('img/loupe.gif') 50% 50% no-repeat;
					border: 0 none;
					height: 43px;
					left: 80%;
					margin: 0;
					padding: 0;
					position: absolute;
					text-indent: -9999px;
					top: 10px;
					width: 25px;
				}
			header .top .altnav {
				bottom: auto;
				float: right;
				height: auto;
				left: auto;
				padding: 15px 0 0 0;
				position: static;
				width: auto;
			}
				header .top .altnav li:last-child {
					margin-left: 15px;
				}

				header .top .altnav.has_langs > ul.menu,
				header .top .altnav.has_langs > ul:last-child {
					width: auto;
					margin-right: 0;
				}
				header .top .altnav .menu li:first-child,
				header .top .altnav.has_langs .menu li:first-child,
				header .top .altnav.has_langs > ul.menu {
					margin-right: 5px;
				}
				header .top .altnav.has_langs .menu li {
					width: auto;
				}
				header .top .altnav li:last-child {
					margin-left: 0;
				}


		/* Header Branding / min-width:768px */
		header .branding .logo {
			margin-right: 0;
		}
		header .branding .baseline {
			color: #fff;
			float: left;
			font-size: 13px;
			font-size: 1.3rem;
			margin-left: 15px;
			margin-top: 35px;
			max-width: 480px;
		}
			header .branding .baseline .bl1 {
				font-weight: 700;
				text-transform: uppercase;
			}
			header .branding .baseline .bl2 {
				font-style: italic;
			}

	/* Footer / min-width:768px */
	footer .logo-footer {
		width: auto;
	}
	footer .pictos-footer {
		margin: 0 auto;
		width: 90%;
	}

	/***** Modules / min-width:768px *****/
	/* Pictos Offre */
	.pictos-offre .picto {
		font-size: 14px;
		font-size: 1.4rem;
		width: 12%;
	}

	.breadcrumbs {
		margin-top: 15px;
	}

	/***** Frontpage / min-width:768px *****/
	.cta .devis {
		margin-left: 20%;
	}
	.cta .nous-connaitre {
		margin-right: 20%;
	}
	.clone-nav {
		font-size: 17px;
		font-size: 1.7rem;
	}
		.clone-nav li {
			min-height: 100px;
		}
		.clone-nav a {
			padding: 40px 0;
		}

	/***** Contact page  / min-width:768px *****/
	.page-template-page-contact main form {
		width: 70%;
	}
	.page-template-page-contact select {
		font-size: 14px;
	}

	/***** Slider *****/

	/* Content pages */
	.slider.page .flex-control-thumbs {
		display: block;
		margin-top: 20px;
	}

		.slider.page.slider--top li {
			width: 19%; /* 202 / 878 */
		}
		.slider.page .flex-control-thumbs li {
			margin-bottom: 20px;
			margin-right: 1.91958997722096%; /* 23 / 881 */
			width: 23.00683371298405%; /* 202 / 878 */
		}
		.slider.page .flex-control-thumbs li:nth-child(4) {
			margin-right: 0;
		}

	/* Custom directions arrows */
	.slider .custom-direction-nav a.flex-prev {
		left: 50%;
		margin-left: -375px;
	}
	.slider .custom-direction-nav a.flex-next {
		right: 50%;
		margin-right: -375px;
	}
	.slider .custom-direction-nav a {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
		.slider .custom-direction-nav a:before {
				font-size: 40px;
				font-size: 4rem;
				line-height: 60px;
		}

	/* Custom directions arrows on pages */
	.slider.page .custom-direction-nav {
		height: 60px;
		top: 164px;
		bottom: auto;
	}
	.slider.page .custom-direction-nav a.flex-prev {
		left: 0;
		margin-left: 0;
	}
	.slider.page .custom-direction-nav a.flex-next {
		right: 0;
		margin-right: 0;
	}

	/***** 404 / min-width:768px *****/
	.error404 main {
		height: 500px;
	}

}

/*Flexslider*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@media only screen and (min-width:992px) {

	/***** Main Nav  / Invisible before *****/

	.mainnav {
		font-size: 12px;
		font-size: 1.2rem;
		height: 80px;
	}
	.sf-menu, .sf-menu * {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	.sf-menu li {
	    position: relative;
	    display: block;
	    white-space: nowrap;
	    -webkit-transition: background .2s;
	    text-align: left;
	    transition: background .2s;
	}
	.sf-menu ul {
	    position: absolute;
	    border-top: 1px solid #fff;
	    display: none;
	    top: 100%;
	    left: 0;
	    z-index: 500;
	    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	    min-width: 12em;
	}
	.sf-menu > li {
	    float: left;
	    height: 80px;
	    padding-top: 15px;
	    white-space: normal;
	    text-align: center;
	    width: 130px;
	}
	.sf-menu > li:last-child {
	    margin-right: 0;
	    padding-right: 0;
	}
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
	    display: block;
	}
	.sf-menu a {
	    border-right: 1px solid #b3b3b3;
	    color: #6f6f6e;
	    display: block;
	    height: 50px;
	    padding: 10px 5px 0 5px;
	    position: relative;
	    text-decoration: none;
	}
	.sf-menu li:last-child a {
	    border-right: 0 none;
	}
	.sf-menu ul a {
		background-color: #6f6f6e;
		border-right: 0 none;
		color: #fff;
	    height: auto;
	    padding: 10px 20px;
	    font-weight: 400;
	}
	.sf-menu ul a:hover {
	    background-color: #fff;
	    color: #6f6f6e;
	}
	.sf-menu li:hover,
	.sf-menu li.sfHover {
	    background: #6f6f6e;
	    color: #fff;
	    /* only transition out, not in */
	    -webkit-transition: none;
	    transition: none;
	}
	.sf-menu > li:hover > a,
	.sf-menu > li.sfHover > a {
	    color: #fff;
	}
	.sf-menu li.current_page_item,
	.sf-menu li.current-menu-ancestor,
	.sf-menu > li.current_page_item > a,
	.sf-menu > li.current-menu-ancestor > a {
	    color: #e30613;
	}

	/* Header */
	header {
		border-bottom: 1px solid #cecece;
	}
	.home header {
		border-bottom: 0 none;
	}
		header .branding {
			height: 140px;
		}
			header .branding .baseline {
				font-size: 18px;
				font-size: 1.8rem;
				max-width: none;
				margin-top: 45px;
			}
			header .branding .baseline .bl2 {
				font-size: 16px;
				font-size: 1.6rem;
			}

	/* Main */
	main {
		position: relative;
	}

	/* Footer */
	.signature-footer {
		font-size: 30px;
		font-size: 3rem;
	}
	footer {
		padding-top: 50px;
	}
	footer .coords a:hover {
		color: #fff;
		text-decoration: none;
	}
	footer .social {
		margin-bottom: 20px;
		padding-bottom: 50px;
	}

	footer .pictos-footer {
		margin-bottom: 35px;
		width: 70%;
	}
		footer .pictos-footer .picto {
			margin-bottom: 0;
		}
	footer .mentions {
		border-top: 0 none;
		margin-top: 40px;
		padding-top: 0;
	}
		footer .mentions span {
			display: inline;
		}


	/***** Modules / min-width:992px *****/
	/* Pictos Offre */
	.pictos-offre {
		padding: 50px;
	}
		.pictos-offre h2 {
			font-size: 36px;
			font-size: 3.6rem;
			margin-bottom: 50px;
		}
		.pictos-offre .picto {
			font-size: 14px;
			font-size: 1.4rem;
			width: 10%;
		}

	/* Sidebar */
	.sidebar {
		border-top: 0 none;
		margin-top: 0;
		padding-top: 40px;
	}
	.sidebar .cta {
		height: auto;
		left: auto;
		margin-left: 0;
		position: static;
		top: auto;
		width: 100%;
	}
		.sidebar .cta a {
			font-size: 14px;
			height: 110px;
		}
			.sidebar .cta a:hover {
			    background-color: rgba(111, 111, 111, .1);
			}
		.sidebar .cta svg {
			height: 50px;
			margin: 0 5px 0 0;
			width: 50px;
		}


	/***** Content page / min-width:992px *****/
	main.page {
		border-left: 1px solid #cecece;
		margin-bottom: 60px;
	}
	main.page h1 {
		font-size: 36px;
		margin: 40px 0 30px 0;
		padding-bottom: 30px;
	}
	main.page p {
		margin: 0 0 25px 0;
	}
	main.page blockquote {
		font-size: 30px;
		font-style: italic;
		font-weight: 300;
		margin: 30px 0;
		padding: 0;
	}

	/***** Frontpage / min-width:992px *****/

	/* Slider Arrows */
	.slider .custom-direction-nav a.flex-prev {
		margin-left: -485px;
	}
	.slider .custom-direction-nav a.flex-next {
		margin-right: -485px;
	}
	.slider.home .flexslider .slides > li .container {
		position: relative;
	}
	.slider.home .slidecontent {
		position: absolute;
		height: 175px;
		width: 280px;
		right: 110px;
		top: 90px;
		margin: 0;
	}
	.cta {
		background-color: rgba(111, 111, 111, .8);
		height: 350px;
		margin-left: -360px;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 0;
		width: 175px;
	}
		.sep-cta {
			background-color: #fff;
			height: 1px;
			margin: 0 auto;
			width: 80%;
		}
		.cta a {
			background-color: rgba(111, 111, 111, 0);
			height: 175px;
			width: 175px;
		}
		.cta a:hover {
			background-color: rgba(111, 111, 111, 1);
		}
		.cta a.devis,
		.cta a.nous-connaitre {
			float: none;
			margin-left: 0;
			margin-right: 0;
		}

	/***** 404 / min-width:992px *****/
	.error404 main {
		height: 700px;
	}

	/***** Contact page  / min-width:992px *****/
	.page-template-page-contact main {
		border: 0 none;
	}
	.page-template-page-contact main form {
		width: 60%;
	}

	/***** Sitemap  / min-width:992px *****/
	.page-template-page-sitemap main .breadcrumbs {
		margin-bottom: 90px;
	}


}
@media only screen and (min-width:1024px) {

	footer .pictos-footer {
		max-width: 600px;
	}

}
@media only screen and (min-width:1200px) {

	/* Header / min-width:1200px */
	header .branding .baseline {
		font-size: 20px;
		font-size: 2rem;
	}
	header .branding .baseline .bl2 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* Footer / min-width:1200px */
	footer .social a {
		max-width: 130px;
	}
	footer .sitemap-footer {
		margin-left: auto;
		margin-right: auto;
		width: 1170px;
	}

	/* Main Nav / min-width:1200px */
	.mainnav {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.sf-menu > li {
		width: 160px;
	}

	/***** Modules / min-width:1200px *****/
	/* Pictos Offre */
	.pictos-offre .picto {
		max-width: 110px;
	}

	/* sidebar */
	.sidebar .cta a {
			font-size: 17px;
			height: 125px;
		}
		.sidebar .cta svg {
			height: 60px;
			margin: 0 10px 0 0;
			width: 60px;
		}

	/***** Frontpage / min-width:1200px *****/
	.cta {
		margin-left: -460px;
	}
	/* Slider Arrows */
	.slider .custom-direction-nav a.flex-prev {
		margin-left: -585px;
	}
	.slider .custom-direction-nav a.flex-next {
		margin-right: -585px;
	}

	/***** Contact page  / min-width:1200px *****/
	.page-template-page-contact main form {
		width: 50%;
	}

}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	font-size:1.1rem;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Page template : Sector */
.block-sector {
	padding: 100px 0;
}

.block-sector__title {
	font-size: 21px;
	color: #e30613;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.sector-line {
	padding: 30px;
	background: #eeeded;

	color: #515151;
	margin-bottom: 10px;
}

.sector-line__title {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.sector-line__address {
	font-size: 14px;
	margin-bottom: 10px;
}

.sector-line__infos {
	font-size: 12px;
	margin-bottom: 20px;
}

.sector-btn {
	display: block;
	width: 100%;
	padding: 10px;
	background: #515151;

	color: white;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;

	transition: background 0.3s ease;
}

.sector-btn:hover, .sector-btn:focus {
	background: #e30613;
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.block-sector {
		padding-top: 200px;
	}

	.flexslider--top {
		margin-bottom: 20px;
	}
}

#footer-instagram {
	transition: all 0.2s ease;
	display: inline-block;
	border: 2px solid white;
	border-radius: 50%;
	position: relative;
	width: 15%;
}

@media (min-width: 992px) {
	#footer-instagram {
		max-width: 110px;
	}
}

#footer-instagram:hover {
	background: white;
}

#footer-instagram .fa-instagram {
	transition: all 0.2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: white;
}

#footer-instagram:hover .fa-instagram {
	color: #444;
}

.top-sector {
	background-color: #FFF !important;
}

.header-sector {
	border-bottom: 0 !important;
}

#acf-viadeo_franchise {
	display: none;
}

.info-banner {
	background: #FFCCCA;
	color: #e40613;
	padding: 20px 10px;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-banner .btn {
	border-radius: 0;
	background: #e40613;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
	color: white;
}

@media screen and (max-width: 767px) {
	body.has-banner .info-banner {
		margin-top: 60px;
	}

	body.has-banner main {
		padding-top: 260px;
	}
}