/* Mise en forme du site */

html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; 
}


/* Paramètres pour aligner correctements le haut des colonnes */
p {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 1em;
}

body{
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  line-height: 200%;
  color: #121521;
}

header {
  height: 125px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;  
  background-color: #002959;
  width: 100%;
  z-index: 10000;
  overflow: hidden;
}

#conteneur {
  padding: 0;
  margin: 0;
}

#header_conteneur {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.menu_mobile {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

a {
  text-decoration: none;
  color: #4472c4;
}

a:hover {
  text-decoration: none;
  color: #916519;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #000000;
}

strong {
  font-weight: 700;
}

.paire {
  background-color: #e4e0e0;
}

.impaire {
  background-color: #f1f1f1;
}

.section {
  width: 90%;
  max-width: 1400px;
  padding-top: 3em;
  padding-bottom: 3em;
  margin: 0 auto;
}

.contenu {
  width: 60%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: justify;
}

.infos {
  background-color: #074F97;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
}

.icone_coordonnees {
  height: 50px;
  margin: 0 auto;
}

.coordonnees {
  text-align: center;
  font-size: 1.6em;
}

#presentation {
  margin: 0 auto;
  padding-top: 3em;
}

#groupe {
  margin: 0 auto;
  background-color: #E4E7EB;
}

#contact {
  padding-top: 4em;
  background-color: #ffffff;
}

.marge_mobile {
  display: none;
}

.duree {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  background-color: #074F97;
  color: #ffffff;
  text-align: center;
}

.duree_titre {
  font-size: 1.4rem;
  font-weight: 700;
}

.examen {
  background-color: #E4E7EB;
  display: block;
  margin: 0;
  padding-top: 3em;
  padding-bottom: 3rem;
}

.map {
  background-color: #F1F1F1;
}

.sur_titre {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  color: #4472c4;
}

.titre {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5em;
  text-transform: initial;
  text-align: center;
  font-weight: 700;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  line-height: 120%;
}

.sous_titre {
  font-weight: 700;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  text-transform: initial;
  color: #4472c4;
}

.gras {
  font-weight: 900;
}

.cadre {
  padding: 1em;
  margin: 0 auto;
  color: #ffffff;
  column-count: 2;
  column-gap: 3em;
}

table {
  border: none;
}

table tr td {
  padding: 3px;
  border-collapse: collapse;
}

.categories tr:hover {
  background-color: #c5c5c5;
}

footer {
  color: #8f949b;
  background-color: #171717;
  font-weight: 300;
  padding: 3rem;
  font-size: 0.8rem;
  text-align: center;
}

.footer_contenu {
  width: 50%;
  margin: 0 auto;
}

.ligne {
  border-top: 1px solid #403E3F;
  max-width: 1040px;
  padding-top: 2rem;
  margin: 2rem auto;
}

footer a {
  text-decoration: none;
  color: #BFC5CD;
}

footer a:hover {
  text-decoration: none;
  color: #929292;
}

footer img {
  border: 0px;
  opacity: 1; /* opacite au survol */
  transition: opacity 0.5s ease-in-out;
}

footer img:hover {
  border: 0px;
  opacity: 0.5; /* opacite au survol */
  transition: opacity 0.5s ease-in-out;
}

.facebook {
  text-align: right;
}


/* .categorie:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
} */

.note_dev {
  background-color: #ffcc00;
}
/* 
.categorie {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  margin-bottom: 3px;
  margin-right: 10px;
  border-radius: 10px;
  transition: background 1s ease-out;  
}

.categorie:hover {
  background-color: rgba(26, 23, 27, 0.8);
} */

/* .droite {
  display: inline-table;
  padding-left: 1em;
  width: 48%;
  vertical-align: top;
} */

.cadre_formulaire{
  background-color: #f5f3f3;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #000000;
}

.titre_formulaire{
  font-weight: 700;
  font-size: 1.4em;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  background-color: #444444;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}




/*********** NAVIGATION ***********/

nav {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  height: 40px;
  font-size: 1.125em;
  line-height: 95px;
  width: 1140px;
  margin: 15px auto 0px;
  text-transform: uppercase;
}

nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

nav li {
  float: left;
  margin: 0px;
  padding: 0px;
}

nav a {
  float: left;
  display: block;
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  color: #ffffff;
}

nav a {
  float: none;
  transition: all 0.2s ease;
}

nav a:hover {
  color: #DEAB52;
  transition: all 0.2s ease;  
}

nav #current a {
  color: #DEAB52;
}

.separateur {
  float: left;
}

.rdv {
  display: inline-block;
  background-color: #DEAB52;
  color: #ffffff;
  padding: 0.8rem 2rem 0.8rem 2rem;
  line-height: normal;
  margin: 0;
  text-transform: initial;
  border-radius: 3px;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.rdv:hover {
  background-color: #074f97;
  color: #DEAB52;
  transition: all 0.2s ease;
}

/*********** FIN NAVIGATION ***********/


  
/*********** ORDINATEURS ***********/
@media screen and (min-width: 1024px){

  .logo_img {
    margin-top: 10px;
    height: 70px;
    margin-right: 50px;
  }

  .logo_mini {
    transition: all 0.5s ease;
  }

  .header_mini {
    height: 125px;
    transition: all 0.5s ease;
  }

  .header_maxi {
    height: 125px;
    transition: all 0.5s ease;
  }

  .logo_maxi {
    transition: all 0.5s ease;
  }
  
  .nav_mini {
    transition: all 0.5s ease;
  }

  .nav_maxi {
    transition: all 0.5s ease;
  }
  
  .marge {
   height: 125px;
   display: block;
   background-color: #ffffff;
  }

  #accueil {
    background-image: url('../img-interface/accueil.webp');
    background-position: top center;
    height: 740px;
  }
  
  .accueil_titre {
    display: block;
    padding-top: 100px;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 10vw;
    font-weight: 700;
    text-align: left !important;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-transform: initial;
    color: #4472c4;
    text-align: center;
  }
  
  .accueil_sous_titre {
    color: #916519;
    margin-left: 10vw;
    line-height: 110%;
    text-transform: initial;
    font-weight: 700;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
  }
  
  .accueil_bouton {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    width: 400px;
    margin: 100px 10vw;
    background-color: #074F97;
    border-radius: 8px;
    padding: 0.7em;
    transition: all 0.2s ease;
  }
  
  .accueil_bouton:hover {
    background-color: #002959;
    transition: all 0.2s ease;
  }
  
  .accueil_bouton img {
    height: 16px;
    margin-right: 1rem;
  }
  
  #accueil a {
    color: #ffffff;
  }
  
  #accueil a:hover {
    color: #DEAB52;
  }

  .galerie_groupe {
    display: flex;
    column-gap: 1rem;
    padding-top: 2em;
    box-sizing: border-box;
    align-items: stretch;
  }
  
  .galerie_groupe div {
    flex-grow: 1;
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #ffffff;
    border-bottom: 3px solid #4472c4;
    text-align: center;
  }
  
  .texte_groupe p {
    text-align: justify;
  }
  
  .galerie_groupe img {
    width: 100%;
  }
  
  .icone_groupe {
    width: 64px !important;
    margin-top: 2rem;
  }
  
  .texte_presentation {
    display: flex;
    flex-wrap: wrap;
  }
  
  .texte_presentation div:first-of-type {
    flex-grow: 1;
    max-width: 65%;
    padding-left: 3em;
    padding-right: 3em;
    box-sizing: border-box;
    text-align: justify;
  }
  
  .texte_presentation div:last-of-type {
    flex-grow: 1;
    max-width: 35%;
    padding-left: 3em;
    padding-right: 3em;
    box-sizing: border-box;
  }
  
  .texte_presentation img {
    width: 100%;
    height: auto;
  }
  

  .info_pratiques {
    display: flex;
    gap: 2rem;
    align-items: stretch;
  }
  
  .info_pratiques div:first-of-type {
    max-width: 35%;
    box-sizing: border-box;
    text-align: left;
    background-color: #f6f7fb;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .info_pratiques div:last-of-type {
    max-width: 65%;
    box-sizing: border-box;
  }
  
  .moyens_acces {
    display: flex;
    gap: 2rem;
    align-items: stretch;
  }
  
  .moyens_acces div:first-of-type {
    max-width: 65%;
    box-sizing: border-box;
  }
  
  .moyens_acces div:last-of-type {
    max-width: 35%;
    box-sizing: border-box;
    text-align: left;
    background-color: #f6f7fb;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 26px;
  }
  
  .equipe {
    display: flex;
    gap: 2rem;
    align-items: stretch;
  }
  
  .equipe_colonne {
    width: 50%;
  }
  
  .equipe_photo {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .equipe_cv {
    box-sizing: border-box;
    background-color: #f6f7fb;
    text-align: center;
    border-radius: 5px;
    padding: 1rem;
    text-align: justify;
    margin-bottom: 2rem;
  }
  
  .examen_colonnes {
    display: flex;
    gap: 2rem;
  }



  /* DOCUMENTS */
  
  .categories_intitules {
    display: grid;
    grid-template-columns: 7fr 2fr 1fr;
    grid-gap: 3px;
    margin-bottom: 10px;
  }

  .intitule1 {
    padding-left: 10px;
    font-weight: 400;
    font-size: 1.5rem;
  }

  .intitule2 {
    padding-left: 10px;
    font-weight: 400;
  }

  .intitule3 {
    padding-left: 10px;
    font-weight: 400;
  }

  ul#categories{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3rem;
  }

  ul#categories a{
    color: #000000;
  }

  ul#categories a:hover{
    color: #a5a5a5;
  }

  ul#categories li{
    display: grid;
    grid-template-columns: 7fr 2fr 1fr;
    grid-gap: 3px;
    color: #212326;
    position: relative;
    margin-bottom: 3px;
    border-radius: 3px;
    background-color: #f6f7fb;
    height: 56px;
    align-items: center;
  }

  ul#categories li:hover{
    background-color: #e9ebf3;
  }

  .un {
    margin: 0;
    padding: 5px;
    padding-left: 20px;
  }

  .deux {
    padding: 5px;
    padding-left: 10px;
  }

  .trois {
    padding: 5px;
    padding-left: 10px;
  }


}


/*********** FIN ORDINATEURS ***********/



/*********** SMARTPHONE ***********/
@media (max-width: 1024px) and (orientation: landscape) {

  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 1024px){

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  
  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

  body {
    width: auto;
    margin: 0;
    padding: 0;
  }

  /* 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%;
  }

  /* 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é */
  }

  /* Transformer les tableaux en blocs responsives */
  table,
  tbody,
  tr,
  td {
    display: block;
    width: auto!important;
  }

  header {
    height: 80px;
    background-image: none;
  }
  
  #header_conteneur {
    width: 100%;
  }
 
  .header_mini {
    height: 60px;
  }

  .header_maxi {
    height: 60px;
  }

  .marge {
    height: 60px;
  }

  .logo img {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo_img {
    margin-top: 5px;
    height: 50px;
  }

  nav {
    width: 100%;
    line-height: 2em;
    margin: 0px;
    color: #ffffff;
    float: none;
  }

  nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  
  nav li {
    float: none;
    width: 100%;
  }
  
  nav a {
    float: none;
    padding: 0px;
    margin: 0px;
  }
  
  .nav_mini {
    margin: 0px;
  }

  .nav_maxi {
    margin: 0px;
  }

  .menu_mobile {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  
  .menu_ouvert {
    height: 100%;
    transition: all 0.5s ease;
  }
  
  .menu_ferme {
    height: 60px;
    transition: all 0.5s ease;
  }

  .contenu {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: justify;
    padding: 1em;
  }

  #accueil {
    background-image: url('../img-interface/accueil.webp');
    background-position: top center;
    height: 640px;
  }
  
  .accueil_titre {
    display: block;
    padding-top: 100px;
    margin-bottom: 1em;
    margin-left: 10vw;
    font-weight: 700;
    text-align: left !important;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-transform: initial;
    color: #4472c4;
    text-align: center;
  }
  
  .accueil_sous_titre {
    color: #916519;
    margin-left: 10vw;
    line-height: 110%;
    text-transform: initial;
    font-weight: 700;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
  }
  
  .accueil_bouton {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    width: 70vw;
    margin: 15vw;
    background-color: #074F97;
    border-radius: 8px;
    padding: 0.7em;
    transition: all 0.2s ease;
  }
  
  .accueil_bouton:hover {
    background-color: #002959;
    transition: all 0.2s ease;
  }
  
  .accueil_bouton img {
    height: 16px;
    margin-right: 1rem;
  }
  
  #accueil a {
    color: #ffffff;
  }
  
  #accueil a:hover {
    color: #DEAB52;
  }
  
  .titre {
    font-size: 2.2em;
    line-height: 130%;
  }

  .texte_presentation {
    display: block;
  }
  
  .texte_presentation div {
    max-width: 100%;
    box-sizing: border-box;
    text-align: justify;
  }
  
  .texte_presentation img {
    width: 100%;
    height: auto;
  }
  

  .galerie_groupe {
    display: block;
    padding-top: 2em;
    box-sizing: border-box;
  }
  
  .galerie_groupe div {
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #ffffff;
    border-bottom: 3px solid #4472c4;
    text-align: center;
  }
  
  .texte_groupe p {
    text-align: justify;
  }
  
  .galerie_groupe img {
    width: 100%;
  }
  
  .icone_groupe {
    width: 64px !important;
    margin-top: 2rem;
  }

  .info_pratiques {
    display: block;
  }
  
  .info_pratiques div:first-of-type {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background-color: #f6f7fb;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .info_pratiques div:last-of-type {
    max-width: 100%;
    box-sizing: border-box;
  }

  .moyens_acces {
    display: block;
  }
  
  .moyens_acces div:first-of-type {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .moyens_acces div:last-of-type {
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
    background-color: #f6f7fb;
    padding: 1rem;
    border-radius: 5px;
  }
  
  .equipe {
    display: block;
  }
  
  .equipe_colonne {
    width: 100%;
  }
  
  .equipe_photo {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .equipe_cv {
    box-sizing: border-box;
    background-color: #f6f7fb;
    text-align: center;
    border-radius: 5px;
    padding: 1rem;
    text-align: justify;
    margin-bottom: 2rem;
  }
  
  .examen_colonnes {
    display: block;
  }



  /* DOCUMENTS */
  
  .categories_intitules {
    display: block;
    margin-bottom: 10px;
  }

  .intitule1 {
    display: none;
  }

  .intitule2 {
    display: none;
  }

  .intitule3 {
    display: none;
  }

  ul#categories{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3rem;
  }

  ul#categories a{
    color: #000000;
  }

  ul#categories a:hover{
    color: #a5a5a5;
  }

  ul#categories li{
    display: block;
    color: #212326;
    margin-bottom: 3px;
    border-radius: 3px;
    background-color: #f6f7fb;
    align-items: center;
  }

  ul#categories li:hover{
    background-color: #e9ebf3;
  }

  .un {
    margin: 0;
    padding: 5px;
    padding-left: 20px;
  }

  .deux {
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
  }

  .trois {
    display: inline-block;
    padding-left: 10px;
    padding: 5px;
  }

  
  .texte_presentation {
    display: block;
  }
  
  .texte_presentation div {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  section {
    width: 100%;
    margin: 0 auto;
  }

  .cadre_formulaire{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1em;
    margin-right: -1em;
 }

  .titre_formulaire{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
  }

  footer {
    height: auto;
    padding-bottom: 1em;
  }


}
/*********** FIN SMARTPHONE ***********/