
/* 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: 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: 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: 5px 0px 5px;
}
.divgauquest span {
	margin: 5px 0px 5px;
}


.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;
	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=number] {
	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=number]:focus {
  background-color: #E1F1F9; /* lightblue; */
}

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

input[type=tel] {
	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=tel]:focus {
  background-color: #E1F1F9; /* lightblue; */
}

@media only screen and (max-width: 600px) {
input[type=tel]: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: blue;
	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;
}

.fleche {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
}

.fleche::after {
	content: "\0021D2";
}

@media only screen and (max-width: 600px) {
   .fleche {
    position: relative;
    display: inline-block;
  }

.fleche::after {
    position: relative;
    display: inline-block;/**/
/*    content: "\000020,\0021D3";*/
    content: "\000020 \002935";
  }
}

/*.fraction-input {
	width: 50px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
	border: 2px solid #ccc;
	outline: none;
}

.fraction-line {
border-top: 2px solid black;
margin: 10px 0;
width: 100%;
}
*/

.fraction-line {
	width: 45px;
	height: 2px;
	background-color: black;
	border: none;
	margin: 15px 10px;
}

/*
.fraction-operator {
	width: 50px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
	border: 2px solid #ccc;
	background-color: white;
	outline: none;
}*/

.fraction {
	display: flex;
	align-items: center;
	justify-content: center;/**/
	width: 40px;
	height: 40px;
	margin: 30px;
}

.fraction-num {
	font-size: 24px;
}

.fraction-denom {
	font-size: 24px;
}

.top {
	border-bottom: 2px solid black;
	padding-bottom: 5px;
}

.bottom {
	border-top: 2px solid black;
	padding-top: 5px;
}

.plus, .equal {
  font-size: 30px;
  font-weight: bold;
  margin: 10px;
}

.fraction .top {
  border-bottom: 2px solid black;
  padding-bottom: 5px;
}

.fraction .bottom {
  padding-top: 5px;
}

.divnumdenom {
	display: inline-table;
	position: relative;
	width: auto;
/*	padding-bottom: 20px;*/
}

.divresultdec {
	display: inline-table;
	position: relative;
	width: auto;
/*	padding-bottom: 20px;*/
}

.supcarrecalc {
	display: inline-table;
	position: relative;
/*	padding-bottom: 20px;*/
}

.supcarrecalc::after {
  content: "";
  position: absolute;
  bottom: -10px;;
  left: 0;
  width: 100%;
  height: 2px;
  padding-bottom: 2px;
  background-color: black;
}

.carrecalc {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px; /* 60px; /* 40px; */
	height: 40px;
	margin: 5px;
	font-size: 15px; /* 16px; /* 20px; */
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

.carrecalcoper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px; /* 88px; /* 60px; /* 40px; */
	height: 40px;
	margin: 5px;
	font-size: 15px; /* 16px; /* 20px; */
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

.carrecalcpgcd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px; /* 60px; /* 40px; */
	height: 40px;
	margin: 5px;
	text-align: center;
	font-size: 18px; /* 16px; /* 20px; */
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

.carrecalcracar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 40px;
	margin: 5px;
	text-align: center;
	font-size: 18px;
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

#racar {
	bottom: -10px;
  }

#puiss {
/*	top: -5px;
	right: -10px;
	left: 0px;*/
  }
  
.input-container {
	width: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center; /* Ajout de la propriété justify-content */
}
  
.puissance-container {
	width: 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	margin-right: -110px;
	margin-top: 5px;	
}

.puissance {
	width: 200px;
	font-size: 14px;
	margin-left: -60px;
	margin-right: -70px;
}

@media only screen and (max-width: 600px) {
   .puissance {
	margin-left: -80px;
	margin-right: -90px;
  }
}

.carrecalcsup {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px; /* 40px; */
	height: 40px;
/*	margin: 5px;*/
	margin-top: 5px;
	margin-bottom: -50px; /* -8px; */
	margin-left: auto;
	margin-right: auto;
	font-size: 16px; /* 20px; */
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

@media only screen and (max-width: 600px) {
   .carrecalcsup {
	margin-bottom: -12px;
/*    position: relative;
    display: inline-block;*/
  }
}

.carrecalcinf {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px; /* 40px; */
	height: 40px;
	margin: 5px;
	font-size: 16px; /* 20px; */
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
}

/*///////////////////////////////////////////////////////*/
/*///////// Pour la cellule avec les fractions //////////*/

/* Calcul simplication */
.cellule {
    width: 100%; /*100%; */
	height: 100%;
    display: flex;
	align-items: center; 
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
 	margin-top: 10px;
	margin-bottom: 10px;
/*	margin-left: 0px;
	margin-right: 0px;*/
}
  
/*
.cellule > div {
/*  width: 30%; /* 100% 
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
*/

/* Fractions normales */
.cellule3col {
    width: auto; /*100%; */
    display: flex;
	align-items: center; 
	justify-content: center;
    flex-direction: row;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px; /* -25px;*/
	margin-right: 0px; /* -25px;*/
  }
  
@media only screen and (max-width: 600px) {
.cellule3col {
    width: auto;
    display: flex;
	align-items: center; 
	justify-content: center;
    flex-direction: row;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px; /* -25px;*/
	margin-right: 0px; /* -25px;*/
	padding: 0px;
  }
}

/* Fractions mixtes */
.cellule5col {
    width: auto; /* 100%; */
    display: flex;
	align-items: center; 
	justify-content: center;
    flex-direction: row;
	margin-top: 15px;
	margin-bottom: 15px;
/*	margin-left: 0px;
	margin-right: 0px;*/
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
  }
  
@media only screen and (max-width: 600px) {
.cellule5col {
    width: auto;
    display: flex;
	align-items: center; 
	justify-content: center;
    flex-direction: row;
	margin-left: -55px;
	margin-right: -55px;
	padding: 0px;
  }
}

/* Fractions mixtes */
.cellule5colquest {
    width: auto; /* 100%; */
    display: flex;
	align-items: center; 
	justify-content: center;
    flex-direction: row;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -25px;
	margin-right: -25px;
/*	margin-left: 10px;
	margin-right: 10px;*/
	padding: 0px;
  }
  
@media only screen and (max-width: 600px) {
.cellule5colquest {
    width: auto;
    display: flex;
	align-items: center; 
	justify-content: center;
    flex-direction: row;
	margin-left: -55px;
	margin-right: -55px;
	padding: 0px;
  }
}

/* Fractions normales */
.colonnex3 {
    width: 25%; /*26%;*/
    text-align: center;
  }
 
.colonnesymbolx3 {
    width: 5%;
    text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #2034BD;
}

/*
@media only screen and (max-width: 600px) {
.colonnesymbolx3 {
	margin-left: -5px;
	margin-right: -5px;
  }
}	
*/

/* Fractions normales exercices */
 
.colonnefracsymbx3 {
    width: 5%;
	margin-left: 0px;
	margin-right: 0px;
    text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #2034BD;
}

@media only screen and (max-width: 600px) {
.colonnefracsymbx3 {
	margin-left: -5px;
	margin-right: -5px;
  }
}
 
.colonnefracsymbinstx3 {
    width: 5%;
	margin-left: -25px;
	margin-right: -25px;
    text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #2034BD;
}

@media only screen and (max-width: 600px) {
.colonnefracsymbinstx3 {
	margin-left: -5px;
	margin-right: -5px;
  }
}

/**********************/

/* Fractions mixtes */
.colonnex5 {
    width: 13%;
    text-align: center;
  }
 
.colonnesymbolx5 {
    width: 7%;
    text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #2034BD;
}
/********************/

.colonnenumint {
    width: 14%;
    text-align: center;
  }
 
.colonneext {
    width: auto; /*10%;*/
    text-align: center;
  }

#numint1 {
	width: 49px;
	height: 40px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

#numint2 {
	width: 49px;
	height: 40px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}


#num1 {
	width: 49px;
	height: 40px;
	margin-bottom: -5px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

#num2 {
	width: 49px;
	height: 40px;
	margin-bottom: -5px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

#denom1 {
	width: 49px;
	height: 40px;
	margin-top: -2px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

#denom2 {
	width: 49px;
	height: 40px;
	margin-top: -2px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}


.n1 {
	width: 49px;
	height: 40px;
	margin-bottom: -5px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

.n2 {
	width: 49px;
	height: 40px;
	margin-bottom: -5px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

.d1 {
	width: 49px;
	height: 40px;
	margin-top: -2px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

.d2 {
	width: 49px;
	height: 40px;
	margin-top: -2px;
	font-size: 17px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}

.n1quest {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 42px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.95rem;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
	box-sizing: border-box;
}

.n2quest {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 42px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.95rem;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
	box-sizing: border-box;
}

.d1quest {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 42px; /*100%;*/
	height: 40px; /*100%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	background-color: #FFFFFF;
/*	font-size: 17px;*/
	text-align: center;
	padding: 7px;
/*	padding-left: 4px;
	padding-right: 4px;*/
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.95rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
	box-sizing: border-box;
}

.d2quest {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 42px; /*100%;*/
	height: 40px; /*100%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	background-color: #FFFFFF;
/*	font-size: 17px;*/
	text-align: center;
	padding: 7px;
/*	padding-left: 4px;
	padding-right: 4px;*/
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.95rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
	box-sizing: border-box;
}


.int1 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 42px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.95rem;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
	box-sizing: border-box;
}

.resultpgcd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.95rem;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	resize: none;
	outline: none;
	box-sizing: border-box;
}

/* le separator c'est pour un trait vertical - voir l'autre pour le trait horizontal => fraction-line
.separator {
			display: inline-block;
			width: 1px;
			height: 50px;
			margin: 0 5px;
			background-color: black;
		}
/* **** **** **** **** **** **** **** **** **** */
/*     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;
}
