
/* Code pour la page Contact */

@charset "utf-8";

/* **** **** **** **** **** **** **** **** **** */
/*    Début code section pour les formulaires   */
/* **** **** **** **** **** **** **** **** **** */


/* Colonne milieu plus large*/
.colonnemilieuquest {
  float: none;
  width: 64.9999%;
  margin-left: auto;
  margin-right: auto; /* /* 33.333% 25%; */
/*  background-color: #green; /* #f1f1f1; */
/*  padding-left: 20px;/**/
}

/* écran smartphone petit */
@media only screen and (max-width: 600px) {
   .colonnemilieuquest {
    float: none;/* */
    width: 89.999%; /* 100%; /*99.9999%;*/
	/*margin-top: 10px;*/
	margin-left: auto;
	margin-right: auto;
/*	padding-left: 20px;
	padding-right: 20px;
	background-color: red;*/
  }
}

/* écran tablette portrait et smartphone large */
@media only screen and (min-width: 600px) {
   .colonnemilieuquest {
    float: none;/* */
    width: 89.9999%;
	margin-left: auto;
	margin-right: auto;
/*	background-color: green;*/
  }
}
@media only screen and (min-width: 750px) and (max-width: 930px) {
   .colonnemilieuquest {
    float: none; /**/
    width: 89.9999%; /*auto; /*79.9999; /* 79.9999%; */
	margin-left: auto;
	margin-right: auto;
/*	background-color: blue;*/
  }
}

@media only screen and (min-width: 962px) {
   .colonnemilieuquest {
    float: none; /**/
    width: 64.9999%;
	margin-left: auto;
	margin-right: auto;
/*	background-color: orange;*/
  }
}

.divgauquest {
/*	display: inline-block;
	display: flex;
	align-items: center;*/
/*	justify-content: center;	*/
/*	vertical-align: middle;*/
	flex-direction: column; 
	margin-top: 10px; /*auto;*/
	margin-bottom: 10px; /*auto;*/
/*	position: relative;*/
	width: 100%; /* 200px; */
	height: 100%; /*auto;*/
	text-align: left; /* justify; /*left;*/
	padding: 2px 2px;/* 0px 2px 0px;  0px 7px 0px; */
/*	line-height: 1.7;*/
	background-color: transparent;
/*	border: 1px solid transparent !important;*/
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
/*	table-layout: fixed;*/
}

/*
.divgauquest p {
	margin: 0px 0px 6px;
}
.divgauquest span {
	margin: 0px 0px 6px;
}
*/

.divdroquest {
/*	display: inline-block;
	display: flex;
	align-items: center;*/
/*	justify-content: center;	
	vertical-align: middle;*/
	position: relative;
	width: 100%; /* 200px; */
	height: 100%; /*auto;*/
	text-align: left;
	padding: 5px; /* 5px 0px 7px 5px; */
/*	line-height: 1.7;*/
	background-color: transparent;
/*	border: 1px solid transparent !important;*/
}

table {
	border: 2px solid;
/*	-webkit-border-radius: 12px;	
	-moz-border-radius: 12px;
	border-radius: 12px;*/
	cellspacing: 15px;
	margin-left: auto;
	margin-right: auto;
  }

/* tableau responsive */
@media only screen and (max-width: 600px) {
	table {
    width: 98.999%; /*89.9999%; /*96.9999%;*/
  }
}

@media only screen and (min-width: 600px) {
	table {
    width: 89.999%; /*69.9999%; changé 01/03/2023 */
	margin-left: auto;
	margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
	table {
    width: 69.999%; /*69.9999%; changé 01/03/2023 */
    width: auto;
  }
}

tr  {
	margin-top: 5px;
	padding: 12px;
  }

td  {
	border: 1px solid #00008B; /*#00007D; /*#001BD5; /*#2034BD;*/
	margin-top: auto;
	margin-bottom: auto;
	width: 33.33%;
/*	vertical-align: middle;
 	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px; */
	padding-left: 0px; /* ajouté 01/03/2023  */
	padding-right: 0px; /* ajouté 01/03/2023  */
  }

/* div pour le formulaire */
.divformulaire {
	float: left;
	position: relative;
	width: 400px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px; /* modifié le 28/01/21 de 0px; */
	padding: 0px 7px 0px;
	text-align: justify;
	line-height: 1.7;
	background-color: #e1e1e1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px !important;
/*	border: 1px solid #666 !important;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(169, 169, 169, 0.7);
	-moz-box-shadow: 0px 0px 0px 5px rgba(169, 169, 169, 0.7);
	-ms-box-shadow: 0px 0px 0px 5px rgba(169, 169, 169, 0.7);
	box-shadow: 0px 0px 0px 5px rgba(169, 169, 169, 0.7); */
}

/**/
@media only screen and (max-width: 600px) {
	.divformulaire, .divmsgtr, .divtexteimage4, .divtexteimage5 {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
/*	padding-left: 20px;*/
	padding-right: 20px;
	width: 99.99999%;
	height: auto;
  }
}

/**/
@media only screen and (max-width: 992px) {
	.divformulaire, .divmsgtr, .divtexteimage4, .divtexteimage5 {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 99.99999%;
  }
}

input[type=text] {
	width: 100%;
	height: 100%;
	padding: 12px;
	color: #000000;
	text-align: left;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.9rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

input[type=text]:focus {
  background-color: #E1F1F9; /* lightblue; */
}

@media only screen and (max-width: 600px) {
input[type=text]:focus {
/*	width: 90%;*/
/*	position: absolute;
	max-width: 100%;*/
	font-size: 1rem;
	padding-left: 5px;
	padding-right: 5px;
  }
}

input[type=password] {
	width: 100%;
	height: 100%;
	padding: 12px;
	color: #000000;
	text-align: left;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.9rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

input[type=password]:focus {
  background-color: #E1F1F9; /* #E1F1F9; /* lightblue; */
}

label {
	height: 20px;
	line-height: 20px;
	padding: 12px 12px 12px 0px;
	display: inline-block;
	outline: none;
}

::-moz-placeholder {
	font-style: italic;
	opacity: 0.3;
	text-align: left;
} 
::-webkit-input-placeholder{font-style: italic;}
::placeholder{font-size: 0.93rem; font-style: italic;
}

/*
:-ms-input-placeholder {
	text-align: left;
} 
*/

placeholder {
/*	color: #FF0000;*/
	font-size: 0.93rem;
	text-align: left;
	font-style: italic;
}

/*
:-ms-input-placeholder {
	text-align: left;
} 

placeholder {
	color: #FF0000;
	text-align: left;
}
input*/
/* 
::placeholder {
	color: #1c87c9;
	 
      }
*/
/*textarea {*/
textarea {
	width: 100%;
	height: auto;
	padding: 12px 10px 10px;/**/
	color: #000000;
	text-align: left; /* justify; */
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.9rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	resize: none;
	outline: none;
}

textarea:focus {
	background-color: #EFF8FC; /* lightblue;  #E1F1F9; #EAF5FB;*/
}

#accord2 {
	width: 100%;
	height: 5.6em;
	padding: 8px 13px 8px;
	font-size: 0.75rem;
	text-align: justify;
	overflow: hidden;
}

input[type=checkbox] {
	font-size: 2rem;
	margin-left: 5px;
	box-shadow: 0 0 10px 2px #4B95E7;
}

input[type=submit] {
	-webkit-appearance: none;
	background-color: #1B77CB;
	font-size: 1rem;
	color: white;
	height: 42px;
	line-height: 42px;
	padding: 0px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	float: right;
	outline: none;
}

input[type=submit]:hover {
	-webkit-appearance: none;
	background-color: #4B95E7;
	outline: none;
}

input[type=reset] {
	-webkit-appearance: none;
	background-color: #4B95E7;
	color: white;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	float: left;
	outline: none;
}

input[type=reset]:hover {
	-webkit-appearance: none;
	background-color: #89BAEF;
	text-decoration: none;
	outline: none;
}

.conteneurform {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px !important;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	outline: none;
}

/**/
@media only screen and (max-width: 600px) {
	.conteneurform {
/*	display: block; */
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
/*	padding-left: 20px;*/
	padding-right: 20px;
	width: 99.99999%;
	height: auto;
  }
}

.texterror {
	width: 100%;
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	outline: none;
}

.textform {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 5px;
	color: #000000;
	font-size: 0.9rem;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	outline: none;
}

.textegauche {
	float: left;
	width: 50%;
	margin-top: 8px;
	outline: none;
}

.textedroite {
	float: left;
	width: 100%;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	outline: none;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 600px) {
.textedroite {
	padding-top: 10px;
	padding-bottom: 10px;
  }
}

/* formulaire responsive */
@media only screen and (max-width: 600px) {
	.textegauche, .textedroite {
	width: 99.99999%;
	margin-top: 0px;
  }
}

/* formulaire responsive 
@media only screen and (max-width: 600px) {
	input[type=submit], input[type=submit]:hover {
	background-color: #005CB9;/*  #001BD5!important;
	width: 49.99999%;
	height: 42px;
	margin-top: 0px;
  }
}*/

/* formulaire responsive , input[type=submit]:hover */
@media only screen and (max-width: 600px) {
	input[type=submit]{
/*	float: none !important;*/
	background-color: #005CB9;/*  #001BD5!important; */
	width: 49.99999%;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.1rem;
	font-weight: bold;
	height: 42px;
	margin-top: 0px;
  }
}

/* formulaire responsive */
@media only screen and (max-width: 600px) {
	input[type=submit]:hover {
	background-color: #4B95E7;/*  #001BD5!important; */
	width: 49.99999%;
	height: 42px;
	margin-top: 0px;
  }
}

.largeurfdset {
	width: 100%;
}

@media only screen and (max-width: 600px) {
.largeurfdset {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	padding-left: 0px;
	padding-right: 0px;*/
}
}

@media only screen and (min-width: 600px) {
.largeurfdset {
	max-width: 100%;
}
}

.largeurfdsetcont {
	width: 100%;
}

@media only screen and (max-width: 600px) {
.largeurfdsetcont {
	max-width: 100%;
	margin-left: auto; /* -5px;*/
	margin-right: auto; /*-5px;*/
	padding: 5px;
}
}

@media only screen and (min-width: 600px) {
.largeurfdsetcont {
	max-width: 90%;
	margin-left: auto; /* 10px; */
	margin-right: auto; /* 10px; */
	padding: 7px;
}
}

/*
@media only screen and (max-width: 600px) {
.largeurfdsetcont {
	width: 100%;
	margin-left: -10px; /*auto; /*-10px;*/
/*	margin-right: -10px; /*auto; /*-10px;*/
/*	padding-left: 0px;
	padding-right: 0px;
	}
}

@media only screen and (min-width: 600px) {
.largeurfdsetcont {
	width: 100%;
	margin-left: auto; /*-10px;*/
/*	margin-right: auto; -10px;
	}
}
*/
/* **** **** **** **** **** **** **** **** **** */
/*     Fin code section pour les formulaires    */
/* **** **** **** **** **** **** **** **** **** */

.divrecloupe {
	float: none;
	margin-top: 10px;
}

@media only screen and (max-width: 600px) {
.divrecloupe {
	float: none;
	margin-top: 0px;
  }
}

@media only screen and (min-width: 600px) {
.divrecloupe {
	float: left;
	margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
.divrecloupe {
	float: left;
	margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
.divrecloupe {
	float: left;
	margin-top: 0px;
  }
}

#loupe {
	background-color: transparent;
	float: none;
	line-height: 0px;/**/
	width: auto;
	height: 24px;
	font-size: 0.8rem;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 2px;
}

#labindex {
	color: #0000FF;
	float: left;
}

@media only screen and (max-width: 600px) {
	#labindex {
	float: none;
  }
}

@media only screen and (min-width: 600px) {
	#labindex {
	float: none;
  }
}

@media only screen and (min-width: 768px) {
	#labindex {
	float: none;
  }
}

@media only screen and (min-width: 992px) {
	#labindex {
	float: left;
  }
}

#labdico {
	color: #0000FF;
	float: left;
/*	margin-top: -2px;*/
	margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
	#labdico {
	margin-top: -2px;
	float: none;
  }
}

@media only screen and (min-width: 600px) {
	#labdico {
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	float: none;
  }
}

@media only screen and (min-width: 768px) {
	#labdico {
	margin-top: -10px;
	margin-bottom: 0px;
	float: none;
  }
}

@media only screen and (min-width: 992px) {
	#labdico {
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
  }
}

#envoyer {
	-webkit-appearance: none;
	background-color: #1B77CB;
	color: #FFFFFF;
	float: right;
	line-height: 26px;
	width: auto;
	height: 26px;
	font-size: 1rem; /*0.8rem;*/
	text-align: center;
	margin-top: 10px; /* 12px; */
	margin-bottom: 12px;
	margin-left: 10px;
	padding: 0px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	float: right;
	outline: none;
}

#envoyer:hover {
	-webkit-appearance: none;
	background-color: #4B95E7;
	outline: none;
}

@media only screen and (max-width: 600px) {
	#envoyer {
	float: none;
	height: 32px;
	margin-top: 12px;
	margin-bottom: 12px;
  }
}

#Recherche {
	float: left;
	width: 248px; /* 240px; */
	height: 26px;
	border: 0.05rem solid #0000FF;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.12);
	font-size: 1rem;
	margin-top: 10px;
/*	margin-bottom: -20px;-10px;*/
	padding-top: 0px;  /* 1px; */
	padding-bottom: 1px; /* 1.5px; */
}

#Recherche:focus {
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.10), 0 0 3px #0000FF;
	padding-left: 7px;
}

#Recherche:hover {
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.16), 0 0 3px #0000FF;
}

@media only screen and (max-width: 600px) {
#Recherche {
	margin-top: 10px;
	margin-bottom: -6px; /*10px !important;*/
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
  }
}

@media only screen and (min-width: 600px) {
#Recherche {
	margin-top: 10px;
/*	margin-bottom: -20px; 10px !important;*/
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
  }
}

.suggestion {
	position: relative;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
.suggestion {
	margin-top: 10px;
  }
}

.suggestion-items {
	position: absolute;
	border: 1px solid #D4D4D4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
/*	position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.suggestion-items div {
	padding: 0.16rem 0.6rem;
	cursor: pointer;
	background-color: #FFFFFF; 
	border-bottom: 1px solid #D4D4D4; 
}

@media only screen and (max-width: 600px) {
.suggestion-items {
	margin-top: 7px; /*0px;*/
  }
}

/*when hovering an item:*/
.suggestion-items div:hover {
	background-color: #E9E9E9; 
}

/*when navigating through the items using the arrow keys:*/
.suggestion-active {
	background-color: #1E90FF !important;/*  DodgerBlue*/
	color: #FFFFFF; 
}

.boutonnavcalc {
	display: block;
	background-color: #DDDDDD;
	border: none;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 6px;
	text-decoration: none;
	font: 14px Verdana, sans-serif;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	transition: background-color 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius:  8px;
	cursor: pointer;
	outline: none;
  }
 
.boutonnouvcalc {
	width: 80%;
	height: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #0000FF !important;
	background-color: #DDDDDD;
	border: 2px solid #1F85E0 !important;
	outline: none;
  }

.boutonnouvcalc:hover {
	background-color: #608FE8;
	padding-top: 5px;
	padding-bottom: 6px;
	color: white !important;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);	
	-ms-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.18);
	outline: none;
  }

.cpt {
	margin-top: -10px;
	margin-bottom: 0px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}
 
/* **** **** **** **** **** **** **** **** **** */
/*     Fin code section pour les formulaires    */
/* **** **** **** **** **** **** **** **** **** */


/* **** **** **** **** **** **** **** **** **** **** **** **** */
/*      Pour eviter l'effet de zoom avec safari smartphone     */
/* **** **** **** **** **** **** **** **** **** **** **** **** */

/*input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 1rem;
}
*/
