@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

 /* menu */
 /* titre page */
 /* recherche */



 /* footer1, infossupp */
 /* fleche ariane */
 /* footer2, texte footer1 */
 /* ariane */
 /* lienssupp */

 
  

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {   -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */ }


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
  transition:.2s;
*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: auto;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '"';
	content: none;
}


table {
 border-collapse:collapse;
 margin:1em 5px;
 }
th, td {
 border:1px solid #d1d1d1;
 }
td, th {
padding:10px;
 }
th p, td p{
margin:0.5em 0;
 }
caption, th {
 font-weight:bold; background-color:#f0f0f0;
 }

ul, ol { display:block;
	margin-left:1.2em;
	margin-top:0.3em; 
}

#texte ul, #texte ol { position: relative; left:1em;
}

li li {
	margin-left:1em;
}
ul li { 
	 list-style-type:disc;
}

p {
	margin:0.3em 0;
}
sup { vertical-align: top; position: relative; top: -0.5em; font-size:0.5em }
a {
 color:inherit; text-decoration:none;

}

a:hover, a:active {
 color:inherit; text-decoration:underline;
}

input[type="text"],input[type="email"],input[type="password"], textarea { width:98%; border:1px solid  }
input[type="checkbox"] { width:auto; }
input[type="submit"],input[type="button"],input[type="file"]{
 cursor:pointer;
}

label { display:block; font-weight:500;}
.inputauto label, label.float { display:inline; }
label.inlineblock { display:inline-block; }
label em { font-size:0.85em }
/* Stylesheet: reset Modified On 2021-01-04 15:04:06 */

body { 
	font-family: 'Lato', sans-serif;
color:#4D4D4D;
 background:#fafafa url(https://siihe.com/uploads/images/fonds_pages/defaut.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4 {
	font-weight:300;
color:#3e3e3e;
}
img {max-width:100%; height:auto;}

.largeur {
	max-width:980px;
	margin:0 auto;
}
.clear {
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
.margeclear {
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
	margin:2em;
}
.shadow {
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.2);

}
.show-on-mobiles { display:none; }
#header, #menu, #ariane, #contenu, #footer1, #footer2 {
	display:block;
	position:relative;
}

.doc-pdf:before,.doc-doc:before { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:0.5em;
	content: "\f1c1";
	text-decoration:none !important;
color:#eb752e;
font-size:1em;

}

.doc-doc:before { 
	content: "\f016";
}
/* ==== HEADER ====*/

#header {
background-color:#ffffff;
	padding-top:2em;
}
#header .logo {
	width:155px;
	height:auto;
	display:block;
	float:left;
	margin-right:15px;
	z-index:11;
	position:relative;
}
#header .titresite {
	display:block;
	float:left;
	width:50%;
	margin:0;
	font-size:1.5em;
	margin-top:0.5em;
	text-transform:uppercase;
}
/* ==== RECHERCHE ====*/
#header .recherche {
	margin-top:2.75em;
	display:block;
	float:right;
	text-align:right;
}
#header .recherche {
 background-color:#eff4f8;
}
#header .recherche form {
	margin:0;
	padding:0;
}
#header .recherche input[type=text], #header .recherche input[type=submit] {
 background-color:#eff4f8;
	outline: 0;
	display:inline;
 color:#26588a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
}
#header .recherche input[type=submit]:hover {
	cursor:pointer;
}
#header .recherche input[type=submit] {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size:1.1em;
	padding:0;
	margin:0;
	width:auto;
}
#header .recherche input[type=text] {
	font-family: 'Lato', sans-serif;
	width:75%;
	font-weight: 300;
}
/* ==== MENU ====*/

#menu {
background-color:#26588a;
color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	margin-top:-24px;
	z-index:10;
}
#menu ul, #menu li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul {
	margin-left:170px; 
}
#menu ul ul {
	margin-left:0;
}
#menu li {
	display:inline-block;
}
#menu li a {
	display:block;
	padding:1em 1.7em;
	color:inherit;
	text-decoration:inherit;
	border-right:1px solid #53789c;
}

#menu li li {
	display:none;
}
#menu li.menuactive,#menu li:hover { background:url(https://siihe.com/uploads/gabarit/images/menu-fleche.png) center bottom no-repeat; }
/* ==== FIL ARIANE ====*/

#ariane {
background-color:#ffffff; z-index:11;
}
#ariane .ariane {
	padding:0.5em 0;
	font-size:0.7em;
color:#646464;
	vertical-align: middle;
}
#ariane .fleche-ariane {
	display:inline-block;
	vertical-align:middle;
	margin:0 0.25em;
}
/* ==== CONTENU PRINCIPAL ====*/

#contenu {
	line-height:170%;
	font-size:0.9em;
}
#contenu p {
	margin-bottom:1em;
}
h1.titrepage {
background-color:#d0dde8; line-height:110%;
	padding:1.5em;
	padding-bottom:0.5em;
	font-size:2.1em; z-index:5;
}
.pngtitrepage {
	display:block; position:relative;
	background:url(https://siihe.com/uploads/gabarit/images/pngtitre.png) no-repeat top left;
	height:46px;
	width:100%;
	margin-bottom:1em; z-index:10;
}
.imgprincipale { position:relative; display:block; z-index:9; margin-top:-60px;
 background:#ffffff url(https://siihe.com/uploads/images/illustrations_pages/defaut.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
height:330px;
 }
.infosoffre-detail { position:relative; top:-330px; left:3em; z-index:15; line-height: 120%;margin-bottom:0 !important; }
.infosoffre-detail { margin-top:0;  color:#6c6c6c; font-size:1em; display:inline-block; width:auto;}
.infosoffre-detail span { display:inline-block; border-left:1px solid #ffffff; padding:0em 0.5em; line-height: 120%}
.infosoffre-detail span:first-child { border:0; padding-left:0; }

.uppercase { text-transform:uppercase }
/* ==== Texte principal ====*/
.fondblanc {
background-color:#ffffff;
}
#texte {
background-color:#ffffff;
min-height:350px;
}

#texte .chapeau { font-size:1.2em; font-weight:300; border-bottom:1px solid #ededed; margin-bottom:0.25em; font-style:italic;}
#texte .chapeau .filtrestyle {  font-style:normal;font-size:0.8em; }
#texte .infos { line-height:140%; padding-top:0.5em; }
#texte .infos p{ margin-bottom:0; }
#texte .infos .bloc { text-align:right; }
#texte .infos .b40,#texte .infos .b60 { vertical-align:bottom; border-bottom:1px solid #ededed }
#texte .infos .b40 { color:#eb752e }
#texte h2 { margin-bottom:0.5em; margin-top:0.5em; }
#texte ul, #texte li { list-style-type:none; left:0; margin-left:0; padding:0; }
#texte li:before { content:'•'; display:inline-block; margin-right:0.25em; color:#eb752e }
#texte li li { margin-left:1em }
#texte ul ul { margin-top:0em }
#texte .localiser { 
background:url(https://siihe.com/uploads/gabarit/images/localiser.png) no-repeat left center; padding-left:45px; min-height:32px;
}
#texte .prox { 
padding-left:1em;
}
#texte .chauffage { 
font-style:italic; }
#texte .conventionne { 
font-weight:bold; }
#texte .page { border-top:1px solid #ededed; padding:0.5em 0; padding-top:0.25em } 
#texte .page:first-child { border:0 } 
.photos a:before { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:0.5em;
	content: "\f00e";
	text-decoration:none !important;
color:#eb752e;
font-size:2em;
vertical-align:bottom;
transform: rotateY(180deg);
}

.pagination { display:block; clear:both; margin:1em 0;  }
.pagination a { display:inline-block; padding:0.2em 0.75em; background-color:#ededed; color:#4D4D4D;margin-right:0.1em; }
.pagination a:hover,.pagination a:active { 
background-color:#bbbbbb; color:#ffffff; }

.pagination a.activepage { 
background-color:#eb752e; color:#ffffff; }


.offre { border-top:1px solid #ededed; padding:1em 0; }
.offre:first-child { border:0 !important; }
.offre h2 { border-bottom:0px dotted #ededed; padding-bottom:0.25em; margin:0 !important; font-size:1.4em }
.offre h2 span { text-transform:uppercase; font-size:0.7em; color:#878787 }
.offre .infosoffre { margin-top:0;  color:#878787; font-size:0.8em;border:1px solid #ededed; border-right:0; display:inline-block; width:auto;}

.offre .infosoffre strong { display:inline-block;background:#f4f4f4; font-weight:400  }
.offre .infosoffre span { display:inline-block;border-right:1px solid #ededed; padding:0.15em 0.5em;}

.offre .b70 { padding-left:1.5em; }
.liens-offre a { display:inline-block; background:#ededed; text-transform:uppercase; font-weight:300; padding:0.25em 0.75em;vertical-align:middle;}
.liens-offre a.plus { background:#ededed; color:#4D4D4D;}
.liens-offre a.contact { background:#6c6c6c; color:#ffffff; }


.liens-offre a.contact:after { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left:0.5em;
	content: "\f0e0";
	text-decoration:none !important;
color:#eb752e;
font-size:1em;
}


.offre .b30 { height:195px; overflow:hidden; position:relative; border-top:0.75em solid #ededed; border-bottom:0.75em solid #ededed  }

#texte .imgoffre { margin:0; padding:0; height:100%; width:auto; max-width:none !important; position:relative; margin-left:-30%; }
/* ==== Bloc de droite ====*/
#droite {
	text-align:right;
	margin-top:3em;
}


#infossupp, #liens {
	text-align:left;
	padding:2em;
position:relative;
}
#infossupp,#liens {
	width:90%;
	display:inline-block;
background-color:#ededed;
}
#infossupp {
margin-bottom:2em;
line-height:120%;
font-weight:300;

}
#infossupp .plusinfos { display:block; position:absolute;
background:url(https://siihe.com/uploads/gabarit/images/plusinfos.png) no-repeat center center; width:51px; height:51px;
top:-1em; right:-1em;

 }
#infossupp h2 {
font-size:1.9em;
margin-bottom:1em; line-height:110%;
}
#infossupp a {
color:#eb752e;
	font-weight:400;
}
#liens { background:none; padding:0; font-size:1.05em; }

#liens li,#liens ul {
list-style-type:none;
display:block;
margin:0;
padding:0;
}

#liens li {
background:#6c6c6c;
padding:1em 2em;
margin:0.75em 0;
color:#ffffff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.2);

}
#liens li a {
display:block;
width:100%;
	background:url(https://siihe.com/uploads/gabarit/images/liens-flecheD.png) no-repeat center right;

}
/* ==== Pieds de page ====*/

#footer1, #footer2 {
	padding:0.5em 0;
}
#footer1 a, #footer2 a {
}
#footer1 strong, #footer2 strong {
	font-weight:400;
}
#footer1 {
background-color:#ededed;
	font-size:0.85em;
	color:#6b6b6b;
	font-weight:100;
}
#footer1_1 {
	font-size:1.2em;
	font-style:italic;
}
#footer1_2 {
	position:relative;
}
#footer1_2 img {
	display:block;
	position:relative;
	margin:0 auto;
	margin-bottom:-25px;
	z-index:10
}
#footer1_3 {
	font-size:0.85em;
}
#footer1 .bloc {
	display:inline-block;
	vertical-align:middle;
}
#footer2 {
background-color:#646464;
	color:#afafaf;
	font-size:0.8em;
	z-index:9;
	font-weight:300;
}
#footer2_3 ul, #footer2_3 li {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#footer2_3 ul {
	display:inline-block;
	vertical-align:middle;
}
#footer2_3 li {
	display:inline-block;
	padding:0 0.5em;
	border-right:1px solid #afafaf;
}
#footer2_3 li:first-child {
	padding-left:0
}
#footer2_3 li:last-child {
	border:0
}
#footer2 .bloc {
	display:inline-block;
	vertical-align:middle;
}
.logo-haguenau {
	display:block;
	float:right;
	vertical-align:middle;
}
/* Classes utiles */

.bloc {
	display:inline-block;
	vertical-align:top;
}
.bL {
	width:42%;
}
.bP {
	width:16%;
}
.bG {
	width:65%;
}
.bD {
	width:35%;
}
.b50 { width:50%; }
.b33 { width:33.333%; }
.b60 { width:60%; }
.b40 { width:40%; }
.b70 { width:70%; }
.b30 { width:30%; }
.center {
	text-align:center;
}
.margeG {
	margin-left:3em;
}
.margeG2 {
	margin-left:1.5em;
}
.margeD {
	margin-right:3em;
}
.margeD2 {
	margin-right:1.5em;
}
.margeH {
	margin-top:3em;
}
.margeB {
	margin-bottom:3em;
}
.margecaracoffre {
	display:block; clear:both; height:1em; overflow:hidden;
}
.orange {
	color:#eb752e;
}
.lien-retour,.lien-voir {  display:inline-block;clear:both; background:#ededed; text-transform:uppercase; font-weight:300; padding:0.25em 0.75em;}
.lien-retour:before { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:0.5em;
	content: "\f04b";
	text-decoration:none !important;
color:#eb752e;
font-size:1em;
//vertical-align:middle;

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lien-voir:after { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left:0.5em;
	content: "\f04b";
	text-decoration:none !important;
color:#eb752e;
font-size:1em;
//vertical-align:middle;

}
.cache { display:none; }
.noborder { border:0 }
.lire-suite { font-size:1.1em; } 
.lire-suite:before { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:0.5em;
	content: "\f04b";
	text-decoration:none !important;
color:#eb752e;
font-size:1em;
//vertical-align:middle;

}

.aligneG { float:left; margin:0.5em; margin-left:0; }
.aligneD { float:right; margin:0.5em; margin-right:0; }

#accueil #contenu .bloc { font-size:0.95em; }

/* MEDIA QUERIES */

@media only screen 
and (min-width : 767px) 
and (max-width : 950px)  { 
#menu { margin-top:0; }
#menu ul {
	margin-left:0px; text-align:center;
}
#header .logo {
	width:155px;
	height:auto;
	display:block;
	float:left;
	margin-right:15px;
	z-index:11;
	position:relative;
}
#header, #ariane { padding-right:0.25em;padding-left:0.25em; }
.bL, .bP, .bG, .bD, #infossupp, #liens {
	width:100% !important;
}

#texte .imgoffre {
margin-left: 0;

}
.center-ipad {
	text-align:center !important;
	margin:0 auto !important;
}
#footer1_2 img {
	display:block;
	margin:0.25em auto;
}
 #footer2_2 {
	display:none !important;
}
.logo-haguenau {
	float: none;
	margin:0.25em auto;
}
.margeclear {
	margin:0.5em;
}
 }

/* max-width pour faibles résolutions */
@media screen and (max-width: 767px) {
body { overflow-x: hidden; }
.show-on-mobiles { display:block; }
.hide-on-mobiles { display:none; }

.titremenumobile {
	text-transform:uppercase;
	/* font-size:1.5em; Supp JRO 24-10-2014 */
	font-size:1.4em; /* Ajout JRO 24-10-2014 */
	padding:1.2em 10px;
}
.titremenumobile:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:1em;
	content: "\f039";
}
.titremenumobile.menuouvert {
	color:white;
	background-color:#eb752e;
}
#header { padding-top:0; }
#menu { margin-top:0; }
#menu ul { margin-left:0; }
#menu li { display:block; border-bottom:1px solid #1a3c5e }
#menu li.menuactive,#menu li:hover { background:none; }
#menu a.menuactive,#menu a:hover,#menu a:active { 
border-left:1em solid #eb752e; padding-left:0.7em; 
}

#ariane { padding-right:0.25em;padding-left:0.25em; }

#droite {
	text-align:right;
	margin-top:0;
}
.bloc, #header .logo, #header .titresite {
	display:block;
	clear:both;
	float: none;
}
.bloc .bloc .bloc {
	display:inline-block;
	clear:none;
	float: none;
}
.chapeau, .bL, .bP, .bG, .bD, .b50,.b70,.b30, .b33, #header .titresite, #header .recherche, #infossupp, #liens {
	width:100% !important;
}

#texte .infos .bloc { text-align:left; }
#texte .prox { 
padding-left:0;
}
.item .bloc { margin:1em 0; }
.item .infos .bloc { margin:0; }

#texte {
  min-height:350px;
}
#texte .imgoffre {

max-width:100% !important;
height:auto;
width: auto;
position: relative;
margin-left: 0;
margin-top: -5%;
}

.offre .b30 { height:150px; }

.offre .b70 { padding:0; padding-top:1em; }
.center-mobile {
	text-align:center !important;
	margin:0 auto !important;
}
#footer1_2 img {
	display:block;
	margin:0.25em auto;
}
.titresite, #footer2_2, #header .recherche {
	display:none !important;
}
.logo-haguenau {
	float: none;
	margin:0.25em auto;
}
.margeclear {
	margin:0.5em;
}


h1.titrepage {

	padding:0.75em;
	padding-bottom:0.25em;
	font-size:2.1em;
}
#infossupp{

	padding:2em 1em;

}

.margeG {
	margin-left:1em;
}
.margeD {
	margin-right:1em;
}
.margeH {
	margin-top:1em;
}
.margeB {
	margin-bottom:1em;
}

#accueil #contenu .margeD2 { margin-right:0; }
#accueil #contenu .margeG2 { margin-left:0; }
}
/* Stylesheet: general Modified On 2021-01-04 15:03:07 */
#texte form {
font-family: 'Lato', sans-serif;
}
#texte form table,#texte form th,#texte form td {
border:0;
}



#texte form input[type="email"],
#texte form input[type="file"],
#texte form input[type="option"],
#texte form input[type="text"],
#texte form textarea,
#texte form select {
  width: 300px;
  margin: 0 5px 0 0;
  font-size: 13px;
  border: #ccc solid 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
font-family: 'Lato', sans-serif;
}
#texte form select {
  width: 304px;
}
#texte form input[type="email"]:hover,
#texte form input[type="file"]:hover,
#texte form input[type="option"]:hover,
#texte form input[type="text"]:hover,
#texte form textarea:hover,
#texte form select:hover {
  border: #666 solid 1px;
  cursor: default;
}
#texte form input[type="submit"] {
font-family: 'Lato', sans-serif;

  width: auto; display:block; clear:both; 
  margin:1em 0; margin-left:150px;
  border: #ccc solid 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; 
  cursor: pointer; background:#6c6c6c; color:#ffffff;
 text-transform:uppercase; font-weight:300; padding:0.25em 0.75em; font-size:1.1em;
}
#texte form input[type="submit"]:hover {
  border: #eb752e solid 1px;
}
#texte form label {
  width: 150px;
  float: left;
}
#texte form input[type="checkbox"] + label,
#texte form input[type="radio"] + label {
  width: 60px;
  float: left;
}
#texte form input[type="checkbox"] + label.label {
  width: 190px;
  float: right;
}
.formbuilder_text_error {
  color: #eb752e;
  font-weight: bold;
}
.captchapict {
  width: 300px;
  border: #ccc solid 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.error_message { border:2px solid #eb752e; padding:0.25em; width:90%; margin:1em auto; background-color:#ededed; font-style:italic; border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

.fbr_helptext { position:absolute; font-style:italic; background-color:rgba(235,117,46,0.4); padding:0em 0.25em;}
.ico-help { width:20px; height:auto; vertical-align:middle;  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

::-webkit-validation-bubble-arrow-clipper{}
::-webkit-validation-bubble-arrow{}
::-webkit-validation-bubble{}
::-webkit-validation-bubble-top-outer-arrow{}
::-webkit-validation-bubble-top-inner-arrow{}
::-webkit-validation-bubble-message{}



/* max-width pour faibles résolutions */
@media screen and (max-width: 767px) {
form table { width:100% }
form td { display:block; text-align:left !important; padding: 0.1em;  }
form, table, select, input { max-width:100% !important; }
}
/* Stylesheet: formulaires Modified On 2021-01-04 15:02:35 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.75;
  filter: alpha(opacity=75); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Stylesheet: popup Modified On 2015-05-18 08:49:17 */
/* OFFRES */

#lastoffres .offre p,#lastoffres .offre h2 {margin:0}

#lastoffres .offre .infosoffre { margin-top:0;  color:#878787; font-size:0.8em;border:0; display:inline-block; width:auto; padding:0;}
#lastoffres .offre .infosoffre strong { display:inline-block;background:none; font-weight:400  }
#lastoffres .offre .infosoffre span { display:inline-block;border-right:1px solid #ededed; padding:0em 0.5em;}
#lastoffres .offre .infosoffre span:first-child { padding-left:0 }
#lastoffres .offre  { line-height:140%; margin-bottom:0 }

/* SLIDER */
#lastactus {

}

.header {  height:140px; overflow:hidden; position:relative;margin-bottom:0.5em;}
.header .date { position:absolute; bottom:25px; left:3em;text-transform:uppercase; color:#ffffff; font-size:0.8em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);  }
.header .image {  position:absolute; top:0; left:0;

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;

 }
.header .masque {  position:absolute; bottom:0; left:0;  }
#lastactus h2 {   }
//#lastactus a { text-decoration:none; }
#lastactus .infos-actu { height:auto }

.banner { position: relative; overflow: auto; }
    .banner li,.banner ul { list-style: none; display:block; margin:0; padding:0 }
        .banner ul li { float: left; height:auto; }

.dots { position:absolute; bottom:1em; right:1em; width:100%; text-align:right; }
.dots a { color:inherit }
.dots .dot { display:inline-block; cursor:pointer; width:1.25em; height:1.25em; overflow:hidden; padding:0.1em; background-color:#ededed ;color:#ededed ; text-align:center; margin:0 0.25em}
.dot.active,.dot:hover { background-color:#878787;color:#878787 }


/* Stylesheet: slider-et-accueil Modified On 2015-05-28 10:56:49 */
