/********* NavBar
-------------------------------------------------------------- */

.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}

.navbar-toggler {
	position: absolute;
	float: right;
	right: 15px;
	top: 5px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggler:focus {
	outline: 0;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 30px;
	height: 1px;
	border-radius: 1px;
	background: #97979B;
}
.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 8px;
}
@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
}
.gpArea_TopTwoMenu {
	position: absolute;
	top: 0;
	right: 0;
}
/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .gpArea_TopTwoMenu .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#000;
	transition: background .3s linear;
}

.blocsapp-special-menu blocsnav{
	background: #fff;
	-webkit-box-shadow: 0px 1px 8px 2px rgba(0,0,0,0.3);
		 -moz-box-shadow: 0px 1px 8px 2px rgba(0,0,0,0.3);
					box-shadow: 0px 1px 8px 2px rgba(0,0,0,0.3);
}

/* Side Bar Navigation */
.nav-special.gpArea_TopTwoMenu{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.gpArea_TopTwoMenu{
	right: auto;
	left: -300px;
}
 .nav-special.gpArea_TopTwoMenu .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.gpArea_TopTwoMenu .nav > li a{
	color:rgba(0,0,0,.8);
}
.nav-special.gpArea_TopTwoMenu .nav > li.active a{
	color:#9E9D9D;
}
 .nav-special.gpArea_TopTwoMenu .nav > li a:hover{
	color:#9E9D9D;
}
 .open.nav-special.gpArea_TopTwoMenu{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.gpArea_TopTwoMenu{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}

@media (max-width: 767px){
	.gpArea_TopTwoMenu{
		width:230px!important;
	}
	.nav-special.gpArea_TopTwoMenu .nav > li{
		width:80%;
	}
	.nav-invert .gpArea_TopTwoMenu .close-special-menu{
		left:200px;
	}
	
}
header.scrollUp {
transform: translateY(-155px)
}

@media (max-width: 991px) {
		header {
			height: 95px !important;
		}
		#logo img {
			width: 150px;
		}
		main {
			margin-top: 95px !important;
		}
		header.scrollUp {
		transform: translateY(-95px)
		}
		.espace-home, .espace-projets {
			height: 0px !important;
		}
		.mtmspe {
			margin-top: 0 !important;
		}
		
}

.mtmspe {
		margin-top: 2rem;
}
/********* /NavBar !!!
-------------------------------------------------------------- */

/*
* ..::Tatos::..
* Wayfinding Studio
* TypeSetter + KNACSS (grillade) & Bootstrap
* ----------------
*/
.about-img1 {
	padding-bottom: 50px;
}
.about-img {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bigfont {
font-size: 18px;
}
.pourquoi {
	color: #9B9B9B;
	font-size: 70px;
	line-height: 80px;
	margin: 30px 0 50px;
}
.pourquoiSmart {display: none;}
.wayfinding {
	font-family: FrutigerLTPro-Black;
}
@media (max-width: 768px) {
	.pourquoi {
		display: none;
	}
	.pourquoiSmart {
		display: block;
		color: #9B9B9B;
		font-size: 50px;
		line-height: 60px;
		margin: 30px 0 50px;
	}
}
/* ----------------------------- */
/* TK => Grillade + design  */
/* ----------------------------- */
.rel {position: relative;}
#banniereSmart {display: none;}
#banniere {position: absolute; top: 0; right: 0; z-index: 1001;}
@media (max-width: 991px) {
	#banniereSmart {display: block;}
	#banniere {display: none;}
}
.big {font-size: 140%;}
.espaceH {height: 25px;}
[class*="gridspe-"] {
  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-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
  margin-left: -2rem; }

/* grid childs */
[class*="gridspe-"] > * {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  width: calc(100% - 2rem - .01px);
  min-width: 0;
  min-height: 0;
  margin-left: 2rem; }

@media (min-width: 321px) and (max-width: 991px) {
  [class*="gridspe-2"] > * {
	  width: calc(100% - 2rem - .01px); }
	[class*="gridspe-2"] > .grid-item-double {
	  width: calc(100% - 2rem - .01px); } }

@media (min-width: 992px) {
	[class*="gridspe-2"] > * {
	  width: calc(100% * 1 / 2 - 2rem - .01px); }
	[class*="gridspe-2"] > .grid-item-double {
	  width: calc(100% * 2 / 2 - 2rem); } }
[class*="grid-"] {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -1em;/* inline-block fallback for IE9 generation */letter-spacing: -0.31em;text-rendering: optimizespeed;}/* grid childs */[class*="grid-"] > * {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: calc(100% * 1 / 4 - 1em - .01px);margin-left: 1em;/* inline-block fallback for IE9 generation */display: inline-block;vertical-align: top;letter-spacing: normal;text-rendering: auto;}[class*="grid-2"] > * {width: calc(100% * 1 / 2 - 1em - .01px);}[class*="grid-2"] > .flex-item-double {width: calc(100% * 2 / 2 - 1em - .01px);}[class*="grid-3"] > * {width: calc(100% * 1 / 3 - 1em - .01px);}[class*="grid-3"] > .flex-item-double {width: calc(100% * 2 / 3 - 1em - .01px);}[class*="grid-4"] > * {width: calc(100% * 1 / 4 - 1em - .01px);}[class*="grid-4"] > .flex-item-double {width: calc(100% * 2 / 4 - 1em - .01px);}[class*="grid-5"] > * {width: calc(100% * 1 / 5 - 1em - .01px);}[class*="grid-5"] > .flex-item-double {width: calc(100% * 2 / 5 - 1em - .01px);}[class*="grid-6"] > * {width: calc(100% * 1 / 6 - 1em - .01px);}[class*="grid-6"] > .flex-item-double {width: calc(100% * 2 / 6 - 1em - .01px);}[class*="grid-7"] > * {width: calc(100% * 1 / 7 - 1em - .01px);}[class*="grid-7"] > .flex-item-double {width: calc(100% * 2 / 7 - 1em - .01px);}[class*="grid-8"] > * {width: calc(100% * 1 / 8 - 1em - .01px);}[class*="grid-8"] > .flex-item-double {width: calc(100% * 2 / 8 - 1em - .01px);}[class*="grid-10"] > * {width: calc(100% * 1 / 10 - 1em - .01px);}[class*="grid-10"] > .flex-item-double {width: calc(100% * 2 / 10 - 1em - .01px);}[class*="grid-12"] > * {width: calc(100% * 1 / 12 - 1em - .01px);}[class*="grid-12"] > .flex-item-double {width: calc(100% * 2 / 12 - 1em - .01px);}/* Responsive grid */@media (max-width: 960px) {[class*="-medium-4"] > * {width: calc(100% * 1 / 4 - 1em - .01px);}[class*="-medium-4"] > .flexitem-double {width: calc(100% * 1 / 2 - 1em - .01px);}[class*="-medium-3"] > * {width: calc(100% * 1 / 3 - 1em - .01px);}[class*="-medium-3"] > .flexitem-double {width: calc(100% * 2 / 3 - 1em - .01px);}[class*="-medium-2"] > * {width: calc(100% * 1 / 2 - 1em - .01px);}[class*="-medium-2"] > .flexitem-double {width: calc(100% - 1em - .01px);}[class*="-medium-1"] > * {width: calc(100% - 1em - .01px);}[class*="-medium-1"] > .flexitem-double {width: calc(100% - 1em - .01px);}}@media (max-width: 640px) {[class*="-small-4"] > * {width: calc(100% * 1 / 4 - 1em - .01px);}[class*="-small-4"] > .flexitem-double {width: calc(100% * 1 / 2 - 1em - .01px);}[class*="-small-3"] > * {width: calc(100% * 1 / 3 - 1em - .01px);}[class*="-small-3"] > .flexitem-double {width: calc(100% * 2 / 3 - 1em - .01px);}[class*="-small-2"] > * {width: calc(100% * 1 / 2 - 1em - .01px);}[class*="-small-2"] > .flexitem-double {width: calc(100% - 1em - .01px);}[class*="-small-1"] > * {width: calc(100% - 1em - .01px);}[class*="-small-1"] > .flexitem-double {width: calc(100% - 1em - .01px);}}@media (max-width: 320px) {[class*="-tiny-2"] > * {width: calc(100% * 1 / 2 - 1em - .01px);}[class*="-tiny-2"] > .flexitem-double {width: calc(100% - 1em - .01px);}[class*="-tiny-1"] > * {width: calc(100% - 1em - .01px);}[class*="-tiny-1"] > .flexitem-double {width: calc(100% - 1em - .01px);}}.grid-2-1 > *:nth-child(odd) {width: calc(66.66666666666666% - 1em - .01px);}.grid-2-1 > *:nth-child(even) {width: calc(33.33333333333333% - 1em - .01px);}@media (max-width: 640px) {.grid-2-1 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.grid-1-2 > *:nth-child(odd) {width: calc(33.33333333333333% - 1em - .01px);}.grid-1-2 > *:nth-child(even) {width: calc(66.66666666666666% - 1em - .01px);}@media (max-width: 640px) {.grid-1-2 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.grid-3-1 > *:nth-child(odd) {width: calc(75% - 1em - .01px);}.grid-3-1 > *:nth-child(even) {width: calc(25% - 1em - .01px);}@media (max-width: 640px) {.grid-3-1 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.grid-1-3 > *:nth-child(odd) {width: calc(25% - 1em - .01px);}.grid-1-3 > *:nth-child(even) {width: calc(75% - 1em - .01px);}.grid-1-3cm > *:nth-child(odd) {width: calc(25% - 1em - .01px);}.grid-1-3cm > *:nth-child(even) {width: calc(75% - 1em - .01px);}@media (max-width: 640px) {.grid-1-3 > *:nth-child(n) {width: calc(100% - 1em - .01px);}.grid-1-3cm > *:nth-child(odd) {width: calc(45% - 1em - .01px);}.grid-1-3cm > *:nth-child(even) {width: calc(55% - 1em - .01px);}}.grid-3-2 > *:nth-child(odd) {width: calc(60% - 1em - .01px);}.grid-3-2 > *:nth-child(even) {width: calc(40% - 1em - .01px);}@media (max-width: 640px) {.grid-3-2 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.grid-2-3 > *:nth-child(odd) {width: calc(40% - 1em - .01px);}.grid-2-3 > *:nth-child(even) {width: calc(60% - 1em - .01px);}@media (max-width: 640px) {.grid-2-3 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.grid-4-1 > *:nth-child(odd) {width: calc(80% - 1em - .01px);}.grid-4-1 > *:nth-child(even) {width: calc(20% - 1em - .01px);}@media (max-width: 640px) {.grid-4-1 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.grid-1-4 > *:nth-child(odd) {width: calc(20% - 1em - .01px);}.grid-1-4 > *:nth-child(even) {width: calc(80% - 1em - .01px);}@media (max-width: 640px) {.grid-1-4 > *:nth-child(n) {width: calc(100% - 1em - .01px);}}.pull {margin-right: auto;}.push {margin-left: auto;}
/* spacing helpers */.man {margin: 0;}.pan {padding: 0;}.mas {margin: 1rem;}.mam {margin: 2rem;}.mal {margin: 4rem;}.pas {padding: 1rem;}.pam {padding: 2rem;}.pal {padding: 4rem;}.mtn {margin-top: 0;}.mts {margin-top: 1rem;}.mtm {margin-top: 2rem;}.mtl {margin-top: 4rem;}.mrn {margin-right: 0;}.mrs {margin-right: 1rem;}.mrm {margin-right: 2rem;}.mrl {margin-right: 4rem;}.mbn {margin-bottom: 0;}.mbs {margin-bottom: 1rem;}.mbm {margin-bottom: 2rem;}.mbl {margin-bottom: 4rem;}.mln {margin-left: 0;}.mls {margin-left: 1rem;}.mlm {margin-left: 2rem;}.mll {margin-left: 4rem;}.ptn {padding-top: 0;}.pts {padding-top: 1rem;}.ptm {padding-top: 2rem;}.ptl {padding-top: 4rem;}.prn {padding-right: 0;}.prs {padding-right: 1rem;}.prm {padding-right: 2rem;}.prl {padding-right: 4rem;}.pbn {padding-bottom: 0;}.pbs {padding-bottom: 1rem;}.pbm {padding-bottom: 2rem;}.pbl {padding-bottom: 4rem;}.pln {padding-left: 0;}.pls {padding-left: 1rem;}.plm {padding-left: 2rem;}.pll {padding-left: 4rem;}
/* floating elements */
.fl {float: left;} img.fl {margin-right: 1rem;}
.fr {float: right;} img.fr {margin-left: 1rem;}
img.fl,
img.fr {margin-bottom: 0.5rem;}
/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {width: 10%;} .w20 {width: 20%;} .w25 {width: 25%;} .w30 {width: 30%;} .w33 {width: 33.3333%;} .w40 {width: 40%;} .w50 {width: 50%;} .w60 {width: 60%;} .w66 {width: 66.6666%;} .w70 {width: 70%;} .w75 {width: 75%;} .w80 {width: 80%;} .w90 {width: 90%;} .w100 {width: 100%;}
.w50p {width: 50px;} .w100p {width: 100px;} .w150p {width: 150px;} .w200p {width: 200px;} .w300p {width: 300px;} 
@media (min-width: 400px) {
	.w400p {width: 400px;} .w500p {width: 500px;} .w600p {width: 600px;} }
@media (min-width: 700px) {
	.w700p {width: 700px;} .w800p {width: 800px;} }
@media (min-width: 960px) {
	.w960p {width: 960px;} .mw960p {max-width: 960px;} .w1140p {width: 1140px;} .mw1140p {max-width: 1140px;} }

/* - Bootstrap div même hauteur - */
.row-eq-height {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display:         flex;
}
/* ---------- Divers ---------- */
.respbig {display: block; text-align: center;}
.respsmall {display: none;}
.slideMarcalSmall,
.contactsmall {display: none;}
@media (max-width: 640px) {
	.respbig {display: none;}
	.respsmall {display: block; text-align: center;}
}
@media (max-width: 768px) {
	.slideMarcalSmall, .contactsmall {display: block;}
	.contactsmall {font-size: 11px;}
	.contactsmall strong {font-size: 13px;}
	.slideMarcal, .contactbig {display: none;}
}
.center {text-align: center;}
.txtjustif {text-align: justify;}
a img {border: 0;}
img {border: 0; height: auto; max-width: 100%;}
.tel1 {text-decoration: none; display: none}
.tel2 {text-decoration: none; display: inline-block;}
@media (max-width: 640px) {
	.tel1 {text-decoration: none; display: inline-block; margin: 0; padding: 0}
	.tel2 {display: none;}
}
.inbl1, .inbl2 {display: inline-block;}
.inbl1 {width: 20%;}
.inbl2 {width: 80%;}
/* ---------- Grille Spe ---------- */
@media (min-width: 321px) and (max-width: 640px) {
	.small-all {
		width: 100% !important;
		margin-left: 0;
		padding: 1rem;

	}
}
/* ---------- TXTTronk ---------- */
.lien {text-align: center; margin: 3rem 0 1rem;}
.lien a {padding: 7px 40px 5px; border: 1px solid #000;}
.lien a:hover {text-decoration: none; color: #D02C21;}
.collapsetxt {cursor: pointer; margin: 1rem auto 2rem; width: 30px; height: 30px; background-image: url(picto_pus_gris.jpg);}
.collapsetxt:hover {background-image: url(picto_pus_noir.jpg);}
.txttronk {padding: 0 0 2rem;}

.columns2 {
	-webkit-columns: 2;
					columns: 2;
}
.columns3 {
	-webkit-columns: 3;
					columns: 3;
}
.columns2, .columns3 {
	/*-webkit-column-rule: 1px dotted #CCC;
	-moz-column-rule: 1px dotted #CCC;
	column-rule: 1px dotted #CCC;*/
	-webkit-column-gap : 2rem;
	column-gap : 2rem;
	text-align: justify;
}
.columns2 p, .columns3 p {text-align: justify;}
.columns2 a, .columns3 a {text-decoration: underline;}

@media (max-width: 960px) {
	.columns2, .columns3 {
	-webkit-columns: 1;
	columns: 1;
	-webkit-column-rule: none;
	column-rule: none;
	-webkit-column-gap : 0;
	column-gap : 0;
	text-align: justify;
	}
} 


/* ---------- Haut de page ---------- */
#hdp {
	position: fixed;
	display: none;
	width: 60px;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	z-index: 1
}

#hdp img {
	opacity: 0.4;
	filter:alpha(opacity=40);
}
#hdp img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

/* --- NAVIGATION --- */

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

header a {color: #258FD6;}
header a:hover {color: #333;}
header {padding-top: 15px; height: 120px;}
header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	transition: all 0.5s;
}

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

.footer {
	margin-top: 0;
	border-top: 1px solid #000;
	padding-top: 1rem;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer p { }

.footer a {color: #333;}

.footer a:hover { }

/* ---------- Typesetter ---------- */
.main {
	background-color: #fff;
	margin-top: 120px;
}
p.EC_nav_links {margin-bottom: 0;}
.EC_nav_links {
	border-top: 1px solid #000;
	padding-top: 0;
}

#hdp {
	position: fixed;
	display: none;
	width: 60px;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	z-index: 1
}

#hdp img {
	opacity: 0.4;
	filter:alpha(opacity=40);
}
#hdp img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
h1 {font-weight: 600; letter-spacing: -1px; margin-bottom: 0;}
.fiche {display: -webkit-box;display: -ms-flexbox;display: flex; /* contexte sur le parent */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column; /* direction d'affichage verticale */
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end; /* alignement vertical */
	text-align: right;}
.ficheB {}
.espace-projets {height: 40px;}
.espace {height: 90px;}
.espace-home {height: 45px;}
@media (max-width: 1440px) {
	.espace {height: 15px;}
	.espaceHome {height: 35px;}

}
@media (max-width: 640px) {
	.mbsmall {margin-bottom: 2rem;}
	.espace {height: 5px;}
	.espaceHome {height: 25px;}
	.main {margin-top: 135px;}
	.blocrezos {text-align: center !important; width: 100%;}
	.ficheB {position: relative; bottom: 0;}

}
.adresse {float: left; width: 300px;}
.blocrezos {text-align: right;}
.rezos {margin-left: 2px;}
.rezos:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.margerezos {margin-top: 24px;}

/* Derniers travaux */
.travauxlink a {position: absolute; width: 100%; height: 100%}
.travaux {
	position:relative;
	/*margin-right: 5px;*/
	margin-top: 5px;
	padding-bottom:10px;
}
.travaux img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.travaux h2 {
	margin-bottom: 0;
	color: #666;
	font-size: 48px;
	line-height: 58px;
}
.travaux p {
	color: #000;
}
.travaux p.lieu,
.travaux p.qui {margin-top: 2rem; color: #666; font-size: 25px;}
.travaux p.lieu {}
.travaux p.qui {font-weight: bold;}
.travdescB {
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
	font-size: 1em;
	text-overflow: ellipsis;
	background: rgba(255,255,255,.8);
	text-align: left;
	-webkit-transition: width .2s;
					transition: width .2s; 
}
.travdesc {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
	font-size: 1em;
	text-overflow: ellipsis;
	background: rgba(255,255,255,.8);
	text-align: left;
	-webkit-transition: width .2s;
					transition: width .2s; 
}
.travdesc2 {
	padding: 0 4.2rem;
	position: absolute;
	top: 33%;
}
@media (min-width: 992px) {
	.travaux h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.travaux p.lieu,
	.travaux p.qui {
		margin-top: 2rem; color: #666; font-size: 16px;
	}
}
@media (max-width: 991px) {
	.travdesc2 {
		padding: 0 30px;
		top: 25%;

	}
	.travaux {
		max-width: 590px;
		margin-left: auto;
		margin-right: auto;
	}
	.travaux h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.travaux p.lieu,
	.travaux p.qui {
		margin-top: 2rem; color: #666; font-size: 13px;
	}
}
@media (max-width: 640px) {
	.travdesc2 {
		padding: 0 4.2rem;
		position: absolute;
		top: 33%;
	}
	.travaux h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.travaux p.lieu,
	.travaux p.qui {
		margin-top: 2rem; color: #666; font-size: 16px;
	}
}
@media (max-width: 430px) {
	.travdesc2 {
		padding: 0 30px;
		top: 25%;
	
	}
	.travaux h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.travaux p.lieu,
	.travaux p.qui {
		margin-top: 2rem; color: #666; font-size: 14px;
	}
}
@media (max-width: 355px) {
	.travdesc2 {
		padding: 0 30px;
		top: 20%;
	
	}
	.travaux h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.travaux p.lieu,
	.travaux p.qui {
		margin-top: 2rem; color: #666; font-size: 13px;
	}
}



.travaux:hover .travdesc, .travaux:hover .travdescB {
	display: block;
	width: 100%;
}


/*                                                    */
/* -------------------- CATALOGUE ------------------- */
/*                                                    */

.catMarcalSmall {
  display: none;
}

.catMarcalTab {
  display: none;
}

@media (max-width: 980px) {
  .catMarcalTab {
	display: block;
  }

  .catMarcalTab img {
	margin: 0 auto;
  }

  .catMarcalSmall {
	display: none;
  }

  .catMarcal {
	display: none;
  }
}

@media (max-width: 590px) {
  .catMarcalSmall {
	display: block;
  }

  .catMarcalSmall img {
	margin: 0 auto;
  }

  .catMarcal {
	display: none;
  }

  .catMarcalTab {
	display: none;
  }
}
/* Domaines */
#filter-list-dom {
	padding: 0;
}
#filter-list-dom li {
	list-style: none;
}
#filter-list-dom li a {
  display: inline-block;
  width: auto;
  padding: 7px 25px;
  margin-right: 10px;
  font-size: 1em;
  cursor: pointer;
  color: #9E9D9D;
  border: 1px solid #9E9D9D;
}
#filter-list-dom li a:hover {
	text-decoration: none;
}
.collapsefilters-dom {cursor: pointer;}
@media (min-width: 1201px) {
  .collapsefilters-dom {display: none;}
}
@media (max-width: 1200px) {
	#blocfiltres-dom {min-height: 40px;}
	#blocfiltres2-dom {float: right;}
	.collapsefilters-dom {width: 200px; border: 1px solid #9E9D9D; padding: 5px 10px;}
	.collapsefilters-dom .caret {float: right; margin-top: 8px;}
	ul#filter-list-dom {width: 200px; border: 1px solid #9E9D9D; padding: 0 !important; position: absolute; z-index: 50; background: #fff;}
	ul#filter-list-dom li a {display: block; border: none; padding: 7px 10px !important; margin: 0;} 
	#filter-list-dom li a:last-child {display: block !important;}
	#filter-list-dom li a {text-align: left;}
}