/*COULEURS*/
:root {
  --retz: #1C3077;
  --gris: #F9F9F9;
  --text: #333;
  --retz-hover: #2945ab;
  --turquoise: #23737e;
  --orange: #cd7229;
  --azur: #168b75;
  --or: #a8312e;
}
.bg-gris {
  background-color:var(--gris);
}
.bg-white {
  background-color: #FFFFFF;
}
.bleu {
  color:var(--retz) !important;
}
.turquoise {
  color:var(--turquoise);
}
.orange {
  color:var(--orange);
}
.azur {
  color:var(--azur);
}
.or {
  color:var(--or);
}
/* landing-nav*/
#scrollToTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  border: none;
  outline: none;
  background-color:var(--retz) !important;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  line-height: normal;
}
#scrollToTop.show {
  opacity: 1;
  visibility: visible;
}
/* landing-nav*/
#landing .landing-nav {
  text-align: center;
  padding: 1em 0 2em;
}
#landing .landing-nav-toggle {
  display: block;
  font-family: 'Raleway', arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
  background:var(--retz);
  border: none;
  padding: 1rem;
  font-size: 1em;
  cursor: pointer;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  /*+border-radius: 8px;*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
#landing .landing-nav-toggle:hover {
  filter: brightness(1.15);
  text-decoration: none;
  outline: none;
  /* léger fond au hover */
}
#landing .landing-nav-list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  align-items: center;
}
#landing .landing-nav-list LI::before {
  display: none !important;
  /* supprime les puces éventuelles */
}
#landing .landing-nav-list LI {
  margin-right: 10px;
}
#landing .landing-nav-list LI:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  #landing .landing-nav {
    text-align: left;
  }
  #landing .landing-nav-list {
    flex-direction: column;
    /*display: none;*/
    margin-top: 16px;
    width: 100%;
    padding: 10px;
  }
  #landing .landing-nav-list.open {
    display: flex;
    /* quand ouvert */
  }
  #landing .landing-nav-list LI {
    margin: 4px 0;
    margin-right: 0;
    width: 100%;
  }
  #landing .landing-nav-list LI A {
    width: 100%;
    display: block;
    text-align: center;
    /* pour garder le texte centré */
    box-sizing: border-box;
    /* pour que le padding ne déborde pas */
  }
}
/*BTN*/
#landing .bouton {
  font-family: 'Raleway', arial, sans-serif;
  display: inline-block;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  font-size: 1.2em;
  padding: 1rem;
  border-radius: 8px;
}
#landing .bouton-sm {
  font-size: 0.8em;
  padding: 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.25em;
}
#landing .bouton:hover, #landing .bouton:focus {
  text-decoration: none;
  outline: none;
  color: white !important;
  background-color: #5A66A1 !important;
}
#landing .bouton.bleu {
  background-color:var(--retz);
  color: white !important;
}
#landing .bouton.outline.bleu {
  background-color: white;
  color:var(--retz) !important;
  border:1px solid var(--retz);
}
#landing .bouton.outline.bleu:hover, #landing .bouton.outline.bleu:focus {
  background-color: #5A66A1 !important;
  color: white !important;
  border: 1px solid #5A66A1 !important;
}
#landing .bouton.turquoise {
  background-color:var(--turquoise);
  color: white;
}
#landing .bouton.orange {
  background-color:var(--orange);
  color: white;
}
#landing .bouton.azur {
  background-color:var(--azur);
  color: white;
}
#landing .bouton.or {
  background-color:var(--or);
  color: white;
}
#landing HEADER.intro .bouton.bleu.outline {
  border:2px dotted var(--retz) !important;
  color:var(--retz) !important;
}
#landing HEADER.intro .bouton.bleu.outline:hover {
  border:2px dotted var(--retz) !important;
  color: white !important;
  background-color:var(--retz) !important;
}
/*FONTS TEXTE*/
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
#landing {
  font-family: "Segoe UI", "nunito", arial, sans-serif;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}
#landing A IMG {
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
#landing A IMG.shadow {
  /*+box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);*/
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
#landing .sous-titre {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.67em;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
#landing .titre {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 3em;
  line-height: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#landing P {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}
#landing P STRONG {
  font-weight: 600;
  color:var(--retz);
}
#landing P.lead {
  font-size: 1.25em;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 1em;
}
#landing .container.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}
#landing.landing-nouveau-programme A {
  color:var(--retz);
}
#landing.landing-nouveau-programme A:hover {
  color:var(--retz-hover);
  text-decoration: none;
}
#landing.landing-nouveau-programme H2 {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 3em;
  line-height: normal;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#landing.landing-nouveau-programme H3 {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}
#landing.landing-nouveau-programme H4 {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px;
}
#landing.landing-nouveau-programme H5 {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
}
#landing HR {
  border: 0px solid black;
  border-bottom: 1px solid #EDEDED;
  margin: 0em 0em 1em 0em;
}
#landing .hr-filet {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#landing UL.list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1em;
}
#landing UL.list LI {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.4em;
}
#landing UL.list LI STRONG {
  font-weight: 600;
}
#landing UL.list LI::before {
  content: '';
  position: absolute;
  top: 8px;
  /* ajuste verticalement */
  left: 4px;
  width: 4px;
  height: 4px;
  background-color:var(--retz);
  border-radius: 50%;
  /* pour faire un rond */
}
/*RESPONSIVE*/
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  #landing .titre {
    font-size: 2em;
    line-height: normal;
    margin-bottom: 0.5em;
  }
  #landing .sous-titre {
    font-size: 1.25em;
    line-height: normal;
    margin-bottom: 0.5em;
  }
  #landing P {
    font-size: 0.875em;
    line-height: normal;
  }
  #landing P.lead {
    font-size: 1em;
    line-height: normal;
  }
  #landing UL.list LI {
    font-size: 0.875em;
    line-height: normal;
  }
  #landing.landing-nouveau-programme H2 {
    font-size: 2em;
    text-align: center;
  }
  #landing.landing-nouveau-programme H3 {
    font-size: 1.5em;
  }
  #landing.landing-nouveau-programme H4 {
    font-size: 1.25em;
  }
  #landing.landing-nouveau-programme H5 {
    font-size: 1em;
  }
  #landing .bouton-sm {
    padding: 1rem;
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
}
/*-------------------------*/
