:root {
  --font-body: 'Arial', sans-serif;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:before, *:after { box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: var(--font-body);
  line-height: 1.4;
  font-size: 1rem;

  width: 100%;
  height: 100%;
}
h1 {
  margin: 0;
  text-align: center !important;
}
h3 {
  text-decoration: underline;
  margin: 0;
  text-align: left !important;
  width: 100%;
}
a {
  font-weight: bold;
}
a:hover {
  font-weight: bolder;
  text-decoration: none;
}
.miniTexte {
  font-size: 0.75rem;
}
.flexRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  gap:10px;

}
header {
  position: fixed;

  width: 100%;
  margin: 0;
  padding:0;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 5px;

  z-index: 100;
}
.photoND {
  flex-basis: 75px;
  height: 75px;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px 0 5px 5px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.infosND {
  padding: 5px;
  flex-basis: calc(100% - 90px);
}
.infosND div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  gap:5px;
}
.infosND div a {
  font-size: 0.9rem;
}
.infosND div a:hover {
}

.taffND {
  font-size: 0.7rem;
}
.pageP {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: left;
}
.menu {
  flex-basis: 100%;
  padding: 5px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  gap:5px;

  cursor: pointer;
}
.menuDeplier {
  flex-basis: 100%;
  margin: -5px 0 0 0;
  padding: 5px;
}
.close {
  position: relative;
  top:0px;
  left:calc(100% - 30px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: bolder;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;

  cursor: pointer;
}
.containerLien {
  flex-basis: 100%;
  max-height: 70vh;
  overflow: scroll;
  margin: 0px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}
.containerLien a {
  flex-basis: 100%;
  padding: 5px 15px;
  text-decoration: none;
}
.containerLien a:hover {
  font-weight: bolder;
  border-radius: 10px;
}

/* cache le checkbox */
#menu-toggle {
  display: none;
}
/* MENU caché par défaut */
.menuDeplier {
  display: none;
}

/* MENU affiché quand checkbox activé */
#menu-toggle:checked ~ .menuDeplier {
  display: block;
}

main {
  min-height: 100vh;
  width: 100%;
  padding: 130px 10px 10px 10px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  gap:10px;
}
.imgPrez {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  overflow: hidden;

  position: absolute;
  left: calc(50% - 75px);
}
.blocDefaut {
  flex-basis: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;

  text-align: justify;
}
.blocPrez {
  flex-basis: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 75px 20px 20px 20px;

  text-align: justify;

  margin-top: 75px;
}
.titreImg {
  width: 100%;
}
.punch {
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 2rem;
}
.imgFloatLeft {
  float: left;
  margin-right: 15px;
}
.liste {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: inside;
}
.listeSansPuce {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.boutDefaut, .boutDefaut2 {
  flex-basis: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bolder;
  text-transform: capitalize;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap:0px;

}
.boutDefaut:hover, .boutDefaut2:hover {
  text-transform: uppercase;
}
footer {
  width: 100%;
  padding: 20px;
  margin: 20px 0 0 0;
  font-size: 0.75rem;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 5px;

}
.col1F {
  flex-basis: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 5px;

}
.col2F {
  flex-basis: 100%;
  margin-top: 20px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 5px;

}
.logoF {
  flex-basis: 75%;
  margin: 0 12.5% 0 12.5%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  gap: 5px;
}
.infosF {
  flex-basis: 75%;
  margin: 0 12.5% 0 12.5%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 5px;

}
.separateur {
  flex-basis: 100%;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 0.7rem;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
}
.numeroF {
  flex-basis: 75%;
  margin: 10px 12.5% 0 12.5%;
}
.linkF {
  flex-basis: 10%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 5px;
}
.link2F {
  flex-basis: 100%;
  margin-top: 15px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 15px;
}
footer a {
}
footer a:hover {
}
.iconeFiche {
  background-size: auto;
  background-position: center right;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-basis: 100%;
}

.iconeFiche img {
  display: block;
  width: 100%;
  min-height: 200px;
  opacity: 0;
}

.legendeIconeFiche {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 75%;
  font-size: 0.9rem;
	padding: 5px 10px;
  text-align: right;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.questions {
}
.tarifs {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.tarifs th,
.tarifs td {
  padding: 10px;
}

.tarifs thead {
  background: #1a8983;
  text-align: left;
}

.col-prix,
.prix {
  text-align: right;
}

/* Catégorie */
.categorie td {
  background: #1a8983;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Lignes */
.ligne.pair {
  background: #ffffff;
}

.ligne.impair {
  background: #f5f5f5;
}

/* Détails */
.mini {
  font-size: 0.8em;
  opacity: 0.7;
}

.devis {
  font-weight: bold;
}

.dateTarifs {
  text-decoration: underline;
  text-align: left;
  font-weight: bolder;
}
.imgItem {
  flex-basis: 25%;
}
.infoItem {
  flex-basis: calc(75% - 10px);
}
.infoItem a {
}
.infoItemA {
  font-size: 0.75rem;
}
iframe {
  width:100%;
  min-height: 900px;
  text-align:center;
  border-radius:20px;
  margin:auto;
}

.form-imc {
  max-width: 300px;
}

.field {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

input {
  padding: 6px;
}

.bouton {
  padding: 8px;
  cursor: pointer;
}
.graphIMC {
  background: url("../img/graphIMC.jpg") no-repeat left top;
  width: 100%;
  background-size: contain;
  background-position: center center;
  margin: 0 0 10px 0;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  gap:0px;

}
.curseur {
  border-left: 5px solid #FFFFFF;
  height: 50px;
  padding: 5px;
  text-align: left;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  gap:0px;

}
.titreIMCrouge {
}
.titreIMCorange {
}
.titreIMCvert {
}
.intitule {
  flex-basis:50%;
  text-align:right;
  padding:5px;
}
.valeur {
  flex-basis:45%;
  text-align:center;
  padding:5px;
  font-weight: bolder;
}
.etatCivil {
  flex-basis: 100%;
  padding: 5px;
  text-align: left;
}
.infosEC {
  font-weight: bolder;
}
.intituleEC {
  flex-basis:100%;
  text-align:left;
  padding:5px;
}
.valeurEC {
  flex-basis: 100%;
}
@media (min-width: 1080px) {
  main {
    width: 50%;
    margin-left: 25%;
  }
  .blocDefaut {
    padding: 40px;
  }
  .boutDefaut {
    padding: 40px;
  }
  .boutDefaut2 {
    flex-basis: calc(50% - 5px);
    margin-left: 0%;
    padding: 40px;
  }
  .blocPrez {
    padding: 75px 40px 40px 40px;
  }
  .titreImg {
    width: 50%;
    margin: 0 25% 0 25%;
  }
  .iconeFiche {
    flex-basis: calc(33.33% - 15px);
  }
  .curseur {
    height: 150px;
  }
  footer {
    font-size: 1rem;
  }
  .col1F {
    flex-basis: calc(50% - 5px);
  }
  .col2F {
    flex-basis: calc(50% - 5px);
  }
}
