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

.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-500);
  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 {
  background-color: var(--c-accent-600) !important;
}

.fr-btn--secondary,
.fr-btn--secondary > a.wp-block-button__link {
  color: var(--c-outremer-800);
  background-color: var(--blue-france-975-75);
  box-shadow: inset 0 0 0 1px var(--c-outremer-800);
}

.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-lagon);
}

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

.fr-follow__social .fr-btn {
  color: var(--c-outremer-900);
  border: 0.1rem solid var(--c-outremer-900);
  border-radius: 50%;
  background-color: transparent;
}

.fr-follow__social .fr-btn:hover,
.fr-follow__social .fr-btn:focus,
.fr-follow__social .fr-btn:active {
  background-color: var(--c-outremer-900);
  color: var(--c-white);
}

.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-lagon-500);
}
.fr-tile--horizontal.fr-tile-president {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0.25rem 0 0 0 var(--c-outremer-400);
}
.fr-tile--horizontal .fr-tile__title {
  color: var(--c-outremer-900);
}
.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-lagon-500);
}
.fr-tile--topborder {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0 0.25rem 0 0 var(--c-lagon-500);
}
.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-lagon-500);
}

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

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

.home-hero {
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

.home-hero__content {
  position: relative;
  max-width: 50%;
  margin-left: -1.5rem;
  background-color: rgba(231, 229, 239, 0.9);
}
@media (max-width: 62em) {
  .home-hero__content {
    max-width: 100%;
    margin-left: 0;
    background-color: transparent;
  }
  .home-hero__content > * {
    position: relative;
    z-index: 1;
  }
}
.home-hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -6rem;
  background-color: rgba(231, 229, 239, 0.9);
}
@media (max-width: 62em) {
  .home-hero__content::before {
    right: -6rem;
    left: -6rem;
  }
}
.home-hero__content::after {
  content: "";
  position: absolute;
  right: 0;
  top: -25px;
  background-image: url("./assets/illus/curved-purple.svg");
  width: 709px;
  height: 25px;
  background-repeat: no-repeat;
}
@media (max-width: 48em) {
  .home-hero__content::after {
    right: -1rem;
    left: -1rem;
    width: calc(100% + 2rem);
    background-size: auto;
  }
}
@media (min-width: 48.01em) and (max-width: 62em) {
  .home-hero__content::after {
    right: -1rem;
    left: -1rem;
    width: calc(100% + 2rem);
    background-size: 100%;
  }
}
.home-hero__content .fr-btn.discover {
  background-color: var(--c-outremer-800);
}
.home-hero__content .fr-btn.discover:hover, .home-hero__content .fr-btn.discover:focus {
  background-color: var(--c-outremer-900);
}
@media (min-width: 48em) {
  .home-hero__content .fr-follow .fr-btns-group {
    justify-content: flex-end;
  }
}
.home-hero__content .fr-follow {
  padding: 0;
}

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

.fr-breadcrumb__link {
  box-shadow: 0 1px 0 0 #666;
}
.fr-breadcrumb__link[aria-current=page] {
  color: var(--c-outremer-900);
  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-lagon-900);
  background-color: var(--c-lagon-200);
  padding: 1.5rem 2rem;
  font-weight: 700;
}
.fr-accordion__btn:not(:disabled):hover {
  background-color: var(--c-lagon-100);
}
.fr-accordion__btn::before {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--c-lagon-900);
}
.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("./assets/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("./assets/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("./assets/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;
  }
}

.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;
  }
}

.stats .fr-underlined-title,
.stats .fr-h3 {
  color: var(--c-white);
}
.stats .fr-h3 {
  margin-bottom: 0.5rem;
}
.stats .fr-col:last-child {
  position: relative;
}
@media (max-width: 62em) {
  .stats .fr-col:last-child {
    position: static;
  }
}

.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
@media (max-width: 62em) {
  .stats__item {
    margin-top: 1.5rem;
  }
}

.stats__item__txt {
  color: var(--c-grey-850);
}

.stats__illus {
  position: absolute;
  bottom: -2rem;
  transform: translateY(50%);
  width: 100%;
}
@media (max-width: 48em) {
  .stats__illus {
    max-width: 50%;
  }
}
@media (max-width: 48.01em) and (max-width: 62em) {
  .stats__illus {
    bottom: -2rem;
    transform: translate(-50%, 50%);
    max-width: 35%;
    left: 50%;
  }
}

.direct-access .fr-underlined-title {
  color: var(--c-white);
}
.direct-access .fr-tile {
  box-shadow: 0 0 0 1px var(--border-default-grey), inset 0 -0.25rem 0 0 var(--c-outremer-600);
}

.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-lagon-500);
}
.latest-news .fr-card:not(.fr-card--horizontal) .fr-card__detail {
  color: var(--c-outremer-500);
  font-weight: 700;
}
.latest-news .fr-card--horizontal {
  border-bottom: 1px solid var(--c-lagon-500);
}
.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-outremer-800);
  background-image: none;
}
.latest-news__more .fr-link:hover, .latest-news__more .fr-link:focus {
  color: var(--c-outremer-900);
  background-image: var(--underline-img), var(--underline-img);
}

.fr-tag--1 {
  background-color: var(--c-lagon-200);
}

.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-outremer-500);
}
.events .fr-links-group .fr-link:hover, .events .fr-links-group .fr-link:focus {
  color: var(--c-outremer-600);
}

.events__more {
  text-align: right;
}

.schools .fr-h3 {
  color: var(--c-outremer-500);
}
.schools .fr-btn {
  font-weight: 700;
  color: var(--grey-50-1000);
  background-color: transparent;
  text-align: left;
  padding: 0;
}
.schools .fr-btn:hover, .schools .fr-btn:focus {
  background-color: transparent;
  text-decoration: underline;
}
.schools ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schools li {
  padding-bottom: 1rem;
}
.schools__infos {
  border-radius: 0.5rem;
  background-color: var(--c-outremer-50-2);
}
.schools__details img {
  display: block;
  max-width: 100%;
}
.schools__map {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 62em) {
  .schools__map {
    min-height: 30rem;
  }
}
.schools__map > svg {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
}
.schools__map--north > svg {
  bottom: 0;
  transform: translate(10%, 30%);
}
.schools__map--north .svg-south {
  display: none;
}
.schools__map--south > svg {
  bottom: 0;
  transform: translate(10%, -10%);
}
.schools__map--south .svg-north {
  display: none;
}
.schools__panel {
  display: none;
}
.schools__panel.-isActive {
  display: flex;
}
.schools .fr-sidemenu .fr-col > * {
  position: relative;
}
.schools .fr-sidemenu .fr-col > *::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.75rem;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
}

.fr-translate .fr-translate__btn {
  border: none;
  font-weight: 400;
  color: var(--c-white);
  background-color: var(--c-outremer-500);
  box-shadow: none;
}
.fr-translate .fr-translate__btn:hover, .fr-translate .fr-translate__btn:focus {
  color: var(--c-white);
  background-color: var(--c-outremer-600);
}
.fr-translate .fr-nav__item {
  position: relative;
}
.fr-translate .fr-nav__link[aria-current], .fr-translate .fr-nav__btn[aria-current] {
  color: var(--c-outremer-500);
}
.fr-translate .fr-nav__link[aria-current]::before, .fr-translate .fr-nav__btn[aria-current]::before {
  background-color: var(--c-outremer-500);
}
@media screen and (max-width: 768px) {
  .fr-translate {
    width: 100%;
  }
  .fr-translate .fr-translate__btn {
    font-size: 0.875rem;
  }
  .fr-translate .fr-translate__btn[aria-expanded=true] + .fr-translate__menu {
    max-height: none;
    visibility: visible;
  }
  .fr-translate .fr-translate__btn[aria-expanded=true] + .fr-translate__menu::before {
    display: none;
  }
  .fr-translate .fr-translate__language {
    font-size: 0.875rem;
  }
  .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: #fff;
  border: none;
  border-radius: 2px;
  color: var(--c-accent-700);
}
.carousel-content .carousel-primary-controls button:hover, .carousel-content .carousel-primary-controls button:focus {
  color: var(--c-accent-600);
}
.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 ul {
  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-lagon-900);
}
.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-outremer-500);
  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-lagon-500);
}
@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 0 0.5rem;
  }
}

.fr-callout {
  background-color: #EAEFFA;
  box-shadow: inset 0.25rem 0 0 0 var(--c-outremer-500);
}
.fr-callout--lagon {
  background-color: var(--c-lagon-100);
  box-shadow: inset 0.25rem 0 0 0 var(--c-lagon-500);
}
.fr-callout--lagon .fr-callout__title {
  margin-bottom: 0.5rem;
}
.fr-callout--lagon .fr-callout__text p.wp-block-post-excerpt__excerpt {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

@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: #EAEFFA;
  font-size: 1.5rem;
  padding: 1rem;
  border-bottom: 2px solid #84A0E1;
  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: #EAEFFA;
}
.fr-list--table .fr-list__item::marker, .fr-list--table .fr-list li::marker {
  content: none;
}

.fr-instagram #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item a {
  margin-right: 8px;
  margin-bottom: 8px;
}
.fr-instagram [target=_blank]::after {
  display: none;
}

.banner-pub {
  z-index: 1000;
  position: relative;
  background-color: white;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 16px -16px rgba(0, 0, 0, 0.32);
  margin: 0 0 50px 0;
}
.banner-pub_image {
  height: 150px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ----------------------------- */
/* ----------------------------- */
/* -----    Templates     ------ */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    Footer    -------- */
/* ----------------------------- */
/* ----------------------------- */
.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    -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #fff;
  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: #F5F5FE;
}
@media screen and (min-width: 769px) {
  .fr-bg-blue::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -100rem;
    bottom: 0;
    background-color: #F5F5FE;
    left: 100%;
  }
}

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

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

.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;
}

#wpadminbar {
  display: none;
}

:root {
  --c-stone: #152041;
  --c-athens: #e8e6ef;
  --c-royalty: #592fa2;
  --c-outremer: #223267;
  --c-cello: #1f2d5c;
  --c-lagon: #e3f5f7;
  --c-bluelagon: #37bac3;
  --c-white: #fff;
  --c-light-grey: #666;
  --c-grey: #3b3b3b;
  --c-dark-grey: #171717;
  --c-lagon-50: #EFF9FB;
  --c-lagon-100: #E2F5F7;
  --c-lagon-200: #C2EBEE;
  --c-lagon-300: #9EDFE4;
  --c-lagon-400: #73D0D7;
  --c-lagon-500: #36B8C2;
  --c-lagon-600: #2CA7B1;
  --c-lagon-700: #1D98A2;
  --c-lagon-800: #115960;
  --c-lagon-900: #0F5157;
  --c-outremer-50: #F5F5FE;
  --c-outremer-50-2: #E9EEFB;
  --c-outremer-100: #D4DCF7;
  --c-outremer-200: #A8B9F0;
  --c-outremer-300: #6F8BE6;
  --c-outremer-400: #4A6DDF;
  --c-outremer-500: #223266;
  --c-outremer-600: #1E2C5B;
  --c-outremer-700: #1A264F;
  --c-outremer-800: #151F40;
  --c-outremer-900: #0F162D;
  --c-accent-100: #E7E5EF;
  --c-accent-200: #CDC7DE;
  --c-accent-300: #B0A5CC;
  --c-accent-400: #8C79B9;
  --c-accent-500: #5B30A3;
  --c-accent-600: #512A91;
  --c-accent-700: #46257E;
  --c-accent-800: #391E67;
  --c-accent-900: #281548;
  --c-grey-850: #CECECE;
}

body {
  overflow-x: hidden;
}

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

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

.fr-header .fr-links-group > li:last-child {
  display: none;
}

.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;
  }
}
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;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 20px 0;
}

.comment-form input: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])::-webkit-input-placeholder, .wpcf7 input:not([type=submit]):not([type=search])::-webkit-input-placeholder, .wpcf7 select:not([type=submit]):not([type=search])::-webkit-input-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.comment-form input:not([type=submit]):not([type=search]):-moz-placeholder, .wpcf7 input:not([type=submit]):not([type=search]):-moz-placeholder, .wpcf7 select:not([type=submit]):not([type=search]):-moz-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.comment-form input:not([type=submit]):not([type=search])::-moz-placeholder, .wpcf7 input:not([type=submit]):not([type=search])::-moz-placeholder, .wpcf7 select:not([type=submit]):not([type=search])::-moz-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.comment-form input:not([type=submit]):not([type=search]):-ms-input-placeholder, .wpcf7 input:not([type=submit]):not([type=search]):-ms-input-placeholder, .wpcf7 select:not([type=submit]):not([type=search]):-ms-input-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.comment-form input:not([type=submit]):not([type=search]):focus, .comment-form input:not([type=submit]):not([type=search]):hover, .wpcf7 input:not([type=submit]):not([type=search]):focus, .wpcf7 input:not([type=submit]):not([type=search]):hover, .wpcf7 select:not([type=submit]):not([type=search]):focus, .wpcf7 select:not([type=submit]):not([type=search]):hover {
  border-bottom: 2px solid #5a6671;
}

.comment-form input: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%;
}

@-moz-document url-prefix() {
  .comment-form input[type=radio] + label span, .wpcf7 input[type=radio] + label span {
    width: 0.65rem;
    height: 0.65rem;
  }
}
@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;
  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%;
}

@-moz-document url-prefix() {
  .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=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%;
  }
}
@supports (-ms-ime-align: auto) {
  .comment-form input[type=checkbox] + label span, .wpcf7 input[type=checkbox] + label span {
    top: 0.45rem;
  }
}
.comment-form input.is-invalid, .wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid, .wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid, .wpcf7 input.is-invalid {
  color: #d90b0b !important;
  border: 0;
  border-bottom: 2px solid #d90b0b !important;
}

.comment-form 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, .wpcf7 input.is-invalid::-webkit-input-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}

.comment-form input.is-invalid:-moz-placeholder, .comment-form input.is-invalid::-moz-placeholder, .wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid:-moz-placeholder, .wpcf7 .wpcf7-form.invalid input.wpcf7-not-valid::-moz-placeholder, .wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid:-moz-placeholder, .wpcf7 .wpcf7-form.invalid textarea.wpcf7-not-valid::-moz-placeholder, .wpcf7 input.is-invalid:-moz-placeholder, .wpcf7 input.is-invalid::-moz-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}

.comment-form 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, .wpcf7 input.is-invalid:-ms-input-placeholder {
  color: #d90b0b;
  font-weight: 300;
  opacity: 1;
}

.comment-form 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), .wpcf7 input.is-valid {
  color: teal !important;
  border: 0;
  border-bottom: 2px solid teal !important;
}

.comment-form 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, .wpcf7 input.is-valid::-webkit-input-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}

.comment-form input.is-valid:-moz-placeholder, .wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder:not(.wpcf7-not-valid), .wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:-moz-placeholder:not(.wpcf7-not-valid), .wpcf7 input.is-valid:-moz-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}

.comment-form 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, .wpcf7 input.is-valid::-moz-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}

.comment-form input.is-valid:-ms-input-placeholder, .wpcf7 .wpcf7-form.invalid input.wpcf7-validates-as-required:-ms-input-placeholder:not(.wpcf7-not-valid), .wpcf7 .wpcf7-form.invalid textarea.wpcf7-validates-as-required:-ms-input-placeholder:not(.wpcf7-not-valid), .wpcf7 input.is-valid:-ms-input-placeholder {
  color: teal;
  font-weight: 300;
  opacity: 1;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .comment-form input[type=text], .wpcf7 input[type=text] {
    height: 1.8rem;
    line-height: inherit;
  }
}
.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;
}

.comment-form textarea::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.comment-form textarea:-moz-placeholder, .comment-form textarea::-moz-placeholder, .wpcf7 textarea:-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.comment-form textarea:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #a0b4c8;
  font-weight: 300;
  opacity: 1;
}

.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;
}

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: #151F40;
  color: #fff;
  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: #D4DCF7;
}

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


