body {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: var(--couleur_fonce);
  margin: 0px;
}


.max_width_page {
  max-width: var(--max_width_page);
}

.header_gros {
  font-family: sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-wrap: nowrap;
}

.header_normal {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-wrap: nowrap;
}

.header_vignette {
  margin: 3px;  
  padding: 4px;
  border-radius: 5px;
}

@media screen and (min-width: 701px) {

    .class_double_format {
      font-size: 18px;
      font-weight: bold;
    }
  }

 @media screen and (max-width: 700px) {

  .class_double_format {
    font-size: 13px;
    font-weight: bold;
  }
} 

.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  color: var(--couleur_fonce);
  font-size: 16px;
  font-weight : bold;
  text-decoration :none;
  font-family: Arial, Helvetica, sans-serif;
}

.menu2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  color: var(--couleur_fonce);
  font-size: 16px;
  font-weight : bold;
  text-decoration :none;
  font-family: Arial, Helvetica, sans-serif;
}

.menu3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  color: #8a821c;
  font-size: 16px;
  font-weight : bold;
  text-decoration :none;
  font-family: Arial, Helvetica, sans-serif;
}

.background_fonce {
  background-color: var(--couleur_fonce);
  color: #FFFFFF;
}

.background_tres_fonce {
  background-color: var(--couleur_tres_fonce);
  color: #FFFFFF;
}

.background_tres_clair {
  background-color: var(--couleur_tres_clair);
  color: var(--couleur_tres_fonce);
}

.background_fond_ligne {
  background-color: var(--fond);
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: var(--couleur_tres_fonce);
  background-color: var(--fond);
}

h2 {
  text-align: left;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--couleur_tres_fonce);
  /* background-color: var(--fond); */
  
}

.texte_normal{
  font-size: var(--font_taille);
  line-height: 24px;
}

.texte_gras_couleur{
  font-size: var(--font_taille);  font-weight: 400;
  line-height: 24px;
  color: var(--couleur_tres_fonce);
  font-weight: bold;
}

.footer {
  text-align: center;
  color: #FFFFFF;
}

.texte_gauche {
  text-align: left;
}

.bouton_lien {
  margin: 5px;
  padding: 3px;
  border: 1px solid var(--couleur_moyen);
  /* border-radius: 4px; */
  background: #FFFFFF;
  max-width: 200px;
  width: 100%;
}

.note {
  margin: 5px;
  padding: 3px;
  border: 1px solid #0f6b45;
  /* border-radius: 4px; */
  background: #e7f0ec;
  color: #0f6b45;
}

.warning {
  margin: 5px;
  padding: 3px;
  border: 1px solid #613a07;
  /* border-radius: 4px; */
  background: #ebe5df;
  color: #613a07;
}

.liste_menu1 {
  margin: 5px;
  padding: 3px;
  border-bottom: 1px solid var(--couleur_moyen);
  /* border-radius: 4px; */
  background: #FFFFFF;
  max-width: 200px;
  width: 100%;
}

div.liste_menu1:hover, div.bouton_lien:hover {
  background: var(--couleur_moyen);
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #f1f3f5;
}


div.liste_menu1[data-isactif="true"], div.bouton_lien[data-isactif="true"]  {

  background: var(--couleur_clair);
  color: #f2f2f2;
}

.liste_menu2 {
  margin: 5px;
  padding: 3px;
  border-bottom: 1px solid  var(--couleur_tres_tres_fonce);
  /* border-radius: 4px; */
  background: #FFFFFF;
  max-width: 200px;
  width: 100%;
}

div.liste_menu2:hover, div.bouton_lien:hover {
  background: var(--couleur_moyen);
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #f1f3f5;
}


div.liste_menu2[data-isactif="true"], div.bouton_lien[data-isactif="true"]  {

  background: var(--couleur_clair);
  color: #f2f2f2;
}

.bouton_menu {
  display:none;
  text-align: center;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.invisible {
  display:none;
}

.class_pointeur {
  cursor: pointer;
}

.flex_wrap_permanent {
  flex-wrap: wrap;
 }

 .flex_stretch {
 align-items: stretch;
 }

/* petit ecran */
@media screen and (max-width: 999px) {

  .menu {
    flex-direction: column;
    display: none;
  }

  .bouton_menu {
    display:block;
  }

  .colonne_50, .colonne_30, .colonne_75, .colonne_700px, .colonne_900px {
    width: 100%;
  }

  
  .flex_wrap {
    flex-wrap: wrap;
   }

   .formulaire_colonne_droite, .formulaire_colonne_gauche {
    width: 100%;
    text-align : left;
    flex-grow: 1;
    }

  .formulaire_ligne {
    flex-wrap: wrap-reverse;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }

  .vignette2 {
     flex-direction: column-reverse;
  }

  .flex-ligne_reverse {
     flex-direction: column-reverse;
  }

    .table-scroll .colonne3 {
  position:relative;
  }

  .table-scroll .colonne3 {
  position: relative;
  }
   .table-scroll thead .colonne2{
  position: relative;
  }

  .table-scroll thead .colonne3{
  position: relative;
  }

}

/* ==== tableau scroll  === */

th.colonne_basique{
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #2b2d30;
  background-color: var(--couleur_tres_clair);
  /* width : 20%; */
  height : 40px;
  text-align : center ;   
}

td.colonne_basique {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #2b2d30;
  background-color: #edeef0;
  /* width : 20%; */
  height : 40px;
  text-align : center ;   
}

td.colonne_principale, th.colonne_principale
{
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #FFFCF4;
   /* background-color: #58647a; */
   /* background-color: #335569; */
   background-color: #153547;
   min-width : 100px;
   height : 25px;
   text-align : center ;   
   word-break: break-word;
   border: #3E4B57 1px solid; 
}

td.colonne_principale_id
{
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #FFFCF4;
   background-color: #3E4B57;
   height : 25px;
   text-align : center ;
   border: #000000 1px;   
}

td.colonne_principale_r, th.colonne_principale_r
{
   font-family: Arial;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #21282f;
   background-color: #edeef0;
   /* width : 20%; */
   height : 25px;
   text-align : center ;
   border: #000000 1px solid;   
}


.table-scroll-div {
  background: #fbfcfd;
  justify-content: left;
  width: calc(100% - 20px);
  border-radius: 4px;
  margin: 0px;
  padding: 10px;
  height: auto;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
}

.table-scroll-div_public {
  background: #fbfcfd;
  justify-content: left;
  width: calc(100% - 20px);
  border-radius: 4px;
  margin: 0px;
  padding: 10px;
  height: auto;

}

.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0px;
  overflow: auto;
  /* max-height: 750px; */
  /* max-height: calc(100vh - 320px);; */
  padding: 0px;
  background: #fbfcfd;

}
.table-scroll table {

  min-width: 250px;
  /*margin: auto;*/
  border-collapse: separate;
  border-spacing: 2px;
  width : 100%;
}
.table-wrap {
  position: relative;
}

.table-scroll thead th {

  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.table-scroll thead .rangee2 {

  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 2;
} 
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index:4;
}

.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.background_zone_page {
background-color: var(--fond_zone_page);
margin-left: 20px;
margin-right: 20px;
}


/* grand ecran */
@media screen and (min-width: 1000px) {

  .menu {
    display: flex !important;
  }

  .colonne_30 {
    width: 30%;
  }

  .colonne_50 {
    width: 50%;
  }

  .colonne_75 {
    width: 75%;
  }

  .colonne_700px {
    width: 700px;
  }

  .colonne_900px {
    width: 1000px;
  }

  .flex_wrap {
    flex-wrap: nowrap;
   }

   .formulaire_ligne {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  
  }

}

.flex_contenur_groupe_ligne_nowrap {
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
  margin: 1px;
  list-style: none;
  align-items: center; 
}

.contenu_page_modal {
  /* background-color: #cad4da; */
  background-color: white;
  /* background-color: #eceaea; */
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* max-width: 12000px; */
  border-radius: 10px;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

li {
  margin: 5px;
  font-size: var(--font_taille);
  line-height: 24px;
}

:root {
  /* --couleur_tres_fonce: rgb(44, 42, 117);
  --couleur_fonce: rgb(30, 27, 180);
  --couleur_moyen: rgb(85, 83, 212);
  --couleur_clair: rgb(140, 140, 196);
  --couleur_tres_clair: rgb(229, 229, 240); */
  --fond: rgb(255, 255, 255);
  --fond_zone_page: #F2F2F2;
  --max_width_page: 1600px;
  --lien_clair: #FFFFFF;
  --font_taille: 18px;

  --couleur_tres_tres_fonce: #510e53;
  --couleur_tres_fonce: #0e3846;
  --couleur_fonce: #4f8a9e;
  --couleur_moyen: #196277;
  --couleur_clair: #71919c;
  --couleur_tres_clair: #b5c4ca;

}

/* global style */
.flex-ligne {
  display: flex;
  width: 100%;
  padding-bottom: 2px;
}

.flex-ligne_reverse {
  display: flex;
  width: 100%;
  padding-bottom: 2px;
}

.flex-item {
  margin: 1px;
  padding: 2px 4px;
  /* text-align: center; */
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
}

.align_oppose {
 justify-content: space-between; 
}

.align_centre {
 justify-content: center; 
}

.hauteur_centre {
  align-items: center;
 }

 .hauteur_etire {
  align-items: stretch;
 }


.contenur_espace {
  justify-content: space-around;
}

.colonne {
  flex-direction: row;
}

.ligne {
  flex-direction: column;
}

.page_limite_largeur {
  max-width : 800px;
}

.vignette {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center; 
  padding: 4px;
  border-radius: 5px;
  background-color: var(--couleur_tres_clair);
  color: var(--couleur_fonce);
  border: 1px solid var(--couleur_moyen);
  border-radius: 5px;
  margin: 10px;
  padding: 2px;
}

.vignette2 {
  font-family: sans-serif;
  font-size: 16px;
  padding: 4px;
  border-radius: 5px;
  background-color: var(--couleur_clair);
  color: #FFFFFF;
  border: 1px solid var(--couleur_moyen);
  border-radius: 5px;
  margin: 10px;
  padding: 2px;
  display: flex;
  width: 100%;
}

.formulaire_colonne_gauche {
  /*float: left;*/
  display: block;
  /*flex-grow: 0.33;*/
  width: 33%;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  color: #182b59;
  margin-right: 5px;
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  line-height: 30px;
  /*margin :5px;*/
  min-width: 250px;
  max-width: 350px;
  /*border-bottom: solid #1b76a3 1px;*/
  
}

.formulaire_colonne_droite {
  /*float: left;*/
  display: block;
  /*flex-grow: 0.33;*/
  width: 63%;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  color: #182b59;
  margin-left: 5px;
  margin-top: 4px;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  min-width: 250px;
  /* max-width: 900px; */
  background: #eaeef5;
  border-radius: 4px;
  border-bottom: #c6dafd 1px solid;
}

.formulaire {
  padding: 5px;
  display: flex;
  flex-direction : row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  background: #fbfcfd;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
  overflow: auto;
}

.formulaire[data-isInVisible="true"]  {
  display:none;
}

.header_content_no_flex {
  background: #f9fafa;
  justify-content: left;
  /* width: calc(100% - 5px); */
  border-radius: 4px;
  margin: 0px;
  padding: 0px;
  height: auto;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
}

.page_modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  /* padding-top:2%; */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(143, 151, 70, 0.7);
}

.header_content_no_flex {
    /* background: #f9fafa; */
    background: white;
    justify-content: left;
    /* width: calc(100% - 5px); */
    border-radius: 4px;
    margin: 0px;
    padding: 0px;
    height: auto;
    /*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);*/
  }

  .flex_conteneur_date_picker_modal {
  display: flex;
  /* flex-flow: row nowrap; */
  padding: 0;
  margin: 1px;
  list-style: none;
  align-content: flex-start;
}

.liste_bouton_mois {
  margin: 5px;
  padding: 3px;
  border: 1px solid #364053;
  border-radius: 4px;
  background: white;
  color: #364053;
}

.liste_bouton_mois:hover {
  background: #1a61ac;
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #f1f3f5;
}

.flex_contenur_ligne_wrap {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}


div.liste_bouton_mois[data-isactif="true"] {
  background: #364053;
  color: #f2f2f2;
}

@media screen and (min-width: 701px) {

    .class_double_format {
      font-size: 18px;
    }
  }

.flex_groupe_data {
  /* background: white; */
  padding: 3px;
  /* width: 100px; */
  /* height: 150px; */
  margin: 2px;
  margin-left:5px;
  line-height: 23px;
  color: blue;
  font-weight: bold;
  font-size: 18px;
  
}

.groupe_data_align_centre {
  text-align: center;
  width: 180px;
}

@media screen and (max-width: 700px) {

  .class_double_format {
    font-size: 13px;
  }

  .formulaire_colonne_droite, .formulaire_colonne_gauche {
    width: 100%;
    text-align : left;
    flex-grow: 1;
    }

  .formulaire_ligne {
    flex-wrap: wrap-reverse;

  }
  .flex_contenur_groupe_ligne_nowrap_large {
    /* flex-direction: column; */
    flex-wrap: nowrap;
  }
  .groupe_data_align_centre_large {
    width: 350px; 
  }

  .texte_confirmation_prereserve, .texte_confirmation_modal, .texte_liste_modal, .contenu_page_modal, .contenu_formulaire_page_modal, .contenu_formulaire_modal, .texte_calendrier_modal {
    /* background-color: #cad4da; */
    max-height: 80%;
    overflow: scroll;
    margin-bottom:0px !important;
    padding: 20px;
  }

  .flex_conteneur_date_picker_modal {
    display: flex;
    flex-flow: column ;
    padding: 0;
    margin: 1px;
    list-style: none;
    align-content: flex-start;
  }
  
  .flex_conteneur_date_picker_selection {
    display: flex;
    flex-flow: row ;
  }

  .flex_forumlaire_client {
    flex-direction: column;
    
  }

  .header_content {
    flex-wrap: nowrap;
    justify-content: left;
    align-items: stretch;
    overflow-x: auto;
  }

}

.flex_conteneur_date_picker_selection {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 1px;
  list-style: none;
  align-items: center; 
}

.contenu_page_modal {
  /* background-color: #cad4da; */
  background-color: white;
  /* background-color: #eceaea; */
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* max-width: 12000px; */
  border-radius: 10px;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.modal_fermer {
  color: #313030;
  float: right;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  flex-grow: 1;
  margin-right: 10px;
}

.modal_fermer:hover,
.modal_fermer:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.page_modal_fermer {
  color: #ced9e2;
  background-color: #153547;
  /* float: right; */
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  flex-grow: 1;
  /* margin-right: 10px; */
}

.page_modal_fermer:hover,
.page_modal_fermer:focus {
  color: #FFFFFF;
  background-color: #335569;
  text-decoration: none;
  cursor: pointer;
}

img.liste_menu {
  vertical-align: middle;
}

span.texte_infobulle_accordeon 
{
  display:none;
  color: #161412;
  font-size: 14px;
  font-weight : normal;
  text-decoration :none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: initial;
  text-align: left;
  background-color: #60f3a7cc;
  padding: 5px;
}

span.texte_infobulle_accordeon:target{display:block;}

.calendrier_modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  /* padding-top:2%;  */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(75, 117, 97, 0.7); 
}

.texte_calendrier_modal {
  /* background-color: #cad4da; */
  background-color: white;
  /* background-color: #eceaea; */
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 1000px;
  border-radius: 10px;
  overflow: auto;
  max-height: 90%; 
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.border_left4 {
  border-left: 7px solid #154c79;
  border-radius: 4px;
  padding-left: 5px;
}

.police_titre {
  /*color: #182b59;*/
  /* color: #154c79; */
  /* color: #032d50; */
  color: #044762;
  font-size: 20px;
  font-weight : bold;
  text-decoration :none;
  font-family: Arial, Helvetica, sans-serif;
}

.champs {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: left;
  line-height: 35px;
}

.header_content {
  /* background: #f9fafa; */
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  /* width: calc(100% - 5px); */
  border-radius: 4px;
  margin: 0px;
  padding: 0px;
  height: auto;
  /*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);*/
  overflow-x: auto;
}

@media screen and (min-width: 701px) {

.header_content {
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}

}


.header_content_no_flex_ss_ombre {
  background: #f9fafa;
  justify-content: left;
  /* width: calc(100% - 5px); */
  border-radius: 4px;
  margin: 0px;
  padding: 0px;
  height: auto;
}

.champs {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: left;
}


input[type=checkbox] {
  border: 2px solid rgb(43, 59, 201);
  border-radius: 4px;
}

input {
  width: 100%;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  vertical-align: middle ;
  height: 100%;
  text-align: left;
  border-bottom: solid #61676b 2px;
  box-shadow: inset 0px 1px 5px rgba(48, 47, 47, 0.2);
  font-size: 18px;
  }

input.color {
    width: calc(100% - 158px);
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    vertical-align: middle ;
    height: 100%;
    text-align: left;
    border-bottom: solid #61676b 2px;
    box-shadow: inset 0px 1px 5px rgba(48, 47, 47, 0.2);
    }

input:focus {
    border-color: #66AFE9;
    /*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);*/
    outline: 0;
    border-bottom: solid #3478c6 3px;
    background: #ebf0fd;
 }

 input:read-only,  textarea:read-only {
  border-color: #66AFE9;
  /*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);*/
  outline: 0;
  border-bottom: solid #a3a5a7 2px;
  background: #dfe0e2;
}

input::placeholder {
  vertical-align: middle ;
  text-align: left;
  color: #7c7c7e;
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  }

input.placholder_gras::placeholder {
    vertical-align: middle ;
    text-align: left;
    color: #1f1d1d;
    background-color: #bac4db;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    }

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px ;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  width:100%;
  font-family: arial;
  font-size: 20px;
  text-align: center;
}

input[type=submit].rechercher {
  background-color: #147a55;
  color: white;
  /* padding: 3px 3px ; */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width:120px;
  font-family: arial;
  font-size: 20px;
  margin-left: -7px;
  margin-top: -1px;
  border: 2px solid #147a55;
}

input.rechercher {
  padding: 5px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  vertical-align: middle ;
  /* height: 40px; */
  border-bottom: solid #1b76a3 2px;
  background-color: #f4f7f5;
  }

input[type=number] {
  text-align: center;
  }

input[type=submit].modifier {
  background-color: #154c79;
  color: white;
  padding: 12px 20px ;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  width:100%;
  font-family: arial;
  font-size: 20px;
}

input[type=submit].submit_transparent {
  /* background-color: #154c79; */
  background-color: transparent;
  color: #154c79;
  padding: 12px 20px ;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  width:100%;
  font-family: arial;
  font-size: 20px;
}

input[type=button] {

  /* background: white;
  color: #0d6efd;
  border: 1px  solid #0d6efd;
  padding: 1px;
  margin-left: -2px;
  margin-right: -2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  vertical-align: middle ;
  height: 100%;
  text-align: left;
  border-bottom: solid #61676b 2px;
  box-shadow: inset 0px 1px 5px rgba(48, 47, 47, 0.2);
  font-size: 18px; */
}

input.bouton {
  width:20%;
  background: white;
  color: #0d6efd;
  border: 1px  solid #0d6efd;
  padding: 1px;
  margin-left: -2px;
  margin-right: -2px;
  border-radius: 4px;
  resize: vertical;
  vertical-align: middle ;
  height: 100%;
  text-align: center;
  border-bottom: solid #61676b 2px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 18px;
  text-align: center;
}

input.verrou {
  background: rgb(90, 90, 90);
  color: #918f8f;
}

input.bouton_texte {
  background: white;
  color: #0d6efd;
  border: 1px  solid #0d6efd;
  padding: 1px;
  margin-left: -2px;
  margin-right: -2px;
  border-radius: 4px;
  resize: vertical;
  vertical-align: middle ;
  height: 100%;
  text-align: center;
  border-bottom: solid #61676b 2px;
  border-bottom: solid #61676b 2px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 18px;
  text-align: center;
} 

input.bouton:hover, input.bouton_texte:hover {
  background: #1a61ac;
  color: white;
}

input.effacer {
  background-color: #f80707;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  width:100%;
  font-size: 20px;
  font-weight : bold;
  text-decoration :none;
}

input.ressource {
  color: black;
  background-color: #ffffff;
  padding: 3px;
  border: none;
  border-radius: 4px;
  font-weight : bold;
  text-decoration :none;
}

input.date_select {
  color: black;
  background-color: #f2f2f2;
  padding: 3px;
  border: none;
  border-radius: 4px;
  font-weight : bold;
  text-decoration :none;
}

textarea {
  width: 100%;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  vertical-align: middle ;
  height: 100%;
  text-align: left;
  color: rgb(32, 32, 32);
  font-weight : normal;
  font-size: 14px;
  }

  select {
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* -ms-appearance: none; */
    /* appearance: none; */
    outline: 0;
    box-shadow: none;
    border: 0px solid #6c7074;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    cursor: pointer;
    border-bottom: solid #1b76a3 2px;
    height: 30px;
  }
  /* modification flèche IE */
  select::-ms-expand {
    display: none;
  }
  
  .select {
    position: relative;
    display: flex;
    line-height: 30px;
    overflow: hidden;
    border-radius: .25em;
    height: 30px;
  }
  
  /* flèche */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #343a41;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #fcfaf8;
  }
  /* Transition */
  .select:hover::after {
    color: #0d6efd;
  }

  .class_width_100pourcent {
    width: 100%;
  }
  .class_width_90pourcent {
    width: 90%;
  }
  .class_width_95pourcent {
    width: 95%;
  }
  .class_width_50pourcent {
    width: 50%;
  }
  .class_width_25pourcent {
    width: 25%;
  }
  .class_width_33pourcent {
    width: 33%;
  }
  .class_width75pourcent {
    width: 75%;
  }


  
.gg-copy {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 14px;
  height: 18px;
  border: 2px solid;
  cursor: pointer;
  z-index: 1;
  /*margin-left: -5px;
  margin-top: -4px*/
  }
 
  .gg-copy::after,
  .gg-copy::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  }
 
  .gg-copy::before {
  background:
  linear-gradient( to left,
  currentColor 5px, transparent 0)
  no-repeat right top/5px 2px,
  linear-gradient( to left,
  currentColor 5px, transparent 0)
  no-repeat left bottom/ 2px 5px;
  box-shadow: inset -4px -4px 0 -2px;
  bottom: -6px;
  right: -6px;
  width: 14px;
  height: 18px;
  z-index: 1;
  }
 
  .gg-copy::after {
  width: 6px;
  height: 2px;
  background: currentColor;
  left: 2px;
  top: 2px;
  box-shadow: 0 4px 0,0 8px 0;
  z-index: 1;
  } 


   /* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
} 

a.lien_h2 {
  text-decoration: none;
  color: var(--couleur_tres_fonce);
  /* background-color: var(--fond); */
}

a.lien_h2:hover {
  text-decoration: underline;
  color: var(--couleur_tres_fonce);
  /* background-color: var(--fond); */
}

a.lien_h2:visited {
  text-decoration: none;
  color: var(--couleur_tres_fonce);
  /* background-color: var(--fond); */
}


div.bouton_bleu1[data-isactif="true"]  {
  background: #f2f2f2;
  color: #2d7aa8;
}

div.bouton_bleu3[data-isactif="true"]  {
  background: #f2f2f2;
  color: #2d7aa8;
}

pre {
  background: #dfe0e2;
  padding: 1rem;
  overflow-x: auto;
}
code {
  font-family: monospace;
   max-height: 300px;      /* hauteur max */
    overflow-y: auto;       /* scroll vertical */
    overflow-x: auto;       /* scroll horizontal si besoin */
    display: block;  
    font: optional;
  
}

.bouton_bleu1:hover  {
  background: #1a61ac;
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #f1f3f5;
}

.bouton_bleu1 {
  /*float: left;*/
  border-radius: 4px;
  margin: 2px;
  padding: 7px;
  border: 1px solid #2d7aa8;
  background: #2d7aa8;
  color: #f1f2fc;
  text-wrap: nowrap;
  min-width: 70px;
  text-align: center;

}

.bouton_bleu3 {
  /*float: left;*/
  border-radius: 4px;
  margin: 2px;
  padding: 7px;
  border: 1px solid #215d80;
  background: #215d80;
  color: #f1f2fc;
  text-wrap: nowrap;
  min-width: 70px;
  text-align: center;

}

a.style3 {
  color: #FFFFFF;
  text-decoration: none;
}

div.bouton_bleu2[data-isactif="true"]  {
  background: #f2f2f2;
  color: #348ec5;
}

.bouton_bleu2:hover  {
  background: #1a61ac;
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #f1f3f5;
}

.bouton_bleu2 {
  /*float: left;*/
  border-radius: 4px;
  margin: 2px;
  padding: 7px;
  border: 1px solid #348ec5;
  background: #348ec5;
  color: #f1f2fc;
  text-wrap: nowrap;
  min-width: 70px;
  text-align: center;
}

.header_content_bouton_small {
  float: left;
  display: block;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 3px;
  padding: 2px;
  border: 1px solid #154c79 ;
  background: #e4e7ec;
  color: #154c79;
  font-size: 16px;
}

div.header_content_bouton_small[data-isactif="true"]  {
  background: #154c79;
  color: #f2f2f2;
}

.header_content_bouton_small:hover  {
  background: #154c79;
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #d3d5d8;
}

.header_content_bouton_small_vert {
  flex-grow: 1;
  display: block;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 3px;
  padding: 2px;
  border: 1px solid #056d02 ;
  background: white;
  color: #056d02;
  font-size: 16px;
}

div.header_content_bouton_small_vert[data-isactif="true"]  {
  background: #056d02;
  color: #f2f2f2;
}

.header_content_bouton_small_vert:hover  {
  background: #056d02;
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #d3d5d8;
}

.header_content_bouton_small_rouge {
  flex-grow: 1;
  display: block;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 3px;
  padding: 2px;
  border: 1px solid #b5640d ;
  background: white;
  color: #b5640d;
  font-size: 16px;
}

div.header_content_bouton_small_rouge[data-isactif="true"]  {
  background: #b5640d;
  color: #f2f2f2;
}

.header_content_bouton_small_rouge:hover  {
  background: #b5640d;
  cursor: pointer;
  color: #fdf9f9;
  border: 1px solid #d3d5d8;
}

