.Header {
  border-bottom: solid 1px transparent;
  border-image-source: url("../../img/deco-wave.svg");
  border-image-slice: 0 0 24 0;
  border-image-width: auto;
  border-image-repeat: repeat;
  border-image-outset: 16px; }
  .Header-contentWrapper {
    max-width: calc(var(--site-width, 120rem) + 4 * var(--site-padding, 8rem)); }
  .Header .Header-logo img {
    vertical-align: bottom; }
  .Header .Menu-topLevel {
    color: var(--third-color);
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.08em; }
  @media (max-width: 767px) {
    .Header .Header-menus {
      border-top: solid 1px transparent;
      border-image-source: url("../../img/deco-wave.svg");
      border-image-slice: 24 0 0 0;
      border-image-width: auto;
      border-image-repeat: repeat;
      border-image-outset: 7px; } }

.Header .Menu-topLevel .Menu-item a::after {
  bottom: 1.2rem; }

#Breadcrumb {
  margin-top: 2.2rem; }
  @media (min-width: 1366px) {
    #Breadcrumb {
      margin-left: calc(-1 * var(--site-padding)); } }
  #Breadcrumb li::before {
    content: '/';
    font-family: inherit;
    color: inherit;
    font-weight: bold; }
  #Breadcrumb li:last-child {
    font-weight: bold; }

.Footer-bottom {
  background: var(--third-color) url("../../img/bg-footer@2x.jpg");
  background-size: cover;
  color: white;
  border-top: solid 1px transparent;
  border-image-source: url("../../img/deco-wave.svg");
  border-image-slice: 24 0 0 0;
  border-image-width: auto;
  border-image-repeat: repeat;
  border-image-outset: 16px; }

.Footer-logo {
  position: static;
  transform: none;
  margin-bottom: 1.8rem;
  display: block;
  text-align: center; }
  .Footer-logo img {
    display: inline;
    vertical-align: bottom; }

.Footer-contentWrapper {
  display: block;
  max-width: calc(var(--site-width, 120rem) + 4 * var(--site-padding, 8rem)); }
  .Footer-contentWrapper .Footer-socials {
    max-width: none;
    margin: 0; }
    .Footer-contentWrapper .Footer-socials p {
      margin-bottom: 1rem; }
    .Footer-contentWrapper .Footer-socials .Taxo-socials {
      font-size: 2.5rem;
      color: var(--secondary-color); }

.Footer-row {
  display: flex;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .Footer-row {
      flex-direction: column;
      align-items: center; } }

.Footer-left {
  margin-right: 5rem; }
  @media (max-width: 767px) {
    .Footer-left {
      margin-bottom: 4rem;
      margin-right: 0; } }

.Footer-right {
  flex: 1 1 auto; }
  @media (min-width: 768px) {
    .Footer-right {
      display: flex;
      justify-content: flex-end; } }

.Footer-middle {
  margin: 0 5rem; }

.Footer-officialMention-Mention {
  width: 100%;
  text-align: center; }

.Footer-officialMention-logos {
  font-size: 1.4rem;
  max-width: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .Footer-officialMention-logos {
      flex-direction: column;
      align-items: flex-end; } }
  @media (max-width: 767px) {
    .Footer-officialMention-logos {
      justify-content: center;
      font-size: 1.8rem; } }
  .Footer-officialMention-logos a {
    text-decoration: none;
    margin-left: 4rem; }
    @media (min-width: 768px) {
      .Footer-officialMention-logos a {
        margin-bottom: 3.7rem; }
        .Footer-officialMention-logos a:first-child {
          font-size: 1.8rem; }
          .Footer-officialMention-logos a:first-child .Taxo-logos-logo {
            height: 1em; }
            .Footer-officialMention-logos a:first-child .Taxo-logos-logo img {
              margin-top: -3rem; }
        .Footer-officialMention-logos a:last-child {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .Footer-officialMention-logos a {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem; } }
    .Footer-officialMention-logos a:hover, .Footer-officialMention-logos a:focus {
      text-decoration: underline; }
  .Footer-officialMention-logos .Taxo-logos .Taxo-logos-logo {
    order: 2;
    margin-right: 0;
    margin-left: 1rem; }
    .Footer-officialMention-logos .Taxo-logos .Taxo-logos-logo img {
      max-height: 5rem;
      width: auto; }

.Footer .Footer-menu {
  padding-right: 0;
  width: auto;
  margin-bottom: 1rem; }
  .Footer .Footer-menu .Menu-topLevel {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .Footer .Footer-menu .Menu-topLevel {
        justify-content: center; } }
    .Footer .Footer-menu .Menu-topLevel li {
      margin-left: 4rem; }
      @media (max-width: 767px) {
        .Footer .Footer-menu .Menu-topLevel li {
          margin-left: 0;
          width: 100%;
          text-align: center; } }

.ParagraphPush-header {
  background: rgba(6, 80, 0, 0.94);
  color: #fff;
  text-align: center;
  padding: 4.2rem 6rem 5rem;
  max-width: 80rem;
  margin: 0 auto; }
  .ParagraphPush-header h2 {
    font-size: 5rem; }

.ParagraphPush-text {
  margin-bottom: 3rem; }

body {
  --swiper-theme-color: var(--third-color);
  --swiper-navigation-size: 3rem; }

#Page {
  font-weight: normal;
  background: var(--body-bg-color) url("../../../src/images/background.jpg") center no-repeat fixed;
  background-size: cover; }

.DetailWrapper {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
  margin: 0 0 12.6rem;
  position: relative;
  top: 7.6rem; }
  .DetailWrapper::before {
    content: '';
    height: 47px;
    width: 47px;
    position: absolute;
    top: -3rem;
    left: calc(-1 * var(--site-padding));
    background: url("../../img/deco-detail-wrapper-left.png") center no-repeat;
    mix-blend-mode: multiply; }
    @media (max-width: 767px) {
      .DetailWrapper::before {
        width: 24px;
        height: 24px;
        background-size: contain;
        top: -1.5rem;
        left: calc(-1 * var(--site-padding-mobile)); } }
  .DetailWrapper::after {
    content: '';
    height: 51px;
    width: 51px;
    position: absolute;
    bottom: calc(-1 * var(--site-padding));
    right: calc(-1 * var(--site-padding));
    background: url("../../img/deco-detail-wrapper-right.png") center no-repeat;
    mix-blend-mode: multiply; }
    @media (max-width: 767px) {
      .DetailWrapper::after {
        width: 26px;
        height: 26px;
        background-size: contain;
        bottom: calc(-1 * var(--site-padding-mobile));
        right: calc(-1 * var(--site-padding-mobile)); } }

.Paragraph.BackgroundColor-beige {
  background: none; }

.form-text, .form-checkbox, .form-radio, .form-email, .form-textarea, .form-select {
  border-color: #E3E300; }

form .description,
.Contact-infos {
  color: inherit;
  font-size: 1.4rem;
  opacity: 1; }

body #tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: var(--text-color) !important; }

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button {
  border-radius: 5rem; }

#tarteaucitronRoot button#tarteaucitronBack {
  background: var(--text-color) !important; }

div#tarteaucitronServices {
  box-shadow: none !important; }

/*# sourceMappingURL=extend-global.css.map */
