@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
.wrapper,
.wrapper-narrow,
.contentcenter {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
  padding: 0 10px;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    padding: 0 15px;
    width: 675px;
  }
}
@media screen and (min-width: 64em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    padding-left: 20px;
    padding-right: 20px;
    width: 980px;
  }
}
@media screen and (min-width: 79em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
.grid {
  margin-left: -5px;
  margin-right: -5px;
}
@supports (display: flex) {
  .grid:after {
    content: none;
  }
}
@media screen and (min-width: 48em) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11 {
    clear: none;
    float: left;
  }
  .col-s-1 {
    width: 8.3334%;
  }
  .col-s-2 {
    width: 16.6667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.3334%;
  }
  .col-s-5 {
    width: 41.6667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.3334%;
  }
  .col-s-8 {
    width: 66.6667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.3334%;
  }
  .col-s-11 {
    width: 91.6667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.3334%;
  }
  .offset-2 {
    margin-left: 16.6667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3334%;
  }
  .offset-5 {
    margin-left: 41.6667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3334%;
  }
  .offset-8 {
    margin-left: 66.6667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3334%;
  }
  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

	Column = 40px (* 12) / Gutter = 15px (* 13) => 675px

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
  .col-m-12,
  .col-l-12,
  .col-xl-12 {
    clear: both;
    float: none;
  }
  /* Columns width */
  .col1 {
    width: 8.3334%;
  }
  .col2 {
    width: 16.6667%;
  }
  .col3 {
    width: 25%;
  }
  .col4 {
    width: 33.3334%;
  }
  .col5 {
    width: 41.6667%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.3334%;
  }
  .col8 {
    width: 66.6667%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.3334%;
  }
  .col11 {
    width: 91.6667%;
  }
  .col12 {
    width: 100%;
  }
  .col-m-1 {
    width: 8.33344%;
  }
  .col-m-2 {
    width: 16.6667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.3334%;
  }
  .col-m-5 {
    width: 41.6667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.3334%;
  }
  .col-m-8 {
    width: 66.6667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.3334%;
  }
  .col-m-11 {
    width: 91.6667%;
  }
  .col-m-12 {
    width: 100%;
  }
  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }
  .offset-m-2 {
    margin-left: 16.6667%;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .offset-m-4 {
    margin-left: 33.3334%;
  }
  .offset-m-5 {
    margin-left: 41.6667%;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 58.3334%;
  }
  .offset-m-8 {
    margin-left: 66.6667%;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .offset-m-10 {
    margin-left: 83.3334%;
  }
  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

	Column = 60px (* 12) / Gutter = 20px (* 13) => 980px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }
  .col-l-2 {
    width: 16.6667%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.3334%;
  }
  .col-l-5 {
    width: 41.6667%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.3334%;
  }
  .col-l-8 {
    width: 66.6667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.3334%;
  }
  .col-l-11 {
    width: 91.6667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .offset-l-1 {
    margin-left: 8.3334%;
  }
  .offset-l-2 {
    margin-left: 16.6667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.3334%;
  }
  .offset-l-5 {
    margin-left: 41.6667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.3334%;
  }
  .offset-l-8 {
    margin-left: 66.6667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.3334%;
  }
  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

	Column = 70px (* 12) / Gutter = 30px (* 13) => 1230px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }
  .col-xl-2 {
    width: 16.6667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3334%;
  }
  .col-xl-5 {
    width: 41.6667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3334%;
  }
  .col-xl-8 {
    width: 66.6667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3334%;
  }
  .col-xl-11 {
    width: 91.6667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.3334%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3334%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3334%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3334%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

	Column = 80px (* 12) / Gutter = 30px (* 13) => 1280px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Media queries */
/* Theme colors */
/* WP colors */
/*
@mixin icon-regular {
  @include icon;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ------------------------------------------
 00 STRUCTURE
------------------------------------------ */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site {
  position: relative;
}

.wrapper-wide {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media screen and (min-width: 30em) {
  .wrapper-wide {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .wrapper-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .wrapper-wide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper-wide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    max-width: 1640px;
  }
}

.wrapper-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
#page .site-content {
  flex-grow: 1;
}
#page .site-footer {
  flex-shrink: 0;
}

/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
@font-face {
  font-family: "EuclidCircularA";
  src: url("../font/EuclidCircularA-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("../font/EuclidCircularA-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("../font/EuclidCircularA-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("../font/EuclidCircularA-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "EuclidCircularA";
  src: url("../font/EuclidCircularA-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Structure */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "EuclidCircularA";
  font-weight: 400;
  position: relative;
  color: #030303;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
html.no-scroll {
  overflow: hidden;
}

.site {
  position: relative;
}

section, .section {
  position: relative;
  padding: 3rem 1rem;
}
@media screen and (min-width: 64em) {
  section, .section {
    padding: 7rem 7.5%;
  }
}

.grecaptcha-badge {
  display: none;
}

/* Typography */
dd,
dt,
li,
p,
a,
td,
th,
label,
input,
select,
textarea {
  font-family: "EuclidCircularA";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4em;
  color: black;
}
@media screen and (min-width: 64em) {
  dd,
  dt,
  li,
  p,
  a,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 79em) {
  dd,
  dt,
  li,
  p,
  a,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.125em;
}
p.lead + p.lead {
  margin-top: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

h1, h1 p {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.1em;
}
h1 strong, h1 p strong {
  color: #E42320;
}
@media screen and (min-width: 48em) {
  h1, h1 p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 79em) {
  h1, h1 p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 90em) {
  h1, h1 p {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #4f4f4f;
}
@media screen and (min-width: 48em) {
  h2, .h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
h3, .h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: black;
}
@media screen and (min-width: 48em) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.25em;
}

h5,
h6 {
  font-size: 1.125em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
.jetpack-video-wrapper + h1,
.jetpack-video-wrapper + h2,
.jetpack-video-wrapper + h3,
.jetpack-video-wrapper + h4,
.jetpack-video-wrapper + h5,
.jetpack-video-wrapper + h6 {
  clear: both;
  margin-top: 2em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.125em;
}

a {
  text-decoration: none;
}

/* Lists */
li {
  margin-bottom: 0.75em;
}
li:last-child {
  margin-bottom: 0;
}

ul li {
  padding-left: 1.5em;
  position: relative;
}

.nav li {
  padding: 0;
}
.nav li:before {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Forms */
label {
  display: block;
}
.form-item {
  margin-bottom: 1rem;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.btn,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
  background-color: transparent;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  text-transform: lowercase;
  text-align: center;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover, .btn:active,
.wp-block-button__link:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
  color: #fff;
}
@media screen and (min-width: 64em) {
  .btn,
  .wp-block-button__link,
  button,
  input[type=submit],
  input[type=button] {
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 79em) {
  .btn,
  .wp-block-button__link,
  button,
  input[type=submit],
  input[type=button] {
    font-size: 1.25rem;
    height: 56px;
    line-height: 56px;
  }
}

a.btn,
a.wp-block-button__link {
  display: inline-block;
  height: auto;
  line-height: 1.5em;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 64em) {
  a.btn,
  a.wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 79em) {
  a.btn,
  a.wp-block-button__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

textarea {
  height: auto;
}

fieldset.grid {
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
fieldset.grid .form-item.col {
  padding: 0 10px;
}
fieldset.grid .inline-container.col12 {
  width: auto;
}

/* Social icons */
.list-socials {
  padding: 0;
}
.list-socials li {
  display: inline-block;
  margin: 0;
}
.list-socials li a {
  border: none;
  display: block;
  height: 32px !important;
  width: 32px !important;
  text-align: center;
}
.list-socials li a .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.list-socials li a:before {
  font-family: "Font Awesome 6 Brands";
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
}
.list-socials li a[href*=facebook]:before {
  content: "\f082";
}
.list-socials li a[href*=instagram]:before {
  content: "\f16d";
}
.list-socials li a[href*=pinterest]:before {
  content: "\f231";
}
.list-socials li a[href*=twitter]:before {
  content: "\f099";
}
.list-socials li a[href*=youtube]:before {
  content: "\f167";
}
.list-socials li a[href*=vimeo]:before {
  content: "\f27d";
}
.list-socials li a[href*=linkedin]:before {
  content: "\f0e1";
}
.list-socials li a[href*=tiktok]:before {
  content: "\e07b";
}
.list-socials li a[href*=snapchat]:before {
  content: "\f2ac";
}
.list-socials li a[href*=github]:before {
  content: "\f09b";
}
.list-socials li a[href*=bitbucket]:before {
  content: "\f171";
}
.list-socials li a[href*=behance]:before {
  content: "\f1b4";
}
.list-socials li a[href*=dribbble]:before {
  content: "\f17d";
}
.list-socials li a[href*=spotify]:before {
  content: "\f1bc";
}
.list-socials li a[href*=deezer]:before {
  content: "\e077";
}
.list-socials li a[href*=itunes]:before, .list-socials li a[href*="music.apple"]:before {
  content: "\f3b4";
}
.list-socials li a[href*=goodreads]:before {
  content: "\f3a8";
}
.list-socials li a[href*=whatsapp]:before {
  content: "\f232";
}
.list-socials li a[href*=tumblr]:before {
  content: "\f174";
}
.list-socials li a[href*=yelp]:before {
  content: "\f1e9";
}
.list-socials li a[href*=tripadvisor]:before {
  content: "\f262";
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.burger-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 80;
}
@media screen and (min-width: 64em) {
  .burger-container {
    top: 3rem;
    right: 2.5%;
  }
}
.burger-container .burger {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .burger-container .burger {
    width: 40px;
    height: 25px;
  }
}
.burger-container .burger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E42320;
  transition: 0.5s;
}
@media screen and (min-width: 64em) {
  .burger-container .burger span {
    height: 4px;
  }
}
.burger-container .burger span.mid {
  top: 9px;
}
@media screen and (min-width: 64em) {
  .burger-container .burger span.mid {
    top: 11px;
  }
}
.burger-container .burger span.bot {
  top: 18px;
}
@media screen and (min-width: 64em) {
  .burger-container .burger span.bot {
    top: 22px;
  }
}
.burger-container .burger.active span {
  background-color: white;
}
.burger-container .burger.active span.top {
  top: 9px;
  transform: rotate(45deg);
}
@media screen and (min-width: 64em) {
  .burger-container .burger.active span.top {
    top: 11px;
  }
}
.burger-container .burger.active span.mid {
  left: 100px;
  opacity: 0;
}
.burger-container .burger.active span.bot {
  top: 9px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 64em) {
  .burger-container .burger.active span.bot {
    top: 11px;
  }
}

.btn-contact {
  position: fixed;
  top: 1rem;
  right: 3.25rem;
  width: 22px;
  height: 22px;
  z-index: 60;
}
.btn-contact img {
  width: 100%;
  transition: 0.3s;
}
.btn-contact:hover img {
  transform: scale(1.15);
}
@media screen and (min-width: 64em) {
  .btn-contact {
    top: unset;
    bottom: 3rem;
    right: 2.5%;
    width: 40px;
    height: 40px;
  }
}

header {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  overflow: auto;
  z-index: 70;
  background-color: #E42320;
  padding: 3rem 1rem;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  header {
    padding: 3rem 7.5%;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 64em) {
  header {
    padding: 7rem 7.5%;
    padding-bottom: 12rem;
  }
}
header.active {
  left: 0;
}
header .header-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  header .header-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 600px;
  }
}
@media screen and (min-width: 64em) {
  header .header-grid {
    max-width: none;
    gap: 5%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
header .header-grid .header-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-grid .header-col ul li {
  padding: 0;
  margin: 0;
}
header .header-grid .header-col ul li a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.1em;
  position: relative;
}
@media screen and (min-width: 90em) {
  header .header-grid .header-col ul li a {
    font-size: 1.75rem;
  }
}
header .header-grid .header-col ul li a::before {
  content: "";
  position: absolute;
  background-color: white;
  height: 3px;
  width: 0;
  transition: 0.5s;
  bottom: -4px;
  left: 0;
}
header .header-grid .header-col ul li a:hover {
  color: white;
}
header .header-grid .header-col ul li a:hover::before {
  width: 3rem;
}
@media screen and (min-width: 64em) {
  header .header-grid .header-col ul li a {
    margin-bottom: 1.5rem;
    display: block;
  }
}
header .header-grid .header-col ul li ul li a {
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  header .header-grid .header-col ul li ul li a {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 90em) {
  header .header-grid .header-col ul li ul li a {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
header a, header p, header span, header li {
  color: white;
}
@media screen and (min-width: 64em) {
  header .header-contact {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
}
header .header-contact .header-socials {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 1rem;
  max-width: 500px;
}
@media screen and (min-width: 64em) {
  header .header-contact .header-socials {
    justify-content: start;
  }
}
header .header-contact .header-socials .social a {
  position: relative;
}
header .header-contact .header-socials .social a::before {
  content: "";
  position: absolute;
  background-color: white;
  height: 3px;
  width: 0;
  transition: 0.5s;
  bottom: -4px;
  left: 0;
}
header .header-contact .header-socials .social a:hover {
  color: white;
}
header .header-contact .header-socials .social a:hover::before {
  width: 3rem;
}
header .header-contact .lang-switch a {
  display: none;
}
header .header-contact .header-newsletter {
  margin-top: 2rem;
  margin-left: auto;
  width: fit-content;
}
@media screen and (min-width: 64em) {
  header .header-contact .header-newsletter {
    margin: 0;
  }
  header .header-contact .header-newsletter .cbn-link {
    margin: 0;
  }
}
header .bg-logo {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
header .bg-logo img {
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 48em) {
  header .bg-logo {
    display: flex;
    height: 6rem;
  }
}
@media screen and (min-width: 64em) {
  header .bg-logo {
    height: 12rem;
  }
}

#wpadminbar {
  display: none;
}

.admin-bar .site-menu .menu {
  top: 0;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 0;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 0;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 0;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
footer {
  background-color: #E42320;
  padding: 3rem 1rem;
}
@media screen and (min-width: 48em) {
  footer {
    padding: 3rem 7.5%;
  }
}
@media screen and (min-width: 64em) {
  footer {
    padding: 5rem 7.5% 3rem;
  }
}
footer p, footer a {
  margin: 0;
  color: #FCFCFC;
}
footer .footer-container .footer-logo {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-logo {
    margin-bottom: 3rem;
  }
}
footer .footer-container .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-container .footer-links {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  footer .footer-container .footer-links {
    margin-bottom: 4rem;
  }
}
footer .footer-container .footer-links .cbn-link {
  margin-top: 0;
}
footer .footer-container .footer-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  footer .footer-container .footer-grid {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-grid {
    margin-bottom: 4rem;
  }
}
footer .footer-container .footer-grid .footer-horaire .horaire-title {
  font-weight: 600;
}
footer .footer-container .footer-grid .footer-horaire .text {
  margin-top: 1rem;
}
footer .footer-container .footer-grid .footer-horaire .text p {
  margin-bottom: 0.5rem;
}
footer .footer-container .footer-grid .footer-horaire .text p:last-of-type {
  margin: 0;
}
footer .footer-container .footer-grid .footer-address-grid {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 48em) {
  footer .footer-container .footer-grid .footer-address-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-grid .footer-address-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
footer .footer-container .footer-grid .footer-address-grid .address-item .city {
  font-weight: 600;
}
footer .footer-container .footer-grid .footer-address-grid .address-item .address {
  margin-top: 0.5rem;
}
footer .footer-container .footer-grid .footer-address-grid .address-item .cbn-link {
  margin-top: 0.5rem;
}
footer .footer-container .footer-grid .footer-address-grid .address-item .cbn-link a {
  font-size: 1rem;
}
footer .footer-container .footer-grid .footer-address-grid .address-item .cbn-link a .svg svg {
  width: 40px;
}
footer .footer-container .footer-grid .footer-address-grid .address-item .cbn-link a p {
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-bottom .footer-copyright {
    display: flex;
    gap: 2rem;
  }
}
footer .footer-container .footer-bottom .footer-copyright .copyright {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-bottom .footer-copyright .copyright {
    text-align: left;
  }
}
footer .footer-container .footer-bottom .footer-copyright .footer-cgu {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-bottom .footer-copyright .footer-cgu {
    justify-content: start;
  }
}
footer .footer-container .footer-bottom .footer-copyright .footer-cgu a {
  font-size: 1rem;
}
footer .footer-container .footer-bottom .footer-lemon {
  margin-top: 0.25rem;
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-bottom .footer-lemon {
    margin: 0;
  }
}
footer .footer-container .footer-bottom .footer-lemon a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
footer .footer-container .footer-bottom .footer-lemon a svg {
  width: 60px;
}
@media screen and (min-width: 64em) {
  footer .footer-container .footer-bottom .footer-lemon a svg {
    width: 80px;
  }
}
footer .footer-container .footer-bottom .footer-lemon a svg path {
  stroke: #FCFCFC;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.animated-text .word {
  display: inline-block;
  white-space: nowrap;
  opacity: 0; /* état initial */
  transform: translateY(20px);
  will-change: opacity, transform;
}

.big-text p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1em;
  font-size: 4rem;
}
.big-text p strong {
  color: #E42320;
}
@media screen and (min-width: 48em) {
  .big-text p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 79em) {
  .big-text p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .big-text p {
    font-size: 4rem;
  }
}

.cbn-link {
  margin-top: 1rem;
  width: fit-content;
}
.cbn-link.white-link a, .cbn-link.white-link p {
  color: white;
}
.cbn-link.white-link .svg svg rect {
  fill: white;
}
.cbn-link.white-link .svg svg path {
  stroke: white;
}
.cbn-link.white-link p {
  background-color: #E42320;
}
.cbn-link.black-link a, .cbn-link.black-link p {
  color: #030303;
}
.cbn-link.black-link .svg svg rect {
  fill: #030303;
}
.cbn-link.black-link .svg svg path {
  stroke: #030303;
}
.cbn-link.black-link p {
  background-color: rgba(240, 240, 240, 0.8);
}
.cbn-link a, .cbn-link p {
  text-decoration: none;
  color: #E42320;
  font-weight: 600;
  transition: 0.5s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.cbn-link .svg {
  position: absolute;
  width: 50px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  right: calc(100% - 50px);
  display: flex;
  z-index: 0;
  transition: 0.5s;
}
.cbn-link .svg svg rect {
  fill: #E42320;
  transition: 0.5s;
}
.cbn-link .svg svg path {
  stroke: #E42320;
  transition: 0.5s;
}
.cbn-link:hover .svg {
  right: 0;
}
.cbn-link:hover p {
  margin-left: 0;
  margin-right: 60px;
}
.cbn-link p {
  margin: 0;
  padding: 0;
  margin-left: 60px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1em;
  transition: 0.5s;
  z-index: 1;
  color: #E42320;
  position: relative;
  background-color: white;
}
.cbn-link.small-link p {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}
.cbn-link.small-link .svg svg {
  width: 40px;
}

.intro {
  position: relative;
  padding-inline: 0;
  padding-top: 200px;
}
@media screen and (min-width: 64em) {
  .intro {
    height: 100vh;
    min-height: 700px;
  }
}
.intro .intro-logo {
  position: absolute;
  top: 35px;
  left: 1rem;
  width: 125px;
}
.intro .intro-logo a {
  display: block;
}
.intro .intro-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 64em) {
  .intro .intro-logo {
    top: 3rem;
    left: 5%;
    width: 250px;
  }
}
.intro.article-intro {
  padding-top: 50px;
  padding-bottom: 0;
  height: auto;
}
.intro.article-intro .intro-container .intro-img {
  height: 80%;
  width: 50%;
  aspect-ratio: none;
  margin: 0;
}
.intro.article-intro .intro-container .intro-img::before {
  display: none;
}
@media screen and (min-width: 64em) {
  .intro.article-intro .intro-container .intro-img {
    position: absolute;
    bottom: 0;
    top: unset;
    right: 0;
    width: 50%;
    height: 80%;
    min-height: 400px;
  }
}
.intro .intro-container .intro-img {
  padding-left: 1rem;
  max-width: 80%;
  width: 100%;
  aspect-ratio: 4/3;
  margin-left: auto;
  margin-bottom: 3rem;
  position: relative;
}
.intro .intro-container .intro-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.intro .intro-container .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 64em) {
  .intro .intro-container .intro-img {
    position: absolute;
    top: 0;
    right: 7.5%;
    width: 50%;
    height: 100%;
  }
}
.intro .intro-container .intro-content {
  padding-inline: 1rem;
}
@media screen and (min-width: 64em) {
  .intro .intro-container .intro-content {
    position: absolute;
    z-index: 2;
    max-width: 60%;
    bottom: 4rem;
    left: 7.5%;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .intro .intro-container .intro-content {
    max-width: 1000px;
  }
}
.intro .intro-container .intro-content h1 strong {
  color: #E42320;
}
@media screen and (min-width: 64em) {
  .intro .intro-container .intro-content .cbn-link {
    margin-top: 2rem;
  }
}
.intro-2 {
  position: relative;
  padding-inline: 0;
  padding-top: 200px;
}
@media screen and (min-width: 64em) {
  .intro-2 {
    min-height: 700px;
    padding-top: 200px;
  }
}
.intro-2 .intro-2-logo {
  position: absolute;
  top: 35px;
  left: 1rem;
  width: 125px;
}
.intro-2 .intro-2-logo a {
  display: block;
}
.intro-2 .intro-2-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 64em) {
  .intro-2 .intro-2-logo {
    top: 3rem;
    left: 5%;
    width: 200px;
  }
}
@media screen and (min-width: 90em) {
  .intro-2 .intro-2-logo {
    top: 3rem;
    left: 5%;
    width: 250px;
  }
}
.intro-2 .intro-2-title {
  padding-inline: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .intro-2 .intro-2-title {
    padding-inline: 7.5%;
  }
}
.intro-2 .intro-2-title h1 {
  max-width: 600px;
}
@media screen and (min-width: 64em) {
  .intro-2 .intro-2-title h1 {
    max-width: 75%;
    margin-left: auto;
  }
}
.intro-2 .intro-2-title h1 p strong {
  color: #E42320;
}
.intro-2 .intro-2-container {
  max-width: 1400px;
  margin: auto;
}
.intro-2 .intro-2-grid {
  display: grid;
  padding-inline: 1rem;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .intro-2 .intro-2-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-inline: 7.5%;
    gap: 3rem;
  }
}
.intro-2 .intro-2-grid .intro-2-img {
  order: 1;
  aspect-ratio: 4/3;
  position: relative;
}
@media screen and (min-width: 48em) {
  .intro-2 .intro-2-grid .intro-2-img {
    order: 0;
    aspect-ratio: 16/10;
  }
}
.intro-2 .intro-2-grid .intro-2-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.intro-2 .intro-2-grid .intro-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-2 .intro-2-grid .intro-2-content {
  order: 0;
  max-width: 600px;
}
@media screen and (min-width: 48em) {
  .intro-2 .intro-2-grid .intro-2-content {
    order: 1;
  }
}

.page-template-contact .home-service .home-service-container .home-service-carousel {
  background: none;
}

.home-service {
  padding-inline: 0;
}
.home-service .home-service-container .home-service-title {
  padding-left: 1rem;
}
@media screen and (min-width: 64em) {
  .home-service .home-service-container .home-service-title {
    padding-left: 7.5%;
  }
}
.home-service .home-service-container .home-service-title h2 {
  margin-bottom: 0;
}
.home-service .home-service-container .home-service-carousel {
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.5) 100%, rgba(252, 252, 252, 0.5) 0%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.home-service .home-service-container .home-service-carousel .home-service-control {
  position: absolute;
  bottom: -10px;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
  width: fit-content;
}
@media screen and (min-width: 64em) {
  .home-service .home-service-container .home-service-carousel .home-service-control {
    bottom: -12px;
    left: 7.5%;
  }
}
.home-service .home-service-container .home-service-carousel .home-service-control .home-service-item {
  cursor: pointer;
  height: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 64em) {
  .home-service .home-service-container .home-service-carousel .home-service-control .home-service-item {
    height: 24px;
  }
}
.home-service .home-service-container .home-service-carousel .home-service-control .home-service-item:hover.control-prev img {
  transform: scale(0.9) translateZ(0);
}
.home-service .home-service-container .home-service-carousel .home-service-control .home-service-item:hover.control-next img {
  transform: scale(0.9) translateZ(0);
}
.home-service .home-service-container .home-service-carousel .home-service-control .home-service-item img {
  transition: 0.3s;
  height: 100%;
  transform: scale(1) translateZ(0);
}
@media screen and (min-width: 64em) {
  .home-service .home-service-container .home-service-carousel {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.home-service .home-service-container .home-service-carousel a {
  display: block;
}
.home-service .home-service-container .home-service-carousel a .home-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-service .home-service-container .home-service-carousel a .home-service-item .item-img {
  height: 70px;
  max-width: 100px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .home-service .home-service-container .home-service-carousel a .home-service-item .item-img {
    height: 120px;
    max-width: 150px;
  }
}
.home-service .home-service-container .home-service-carousel a .home-service-item .item-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.home-service .home-service-container .home-service-carousel a .home-service-item .item-text {
  max-width: 200px;
}
.home-service .home-service-container .home-service-carousel a .home-service-item .item-text h3 {
  margin: 0;
  font-weight: 500;
  text-align: center;
  transition: 0.5s;
}
.home-service .home-service-container .home-service-carousel a:hover h3 {
  color: #E42320;
}

.home-rent .home-rent-container .home-rent-text {
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-rent .home-rent-container .home-rent-text .text {
    max-width: 80%;
  }
}
.home-rent .home-rent-container .home-rent-text .cbn-link {
  margin-left: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .home-rent .home-rent-container .home-rent-text .cbn-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.newsletter {
  padding-inline: 0;
}
.newsletter .newsletter-container .newsletter-title h2 {
  padding-left: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .newsletter .newsletter-container .newsletter-title h2 {
    padding-left: 7.5%;
  }
}
.newsletter .newsletter-container .newsletter-marquee {
  padding-top: 1rem;
  position: relative;
}
.newsletter .newsletter-container .newsletter-marquee::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.5) 100%, rgba(252, 252, 252, 0.5) 0%);
  top: 0;
  left: 0;
  height: calc(100% - 8px);
  width: 100%;
}
@media screen and (min-width: 64em) {
  .newsletter .newsletter-container .newsletter-marquee::before {
    height: calc(100% - 10px);
  }
}
@media screen and (min-width: 79em) {
  .newsletter .newsletter-container .newsletter-marquee::before {
    height: calc(100% - 120px);
  }
}
@media screen and (min-width: 90em) {
  .newsletter .newsletter-container .newsletter-marquee::before {
    height: calc(100% - 20px);
  }
}
@media screen and (min-width: 64em) {
  .newsletter .newsletter-container .newsletter-marquee {
    padding-top: 3rem;
  }
}
.newsletter .newsletter-container .newsletter-marquee a:hover p {
  color: #E42320;
}
.newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line:nth-child(2) .marquee-content {
  animation-direction: reverse;
  animation-duration: 20s;
}
.newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line .marquee-content {
  display: inline-block;
  animation: marquee 15s linear infinite;
}
.newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line .marquee-content p {
  display: inline-block;
  font-size: 4rem;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: 0.5s;
}
@media screen and (min-width: 64em) {
  .newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line .marquee-content p {
    font-size: 6rem;
  }
}
@media screen and (min-width: 79em) {
  .newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line .marquee-content p {
    font-size: 8rem;
  }
}
@media screen and (min-width: 90em) {
  .newsletter .newsletter-container .newsletter-marquee .newsletter-marquee-line .marquee-content p {
    font-size: 10rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0); /* texte visible, aligné à gauche */
  }
  100% {
    transform: translateX(-50%); /* fait défiler de la moitié de la largeur */
  }
}
.home-socials {
  padding-inline: 0;
}
.home-socials .home-socials-container .home-socials-title h2 {
  padding-left: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .home-socials .home-socials-container .home-socials-title h2 {
    padding-left: 7.5%;
  }
}
.home-socials .home-socials-container .home-socials-marquee {
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.5) 100%, rgba(252, 252, 252, 0.5) 0%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .home-socials .home-socials-container .home-socials-marquee {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
.home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line .home-socials-content {
  display: inline-block;
  animation: marquee 15s linear infinite;
}
.home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line .home-socials-content a {
  display: inline-block;
  font-size: 4rem;
  padding: 0;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 2rem;
  transition: 0.5s;
}
.home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line .home-socials-content a:hover {
  color: #E42320;
}
@media screen and (min-width: 64em) {
  .home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line .home-socials-content a {
    font-size: 6rem;
  }
}
@media screen and (min-width: 79em) {
  .home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line .home-socials-content a {
    font-size: 8rem;
  }
}
@media screen and (min-width: 90em) {
  .home-socials .home-socials-container .home-socials-marquee .home-socials-marquee-line .home-socials-content a {
    font-size: 10rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0); /* texte visible, aligné à gauche */
  }
  100% {
    transform: translateX(-50%); /* fait défiler de la moitié de la largeur */
  }
}
.home-about {
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-about {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 90em) {
  .home-about {
    padding-top: 15rem;
  }
}
.home-about .home-about-container .home-about-img {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 16/10;
  width: 80%;
  z-index: -2;
  opacity: 1;
}
.home-about .home-about-container .home-about-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  top: 0;
  z-index: 1;
  right: 0;
  aspect-ratio: 16/10;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .home-about .home-about-container .home-about-img {
    max-width: 300px;
  }
}
@media screen and (min-width: 48em) {
  .home-about .home-about-container .home-about-img {
    max-width: 400px;
  }
}
@media screen and (min-width: 64em) {
  .home-about .home-about-container .home-about-img {
    width: 50%;
    max-width: 800px;
    right: 7.5%;
    bottom: unset;
    top: 0;
  }
}
.home-about .home-about-container .home-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about .home-about-container .home-about-content .home-about-text {
  position: relative;
}
.home-about .home-about-container .home-about-content .home-about-text .text {
  padding-bottom: 5rem;
  max-width: 500px;
}
@media screen and (min-width: 64em) {
  .home-about .home-about-container .home-about-content .home-about-text .text {
    max-width: 80%;
    padding: 0;
  }
}
.home-about .home-about-container .home-about-content .home-about-text .cbn-link {
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .home-about .home-about-container .home-about-content .home-about-text .cbn-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.home-partner {
  padding-inline: 0;
}
.home-partner .home-partner-container .home-partner-title {
  padding-inline: 1rem;
}
@media screen and (min-width: 64em) {
  .home-partner .home-partner-container .home-partner-title {
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .home-partner .home-partner-container .home-partner-title h2 {
    padding-left: 7.5%;
  }
}
@media screen and (min-width: 64em) {
  .home-partner .home-partner-container .home-partner-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home-partner .home-partner-container .home-partner-list .swiper-wrapper {
  height: 70px;
  transition-timing-function: linear;
}
@media screen and (min-width: 64em) {
  .home-partner .home-partner-container .home-partner-list .swiper-wrapper {
    height: 120px;
  }
}
.home-partner .home-partner-container .home-partner-list .swiper-slide {
  height: 100%;
  display: flex; /* Ajouté pour alignement */
  align-items: center;
  justify-content: center;
}
.home-partner .home-partner-container .home-partner-list a {
  height: 100%;
  display: block;
}
.home-partner .home-partner-container .home-partner-list a .home-partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.home-partner .home-partner-container .home-partner-list a .home-partner-item img {
  max-width: 70px;
  height: 100%; /* Pour garder les proportions */
  width: auto; /* Pour garder les proportions */
  object-fit: contain;
}
@media screen and (min-width: 64em) {
  .home-partner .home-partner-container .home-partner-list a .home-partner-item img {
    max-width: 140px;
  }
}

.home-visit {
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-visit {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 90em) {
  .home-visit {
    padding-top: 15rem;
  }
}
.home-visit .home-visit-container .home-visit-img {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 16/10;
  width: 80%;
  z-index: -2;
  opacity: 1;
}
.home-visit .home-visit-container .home-visit-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  top: 0;
  z-index: 1;
  right: 0;
  aspect-ratio: 16/10;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .home-visit .home-visit-container .home-visit-img {
    max-width: 300px;
  }
}
@media screen and (min-width: 48em) {
  .home-visit .home-visit-container .home-visit-img {
    max-width: 400px;
  }
}
@media screen and (min-width: 64em) {
  .home-visit .home-visit-container .home-visit-img {
    width: 50%;
    max-width: 800px;
    right: 7.5%;
    bottom: unset;
    top: 0;
  }
}
.home-visit .home-visit-container .home-visit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-visit .home-visit-container .home-visit-content .home-visit-text {
  position: relative;
}
.home-visit .home-visit-container .home-visit-content .home-visit-text .text {
  padding-bottom: 5rem;
  max-width: 500px;
}
@media screen and (min-width: 64em) {
  .home-visit .home-visit-container .home-visit-content .home-visit-text .text {
    max-width: 80%;
    padding: 0;
  }
}
.home-visit .home-visit-container .home-visit-content .home-visit-text .cbn-link {
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .home-visit .home-visit-container .home-visit-content .home-visit-text .cbn-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.pros .pros-container {
  max-width: 1400px;
  margin: auto;
}
.pros .pros-container .pros-title {
  max-width: 600px;
}
@media screen and (min-width: 64em) {
  .pros .pros-container .pros-title {
    max-width: 1000px;
  }
}
.pros .pros-container .pros-title .pros-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.pros .pros-container .pros-list {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 30em) {
  .pros .pros-container .pros-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .pros .pros-container .pros-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
  }
}
.pros .pros-container .pros-list .pros-item {
  padding-left: 1rem;
}
@media screen and (min-width: 64em) {
  .pros .pros-container .pros-list .pros-item {
    padding-left: 0;
  }
}
.pros .pros-container .pros-list .pros-item .item-text .item-text-title {
  position: relative;
  padding-top: 2rem;
}
.pros .pros-container .pros-list .pros-item .item-text .item-text-title .number {
  font-size: 4rem;
  color: #d9d9d9;
  opacity: 0.5;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  z-index: -1;
  margin-bottom: 0;
  left: -1rem;
}
@media screen and (min-width: 48em) {
  .pros .pros-container .pros-list .pros-item .item-text .item-text-title .number {
    font-size: 5rem;
    left: -1rem;
  }
}
@media screen and (min-width: 64em) {
  .pros .pros-container .pros-list .pros-item .item-text .item-text-title .number {
    font-size: 7rem;
    left: -2.5rem;
  }
}
.pros .pros-container .pros-list .pros-item .item-text h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.service .service-container {
  max-width: 1400px;
  margin: auto;
}
.service .service-container .service-title {
  max-width: 600px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .service .service-container .service-title {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: end;
  }
}
.service .service-container .service-title .text {
  max-width: 800px;
}
.service .service-container .service-title .ville-filter {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .service .service-container .service-title .ville-filter {
    margin-top: 0;
  }
}
.service .service-container .service-title .select-wrapper {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 300px;
}
.service .service-container .service-title .select-wrapper select {
  width: fit-content;
  padding: 0.25rem 2.5rem 0rem 0;
  font-size: 1rem;
  border: none;
  line-height: 1em;
  border-radius: 4px;
  font-weight: 600;
  color: #E42320;
  height: auto;
  appearance: none;
  cursor: pointer;
}
.service .service-container .service-title .select-wrapper.open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.service .service-container .service-title .select-wrapper .select-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: auto;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.service .service-container .service-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
  margin-top: 2rem;
}
.service .service-container .service-grid .service-item {
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .service .service-container .service-grid .service-item {
    width: 50%;
  }
}
@media screen and (min-width: 79em) {
  .service .service-container .service-grid .service-item {
    width: 33.3333%;
  }
}
.service .service-container .service-grid .service-item .service-img {
  aspect-ratio: 16/10;
  width: 100%;
  margin-bottom: 1rem;
}
.service .service-container .service-grid .service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service-container .service-grid .service-item .service-content h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  .service .service-container .service-grid .service-item .service-content h3 {
    font-size: 1.25rem;
  }
}
.other-news {
  min-height: none;
}
.other-news .articles-container .articles-header {
  display: flex;
  flex-direction: column;
}
.other-news .articles-container .articles-header .cbn-link {
  margin-top: 0;
  display: none;
}
@media screen and (min-width: 64em) {
  .other-news .articles-container .articles-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .other-news .articles-container .articles-header .cbn-link {
    display: block;
  }
}
.other-news .articles-container .articles-link {
  display: block;
}
@media screen and (min-width: 64em) {
  .other-news .articles-container .articles-link {
    display: none;
  }
}

.articles, .other-news {
  min-height: 100vh;
}
.articles .articles-container, .other-news .articles-container {
  max-width: 1400px;
  margin: auto;
}
.articles .articles-container .articles-header, .other-news .articles-container .articles-header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .articles .articles-container .articles-header, .other-news .articles-container .articles-header {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .articles .articles-container .articles-header .article-filter, .other-news .articles-container .articles-header .article-filter {
    margin-top: 0;
  }
}
.articles .articles-container .articles-header .select-wrapper, .other-news .articles-container .articles-header .select-wrapper {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 300px;
}
.articles .articles-container .articles-header .select-wrapper select, .other-news .articles-container .articles-header .select-wrapper select {
  width: fit-content;
  padding: 0.25rem 2.5rem 0rem 0;
  font-size: 1rem;
  border: none;
  line-height: 1em;
  border-radius: 4px;
  font-weight: 600;
  color: #E42320;
  height: auto;
  appearance: none;
  cursor: pointer;
}
.articles .articles-container .articles-header .select-wrapper.open .select-arrow, .other-news .articles-container .articles-header .select-wrapper.open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.articles .articles-container .articles-header .select-wrapper .select-arrow, .other-news .articles-container .articles-header .select-wrapper .select-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: auto;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.articles .articles-container .article-grid, .other-news .articles-container .article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .articles .articles-container .article-grid, .other-news .articles-container .article-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 79em) {
  .articles .articles-container .article-grid, .other-news .articles-container .article-grid {
    gap: 3rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.articles .articles-container .article-grid .article-item, .other-news .articles-container .article-grid .article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}
.articles .articles-container .article-grid .article-item .article-img, .other-news .articles-container .article-grid .article-item .article-img {
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: 1rem;
}
.articles .articles-container .article-grid .article-item .article-img img, .other-news .articles-container .article-grid .article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles .articles-container .article-grid .article-item .article-content, .other-news .articles-container .article-grid .article-item .article-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.articles .articles-container .article-grid .article-item .article-content .date, .other-news .articles-container .article-grid .article-item .article-content .date {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.articles .articles-container .article-grid .article-item .article-content h3, .other-news .articles-container .article-grid .article-item .article-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.articles .articles-container .article-grid .article-item .article-content h3 p, .other-news .articles-container .article-grid .article-item .article-content h3 p {
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  .articles .articles-container .article-grid .article-item .article-content h3 p, .other-news .articles-container .article-grid .article-item .article-content h3 p {
    font-size: 1.25rem;
  }
}
.articles .articles-container .article-grid .article-item .article-content .text, .other-news .articles-container .article-grid .article-item .article-content .text {
  flex-grow: 1;
  margin-bottom: 1rem;
}
.articles .articles-container .article-grid .article-item .article-content .cbn-link, .other-news .articles-container .article-grid .article-item .article-content .cbn-link {
  align-self: flex-start;
}
.articles .articles-container .articles-loadmore-wrapper, .other-news .articles-container .articles-loadmore-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .articles .articles-container .articles-loadmore-wrapper, .other-news .articles-container .articles-loadmore-wrapper {
    margin-top: 4rem;
  }
}
.articles .articles-container .articles-loadmore-wrapper button, .other-news .articles-container .articles-loadmore-wrapper button {
  height: auto;
  line-height: 1em;
  background: transparent;
  padding: 0;
  text-transform: none;
  color: #E42320;
  font-weight: 600;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.chiffres .chiffres-container {
  max-width: 1400px;
  margin: auto;
}
.chiffres .chiffres-container .chiffres-title {
  margin-bottom: 2rem;
  max-width: 1000px;
}
.chiffres .chiffres-container .chiffres-grid {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 30em) {
  .chiffres .chiffres-container .chiffres-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 64em) {
  .chiffres .chiffres-container .chiffres-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.chiffres .chiffres-container .chiffres-grid .chiffres-item {
  display: grid;
  gap: 0.5rem;
}
.chiffres .chiffres-container .chiffres-grid .chiffres-item .item-number p {
  color: #E42320;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 30em) {
  .chiffres .chiffres-container .chiffres-grid .chiffres-item .item-number p {
    font-size: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .chiffres .chiffres-container .chiffres-grid .chiffres-item .item-number p {
    font-size: 8rem;
  }
}
.left-right .left-right-container {
  max-width: 1400px;
  margin: auto;
}
.left-right .left-right-container .left-right-title {
  max-width: 600px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .left-right .left-right-container .left-right-title {
    max-width: 1000px;
    margin-bottom: 4rem;
  }
}
.left-right .left-right-container .left-right-title .big-text {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .left-right .left-right-container .left-right-title .big-text {
    margin-bottom: 2rem;
  }
}
.left-right .left-right-container .left-right-grid {
  margin-bottom: 4rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}
.left-right .left-right-container .left-right-grid:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .left-right .left-right-container .left-right-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .left-right .left-right-container .left-right-grid {
    gap: 5rem;
  }
}
.left-right .left-right-container .left-right-grid .left-right-content {
  order: 1;
}
@media screen and (min-width: 48em) {
  .left-right .left-right-container .left-right-grid .left-right-content {
    order: 0;
  }
}
.left-right .left-right-container .left-right-grid .left-right-img {
  order: 0;
}
@media screen and (min-width: 48em) {
  .left-right .left-right-container .left-right-grid .left-right-img {
    order: 1;
  }
}
.left-right .left-right-container .left-right-grid.reversed .left-right-content {
  order: 1;
}
@media screen and (min-width: 48em) {
  .left-right .left-right-container .left-right-grid.reversed .left-right-content {
    order: 1;
  }
}
.left-right .left-right-container .left-right-grid.reversed .left-right-img {
  order: 0;
}
@media screen and (min-width: 48em) {
  .left-right .left-right-container .left-right-grid.reversed .left-right-img {
    order: 0;
  }
}
.left-right .left-right-container .left-right-grid .left-right-content .cbn-link {
  margin-top: 1rem;
}
.left-right .left-right-container .left-right-grid .left-right-content h3 {
  font-weight: 600;
}
.left-right .left-right-container .left-right-grid .left-right-img img {
  width: 100%;
  height: auto;
}

.contact-form .contact-form-container {
  max-width: 1400px;
  margin: auto;
}
.contact-form .contact-form-container .contact-form-grid {
  display: grid;
  padding-inline: 1rem;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .contact-form .contact-form-container .contact-form-grid {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding-inline: 7.5%;
    gap: 3rem;
  }
}
.contact-form .contact-form-container .contact-form-grid .contact-form-item {
  order: 1;
}
@media screen and (min-width: 48em) {
  .contact-form .contact-form-container .contact-form-grid .contact-form-item {
    order: 0;
  }
}
.contact-form .contact-form-container .contact-form-grid .contact-form-content {
  order: 0;
}
@media screen and (min-width: 48em) {
  .contact-form .contact-form-container .contact-form-grid .contact-form-content {
    order: 1;
  }
}
.contact-form .contact-form-container .contact-form-grid .contact-form-content .text a {
  color: #E42320;
  text-decoration: underline;
}

.contact-address {
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.5) 100%, rgba(252, 252, 252, 0.5) 0%);
}
.contact-address .contact-address-container {
  max-width: 1000px;
  margin: auto;
}
.contact-address .contact-address-container .contact-address-grid {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 600px) {
  .contact-address .contact-address-container .contact-address-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 48em) {
  .contact-address .contact-address-container .contact-address-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.contact-address .contact-address-container .contact-address-grid .contact-address-item .nom {
  color: #E42320;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .article-divs section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .article-divs section:last-of-type {
    padding-bottom: 7rem;
  }
}

.article-intro-text .article-intro-text-container {
  max-width: 700px;
}
.article-intro-text .article-intro-text-container h1 {
  margin-top: 0;
}
.article-intro-text .article-intro-text-container .text {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .article-intro-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .article-intro-text .article-intro-text-container {
    max-width: 50%;
  }
}

.text-img .text-img-container {
  max-width: 1400px;
  margin: auto;
}
.text-img .text-img-container .text-img-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .text-img .text-img-container .text-img-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.text-img .text-img-container .text-img-grid .text-img-item-media .text-img-item-media-container {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 64em) {
  .text-img .text-img-container .text-img-grid .text-img-item-media .text-img-item-media-container {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 64em) {
  .text-img .text-img-container .text-img-grid .text-img-item-media {
    order: 1;
  }
}
.text-img .text-img-container .text-img-grid .text-img-item-media img, .text-img .text-img-container .text-img-grid .text-img-item-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-img .text-img-container .text-img-grid .text-img-item-media .text-img-item-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.text-img .text-img-container .text-img-grid .text-img-item-media .text-img-item-embed iframe,
.text-img .text-img-container .text-img-grid .text-img-item-media .text-img-item-embed embed,
.text-img .text-img-container .text-img-grid .text-img-item-media .text-img-item-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 64em) {
  .text-img .text-img-container .text-img-grid .text-img-item-content {
    order: 0;
  }
}

.content .content-container {
  max-width: 1400px;
  margin: auto;
}
.content .content-container .content-text {
  max-width: 1000px;
}
.content .content-container .content-media {
  margin-top: 2rem;
}
.content .content-container .content-media .content-media-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.content .content-container .content-media .content-media-embed iframe,
.content .content-container .content-media .content-media-embed embed,
.content .content-container .content-media .content-media-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content .content-container .content-media .content-media-video video {
  width: 100%;
  height: auto;
}
.content .content-container .content-media .content-media-img {
  width: 100%;
  height: auto;
}
.content .content-container .content-media.content-media-galerie {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 30em) {
  .content .content-container .content-media.content-media-galerie {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 48em) {
  .content .content-container .content-media.content-media-galerie {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.content .content-container .content-media.content-media-galerie .content-media-galerie-item {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.content .content-container .content-media.content-media-galerie .content-media-galerie-item a:hover img {
  transform: scale(1.1);
}
.content .content-container .content-media.content-media-galerie .content-media-galerie-item img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .content-container .content-media .swiperArticle {
  position: relative;
}
.content .content-container .content-media .swiperArticle .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.content .content-container .content-media .swiperArticle .swiper-slide a:hover img {
  transform: scale(1.1);
}
.content .content-container .content-media .swiperArticle .swiper-slide img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .content-container .content-media .swiperArticle .content-media-control {
  position: absolute;
  bottom: -44px;
  right: 0;
  display: flex;
  gap: 0.5rem;
  width: fit-content;
}
.content .content-container .content-media .swiperArticle .content-media-control .content-media-control-item {
  cursor: pointer;
  height: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 64em) {
  .content .content-container .content-media .swiperArticle .content-media-control .content-media-control-item {
    height: 24px;
  }
}
.content .content-container .content-media .swiperArticle .content-media-control .content-media-control-item:hover.control-prev img {
  transform: scale(0.9) translateZ(0);
}
.content .content-container .content-media .swiperArticle .content-media-control .content-media-control-item:hover.control-next img {
  transform: scale(0.9) translateZ(0);
}
.content .content-container .content-media .swiperArticle .content-media-control .content-media-control-item img {
  transition: 0.3s;
  height: 100%;
  transform: scale(1) translateZ(0);
}

.text-col .text-col-container {
  max-width: 1400px;
  margin: auto;
}
.text-col .text-col-container .text-col-title {
  max-width: 1000px;
}
.text-col .text-col-container .text-col-grid {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .text-col .text-col-container .text-col-grid.col-grid-2 {
    column-count: 2;
    column-gap: 1.5rem;
  }
  .text-col .text-col-container .text-col-grid.col-grid-3 {
    column-count: 3;
    column-gap: 1.5rem;
  }
}

.cgu-content {
  padding-top: 120px;
}
.cgu-content .cgu-content-container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .cgu-content {
    padding-top: 220px;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
.site {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content,
.site-main {
  height: 100%;
}

.site-header .wrapper {
  display: flex;
}

.site-menu {
  margin-left: auto;
}

.home-content {
  padding-top: 30vh;
  text-align: center;
}
.home-content p {
  font-size: 32px;
}