@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 */
