:root {
  --blanc:        #ffffff;
  --blanchover:   #84dade;
  --accent1:      #008996;
  --accent1hover: #10b1c0;
  --accent2:      #84dade;
  --accent2hover: #52c1c7;
  --accent3:      #CAD914;
  --accent3hover: rgb(148, 158, 38);
  --clair:        rgb(240, 240, 240);
  --moyen:        #666666;
  --fonce:        #181B24;
  --foncehover:   #008996;
  --fonttitres:  "Opensans", sans-serif;
  --fonttextes:  "Opensans", sans-serif;
}
body.adon {
  font-family: var(--fonttextes) !important;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--fonce);
}
body.adon h1, body.adon h2, body.adon h3, body.adon h4, body.adon h5, body.adon h6 {
  font-family: var(--fonttitres) !important;
}
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;
}
body.adon p a:hover, body.adon li a:hover {
  color: var(--accent1hover);
}
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(--fonce);
}
body.adon h2, body.adon h2 a {
  /*color: var(--fonce);*/
  font-weight: 300;
}
body.adon h2 b, body.adon h2 strong, body.adon h2 a b, body.adon h2 a strong {
  font-weight: 600;
  /*color: var(--fonce);*/
}
body.adon h3, body.adon h3 a {
  /*color: var(--fonce);*/
  font-weight: 600;
}
body.adon blockquote {
  padding-left: 30px;
  font-style: italic;
  font-weight: bold !important;
}
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 .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 .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 .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 a.fl-button, body.adon a.wpfd_downloadlink.wpfd-single-file-button.wpfd-button-download, body.adon a.downloadlink.wpfd_downloadlink, body.adon a.wpfd-single-file-button.wpfd-button-preview, body.adon a.openlink.wpfdlightbox.wpfd_previewlink, body.adon .gform_wrapper .gform_footer input[type="submit"], body.adon .gform_wrapper .gform_page_footer input[type="button"] {
  border: 1px solid var(--accent1) !important;
  border-radius: 50px !important;
}
body.adon a.fl-button {
  background: none;
  color: var(--accent1);
}
body.adon a.fl-button .fl-button-text, body.adon a.fl-button .fl-button-icon {
  color: var(--accent1);
}
body.adon a.fl-button:hover {
  background: none;
  border: 1px solid var(--accent1hover) !important;
}
body.adon a.fl-button:hover .fl-button-text {
  color: var(--accent1hover);
}
body.adon .accent1 a.fl-button {
  border-color: var(--accent1) !important;
  color: var(--accent1);
}
body.adon .accent1 a.fl-button .fl-button-text {
  color: var(--accent1);
}
body.adon .accent1 a.fl-button:hover {
  border-color: var(--accent1hover) !important;
}
body.adon .accent1 a.fl-button:hover .fl-button-text {
  color: var(--accent1hover);
}
body.adon .accent1 .fl-button-icon {
  color: var(--accent1);
}
body.adon .accent2 a.fl-button {
  border-color: var(--accent2) !important;
  color: var(--accent2);
}
body.adon .accent2 a.fl-button .fl-button-text {
  color: var(--accent2);
}
body.adon .accent2 a.fl-button:hover {
  border-color: var(--accent2hover) !important;
}
body.adon .accent2 a.fl-button:hover .fl-button-text {
  color: var(--accent2hover);
}
body.adon .accent2 .fl-button-icon {
  color: var(--accent2);
}
body.adon .fonce a.fl-button {
  border-color: var(--fonce) !important;
  color: var(--fonce);
}
body.adon .fonce a.fl-button .fl-button-text {
  color: var(--fonce);
}
body.adon .fonce a.fl-button:hover {
  border-color: var(--foncehover) !important;
}
body.adon .fonce a.fl-button:hover .fl-button-text {
  color: var(--foncehover);
}
body.adon .fonce .fl-button-icon {
  color: var(--fonce);
}
body.adon .blanc a.fl-button {
  border-color: var(--blanc) !important;
  color: var(--blanc);
}
body.adon .blanc a.fl-button .fl-button-text {
  color: var(--blanc);
}
body.adon .blanc a.fl-button:hover {
  border-color: var(--blanchover) !important;
}
body.adon .blanc a.fl-button:hover .fl-button-text {
  color: var(--blanchover);
}
body.adon .blanc .fl-button-icon {
  color: var(--blanc);
}
body.adon #header #topbar .socialicons a {
  color: var(--blanc);
}
body.adon #header #topbar .socialicons a:hover {
  color: var(--accent1) !important;
}
body.adon #header #topbar .socialicons i {
  font-size: 30px;
}
body.adon #header ul#menu-principal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
body.adon #header ul#menu-principal li a {
  color: var(--fonce);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
}
body.adon #header ul#menu-principal li a:hover {
  color: var(--accent1);
}
body.adon #header ul#menu-principal ul.sub-menu li a {
  text-transform: none !important;
  font-weight: normal;
}
body.adon #fildariane {
  color: var(--fonce) !important;
  font-weight: 300;
}
body.adon #fildariane a {
  color: var(--fonce);
}
body.adon #fildariane a:hover {
  color: var(--foncehover);
}
body.adon #fildariane .breadcrumb_last {
  visibility: hidden;
}
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 .menu-mobile ul li a {
  color: var(--blanc);
  font-weight: 700 !important;
  font-size: 1rem;
  text-align: left;
}
body.adon .menu-mobile ul ul.sub-menu {
  padding-left: 25px;
  min-width: 300px;
}
body.adon .menu-mobile ul ul.sub-menu li a {
  text-transform: none !important;
  font-weight: 400 !important;
}
body.adon #event-module .callout-jour {
  color: var(--accent1);
  background-color: var(--blanc);
  border: 1px solid var(--accent1);
  border-radius: 10px 10px 0 0;
  width: 80px;
}
body.adon #event-module .callout-mois {
  color: var(--blanc);
  background-color: var(--accent1);
  border-radius: 0 0 10px 10px;
  width: 80px;
}
body.adon #event-module .event-date {
  line-height: 1.4;
}
body.adon #event-module .fl-icon-text p {
  display: none;
}
body.adon #event-module .fl-icon {
  vertical-align: top !important;
}
body.adon #recherche .widget_search form {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
body.adon #recherche .widget_search .fl-search-input {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--fonce);
  border-radius: 999px;
  background: transparent;
  color: var(--fonce);
}
body.adon #recherche .widget_search .fl-search-input::placeholder {
  color: var(--fonce);
  opacity: 0.8;
}
body.adon #recherche .fl-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
  opacity: 0.9;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" stroke="%23FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>') no-repeat center;
}
body.adon #recherche .relevanssi-live-search-results {
  position: absolute !important;
  top: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 750px;
  margin-top: 10px !important;
  padding-top: 20px;
  border-radius: 12px;
}
body.adon #recherche .relevanssi-live-search-result-status p {
  margin: 0 1.25rem 0.75rem;
  font-size: 0.85rem;
}
body.adon #recherche .relevanssi-live-search-result p {
  margin: 0;
}
body.adon #recherche .relevanssi-live-search-result a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: var(--fonce);
  font-weight: 400;
  text-decoration: none;
}
body.adon #recherche .relevanssi-live-search-result a:hover, body.adon #recherche .relevanssi-live-search-result a:focus {
  text-decoration: underline;
}
body.adon #recherche #relevanssi-live-ajax-search-spinner {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--accent1);
}
body.adon span.wpfd-file-crop-title, body.adon a.wpfd-file-link, body.adon a.wpfdcategory span, body.adon a.wpfdcategory i, body.adon a.wpfd_downloadlink, body.adon div.file-xinfo, body.adon tr.file td, body.adon a.catlink, body.adon .wpfd-single-file .wpfd-file-content--meta > div {
  color: var(--fonce) !important;
}
body.adon .wpfd-single-file .wpfd-file-content--meta > div, body.adon div.file-xinfo span {
  font-size: 1rem !important;
}
body.adon a.downloadlink.wpfd_downloadlink, body.adon a.wpfd_downloadlink.wpfd-single-file-button.wpfd-button-download {
  color: var(--blanc) !important;
  background-color: var(--accent1) !important;
}
body.adon a.wpfd_downloadlink.wpfd-single-file-button.wpfd-button-download {
  padding: 15px;
}
body.adon div.file.is_downloaded {
  background-color: var(--clair) !important;
}
body.adon .gf_step_active .gf_step_number {
  background-color: var(--accent1);
  color: var(--blanc);
}
body.adon .gf_step.gf_step_completed span.gf_step_number {
  background-color: var(--moyen) !important;
  opacity: 0.5;
}
body.adon .gf_step_pending .gf_step_number {
  background-color: var(--clair);
}
body.adon .gform_wrapper .gform_footer input[type="submit"], body.adon .gform_wrapper .gform_page_footer input[type="button"] {
  background-color: var(--accent1) !important;
}
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 .devanttoutlemonde {
  z-index: 100000;
  display: block;
}
body.adon .recadre img {
  object-fit: cover !important;
  height: 250px !important;
  max-width: 500px !important;
  padding-bottom: 30px;
}
body.adon .logos img {
  object-fit: contain !important;
  height: 100px !important;
  max-width: 300px !important;
}
body.adon .tableauxauto table {
  width: 100%;
  border-top: 1px solid var(--moyen);
}
body.adon .tableauxauto td {
  border-bottom: 1px solid var(--moyen);
}
body.contraste-eleve {
  --blanc:        #ffffff;
  --blanchover:   #ffffff;
  --clair:        #ffffff;
  --moyen:        #ffffff;
  --fonce:        #000000;
  --foncehover:   #000000;
  --accent1:      #000000;
  --accent1hover: #000000;
  --accent2:      #000000;
  --accent2hover: #000000;
  --accent3:      #000000;
  --accent3hover: #000000;
}
body.contraste-eleve h1 {
  font-size: 3.5rem !important;
}
body.contraste-eleve h2 {
  font-size: 1.8rem !important;
}
body.contraste-eleve h3 {
  font-size: 1.5rem !important;
}
body.contraste-eleve h4 {
  font-size: 1rem !important;
}
body.contraste-eleve .sidebar h2, body.contraste-eleve #footer h2, body.contraste-eleve #topbar h2, body.contraste-eleve #menu-principal h2, body.contraste-eleve .wpgb-card h2 {
  font-size: 1rem !important;
}
body.contraste-eleve .sidebar h3 {
  font-size: 1rem !important;
}
body.contraste-eleve a, body.contraste-eleve h2 a, body.contraste-eleve h3 a, body.contraste-eleve h4 a {
  text-decoration: underline !important;
  color: var(--fonce);
}
body.contraste-eleve *:focus {
  outline: 3px solid #ff0;
  outline-offset: 3px;
}
body.contraste-eleve a.fl-screen-reader-text {
  color: #fff !important;
  background-color: #000 !important;
  opacity: 1 !important;
}
body.contraste-eleve .fl-screen-reader-text {
  color: var(--blanc) !important;
}
body.contraste-eleve .socialicons a {
  text-decoration: none !important;
}
body.contraste-eleve .socialicons i {
  font-size: 40px;
}
body.contraste-eleve #topbar {
  background-color: var(--fonce) !important;
}
body.contraste-eleve #topbar .socialicons a {
  color: var(--blanc);
  text-decoration: none !important;
}
body.contraste-eleve #topbar .socialicons a:hover {
  color: var(--blanc) !important;
}
body.contraste-eleve #topbar .socialicons i {
  font-size: 40px;
}
body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box {
  background: transparent !important;
}
body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap h1, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap h2, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap h3, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap h4, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap p, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap li, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap a, body.contraste-eleve .fl-builder-content-primary .fl-row.fl-row-bg-color .fl-row-content-wrap .lienfleche, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap h1, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap h2, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap h3, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap h4, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap p, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap li, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap a, body.contraste-eleve .fl-builder-content-primary .fl-row-bg-gradient .fl-row-content-wrap .lienfleche, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content h1, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content h2, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content h3, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content h4, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content p, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content li, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content a, body.contraste-eleve .fl-builder-content-primary .fl-col-bg-color .fl-col-content .lienfleche, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box h1, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box h2, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box h3, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box h4, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box p, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box li, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box a, body.contraste-eleve .fl-builder-content-primary .fl-module .fl-module-box .lienfleche {
  color: var(--fonce);
}
body.contraste-eleve .fl-builder-content-primary .sidebar h2 {
  font-size: 1rem !important;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--blanc);
}
body.contraste-eleve img {
  opacity: 0.8;
}
body.contraste-eleve #event-module .fl-module-callout {
  display: none !important;
}
body.contraste-eleve textarea[aria-hidden="true"][tabindex="-1"] {
  display: none !important;
}
body.contraste-eleve .file_download a.wpfd_downloadlink {
  background-color: var(--fonce) !important;
}
body.contraste-eleve .wpfd-container .file a, body.contraste-eleve .wpfd-container .file td, body.contraste-eleve .wpfd-container .file li, body.contraste-eleve .wpfd-container .file p, body.contraste-eleve .wpfd-container .file span {
  font-size: 1rem !important;
}
body.contraste-eleve .wpgb-card-2 .wpgb-block-3.post-extrait {
  color: var(--fonce) !important;
  background-color: var(--blanc) !important;
}
body.contraste-eleve .wpgb-select-facet label span, body.contraste-eleve .wpgb-facet .wpgb-facet-title {
  font-size: 2rem;
}
body.contraste-eleve .wpgb-button.wpgb-load-more {
  color: var(--blanc) !important;
  background-color: var(--fonce) !important;
}
body.contraste-eleve .wpgb-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  color: var(--fonce) !important;
  background: transparent !important;
  opacity: 1 !important;
}
body.contraste-eleve .wpgb-facet-title.wpgb-sr-only {
  color: var(--fonce) !important;
  background: transparent !important;
  opacity: 1 !important;
}
body.contraste-eleve .wpgb-search-facet > label, body.contraste-eleve .wpgb-sort-facet > label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
