@charset "UTF-8";
:root {
  --blanc: #ffffff;
  --accent1: #3e5a7b;
  --accent1hover: #6492c8;
  --accent2: #84dade;
  --accent2hover: #52c1c7;
  --accent3: #CAD914;
  --accent3hover: rgb(148, 158, 38);
  --clair: #e8f0fb;
  --blanchover:#e8f0fb;
  --moyen: #c4d3e6;
  --fonce: #1e2b3b;
  --foncehover: #008996;
  --fonttitres:'arboria', sans-serif;
  --fonttextes:'arboria', sans-serif;
}
/* Styles de textes */
body.adon {
  font-family: var(--fonttextes) !important;
  color: var(--fonce);
  /*font-size:1rem;*/
  /* line-height: 1.5rem;*/
  /*b, strong {font-weight:400!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 */
  /* gravity bouton submit */
}
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 p, body.adon li {
  color: var(--fonce);
  font-weight: 300;
}
body.adon p b, body.adon p strong, body.adon li b, body.adon li strong {
  font-weight: 500 !important;
}
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(--accent1);
  font-weight: 900;
}
body.adon h1 b, body.adon h1 a b {
  font-weight: 900 !important;
  color: var(--accent1);
}
body.adon h2, body.adon h2 a {
  color: var(--accent1);
  font-weight: 600;
  /*text-transform: uppercase;*/
}
body.adon h2 b, body.adon h2 a b {
  font-weight: 900;
  color: var(--accent1);
}
body.adon h3, body.adon h3 a {
  font-weight: 300;
  color: var(--accent1);
}
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 .socialicons {
  margin-bottom: 33px;
}
body.adon #header #logo {
  display: block;
  z-index: 10000;
}
body.adon #header ul#menu-principal-1 {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100;
  justify-content: space-between;
  flex-direction: row;
}
body.adon #header ul#menu-principal-1 li a {
  /*text-transform: uppercase;*/
  font-size: 1rem;
  text-align: left;
}
body.adon #header ul#menu-principal-1 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: 30px;
}
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: 0.8rem;
  font-weight: bold;
}
body.adon #footer p, body.adon #footer li, body.adon #footer a {
  font-size: 0.8rem;
}
body.adon #footer .socialicons a {
  color: var(--blanc);
}
body.adon #footer .socialicons a:hover {
  color: var(--blanchover);
}
body.adon #footer .socialicons i {
  font-size: 30px;
}
body.adon .gform_wrapper .gform_footer input[type="submit"], body.adon .gform_wrapper .gform_page_footer input[type="button"] {
  background-color: var(--accent1) !important;
  /*color: var(--blanc) !important;
  border: none !important;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.75em 1.5em;
  transition: background-color 0.3s ease;*/
}
body.adon .gform_wrapper .gform_footer input[type="submit"]:hover, body.adon .gform_wrapper .gform_page_footer input[type="button"]:hover {
  background-color: var(--accent1hover) !important;
}
body.adon .blur .fl-photo-img-svg {
  /*background: rgba(255, 255, 255, 0.3); /* blanc à 50 % */
  backdrop-filter: blur(5px);
  /* applique le flou sur les éléments derrière */
  -webkit-backdrop-filter: blur(5px);
  /* pour Safari */
  /*padding-top:15px;
  padding-bottom:15px;
  border-radius:7px;*/
}
body.adon #logo, body.adon .devanttoutlemonde {
  z-index: 10000;
}
body.adon #event-module .callout-jour {
  color: var(--accent1);
  border: 1px solit var(--accent1);
  border-radius: 10px 10px 0px 0px;
  background-color: var(--blanc);
  width: 80px;
  /*height:80px;*/
}
body.adon #event-module .callout-mois {
  color: var(--blanc);
  background-color: var(--accent1);
  border-radius: 0px 0px 10px 10px;
  width: 80px;
}
body.adon #event-module .fl-icon-text p {
  display: none;
}
body.adon #event-module .event-date {
  line-height: 1.4;
}
body.adon #event-module .fl-icon {
  vertical-align: top 5px !important;
}
