@charset "UTF-8";
/* La tortue qui lit - 17.11.2025 */
@import url("https://use.typekit.net/vdf1dfs.css");
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/* 0 .125rem .525rem rgba(0,0,0,0) */
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Text */
/* Reset */
/* transition */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* La tortue qui lit - 17.11.2025 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "futura-100", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: inherit;
}
.link svg {
  position: relative;
}

.btn_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: #D3D800;
  color: #fff !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #69c2be;
  color: #fff !important;
  border-color: transparent;
}
.btn_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: #69c2be;
  color: #fff !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #23211f;
  color: #fff !important;
  border-color: transparent;
}
.btn_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: #006A78;
  color: #fff !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #69c2be;
  color: #fff !important;
  border-color: transparent;
}
.btn_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: #23211f;
  color: #fff !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #23211f !important;
  border-color: #23211f;
}
.btn_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: #c6d9d8;
  color: #23211f !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #23211f !important;
  border-color: transparent;
}
.btn_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: #fff;
  color: #23211f !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #23211f;
  color: #fff !important;
  border-color: transparent;
}
.btn_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #D3D800;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: transparent;
  color: #D3D800 !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #D3D800;
  color: #fff !important;
  border-color: #D3D800;
}
.btn_outline_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_primary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #69c2be;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: transparent;
  color: #69c2be !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #69c2be;
  color: #fff !important;
  border-color: #69c2be;
}
.btn_outline_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_secondary svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #006A78;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: transparent;
  color: #006A78 !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #006A78;
  color: #fff !important;
  border-color: #006A78;
}
.btn_outline_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_third svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #23211f;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: transparent;
  color: #23211f !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #23211f;
  color: #23211f !important;
  border-color: #23211f;
}
.btn_outline_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_dark svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #c6d9d8;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: transparent;
  color: #c6d9d8 !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #c6d9d8;
  color: #23211f !important;
  border-color: #c6d9d8;
}
.btn_outline_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_light svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.btn_outline_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 0.75rem 1.2rem !important;
  line-height: inherit;
  border-radius: 8px;
  font-size: calc(1.2rem + 0.015vw);
  font-weight: 700;
  font-family: "futura-100", sans-serif;
  background-color: transparent;
  color: #fff !important;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #23211f !important;
  border-color: #fff;
}
.btn_outline_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_white svg {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.link_primary {
  color: #D3D800;
  text-transform: inherit;
  font-weight: 400;
  font-family: "futura-100", sans-serif;
}
.link_primary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #69c2be;
}

.link_secondary {
  color: #69c2be;
  text-transform: inherit;
  font-weight: 400;
  font-family: "futura-100", sans-serif;
}
.link_secondary svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #23211f;
}

.link_third {
  color: #006A78;
  text-transform: inherit;
  font-weight: 400;
  font-family: "futura-100", sans-serif;
}
.link_third svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #D3D800;
}

.link_dark {
  color: #23211f;
  text-transform: inherit;
  font-weight: 400;
  font-family: "futura-100", sans-serif;
}
.link_dark svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #69c2be;
}

.link_light {
  color: #c6d9d8;
  text-transform: inherit;
  font-weight: 400;
  font-family: "futura-100", sans-serif;
}
.link_light svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #fff;
}

.link_white {
  color: #fff;
  text-transform: inherit;
  font-weight: 400;
  font-family: "futura-100", sans-serif;
}
.link_white svg {
  position: relative;
  height: 1.6rem;
  width: 1.6rem;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #006A78;
}

.btn_icone {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(38px - 55%);
  width: calc(38px - 55%);
  margin: auto;
  position: relative;
}

.top-container #top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
}
.top-container #top.is-visible {
  opacity: 1;
}

/* La tortue qui lit - 17.11.2025 */
header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
}
.card-item .cardImg:hover {
  opacity: 0.85;
}

/*----------*/
/*-- Container --*/
/*----------*/
.small-container {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .small-container {
    width: 750px;
  }
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------*/
/*-- Logo --*/
/*----------*/
/*#logo, .navbar-brand{
  @include respond(max-md){
    width: $logo-widthM;
    height: $logo-heightM;
    &:not(.inherit-width){
      width: calc(90px + 2%);
    }
  }
  @include respond(min-md){
    width: $logo-widthE;
    height: $logo-heightE;
    &:not(.inherit-width){
      width: calc(120px + 4%);
    }
  }
  @include transition-all;
}*/
/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #D3D800;
  color: #fff;
}

.bg_secondary {
  background-color: #69c2be;
  color: #fff;
}

.bg_third {
  background-color: #006A78;
  color: #fff;
}

.bg_dark {
  background-color: #23211f;
  color: #fff;
}

.bg_light {
  background-color: #c6d9d8;
  color: #23211f;
}

.bg_white {
  background-color: #fff;
  color: #23211f;
}

.bg_success {
  background-color: #008554;
  color: #fff;
}

.bg_danger {
  background-color: #bd0000;
  color: #fff;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #D3D800;
  color: #fff;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #69c2be;
  color: #fff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #006A78;
  color: #fff;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #23211f;
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #c6d9d8;
  color: #23211f;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #fff;
  color: #23211f;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 7%;
    padding-left: 7%;
  }
}

/* La tortue qui lit - 17.11.2025 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "futura-100", sans-serif;
  color: #006A78;
}

body, p, span, a, .link, button.link {
  font-size: calc(1.2rem + 0.015vw);
}

.btn, .link {
  font-family: "futura-100", sans-serif;
}

.link {
  text-transform: inherit;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "neulis-cursive", sans-serif;
  text-transform: inherit;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: calc(3rem + 0.5vw);
}
h1 svg, .h1 svg {
  width: calc(3rem + 0.5vw);
  height: calc(3rem + 0.5vw);
}

h2, .h2 {
  font-size: calc(2.3rem + 0.5vw);
}
h2 svg, .h2 svg {
  width: calc(2.3rem + 0.5vw);
  height: calc(2.3rem + 0.5vw);
}

h3, .h3 {
  font-size: calc(2rem + 0.015vw);
}
h3 svg, .h3 svg {
  width: calc(2rem + 0.015vw);
  height: calc(2rem + 0.015vw);
}

h4, .h4 {
  font-size: calc(1.6rem + 0.015vw);
}
h4 svg, .h4 svg {
  width: calc(1.6rem + 0.015vw);
  height: calc(1.6rem + 0.015vw);
}

h5, .h5, h6, .h6 {
  font-size: calc(1rem + 0.015vw);
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: calc(1rem + 0.015vw);
  height: calc(1rem + 0.015vw);
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #D3D800;
}

.text_secondary {
  color: #69c2be;
}

.text_third {
  color: #006A78;
}

.text_dark {
  color: #23211f;
}

.text_light {
  color: #c6d9d8;
}

.text_white {
  color: #fff;
}

.text_success {
  color: #008554;
}

.text_warning {
  color: #dd8700;
}

.text_danger {
  color: #bd0000;
}

/* La tortue qui lit - 17.11.2025 */
/* -- MENU wordpress -- */
header {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
}
header ul li a {
  font-weight: 700;
  text-transform: inherit;
  font-family: "futura-100", sans-serif;
}
header.is-scrolled {
  background-color: #D3D800;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
  display: block;
  width: 100%;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li a {
  display: block;
  font-family: "neulis-cursive", sans-serif;
}
header .menu-item-has-children:not(.qtranxs-lang-menu) > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -- MENU écran -- */
@media (min-width: 1200px) {
  header #showMenu {
    display: none;
  }
  header .menu-content {
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-content .menu-item a {
    font-size: calc(1.6rem + 0.015vw);
    padding: 0.5rem 1rem;
    margin: 0;
    color: #69c2be;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: #D3D800;
  }
  header.is-scrolled .menu-item a {
    color: #fff;
  }
  header.is-scrolled .menu-item a:hover, header.is-scrolled .menu-item a:focus, header.is-scrolled .menu-item a:active {
    color: #69c2be;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) {
    position: relative;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #D3D800;
    background-clip: padding-box;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 1rem;
    font-size: calc(1rem + 0.015vw);
    color: #fff !important;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:hover, header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:focus, header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:active {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu):hover .sub-menu, header .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
/* -- .MENU écran -- */
/* -- MENU Mobile-- */
@media (max-width: 1200px) {
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
    padding: 0;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 0px;
  }
  header #showMenu span {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #showMenu span::before, header #showMenu span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
  }
  header #showMenu span::before {
    top: 8px;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu span::after {
    bottom: 8px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu.active span {
    background-color: transparent !important;
  }
  header #showMenu.active span::before, header #showMenu.active span::after {
    background-color: #fff !important;
  }
  header #showMenu.active span::before {
    top: 0;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #showMenu.active span::after {
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #showMenu.active #quitMenu {
    display: block;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 300ms ease-in opacityAnim;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    background-color: #fff;
  }
  header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
    background-color: #fff;
  }
  header .menu-container {
    top: 0;
    background: #69c2be;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    max-width: 100%;
    height: 100%;
    right: -100%;
    z-index: 1;
  }
  header .menu-container.open {
    right: 0;
  }
  header .menu-content {
    padding: 2rem;
    margin-top: 5vh;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 103;
  }
  header .menu-content .menu-item {
    list-style: none;
  }
  header .menu-content .menu-item a {
    font-size: calc(2rem + 0.015vw);
    margin: 0.7rem 0rem;
    padding: 0.5rem 0rem;
    display: block;
    color: #fff;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: rgba(255, 255, 255, 0.5);
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 1rem;
    font-size: calc(1rem + 0.015vw);
  }
  header .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
/* -- .MENU Mobile -- */
@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Setting */
/* -------------- */
body {
  color: #006A78;
  line-height: 1.3;
  background-color: #F0F8F7;
}

strong, b {
  font-weight: 700 !important;
}

.title-text {
  font-family: "neulis-cursive", sans-serif;
  font-weight: 700 !important;
  color: #D3D800;
}

.banner .cardImg {
  height: 45vh;
  position: relative;
}
.banner .cardImg svg {
  color: #F0F8F7;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  right: 0;
}

.logo {
  margin-top: -60px;
}

ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

address {
  font-family: "futura-100", sans-serif;
}

/* -------------- */
/* Header */
/* -------------- */
@media only screen and (max-width: calc(768px - 0.2px)) {
  #logo {
    width: 90px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #logo {
    width: 120px;
    height: auto;
  }
}

#actualites {
  background-color: rgba(105, 194, 190, 0.5);
}
#actualites .content-text {
  font-size: calc(1rem + 0.015vw);
}

.content-editor a {
  color: #69c2be;
}
.content-editor a:hover, .content-editor a:focus, .content-editor a:active {
  color: #D3D800;
}
.content-editor h1 {
  font-size: calc(1.6rem + 0.015vw);
  color: #D3D800;
  margin-bottom: 1rem;
  color: #D3D800;
}
.content-editor img {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .content-editor:nth-child(odd) div:first-of-type {
    order: 2;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .content-editor div:last-of-type {
    order: 1;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .content-editor div:first-of-type {
    order: 2;
  }
}

.card-item figure {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.card-item .dates {
  color: #D3D800;
}
.card-item .title {
  font-size: calc(1.6rem + 0.015vw);
}

#alert p:last-of-type {
  margin-bottom: 0;
}

/* -------------- */
/* Footer */
/* -------------- */
footer .list-icone a {
  background-color: #D3D800;
  color: #fff;
}
footer .list-icone a:hover, footer .list-icone a:focus, footer .list-icone a:active {
  background-color: #23211f;
  color: #fff;
}/*# sourceMappingURL=style.css.map */