@font-face {
  font-family: 'AgencyFB-Bold';
  src: url('polices/AgencyFB-Bold.eot?#iefix') format('embedded-opentype'),  url('polices/AgencyFB-Bold.woff') format('woff'), url('polices/AgencyFB-Bold.ttf')  format('truetype'), url('polices/AgencyFB-Bold.svg#AgencyFB-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AgencyFB-Reg';
  src: url('polices/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),  url('polices/AgencyFB-Reg.woff') format('woff'), url('polices/AgencyFB-Reg.ttf')  format('truetype'), url('polices/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DIN-BoldAlternate';
  src: url('polices/DIN-BoldAlternate.eot?#iefix') format('embedded-opentype'),  url('polices/DIN-BoldAlternate.otf')  format('opentype'),
	     url('polices/DIN-BoldAlternate.woff') format('woff'), url('polices/DIN-BoldAlternate.ttf')  format('truetype'), url('DIN-BoldAlternate.svg#DIN-BoldAlternate') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Kanit-Light';
  src: url('polices/Kanit-Light.eot?#iefix') format('embedded-opentype'),  url('polices/Kanit-Light.woff') format('woff'), url('polices/Kanit-Light.ttf')  format('truetype'), url('polices/Kanit-Light.svg#Kanit-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */
* {
	box-sizing:border-box;	
}

html, body {
	margin:0; padding:0; width:100%; height:100%;
	font-family:"Verdana: ;"; font-size:20px;
	font-family: 'AgencyFB-Bold';
}

body {
	color:#000;
	background-color:#ccc;
	text-align:center;
}

#main {
	position:relative; top:0; left:0; width:100%; min-height:100%; margin:0 auto;
	text-align:justify;  background-color: grey;
	color: white;
}



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

#entete {
	position:relative; top:0; left:0;
	padding: 25px 0;
	/*height:150px;*/
}

#entete #logo {
	position:relative; top:0; left:0;
	width:100px; height:100px;
}

#entete #panier_compte {
	float:right;	
}

#entete .qualibat {
	text-align: center;
}

#entete .qualibat img {
	height: 125px;
}

#entete .qualibat div {
	margin-top: 10px;
}

#entete .logo .logo_mbk{
	margin-right:25px;
}

#entete .logo .raison_sociale {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
}

#entete .logo img {
	height: 125px;
}

#entete .informations {
	text-transform: uppercase;
	font-size: 17px;
	color: #fbbc1f;
	font-family: 'AgencyFB-Reg';
}

#entete svg {
	margin-right: 5px;
	color: white;
}

#entete .informations .raison_sociale {
	font-family: 'AgencyFB-Reg';
}
#entete .informations .raison_sociale .mbk{
	font-size: 23px;
}

#entete .informations .rue .exposant {
	font-size: 5px;
	position: relative;
	bottom: 3px
}

#entete .informations .telephone .fa-phone-square {
	transform: rotate(90deg);
}


@media(max-width: 1400px) {
	#entete .logo .logo_mbk, #entete .logo .construction_renovation {
		height: 100px;
	}
}

@media(max-width: 1143px) {
	#entete .logo .logo_mbk, #entete .logo .construction_renovation {
		height: 80px;
	}
}

@media(max-width: 948px) {
	#entete .logo .logo_mbk, #entete .logo .construction_renovation {
		height: 70px;
	}
	
	#entete .qualibat .logo_qualibat {
		height: 90px;
	}
	
	#entete .informations {
		font-size: 14px;
	}
}

@media(max-width: 835px) {
	#entete .logo .logo_mbk, #entete .logo .construction_renovation {
		height: 60px;
	}
}

@media (max-width: 991.98px){
	#entete .informations {
		text-align: right;
	}	
}

@media (max-width: 767.98px){
	#entete .logo img {
		height: 75px;
	}
	
	#entete .qualibat, #entete .informations {
		display: none;
	}
}

@media(max-width: 475px) {
	#entete .logo .logo_mbk {
		height: 45px;
		margin-right: 15px;
	}
	
	#entete .logo .construction_renovation {
		height: 45px;
	}
}

/* --------------------------------------------------------------- */
/*
/* Menu
/*
/* --------------------------------------------------------------- */

#menu {
	position:relative; top:0px; left:0;
	width:100%;
	
	font-family: 'AgencyFB-Bold';
	
	z-index: 100;
	font-size: 21px;
	text-transform: uppercase;
}

#menu .menu {
	justify-content: space-evenly;
}

#menu ul {
	list-style-type:none; margin:0; padding:0;
	position: relative;
}

#menu ul li {
	display: inline-block;
	margin:0px; padding:0;
	position: relative;
	top: -130px;
	transition: top 0.2s ease;
}
#menu ul.visible li {
	top: 0;
}

#menu ul li a { 
	text-decoration:none;
	padding:0 10px;
	color: black;
   width: 190px;
   height: 190px;
   background: #fbbc1f; 
   border-radius: 50%;
   
   flex-wrap: wrap;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#menu ul li a:hover {
	background: #000;
	color:#FFF;
	box-shadow:0px 0px 10px #FFF;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#menu ul li a img {
	/*height: 35px;*/
}

#menu ul li a span {
	display: block;
	text-align: center;
	margin-top: -35px;
	width: 100%;
}

#menu ul li:hover {
	z-index: 5;
}

#menu ul li ul {
	display:none;
	box-shadow: none;
	width: 0px;
	transition: 2s opacity;
}

#menu ul li:hover ul {
	display: block;
	background: -moz-linear-gradient(top,  rgba(10,4,2,0) 1%, rgba(10,4,2,0.39) 26%, rgba(252,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(10,4,2,0) 1%,rgba(10,4,2,0.39) 26%,rgba(252,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(10,4,2,0) 1%,rgba(10,4,2,0.39) 26%,rgba(252,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300a0402', endColorstr='#fcc50f',GradientType=0 ); /* IE6-9 */
	border-radius: 180px;
	width: 170px;
	height: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -4px;
	padding: 220px 20px 60px 20px;
	border: none;
	text-align: center;
	animation-duration: 0.3s;
	animation-name: slidein;
}

@keyframes slidein {
	from {
		color: transparent;
		height: 0;
	}

	to {
		color: #323a3c;
		height: 450px;
	}
}

#menu ul li ul li {
	clear:left;
	margin:0;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

#menu ul li ul li a{
	display: inline-block;
	width: 100%;
	height: 15px;
	border-radius: 0;
	color: #1e1f20;
	transition: 0.2s color;
	font-size: 20px;
	background-color: transparent;
}

#menu ul li ul li:hover a{
	color: #fff;
	transition: 0.2s color;
	background-color: transparent;
	box-shadow: none;
}

#menu_deroulant {
  max-width: none;
  padding: 0;
  text-align: center;
  position: sticky; postion: relative;
  top: 0;
  z-index: 1000;
}

#menu_deroulant .navbar-toggler {
  border: none;
  width: 100%;
}

#menu_deroulant .togglers {
  align-items: center;
}

#menu_deroulant #menu_sticky {
  padding-bottom: 20px;
}

#menu_deroulant ul li a{
  text-decoration: none;
  color : white;
  font-size: 15px;
}

#menu_deroulant ul li ul {
	background: none;
	text-align: center;
	border:none;
}


#menu_deroulant ul li:hover ul {
	display: block;
}

#menu_deroulant ul li ul li a {
	font-size: 20px !important;
	padding:5px 0;
}

#menu_deroulant ul li:first-of-type a {
  font-size: 30px;
}



@media(max-width: 1350px) {
	#menu ul li a { 
	   width: 175px;
	   height: 175px;
	}
}

@media(max-width: 1220px) {
	#menu {
		margin-top: -80px;
		margin-bottom: 20px;
	}
	#menu ul li a { 
	   width: 160px;
	   height: 160px;
	}
	#menu ul li a img {
		height: 60px;
	}
	
}

@media(max-width: 1080px) {
	#menu {
		font-size: 18px;
	}
	#menu ul li a { 
	   width: 145px;
	   height: 145px;
	}
	#menu ul li a img {
		height: 55px;
	}
}

@media(max-width: 980px) {
	#menu {
		font-size: 18px;
		margin-top: -60px !important;
		margin-bottom: 10px;
	}
	#menu ul li a { 
	   width: 120px;
	   height: 120px;
	}
	#menu ul li a img {
		height: 50px;
	}
}

@media(max-width: 820px) {
	#menu {
		margin-top: -60px;
		margin-bottom: 0;
		font-size: 16px;
	}
	#menu ul li a { 
	   width: 100px;
	   height: 100px;
	}
	#menu ul li a img {
		height: 45px;
	}
	#menu ul li a span {
		margin-top: -15px;
	}
}

@media(max-width: 767px) {
	#menu_sticky ul li a span {
		font-size: 22px;
		margin: 5px 0;
	}
}
/* ------------- */
/* deuxieme menu */
/* ------------- */

#menu_etendu {
	position: fixed; top: -60px; left: 0;
	width: 100%; height: 60px;
	background-color: #fbbc1f;
	z-index: 200;
	transition: top 0.2s;
}
#menu_etendu.visible{
	top: 0;
}
#menu_etendu ul {
    text-align: center;
    height: 100%;
    margin: 0;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu_etendu ul #logo_mbk {
	position: absolute; top: 0; left: 50px;
	margin-top: 5px;
}

#menu_etendu ul #logo_mbk img {
	height: 50px; 
	width: auto;
}

#menu_etendu ul li {
	position: relative;
	font-size: 21px;
    font-family: 'AgencyFB-Bold';
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    margin: 0 3% 0 3%;
    
    transition: color 0.2s ease;
}
#menu_etendu ul li:hover{
	color: #FFF;
}

#menu_etendu ul li ul {
	display: none;
	position: absolute; top: 31px; left: 50%;
	width:200px;
	margin-left:-100px;
	border-radius: 0px;
	background-color: #fbbc1f;
	height:auto;
	border:none;
	padding-top:25px;
}

#menu_etendu ul li:hover ul {
	display: block;
}

#menu_etendu ul li ul li {
	display: block;
	padding:5px 0;
}

@media(max-width: 970px) {
	#menu_etendu ul #logo_mbk {
		position: absolute; top: 0; left: 40px;
		margin-top: 7px;
	}
	
	#menu_etendu ul #logo_mbk img {
		height: 45px; 
		width: auto;
	}
	#menu_etendu ul li {
		font-size: 18px;
	    font-family: 'AgencyFB-Reg';
	    display: inline-block;
	    color: black;
	    margin: 15px 2% 0 2%;
	}
}


/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */

#page {
	position:relative; top:0; left:0;
	min-height:350px;
}


/* --------------------------------------------------------------- */
/*
/* Pied
/*
/* --------------------------------------------------------------- */

#pied {
	position:relative; top:0; left:0;
	text-align:center;
	background-color: #323a3c;
}

#pied .bandeau {
	background-color: #1b2021;
}

#pied .bandeau .logo .raison_sociale {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

#pied .bandeau .logo img {
	width: 230px;
	margin:10px 0;
}

#pied .bandeau .informations {
	text-transform: uppercase;
	text-align: left;
	color: #fbbc1f;
}

#pied .bandeau .informations .raison_sociale {
	font-weight: bold;
}

#pied .bandeau .facade {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: 0% 0%;
}

#pied .bandeau .carte div {
	width: 100%;
	position: relative;
}

#pied .bandeau .carte span {
	display: block;
	position: absolute;
	top: -30px;
}

#pied .bandeau .carte span {
	text-transform: uppercase;
	display: block;
	text-align: left;
	font-weight: bold;
	
	margin: 10px 0;
}

#pied .bandeau .carte #map {
	height: 150px;
}

#pied .bandeau .sociaux {
	font-size: 15px;
	color: #fbbc1f;
}

#pied .bandeau .sociaux div {
	margin: 20px 0;
}

#pied .bas {
	padding:15px 0;
}

#pied .bas .align {
	justify-content: space-between;
	padding-bottom: 5px;
}

@media (max-width: 1450px) {
	#pied .bandeau .logo .logo_mbk, #pied .bandeau .logo .construction_renovation {
		width: 180px;
	}
}

@media (max-width: 1220px) {
	#pied .bandeau .logo .logo_mbk, #pied .bandeau .logo .construction_renovation {
		width: 120px;
	}
	
	#pied .bandeau .raison_sociale, #pied .bandeau .rue, #pied .bandeau .ville, #pied .bandeau .telephone {
		font-size: 15px;
	}
	#pied .bandeau .sociaux div {
		font-size: 14px;
		width: 80px;
	}
}

@media (max-width: 794px) {
	#pied .bandeau .logo .logo_mbk, #pied .bandeau .logo .construction_renovation {
		width: 100px;
		margin-right: 20px;
	}
	
	#pied .bandeau .informations {
		width: 115%;
		font-size: 16px;
	}
	
	#pied .bandeau .raison_sociale, #pied .bandeau .rue, #pied .bandeau .ville, #pied .bandeau .telephone {
		font-size: 13px;
	}
}

@media (max-width: 767.98px){
	
	#pied .bandeau>.container>.row>div {
		margin: 10px 0;
	}
	
	#pied .bandeau .logo {
		margin: 30px 0;
	}
	
	#pied .bandeau .informations {
		text-align: center;
	}
	
	#pied .bandeau .raison_sociale, #pied .bandeau .rue, #pied .bandeau .ville, #pied .bandeau .telephone {
		font-size: 16px;
	}
	
	#pied .bandeau .facade {
		height: 150px;
	}
	
	#pied .bandeau .carte div {
	}
	
	#pied .bandeau .carte #map {
		height: 150px;
	}
	
	#pied .bandeau .sociaux {
		text-align: center;
		width: 300px;
		margin: auto;
	}
	
	#pied .bandeau .sociaux div {
		width: 200px;
		margin: 10px auto;
	}
}

@media(max-width: 575px) {
	#pied .bandeau .logo {
		display: none;
	}
	#pied .bandeau .informations {
		margin: 20px 0;
	}
}
/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */

#header, #main, #pied {
	background: url(/images/fond.jpg);
}

a img {
	border:none;	
}

a, a:hover {
	color:inherit;
	text-decoration: none; 
}

#page h1 {
	margin-top:0;
	font-size:14pt;
}

img.box {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


#page .center { text-align:center; margin-left:auto; margin-right:auto; }
#page .left { float:left; margin:0 1em 0.5em 0; }
#page .right { float:right; margin:0 0 0.5em 1em; }
#page .clear { clear:both; }
#page hr { border-color:#ac2; color:#ac2; }

.cache { display:none; position:absolute; width:1px; height:1px; overflow:hidden; }
.print { display:none; }
.noprint { }

.align {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* ------ Formulaire ------ */
#page form {
	margin:50px 0; padding:0;
	text-align: left;	
}

#page form label {
	text-align: left;
	font-weight: normal;
}

#page form b {
	color:#F00;	
}

#page form input[type="text"], #page form input[type="tel"], #page form input[type="email"], #page form select {
	border:1px solid #fbbc1f;
	border-radius:5px;
	padding:3px;
}
#page form textarea {
	border-radius:5px;	
	border:1px solid #fbbc1f;
}


/* -- Bouton submit -- */



/* -- Bouton submit avec icone --*/

#page form button {
	background-color: grey;
	color:#FFF;
	border:none;
	padding:5px 20px 5px 17px;
	border-radius:5px;
	text-transform: uppercase;
}

#page form button i {
	margin-right:15px;	
}

#page form b {
	position: absolute; top: 0; right: 0px;	
}


#page form .obligatoire {
	float:left;
	display: inline-block;
	margin-top:15px;
}

#page form .obligatoire b {
	position:relative;	
}



/* ------- Zoom DW ------- */
#z_ombre { 
	background-color:#222; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity:90); opacity:0.9; 
}
#z_image {
	border:10px solid #fff; 
	visibility:hidden; 
}
#z_titre { 
	height:10px; 
	color:#FFF; 
	background-color:#000;  
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity:70); 
	opacity:0.7; 
}
#z_close { 
	visibility:hidden;
}


.ekko-lightbox-nav-overlay{
	align-items: center;
	justify-content: space-between;
}
.ekko-lightbox-nav-overlay a{
	flex: 0 !important;
	height: 80px;
	width: 80px;
	text-shadow: 0px 0px 10px #000;
	font-size: 45px !important;
}
.ekko-lightbox-nav-overlay:hover a{
	opacity: 1;
}
.ekko-lightbox-nav-overlay a span{
	transition: 0.3s;
}
.ekko-lightbox-nav-overlay a:hover span{
	transform: scale(1.2);
	color: #313335;
	text-shadow: 0px 0px 10px #FFF;
}