
/***********************************************************************************************/
/* codes pour les div's pour page claviercompfr.php et ne pas utiliser la balise html <table>  */
/***********************************************************************************************/

.contourtableau {
	float: left;
	width: 100%;
	border: 1px solid #0000FF;
	margin-bottom: 0px;
	padding: 1px 2px;
}

.separediv {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}

.divg {
	float: left;
	display: flex;			/* utiliser ensemble avec align-items pour centrer verticalement dans un div */
	align-items: center;	/* utiliser ensemble avec display: flex; pour centrer verticalement dans un div */
	border: solid 1px #001BD5;
	width: 49.7%;
	height: 64px;
/*	line-height: 193px; on peut utiliser ce code pour centrer vertivalement avec la même valeur de height au lieu du display: flex; et align-items: center; */
	text-align: justify;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.divg {
	padding: 8px 4px 10px 10px; /* H D B G */
  }
}

@media only screen and (min-width: 600px) {
	.divg {
	padding: 0px 6px 0px 8px; /* H D B G */
  }
}

.divd {
	float:right;
	display: flex;			/* utiliser ensemble avec align-items pour centrer verticalement dans un div */
	align-items: center;	/* utiliser ensemble avec display: flex; pour centrer verticalement dans un div */
	border: solid 1px #001BD5;
	width: 49.7%;
	height: 64px;
	text-align: justify;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.divd {
	padding: 8px 4px 10px 10px; /* H D B G */
  }
}

@media only screen and (min-width: 600px) {
	.divd {
	padding: 0px 6px 0px 8px; /* H D B G */
  }
}

.divg2 {
	float: left;
	display: flex;			/* utiliser ensemble avec align-items pour centrer verticalement dans un div */
	align-items: center;	/* utiliser ensemble avec display: flex; pour centrer verticalement dans un div */
	border: solid 1px #001BD5;
	width: 49.7%;
	height: 48px;
/*	line-height: 193px; on peut utiliser ce code pour centrer vertivalement avec la même valeur de height au lieu du display: flex; et align-items: center; */
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.divg2 {
	height: 64px;
	margin-bottom: 2px;
/*	padding: 10px;*/
	padding: 0px 0px 0px 6px; /* H D B G */
  }
}

@media only screen and (min-width: 600px) {
	.divg2 {
	padding: 0px 0px 0px 8px; /* H D B G */
  }
}

.divd2 {
	float:right;
	display: flex;			/* utiliser ensemble avec align-items pour centrer verticalement dans un div */
	align-items: center;	/* utiliser ensemble avec display: flex; pour centrer verticalement dans un div */
	border: solid 1px #001BD5;
	width: 49.7%;
	height: 48px;
	text-align: justify;
	margin-top: 1px;
	margin-bottom: 1px;
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
	table-layout: fixed; /* fixer la largeur des tables */
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.divd2 {
	height: 64px;
	font-size: 14px;
	padding: 8px 4px 8px 6px; /* H D B G */
  }
}

@media only screen and (min-width: 600px) {
	.divd2 {
	padding: 0px 4px 0px 6px; /* H D B G */
  }
}

/* Début div drapeau choix langue du site */
.divphototouche {
	position: relative;
	float: left;
	display: flex;			/* utiliser ensemble avec align-items pour centrer verticalement dans un div */
	align-items: center;
	border: none;	/* utiliser ensemble avec display: flex; pour centrer verticalement dans un div */
	width: 50px;
	height: 45px;
	margin-top: auto; /* 10px;*/
	margin-bottom: auto; /* -5px;*/
	margin-left: 0px;
	margin-right: 8px; /*0px;/*7px;*/
	outline: none;
}

/* Fin div drapeau choix langue du site */
@media only screen and (max-width: 600px) {
	.divphototouche {
	width: 100%;
	height: 100%;
	margin-left: -4px;
	padding-left: 0px;
  }
}

.simtable {
	display: table;
	border-spacing: 0px;
}

.celtable1 {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #0000FF;/**/
}

.celtable2 {
	display: table-cell;
	vertical-align: middle;
/*	padding-top: 8px; */
	padding-left: 8px;
	margin: auto;
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
	table-layout: fixed; /* fixer la largeur des tables */
}

@media only screen and (max-width: 600px) {
	.celtable1 {
	padding: 0px 4px 0px 0px;
  }
}

@media only screen and (min-width: 600px) {
	.celtable1 {
/*	padding: 0px;*/
/*	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;*/
  }
}

@media only screen and (max-width: 600px) {
	.celtable2 {
/*	padding-left: 8px; 14px;*/
/*	padding-top: 14px;
	padding-bottom: 4px;*/
  }
}

@media only screen and (min-width: 600px) {
	.celtable2 {
/*	padding-left: 8px; 10px;*/
/*	padding-top: 8px; /* 0px;*/
/*	padding-bottom: 0px;*/
  }
}

#convertfdt {
	width: 80%;
	background: #ECECEC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0px;
}

#convertfdt1 {
	width: 65%;
	background: #ECECEC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0px;
}

#convertfdt2 {
	width: 50%;
	background: #ECECEC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0px;
}

.separbox {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: -10px;
	background-color:#D5D5D5;
}

@media only screen and (max-width: 600px) {
	#convertfdt {
	width: 69.9999%;
	margin-left: auto;
	margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
	#convertfdt1 {
	width: 69.9999%;
	margin-left: auto;
	margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
	#convertfdt2 {
	width: 69.9999%;
	margin-left: auto;
	margin-right: auto;
  }
}

.trait {
	float: left;
	width: 100%;
	height: auto;
	border: solid 1px #001BD5;
	margin-top: 2px;
	margin-bottom: 2px;
}

.titre1 {
	float: left;
	border: solid 2px #001BD5;
	width: 49.6%;
	height: 26px;
	padding: 0px;
	text-align: center;
}

.titre2 {
	float: right;
	border: solid 2px #001BD5;
	width: 49.6%;
	height: 26px;
	margin-left: 2px;
	padding: 0px;
	text-align: center;
}

.divconvert {
	position: relative;
	width: 500px;
	height: auto;
	margin-top: 30px;
	margin-left: 27.5%;
	margin-right: 27.5%;
	padding: 10px;
}

@media only screen and (max-width: 600px) {
	.divconvert  {
	width: 99.99999%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
  }
}

@media only screen and (min-width: 600px) {
	.divconvert  {
	width: 84.99999%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
  }
}

@media only screen and (min-width: 768px) {
	.divconvert  {
	width: 74.99999%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
  }
}

@media only screen and (min-width: 992px) {
	.divconvert  {
	width: 59.99999%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
  }
}

span.tourner {
    font-family: Helvetica, Calibri, Arial, sans-serif;
	display: block;
    transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	color: #FFFFFF;
	font-size: 2.2rem;
	font-weight: 300;
	text-align: center;
}

span.tourner:hover {
	display: block;
    transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	color: #FF0000;
	font-size: 2.2rem;
	font-weight: 300;
	cursor: pointer;
}

span.tourner2 {
	display: inline-table;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	font-size: 1.2rem;
	text-align: center;
}
/************************************************************************************/
/*                Codes pour le tableau de la page claviercomp.php                  */
/************************************************************************************/

.imgtableau {
	padding-left: 0px;
	padding-right: 0px;
}

.divtableaugauche {
	display: inline-block;
	position: relative;
	width: 100%; /* 200px; */
	height: auto;
	text-align: center; /* justify; /*left;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 5px; /*5px; /* 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;
}

.divtabimggauche, .divtabimgdroite {
	display: inline-block;
	position: relative;
	width: 88%; /*100%; /* 200px; */
	height: auto;
	text-align: center; /*left;*/
	margin: 0px;
/*	margin-top: 0px;
	margin-bottom: 0px;*/
	padding: 0px;
 /*	padding: 0px 0px 0px 2px;/*5px; /* 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;
}

.divtabimggauche img, .divtabimgdroite img {
	width: 70%;
	text-align: center; /* justify; /*left;*/
/*	margin-left: auto;
	margin-right: auto; */
	margin: auto;
/*	margin-right: -10px;*/
/*	margin-top: 4px;
	margin-bottom: 4px;
/*	padding: 0px 0px 0px 2px;*/
	padding: 4px; /* 0px 0px 10px;*/
}

.divtableaudroite {
	display: inline-block;
	position: relative;
	width: 100%; /* 200px; */
	height: auto;
	text-align: justify; /*left;*/
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px 5px;/* 5px /* 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;
}

@media only screen and (max-width: 600px) { 
.divtabimggauche img {
	width: 90%; /*30%;*/
	margin: auto;
	padding: 4px;
  }
}

/************************************************************************************/
/*           Fin des codes pour le tableau de la page claviercomp.php               */
/************************************************************************************/
