/*.validé:after{
    V vert de validation
    content: 'V';
    font-weight: bold;
    color: lightgreen;
    margin-left: 10px;
}*/

.red {
  color: red;
}
img {
  width: 200px;
  height: 200px;
}
#logoSBA {
  padding-top: 50px;
  width: 200px;
  height: 150px;
}
#adresse {
  width: 100%;
}

.padding-0{
  padding: 0;
}

h2 {
  font-size: 1.75em;
}

label {
  margin-right: 10px;
}

input {
  margin-right: 30px;
  border-radius: 28px;
  margin-bottom: 10px;
}
input[type="file"] {
  margin-right: 30px;
  border-radius: 0;
  margin-bottom: 10px;
}
select {
  margin-right: 30px;
  border-radius: 28px;
  margin-bottom: 10px;
}

input[type="text"] {
  padding-left: 10px;
}

input[type="radio"] {
  margin-right: 0.325em;
  margin-bottom: 10px;
}
input[type="checkbox"] {
  margin-left: 15px;
  margin-right: 15px;
}

input[type="time"] {
  margin-bottom: 10px;
  margin-right: 10px;
}

#formulaire {
  width: 75vw;
  margin: 0 auto;
}

#deptNaissance {
  width: 3em;
  text-align: center;
}

.obligatoire:after {
  content: "*";
  font-weight: bold;
  color: rgb(139, 0, 0);
  margin-left: 10px;
}

.tableau {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: auto;
}
.tableau td {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: auto;
}
.tableau tr {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: auto;
}
.tableau th {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: auto;
}
#trace td {
  border-width: 0px;
  border-style: solid;
  border-color: black;
  width: auto;
}

.block {
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

.block table {
  width: 85vw;
}

.fond-gris {
  background-color: lightgrey;
}

.couleur {
  background-color: rgba(255, 255, 255, 0.8);
}
.choix {
  font-size: 20px;
}
.ligne {
}
.colones {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tableau {
  margin-bottom: 15px;
}
.fond-clair {
  background-color: darkgray;
  background-color: wheat;
}
.fond-lire {
  background-color: lightsteelblue;
}
.titre {
  background-color: black;
  color: white;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px 12px 0px 0px;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}

.titreIntro {
  margin-bottom: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}
#texte {
  color: rgb(139, 0, 0);
}
.erreur {
  color: rgb(139, 0, 0);
  font-weight: bold;
}
.container {
  border-style: solid;
  border-width: 0.005em;
  border-color: black;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
  /*border-style:solid;*/
  border-width: 0.005em;
  border-color: black;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/*BLOCS HORAIRES*/

.div-day {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-right: 15px;
}
.periode {
  height: 50px;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
}

.day {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jour {
  border: solid 1px black;
  border-radius: 12px;
}
.motif {
  margin-bottom: 10px;
  margin-left: 20px;
}

.enfant {
  margin-top: 30px;
  margin-left: 20px;
}
.radio {
  margin-top: 30px;
  margin-left: 20px;
  margin-left: 50px;
}
.top {
  margin-top: 2.5em;
}
.bot {
  margin-bottom: 2.5em;
}
.flex {
  display: flex;
}
.pleft20 {
  padding-left: 20px;
}
.mright60 {
  margin-right: 60px;
}
.mright0 {
  margin-right: 0px;
}
.mleft0 {
  margin-left: 0px;
}
.mleft20 {
  margin-left: 20px;
}

.jcc {
  justify-content: center;
}
.aic {
  align-items: center;
}
.tac {
  text-align: center;
}
.bot- {
  margin-bottom: 1em;
}
.gras {
  font-weight: bold;
}
.mleft90 {
  margin-left: 90px;
}
.mleft140 {
  margin-left: 140px;
}
.mright20 {
  margin-right: 20px;
}
.souligne {
  text-decoration: underline;
}
.top- {
  margin-top: 15px;
}
.block {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
}
#block-1,
#block-intro {
  display: block;
}
#block-intro {
  display: flex;
  background-color: white;
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  text-align: center;
}

.file {
  border-radius: 12px;
  border-width: 1px;
}

.sectionResultat {
  text-decoration: underline;
  font-weight: bold;
}
#block-11 {
  background-color: transparent;
}

.type-fichier {
  padding: 5px;
  border: 1px solid black;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* ICONS */

.icon-oeil:before {
  font-size: 2em;
  color: green;
}
.font-14px {
  font-size: 14px;
}
.font-13px {
  font-size: 13px;
}

.motif-decale {
  margin-left: -5em;
  margin-bottom: 1em;
}
.btn-motif-decale-classique {
  margin-top: 5px;
}

.btn-motif-decale {
  margin-left: -15px;
}

#div-pension {
  margin-top: 1em;
}

#chk_mutile {
  margin-top: 0.25em;
}

#div-label-mutile {
  margin-top: 2.5em;
}

.div-btn-supprimer-fichier {
  margin-left: -1px;
}
.div-boutton-annule-fichier {
  margin-left: -1px;
}
.btn-supprimer-fichier {
  border-radius: 100px;
  width: 150%;
  color: white;
  background-color: red;
  border-color: red;
  font-weight: bold;
  cursor: pointer;
}

.btn-supprimer-fichier-annulation {
  border-radius: 100px;
  width: 150%;
  color: white;
  background-color: red;
  border-color: red;
  font-weight: bold;
}
.btn-supprimer-fichier-confirmation {
  border-radius: 100px;
  /*width:150%;*/
  color: white;
  background-color: lightgreen;
  border-color: lightgreen;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  * {
    box-sizing: border-box;
  }
  .choix {
    font-size: 1.5em;
  }

  #temoinMobile {
    display: none;
  }
  .inputPetit {
    width: 45%;
  }

  #label-situation {
    margin-right: 0.5em;
  }

  #rd_Separe {
    margin-left: 4.3em;
  }
  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

  body {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    
  }

  /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

  img,
  table,
  td,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%;
  }

  #urgence {
    width: 30%;
  }

  .pourcentage {
    margin-right: 0;
  }

  .div-rd-situation {
    margin-left: 1.5em;
  }
  .prenom {
    margin-right: 0;
  }

  .labelHandicap {
    font-size: 1em;
  }

  .topRdHandicap {
    margin-top: 2em;
  }
  /* conserver le ratio des images */

  img {
    height: auto;
  }

  /* gestion des mots longs */

  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    -webkit-hyphens: auto; /* césure propre */
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; /* passage à la ligne forcé */
  }

  code,
  pre,
  samp {
    white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
  }

  /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

  .element1,
  .element2 {
    float: none;
    width: auto;
  }

  /* masquer les éléments superflus */

  .hide_mobile {
    display: none !important;
  }

  /* Un message personnalisé */

  body:before {
    content: "Version mobile du site";
    display: block;
    text-align: center;
    font-style: italic;
    color: #777;
  }
  #formulaire {
    width: 100vw;
    margin: 0 auto;
  }

  .txt {
    font-size: 1.3em;
  }
  .div-taille {
    width: 50%;
  }
  .inputTaille {
    width: 71%;
  }

  .prenom {
    width: 100%;
  }
  .div-prenom {
    width: 26%;
  }

  input[type="text"] {
  }
  #adherents {
    width: 10%;
  }
  #nomPieces #prenomPieces {
    margin-right: 0;
  }

  .motifMobile {
    margin-left: 5px;
    font-size: 1.3em;
    margin-top: 17px;
  }
  .rd-motif {
    margin-top: 16px;
  }

  .motif-decale {
    margin-left: -1.7em;
  }
  .btn-motif-decale-classique {
    margin-top: 13px;
  }
  .mleft0-mobile {
    margin-left: 0;
  }
  .label-nom {
    margin-left: -15px;
  }
  .mleft-12 {
    margin-left: -12px;
  }

  .div-btn-supprimer-fichier {
    margin-left: -29px;
  }
  .btn-supprimer-fichier {
    font-size: 0.45em;
  }
}
.div-boutton-confirme-fichier {
  padding-left: 1em;
  padding-right: 0;
}
#formMutuelle {
  color: white;
}

.alerte-suppression-fichier {
  margin-bottom: 7px;
}

[name="rd_dfs"],
[name="rd_bulletin"],
#reglementInterieur {
  margin-top: 5px;
}
#choixDFS {
  margin-left: 10px;
  margin-top: 10px;
}

body{
  margin-bottom: 2em;
}
