/* --- PAGE LANDING PAGE --- */

/*
** Réalisation : LaFabrikk
** https://www.lafabrikk.fr
*/
:root {
  --LF001: 0.0625rem;
  --LF002: 0.125rem;
  --LF003: 0.1875rem;
  --LF004: 0.25rem;
  --LF005: 0.3125rem;
  --LF006: 0.375rem;
  --LF007: 0.4375rem;
  --LF008: 0.5rem;
  --LF009: 0.5625rem;
  --LF010: 0.625rem;
  --LF011: 0.6875rem;
  --LF012: 0.75rem;
  --LF013: 0.8125rem;
  --LF014: 0.875rem;
  --LF015: 0.9375rem;
  --LF016: 1rem;
  --LF017: 1.0625rem;
  --LF018: 1.125rem;
  --LF019: 1.1875rem;
  --LF020: 1.25rem;
  --LF021: 1.3125rem;
  --LF022: 1.375rem;
  --LF023: 1.4375rem;
  --LF024: 1.5rem;
  --LF025: 1.5625rem;
  --LF026: 1.625rem;
  --LF027: 1.6875rem;
  --LF028: 1.75rem;
  --LF029: 1.8125rem;
  --LF030: 1.875rem;
  --LF031: 1.9375rem;
  --LF032: 2rem;
  --LF033: 2.0625rem;
  --LF034: 2.125rem;
  --LF035: 2.1875rem;
  --LF036: 2.25rem;
  --LF037: 2.3125rem;
  --LF038: 2.375rem;
  --LF039: 2.4375rem;
  --LF040: 2.5rem;
  --LF041: 2.5625rem;
  --LF042: 2.625rem;
  --LF043: 2.6875rem;
  --LF044: 2.75rem;
  --LF045: 2.8125rem;
  --LF046: 2.875rem;
  --LF047: 2.9375rem;
  --LF048: 3rem;
  --LF049: 3.0625rem;
  --LF050: 3.125rem;
  --LF051: 3.1875rem;
  --LF052: 3.25rem;
  --LF053: 3.3125rem;
  --LF054: 3.375rem;
  --LF055: 3.4375rem;
  --LF056: 3.5rem;
  --LF057: 3.5625rem;
  --LF058: 3.625rem;
  --LF059: 3.6875rem;
  --LF060: 3.75rem;
  --LF061: 3.8125rem;
  --LF062: 3.875rem;
  --LF063: 3.9375rem;
  --LF064: 4rem;
  --LF065: 4.0625rem;
  --LF066: 4.125rem;
  --LF067: 4.1875rem;
  --LF068: 4.25rem;
  --LF069: 4.3125rem;
  --LF070: 4.375rem;
  --LF071: 4.4375rem;
  --LF072: 4.5rem;
  --LF073: 4.5625rem;
  --LF074: 4.625rem;
  --LF075: 4.6875rem;
  --LF076: 4.75rem;
  --LF077: 4.8125rem;
  --LF078: 4.875rem;
  --LF079: 4.9375rem;
  --LF080: 5rem;
  --LF081: 5.0625rem;
  --LF082: 5.125rem;
  --LF083: 5.1875rem;
  --LF084: 5.25rem;
  --LF085: 5.3125rem;
  --LF086: 5.375rem;
  --LF087: 5.4375rem;
  --LF088: 5.5rem;
  --LF089: 5.5625rem;
  --LF090: 5.625rem;
  --LF091: 5.6875rem;
  --LF092: 5.75rem;
  --LF093: 5.8125rem;
  --LF094: 5.875rem;
  --LF095: 5.9375rem;
  --LF096: 6rem;
  --LF097: 6.0625rem;
  --LF098: 6.125rem;
  --LF099: 6.1875rem;
  --LF100: 6.25rem;

  --LFcol01: #018BD8;

  --LFwrapper : 1286px;
  --LFcontainer: calc(calc(100vw - var(--LFwrapper)) / 2);
}

*,::after,::before {
  box-sizing:border-box;
}
*::-moz-selection {
  background: var(--LFcol01);
  color: #fff;
}
*::selection {
  background: var(--LFcol01);
  color: #fff;
}

html {
  font-size: 16px;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
        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: #eee;
clip: auto !important;
-webkit-clip-path: none;
        clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}




/* --- STRUCTURE --- */
.wrapper {
  width: 100%;
  max-width: var(--LFwrapper);
  margin: 0 auto;
}
.wrapper-fluid {

}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  flex: 0 0 auto;
}




/* --- TYPO --- */
.reenie {
  font-family: "Reenie Beanie", cursive;
  font-style: normal;
  font-optical-sizing: auto;
}
.albertsans {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.monschone {
  font-family: "Monschone", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}

.t-center {
  text-align: center;
}




/* --- GENERAL --- */
body {
  margin: 0;
  background-color: #F9F4EE;
  font-family: "Albert Sans", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Monschone", sans-serif;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
h1 {
  font-size: var(--LF042);
}
h2 {
  font-size: var(--LF074);
}
h3 {
  font-size: var(--LF020);
}

a {
  color: #000;
}
a:hover {
  
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

ul {
  margin-top: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: 0 none;
}

body div .btn,
.wp-element-button {
  position: relative;
  display: inline-block;
  padding: var(--LF010);
  background-color: #000 !important;
  font-family: "Monschone", sans-serif;
  font-size: var(--LF012);
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: var(--LF003);
  transition: all 0.2s;
}
.btn:hover,
.wp-element-button:hover {
  opacity: 0.8;
}


.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form .col-tot {
  width: 100%;
  margin-top: var(--LF010);
}
.wpcf7-form .col {
  width: 48%;
  margin-top: var(--LF010);
}
.wpcf7-form label {
  display: block;
  margin-bottom: var(--LF005);
  font-size: var(--LF010);
  color: #8E8E8E;
  text-transform: uppercase;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  display: flex;
  width: 100%;
  height: var(--LF045);
  padding: var(--LF010) var(--LF015);
  align-items: center;
  gap: var(--LF010);
  align-self: stretch;
  border-radius: var(--LF004);
  border: var(--LF001) solid #D6D6D6;
  background: #FFF;
}

.wpcf7-form .rgpd {
  margin-top: var(--LF020);
}
.wpcf7-form .rgpd label {
  font-size: var(--LF016);
  font-weight: 400;
  color: #000;
  text-transform: none;
}
.wpcf7-form .rgpd label small {
  display: block;
  margin-top: var(--LF010);
}
.wpcf7-form .rgpd .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .rgpd input[type=checkbox]{
  display: none;
}
.wpcf7-form .rgpd input[type=checkbox] + span {
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.wpcf7-form .rgpd input[type=checkbox] + span:before {
  background: #fff;
  border: var(--LF001) solid #D6D6D6;
  border-radius: var(--LF005);
  margin-top: -0.1875rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: var(--LF018);
  height: var(--LF018);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wpcf7-form .rgpd input[type=checkbox]:checked + span:before {
  border-color: #000;
  background: #000 url(../img/check.png) no-repeat center center;
}

.wpcf7-submit {
  width: 100%;
  margin-top: var(--LF010);
}

.wpcf7-spinner {
  display: block;
  margin: auto;
  margin-top: var(--LF005);
}

.wpcf7-not-valid-tip {
  margin-top: var(--LF005);
  font-size: var(--LF010);
}

.narrow {
  max-width: 39.375rem;
  margin: auto;
}




/* --- LP --- */
#bloc1 {
  overflow: hidden;
  position: relative;
  height: 100dvh;
  min-height: 57rem;
  align-items: center;
}
#bloc1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#bloc1 .video-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

#bloc1 .inner {
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.bloc1-left {
  width: 62.98%;
  flex-direction: column;
  justify-content: space-between;
}
.bloc1-left-logo svg {
  fill: #fff;
}
.bloc1-left-texte {
  font-size: var(--LF024);
  font-weight: 300;
  color: #fff;
}
.bloc1-left-texte h1 {
  font-size: var(--LF074);
  color: #fff;
}

.bloc1-right {
  position: relative;
  width: 30.01%;
  padding: var(--LF045) var(--LF050) var(--LF016);
  background: rgba(255, 255, 255, 0.80);
}

.bloc1-right-bon {
  position: absolute;
  bottom: 85%;
  right: 80%;
  width: 14.0625rem;
  transform: rotate(-10deg);
  font-size: var(--LF032);
  color: #FFFF2A;
  text-align: center;
}
.bloc1-right-bon svg {
  transform: rotate(10deg);
}
.bloc1-right-bon img {
  display: block;
  margin: auto;
  transform: rotate(10deg);
}

.bloc1-right > svg {
  width: var(--LF054);
  height: auto;
  display: block;
  margin: auto;
  fill: #000;
}
.bloc1-right h2 {
  margin-top: var(--LF011);
  font-size: var(--LF024);
  text-align: center;
}
.bloc1-right #wpcf7-f141-o1 {
  margin-top: var(--LF013);
}
.bloc1-right-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#bloc2 {
  position: relative;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  background-color: #F9F4EE;
  font-size: var(--LF015);
  line-height: 1.6;
}

#bloc2 .inner {
  position: relative;
  justify-content: space-between;
}

.bloc2-left {
  width: 42.37%;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.bloc2-right {
  position: relative;
  width: 30.01%;
  padding: var(--LF045) var(--LF050) var(--LF016);
  background: rgba(255, 255, 255);
}
.bloc2-right-photo {
  position: absolute;
  top: var(--LF064);
  right: 99%;
  width: 14rem;
  font-size: var(--LF018);
}
.bloc2-right-photo img {
  display: block;
  width: 8.125rem;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: var(--LF040);
}
.bloc2-right-photo svg {
  position: absolute;
  bottom: 30%;
  left: 10%;
}
.bloc2-right > svg {
  width: var(--LF054);
  height: auto;
  display: block;
  margin: auto;
  fill: #000;
}
.bloc2-right h2 {
  margin-top: var(--LF011);
  font-size: var(--LF024);
  text-align: center;
}
.bloc2-right #wpcf7-f141-o1 {
  margin-top: var(--LF013);
}

.bloc2-tot {
  width: 100%;
  margin-top: 10rem;
  text-align: center;
}

#bloc3 {
  font-size: var(--LF015);
  line-height: 1.6;
}
#bloc3 h2 {
  margin-bottom: var(--LF100);
}
#bloc3 > svg {
  width: 100%;
  height: auto;
  fill: #000;
}
#dotLottie-canvas {
  width: 46.875rem;
  height: 46.875rem;
}

#bloc4 .inner {
  justify-content: center;
  gap: var(--LF050);
}
#bloc4 .inner h2 {
  width: 100%;
}
.bloc4-left {
  width: 25%;
  padding-top: var(--LF100);
  justify-content: flex-end;
}
.bloc4-left-legend {
  margin-left: auto;
  margin-right: 0;
  font-size: var(--LF026);
}
.bloc4-center {
  width: 31.88%;
}
.bloc4-center video {
  width: 100%;
}
.bloc4-right {
  width: 25%;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--LF040);
  font-size: var(--LF013);
  line-height: 1.7;
}
.bloc4-right h4 {
  font-family: "Albert Sans";
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
}
.bloc4-cta {
  width: 18.75rem;
  margin-top: var(--LF030);
}
.bloc4-cta a {
  width: 100%;
}

#bloc5 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
.bloc5-reassurances {
  margin-top: var(--LF040);
  justify-content: center;
  gap: 7.6525rem;
}
.bloc5-reassurance {
  width: 23.32%;
}
.reassurance-picto {
  width: 100%;
  height: var(--LF062);
  align-items: center;
  justify-content: center;
}
.reassurance-titre {
  margin-top: var(--LF030);
  font-size: var(--LF023);
}
.reassurance-texte {
  margin-top: var(--LF018);
  font-size: var(--LF015);
}
.bloc5-photo {
  justify-content: center;
  gap: var(--LF060);
  margin-top: var(--LF076);
}
.bloc5-photo-left {
  width: 24.1%;
}
.bloc5-photo-center {
  width: 24.1%;
}
.bloc5-photo-right {
  width: 24.1%;
  align-items: flex-end;
  padding-bottom: var(--LF100);
}
.bloc5-photo-right-legende p:nth-child(2) {
  font-size: var(--LF026);
}
.bloc5-photo-right-legende p:nth-child(3) {
  font-size: var(--LF018);
}

.bloc5-texte {
  margin-top: var(--LF100);
  font-size: var(--LF015);
  line-height: 1.6;
}

#bloc6 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-color: #000;
  color: #fff;
}
#bloc6 h2 {
  color: #fff;
}
#bloc6-etapes {
  overflow: hidden;
  margin-top: var(--LF033);
  flex-wrap: nowrap;
  gap: var(--LF069);
}
.bloc6-etape {
  position: relative;
  width: calc(33.33333% - var(--LF046));
  padding-top: var(--LF094);
  text-align: center;
  transition: all 0.2s;
}
.etape-picto {
  position: absolute;
}
.etape-picto svg {
  width: 100%;
}
.bloc6-etape:nth-child(1) .etape-picto {
  top: var(--LF065);
  left: 50%;
  transform: translateX(-56%);
  width: 8.875rem;
  height: var(--LF084);
}
.bloc6-etape:nth-child(2) .etape-picto {
  top: 14%;
  left: 50%;
  transform: translateX(-47%);
  width: 10.875rem;
  height: 6.9375rem;
}
.bloc6-etape:nth-child(3) .etape-picto {
  top: 14%;
  left: 50%;
  transform: translateX(-50%); 
  width: 10.875rem;
  height: 6.9375rem;
}
.bloc6-etape:nth-child(4) .etape-picto {
  top: 25%;
  left: 50%;
  transform: translateX(-50%); 
  width: 10.875rem;
  height: 6.9375rem;
}
.bloc6-etape:nth-child(5) .etape-picto {
  top: 19%;
  left: 50%;
  transform: translateX(-57%); 
  width: 10.875rem;
  height: 6.9375rem;
}
.bloc6-etape:nth-child(6) .etape-picto {
  top: 10%;
  left: 50%;
  transform: translateX(-50%); 
  width: 10.875rem;
  height: 6.9375rem;
}
.etape-nb {
  font-size: var(--LF074);
}
.etape-titre {
  margin-bottom: var(--LF018);
  color: #fff;
}
.etape-texte {
  font-size: var(--LF015);
  line-height: 1.6;
}

#bloc6-etapes-ctrls {
  align-items: center;
  justify-content: space-between;
  margin-top: 7.875rem;
}
.bloc6-etapes-ctrl-bullets {
  align-items: center;
  gap: var(--LF020);
}
.ctrl-bullet {
  width: var(--LF004);
  height: var(--LF004);
  border-radius: var(--LF010);
  background-color: #fff;
  transition: all 0.2s;
}
.ctrl-bullet.active {
  width: var(--LF010);
  height: var(--LF010);
}
.bloc6-etapes-ctrl {
  transition: all 0.2s;
  background-color: transparent !important;
}
.bloc6-etapes-ctrl:hover {
  opacity: 0.5;
}

#bloc7 {
  position: relative;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  background-color: #F9F4EE;
  font-size: var(--LF015);
  line-height: 1.6;
}
#bloc7 .inner {
  position: relative;
}
.bloc7-texte {
  margin-bottom: var(--LF040);
}

#bloc8 {
  overflow: hidden;
}
.bloc8-bandeau {
  position: relative;
  align-items: center;
  justify-content: center;
}
.bloc8-bandeau-image {
  width: calc(50% - var(--LF030));
}
.bloc8-bandeau-texte {
  width: calc(50% - var(--LF030));
  font-size: var(--LF023);
}
.bloc8-bandeau-texte div {
  font-size: 9.375rem;
}
.bloc8-bandeau:nth-child(1) .bloc8-bandeau-image {
  text-align: right;
}
.bloc8-bandeau:nth-child(2) {
  margin-top: 8.125rem;
}

.bloc8-bandeau:nth-child(3) {
  align-items: flex-start;
  gap: 0;
  margin-top: 9.375rem;
}
.bloc8-bandeau:nth-child(3) .bloc8-bandeau-image {
  width: 57.54%;
}
.bloc8-bandeau:nth-child(3) .bloc8-bandeau-texte {
  width: 42.46%;
  padding-top: 6.75rem;
}

.bloc8-bandeau:nth-child(4) {
  margin-top: 8rem;
  padding-bottom: 9.375rem;
}
.bloc8-bandeau-imgabs {
  position: absolute;
}
.imgabs-1 {
  top: -14.3125rem;
  left: 100%;
}
.imgabs-2 {
  top: 0;
  right: 100%;
}
.imgabs-3 {
  bottom: 0;
  left: calc(100% - 17.6875rem);
}

#bloc9 {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
  background-color: #0B2622;
  color: #FFFF2A;
}
#bloc9 .inner {
  position: relative;
}
.bloc9-left {
  position: relative;
  width: 59.87%;
}
.bloc9-surtitre {
  font-size: var(--LF017);
  letter-spacing: var(--LF007);
  text-transform: uppercase;
}
#bloc9 h2 {
  margin-top: var(--LF020);
  font-size: var(--LF060);
  color: #FFFF2A;
}
.bloc9-texte {
  width: 67%;
  margin-top: var(--LF050);
  font-size: var(--LF015);
  line-height: 1.6;
}

.bloc9-right-bg {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 48.83%;
  aspect-ratio: 1;
  transform: translateY(-50%);
}
.bloc9-right-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.bloc9-right-bon {
  position: absolute;
  top: -8.5rem;
  right: 35%;
  width: 14.0625rem;
  transform: rotate(-10deg);
  font-size: var(--LF032);
  color: #FFFF2A;
  text-align: center;
}
.bloc9-right-bon svg {
  transform: rotate(10deg);
}
.bloc9-right-bon img {
  display: block;
  margin: auto;
  transform: rotate(10deg);
}

#bloc10 {
  margin-top: 7.375rem;
  margin-bottom: 8rem;
}
#bloc10 .inner {
  align-items: center;
  justify-content: space-between;
}
.bloc10-left {
  width: 16.8%;
}
.bloc10-left-photo {
  position: relative;
  font-size: var(--LF018);
}
.bloc10-left-photo img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: var(--LF040);
  width: 8.125rem;
}
.bloc10-left-photo svg {
  position: absolute;
  bottom: 30%;
  left: 10%;
}
.bloc10-center {
  width: 48.98%;
}
.bloc10-center > svg {
  display: block;
  width: var(--LF054);
  height: auto;
  margin: auto;
  fill: #000;
}
.bloc10-center h2 {
  margin-top: var(--LF011);
  margin-bottom: var(--LF040);
  font-size: var(--LF024);
}
.bloc10-right {
  width: 16.8%;
  font-size: var(--LF026);
}

#pieddepage {
  position: relative;
  padding-top: var(--LF085);
  padding-bottom: var(--LF069);
}
#pieddepage:before {
  content: '';
  position: absolute;
  top: 0;
  left: 7%;
  width: 86%;
  height: var(--LF001);
  background-color: #000;
}
#pieddepage .inner {
  justify-content: space-between;
  font-size: var(--LF013);
  line-height: 1.7;
}
#pieddepage .inner h4 {
  font-family: "Albert Sans";
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
}
.pieddepage-logo {
  width: 100%;
  margin-bottom: var(--LF096);
}
.pieddepage-logo svg {
  width: var(--LF072);
  fill: #000;
}
.pieddepage-texte {
  width: 22.47%;
  font-size: var(--LF015);
}
.pieddepage-contact {
  width: 13.21%;
}
.pieddepage-horaires {
  width: 10.10%;
}
.pieddepage-liens {
  width: 13.21%;
  font-weight: 700;
}
.pieddepage-liens ul {
  padding-inline-start: 0;
  list-style: none;
}
.pieddepage-liens ul a {
  text-decoration: none;
}
.pieddepage-reseaux {
  gap: var(--LF014);
}
.pieddepage-reseaux h4 {
  padding-right: var(--LF031);
}
.pieddepage-reseaux a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--LF036);
  height: var(--LF036);
  margin-top: -0.4375rem;
  background-color: #000;
  transition: all 0.2s;
}
.pieddepage-reseaux a:hover {
  opacity: 0.8;
}
.pieddepage-copyright {
  width: 100%;
  margin-top: var(--LF059);
  text-align: center;
}