/*
Theme Name: Noguera et fils 2025
Description: Theme enfant de BlankSlate pour Noguera et fils.
Author: kactusse
Author URI: https://www.kactusse.com
Template: blankslate
Version: 1.0
*/

/* post-edit-link */ .post-edit-link {display:none;}
body {
	background-color: #ffffff;
	color: #001528;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem !important;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
img {max-width:100%;height:auto;}
a {color:#000000;text-decoration:none;}
p {
	margin-bottom: 1.5em;
}
#header, #breadcrumbs, #content, .container {
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}
.head {
	width: 100%;
	background-color:#002E60;
	padding: 10px 0;
	position: fixed;
	z-index: 100;
}
#header {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: end;
}
#header h1 {margin:0;}
#branding {
	margin-right: auto;
	margin-top: 0.51em;
}
.top-head {
	text-align: right;
	margin-bottom: 0.5em;
}
.top-head .site-description {
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 0.8em;
	padding: 0 1.5em;
	line-height: 36px;
	color: #fff;
	text-align: right;
	font-style: italic;
}
.top-head #menu-top {float: right;}
.top-head .fnaim {
	float: right;
	margin: 0 0 0 15px;
}
.top-head .fnaim img {
	height:50px;
}
.top-head ul#menu-top {
	padding: 0;
	margin: 0;
	list-style: none;
	width: auto;
	display: inline-block;
	position: relative;
}
.top-head ul#menu-top li {
	padding: 0;
	margin: 0;
	float:left;
}
.top-head ul#menu-top li a {
	line-height: 35px;
	display: block;
    color: #ffffff;
	text-decoration: none;
}
.top-head ul#menu-top .tel a {
	padding: 0 45px 0 0;
	background: url("images/icon-phone.png") no-repeat 100% 50%;
	font-weight: 600;
	margin: 0;
}
.top-head ul#menu-top .facebook a {
	padding: 0;
	background: url("images/Facebook.png") no-repeat 0 50%;
	width: 30px;
	margin: 0 0 0 1em;
	height: 35px;
	overflow: hidden;
	text-indent: 999px;
}
.top-head ul#menu-top .linkedin a {
	padding: 0;
	background: url("images/Linkedin.png") no-repeat 0 50%;
	width: 30px;
	margin: 0 0 0 1em;
	height: 35px;
	overflow: hidden;
	text-indent: 999px;
}
.top-head ul#menu-top .instagram a {
	padding: 0;
	background: url("images/Instagram.png") no-repeat 0 50%;
	width: 30px;
	margin: 0 0 0 1em;
	height: 35px;
	overflow: hidden;
	text-indent: 999px;
}
/** menu */
#sidebarMenu ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
}
#sidebarMenu ul li {
	text-align: right;
	position: relative;
}
#sidebarMenu ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 1em 2em 0 2em;
	display: block;
	font-weight: 500;
}
#sidebarMenu ul li:last-child a {
	padding-right:0;
}
#sidebarMenu li.current-menu-parent a,
#sidebarMenu li.current-menu-parent ul li.current-menu-item a,
#sidebarMenu ul li a:hover {
	color:#99abbf;
}
#sidebarMenu li.current-menu-parent ul li a{
	color: #ffffff;
}
#sidebarMenu ul ul {
	text-transform: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	background: transparent;
	padding: 15px 0 0 0;
	list-style: none;width:250px;
}
#sidebarMenu ul li:hover > ul,
#sidebarMenu ul li.focus > ul {
	left: 0;
}
#sidebarMenu ul ul li {
	flex:none;
	text-align: left;
}
#sidebarMenu ul ul li a{
	background: #001e3e;
	color: #ffffff;
  	padding: 0.5em 2em;
}
#sidebarMenu ul ul li a:hover,
#sidebarMenu ul ul li a:focus {
	background-color:#002e60;
	color: #ffffff;
}
#sidebarMenu li.current-menu-parent ul li.current-menu-item a:hover{
	background: #001e3e;
	color:#99abbf;
}
/* -------- HAMBURGER menu -------------- */
input[class="openSidebarMenu"] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
input[class="openSidebarMenu"]:checked ~ #sidebarMenu {display:block;}
.header-menu .c-hamburger {
	display: none;
	background-color: #ffffff;
	position: relative;
	z-index: 60;
	color: #002E60;
	margin: 0 0 0 auto;
	padding: 0;
	width: 48px;
	height: 48px;
	line-height: 10px;
	text-indent: -150px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	cursor: pointer;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 22px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: #002E60;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002E60;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
/* active state, i.e. menu open */
input[class="openSidebarMenu"]:checked ~ .c-hamburger--htx > span {
  background: none;
}
input[class="openSidebarMenu"]:checked ~ .c-hamburger--htx > span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[class="openSidebarMenu"]:checked ~ .c-hamburger--htx > span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
input[class="openSidebarMenu"]:checked ~ .c-hamburger--htx > span::before,
input[class="openSidebarMenu"]:checked ~ .c-hamburger--htx > span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
/** end menu */
#cookie-notice {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.78); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.78);
}
#cn-notice-text {
	display: block;
	background: url("images/cookie-notification.png") 50% 0 no-repeat;
	padding: 60px 0 20px 0;
}
#cn-notice-buttons #cn-accept-cookie {
	border:1px solid #32323a;
	color:#ffffff;
	background-color:#32323a;
	padding:10px;
	text-decoration:none;
}
#cn-notice-buttons #cn-refuse-cookie, #cn-notice-buttons #cn-more-info {
	border:1px solid #32323a;
	padding:10px;
	text-decoration:none;
}
#cn-notice-buttons #cn-accept-cookie:hover,#cn-notice-buttons #cn-refuse-cookie:hover, #cn-notice-buttons #cn-more-info:hover {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.78); 
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.78);
}
#breadcrumbs {
	font-size: 0.9em;
	padding: 120px 15px 15px 15px;
	position: relative;
	z-index: 10;
}
#breadcrumbs a{
	text-decoration: none;
	font-weight:600;
}
.page-template-page-contact #breadcrumbs,
.page-template-page-bandeau-img #breadcrumbs,
.page-template-page-service #breadcrumbs{
	color:#99abbf;
	background-color:rgba(0,46,96,0.84);
	width:100%;
	padding:120px 0 15px 0;
}
.page-template-page-contact #breadcrumbs span,
.page-template-page-bandeau-img #breadcrumbs span,
.page-template-page-service #breadcrumbs span {
	width: 1500px;
	max-width: 100%;
	padding: 0 15px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.page-template-page-contact #breadcrumbs span span,
.page-template-page-bandeau-img #breadcrumbs span span,
.page-template-page-service #breadcrumbs span span {
	width: auto;
	max-width: none;
	padding: 0;
	display: inline;
	margin: 0;
}
.page-template-page-contact #breadcrumbs a,
.page-template-page-bandeau-img #breadcrumbs a,
.page-template-page-service #breadcrumbs a{
	color:#ffffff;
}
.page-template-page-contact #content,
.page-template-page-bandeau-img #content,
.page-template-page-accueil #content,
.page-template-page-service #content {
	width:100%;
	margin: 0;
	padding:0;
}
.page-template-page-contact .intro,
.page-template-page-bandeau-img .intro,
.page-template-page-service .intro {
	text-align: center;
	position: relative;
	z-index: 50;
	width: 100%;
	height: auto;
	color: #ffffff;
	background-color: rgba(0,46,96,0.84);
	margin: 0 0 -1em 0;
	padding: 5em 0 11em 0;
	box-sizing: border-box;
}
.page-template-page-contact h1,
.page-template-page-bandeau-img h1,
.page-template-page-service h1 {
	text-align: center;
	position: relative;
	z-index: 50;
	width: 1500px;
	max-width: 100%;
	height: auto;
	color: #ffffff;
	font-weight: 500;
	font-size: 4em;
	margin: 0 auto;
	padding: 0 10% 0.5em 10%;
	line-height: 1.3em;
	box-sizing: border-box;
}
.page-template-page-contact .intro p,
.page-template-page-bandeau-img .intro p,
.page-template-page-service .intro p {
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0em 15% 1em 15%;
	box-sizing: border-box;
}
.page-template-page-contact .post-thumbnail, .page-template-page-bandeau-img .post-thumbnail, .page-template-page-service .post-thumbnail {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: -40vh;
	z-index: 1;
	left: 0;
	overflow: hidden;
}
.page-template-page-contact .post-thumbnail img, .page-template-page-bandeau-img .post-thumbnail img, .page-template-page-service .post-thumbnail img {
	width: 150%;
	height: auto;
	max-width: none;
}
.page-id-13 .post-thumbnail img {
	width: 100%;
	height: auto;
	max-width: none;
}
.page-template-page-contact .entry,
.page-template-page-bandeau-img .entry,
.page-template-page-service .entry {
	position: relative;
	z-index: 50;
	background-color: #ffffff;
	padding: 2em 0;
}
.page-template-page-contact .entry::after,
.page-template-page-bandeau-img .entry::after,
.page-template-page-service .entry::after {
	display:block;
	content:'';
	clear:both;
}
.div-sl {
	width: 1024px;
	max-width: 100%;
	margin: 2em auto 3em auto;
}
.div-sl a {
	border: 1px solid #002e60;
	color: #002e60;
	text-transform: uppercase;
	padding: 1em 15px;
	display: block;
	margin: 0 0 1em 0;
}
.div-sl a:hover {
	color: #ffffff;
	background-color:#002e60;
}
.page-template-page-contact .details .wp-block-column {
	text-align: center;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 70px;
}
.page-template-page-contact .details .adresse {
	background-image: url("images/adresse.png");
}
.page-template-page-contact .details .tel {
	background-image:url("images/telephone.png");
}
.page-template-page-contact .details .email {
	background-image:url("images/email.png");
}
.page-template-page-contact .details .horaires {
	background-image:url("images/horaires.png");
}
.page-template-page-contact .gform_wrapper {
	border-top: 1px solid #ccc;
	padding: 2em 10% 0 10%;
	margin: 1em auto 10em auto;
}
.page-template-page-contact .gform_wrapper .gform_title{
	display:none;
}
.page-template-page-contact .gform_wrapper input {
	padding: 5px;
	line-height: 30px;
	border: 1px solid #ccc;
	width: 45%;
	margin: 10px 10px 10px 0;
	font-size: 1em !important;
}
.page-template-page-contact .gfield {
	border: none;
	margin: 0 0 2%;
	padding: 0;
	clear: both;
}
.page-template-page-contact #field_5_2, .page-template-page-contact #field_5_3 {
	width: 45%;
	float: left;
	margin-right: 3%;
}
.page-template-page-contact #field_5_2 input,
.page-template-page-contact #field_5_3 input {
    width:100%;
}
.page-template-page-contact #field_5_4 {
    clear:both;
}
.page-template-page-contact #input_5_4_5 {
    width:auto;
}
.page-template-page-contact label {
	margin: 20px 0 0 0;
}
.page-template-page-contact select {
	width: 45%;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-top: 15px;
	padding: 10px;
	font-size: 1em !important;
}
.page-template-page-contact select option {
    background-color:#fff;
}
.page-template-page-contact textarea {
	width: 93%;
	border: 1px solid #ccc;
	margin: 15px 0;
}
.page-template-page-contact legend {
	font-size: 1em;
	font-weight: 700;
	border: none;
	margin: 15px 0;
}
.page-template-page-contact .gfield_required {
	color: #0263b0;
	margin-left: 5px;
}
.page-template-page-contact #gform_submit_button_5 {
	width: auto;
	float: right;
	margin-right: 7%;
	padding: 10px 50px;
	color: #fff;
	background: #0063ae;
	border: none;
	cursor: pointer;
}
.page-template-page-contact #gform_submit_button_5:hover {
    background:#002e60;
}
.page-template-page-bandeau-img  .entry-content ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
}
.page-template-page-bandeau-img  .entry-content ul li {
	margin: 1em;
	font-size: 1.1em;
	border: 1px solid #eee;
	padding: 2em;
	color: #0063ae;
}
.page-template-page-bandeau-img .entry-content p.president {
	text-align: center;
	margin: 3em 0 1em 0;
}
.page-template-page-bandeau-img .entry-content p.president span {
	display: inline-block;
	border: 1px solid #eee;
	padding: 30px 50px;
	color: #0063ae;
}
.page-template-page-bandeau-img .entry-content ul.personnel li {
	flex: 1 0 21%;
	padding: 30px 15px;
	margin: 0px 0.5% 1em 0.5%;
	text-align: center;
}
.page-template-page-bandeau-img  .entry-content ul li img {
    display:block;
    width: 150px;
}
.page-template-page-service .engagement {
	margin: 2em 0;
	padding: 0 0 0 100px;
	list-style: none;
	background: url("images/peinture-interieure-toulouse.png") no-repeat 0 50%;
}
.page-template-page-service .engagement li {
	background: url("images/check.png") no-repeat 0 50%;
	padding: 10px 10px 10px 50px;
	margin: 5px 10px;
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
}
.page-template-page-service .entry-content {
 	width:66%;
	float:left;
}
.page-template-page-service .items-service {
	width: 30%;
	float: right;
	box-sizing: border-box;
	padding: 2em 0 2em 2em;
	border-left: 1px solid #eeeeee;
}
.page-template-page-service .items-service .item {
	display: flex;
	width: 100%;
	margin-bottom: 2em;
}
.page-template-page-service .items-service .item:last-child {
	margin-bottom:0;
}
.page-template-page-service .items-service .item a {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.page-template-page-service .items-service .item .image {
	width: 60px;
	flex-shrink:0;
}
.page-template-page-service .items-service .item .image img {
	margin: 0;
	width: 100%;
	height:auto;
	padding: 0;
	border-radius: 12px;
}
.page-template-page-service .items-service .item a h2 {
	margin: 0 0 5px 2em;
	font-size: 1em;
	display: inline-block;
	word-wrap: break-word;
	font-weight: 500;
}
.page-template-page-service .items-service .item a:hover h2{
	color:#0063ae;
}
.page-template-page-service .type-parquet .wp-block-group__inner-container {
	display: flex;
}
.page-template-page-service .type-parquet .wp-block-group__inner-container .wp-block-image {
	margin-block-start: 0;
	text-align: center;
}
.page-template-page-service ul.check {
	padding: 15px 0 15px 10px;
	clear: both;
	list-style: none;
}
.page-template-page-service ul.check li {
	padding: 15px 0 15px 50px;
	background: url("images/check.png") no-repeat 0 50%;
}
/** page-template-accueil **/
.home .video-home {
	position: relative;
	top: 0;
	width: 100%;
	overflow: hidden;
	height: 100vh;
}
.home .video-home::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,46,96,0.80);
}
.home .video-home video {
	height: auto;
	width: 100%;
}
.home .header {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0 20%;
	box-sizing: border-box;
	top: 50%;
	z-index: 50;
	left: 0;
	transform: translateY(-50%);
}
.home h1 {
	text-align: center;
	text-transform: none;
	color: #ffffff;
	font-weight: 500;
	font-size: 4em;
	padding: 0;
	line-height: 1.3em;
}
.home #content .zone {
	margin: 3rem 0;
	border: 1px solid #eeeeee;
}
.home .home-estimation {
	border: 1px solid #eeeeee;
	padding: 15px;
	text-align: center;
	margin: 0 0 3rem 0;
}
.home .home-estimation a, .home .home-estimation a:hover, .home .home-estimation a:focus {
	background: #fff url("images/icone-estimation.png") no-repeat 15px 50%;
	color: #002e60;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	padding: 0 0 0 90px;
}
/** **/
.list-services {
	position: relative;
	z-index: 30;
	width: 100%;
	background: #f9f9f9;
	padding: 1em 0;
}
.list-services h2 {
	text-align: center;
	font-weight: 400;
	font-size: 2em;
	margin: 1.5em 0 1.5em 0;
}
.list-services .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.list-services .items div.in {
	flex: 1 0 21%;
	padding: 0;
	margin: 0 0 1em 0;
	text-align: center;
}
.list-services .image {
	display:inline-block;
	width:auto;
	position:relative;
	overflow: hidden;
	border-radius:20px;
}
.list-services .items a .image::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,46,96,0);
}
.list-services  .items a:hover .image::after{
	background-color:rgba(0,46,96,0.70);
}
.list-services .image img{float: left;}
.list-services .items a {
	text-decoration:none;
}
.list-services .items a h3 {
	font-size:1.2em;
	font-weight: 400;
	text-decoration:none;
}
.list-services  .items a:hover h3 {
	color:#0063ae;
}
/** blocks **/
.bg-block-info {
	position: relative;
	width: 100%;
	z-index: 20;
	background-color: #ffffff;
}
.block-info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4em;
}
.block-info div.qualibat {
	background: #ffffff url("images/logo-qualibat.png") no-repeat 2em 50%;
	background-size: 8em;
	flex: 1 1 0;
	margin-right: 1em;
	padding: 2em 2em 2em 12em;
	border: 1px solid #eeeeee;
}
.block-info div.qualibat h2 {
    color:#002e60;
    margin-top:0;
}
.block-info div.qualibat a {
	color: #002e60;
	display: inline-block;
	padding: 1em;
    background-color: #eee;
	border: 1px solid #eee;
	margin-top: 1em;
    transition: all 0.8s;
}
.block-info div.qualibat a:hover {
	background-color: #002e60;
	color: #fff;
}
.block-info div.contact {
	background: #002e60 url("images/contact.jpg") no-repeat 0 100%;
	flex: 1 1 0;
	padding: 2em 2em 2em 12em;
	color: #fff;
	margin-left: 1em;
}
.block-info div.contact h2 {
    color:#fff;
    margin: 0 0 1em 0;
}
.block-info div.contact a {
	color: #fff;
	display: inline-block;
	padding: 1em;
	border: 1px solid #ffffff;
	margin-top: 2em;
    transition: all 0.8s;
}
.block-info div.contact a:hover {
	background-color: #1a4470;
	border-color:#1a4470;
}
/* formulaires */
.gform_submission_error, .validation_error, .validation_message {
	font-size:0.9em;
	padding:15px;
	color: #0061AE;
}
/*** end estimation ***/
/* page actus **/
.blog .post-actu {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4rem;
}
.blog .mise_en_avant {
	width: 49%;
	padding: 0;
	box-sizing: border-box;
	margin: 0.5%;
	background-color: #f9f9f9;
}
.blog .mise_en_avant a{
	background-color: #f9f9f9;
	display: block;
	padding: 1em 2em 2em 2em;
}
.blog .mise_en_avant a:hover {
	color:#002e60;
	background-color: #fff;
}
.blog .mise_en_avant div {
	text-align: center;
}
.blog .mise_en_avant img{
	border-radius: 25px;
}
.blog .mise_en_avant h2 {
	font-weight: 400;
	text-align: center;
	font-size: 1.3em;
	padding: 0 3em;
	box-sizing: border-box;
}
.pagination {
	margin: 2em auto 4em auto;
	padding: 0 15px;
	text-align: center;
}
.pagination .nav-links span {
	display: inline-block;
	padding: 7px 15px;
	margin: 0 5px;
	border: 1px solid #002e60;
	color:#ffffff;
	background:#002e60;
}
.pagination .nav-links a {
	display: inline-block;
	padding: 7px 15px;
	margin: 0 5px;
	border: 1px solid #eeeeee;
	background:#eeeeee;
	color:#001528;
	text-decoration:none;
}
.pagination .nav-links a:hover,
.pagination .nav-links a:focus {
	border: 1px solid #002e60;
	color:#ffffff;
	background:#002e60;
}
.nav-links .nav-previous {display:inline-block;float:left;}
.nav-links .nav-next {display:inline-block;float:right;}
.single #content {
	padding:0 10%;
}
.single .header h1 {
	text-align: center;
	font-weight: 500;
	font-size: 4em;
	margin: 0 auto;
	padding: 1em 0 0.5em 0;
	line-height: 1.3em;
	box-sizing: border-box;
}
.single .post-thumbnail {
	text-align: center;
}
.single .post-thumbnail img {
	border-radius: 25px;
	width: 100%;
	margin-bottom: 2em;
}
/** footer */
#footer {
	background: #002e60;
	color: #99abbf;
	font-size: 0.9em;
	padding-top: 3em;
}
#footer a {color:#99abbf;text-decoration:none;display:block;}
#footer-bottom a {color:#99abbf;display:inline-block;position:relative;line-height:1em;padding:0 15px;text-decoration:none;}
#footer-bottom a::after {content:'|';position:absolute;right:-1px;height: 100%;}
#footer-bottom span {display:inline-block;line-height:1em;padding:0 15px;}
#footer a:hover, #footer-bottom a:hover {color:#fff;}
#footer #footer-menu {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2em 0;
	border-top: 1px solid #1a4470;
	list-style: none;
}
#footer-menu li {
	flex: 1 1 33.3333%;
	margin: 0;
	padding: 1em;
	border-bottom: 1px solid #1a4470;
	box-sizing: border-box;
}
#footer .nog {
	border-bottom: 1px solid #1a4470;
	padding-bottom: 1.5em;
}
#footer .foot-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#footer .foot-items p{margin:0;}
#footer .foot-items .adresse {
	display: inline-block;
	background: url("images/icon-map-foot.png") no-repeat 15px 50%;
	padding: 0 0 0 50px;
	line-height: 2em;
}
#footer .foot-items .tel {
	display: inline-block;
	background: url("images/icon-phone-footer.png") no-repeat 15px 50%;
	padding: 5px 0 5px 50px;
}
#footer .group {
    padding: 2em 15px;
}
#footer .group-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#footer .group-items .image {
    padding-left:3em;
}
#footer-bottom {
    background:#00162f;
    color:#99abbf;
    padding:1em 0;
    font-size:0.9em;
    text-align: center;
}
#footer-bottom p{
	margin:0;
}
@media(max-width:1280px){
	#sidebarMenu ul li a {
	padding: 1em 1em 0 1em;
	}
}
@media (max-width:1199px) {
	.head {
		position: absolute;
		top:0;
	}
	.header-menu .c-hamburger {
		display: block;
	}
	.header-menu nav {
		display: none;
		position:relative;
	}
	.header-menu nav.active {display: block;position: absolute;top: 100%;height: 100%;right: 0;}
	#sidebarMenu ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	border-bottom: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.2);
	text-transform: none;
}
	#sidebarMenu ul li {
	flex: none;
	text-align: left;
	position: relative;
	border-bottom:1px solid #cccccc;
}
	#sidebarMenu ul li:last-child {
		border:none;
	}
	#sidebarMenu ul ul {
	display: block;
	position: relative;
	box-shadow: none;
	top: 0;
	left: 0;
	padding:0;
}
	#sidebarMenu ul ul li {
	border-bottom:none;
}	
	#sidebarMenu li.menu-item-has-children a {
	display: none;
}
	#sidebarMenu li.menu-item-has-children .sub-menu a {
	display: block;
	border-bottom: 1px solid #ccc;
}
	#sidebarMenu ul li a {
	text-decoration: none;
	color: #001528;
	padding: 0.5em 1em;
	display: block;
}
	#sidebarMenu ul ul li a {
	background: #ffffff;
	color: #001528;
	padding: 0.5em 1em;
}
	#sidebarMenu li.current-menu-parent a, #sidebarMenu li.current-menu-parent ul li.current-menu-item a {
	background-color: #bbcfe6;
	color:#001528
}
	#sidebarMenu li.current-menu-parent ul li a {
	color: #001528;
	background-color:transparent;
}
	#sidebarMenu ul li a:hover,#sidebarMenu ul li a:focus,#sidebarMenu ul ul li a:hover, #sidebarMenu ul ul li a:focus, #sidebarMenu li.current-menu-parent ul li a:hover,#sidebarMenu li.current-menu-parent ul li a:focus {
	background-color: #bbcfe6;
	color: #002e60;
}
	.home .video-home video {
	height: 100vh;
	width: auto;
}
	.page-template-page-contact .post-thumbnail, .page-template-page-bandeau-img .post-thumbnail, .page-template-page-service .post-thumbnail {
	top: -20vh;
}
}
@media (max-width:1024px){
	.page-template-page-contact .post-thumbnail img, .page-template-page-bandeau-img .post-thumbnail img, .page-template-page-service .post-thumbnail img {
		width: auto;
		height: 100vh;
		max-width: none;
	}
	.page-id-21 .post-thumbnail img,.page-id-2436 .post-thumbnail img{height: 150vh;}
	.page-template-page-contact h1, .page-template-page-bandeau-img h1, .page-template-page-service h1 {font-size: 2.5em;}
	.top-head {display:none;}
	.home .header {padding: 0 15px;}
	.list-services .items div.in {flex: 1 0 50%;}
	.page-template-page-service .entry-content, .page-template-page-service .items-service {width: 100%;}
	.block-info div.qualibat {flex: 1 1 100%;margin: 0 0 1em 0;}
	.block-info div.contact {margin-left: 0;}
}
@media (max-width:768px) {
	.home h1 {font-size: 3em;}
	.list-services .items div.in {flex: 1 0 100%;}
	#footer-menu li {flex: 1 1 100%;}
	.page-template-page-contact .intro, .page-template-page-bandeau-img .intro, .page-template-page-service .intro {padding: 2em 0 2em 0;}
	.page-template-page-contact h1, .page-template-page-bandeau-img h1, .page-template-page-service h1 {padding: 0 15px 0.5em 15px;}
	.page-template-page-contact .gform_wrapper {padding: 2em 30px 0 30px;margin: 1em auto 5em auto;}
}