@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Li";
}

:root {
  --blanc: #FFFFFF;
  --noir: #1D1F1D;
  --violet: #6300FF;
}

::after, ::before {
  box-sizing: inherit;
}

html, body {
  position: relative;
  font-size: 1em;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 {
  text-transform: lowercase;
}

h2 {
  margin: 0.5em 0;
}

h3 {
  margin: 0.5em 0;
}

h4 {
  margin: 0.5em 0;
}

h5 {
  margin: 0.8em 0;
}

h6 {
  margin: 0.6em 0;
}

p {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 1em;
}
p > a {
  position: relative;
}
p > a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--noir);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
p > a:hover:after {
  width: 0;
}

a {
  text-decoration: none;
  line-height: 1.1;
  color: var(--noir);
}

ul, ol {
  margin: 0 0 1em 16px;
}
ul > li, ol > li {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
ul > li::marker, ol > li::marker {
  color: var(--violet);
}
ul > li li, ol > li li {
  font-size: inherit;
}

.container {
  max-width: 1320px;
  width: 95%;
  margin: auto;
}

.container_big {
  max-width: 1500px;
  width: 95%;
  margin: auto;
}

.openExterne {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.openExterne > path {
  fill: var(--violet);
}

.btnR {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Os";
  color: var(--violet);
  text-transform: lowercase;
  font-size: 1.2em;
  position: relative;
}
.btnR:before {
  content: url("../img/fleche_violet_gauche.webp");
  line-height: 0.5;
  transition: all 0.3s;
}
.btnR:hover:before {
  margin: 0 10px 0 -10px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .container_big {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1440px) {
  .container, .container_big {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container, .container_big {
    max-width: 960px;
  }
}
@media screen and (max-width: 990px) {
  .container, .container_big {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container, .container_big {
    max-width: 540px;
  }
  p, ul > li, ol > li {
    font-size: 1em;
  }
}
/********************* SOMMAIRE *********************/
/* HEADER                              ligne :    9 */
/* MEGA MENU                           ligne :   62 */
/* MEDIA QUERIES                       ligne :  138 */
/* HEADER */
header {
  position: relative;
}
header > .container_big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2em auto 1em;
}
header > .container_big > a {
  display: block;
  flex: 0 0 315px;
  max-width: 315px;
}
header > .container_big > a > img {
  transition: all 0.3s;
}
header > .container_big > a:hover > img {
  opacity: 0.6;
}
header > .container_big > .burger {
  margin-right: 200px;
  cursor: pointer;
}
header > .container_big > .burger .barre {
  width: 75px;
  height: 2px;
  background-color: var(--violet);
  transition: all 0.3s;
}
header > .container_big > .burger .barre.barre01 {
  margin-bottom: 15px;
}
header > .container_big > .burger .barre.barre02 {
  margin-bottom: 12px;
}
header > .container_big > .burger > p {
  text-transform: lowercase;
  color: var(--violet);
  text-align: center;
  margin-bottom: 0;
}
header > .container_big > .burger:hover .barre01 {
  margin-bottom: 8px;
}
header > img {
  width: 180px;
  position: absolute;
  top: -115px;
  right: 70px;
}

/* MEGA MENU */
.megaMenu {
  display: none;
  width: 100%;
  padding: 5em 1em 6em 17em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.megaMenu:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--violet);
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
}
.megaMenu > i {
  color: var(--blanc);
  font-size: 2em;
  cursor: pointer;
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  transition: all 0.3s;
}
.megaMenu > i:hover {
  opacity: 0.6;
  transform: rotate(180deg);
}
.megaMenu ul {
  list-style: none;
  margin: 0;
}
.megaMenu ul > li {
  margin: 0;
}
.megaMenu ul > li > a {
  display: block;
  color: var(--blanc);
  font-family: "Ho";
  font-size: 2.6em;
  text-transform: lowercase;
  margin-bottom: 1.2em;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}
.megaMenu ul > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--blanc);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 1s;
}
.megaMenu ul > li > a:hover:after {
  opacity: 1;
}
.megaMenu ul > li:last-child > a {
  margin-bottom: 0;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  header > .container_big > .burger {
    margin-right: 100px;
  }
  header > img {
    width: 150px;
    top: -125px;
    right: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .megaMenu {
    padding-left: 8em;
  }
  header > img {
    width: 110px;
    top: -95px;
  }
}
@media screen and (max-width: 1200px) {
  header > .container_big > a {
    flex: 0 0 250px;
    max-width: 250px;
  }
  header > .container_big > .burger {
    margin-right: 0;
  }
  header > img {
    width: 75px;
    top: -75px;
    right: 8px;
  }
  .megaMenu {
    padding-left: 6em;
  }
}
@media screen and (max-width: 990px) {
  header > .container_big {
    margin-top: 1em;
  }
  .megaMenu {
    padding-left: 4em;
  }
  .megaMenu ul > li > a {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  header > .container_big > a {
    flex: 0 0 150px;
    max-width: 150px;
  }
  header > img {
    width: 50px;
    top: -45px;
  }
  .megaMenu {
    padding: 5em 1em 4em 2em;
  }
}
@media screen and (max-width: 576px) {
  header > .container_big > .burger .barre {
    width: 55px;
  }
  header > .container_big > .burger .barre.barre01 {
    margin-bottom: 10px;
  }
  header > .container_big > .burger .barre.barre02 {
    margin-bottom: 8px;
  }
  header > .container_big > .burger:hover .barre01 {
    margin-bottom: 6px;
  }
  header > img {
    display: none;
  }
  .megaMenu {
    padding: 4em 1em 2em 2em;
  }
  .megaMenu > i {
    font-size: 1.5em;
    right: 1em;
  }
  .megaMenu ul > li > a {
    font-size: 1.5em;
  }
}
footer {
  padding: 18em 0 4em;
  position: relative;
}
footer > div {
  display: flex;
  align-items: flex-start;
  gap: 15em;
  position: relative;
}
footer > div:before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: var(--violet);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
footer > div > .menuF ul {
  list-style: none;
  margin: 0;
}
footer > div > .menuF ul > li {
  margin: 0;
}
footer > div > .menuF ul > li > a {
  font-family: "Os";
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 200;
  line-height: 1.5;
}
footer > div > .menuF ul > li > a:hover > .openExterne {
  top: -5px;
}
footer > div > .menuF .sitesAmis {
  margin-top: 1.5em;
}
footer > div > .menuF .sitesAmis a {
  font-size: 0.9em;
}
footer > div > .menuF .reseauxSociaux a {
  font-size: 1.1em;
}
footer > div > .contactF > h5 {
  text-transform: uppercase;
  font-family: "Os";
  font-weight: 200;
  font-size: 2em;
  margin-top: 0;
  line-height: 1.2;
}
footer > div > .contactF > h5 > span {
  font-weight: 700;
  font-family: "Os";
}
footer > div > .contactF > div a {
  color: var(--violet);
}
footer > div > .contactF > div a:after {
  background-color: var(--violet);
}
footer > div > .contactF > div p {
  margin-bottom: 0;
}
footer > div > .legale {
  margin-left: 6em;
}
footer > div > .legale > a {
  display: block;
  text-transform: lowercase;
  color: var(--violet);
  font-family: "Os";
  font-weight: 200;
  line-height: 1.4;
  transition: all 0.3s;
}
footer > div > .legale > a:hover {
  opacity: 0.6;
}
footer > div > .legale > p {
  color: var(--violet);
  text-transform: lowercase;
  margin: 2.5em 0 0;
  font-family: "Os";
  font-size: 1em;
}
footer > img {
  width: 250px;
  position: absolute;
  top: 0;
  right: 80px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  footer > div {
    gap: 12em;
  }
}
@media screen and (max-width: 1440px) {
  footer {
    padding-top: 15em;
  }
  footer > div {
    gap: 10em;
  }
  footer > div > .legale {
    margin-left: 4em;
  }
  footer > img {
    width: 180px;
    right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 12em;
  }
  footer > div {
    gap: 8em;
  }
  footer > div > .legale {
    margin-left: 0;
  }
  footer > img {
    width: 150px;
    right: 20px;
  }
}
@media screen and (max-width: 990px) {
  footer {
    padding-bottom: 2em;
  }
  footer > div {
    flex-wrap: wrap;
    gap: 2em 8em;
  }
}
@media screen and (max-width: 768px) {
  footer > div {
    gap: 2em 6em;
  }
}
@media screen and (max-width: 576px) {
  footer > div > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer > div > div.menuF {
    order: 2;
  }
  footer > div > div.contactF {
    order: 1;
  }
  footer > div > div.legale {
    order: 3;
  }
}
@media screen and (max-width: 450px) {
  footer {
    padding-top: 10em;
  }
  footer > img {
    width: 120px;
  }
}
/********************* SOMMAIRE *********************/
/* PAGE PAR DÉFAUT                     ligne :  000 */
/* MEDIA QUERIES                       ligne :  000 */
/* PAGE PAR DÉFAUT */
.entete {
  margin: 2em auto 5em;
}
.entete > .btnR {
  margin-top: 2em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 990px) {
  .entete {
    margin-bottom: 3em;
  }
}
/********************* SOMMAIRE *********************/
/* CONTENU                             ligne :  000 */
/* ATELIERS D'EXPÉRIMENTATION          ligne :  000 */
/* BLOG                                ligne :  000 */
/* MEDIA QUERIES                       ligne :  000 */
/* CONTENU */
.wp-block-button__link {
  text-transform: lowercase;
  font-size: 1.2em;
  padding-right: calc(1rem + 170px);
  position: relative;
  transition: all 0.3s;
}
.wp-block-button__link:after {
  content: url("../img/fleche_violet.webp");
  line-height: 0.5;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-45%);
  transition: all 0.3s;
}
.wp-block-button__link:hover {
  background-color: var(--violet);
  color: var(--blanc);
}
.wp-block-button__link:hover:after {
  content: url("../img/fleche_blanc.webp");
  right: 12px;
}

/* ATELIERS D'EXPÉRIMENTATION */
/* BLOG */
.remontee_archive {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.remontee_archive > a {
  flex: 0 0 calc(33.33% - 1.34em);
  max-width: calc(33.33% - 1.34em);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 14/9;
  overflow: hidden;
  position: relative;
}
.remontee_archive > a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--violet);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.remontee_archive > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.remontee_archive > a > div {
  position: relative;
  z-index: 2;
}
.remontee_archive > a > div > h3 {
  font-family: "Ho";
  text-transform: lowercase;
  color: var(--blanc);
  text-align: center;
  font-weight: 400;
  font-size: 3em;
  margin: 0;
}
.remontee_archive > a > div > p {
  text-align: center;
  color: var(--blanc);
  text-transform: lowercase;
  text-decoration: underline;
  margin: 0;
}
.remontee_archive > a:hover > img {
  width: 120%;
  height: 120%;
}

/* MEDIA QUERIES */
@media screen and (max-width: 990px) {
  .wp-block-button__link {
    padding-right: calc(1rem + 150px);
  }
  .wp-block-button__link:after {
    right: 15px;
    transform: scale(0.8) translateY(-50%);
  }
  .wp-block-button__link:hover:after {
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-button__link {
    font-size: 1em;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-button__link {
    padding-right: calc(1rem + 100px);
  }
  .wp-block-button__link:after {
    right: -10px;
    transform: scale(0.5) translateY(-88%);
  }
  .wp-block-button__link:hover:after {
    right: -20px;
  }
}/*# sourceMappingURL=main.css.map */