@charset "UTF-8";
/* ----------------------------- */
/* ----------------------------- */
/* ------     Theming    ------- */
/* ----------------------------- */
/* ----------------------------- */
:root {
  --c-outremer-50: #F5F5FE;
  --c-outremer-500: #223266;
  --c-outremer-600: #1E2C5B;
  --c-outremer-800: #151F40;
  --c-lagon: #e3f5f7;
  --c-outremer-100: #D4DCF7;
  --c-outremer: #223267;
  --c-cello: #1f2d5c;
  --c-white: #fff;
  --c-light-grey: #666;
  --c-grey: #3b3b3b;
  --c-dark-grey: #171717;
  --c-accent: #337AB7;
  --c-text-secondary: #3D3E55;
  --c-bg-light: #D9EDF7;
}

/* ----------------------------- */
/* ----------------------------- */
/* -------    Colors    -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -----     Functions     ----- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    Fonts     -------- */
/* ----------------------------- */
/* ----------------------------- */
@font-face {
  font-family: "Roboto";
  font-style: light;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), url("fonts/roboto-light.woff2") format("woff2"), url("fonts/roboto-light.woff") format("woff"), url("fonts/roboto-light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: book;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), url("fonts/roboto-regular.woff2") format("woff2"), url("fonts/roboto-regular.woff") format("woff"), url("fonts/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: regular;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), url("fonts/roboto-medium.woff2") format("woff2"), url("fonts/roboto-medium.woff") format("woff"), url("fonts/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), url("fonts/roboto-bold.woff2") format("woff2"), url("fonts/roboto-bold.woff") format("woff"), url("fonts/roboto-bold.ttf") format("truetype");
}
@font-face {
  font-family: "raleway";
  font-weight: 100;
  src: url("fonts/raleway/Raleway-Thin.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 200;
  src: url("fonts/raleway/Raleway-ExtraLight.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 300;
  font-style: light;
  src: url("fonts/raleway/Raleway-Light.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/raleway/Raleway-Regular.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 500;
  src: url("fonts/raleway/Raleway-Medium.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 600;
  src: url("fonts/raleway/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 700;
  font-style: bold;
  src: url("fonts/raleway/Raleway-Bold.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 800;
  src: url("fonts/raleway/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "raleway";
  font-weight: 900;
  src: url("fonts/raleway/Raleway-Heavy.ttf");
}
/* ----------------------------- */
/* ----------------------------- */
/* ------     Theming    ------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -----    Variables     ------ */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ------     Mixins     ------- */
/* ----------------------------- */
/* ----------------------------- */
.fr-search-bar .fr-input {
  box-shadow: inset 0 -2px 0 0 var(--c-accent);
}

.fr-header__tools-links .fr-link {
  color: var(--c-outremer-500);
}
.fr-header__tools-links .fr-link:hover, .fr-header__tools-links .fr-link:focus {
  color: var(--c-outremer-600);
}

.fr-btn.wp-block-button > a.wp-block-button__link {
  display: inline-flex;
  flex-direction: row;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  z-index: 1;
  border-radius: 0;
}

.fr-btn.wp-block-button {
  padding: 0;
}

.fr-btn:not(.fr-btn--secondary):not(.schools__controller):not(.wp-block-button),
.fr-btn:not(.fr-btn--secondary) > a.wp-block-button__link {
  background-color: var(--c-accent);
  border: 1px solid var(--c-accent);
  color: var(--c-white);
}
.fr-btn:not(.fr-btn--secondary):not(.schools__controller):not(.wp-block-button):hover, .fr-btn:not(.fr-btn--secondary):not(.schools__controller):not(.wp-block-button):focus,
.fr-btn:not(.fr-btn--secondary) > a.wp-block-button__link:hover,
.fr-btn:not(.fr-btn--secondary) > a.wp-block-button__link:focus {
  border-color: var(--c-text-secondary);
}

.fr-btn--secondary,
.fr-btn--secondary > a.wp-block-button__link {
  color: var(--c-text-secondary);
  background-color: var(--c-bg-light);
  box-shadow: inset 0 0 0 1px var(--c-text-secondary);
}

.fr-nav__btn:not(:disabled):hover,
.fr-nav__btn:not(:disabled):active,
.fr-nav__btn[aria-expanded=true] {
  background-color: var(--c-lagon);
}

.fr-nav__btn[aria-current],
.fr-nav__btn[aria-expanded=true] {
  color: var(--grey-50-1000);
}

.fr-nav__btn[aria-current] {
  border-color: var(--grey-50-1000);
}

form.wpcf7-form {
  display: flex;
  flex-direction: column;
}
form.wpcf7-form.sent > div.wpcf7-response-output {
  order: 1;
}

.fr-follow {
  background-color: var(--c-outremer-50);
}
.fr-follow .fr-follow__social .fr-btns-group .fr-btn {
  color: var(--c-dark-grey);
  border: 0.1rem solid var(--c-dark-grey);
  border-radius: 50%;
  background-color: transparent;
}
.fr-follow .fr-follow__social .fr-btns-group .fr-btn:hover, .fr-follow .fr-follow__social .fr-btns-group .fr-btn:active, .fr-follow .fr-follow__social .fr-btns-group .fr-btn:focus {
  background-color: var(--c-dark-grey);
  color: var(--c-white);
}

.fr-follow--alt {
  background-color: transparent;
}

.fr-follow .fr-btns-group--sm .fr-btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-height: 1.6rem;
  max-width: 1.6rem;
  padding: 0.25rem !important;
  min-height: 1.6rem !important;
  overflow: hidden;
  white-space: nowrap;
}
.fr-follow .fr-btns-group--sm .fr-btn::before {
  margin-right: 1rem;
}

.skiplinks {
  background-color: var(--c-outremer-500);
}

.fr-skiplinks {
  flex: 1;
  position: static;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transform: none;
  background-color: transparent;
}

.fr-skiplinks__list.mobile {
  margin: 0;
  padding: 0 0 0 30px;
}
.fr-skiplinks__list.mobile li {
  margin: 0;
}
.fr-skiplinks__list.mobile li a {
  margin: 0;
}

.fr-skiplinks__list > li .fr-link {
  color: var(--c-white);
  font-size: 0.9rem;
  text-decoration: none;
  background-image: none;
}
.fr-skiplinks__list > li .fr-link:hover, .fr-skiplinks__list > li .fr-link:focus {
  text-decoration: underline;
}

.fr-skiplinks__intro {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--c-white);
  font-size: 0.9rem;
}

.fr-tile {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--c-accent);
}
.fr-tile--horizontal.fr-tile-president {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0.25rem 0 0 0 var(--c-accent);
}
.fr-tile--horizontal .fr-tile__title {
  color: var(--c-text-secondary);
}
.fr-tile--horizontal .fr-tile__desc {
  color: var(--c-dark-grey);
  font-weight: 500;
}
.fr-tile--horizontal .fr-tile__desc-reg {
  color: var(--c-grey);
  font-weight: 400;
  line-height: 1.5rem;
}
.fr-tile--leftborder {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0.25rem 0 0 0 var(--c-accent);
}
.fr-tile--topborder {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0 0.25rem 0 0 var(--c-accent);
}
.fr-tile-s .fr-tile__body {
  margin: 1.5rem;
}
.fr-tile-s .fr-tile__img {
  width: 3rem;
  height: 3rem;
  margin: 1.5rem 0 1.5rem 1.5rem;
}
.fr-tile--no-border {
  box-shadow: none;
}

.fr-grid-row .fr-tile--horizontal {
  height: auto;
}

.fr-underlined-title {
  position: relative;
}
.fr-underlined-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 3rem;
  border: 0.1rem solid var(--c-accent);
}

h1, h2, h3, h4, h5, h6,
.fr-h1, .fr-h2, .fr-h3, .fr-h4, .fr-h5, .fr-h6 {
  color: var(--c-text-secondary);
  font-family: "raleway", Arial, Helvetica, sans-serif;
}

.fr-title--900 {
  font-weight: 900;
}

.fr-sidemenu {
  padding-right: 0;
}
.fr-sidemenu__inner {
  box-shadow: none;
}
.fr-sidemenu__btn[aria-expanded=true] {
  color: var(--c-text-secondary);
}
.fr-sidemenu__btn[aria-expanded=true]::after {
  background-color: var(--c-accent);
  bottom: 0.75rem;
  content: "";
  left: 0;
  position: absolute;
  top: 0.75rem;
  width: 2px;
}
.fr-sidemenu__link[aria-current=true] {
  color: var(--c-text-secondary);
}

.fr-breadcrumb__link {
  box-shadow: 0 1px 0 0 #666;
}
.fr-breadcrumb__link[aria-current=page] {
  color: var(--c-text-secondary);
  box-shadow: none;
}

.fr-figure {
  margin: 0;
}
.fr-figure-caption,
.fr-figure > figcaption {
  text-align: right;
  color: var(--c-light-grey);
  font-size: 1rem;
}
.fr-figure.fr-text--sm > figcaption {
  line-height: 1.5rem !important;
  margin: var(--text-spacing);
  font-size: 0.875rem !important;
}

.fr-accordion::before {
  box-shadow: none;
}
.fr-accordion__btn {
  color: var(--c-white);
  background-color: var(--c-accent);
  padding: 1.5rem 2rem;
  font-weight: 700;
}
.fr-accordion__btn:not(:disabled):hover {
  background-color: var(--c-accent);
  border-left: 3px solid var(--c-text-secondary);
}
.fr-accordion__btn::before {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--c-white);
}
.fr-accordion .fr-collapse {
  display: block;
}

.white-shape {
  position: relative;
}
.white-shape::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -1rem;
  left: -1rem;
  height: 54px;
  background-image: url("./illus/curved-white.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
}
@media (max-width: 62em) {
  .white-shape::before {
    background-size: auto;
  }
}

.blue-shape {
  position: relative;
}
.blue-shape::before {
  content: "";
  position: absolute;
  bottom: -65px;
  right: -1rem;
  left: -1rem;
  height: 88px;
  background-image: url("./illus/curved-blue.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
}
@media (max-width: 62em) {
  .blue-shape::before {
    background-size: auto;
  }
}

.purple-shape-top {
  position: relative;
  margin-top: -9rem;
  padding-top: 12rem;
}
.purple-shape-top::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -1rem;
  left: -1rem;
  height: 28px;
  background-image: url("./illus/curved-purple-top.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
}
@media (max-width: 62em) {
  .purple-shape-top::before {
    background-size: auto;
  }
}

.fr-container:has(+ .purple-shape-top) {
  margin-bottom: 12rem;
}
.fr-container:has(+ .purple-shape-top):has(> h2) {
  margin-bottom: unset;
}

.banner-search {
  position: relative;
  z-index: 5;
}
.banner-search .fr-search-bar {
  flex: 1;
}
@media (max-width: 62em) {
  .banner-search .fr-search-bar {
    width: 100%;
  }
}

.banner-search__container {
  display: flex;
  gap: 2rem 1rem;
}
.banner-search__container p {
  margin: 0;
}
@media (max-width: 62em) {
  .banner-search__container {
    flex-direction: column;
    align-items: center;
  }
}

.c974-banner {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 3px solid var(--c-accent);
}
.c974-banner img {
  display: block;
}

.c974-contact .contact__illus {
  position: relative;
  display: block;
  margin: auto;
  bottom: -2rem;
}

.direct-access .fr-tile {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--c-accent);
}

.latest-news .fr-grid-row .fr-card {
  height: auto;
}
.latest-news .fr-grid-row .fr-card::before {
  display: none;
}
.latest-news .fr-grid-row .fr-card.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__content {
  padding-bottom: 2rem;
}
.latest-news .fr-card:not(.fr-card--horizontal) {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--c-accent);
}
.latest-news .fr-card:not(.fr-card--horizontal) .fr-card__detail {
  color: var(--c-text-secondary);
  font-weight: 700;
}
.latest-news .fr-card--horizontal {
  border-bottom: 1px solid var(--c-accent);
}
.latest-news .fr-card--horizontal .fr-card__start {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.latest-news__more {
  text-align: right;
}
.latest-news__more .fr-link {
  color: var(--c-text-secondary);
  background-image: none;
}
.latest-news__more .fr-link:hover, .latest-news__more .fr-link:focus {
  background-image: var(--underline-img), var(--underline-img);
}

.fr-tag--1 {
  background-color: var(--c-bg-light);
}

.events .fr-grid-row .fr-card {
  height: auto;
}
.events .fr-grid-row .fr-card::before {
  display: none;
}
.events .fr-links-group .fr-link {
  color: var(--c-text-secondary);
}
.events .fr-links-group .fr-link:hover, .events .fr-links-group .fr-link:focus {
  font-weight: bold;
}

.events__more {
  text-align: right;
}

.fr-header .fr-translate .fr-nav__item {
  position: relative;
}
.fr-header .fr-translate .fr-nav__item .fr-translate__btn {
  border: none;
  font-weight: 400;
  color: var(--c-white);
  background-color: var(--c-outremer-500);
  box-shadow: none;
}
.fr-header .fr-translate .fr-nav__item .fr-translate__btn:hover, .fr-header .fr-translate .fr-nav__item .fr-translate__btn:focus {
  color: var(--c-white);
  background-color: var(--c-outremer-600);
}
.fr-header .fr-translate .fr-nav__link[aria-current], .fr-header .fr-translate .fr-nav__btn[aria-current] {
  color: var(--c-outremer-500);
}
.fr-header .fr-translate .fr-nav__link[aria-current]::before, .fr-header .fr-translate .fr-nav__btn[aria-current]::before {
  background-color: var(--c-outremer-500);
}
@media screen and (max-width: 768px) {
  .fr-header .fr-translate {
    width: 100%;
  }
  .fr-header .fr-translate .fr-translate__btn {
    font-size: 0.875rem;
  }
  .fr-header .fr-translate .fr-translate__btn[aria-expanded=true] + .fr-translate__menu {
    max-height: none;
    visibility: visible;
  }
  .fr-header .fr-translate .fr-translate__btn[aria-expanded=true] + .fr-translate__menu::before {
    display: none;
  }
  .fr-header .fr-translate .fr-translate__language {
    font-size: 0.875rem;
  }
  .fr-header .fr-translate .fr-menu__list {
    padding: 0.5rem 0 0.5rem 2rem;
  }
}

.fr-header .fr-btn--menu,
.fr-header .fr-btn--search {
  color: var(--c-white);
}

.carousel {
  width: 100%;
  z-index: 1;
  position: relative;
}
.carousel-content {
  position: relative;
}
.carousel-content-item {
  display: none;
}
.carousel-content-item-active {
  display: block;
}
.carousel-content .carousel-primary-controls {
  position: absolute;
  top: calc(50% - 1.25rem);
  padding: 0.625rem;
  z-index: 1;
}
.carousel-content .carousel-primary-controls button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--c-white);
  border: 1px solid var(--c-white);
  border-radius: 2px;
  color: var(--c-accent);
}
.carousel-content .carousel-primary-controls button:hover {
  border-color: var(--c-accent);
}
.carousel-content .carousel-primary-controls button:focus {
  outline-offset: -3px;
}
.carousel-content .carousel-primary-controls svg {
  width: 0.8125rem;
  height: 1.3125rem;
}
.carousel-content .carousel-primary-controls:first-child {
  left: 0;
}
.carousel-content .carousel-primary-controls:last-child {
  right: 0;
}
.carousel-content .carousel-primary-controls-item {
  line-height: 3rem;
}
.carousel-secondary-controls {
  margin-top: 1rem;
  text-align: center;
  z-index: 1;
  position: relative;
}
.carousel-secondary-controls-list {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.carousel-secondary-controls button {
  background: none;
  border: none;
}
.carousel-secondary-controls-item {
  display: inline-block;
  margin-right: 0.625rem;
}
.carousel-secondary-controls button[data-active="0"] .controls-item-active {
  display: none;
}
.carousel-secondary-controls button[data-active="1"] .controls-item-inactive {
  display: none;
}

.fr-card--trombi {
  min-height: 26rem;
}
.fr-card--trombi::before {
  bottom: 1rem;
}
.fr-card figure {
  margin-bottom: 0;
}
.fr-card--actu .fr-tags-group {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: var(--c-text-secondary);
}
.fr-card--actu .fr-tags-group .fr-tag {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.125rem 0.75rem;
}
.fr-card--actu .fr-card__detail {
  color: var(--c-text-secondary);
  font-size: 0.875rem;
  font-weight: 700;
}
.fr-card--actu .fr-card__title {
  font-size: 1.25rem;
}
.fr-card--actu .fr-card__title [href] {
  background: none;
}
.fr-card--horizontal-58 {
  border: 1px solid var(--c-accent);
}
@media (min-width: 48em) {
  .fr-card--horizontal-58 .fr-card__header {
    flex: 1 0 58%;
    width: 58%;
  }
}
.fr-card__img img {
  aspect-ratio: unset;
}

.fr-pagination {
  margin-left: auto;
  margin-right: auto;
}
.fr-pagination__link[aria-current]:not([href]) {
  background-color: var(--c-outremer-800);
}
.fr-pagination__link[href]:hover {
  background-color: var(--c-outremer-100);
}
.fr-pagination__link--first, .fr-pagination__link--last {
  max-width: unset;
}
.fr-pagination__link, .fr-pagination__link--first, .fr-pagination__link--last, .fr-pagination__link--prev, .fr-pagination__link--next, .fr-pagination__link--lg-label.fr-pagination__link--prev, .fr-pagination__link--lg-label.fr-pagination__link--next {
  font-size: 0.875rem;
}

.fr-tabs--no-border::after {
  box-shadow: none;
}
@media (min-width: 48em) {
  .fr-tabs--no-border .fr-tabs__panel {
    padding: 2rem 0.5rem;
  }
}

.fr-highlight {
  color: var(--c-grey);
  box-shadow: inset 0.25rem 0 0 0 var(--c-accent);
}

@media (min-width: 48em) {
  .fr-quote {
    margin-left: 13.5rem;
  }
}
.fr-quote::before {
  display: none;
}
.fr-quote__author {
  font-size: 1rem;
  font-weight: 400;
}
.fr-quote__image {
  left: -13.5rem;
}

.fr-list--table {
  display: block;
}
.fr-list--table .fr-list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.fr-list--table .fr-list__title {
  background-color: var(--c-bg-light);
  font-size: 1.5rem;
  padding: 1rem;
  border-bottom: 2px solid var(--c-accent);
  margin-bottom: 0;
}
.fr-list--table .fr-list__item, .fr-list--table .fr-list li {
  font-size: 1.25rem;
  padding: 1rem;
  line-height: 2rem;
}
.fr-list--table .fr-list__item:nth-child(odd), .fr-list--table .fr-list li:nth-child(odd) {
  background-color: var(--c-bg-light);
}
.fr-list--table .fr-list__item::marker, .fr-list--table .fr-list li::marker {
  content: none;
}

.list-unstyled {
  margin: 0;
  padding: 0;
}
.list-unstyled > li {
  list-style: none;
}
.list-unstyled > li::before {
  display: none;
}

.list-ueo li {
  margin-bottom: 1.5rem;
}
.list-ueo li.fr-col-md-4 {
  text-align: center;
}
.list-ueo li.fr-col-md-4 .fr-h4 {
  display: inline-block;
}

.list-rncp {
  display: flex;
  flex-direction: column;
}
.list-rncp li {
  background-color: #000;
  color: var(--c-white);
  text-transform: uppercase;
  width: max-content;
  display: inline-block;
  padding: 2px 6px;
  margin: 4px 0;
}

.block-embed-yt {
  width: 640px;
  height: 320px;
  border: 0;
}

form.wpcf7-form.invalid input[aria-invalid=true] {
  border-bottom: 2px solid #d90b0b !important;
}
form.wpcf7-form.invalid textarea[aria-invalid=true] {
  border: 2px solid #d90b0b !important;
}
form.wpcf7-form.invalid .wpcf7-response-output, form.wpcf7-form.unaccepted .wpcf7-response-output, form.wpcf7-form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 20px 0;
}

.comment-form input:not([type=submit]):not([type=search]),
.comment-form select:not([type=submit]):not([type=search]),
.wpcf7 input:not([type=submit]):not([type=search]),
.wpcf7 select:not([type=submit]):not([type=search]) {
  font-size: 1rem;
  color: #143250;
  line-height: 1.8rem;
  border: 0;
  border-bottom: 1px solid #5a6671;
  width: 100%;
  margin: 0.4rem 0 1.5rem;
  -webkit-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  padding-bottom: 0.5rem;
}
.comment-form input:not([type=submit]):not([type=search]):hover, .comment-form input:not([type=submit]):not([type=search]):focus,
.comment-form select:not([type=submit]):not([type=search]):hover,
.comment-form select:not([type=submit]):not([type=search]):focus,
.wpcf7 input:not([type=submit]):not([type=search]):hover,
.wpcf7 input:not([type=submit]):not([type=search]):focus,
.wpcf7 select:not([type=submit]):not([type=search]):hover,
.wpcf7 select:not([type=submit]):not([type=search]):focus {
  border-bottom: 2px solid #5a6671;
}
.comment-form input:not([type=submit]):not([type=search]):active,
.comment-form select:not([type=submit]):not([type=search]):active,
.wpcf7 input:not([type=submit]):not([type=search]):active,
.wpcf7 select:not([type=submit]):not([type=search]):active {
  border-bottom: 2px solid #055a7f;
}
.comment-form input[type=checkbox] + label,
.comment-form input[type=radio] + label,
.wpcf7 input[type=checkbox] + label,
.wpcf7 input[type=radio] + label {
  font-family: IBM Plex Sans, Helvetica, sans-serif;
  padding-left: 0.9rem;
  display: inline-block;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.comment-form input[type=checkbox] + label span,
.comment-form input[type=radio] + label span,
.wpcf7 input[type=checkbox] + label span,
.wpcf7 input[type=radio] + label span {
  position: absolute;
  left: 0;
  display: inline-block;
  border: 1px solid #a0b4c8;
  margin: 0;
  cursor: pointer;
}
.comment-form input[type=checkbox] + label span:before,
.comment-form input[type=radio] + label span:before,
.wpcf7 input[type=checkbox] + label span:before,
.wpcf7 input[type=radio] + label span:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: -0.225rem;
  border: 1px solid #d90b0b;
  z-index: 1;
}
.comment-form input[type=checkbox] + label span:after,
.comment-form input[type=radio] + label span:after,
.wpcf7 input[type=checkbox] + label span:after,
.wpcf7 input[type=radio] + label span:after {
  content: "";
  position: absolute;
  background-color: #d90b0b;
  display: none;
}
.comment-form input:checked[type=checkbox] + label span:after,
.comment-form input:checked[type=radio] + label span:after,
.comment-form input:focus[type=checkbox] + label span:before,
.comment-form input:focus[type=radio] + label span:before,
.wpcf7 input:checked[type=checkbox] + label span:after,
.wpcf7 input:checked[type=radio] + label span:after,
.wpcf7 input:focus[type=checkbox] + label span:before,
.wpcf7 input:focus[type=radio] + label span:before {
  display: block;
}
.comment-form input[type=radio] + label span,
.comment-form input[type=radio] + label span:after,
.wpcf7 input[type=radio] + label span,
.wpcf7 input[type=radio] + label span:after {
  border-radius: 50%;
}
.comment-form input[type=radio] + label span,
.wpcf7 input[type=radio] + label span {
  top: 0.45rem;
  width: 0.65rem;
  height: 0.7rem;
}
.comment-form input[type=radio] + label span:before,
.wpcf7 input[type=radio] + label span:before {
  top: -40%;
  left: -45%;
  height: 180%;
  width: 196%;
}
.comment-form input[type=radio] + label span:after,
.wpcf7 input[type=radio] + label span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comment-form input[type=checkbox] + label span,
.wpcf7 input[type=checkbox] + label span {
  top: 0.45rem;
  width: 0.6rem;
  height: 0.65rem;
  margin: 0;
  cursor: pointer;
}
.comment-form input[type=checkbox] + label span:before,
.wpcf7 input[type=checkbox] + label span:before {
  width: 0.95rem;
  height: 0.95rem;
}
.comment-form input[type=checkbox] + label span:after,
.wpcf7 input[type=checkbox] + label span:after {
  top: -5%;
  left: 0;
  width: 100%;
  height: 105%;
}
.comment-form input.is-invalid,
.comment-form .wpcf7-form.invalid input.wpcf7-not-valid,
.comment-form .wpcf7-form.invalid textarea.wpcf7-not-valid,
.wpcf7 input.is-invalid,
.wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid {
  color: #d90b0b !important;
  border: 0;
  border-bottom: 2px solid #d90b0b !important;
}
.comment-form input.is-invalid::-webkit-input-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-not-valid::-webkit-input-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-not-valid::-webkit-input-placeholder,
.wpcf7 input.is-invalid::-webkit-input-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid::-webkit-input-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-invalid:-moz-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-not-valid:-moz-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-not-valid:-moz-placeholder,
.wpcf7 input.is-invalid:-moz-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid:-moz-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid:-moz-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-invalid::-moz-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-not-valid::-moz-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-not-valid::-moz-placeholder,
.wpcf7 input.is-invalid::-moz-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid::-moz-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid::-moz-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-invalid:-ms-input-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-not-valid:-ms-input-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-not-valid:-ms-input-placeholder,
.wpcf7 input.is-invalid:-ms-input-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid:-ms-input-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-valid,
.comment-form .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid),
.comment-form .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid),
.wpcf7 input.is-valid,
.wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid),
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid) {
  color: teal !important;
  border: 0;
  border-bottom: 2px solid teal !important;
}
.comment-form input.is-valid::-webkit-input-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-webkit-input-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-webkit-input-placeholder,
.wpcf7 input.is-valid::-webkit-input-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-webkit-input-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-webkit-input-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-valid:-moz-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid):-moz-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid):-moz-placeholder,
.wpcf7 input.is-valid:-moz-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid):-moz-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid):-moz-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-valid::-moz-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-moz-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-moz-placeholder,
.wpcf7 input.is-valid::-moz-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-moz-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid)::-moz-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}
.comment-form input.is-valid:-ms-input-placeholder,
.comment-form .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid):-ms-input-placeholder,
.comment-form .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid):-ms-input-placeholder,
.wpcf7 input.is-valid:-ms-input-placeholder,
.wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:not(.wpcf7-not-valid):-ms-input-placeholder,
.wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:not(.wpcf7-not-valid):-ms-input-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}

.comment-form textarea, .wpcf7 textarea {
  font-size: 1rem;
  width: 100%;
  height: 24rem;
  margin: 0.4rem 0 1rem;
  padding: 0.5rem 1rem;
  color: #143250;
  line-height: 1.8rem;
  border: 1px solid #5a6671;
  border-radius: 3px;
  overflow: auto;
  resize: none;
  cursor: text;
}

.wpcf7 select {
  padding: 0 2rem 0 1rem !important;
}

.wpcf7 .select-wrapper {
  position: relative;
}

.wpcf7 .select-wrapper:after {
  position: absolute;
  top: calc(50% - 21px);
  right: 1rem;
  font: normal normal normal 1.8rem/1.15 FontAwesome;
  content: "\f107";
  color: #d90b0b;
  text-align: center;
}

@-moz-document url-prefix() {
  .comment-form input[type=radio] + label span, .wpcf7 input[type=radio] + label span {
    width: 0.65rem;
    height: 0.65rem;
  }
  .comment-form input[type=checkbox] + label span:before, .wpcf7 input[type=checkbox] + label span:before {
    top: -0.215rem;
    left: -0.213rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .comment-form input[type=radio] + label span, .wpcf7 input[type=radio] + label span {
    width: 0.65rem;
    height: 0.65rem;
  }
}
@supports (-ms-ime-align: auto) {
  .comment-form input[type=radio] + label span, .wpcf7 input[type=radio] + label span {
    width: 0.65rem;
    height: 0.7rem;
  }
  .comment-form input[type=checkbox] + label span, .wpcf7 input[type=checkbox] + label span {
    top: 0.45rem;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .comment-form input[type=checkbox] + label span, .wpcf7 input[type=checkbox] + label span {
    top: 0.45rem;
  }
  .comment-form input[type=checkbox] + label span:after, .wpcf7 input[type=checkbox] + label span:after {
    left: -2.5%;
  }
  .comment-form input[type=text], .wpcf7 input[type=text] {
    height: 1.8rem;
    line-height: inherit;
  }
}
/* ----------------------------- */
/* ----------------------------- */
/* -----    Templates     ------ */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    Footer    -------- */
/* ----------------------------- */
/* ----------------------------- */
.fr-footer {
  box-shadow: unset;
  padding-top: unset;
}

.fr-footer__top {
  margin-bottom: 0;
  background-color: var(--c-outremer);
}

.fr-footer__bottom {
  margin-top: 0;
  background-color: var(--c-cello);
  box-shadow: none;
}

@media (min-width: 62em) {
  .fr-footer__content {
    flex-basis: auto;
  }
}
.fr-footer__top-cat {
  font-size: 1rem;
  color: var(--c-white);
}

.fr-footer__top-link,
.fr-footer__bottom-link,
.fr-footer__bottom-copy,
.fr-footer__content-desc {
  color: var(--c-white);
}

.fr-footer__body {
  padding-top: 1rem;
}

/* ----------------------------- */
/* ----------------------------- */
/* -------    Header    -------- */
/* ----------------------------- */
/* ----------------------------- */
.fr-header__service {
  max-width: 18rem;
}

@media (min-width: 62em) {
  #header-navigation {
    display: flex;
    justify-content: space-between;
  }
}
#header-navigation .univ974-link {
  margin: 0.8rem;
  padding: 0.5rem;
  color: var(--c-outremer-800);
  background-color: var(--blue-france-975-75);
  box-shadow: inset 0 0 0 1px var(--c-outremer-800);
}

/* ----------------------------- */
/* ----------------------------- */
/* -------    Pages     -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------     About    -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    Article    ------- */
/* ----------------------------- */
/* ----------------------------- */
article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* --------------------*/
/* ------- Header -----*/
/* --------------------*/
.article-header {
  margin-top: 100px;
}

.article-header {
  display: flex;
  padding: 20px;
  max-width: 1400px;
  margin-bottom: 100px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article-header {
    flex-direction: column;
  }
}
/* --------------------*/
/* ------- Left -------*/
/* --------------------*/
/* Category style */
.ah-left {
  padding: 10px;
  flex: 1;
  align-self: flex-end;
}

.ah-left ul {
  padding-left: 0;
}

.ah-left ul li {
  list-style-type: none;
}

.ah-left ul li a {
  color: #EA362D;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

/* Title Style */
.ah-left h2 {
  color: #3D3E43;
  font-size: 50px;
  margin: 0;
}

.ah-left .ahl-author {
  display: flex;
  border: solid 1px #e4e5e7;
  box-shadow: 0 0 20px 0 rgba(139, 139, 139, 0.07);
  justify-content: space-between;
  align-items: center;
  background-color: var(--c-white);
  margin-top: 50px;
  padding: 30px;
  height: 80px;
  width: 500px;
}

.ah-left .ahl-author .ahla-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.ah-left .ahl-author .ahla-author img {
  border-radius: 100%;
}

.ah-left .ahl-author .ahla-author h3 {
  font-size: 16px;
  padding: 0 5px;
}

.ah-left .ahl-author .ahla-author h3 span {
  font-size: 12px;
  color: #afb0b6;
  text-transform: italic;
}

.ah-left .ahl-author .ahla-date {
  flex: 1;
  text-align: right;
  border-left: solid 1px #e4e5e7;
}

/* Subtitle Style */
.ah-left p {
  color: #3D3E43;
  font-size: 16px;
  font-weight: 300px;
}

/* Separator*/
.ahl-separator,
.aft-separator {
  background: center no-repeat;
  background-image: url("../../uploads/2020/05/group.png");
  height: 10px;
  width: 163px;
}

/* --------------------*/
/* ------- Right ------*/
/* --------------------*/
.ah-right {
  display: flex;
  justify-content: center;
  padding: 10px;
  flex: 1;
}

.ah-right .ahr-image {
  margin: auto;
  position: relative;
  clip-path: circle(220px at center);
  height: 500px;
  width: 100%;
  z-index: 1;
}

/* --------------------*/
/* ------ Socials -----*/
/* --------------------*/
.socials-box {
  position: absolute;
  left: -12px;
  top: 30px;
}

.socials-box a {
  display: block;
  margin: 10px 0;
  color: #3d3e43;
}

/* --------------------*/
/* ----- Content ------*/
/* --------------------*/
.article-content {
  position: relative;
  padding: 20px;
  max-width: 1200px;
  width: 1200px;
}

.article-content p {
  color: #3d3e43;
  font-size: 16px;
  font-weight: 400;
}

/* --------------------*/
/* ------ Footer ------*/
/* --------------------*/
.article-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  background-color: var(--c-white);
  width: 100%;
}

.article-footer .af-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.af-title .aft-phrase {
  color: #EA362D;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.af-title .aft-title {
  color: #3D3E43;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}

.af-title .aft-subtitle {
  color: #3D3E43;
  font-size: 16px;
  font-style: italic;
  font-weight: 300px;
}

.af-related {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 1200px;
}

.af-related a {
  text-decoration: none;
}

.afr-post {
  background-color: #FAF8FC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 20px;
  height: 350px;
  width: 250px;
  max-width: 250px;
}

.afr-post .afrp-image {
  background-image: url("../../uploads/2020/06/default.jpg");
  height: 50%;
}

.afr-post .afrp-image img {
  height: 100%;
  width: 100%;
}

.afr-post .afrp-content {
  padding: 20px 20px 20px;
  height: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.afr-post .afrp-content h2 {
  color: #3D3E43;
  text-decoration: none;
  font-size: 20px;
}

.afr-post .afrp-content span {
  color: #3D3E43;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400px;
}

/* ----------------------------- */
/* ----------------------------- */
/* -------     Blog     -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -----    Catégorie    ------- */
/* ----------------------------- */
/* ----------------------------- */
.category-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  height: auto;
  width: 100%;
}

.category-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  max-width: 1200px;
  text-align: center;
}

.category-title .ct-phrase {
  color: #EA362D;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.category-title .ct-title {
  color: #3D3E43;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}

.category-title .ct-subtitle {
  color: #3D3E43;
  font-size: 16px;
  font-style: italic;
  font-weight: 300px;
}

.category-title .ct-separator {
  background: center no-repeat;
  background-image: url("../../uploads/2020/05/group.png");
  height: 10px;
  width: 163px;
}

/* --------------------*/
/* ------ Articles ----*/
/* --------------------*/
.articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  background-color: #FAF8FC;
  width: 100%;
  padding: 20px;
  max-width: 1200px;
}

.articles-wrapper article {
  background-color: var(--c-white);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 20px;
  height: 350px;
  width: 250px;
}

.articles-wrapper a {
  text-decoration: none;
  color: #3d3e43;
}

.articles-wrapper article .aa-image {
  height: 50%;
  width: 100%;
}

.articles-wrapper article .aa-image img {
  height: 100%;
  width: 100%;
}

.articles-wrapper article .aa-content {
  height: 50%;
  padding: 20px 20px 20px;
}

.articles-wrapper article .aa-content h2 {
  color: #3d3e43;
  font-size: 20px;
}

.articles-wrapper article .aa-content p {
  color: #afb0b6;
  font-size: 12px;
}

/* ----------------------------- */
/* ----------------------------- */
/* -------    Contact    ------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------     Home     -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ------    Not Found    ------ */
/* ----------------------------- */
/* ----------------------------- */
.notfound-page {
  display: flex;
  width: 100%;
}

.notfound-container {
  align-items: center;
}

.notfound-img-container {
  text-align: center;
}

.notfound-img {
  max-width: 500px;
  padding: 2rem;
}

.notfound-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  max-width: 1200px;
  text-align: center;
}

.notfound-title .nt-phrase {
  color: #EA362D;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.notfound-title .nt-title {
  color: #3D3E43;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}

.notfound-title .nt-subtitle {
  color: #3D3E43;
  font-size: 16px;
  font-style: italic;
  font-weight: 300px;
}

.notfound-title .nt-separator {
  background: center no-repeat;
  background-image: url("../../uploads/2020/05/group.png");
  height: 10px;
  width: 163px;
}

/* --------------------*/
/* ------ Articles ----*/
/* --------------------*/
.np-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  background-color: #FAF8FC;
  width: 100%;
  padding: 20px;
  max-width: 1200px;
}

.np-wrapper .npw-cta {
  font-size: 25px;
  font-weight: 300;
  background-color: #FFA602;
  border-radius: 3px 3px 3px 3px;
  padding: 10px 15px 10px 15px;
  color: var(--c-white);
  transition: all 0.3s ease;
}

.np-wrapper .npw-cta:hover {
  text-decoration: none;
  background-color: #E99906;
}

html[lang] {
  margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
  html[lang] {
    margin-top: 0 !important;
  }
}

.fr-bg-blue {
  position: relative;
  background-color: var(--c-outremer-50);
}
@media screen and (min-width: 769px) {
  .fr-bg-blue::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -100rem;
    bottom: 0;
    background-color: var(--c-outremer-50);
    left: 100%;
  }
}

.fr-bg-outremer-50 {
  background-color: var(--c-outremer-50);
}

.fr-bg-outremer-500 {
  background-color: var(--c-outremer-500);
}

.fr-bg-theme {
  background-color: var(--c-bg-light);
}

.hideLink {
  opacity: 0;
}
.hideLink:focus-visible {
  opacity: 1;
}

.align-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fr-container--pad-0 {
    padding: 0;
  }
  .fr-container--pad-0 nav, .fr-container--pad-0 .fr-bg-blue {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer [href], nav [href] {
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}

.skiplinks *:focus-visible,
.fr-footer *:focus-visible,
.fr-bg-outremer-500 *:focus-visible {
  outline-color: var(--c-white);
}

*::placeholder {
  opacity: 1;
  color: var(--c-light-grey);
}

#wpadminbar {
  display: none;
}

body {
  overflow-x: hidden;
}
body p:empty {
  display: none;
}

.page .entry-content {
  width: 100%;
}

.no-results.not-found {
  padding: 0.5rem;
}

.fr-skiplinks__list.mobile {
  display: flex;
}

.fr-skiplinks__list.desktop {
  display: none;
}

@media (min-width: 62em) {
  .fr-skiplinks__list.mobile {
    display: none;
  }
  .fr-skiplinks__list.desktop {
    display: flex;
  }
}
nav.navigation.pagination {
  min-width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}

nav.navigation.pagination .nav-links {
  display: flex;
  gap: 12px;
}

nav.navigation.pagination .nav-links span.page-numbers.current {
  background-color: var(--c-outremer-800);
  color: var(--c-white);
  padding: 4px 12px;
}

nav.navigation.pagination .nav-links a.page-numbers {
  padding: 4px 12px;
  color: #161616;
  transition: all ease-in-out 0.2s;
}

nav.navigation.pagination .nav-links a.page-numbers:hover {
  background-color: var(--c-outremer-100);
}

.wp-block-separator {
  padding: 0;
}

/* acf tynimce */
:where(#tinymce) [href] {
  text-decoration: underline !important;
  color: blue !important;
}

/* external link */
span.ext-link img {
  display: none;
}

a[target=_blank]:after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
