/*
Theme Name: Enelib 2024
Author: Raf
Author URI: https://raf.pm
Description: Thème sur mesure pour le site d'Enelib
Version: 2024
*/

/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 3.6rem;
  background-color: var(--blanc);
  color: var(--darkgreen);
}

ol,
ul {
  line-height: 3rem;
  margin-bottom: 1rem;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

b,
strong {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

/* END RESET CSS */

html {
  font-size: 62.5%;
  --noir: #000;
  --blanc: #FFF;
  --orange: #FF492E;
  --darkgreen: #17281E;
  --midgreen: #22432E;
  --lightgreen: #92E3A9;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  border-radius: 8px;
}

img.carre {
  border-radius: 0;
}

/* TYPOS */

h1,
.h1-like {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 9.2rem;
  line-height: 9.2rem;
  font-weight: 700;
}


h2,
.h2-like {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 8.2rem;
  line-height: 8.2rem;
  font-weight: 700;
}

h3,
.h3-like {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
}

h4,
.h4-like {
  font-family: "Poppins", sans-serif;
  font-size: 4.9rem;
  line-height: 4.8rem;
  font-weight: 600;
}

h5,
.h5-like {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
}

h6,
.h6-like {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p,
h2+h3 {
  margin-top: 1.2rem;
}


p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--noir);
  margin-bottom: 1.8rem;
}

.single .Xslim h1,
.page-template-default .Xslim h1 {
  font-size: 4rem;
  line-height: 4.2rem;
}

.single .Xslim h2,
.page-template-default .Xslim h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-top: 4rem;
}

.page-template-template-qui h1,
.page-template-template-qui h2 {
  font-size: 6rem;
  line-height: 7rem;
  margin-bottom: 1.2rem;
}

p a {
  color: var(--orange);
}

/* p:last-of-type {
  margin-bottom: 0;
} */

.page-template-default p {
  margin-bottom: 2.4rem;
}

p em,
p i {
  font-style: italic;
}

.cite {
  font-size: 2.4rem;
  line-height: 4rem;
}

.blanc {
  color: var(--blanc);
}

.noir {
  color: var(--noir);
}

a {
  text-decoration: none;
  color: var(--noir);
  transition: 0.16s;
  line-height: 3rem;
}

a.titre:hover {
  background-color: var(--gris) !important;
}


/* Pictos */

.socials {
  display: flex;
  justify-content: space-between;
  width: 8.4rem;
  margin: 0 auto;
}

.picto {
  fill: var(--blanc);
  width: 2rem;
  height: 2rem;
  transition: .16s;
}

.plein {
  fill: var(--noir);
  stroke-width: 0;
  transition: .16s;
}

.socials a:hover .picto {
  fill: var(--gris);
}

.socials a:hover .plein {}

/* LOADER */

#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  transform-origin: 50% 50%;
  background-color: var(--lightgreen);
  transition: .1s;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  position: relative;
  animation: animloader 1s ease-in-out;
  transform-origin: center center;
}

@keyframes animloader {
  0% {
    transform: scale(100%);
  }

  50% {
    transform: scale(90%);
  }

  95% {
    transform: scale(105%);
  }


  100% {
    transform: scale(100%);
  }
}

/* HEADER */

header {
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;

}

.hackHeaderNav {
  height: 8rem;
}

#navigation {
  height: 5rem;
  padding-bottom: .6rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  z-index: 9999;
  font-family: "Darker Grotesque", sans-serif;
  box-sizing: border-box;
  transition: .3s;
}

#logohead {
  position: absolute;
  left: 2%;
  top: 1.1rem;
  width: 3rem;
  z-index: 999999;
}

#logohead svg {
  fill: var(--blanc);
  stroke-width: 0px;
}

#navigation ul {
  width: calc(100vw - 18rem);
  max-width: 164rem;
  margin: 0 auto;
  display: flex;
  gap: 3%;
}

#navigation ul li {
  display: inline-flex;
  list-style-type: none;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  flex: 0 0 auto;
  transform: translateY(0.4rem);
  height: fit-content;
}

#navigation ul li a {
  color: var(--blanc);
  text-decoration: none;
  position: relative;
}

#navigation ul li a::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  overflow: hidden;
  transition: width 0s ease, background .5s ease;
}

#navigation ul li a::after {
  content: '';
  display: block;
  width: 0%;
  background: var(--blanc);
  height: 1px;
  position: absolute;
  bottom: -.5rem;
  right: 0;
  overflow: hidden;
  transition: width .2s ease;
}

#navigation ul li a:hover::before {
  width: 100%;
  background: var(--blanc);
  transition: width .2s ease;
}

#navigation ul li a:hover::after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.lienSupNav {
  position: absolute;
  right: 2%;
  top: 1.4rem;
  z-index: 9999;
}

.lienSupNav a {
  color: #eee !important;
}

.lienSupNav a:hover {
  color: var(--blanc) !important;
}

.lang-item-fr,
.lang-item-en {
  position: fixed;
  right: 2.5rem;
  top: 1.4rem;
  box-sizing: border-box;
}

.lang-item-en {
  right: 0.5rem;
}

.lang-item-fr::after {
  content: ' |';
}

.hamburger {
  display: none !important;
}

.headroom {
  height: 5rem;
  transition: .3s;
}

.page-template-front-page .headroom--top {
  background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0)) !important;
}

.page-template-front-page .headroom--top #navigation ul li a {
  color: var(--blanc);
}

.headroom nav {
  color: var(--blanc);
}

.headroom--top {
  background: var(--darkgreen) !important;
}


.headroom--unpinned {
  top: 0;
  background: var(--darkgreen);
}

.headroom--pinned {
  top: 0;
  background: var(--darkgreen);
}

@media (max-width: 1200px) {
  #navigation ul {
    gap: 2vw;
  }

}

@media (max-width: 1028px) {
  header {
    height: 14rem;
    position: fixed;
  }

  /* NAV */

  .hamburger {
    display: inline-block !important;
    position: fixed;
    right: 2%;
    top: -0.78rem;
    padding: 0;
  }

  .hamburger .hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: var(--blanc);
  }

  .hamburger .hamburger-inner::before {
    top: -9px;
  }

  .hamburger .hamburger-inner::after {
    bottom: -9px;
  }

  #navigation {
    justify-content: right;
    max-width: 100%;
  }

  #navigation ul {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 4rem;
    left: -200vw;
    transition: .15s;
    display: block;
  }

  #navigation ul li {
    text-align: center;
    display: block;
    margin: 0 !important;
    padding: 2rem 0;
  }

  #navigation ul li a {
    color: var(--blanc);
    text-decoration: none;
  }

  #navigation.active {
    background: var(--darkgreen);
  }

  #navigation ul.active {
    left: 0;
    z-index: 999;
    background: var(--darkgreen);
  }

  .button.simu {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .lienSupNav,
  .lang-item-fr,
  .lang-item-en {
    right: 7rem;
    z-index: 9999;
  }

  .lang-item-fr::after {
    content: '';
  }
}


/* SUBNAVIGATION */

.subnav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.subnav ul li {
  display: inline-block;
  list-style-type: none;
  padding: 1rem 2rem;
  font-size: 2.8rem;
  line-height: 4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-bottom: -1.4rem;
  cursor: pointer;
  transition: .3s;
}

.subnav ul li:hover,
.subnav ul li.active {
  background-color: var(--lightgris);
}

.subnav:not(.archiveAgenda) ul li::before {
  content: '';
  display: inline-block;
  height: 2.6rem;
  width: 3.4rem;
  margin-right: 1rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.nav-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}

.nav-pagination .page-numbers {
  margin: 0 1.6rem;
}



/* MISE EN PAGE */

section {
  margin: 0 auto;
}

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

.right {
  text-align: right !important;
}

.nomarge,
.nomargeIn>p {
  margin: 0 !important;
}

.margetopS {
  margin-top: 3rem !important;
}

.margetop {
  margin-top: 8.4rem !important;
}

.margetopL {
  margin-top: 12.8rem !important;
}

.margebotS {
  margin-bottom: 3rem !important;
}

.margebot {
  margin-bottom: 8.4rem !important;
}

.margebotL {
  margin-bottom: 12.8rem !important;
}

.padtop {
  padding-top: 6.4rem !important;
}

.padbot {
  padding-bottom: 6.4rem !important;
}

.padtopL {
  padding-top: 12.8rem !important;
}

.padbotL {
  padding-bottom: 12.8rem !important;
}

.padtopS {
  padding-top: 3.2rem !important;
}

.padbotS {
  padding-bottom: 3.2rem !important;
}

.container {
  position: relative;
  width: 179.6rem;
  max-width: 94%;
  margin: 0 auto;
}

.container.slim {
  width: 140rem;
}

.container.Xslim {
  width: 80.2rem;
}

.ref {
  position: relative;
}

.row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
}

.row.baseline {
  align-items: baseline;
}

.row.stretch {
  align-items: stretch;
}

.row.top {
  align-items: flex-start;
}

.row.start {
  justify-content: flex-start;
}

.row.around {
  justify-content: space-around;
}

.row.infini {
  flex-flow: row wrap;
  justify-content: flex-start;
}

.row.cent {
  justify-content: center !important;
}

.row.end {
  justify-content: flex-end !important;
}

.row.infini {
  gap: 4%;
}

.row.full {
  gap: 2%;
}

.row.ghost {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


.col1 {
  flex: 0 0 6%;
}

.col3 {
  flex: 0 0 22%;
}

.col3-like {
  max-width: 42rem;
}

.col4 {
  flex: 0 0 30.666%;
}

.col4-like {
  max-width: 57rem;
}

.col5 {
  flex: 0 0 39%;
}

.col6 {
  flex: 0 0 48%;
}

.row.full .col6.fullImg {
  flex: 0 0 50%;
}

.col7 {
  flex: 0 0 57%;
}

.col8 {
  flex: 0 0 65.333%;
}

.subrow .col6 {
  flex: 0 0 47%;
}

.col1 img,
.col3 img,
.col4 img,
.col5 img,
.col6 img,
.col8 img {
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 2;
}

.ordre {
  order: 2;
}

.aere {
  max-width: 66rem;
  margin: 0 auto;
}

.aereL {
  max-width: 154rem;
  margin: 0 auto;
}

.colones2 {
  columns: 2;
  gap: 8%;
}

.aire {
  max-width: 57rem;
  margin: 0 auto;
}

p.enAvant {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5.4rem;
  font-family: "Tinos", serif;
}

#toutlire svg {
  width: 2rem;
  fill: none;
  stroke: var(--noir);
  stroke-miterlimit: 4;
  stroke-width: 4px;
  margin-right: .4rem;
  transition: .5s;
}

.rotate {
  transform: rotateZ(180deg);
}


/* THEME */

.hero {
  width: 100vw;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: start;
  color: #FFF !important;
  overflow-y: hidden;
}

#hero {
  width: 100vw;
  min-height: 100svh;
}

.page-template .hero {
  aspect-ratio: 16 / 9;
}

.page-template-front-page .hero {
  justify-content: center;
}

.hero .container {
  z-index: 10;
}

.hero .intro p {
  max-width: 69rem;
}

.hero.second {
  display: flex;
  align-items: center;
}

.hero.second.fit {
  aspect-ratio: unset;
}

.hero.second svg {
  z-index: 3;
}

.hero.second h2 {
  font-size: 5rem;
  line-height: 5.2rem;
  margin-bottom: 2.2rem;
}

.resumeOffre {
  position: relative;
  margin: 2.8rem 0;
  padding: 1.6rem 3.2rem;
  background-color: var(--blanc);
  width: fit-content;
  border-radius: 8px;
}

.resumeOffre h3,
.resumeOffre p {
  margin-bottom: 0 !important;
  color: var(--darkgreen) !important;
}

.resumeOffre h3 {
  font-weight: 900;
}

.resumeOffre p.sousTitre {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 0;
}

.resumeOffre .prixAppel {
  padding: 1rem 1.2rem 0.6rem;
  transform: translate(0);
  margin: .6rem 0;
}

.resumeOffre p.appel {
  font-size: 2.6rem;
  line-height: 1.6rem;
  color: var(--darkgreen);
}

.resumeOffre p.prixA {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
  color: var(--darkgreen);
}

.resumeOffre p.detail {
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.hero svg.logo {
  width: 66rem;
  fill: var(--blanc);
  display: block;
  margin-bottom: 8vw;
  overflow: visible;
}

.hero div {
  z-index: 2;
}

.hero h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 6.8rem;
  text-align: left;
  display: block;
}

.hero h1 span.patch {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  text-align: left;
  padding: 0.2rem 2.4rem 1rem;
  background-color: var(--blanc);
  color: var(--darkgreen);
  border-radius: .8rem;
  display: inline-block;
  transform: rotateZ(-4deg);
  margin-bottom: 2.2rem;
}

.hero p {
  color: var(--blanc);
}

.backG {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 70% center;
  z-index: 1;
}

.hero::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  width: 100%;
  height: 75vh;
  z-index: 3;
}

.arrow {
  display: block;
  margin: 3rem auto 0;
  width: 18px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 2vw;
}

.arrow svg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 4;
  stroke-width: 4px;
}

blockquote {
  background-color: var(--noir);
  padding: 4.8rem 10% 4.8rem 20%;
  position: relative;
}

blockquote p {
  color: var(--blanc);
}

blockquote p:first-of-type {
  font-style: italic;
}

blockquote p:first-of-type:before {
  content: ',,';
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 15vw;
  letter-spacing: -.5vw;
  position: absolute;
  top: -5px;
  left: 4%;
}

blockquote p:last-of-type {
  font-weight: 700;
  text-align: right;
}

blockquote::before,
blockquote::after {
  content: '';
  display: block;
  position: absolute;
  top: -1.85vw;
  left: 0;
  width: 100%;
  height: 3vw;
  background-size: 100% 100%;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 983.1 36'%3E%3Cpath d='M983.1,21.69c-1.34.9-2.71,1.84-4.13,2.81-5.62.27-13.75-2.58-19.83.75-7.81-3.41-14.09-.12-21.53-2.96-2.39,1.51-4.77-8.06-7.14-.6-2.33-.36-4.67-4.72-7.03-2.53-12.93,3.05-26.52-11.01-40.23-5.04-8.71,1.58-17.53-1.94-26.29.18-8.76,3.53-17.46,1.94-25.94-1.36-7.33-4.21-14.58-7.52-21.47,1.57-7.1,7.87-10.63,4-18.46,2.78-13.86.44-27.72,1.38-41.58,0-7.98-1.93-15.95-.76-23.93,0-7.5.98-13.11,2.18-20.36-1.6-14.64-2.46-28.46,3.03-41.53-3.07-5.57-2.66-11.6-10.18-17.29-4.64-9.18.12-17.94-4.48-28.16-6.15-11.64-2.84-20.28,4.92-31.53,2.66-14.81-2.56-29.3,6.95-44.53,1.83-9.27,2.7-22.25-2.64-31.02.24-6.99.48-10.16,2.67-18.18,6.06-7.03,4.01-14.8-6.62-21.77.13-7.48-1.23-14.2-1.23-21.68-3.46-5.12-6.54-10.66,3.18-15.82.16-8.67-.44-17.34,4.58-26,0-8.67.08-17.33.46-26,0-9.36,8.33-18.89-3.39-27.88-1.92-8.03-6.28-13.27-5.67-22.33-5.98-10.31-4.41-17.07,1.81-26.71,3.67-8.49-.14-16.97.34-25.39,1.45-9.35.22-17.62,1.04-26.14,4.35-9.4.88-16.32,8.53-27.13,3.14-13.8-3.4-27.6-4.77-41.39,0-7.99-3.19-13.6.88-21.57,1.56-10.75,3.96-20.75-3-31.36-1.22-10.7-1.03-22.12-4.94-32.94-1.87-8.01-.64-13.85-1.18-21.18-5.4-8.75-4.33-19.99,3.24-29.45-.9-7.97-2.82-13.45,2.71-20.8,3.09-6.93-.19-23.58-.78-27.42,6.31v20.27h983.1s0-14.3,0-14.3Z'/%3E%3C/svg%3E");
}

blockquote::after {
  top: unset;
  bottom: -1.85vw;
  left: 0;
  transform: rotateZ(180deg);
}


.avantages {
  background: var(--midgreen);
}

.avantages.offres {
  background: transparent;
}

.avantages:not(.offres) h2 {
  margin: 0.6rem auto 4.4rem;
  font-size: 3rem !important;
  line-height: 4rem;
  font-weight: 300;
  text-transform: uppercase;
}


.avantages p {
  color: var(--blanc) !important;
}

.avantages.offres p {
  color: var(--darkgreen) !important;
}

.avantages svg {
  fill: var(--blanc);
  height: 8rem;
}

.avantages.offres svg {
  fill: var(--orange);
}

.avantages.offres .col4:nth-of-type(3) svg,
.avantages.offres .col4:nth-of-type(4) svg {
  transform: scale(.8);
}

.light {
  background-color: var(--lightgreen);
}

.light .row {
  justify-content: center;
  gap: 10%;
}

.pastille {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 1rem 3rem 2.2rem;
  color: var(--blanc);
  display: inline-block;
  transform: rotateZ(-4deg) translateY(2.4rem);
  z-index: 3;
  position: relative;
}

.pastille.orange {
  background-color: var(--orange);
}

.pastille.vert {
  background-color: var(--darkgreen);
}

.prix {
  position: absolute;
  bottom: -18px;
  right: 0;
  color: var(--blanc);
  background-color: var(--orange);
  padding: 1.6rem 1.9rem 1.7rem;
  font-size: 3rem;
  z-index: 3;
  border-radius: 8px 0 8px 0;
}

.prix span {
  display: block;
  font-weight: bold;
  font-size: 4.5rem;
  margin-top: 1rem;
}

#realisations .row {
  gap: 0%;
}

#realisations .icon {
  fill: var(--darkgreen);
  max-width: 2.4rem;
  max-height: 2.4rem;
  overflow: visible;
}

#realisations span {
  display: inline-flex;
  width: 2.4rem;
  justify-content: center;
}

#realisations .local {
  width: 3.2rem;
  fill: var(--orange);
  position: absolute;
  overflow: visible;
  cursor: pointer;
  transform-origin: center center;
  transition: .3s;
}

#realisations .local.active {
  transform: scale(1.5);
}

#carte {
  fill: #FFF;
}

#realisations img {
  max-width: 38rem;
  display: block;
}

.popup {
  background-color: var(--blanc);
  padding: 5rem;
  width: fit-content;
  border-radius: 8px;
  position: relative;
  opacity: 0;
  display: none;
}

.popup.active {
  opacity: 1;
  display: block;
}

.hackAides {
  max-width: 58rem;
}

div.vert,
div.orange {
  position: relative;
  margin-bottom: 1rem;
}

div.vert img,
div.orange img {
  display: block;
}

div.orange::after,
div.vert::after {
  content: "";
  position: absolute;
  height: 20%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 8px 8px;
}

div.orange::after {
  background: linear-gradient(rgba(255, 73, 46, 0), rgba(255, 73, 46, 0.6));
}

div.vert::after {
  background: linear-gradient(rgba(146, 227, 169, 0), rgba(146, 227, 169, 0.6));
}


/* Contacts */



/* Medias */

#video {
  background-color: var(--noir);
  padding: 6.4rem 0;
  position: relative;
}

#video::after {
  top: unset;
  bottom: -1.85vw;
  transform: rotateZ(180deg);
}

.videoContainer {
  max-width: 81.2rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  overflow: hidden;
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;

}

.video iframe,
.video video {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.f1-1 {
  position: relative;
  aspect-ratio: 1/1;
}

.fvignette {
  aspect-ratio: 0.691;
}

.f4-3 {
  aspect-ratio: 4/3;
}

.f3-4 {
  aspect-ratio: 3/4;
}

.f16-9 {
  aspect-ratio: 16/9;
}

.f1-6 {
  aspect-ratio: 1.6;
}

.wp-block-image {
  margin: 2.4rem 0;
}

figcaption {
  z-index: 2 !important;
  background: none !important;
}

p.credits {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(-- blanc) !important;
  padding: 0.4rem .8rem;
  box-sizing: border-box;
  z-index: 5;
  opacity: 0;
  transition: .3s;
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
}

div:hover>.credits,
section:hover>.credits {
  opacity: .5;
}

/* PAGINATION ARCHIVE */

.navigation {
  text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  display: inline-flex;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover {
  color: #bbb;
}


/* Logos */

a.logos {
  display: block;
  min-height: 10rem;
  margin-bottom: 1.6rem;
}

img.logos {
  max-height: 10rem;
  border-radius: 0 !important;
  filter: grayscale(1);
  transition: .3s;
}

a:hover img.logos {
  filter: grayscale(0);
}

.logoL {
  max-width: 49rem;
}

.logoL .cls-1 {
  fill: var(--darkgreen);
}

.logoL .cls-2 {
  fill: var(--orange);
}

/* ILUSTRATIONS */

.padbotIllus {
  padding-bottom: 21vw;
}

#sun {
  max-width: 18rem;
  position: absolute;
  top: -11rem;
  right: 20vw;
}

#sun .cls-1,
#puces .cls-1 {
  fill: #ff492e;
}

#sun .cls-2 {
  fill: #d9df40;
}

#sun .cls-3,
#puces .cls-2 {
  fill: #203827;
}

#fleur1,
#fleur2,
#fleur3,
#fleur4,
#fleur5 {
  height: 10vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

#fleur1,
#fleur2,
#fleur3,
#fleur4,
#fleur5 {
  height: 10vw;
  left: 0;
}

#fleur2 {
  height: 18vw;
  left: 10vw;
}

#fleur3 {
  height: 18vw;
  left: 64vw;
  bottom: -6vw;
}

#fleur4 {
  height: 22vw;
  left: 68vw;
  bottom: 0;
}

#fleur5 {
  height: 20vw;
  left: 73vw;
  bottom: -4vw;
}

#fleur1 .cls-1,
#fleur3 .cls-1,
#fleur4 .cls-1,
#fleur5 .cls-1 {
  fill: #92e3a9;
}

#fleur1 .cls-2,
#fleur2 .cls-2,
#fleur3 .cls-2,
#fleur4 .cls-2,
#fleur5 .cls-2 {
  fill: #203827;
}

#fleur1 .cls-3,
#fleur2 .cls-3 {
  fill: #fff;
}

#fleur2 .cls-1 {
  fill: #60A84C;
}

#fleur3 .cls-3,
#fleur4 .cls-3,
#fleur5 .cls-3 {
  stroke: #FFF;
  fill: none;
}

#puces {
  height: 5vw;
  position: absolute;
  bottom: 3vw;
  right: 0;
}

/* ANIMATION HACKS */



.animCycle {
  overflow: hidden;
  padding: 2px 0;
}

/* FORMS  */

input::placeholder {
  color: var(--noir);
}


input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 6rem;
  padding: 1rem;
  background-color: transparent;
  color: var(--noir);
  border: 1px solid var(--noir) !important;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  margin-top: 0.9rem;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Bebas Neue", sans-serif;
  min-height: 120px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}

form .row {
  gap: 1.2rem;
  margin-bottom: -.6rem;
}

form .row p {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {}

.wpcf7-submit {}

@media (max-width: 848px) {
  form {
    width: 95%;
    margin-left: 1.5%;
  }

  .videoContainer {
    max-width: 94%;
  }
}

@media (max-width: 720px) {
  form .row p:nth-of-type(even) {
    margin-left: 0;
  }
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--orange);
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.6rem;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127 64' style='enable-background:new 0 0 127 64;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000;stroke-width:8;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='18.3,8 63.6,53.4 109,8 '/%3E%3C/svg%3E%0A") 99% / 3% no-repeat;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* LAZY LOADIMG */

.lazy {
  opacity: 0;
}

.lazy:not(.initial) {
  transition: 1s;
}

.lazy.initial,
.lazy.loaded,
.lazy.error,
.lazy.entered {
  opacity: 1;
}

.copyr {
  position: absolute;
  bottom: 0;
  left: 1.4rem;
  color: var(--blanc);
  font-size: 1.4rem;
  z-index: 3;
}

@keyframes wave {
  0% {
    background-color: rgba(187, 187, 187, 0.8);
  }

  100% {
    background-color: rgba(187, 187, 187, 0.3);
  }
}

/* BUTTONS */

input[type="submit"] {
  all: unset;
}

.button,
.wp-element-button,
button:not(#burger),
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  position: relative;
  max-width: 98%;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.6rem 7.6rem 0.9rem 2.4rem;
  margin-right: 4rem;
  color: var(--blanc);
  background: var(--darkgreen);
  border: solid 2px var(--darkgreen);
  border-radius: 8px;
  font-family: "Darker Grotesque", sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .15s ease-out;
  opacity: 1;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 0.6rem 2.4rem 0.9rem 2.4rem;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: var(--blanc);
  color: var(--darkgreen);
}

.button::after {
  content: '';
  aspect-ratio: 1/1;
  height: calc(100% + 4px);
  background-color: var(--blanc);
  position: absolute;
  right: -2px;
  top: -2px;
  border: solid 2px var(--darkgreen);
  border-radius: 8px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 56% 50%;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.49 26.49'%3E%3Cpath fill='%2322432E' d='M22.56,13.13c-.44-1.49-.42-3.2.05-5.12.47-1.92,1.76-3.94,3.87-6.05l-1.96-1.96c-2.11,2.11-4.12,3.4-6.05,3.87-1.93.47-3.63.49-5.12.05-1.49-.44-2.69-.96-3.6-1.58-.91-.62-1.4-.96-1.47-1.04l-2.07,1.96c.07.07.47.38,1.2.93.73.54,1.73,1.13,3,1.74,1.27.62,2.76,1,4.47,1.14.85.07,1.73.04,2.64-.11L0,24.42l2.07,2.07L19.52,8.96c-.14.92-.16,1.8-.07,2.65.18,1.71.58,3.2,1.2,4.47.62,1.27,1.51,2.63,2.67,4.09l1.85-1.96c-.07-.07-.42-.56-1.04-1.47-.62-.91-1.14-2.11-1.58-3.6Z'/%3E%3C/svg%3E");
}

.hero .button {
  font-size: 3rem;
  padding: 0.9rem 9.8rem 1.5rem 4rem;
}

.button span {
  z-index: 3;
  position: relative;
}

.button:hover {
  color: var(--darkgreen);
  background: var(--blanc);
  border: solid 2px var(--darkgreen);
  border-radius: 8px;
}

.button.orange {
  background-color: var(--orange);
  border-color: var(--orange);
}

.button.orange::after {
  border-color: var(--orange);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.49 26.49'%3E%3Cpath fill='%23FF492E' d='M22.56,13.13c-.44-1.49-.42-3.2.05-5.12.47-1.92,1.76-3.94,3.87-6.05l-1.96-1.96c-2.11,2.11-4.12,3.4-6.05,3.87-1.93.47-3.63.49-5.12.05-1.49-.44-2.69-.96-3.6-1.58-.91-.62-1.4-.96-1.47-1.04l-2.07,1.96c.07.07.47.38,1.2.93.73.54,1.73,1.13,3,1.74,1.27.62,2.76,1,4.47,1.14.85.07,1.73.04,2.64-.11L0,24.42l2.07,2.07L19.52,8.96c-.14.92-.16,1.8-.07,2.65.18,1.71.58,3.2,1.2,4.47.62,1.27,1.51,2.63,2.67,4.09l1.85-1.96c-.07-.07-.42-.56-1.04-1.47-.62-.91-1.14-2.11-1.58-3.6Z'/%3E%3C/svg%3E");
}

.button.orange:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

.hero .button,
footer .button {
  color: var(--darkgreen);
  background: var(--blanc);
}

.hero .button::after {
  background-color: var(--darkgreen);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.49 26.49'%3E%3Cpath fill='%23FFF' d='M22.56,13.13c-.44-1.49-.42-3.2.05-5.12.47-1.92,1.76-3.94,3.87-6.05l-1.96-1.96c-2.11,2.11-4.12,3.4-6.05,3.87-1.93.47-3.63.49-5.12.05-1.49-.44-2.69-.96-3.6-1.58-.91-.62-1.4-.96-1.47-1.04l-2.07,1.96c.07.07.47.38,1.2.93.73.54,1.73,1.13,3,1.74,1.27.62,2.76,1,4.47,1.14.85.07,1.73.04,2.64-.11L0,24.42l2.07,2.07L19.52,8.96c-.14.92-.16,1.8-.07,2.65.18,1.71.58,3.2,1.2,4.47.62,1.27,1.51,2.63,2.67,4.09l1.85-1.96c-.07-.07-.42-.56-1.04-1.47-.62-.91-1.14-2.11-1.58-3.6Z'/%3E%3C/svg%3E");
  border: solid 2px var(--blanc);
  border-radius: 8px;
  height: 100%;
  right: 0;
  top: 0;
}

.hero .button:hover {
  color: var(--blanc);
  background: var(--darkgreen);
}

.button:last-of-type {
  margin-right: 0;
}

.lienSupNav .button,
.button.simu {
  background-color: var(--blanc);
  color: var(--darkgreen) !important;
  transform: translateY(-12px);
  font-size: 1.8rem;
  height: 3.2rem;
  line-height: 1.8rem;
  padding: 0.3rem 1.7rem 0.8rem 4.3rem;
  margin-top: 0.6rem;
}

.lienSupNav .button:hover {
  background-color: var(--darkgreen);
  color: var(--blanc) !important;
}

.lienSupNav .button.tel::after {
  right: unset;
  left: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.18 18.15'%3E%3Cpath fill='%23fff' d='M10.92,18.13c1.1.21,4.03-1.66,3.07-3.05-1.94-2.86-2.04-4.32-5.36-1.61-2.27-1.98-4.08-4.52-5.09-7.36,3.8-2.08,2.69-2.63.65-5.63C3.24-1.01.36,1.35.11,2.51H.11c-.96,6.23,4.4,14.43,10.81,15.62Z'/%3E%3C/svg%3E");
  background-color: var(--darkgreen);
}

.button.simu {
  padding: 0.3rem 1.3rem 0.8rem 1.3rem;
  margin-right: 1rem;
  transform: translateY(0) !important;
}

.button.simu:hover {
  background-color: var(--darkgreen);
}

.button.simu a {
  color: var(--darkgreen) !important;
  line-height: 1.8rem !important;
}

.button.simu:hover a,
.button.simu a:hover {
  color: var(--blanc) !important;
}

.button.simu a::before,
.button.simu a::after {
  display: none !important;
}

.button.simu::after {
  display: none;
}



/* FORMULAIRE */

.formSelect img {
  transition: .3s;
}

.formSelect:hover img {
  transform: translateY(-1.2rem);
}

#client,
#facture,
#codepostal,
#contacts {
  display: none;
}

#client,
#facture,
#codepostal,
#contacts,
#etape1 {
  min-height: 40rem;
  text-align: center;
}

#Professionnel,
#Particulier {
  cursor: pointer;
}

#facture .wpcf7-list-item {
  display: block;
  margin: 1rem 0;
}

input[name="codep"] {
  max-width: 35rem;
  text-align: center;
  margin: 1rem auto;
}

#contacts input[type="submit"] {
  margin: 0 auto;
}

.wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem;
  text-align: center;
  border-color: var(--orange);
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--lightgreen);
  text-align: center;
}

/* SWIPER */

.swiper {
  width: 100%;
  height: 100%;
  overflow-x: visible;
}

.swiper-slide {
  width: 30% !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .infos {
  position: absolute;
  bottom: 4rem;
}

.swiper-slide .infos .dateCrea {
  font-size: 1.8rem;
}

.swiper-pagination-bullet-active {
  background: var(--noir) !important;
}

.swiper-slide {
  opacity: 1;
  transition: .15s !important;
}

.swiper-slide.unhover {
  opacity: .5;
  transition: .3s !important;
}

@media (max-width: 1260px) {

  .swiper-slide {
    width: 45% !important;
  }

  .swiper-slide h3 {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

}

@media (max-width: 840px) {

  .swiper-slide {
    width: 90% !important;
  }

  .swiper-slide h3 {
    font-size: 8vw;
    line-height: 8vw;
  }
}

@media (max-width: 500px) {

  .swiper-slide p {
    font-size: 1.6rem;
  }
}

/* FOOTER */

footer {
  position: relative;
  padding: 3.6rem 0 6.4rem;
  min-height: 6rem;
  font-size: 1.6rem;
  background: var(--darkgreen);
  z-index: 2;
  font-family: 'Poppins', sans-serif;
}

footer p {
  color: var(--blanc);
  font-family: 'Poppins', sans-serif;
}

footer .logo {
  width: 24.6rem;
  fill: var(--blanc)
}

footer ul {
  list-style: none;
}

footer p {
  font-size: 1.6rem;
  line-height: 3.4rem;
}

footer a,
footer li {

  text-decoration: none;
  line-height: 3.4rem;
  color: var(--blanc);
}

footer .prim {
  font-weight: 700;
}

footer a:hover {
  color: var(--lightgreen);
}

footer .row.start ul:first-of-type {
  margin-right: 10%;
}

footer .row {
  justify-content: space-evenly;
}

footer .col {
  max-width: 26rem;
}

footer .socials {
  flex-flow: column;
}

footer a:hover .picto {
  fill: var(--gris);
}

footer .button {
  max-width: fit-content;
  transform-origin: left;
  font-size: 2rem;
  padding: 0.1rem 6.7rem 0.5rem 3.7rem;
  margin-top: 2rem;
}

footer .button::after {
  background-color: var(--darkgreen);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.49 26.49'%3E%3Cpath fill='%23FFF' d='M22.56,13.13c-.44-1.49-.42-3.2.05-5.12.47-1.92,1.76-3.94,3.87-6.05l-1.96-1.96c-2.11,2.11-4.12,3.4-6.05,3.87-1.93.47-3.63.49-5.12.05-1.49-.44-2.69-.96-3.6-1.58-.91-.62-1.4-.96-1.47-1.04l-2.07,1.96c.07.07.47.38,1.2.93.73.54,1.73,1.13,3,1.74,1.27.62,2.76,1,4.47,1.14.85.07,1.73.04,2.64-.11L0,24.42l2.07,2.07L19.52,8.96c-.14.92-.16,1.8-.07,2.65.18,1.71.58,3.2,1.2,4.47.62,1.27,1.51,2.63,2.67,4.09l1.85-1.96c-.07-.07-.42-.56-1.04-1.47-.62-.91-1.14-2.11-1.58-3.6Z'/%3E%3C/svg%3E");
  border: solid 2px var(--blanc);
  height: 100%;
  right: 0px;
  top: 0;
}

footer .button:hover::after {
  background-color: var(--blanc);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.49 26.49'%3E%3Cpath fill='%2322432E' d='M22.56,13.13c-.44-1.49-.42-3.2.05-5.12.47-1.92,1.76-3.94,3.87-6.05l-1.96-1.96c-2.11,2.11-4.12,3.4-6.05,3.87-1.93.47-3.63.49-5.12.05-1.49-.44-2.69-.96-3.6-1.58-.91-.62-1.4-.96-1.47-1.04l-2.07,1.96c.07.07.47.38,1.2.93.73.54,1.73,1.13,3,1.74,1.27.62,2.76,1,4.47,1.14.85.07,1.73.04,2.64-.11L0,24.42l2.07,2.07L19.52,8.96c-.14.92-.16,1.8-.07,2.65.18,1.71.58,3.2,1.2,4.47.62,1.27,1.51,2.63,2.67,4.09l1.85-1.96c-.07-.07-.42-.56-1.04-1.47-.62-.91-1.14-2.11-1.58-3.6Z'/%3E%3C/svg%3E");
}

footer .mentions {
  font-size: 1.4rem;
}


/* RESPONSIVE */

@media (max-width: 1920px) {

  h3,
  .h3-like {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}


@media (max-width: 1540px) {
  .aere {
    max-width: 40%;
  }

  p.enAvant {
    font-size: 2.8rem;
    line-height: 4rem;
  }



  .avantages svg {
    height: 7rem;
  }
}




@media (max-width: 1080px) {

  .subnav ul li {
    font-size: 1.8rem;
  }

  .subnav ul li::before {
    width: 2.4rem;
    height: 1.8rem;
  }

  #sun {
    right: 10vw;
    top: -16rem;
  }

}

@media (max-width: 880px) {

  h2,
  .h2-like {
    font-size: 6rem;
    line-height: 6rem;
  }

  p {
    font-size: 1.6rem;
  }

  .row {
    display: block;
  }

  .row.nochange {
    display: flex;
  }

  .row.ghost {
    position: relative;
  }

  .margetopL {
    margin-top: 6.4rem !important;
  }

  .col3,
  .col4,
  .col5,
  .col6,
  .col8 {
    margin-bottom: 2.4rem;
  }

  .aere {
    max-width: 80%;
    margin: 8.4rem auto;
  }

  .light img {
    max-width: 44rem;
    margin: 0 auto;
    display: block;
  }

  /* THEME */

  .arrow {
    bottom: 1vw;
  }

  .page-template-front-page .hero {
    justify-content: end;
  }

  .page-template-front-page .hero h1 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .hero .button {
    margin-bottom: 10vw;
  }

  .hero svg.logo {
    width: 80%;
  }

  .padbotIllus {
    padding-bottom: 36vw
  }

  #fleur1 {
    height: 20vw;
  }

  #fleur2 {
    height: 30vw;
    left: 14vw;
  }

  #fleur3 {
    height: 24vw;
  }

  #fleur4 {
    height: 30vw;
  }

  #fleur5 {
    height: 28vw;
  }

  footer .col {
    margin: 0 auto;
    text-align: center;
  }

  footer .socials {
    flex-flow: row;
  }

}

@media (max-width: 700px) {

  h1,
  .h1-like {
    font-size: 15vw;
  }

  .hero {
    min-height: 100svh;
  }

  .row.buttons {
    display: flex;
    flex-flow: column;
  }

  .row.buttons .button {
    margin: 0 auto 3rem;
  }

  .hero .button {
    margin-bottom: 10vh;
  }

}

@media (max-width: 640px) {

  .pastille {
    font-size: 3.6rem;
    padding: 0.8rem 2rem 1.6rem;
  }
}

@media (max-width: 578px) {

  .col4-like {
    max-width: 100%;
  }

  .aere {
    max-width: 94%;
  }

  .hero .infos h1 {
    padding: 1rem 1.7rem 0.4rem;
  }

}

@media (max-width: 510px) {}

@media (max-width: 408px) {
  .row.infini .col3 {
    flex: 0 0 100%;
  }

  .aere,
  .aire {
    max-width: 94%;
  }

}

@media (max-width: 352px) {
  .hero h1 span.patch {
    font-size: 14vw;
  }
}