@charset "UTF-8";
:root {
  --blanc: #ffffff;
  --accent1: #EA4923;
  --accent1hover: #FF6A46;
  --accent2: #67B0CC;
  --accent2hover: #52c1c7;
  --accent3: #CAD914;
  --accent3hover: rgb(148, 158, 38);
  --clair: rgb(240, 240, 240);
  --blanchover:#84dade;
  --moyen: #666666;
  --fonce: #30525f;
  --foncehover: #008996;
  --fonttitres:"Source Sans 3",sans-serif;
  --fonttextes:"Source Sans 3",sans-serif;
}
/* Styles de textes */
body.adon {
  font-family: var(--fonttextes) !important;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: var(--fonce);
  background-color: #ffffff !important;
  /* Couleurs d'accent */
  /* Couleurs d'accent backgrounds */
  /* recadrer les images */
  /* Boutons couleur accent1 */
  /* Boutons couleur accent2 */
  /* Boutons Couleur background */
  /* Boutons blancs */
  /* Blocs spécifiques */
}
body.adon h1, body.adon h2, body.adon h3, body.adon h4, body.adon h5, body.adon h6 {
  font-family: var(--fonttitres) !important;
  /*letter-spacing: 0px;*/
}
body.adon b, body.adon strong {
  font-weight: 600 !important;
}
body.adon p, body.adon li {
  color: var(--fonce);
  font-weight: 300;
}
body.adon p a, body.adon li a {
  color: var(--accent1);
  font-weight: 600 !important;
}
body.adon p a:hover, body.adon li a:hover {
  color: var(--accent1hover);
}
body.adon blockquote {
  padding-left: 30px;
  font-style: italic;
  font-weight: bold !important;
}
body.adon h1, body.adon h1 a {
  color: var(--fonce);
  font-weight: 600;
}
body.adon h1 b, body.adon h1 strong, body.adon h1 a b, body.adon h1 a strong {
  font-weight: 900 !important;
  color: var(--blanc);
  background-color: var(--accent1);
  padding: 0px 10px 0px 10px;
}
body.adon h2, body.adon h2 a {
  color: var(--fonce);
  font-weight: 900;
  /*text-transform: uppercase;*/
}
body.adon h2 b, body.adon h2 strong, body.adon h2 a b, body.adon h2 a strong {
  font-weight: 900 !important;
  color: var(--blanc);
  background-color: var(--accent2);
  padding: 0px 10px 0px 10px;
}
body.adon .blanc h2 b, body.adon .blanc h2 strong, body.adon h2 a b, body.adon h2 a strong {
  font-weight: 900 !important;
  color: var(--accent1) !important;
  background-color: var(--blanc);
  padding: 0px 10px 0px 10px;
}
body.adon h3, body.adon h3 a {
  font-weight: 900;
  color: var(--fonce);
}
body.adon .titresouligne-centre-accent1 p, body.adon .titresouligne-centre-accent1 h2, body.adon .titresouligne-centre-accent1 h3, body.adon .titresouligne-centre-accent1 h1, body.adon .titresouligne-gauche-accent1 p, body.adon .titresouligne-gauche-accent1 h2, body.adon .titresouligne-gauche-accent1 h3, body.adon .titresouligne-gauche-accent1 h1, body.adon .titresouligne-centre-accent2 p, body.adon .titresouligne-centre-accent2 h2, body.adon .titresouligne-centre-accent2 h3, body.adon .titresouligne-centre-accent2 h1, body.adon .titresouligne-gauche-moyen p, body.adon .titresouligne-gauche-moyen h2, body.adon .titresouligne-gauche-moyen h3, body.adon .titresouligne-gauche-moyen h1 {
  padding-bottom: 10px;
}
body.adon .titresouligne-centre-accent1:after {
  content: "_________";
  color: var(--accent1);
  padding-top: 0;
  line-height: 2px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
body.adon .titresouligne-gauche-accent1:after {
  content: "_________";
  color: var(--accent1);
  padding-top: 0;
  line-height: 2px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 20px;
}
body.adon .titresouligne-centre-accent2:after {
  content: "_________";
  color: var(--accent2);
  padding-top: 0;
  line-height: 2px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}
body.adon .titresouligne-gauche-moyen:after {
  content: "_________";
  color: var(--moyen);
  padding-top: 0;
  line-height: 2px;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 20px;
}
body.adon .accent1 h1, body.adon .accent1 h2, body.adon .accent1 h3, body.adon .accent1 h4, body.adon .accent1 h5, body.adon .accent1 h6, body.adon .accent1 p, body.adon .accent1 li, body.adon .accent1 a, body.adon .accent1 b {
  color: var(--accent1);
}
body.adon .accent2 h1, body.adon .accent2 h2, body.adon .accent2 h3, body.adon .accent2 h4, body.adon .accent2 h5, body.adon .accent2 h6, body.adon .accent2 p, body.adon .accent2 li, body.adon .accent2 a, body.adon .accent2 b {
  color: var(--accent2);
}
body.adon .blanc h1, body.adon .blanc h2, body.adon .blanc h3, body.adon .blanc h4, body.adon .blanc h5, body.adon .blanc h6, body.adon .blanc p, body.adon .blanc li, body.adon .blanc a, body.adon .blanc b {
  color: var(--blanc);
}
body.adon .blanc a:hover {
  color: var(--blanchover);
}
body.adon .clair h1, body.adon .clair h2, body.adon .clair h3, body.adon .clair h4, body.adon .clair h5, body.adon .clair h6, body.adon .clair p, body.adon .clair li, body.adon .clair a, body.adon .clair b {
  color: var(--clair);
}
body.adon .moyen h1, body.adon .moyen h2, body.adon .moyen h3, body.adon .moyen h4, body.adon .moyen h5, body.adon .moyen h6, body.adon .moyen p, body.adon .moyen li, body.adon .moyen a, body.adon .moyen b {
  color: var(--moyen);
}
body.adon .fonce h1, body.adon .fonce h2, body.adon .fonce h3, body.adon .fonce h4, body.adon .fonce h5, body.adon .fonce h6, body.adon .fonce p, body.adon .fonce li, body.adon .fonce a, body.adon .fonce b {
  color: var(--fonce);
}
body.adon .bgaccent1 {
  background-color: var(--accent1);
}
body.adon .bgaccent2 {
  background-color: var(--accent2);
}
body.adon .bgclair {
  background-color: var(--clair);
}
body.adon .bgmoyen {
  background-color: var(--moyen);
}
body.adon .bgfonce {
  background-color: var(--fonce);
}
body.adon .recadre img {
  object-fit: cover !important;
  height: 250px !important;
  max-width: 500px !important;
  padding-bottom: 30px;
}
body.adon .buttonaccent a.fl-button {
  border: 1px solid var(--accent1) !important;
  border-radius: 50px;
  background: none;
  color: var(--accent1);
}
body.adon .buttonaccent a:hover.fl-button {
  border: 1px solid var(--accent1hover) !important;
}
body.adon .buttonaccent a.fl-button .fl-button-text, body.adon .buttonaccent .fl-button-icon {
  color: var(--accent1);
}
body.adon .buttonaccent a:hover.fl-button .fl-button-text {
  color: var(--accent1hover);
}
body.adon .buttonaccent2 a.fl-button {
  border: 1px solid var(--accent2) !important;
  border-radius: 50px;
  background: none;
}
body.adon .buttonaccent2 a:hover.fl-button {
  border: 1px solid var(--accent2hover) !important;
}
body.adon .buttonaccent2 a.fl-button .fl-button-text, body.adon .buttonaccent2 .fl-button-icon {
  color: var(--accent2);
}
body.adon .buttonaccent2 a:hover.fl-button .fl-button-text {
  color: var(--accent2hover);
}
body.adon .buttonfonce a.fl-button {
  border: 1px solid var(--fonce) !important;
  border-radius: 50px;
  background: none;
}
body.adon .buttonfonce a:hover.fl-button {
  border: 1px solid var(--foncehover) !important;
}
body.adon .buttonfonce a.fl-button .fl-button-text, body.adon .buttonfonce .fl-button-icon {
  color: var(--fonce);
}
body.adon .buttonfonce a:hover.fl-button .fl-button-text {
  color: var(--foncehover);
}
body.adon .buttonblanc a.fl-button {
  border: 1px solid var(--blanc) !important;
  border-radius: 50px;
  background: none;
}
body.adon .buttonblanc a:hover.fl-button {
  border: 1px solid var(--blanchover) !important;
}
body.adon .buttonblanc .fl-button-text, body.adon .buttonblanc .fl-button-icon {
  color: var(--blanc) !important;
}
body.adon .buttonblanc a:hover.fl-button .fl-button-text {
  color: var(--blanchover) !important;
}
body.adon #header ul#menu-principal {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100;
  justify-content: space-between;
  flex-direction: row;
}
body.adon #header ul#menu-principal li a {
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: left;
}
body.adon #header ul#menu-principal ul.sub-menu li a {
  text-transform: none !important;
}
body.adon #header #menu li a {
  color: var(--fonce);
  font-weight: 400;
  font-size: 0.95rem;
}
body.adon #header #menu li a:hover {
  color: var(--accent1);
}
body.adon #topbar .socialicons a {
  color: var(--blanc);
}
body.adon #topbar .socialicons a:hover {
  color: var(--accent1) !important;
}
body.adon #topbar .socialicons i {
  font-size: 50px;
}
body.adon #fildariane {
  color: var(--moyen) !important;
  font-weight: 300;
}
body.adon #fildariane .breadcrumb_last {
  visibility: hidden;
}
body.adon #fildariane a {
  color: var(--moyen);
}
body.adon #fildariane a:hover {
  color: var(--accent1hover);
}
body.adon #actu .fl-post-grid-title h2, body.adon #actu h2 a {
  font-size: 1.3rem;
  font-weight: bold;
}
body.adon #actu .fl-post-grid-content p {
  font-size: 0.85rem;
  line-height: 1.3rem;
}
body.adon #footer {
  background-color: var(--fonce);
}
body.adon #footer h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
body.adon #footer p, body.adon #footer li, body.adon #footer a {
  font-size: 1.2rem;
}
body.adon #footer .socialicons a {
  color: var(--blanc);
}
body.adon #footer .socialicons a:hover {
  color: var(--blanchover);
}
body.adon #footer .socialicons i {
  font-size: 50px;
}
body.adon input.gform_button {
  background-color: var(--accent1hover) !important;
}
body.adon .gform-body input, body.adon .gform-body textarea {
  border: 0;
}
