/************************************************************************************  
** CSS pour l'appel des légendes ou des rubriques "En savoir plus"
** https://stackoverflow.com/questions/56375122/create-responsive-table-using-flexbox
*************************************************************************************/
/*********************************************
** Code de couleur
**
** BAS 			#E6DC14  RGBA(230,220,20,1)
** MODÉRÉ	#FFC800  RGBA(255,201,0,1)
** HAUT		#FF9600  RGBA(255,150,0,1)
** ÉLEVÉ 		#FF0000  RGBA(255,0,0,1)
** EXTRÊME	#C80000  RGBA(200,0,0,1)
**********************************************/

h1 {
  font-size: 1.8rem; 
  color: white;
}

h2 {
  font-size: 1.0rem; 
  color: #232020;
}

h3 {
  font-size: .9rem; 
  color: white;
}

h4 {
  font-size: .8rem; 
  color: #232020;
}

h5 {
  font-size: 1.2rem; 
  color:#034078;
}

h6 {
  font-size: 0.9rem; 
  font-weight: bold;
  color: #232020;
}

p { 
  font-size: 0.8rem;
  color: #232020;
}

 img.poisson {
    width: 183px;
    height: 22px;
    /*object-fit: contain; */
 }

 img.indexkp {
    width: 95px;
    height: 30px;
    /*object-fit: contain; */
 }

p.small {
  line-height: 0.7;
}

/************************************************************************************  
** FLEX Box tableau  
** https://stackoverflow.com/questions/56375122/create-responsive-table-using-flexbox
*************************************************************************************/
.container {
  display: grid; /* grid containers */
  grid-template-columns: repeat(2, 1fr); /* four columns */
  grid-template-rows: repeat(6, 1fr); /* four rows */
  grid-auto-flow: column; /* in column direction */
  border: none;
   max-width: 300px; 
}

.column1 {
  display: contents; /* the child elements would be grid items */
  border: none;
   text-align: left;
   position: absolute;
}

.column2 {
  display: contents; /* the child elements would be grid items */
  border: none;
  position: absolute;
}

.cell {
  border: none;
  padding: 5px;
}

/* fin */

/************************************************************************************  
** Menu à onglets 
**   https://codepen.io/mikegmz/pen/bGvdbb   
*************************************************************************************/

* {
	margin: 0;
	padding: 0;
  
}

#menu-tab {
	/*background: white;*/
    font-family: 'trebuchet ms', geneva; 
	font-size: 11pt;
	color: white;
}
	
#menu-tab a {
  color: grey;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
}

#menu-tab a:hover{
  color: green;
}
	
/*--------------Dimensions tableau--------------*/

#page-wrap {
  width: 90%; 
  margin: 10px auto;
}
	
/*--------------Onglets--------------*/

.tabs {
  position: relative;   
  min-height: 330px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.tabsFTZ {
  position: relative;   
  min-height: 330px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
    
.tabsFTZ {
  position: relative;   
  min-height: 330px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.tabsUV {
  position: relative;   
  min-height: 280px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.tabsKP {
  position: relative;   
  min-height: 320px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
		
.tab {
  float: left;
}

.tab label {
  background: rgba(3, 64, 120, 1);
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
 }
 
.tab [type=radio] {
  display: none;   
}

.tab1 {
  float: left;
}

.tab1 label {
  background: rgba(230, 220, 20,1);
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
}

.tab1 [type=radio] {
  display: none;   
}

.tab2 {
  float: left;
}

.tab2 label {
  background: rgba(255, 201, 0, 1);
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
}

.tab2 [type=radio] {
  display: none;   
}

.tab3 {
  float: left;
}

.tab3 label {
  background: rgba(255, 150, 0, 1);
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
}

.tab3 [type=radio] {
  display: none;   
}

.tab4 {
  float: left;
}

.tab4 label {
  background: rgba(255, 0 ,0 ,1);
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
}

.tab4 [type=radio] {
  display: none;   
}

.tab5 {
  float: left;
}

.tab5 label {
  background: rgba(200, 0, 0, 1);
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  border-radius: 10px 10px 0px 0px;
  box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
}

.tab5 [type=radio] {
  display: none;   
}

/*--------------Contenu article onglet--------------*/
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: #eaeaea;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
  border-radius: 0px 10px 10px 10px;
  box-shadow:6px 6px 10px rgba(0, 0, 0, 0.41);
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: -20px;
}

.content > * {
  opacity: 0;
      
  -webkit-transform: translate3d(0, 0, 0);

  -webkit-transform: translateX(-100%);
  -moz-transform:    translateX(-100%);
  -ms-transform:     translateX(-100%);
  -o-transform:      translateX(-100%);
      
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -ms-transition:     all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
	
/*-------------Onglets actifs--------------*/

[type=radio]:checked ~ label {
  background: #eaeaea;
  color: black;
  border-bottom: 1px solid white;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

[type=radio]:checked ~ label ~ .content > * {
  opacity: 1;
      
  -webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
}

/*--------------Images--------------*/
/*
.content img {
  border:4px solid white;
  box-shadow:6px 6px 10px grey;
  
  -webkit-transition: all 0.6s ease;
   -moz-transition:    all 0.6s ease;
   -ms-transition:     all 0.6s ease;
   -o-transition:      all 0.6s ease;
 }
	
.content img:hover {    
  opacity: 0.8;
  -webkit-transform: rotate(7deg);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
	  
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -ms-transition:     all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
*/