@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Fichier Font */
@font-face {
  font-family: "Altivo";
  src: url("../fonts/Altivo-Regular.eot");
  src: url("../fonts/Altivo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Altivo-Regular.woff2") format("woff2"), url("../fonts/Altivo-Regular.woff") format("woff"), url("../fonts/Altivo-Regular.ttf") format("truetype"), url("../fonts/Altivo-Regular.svg#Altivo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altivo";
  src: url("../fonts/Altivo-Light.eot");
  src: url("../fonts/Altivo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Altivo-Light.woff2") format("woff2"), url("../fonts/Altivo-Light.woff") format("woff"), url("../fonts/Altivo-Light.ttf") format("truetype"), url("../fonts/Altivo-Light.svg#Altivo-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altivo";
  src: url("../fonts/Altivo-Black.eot");
  src: url("../fonts/Altivo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Altivo-Black.woff2") format("woff2"), url("../fonts/Altivo-Black.woff") format("woff"), url("../fonts/Altivo-Black.ttf") format("truetype"), url("../fonts/Altivo-Black.svg#Altivo-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altivo";
  src: url("../fonts/Altivo-Bold.eot");
  src: url("../fonts/Altivo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Altivo-Bold.woff2") format("woff2"), url("../fonts/Altivo-Bold.woff") format("woff"), url("../fonts/Altivo-Bold.ttf") format("truetype"), url("../fonts/Altivo-Bold.svg#Altivo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altivo";
  src: url("../fonts/Altivo-Medium.eot");
  src: url("../fonts/Altivo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Altivo-Medium.woff2") format("woff2"), url("../fonts/Altivo-Medium.woff") format("woff"), url("../fonts/Altivo-Medium.ttf") format("truetype"), url("../fonts/Altivo-Medium.svg#Altivo-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altivo";
  src: url("../fonts/Altivo-Thin.eot");
  src: url("../fonts/Altivo-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Altivo-Thin.woff2") format("woff2"), url("../fonts/Altivo-Thin.woff") format("woff"), url("../fonts/Altivo-Thin.ttf") format("truetype"), url("../fonts/Altivo-Thin.svg#Altivo-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Extended";
  src: url("../fonts/AreaExtended-Black.eot");
  src: url("../fonts/AreaExtended-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaExtended-Black.woff2") format("woff2"), url("../fonts/AreaExtended-Black.woff") format("woff"), url("../fonts/AreaExtended-Black.ttf") format("truetype"), url("../fonts/AreaExtended-Black.svg#AreaExtended-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Extended";
  src: url("../fonts/AreaExtended-Regular.eot");
  src: url("../fonts/AreaExtended-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaExtended-Regular.woff2") format("woff2"), url("../fonts/AreaExtended-Regular.woff") format("woff"), url("../fonts/AreaExtended-Regular.ttf") format("truetype"), url("../fonts/AreaExtended-Regular.svg#AreaExtended-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Extended";
  src: url("../fonts/AreaExtended-Bold.eot");
  src: url("../fonts/AreaExtended-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaExtended-Bold.woff2") format("woff2"), url("../fonts/AreaExtended-Bold.woff") format("woff"), url("../fonts/AreaExtended-Bold.ttf") format("truetype"), url("../fonts/AreaExtended-Bold.svg#AreaExtended-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Area Extended";
  src: url("../fonts/AreaExtended-SemiBold.eot");
  src: url("../fonts/AreaExtended-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AreaExtended-SemiBold.woff2") format("woff2"), url("../fonts/AreaExtended-SemiBold.woff") format("woff"), url("../fonts/AreaExtended-SemiBold.ttf") format("truetype"), url("../fonts/AreaExtended-SemiBold.svg#AreaExtended-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Set core body defaults */
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body .elementor-location-footer {
  bottom: 0;
}
.site_container {
  max-width: 1200px;
  margin: auto;
}
.entry-content {
  margin: 0rem !important;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/*
@use "sass:math";
*/
/**
*
* Espacement
*
****************/
/**
    *
    * Padding
    *
    ****************/
.px_1 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .px_1 {
    padding-left: calc($spacer, 2) * 1;
    padding-right: calc($spacer, 2) * 1;
  }
}
.pl_1 {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pl_1 {
    padding-left: calc($spacer, 2) * 1;
  }
}
.pr_1 {
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pr_1 {
    padding-right: calc($spacer, 2) * 1;
  }
}
.py_1 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .py_1 {
    padding-top: calc($spacer, 2) * 1;
    padding-bottom: calc($spacer, 2) * 1;
  }
}
.pt_1 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pt_1 {
    padding-top: calc($spacer, 2) * 1;
  }
}
.pb_1 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .pb_1 {
    padding-bottom: calc($spacer, 2) * 1;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_1 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mx_1 {
    margin-left: calc($spacer, 2) * 1;
    margin-right: calc($spacer, 2) * 1;
  }
}
.ml_1 {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ml_1 {
    margin-left: calc($spacer, 2) * 1;
  }
}
.mr_1 {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mr_1 {
    margin-right: calc($spacer, 2) * 1;
  }
}
.my_1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .my_1 {
    margin-top: calc($spacer, 2) * 1;
    margin-bottom: calc($spacer, 2) * 1;
  }
}
.mt_1 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mt_1 {
    margin-top: calc($spacer, 2) * 1;
  }
}
.mb_1 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mb_1 {
    margin-bottom: calc($spacer, 2) * 1;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_2 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .px_2 {
    padding-left: calc($spacer, 2) * 2;
    padding-right: calc($spacer, 2) * 2;
  }
}
.pl_2 {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .pl_2 {
    padding-left: calc($spacer, 2) * 2;
  }
}
.pr_2 {
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .pr_2 {
    padding-right: calc($spacer, 2) * 2;
  }
}
.py_2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .py_2 {
    padding-top: calc($spacer, 2) * 2;
    padding-bottom: calc($spacer, 2) * 2;
  }
}
.pt_2 {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .pt_2 {
    padding-top: calc($spacer, 2) * 2;
  }
}
.pb_2 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .pb_2 {
    padding-bottom: calc($spacer, 2) * 2;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_2 {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .mx_2 {
    margin-left: calc($spacer, 2) * 2;
    margin-right: calc($spacer, 2) * 2;
  }
}
.ml_2 {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .ml_2 {
    margin-left: calc($spacer, 2) * 2;
  }
}
.mr_2 {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .mr_2 {
    margin-right: calc($spacer, 2) * 2;
  }
}
.my_2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .my_2 {
    margin-top: calc($spacer, 2) * 2;
    margin-bottom: calc($spacer, 2) * 2;
  }
}
.mt_2 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .mt_2 {
    margin-top: calc($spacer, 2) * 2;
  }
}
.mb_2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mb_2 {
    margin-bottom: calc($spacer, 2) * 2;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_3 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .px_3 {
    padding-left: calc($spacer, 2) * 3;
    padding-right: calc($spacer, 2) * 3;
  }
}
.pl_3 {
  padding-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .pl_3 {
    padding-left: calc($spacer, 2) * 3;
  }
}
.pr_3 {
  padding-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .pr_3 {
    padding-right: calc($spacer, 2) * 3;
  }
}
.py_3 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .py_3 {
    padding-top: calc($spacer, 2) * 3;
    padding-bottom: calc($spacer, 2) * 3;
  }
}
.pt_3 {
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .pt_3 {
    padding-top: calc($spacer, 2) * 3;
  }
}
.pb_3 {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .pb_3 {
    padding-bottom: calc($spacer, 2) * 3;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_3 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mx_3 {
    margin-left: calc($spacer, 2) * 3;
    margin-right: calc($spacer, 2) * 3;
  }
}
.ml_3 {
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .ml_3 {
    margin-left: calc($spacer, 2) * 3;
  }
}
.mr_3 {
  margin-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mr_3 {
    margin-right: calc($spacer, 2) * 3;
  }
}
.my_3 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .my_3 {
    margin-top: calc($spacer, 2) * 3;
    margin-bottom: calc($spacer, 2) * 3;
  }
}
.mt_3 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mt_3 {
    margin-top: calc($spacer, 2) * 3;
  }
}
.mb_3 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mb_3 {
    margin-bottom: calc($spacer, 2) * 3;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_4 {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .px_4 {
    padding-left: calc($spacer, 2) * 4;
    padding-right: calc($spacer, 2) * 4;
  }
}
.pl_4 {
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .pl_4 {
    padding-left: calc($spacer, 2) * 4;
  }
}
.pr_4 {
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .pr_4 {
    padding-right: calc($spacer, 2) * 4;
  }
}
.py_4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .py_4 {
    padding-top: calc($spacer, 2) * 4;
    padding-bottom: calc($spacer, 2) * 4;
  }
}
.pt_4 {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .pt_4 {
    padding-top: calc($spacer, 2) * 4;
  }
}
.pb_4 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .pb_4 {
    padding-bottom: calc($spacer, 2) * 4;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_4 {
  margin-left: 6rem;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .mx_4 {
    margin-left: calc($spacer, 2) * 4;
    margin-right: calc($spacer, 2) * 4;
  }
}
.ml_4 {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .ml_4 {
    margin-left: calc($spacer, 2) * 4;
  }
}
.mr_4 {
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .mr_4 {
    margin-right: calc($spacer, 2) * 4;
  }
}
.my_4 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .my_4 {
    margin-top: calc($spacer, 2) * 4;
    margin-bottom: calc($spacer, 2) * 4;
  }
}
.mt_4 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mt_4 {
    margin-top: calc($spacer, 2) * 4;
  }
}
.mb_4 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .mb_4 {
    margin-bottom: calc($spacer, 2) * 4;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_5 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .px_5 {
    padding-left: calc($spacer, 2) * 5;
    padding-right: calc($spacer, 2) * 5;
  }
}
.pl_5 {
  padding-left: 7.5rem;
}
@media screen and (max-width: 768px) {
  .pl_5 {
    padding-left: calc($spacer, 2) * 5;
  }
}
.pr_5 {
  padding-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .pr_5 {
    padding-right: calc($spacer, 2) * 5;
  }
}
.py_5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .py_5 {
    padding-top: calc($spacer, 2) * 5;
    padding-bottom: calc($spacer, 2) * 5;
  }
}
.pt_5 {
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .pt_5 {
    padding-top: calc($spacer, 2) * 5;
  }
}
.pb_5 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .pb_5 {
    padding-bottom: calc($spacer, 2) * 5;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_5 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .mx_5 {
    margin-left: calc($spacer, 2) * 5;
    margin-right: calc($spacer, 2) * 5;
  }
}
.ml_5 {
  margin-left: 7.5rem;
}
@media screen and (max-width: 768px) {
  .ml_5 {
    margin-left: calc($spacer, 2) * 5;
  }
}
.mr_5 {
  margin-right: 7.5rem;
}
@media screen and (max-width: 768px) {
  .mr_5 {
    margin-right: calc($spacer, 2) * 5;
  }
}
.my_5 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .my_5 {
    margin-top: calc($spacer, 2) * 5;
    margin-bottom: calc($spacer, 2) * 5;
  }
}
.mt_5 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .mt_5 {
    margin-top: calc($spacer, 2) * 5;
  }
}
.mb_5 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .mb_5 {
    margin-bottom: calc($spacer, 2) * 5;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_6 {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 768px) {
  .px_6 {
    padding-left: calc($spacer, 2) * 6;
    padding-right: calc($spacer, 2) * 6;
  }
}
.pl_6 {
  padding-left: 9rem;
}
@media screen and (max-width: 768px) {
  .pl_6 {
    padding-left: calc($spacer, 2) * 6;
  }
}
.pr_6 {
  padding-right: 9rem;
}
@media screen and (max-width: 768px) {
  .pr_6 {
    padding-right: calc($spacer, 2) * 6;
  }
}
.py_6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .py_6 {
    padding-top: calc($spacer, 2) * 6;
    padding-bottom: calc($spacer, 2) * 6;
  }
}
.pt_6 {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  .pt_6 {
    padding-top: calc($spacer, 2) * 6;
  }
}
.pb_6 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .pb_6 {
    padding-bottom: calc($spacer, 2) * 6;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_6 {
  margin-left: 9rem;
  margin-right: 9rem;
}
@media screen and (max-width: 768px) {
  .mx_6 {
    margin-left: calc($spacer, 2) * 6;
    margin-right: calc($spacer, 2) * 6;
  }
}
.ml_6 {
  margin-left: 9rem;
}
@media screen and (max-width: 768px) {
  .ml_6 {
    margin-left: calc($spacer, 2) * 6;
  }
}
.mr_6 {
  margin-right: 9rem;
}
@media screen and (max-width: 768px) {
  .mr_6 {
    margin-right: calc($spacer, 2) * 6;
  }
}
.my_6 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .my_6 {
    margin-top: calc($spacer, 2) * 6;
    margin-bottom: calc($spacer, 2) * 6;
  }
}
.mt_6 {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .mt_6 {
    margin-top: calc($spacer, 2) * 6;
  }
}
.mb_6 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .mb_6 {
    margin-bottom: calc($spacer, 2) * 6;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_7 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}
@media screen and (max-width: 768px) {
  .px_7 {
    padding-left: calc($spacer, 2) * 7;
    padding-right: calc($spacer, 2) * 7;
  }
}
.pl_7 {
  padding-left: 10.5rem;
}
@media screen and (max-width: 768px) {
  .pl_7 {
    padding-left: calc($spacer, 2) * 7;
  }
}
.pr_7 {
  padding-right: 10.5rem;
}
@media screen and (max-width: 768px) {
  .pr_7 {
    padding-right: calc($spacer, 2) * 7;
  }
}
.py_7 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  .py_7 {
    padding-top: calc($spacer, 2) * 7;
    padding-bottom: calc($spacer, 2) * 7;
  }
}
.pt_7 {
  padding-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  .pt_7 {
    padding-top: calc($spacer, 2) * 7;
  }
}
.pb_7 {
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  .pb_7 {
    padding-bottom: calc($spacer, 2) * 7;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_7 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}
@media screen and (max-width: 768px) {
  .mx_7 {
    margin-left: calc($spacer, 2) * 7;
    margin-right: calc($spacer, 2) * 7;
  }
}
.ml_7 {
  margin-left: 10.5rem;
}
@media screen and (max-width: 768px) {
  .ml_7 {
    margin-left: calc($spacer, 2) * 7;
  }
}
.mr_7 {
  margin-right: 10.5rem;
}
@media screen and (max-width: 768px) {
  .mr_7 {
    margin-right: calc($spacer, 2) * 7;
  }
}
.my_7 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  .my_7 {
    margin-top: calc($spacer, 2) * 7;
    margin-bottom: calc($spacer, 2) * 7;
  }
}
.mt_7 {
  margin-top: 10.5rem;
}
@media screen and (max-width: 768px) {
  .mt_7 {
    margin-top: calc($spacer, 2) * 7;
  }
}
.mb_7 {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  .mb_7 {
    margin-bottom: calc($spacer, 2) * 7;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_8 {
  padding-left: 12rem;
  padding-right: 12rem;
}
@media screen and (max-width: 768px) {
  .px_8 {
    padding-left: calc($spacer, 2) * 8;
    padding-right: calc($spacer, 2) * 8;
  }
}
.pl_8 {
  padding-left: 12rem;
}
@media screen and (max-width: 768px) {
  .pl_8 {
    padding-left: calc($spacer, 2) * 8;
  }
}
.pr_8 {
  padding-right: 12rem;
}
@media screen and (max-width: 768px) {
  .pr_8 {
    padding-right: calc($spacer, 2) * 8;
  }
}
.py_8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .py_8 {
    padding-top: calc($spacer, 2) * 8;
    padding-bottom: calc($spacer, 2) * 8;
  }
}
.pt_8 {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .pt_8 {
    padding-top: calc($spacer, 2) * 8;
  }
}
.pb_8 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .pb_8 {
    padding-bottom: calc($spacer, 2) * 8;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_8 {
  margin-left: 12rem;
  margin-right: 12rem;
}
@media screen and (max-width: 768px) {
  .mx_8 {
    margin-left: calc($spacer, 2) * 8;
    margin-right: calc($spacer, 2) * 8;
  }
}
.ml_8 {
  margin-left: 12rem;
}
@media screen and (max-width: 768px) {
  .ml_8 {
    margin-left: calc($spacer, 2) * 8;
  }
}
.mr_8 {
  margin-right: 12rem;
}
@media screen and (max-width: 768px) {
  .mr_8 {
    margin-right: calc($spacer, 2) * 8;
  }
}
.my_8 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .my_8 {
    margin-top: calc($spacer, 2) * 8;
    margin-bottom: calc($spacer, 2) * 8;
  }
}
.mt_8 {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .mt_8 {
    margin-top: calc($spacer, 2) * 8;
  }
}
.mb_8 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .mb_8 {
    margin-bottom: calc($spacer, 2) * 8;
  }
}
/**
 *
 * CLASS POUR MODIFIER LA TAILLE
 *
****************/
.width_40 {
  width: 40% !important;
}
@media screen and (max-width: 960px) {
  .width_40 {
    width: 100% !important;
  }
}
.widthcenter_40 {
  width: 40%;
}
.width_50 {
  width: 50% !important;
}
@media screen and (max-width: 960px) {
  .width_50 {
    width: 100% !important;
  }
}
.widthcenter_50 {
  width: 50%;
}
.width_60 {
  width: 60% !important;
}
@media screen and (max-width: 960px) {
  .width_60 {
    width: 100% !important;
  }
}
.widthcenter_60 {
  width: 60%;
}
.width_70 {
  width: 70% !important;
}
@media screen and (max-width: 960px) {
  .width_70 {
    width: 100% !important;
  }
}
.widthcenter_70 {
  width: 70%;
}
.width_80 {
  width: 80% !important;
}
@media screen and (max-width: 960px) {
  .width_80 {
    width: 100% !important;
  }
}
.widthcenter_80 {
  width: 80%;
}
.width_90 {
  width: 90% !important;
}
@media screen and (max-width: 960px) {
  .width_90 {
    width: 100% !important;
  }
}
.widthcenter_90 {
  width: 90%;
}
[class*="widthcenter_"] {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 960px) {
  [class*="widthcenter_"] {
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  [class*="width_"] {
    width: 100% !important;
  }
}
/**
*
* Text alignement
*
****************/
.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}
.text-right {
  text-align: right;
}
.text-right img {
  margin-left: auto;
  margin-right: 0;
}
/**
*
* Align in row
*
****************/
.align-items-center > .m1_row {
  align-items: center;
}
/**
*
* Default blanc
*
****************/
.couleur_blanc {
  color: white;
}
/**
*
* background color
*
****************/
.bg_primary {
  background-color: #060423;
}
.bg_noir {
  background-color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.bg_gris2 {
  background-color: #EEEEEE;
}
.bg_gris3 {
  background-color: #cacaca;
}
.bg_gris4 {
  background-color: #dcdcdc;
}
.bg_color1 {
  background-color: #2639D8;
}
.bg_color2 {
  background-color: #F2F3FC;
}
.bg_color3 {
  background-color: #191B71;
}
.bg_color4 {
  background-color: #7AE7D4;
}
.bg_color5 {
  background-color: #5AEDDF;
}
.bg_color6 {
  background-color: #02415d;
}
.bg_color7 {
  background-color: #EB4B33;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/************************
* Header & fix header
*************************/
.gm-menu-btn.hamburger .hamburger-inner {
  width: 40px !important;
  height: 3px !important;
  background-color: #060423 !important;
}
.gm-menu-btn.hamburger .hamburger-inner:before, .gm-menu-btn.hamburger .hamburger-inner:after {
  width: 40px !important;
  height: 3px !important;
  background-color: #060423 !important;
}
.gm-menu-btn.hamburger .hamburger-inner:before {
  top: -12px !important;
}
.gm-menu-btn.hamburger .hamburger-inner:after {
  bottom: -12px !important;
}
.gm-menu-btn.hamburger:hover .hamburger-inner:before {
  top: -15px !important;
}
.gm-menu-btn.hamburger:hover .hamburger-inner:after {
  bottom: -15px !important;
}
.gm-menu-btn.hamburger.is-active .hamburger-inner:before {
  top: -12px !important;
}
.gm-menu-btn.hamburger.is-active .hamburger-inner:after {
  bottom: 0 !important;
}
.gm-menu-btn.hamburger.is-active:hover .hamburger-inner:before {
  top: -15px !important;
}
.gm-menu-btn.hamburger.is-active:hover .hamburger-inner:after {
  bottom: 0 !important;
}
.header_m1 .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: #F2F3FC !important;
}
.header_m1 .gm-inner .gm-container {
  background-color: #F2F3FC !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header_m1 .gm-inner .gm-container {
    height: 70px !important;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  height: 0px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .header_m1 .gm-inner .gm-container .gm-logo a {
    width: 100px;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a img {
  width: auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .header_m1 .gm-inner .gm-container .gm-logo a img {
    height: auto;
    max-width: 100%;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo a .gm-logo__img-mobile {
  display: none;
}
.header_m1 + .gm-main-menu-wrapper .gm-anchor .gm-menu-item__txt {
  position: relative;
  padding-bottom: 6px;
}
.header_m1 + .gm-main-menu-wrapper .gm-anchor .gm-menu-item__txt:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  left: -10%;
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper .gm-anchor .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 110%;
  bottom: 0;
  right: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper .gm-anchor:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper .gm-anchor:hover .gm-menu-item__txt:before {
  left: -20%;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper .gm-anchor:hover .gm-menu-item__txt:after {
  width: 120%;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu {
  max-width: 290px;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item {
  padding-left: 0;
  padding-right: 0;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open {
  background-color: #ffffff;
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #2639D8 !important;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 18px 5px;
  margin: 0;
  background-color: transparent;
  color: #2639D8 !important;
  font-family: "altivo", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  text-align: right;
  justify-content: flex-end;
  border: none;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:hover, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:active {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0#menu-item-1568 > a {
  padding: 24px 10px 10px 10px;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.sub_menu > a {
  font-size: 13px;
  padding: 5px 10px;
  text-align: right;
  font-weight: 700;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.sub_menu > a .gm-menu-item__txt:before {
  content: none;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.sub_menu > a .gm-menu-item__txt:after {
  width: 0;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.sub_menu > a:hover .gm-menu-item__txt:after {
  width: 100%;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0#menu-item-2824 {
  padding-bottom: 24px;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.account_menu * {
  stroke: #2639D8 !important;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #2639D8 !important;
  background-color: #ffffff;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: 16px;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open {
  background-color: #ffffff;
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open > .gm-anchor .gm-menu-item__txt-wrapper, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #2639D8 !important;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:hover, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:active, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:hover, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:active {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 .gm-dropdown-menu-wrapper .gm-dropdown-menu, .header_m1 + .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #2639D8 !important;
  background-color: #ffffff;
}
.header_m1 + .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.header_m1 + .gm-main-menu-wrapper:before {
  content: "" !important;
  position: absolute !important;
  height: 177px !important;
  width: 177px !important;
  top: 64% !important;
  left: 72% !important;
  border-radius: 50% !important;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header_m1 + .gm-main-menu-wrapper:before {
    height: 177px !important;
    width: 177px !important;
    bottom: 120% !important;
    top: 44% !important;
    left: 72% !important;
  }
}
.header_m1 + .gm-main-menu-wrapper:after {
  content: "" !important;
  position: absolute !important;
  height: 177px !important;
  width: 177px !important;
  top: 72% !important;
  left: 26% !important;
  border-radius: 50% !important;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header_m1 + .gm-main-menu-wrapper:after {
    height: 177px !important;
    width: 177px !important;
    top: 62% !important;
    left: 36% !important;
  }
}
.header_m1.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: slide-down 1s cubic-bezier(0, 0, 0.58, 1);
}
.header_m1.fixed-header .gm-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 18px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
  height: 80px !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-main-menu-wrapper {
  height: auto !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
    width: 100px;
  }
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
  width: auto;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
    height: auto;
    max-width: 100%;
  }
}
.header_m1 .gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
.header_m1 {
  height: 90px;
}
.header_m1 .gm-anchor {
  padding: 28px 10px;
  margin: 0;
  background-color: transparent;
  color: #2639D8 !important;
  font-family: "altivo", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 30px !important;
  justify-content: flex-end;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-anchor:hover, .header_m1 .gm-anchor:active {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-anchor .gm-menu-item__txt {
  position: relative;
  padding-bottom: 6px;
}
.header_m1 .gm-anchor .gm-menu-item__txt:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  left: -10%;
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-anchor .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 110%;
  bottom: 0;
  right: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-anchor:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-anchor:hover .gm-menu-item__txt:before {
  left: -20%;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-anchor:hover .gm-menu-item__txt:after {
  width: 120%;
  transition: all 0.3s ease-in-out;
}
.gm-navigation-drawer {
  overflow: hidden;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#header_menu .elementor-nav-menu .menu-item a {
  color: #ffffff;
  padding: 20px 20px;
}
/************************
* MEGA MENU desk
*************************/
.header_mega-noiise .gm-wrapper {
  position: relative;
}
.header_mega-noiise .gm-container {
  align-items: center;
}
.header_mega-noiise .gm-dropdown-menu-wrapper {
  background-color: transparent;
}
.header_mega-noiise .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  background-color: rgba(250, 250, 250, 0.6) !important;
}
.header_mega-noiise .gm-menu-item--lvl-0.gm-open {
  transition: all 0.3s ease-in-out;
}
.header_mega-noiise .gm-menu-item--lvl-0 > a {
  color: #060423;
  font-family: "altivo", sans-serif;
}
.header_mega-noiise .mega_menu-voiice .e-con-inner {
  background-color: #fafafa;
}
.header_mega-noiise .mega_menu-voiice-col1 {
  background-color: #7AE7D4;
}
.header_mega-noiise .mega_menu-voiice .col-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #060423;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #EB4B33;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item a {
  color: #060423;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon svg {
  fill: #EB4B33;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text:before {
  content: ">";
  position: relative;
  display: inline-block;
  color: #EB4B33;
  margin-right: 10px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item a:visited {
  color: #060423 !important;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item:hover, .header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item:focus {
  transition: all 0.3s ease-in-out;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item:hover a, .header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item:focus a {
  color: #EB4B33 !important;
}
.header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text:before, .header_mega-noiise .mega_menu-voiice .list_menu .elementor-icon-list-items .elementor-icon-list-item:focus .elementor-icon-list-text:before {
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title {
  border-bottom: 2px dotted !important;
  margin-bottom: 1rem;
}
.header_m1 .gm-mega-menu__item__title a {
  font-family: "altivo", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt-wrapper {
  display: inherit !important;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt {
  color: inherit !important;
  font-size: 30px !important;
  height: 22px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 23px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 21px;
  top: 0px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .gm-mega-menu__item__title a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a {
  font-size: 18px;
  font-family: "altivo", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 16px;
  width: 33px;
  border-radius: 15px;
  top: 0px;
  right: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 14px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a {
  color: #060423;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item:hover {
  padding: 5px 0px 5px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(null, 0.45);
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: "altivo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  line-height: 1;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper .elementor-image-box-img {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/************************
* MEGA MENU mobil
*************************/
.gm-mobile-menu-container .logo_panel_menu .elementor-icon {
  width: 100% !important;
}
.gm-mobile-menu-container .logo_panel_menu svg {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
}
.gm-mobile-menu-container .gm-menu-item__link {
  font-family: "altivo", sans-serif;
  font-weight: 600;
  border-bottom: 2px dotted !important;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}
.gm-mobile-menu-container .gm-menu-item__link:hover {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt {
  color: inherit !important;
  font-size: 22px !important;
  color: !important;
  height: 18px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 15px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 16px;
  top: 0px;
  right: 13px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 4px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm-ss-titre a {
  color: !important;
}
.gm-mobile-menu-container .hm-ss-titre a:hover {
  color: #ffffff !important;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .loop_realisations_menu {
  background-color: #ffffff;
  border-radius: 6px;
}
.gm-mobile-action-area-wrapper {
  width: 100%;
  display: block !important;
}
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 0px !important;
}
#footer_m1 {
  background-color: #2639D8;
  border: 0px;
  padding: 1rem 0rem;
}
#footer_m1 .footer_logo {
  height: 90px !important;
}
#footer_m1 .footer_logo svg {
  fill: #ffffff;
  height: 90px !important;
  width: 100% !important;
}
#footer_m1 .footer_logo:hover svg {
  fill: #ffffff;
}
#footer_m1 .footer_titre {
  color: #7AE7D4;
  text-transform: uppercase;
  font-weight: 900;
}
#footer_m1 p {
  color: #7AE7D4;
}
#footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer_m1 a:hover {
  color: #7AE7D4 !important;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .elementor-social-icon {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  margin: 2px;
}
@media screen and (max-width: 960px) {
  #footer_m1 .elementor-social-icon {
    font-size: 14px;
  }
}
#footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .elementor-social-icon:hover {
  transition: all 0.3s ease-in-out;
}
#footer_m1 .elementor-social-icon:hover svg {
  fill: #7AE7D4;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .footer_menu .elementor-nav-menu--dropdown {
  background-color: transparent !important;
}
#footer_m1 .footer_menu .elementor-nav-menu--dropdown a:hover {
  background-color: #ffffff;
}
#footer_m1 .liste_liens ul {
  list-style: none;
  padding-left: 0;
}
#footer_m1 .liste_liens ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
#copyright_m1 {
  background-color: #2639D8;
  text-align: center;
  color: #7AE7D4;
  font-size: 12px;
}
#copyright_m1 p {
  color: #ffffff;
  margin-bottom: 0 !important;
}
#copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#copyright_m1 a:hover {
  color: #7AE7D4;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "area-extended", sans-serif, sans-serif;
  font-size: 16px;
  color: #060423;
  line-height: 1.6;
}
body main {
  min-height: 69vh;
  overflow: hidden !important;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 0rem;
  }
}
body main a:focus, body main a:visited {
  color: #2639D8 !important;
}
#breadcrumbs a {
  color: #060423;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 800;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Animation
******************************/
@keyframes grow110 {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}
@keyframes move110 {
  0% {
    left: 0;
  }
  100% {
    left: 110%;
  }
}
@keyframes low110 {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveback110 {
  0% {
    left: 100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/******************************
* Titres
******************************/
.titre_1 {
  position: relative;
  font-size: 40px;
  color: #060423;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
}
.titre_1 span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_1 br {
    display: none;
  }
}
.titre_1 b, .titre_1 strong {
  font-weight: 800;
}
.titre_2 {
  position: relative;
  font-size: 40px;
  color: #060423;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
}
.titre_2 span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 b, .titre_2 strong {
  font-weight: 700;
}
.titre_3 {
  position: relative;
  font-size: 35px;
  color: #060423;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
}
.titre_3 span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3 b, .titre_3 strong {
  font-weight: 700;
}
.titre_4 {
  position: relative;
  font-size: 30px;
  color: "primary";
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
}
.titre_4 span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 b, .titre_4 strong {
  font-weight: 700;
}
.titre_4_line {
  position: relative;
  font-size: 30px;
  color: "primary";
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  width: fit-content;
}
.titre_4_line span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_4_line br {
    display: none;
  }
}
.titre_4_line b, .titre_4_line strong {
  font-weight: 700;
}
.titre_4_line:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  bottom: -13px;
  right: calc(0% - 10px);
  border-radius: 50%;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.titre_4_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 10px);
  bottom: -10px;
  left: 0;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.titre_5 {
  position: relative;
  font-size: 20px;
  color: "primary";
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
}
.titre_5 span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_5 br {
    display: none;
  }
}
.titre_5 b, .titre_5 strong {
  font-weight: 700;
}
.titre_5_line {
  position: relative;
  font-size: 20px;
  color: "primary";
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  width: fit-content;
}
.titre_5_line span {
  color: #2639D8;
}
@media screen and (max-width: 1200px) {
  .titre_5_line br {
    display: none;
  }
}
.titre_5_line b, .titre_5_line strong {
  font-weight: 700;
}
.titre_5_line:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  bottom: -13px;
  right: -5%;
  border-radius: 50%;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.titre_5_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 105%;
  bottom: -10px;
  left: 0;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.sous_titre {
  font-size: 30px;
  color: "primary";
  font-family: "altivo", sans-serif;
  font-weight: 700;
}
.sous_titre_1 {
  font-size: 25px;
  font-family: "altivo", sans-serif;
  font-weight: 700;
}
.sous_titre_1 b, .sous_titre_1 strong {
  font-weight: 800;
}
.sous_titre_1 span {
  color: #2639D8;
}
.txt_accroche {
  font-size: 30px;
  color: "primary";
  font-family: "area-extended", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .txt_accroche {
    font-size: 24px;
  }
}
.txt_accroche_1 {
  font-size: 16px;
  color: "primary";
  font-family: "area-extended", sans-serif;
  font-weight: 600;
}
/******************************
* Padding / margin spe
******************************/
.py_aucun {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* images
******************************/
svg {
  min-height: 20px;
  min-width: 70%;
  max-width: 100%;
  max-height: 100%;
}
.img_radius {
  border-radius: 3rem 0px 3rem 0px;
  overflow: hidden;
}
.img_decal {
  position: relative;
  transform: scale(0.97);
}
.img_decal:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #2639D8;
  transform: translateX(4px) translateY(4px);
  z-index: 1;
}
.img_decal .elementor-widget-container {
  z-index: 2;
  position: relative;
  transform: translateX(-4px) translateY(-4px);
}
/******************************
* Liste
******************************/
.liste_puce_1 ul, .liste_puce_2 ul {
  list-style: none;
  padding-left: 65px;
}
.liste_puce_1 ul li, .liste_puce_2 ul li {
  position: relative;
  border-radius: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  padding: 6px 13px;
  background-color: #F2F3FC;
  font-weight: 400;
  width: fit-content;
}
.liste_puce_1 ul li:before, .liste_puce_2 ul li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 14px;
  left: -30px;
  border-radius: 50%;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.liste_puce_1 ul li:after, .liste_puce_2 ul li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 40px;
  top: 18px;
  left: -65px;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.liste_puce_2 ul li {
  background-color: transparent;
}
.liste_puce_2 ul li:before {
  background-color: #EB4B33;
}
.liste_puce_2 ul li:after {
  background-color: #EB4B33;
}
/******************************
* Design, Typo
******************************/
.bloc_switch {
  text-align: center;
}
.bloc_switch .switch {
  position: relative;
  display: inline-block;
}
.bloc_switch .switch input {
  position: absolute;
  display: none;
}
.bloc_switch .switch .switch_title {
  font-size: 30px;
  color: #D6D6D6;
  font-family: "altivo", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.bloc_switch .switch .switch_txt {
  font-size: 18px;
  font-family: "area-extended", sans-serif;
  color: #D6D6D6;
  min-height: 120px;
}
.slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  background-color: #D6D6D6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 94px;
  height: 41px;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 31px;
  width: 31px;
  left: 4px;
  bottom: 5px;
  background-color: #F2F3FC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #7AE7D4;
}
input:focus + .slider {
  box-shadow: 0 0 1px #7AE7D4;
}
input:checked + .slider:before {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}
input:checked ~ .switch_title, input:checked ~ .switch_txt {
  color: #060423 !important;
}
.ellipse_bef:before {
  content: "" !important;
  position: absolute !important;
  height: 377px !important;
  width: 377px !important;
  bottom: 120% !important;
  top: 84% !important;
  left: 72% !important;
  border-radius: 50% !important;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ellipse_bef:before {
    height: 177px !important;
    width: 177px !important;
    bottom: 120% !important;
    top: 84% !important;
    left: 72% !important;
  }
}
.ellipse_aft:after {
  content: "" !important;
  position: absolute !important;
  height: 377px !important;
  width: 377px !important;
  bottom: 120% !important;
  top: 62% !important;
  left: 96% !important;
  border-radius: 50% !important;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ellipse_aft:after {
    height: 177px !important;
    width: 177px !important;
    bottom: 120% !important;
    top: 62% !important;
    left: 96% !important;
  }
}
.txt_line {
  text-indent: 100px;
  font-family: "area-extended", sans-serif;
  font-size: 16px;
}
.txt_line:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  top: 10px;
  left: 70px;
  border-radius: 50%;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.txt_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70px;
  top: 14px;
  left: 0;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.txt_line_blanc {
  text-indent: 100px;
  font-family: "area-extended", sans-serif;
  font-size: 16px;
}
.txt_line_blanc:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  top: 10px;
  left: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.txt_line_blanc:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70px;
  top: 14px;
  left: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.two_points_line {
  border-left: 1px solid #2639D8;
  padding: 1rem 0 1rem 1.5rem !important;
}
.two_points_line:before {
  content: "" !important;
  position: absolute !important;
  height: 9px !important;
  width: 9px !important;
  top: 0 !important;
  left: -5px !important;
  border-radius: 50% !important;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.two_points_line:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  bottom: 0;
  left: -5px;
  border-radius: 50%;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.vague_top_1, .vague_top_2 {
  position: relative;
}
.vague_top_1:after, .vague_top_2:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.1%;
  left: 0%;
  height: 100%;
  width: 100.1%;
  background-color: #2639D8;
  mask-image: url("/wp-content/uploads/2024/06/courbe_bg.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/06/courbe_bg.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
}
.vague_top_2:after {
  background-color: #F2F3FC;
}
.vague_bottom_1, .vague_bottom_2 {
  position: relative;
}
.vague_bottom_1:after, .vague_bottom_2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1%;
  left: 0%;
  height: 100%;
  width: 100.1%;
  background-color: #2639D8;
  transform: rotate(180deg);
  mask-image: url("/wp-content/uploads/2024/06/courbe_bg.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/06/courbe_bg.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
}
.vague_bottom_2:after {
  background-color: #F2F3FC;
}
.bg_shadow {
  box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.2);
}
.accordeon_1 .e-n-accordion-item-title {
  border: 0px !important;
  border-bottom: 1px solid #cacaca !important;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  color: #EB4B33;
  font-weight: 600;
  font-family: "area-extended", sans-serif;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg {
  fill: #EB4B33 !important;
  min-height: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg {
  fill: #EB4B33;
  min-height: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 .e-n-accordion-item-title:hover .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  color: #060423;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-opened svg {
  fill: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-closed svg {
  fill: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.accordeon_1 :where(.e-n-accordion-item > .e-con) {
  border: 0px !important;
  border-bottom: 1px solid #cacaca !important;
}
/******************************
* hero / ban home
******************************/
.ban_home .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 460px;
}
@media screen and (max-width: 960px) {
  .ban_home .e-con-inner .ban_titre {
    text-align: center;
  }
}
.ban_home .e-con-inner .ban_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_home .e-con-inner .ban_titre br {
    display: none;
  }
}
.ban_home .e-con-inner .ban_titre strong {
  font-weight: 600;
}
.ban_home .e-con-inner .ban_titre span {
  color: #F2F3FC;
  font-weight: 600;
}
.ban_home .e-con-inner .breadcrumbs {
  text-align: center;
  color: #ffffff;
}
.ban_home .e-con-inner .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_home .e-con-inner .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-img {
  width: 140px !important;
  height: 140px;
  background: #7AE7D4;
  border-radius: 50%;
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto !important;
  z-index: 1;
  position: relative;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-content {
  background-image: url("/wp-content/uploads/2024/01/bg-solution-integree.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 2rem;
  margin-top: -70px;
  height: 420px;
  width: 420px;
  max-width: 100%;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  position: relative;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 900;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title .line {
  position: absolute;
  height: 1px;
  width: 120%;
  bottom: -5px;
  left: -10%;
  background-color: #ffffff;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -9px;
  right: -10%;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -9px;
  left: -10%;
  border-radius: 50%;
  background-color: #ffffff;
}
.bloc_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "area-extended", sans-serif;
}
@media screen and (max-width: 768px) {
  .bloc_img .elementor-image-box-wrapper .elementor-image-box-content {
    background-size: 100% 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .bloc_img {
    margin-bottom: 4rem !important;
  }
}
.and_after:after {
  content: "&";
  position: absolute;
  color: #000000;
  font-size: 90px;
  top: 50%;
  line-height: 1em;
  font-weight: 900;
  transform: rotate(-16deg);
  font-family: "altivo", sans-serif;
}
@media screen and (max-width: 960px) {
  .and_after:after {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .and_after:after {
    top: 45%;
  }
}
.bloc_prix {
  position: relative;
  font-size: 40px;
  color: #2639D8;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 900;
}
.bloc_prix span {
  font-weight: 500;
  font-size: 35px;
}
.bloc_prix .elementor-heading-title {
  background-color: #7AE7D4;
  border-radius: 54px;
  padding: 20px;
  width: fit-content;
  margin: auto;
}
.bloc_number {
  padding: 2rem 0;
}
.bloc_number .elementor-counter .elementor-counter-number {
  position: relative;
  font-size: 90px;
  color: #2639D8;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 900;
}
.bloc_number .elementor-counter .elementor-counter-number-suffix {
  position: relative;
  font-size: 50px;
  color: #2639D8;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 900;
}
.bloc_number .elementor-counter .elementor-counter-title {
  font-size: 16px;
  color: #060423;
  font-family: "area-extended", sans-serif;
  line-height: 1.4rem;
}
.numb_1 {
  background-image: url("/wp-content/uploads/2024/01/bg-numb1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.numb_2 {
  background-image: url("/wp-content/uploads/2024/01/bg-numb2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.numb_3 {
  background-image: url("/wp-content/uploads/2024/01/bg-numb3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/************************
* Pages divers
*************************/
.ban_inte {
  background-color: #F2F3FC;
  min-height: 270px !important;
  padding-bottom: 2rem;
}
.ban_inte .ban_titre {
  font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (2560 - 300)));
  text-align: center;
  color: #060423;
  font-family: "altivo", sans-serif;
  font-weight: 800;
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
.ban_inte .ban_titre span {
  text-transform: uppercase;
  font-size: calc(36px + (50 - 36) * ((100vw - 300px) / (2560 - 300)));
  color: #2639D8;
}
.bandeau_item .bandeau_titre {
  font-size: 20px;
  font-family: "altivo", sans-serif;
  font-weight: 600;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.bandeau_item .bandeau_titre a {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.bandeau_item .bandeau_titre:visited a, .bandeau_item .bandeau_titre:focus a {
  color: #2639D8 !important;
}
.bandeau_item .bandeau_titre:hover {
  transform: translateY(6px);
  transition: all 0.3s ease-in-out;
}
.bandeau_item .bandeau_titre:hover a {
  color: #191B71 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* L'offre
*************************/
.bloc_img_offre {
  overflow: hidden !important;
}
.bloc_img_offre .e-con-inner .e-child:first-child {
  z-index: 12;
}
.bloc_img_offre .e-con-inner .e-child:nth-child(2) {
  z-index: 11;
}
.bloc_img_offre .e-con-inner .e-child:nth-child(3) {
  z-index: 10;
}
.bloc_img_offre .e-con-inner .e-child:nth-child(4) {
  z-index: 9;
}
.bloc_img_offre .bloc_offre {
  z-index: 1;
}
.bloc_img_offre .bloc_offre .elementor-image-box-wrapper {
  background-image: url("/wp-content/uploads/2024/01/bg-solution-integree.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  border: 1px solid #ffffff;
  border-radius: 69px;
  width: 340px;
  min-height: 340px;
}
.bloc_img_offre .bloc_offre .elementor-image-box-wrapper .elementor-image-box-img {
  padding-top: 20px;
}
.bloc_img_offre .bloc_offre .elementor-image-box-wrapper .elementor-image-box-content {
  padding: 0 20px 30px 30px;
}
.bloc_img_offre .bloc_offre .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  position: relative;
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 900;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.bloc_img_offre .bloc_offre .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "area-extended", sans-serif;
}
@media screen and (max-width: 768px) {
  .bloc_img_offre .bloc_offre .elementor-image-box-wrapper .elementor-image-box-content {
    background-size: 100% 100%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .bloc_img_offre .bloc_offre .elementor-image-box-wrapper {
    max-height: 400px;
  }
}
.bloc_img_offre .bloc_offre:before {
  content: "" !important;
  position: absolute;
  height: 200%;
  width: 1px;
  background-color: #ffffff;
  left: 50%;
  top: -100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.bloc_img_offre:after {
  content: "" !important;
  position: absolute;
  height: 200px;
  width: 100%;
  background-image: url("/wp-content/uploads/2024/02/wave-offre.svg");
  left: 0;
  top: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .bloc_img_offre {
    margin-bottom: 4rem !important;
  }
}
.bloc_visibilite {
  background-color: #F2F3FC;
  border-radius: 78px !important;
  padding: 2rem !important;
  max-width: 400px;
}
.bloc_visibilite .bloc_visibilite_titre {
  position: relative;
  font-size: 25px;
  color: #2639D8;
  font-weight: 700;
  font-family: "altivo", sans-serif;
  padding-bottom: 6px;
  width: fit-content;
  margin: auto;
}
.bloc_visibilite .bloc_visibilite_titre span {
  font-size: 30px;
}
.bloc_visibilite .bloc_visibilite_titre:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  right: 0;
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
.bloc_visibilite .bloc_visibilite_titre:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
.bloc_visibilite .bloc_visibilite_txt {
  position: relative;
  font-size: 18px;
  font-family: "area-extended", sans-serif;
  min-height: 200px;
}
/************************
* Page Comment ça marche ?
*************************/
.bloc_chiffre_milieu {
  top: 30% !important;
  left: calc(50% - 30px) !important;
  width: fit-content !important;
}
@media screen and (max-width: 768px) {
  .bloc_chiffre_milieu {
    top: 10% !important;
    left: 0% !important;
  }
}
.bloc_chiffre_milieu .chiffre_milieu_1, .bloc_chiffre_milieu .chiffre_milieu_2 {
  color: #ffffff;
  justify-content: center;
  position: relative;
  display: flex;
  width: fit-content;
}
.bloc_chiffre_milieu .chiffre_milieu_1:before, .bloc_chiffre_milieu .chiffre_milieu_2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(calc(-50% + 5px)) translateY(calc(-50% - 3px));
  height: 60px;
  width: 60px;
  background-color: #dcdcdc;
  border-radius: 50%;
  z-index: 1;
}
.bloc_chiffre_milieu .chiffre_milieu_1:after, .bloc_chiffre_milieu .chiffre_milieu_2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 60px;
  width: 60px;
  background-color: #EB4B33;
  border-radius: 50%;
  z-index: 1;
}
.bloc_chiffre_milieu .chiffre_milieu_1 .elementor-widget-container, .bloc_chiffre_milieu .chiffre_milieu_2 .elementor-widget-container {
  z-index: 2;
}
.bloc_chiffre_milieu .chiffre_milieu_2:before {
  background-color: #191B71;
}
.ligne_b > .e-con-inner, .ligne_t > .e-con-inner, .ligne_c > .e-con-inner {
  position: relative;
  z-index: 2;
}
.ligne_b > .e-con-inner:before, .ligne_t > .e-con-inner:before, .ligne_c > .e-con-inner:before {
  content: "" !important;
  position: absolute;
  display: block;
  top: 30% !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 70% !important;
  width: 2px !important;
  background-color: #EB4B33;
}
@media screen and (max-width: 768px) {
  .ligne_b > .e-con-inner, .ligne_t > .e-con-inner, .ligne_c > .e-con-inner {
    padding-left: 45px !important;
  }
  .ligne_b > .e-con-inner:before, .ligne_t > .e-con-inner:before, .ligne_c > .e-con-inner:before {
    top: 10% !important;
    left: 30px !important;
    height: 90% !important;
  }
}
.ligne_c > .e-con-inner:before {
  top: 0% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .ligne_c > .e-con-inner:before {
    height: 100% !important;
  }
}
.ligne_t > .e-con-inner:before {
  top: 0% !important;
  height: 30% !important;
}
@media screen and (max-width: 768px) {
  .ligne_t > .e-con-inner:before {
    height: 10% !important;
  }
}
/************************
* Page Fonctionnalités
*************************/
.bloc_autres {
  background-color: #F2F3FC;
  border-radius: 78px !important;
  box-shadow: 0px 10px 12px -7px rgba(0, 0, 0, 0.2);
  padding: 2rem !important;
}
.bloc_autres .bloc_autres_img {
  min-height: 245px;
}
.bloc_autres .bloc_autres_titre {
  font-family: "altivo", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2639D8;
}
/************************
* Page contact
*************************/
#ban_inte_contact {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 460px;
}
#ban_inte_contact .ban_titre {
  text-align: center;
  color: #ffffff;
}
#ban_inte_contact .breadcrumbs {
  text-align: center;
  color: #ffffff;
}
#ban_inte_contact .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#ban_inte_contact .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 3rem 0rem;
}
/************************
* Page 404
*************************/
#page404 {
  min-height: 75vh;
}
#page404 .titre_404 {
  text-transform: uppercase;
  margin-top: 2rem;
}
#page404 .elementor-button-text {
  text-transform: uppercase;
}
#page404 #btn_404 {
  background-color: #02415d;
  transition: all 0.3s ease-in-out;
}
#page404 #btn_404 .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#page404 #btn_404 .elementor-button-icon {
  height: 50px;
  width: 50px;
}
#page404 #btn_404 .elementor-button-icon svg {
  height: 100% !important;
  width: 100% !important;
}
#page404 #btn_404:hover {
  background-color: #0ec2b9;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/************************
	* Page archives
*************************/
#ban_inte_archive {
  background-color: #F2F3FC;
  color: #2639D8;
  min-height: 250px;
}
#ban_inte_archive > .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  padding-bottom: 2rem;
}
#ban_inte_archive .ban_titre {
  font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (2560 - 300)));
  text-align: center;
  color: #2639D8;
  font-family: "altivo", sans-serif;
  font-weight: 800;
}
#ban_inte_archive .sous_titre {
  color: #2639D8;
}
#ban_inte_archive .sous_titre .elementor-heading-title {
  line-height: 1.2;
}
#ban_inte_archive .breadcrumbs {
  text-align: left;
  color: #060423;
}
#ban_inte_archive .breadcrumbs a {
  color: #060423;
  transition: all 0.3s ease-in-out;
}
#ban_inte_archive .breadcrumbs a:hover {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
}
#archive_post_grid .ue-post-grid .ue-item .uc_content .uc_post_title:hover a {
  color: #2639D8;
}
/************************
* LOOP
*************************/
.loop_actu {
  padding: 2rem !important;
  background-color: #F2F3FC;
  position: relative;
}
.loop_actu .loop_titre {
  font-family: "altivo", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #2639D8;
}
.loop_actu .loop_titre .elementor-heading-title {
  line-height: 1.2;
}
.loop_actu .loop_desc {
  line-height: 1.2;
}
.loop_actu_carousel {
  position: relative;
}
.loop_actu_carousel > .e-con-inner {
  overflow: hidden !important;
  transform: scale(0.93);
  transition: all 0.3s ease-in-out;
}
.loop_actu_carousel > .e-con-inner .loop_titre {
  font-family: "altivo", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #2639D8;
}
.loop_actu_carousel > .e-con-inner .loop_titre .elementor-heading-title {
  line-height: 1.2;
}
.loop_actu_carousel:hover > .e-con-inner {
  transform: scale(0.96);
}
/************************
* FILTRES
*************************/
.filtre_actu .e-filter-item {
  color: #060423 !important;
  font-family: "altivo", sans-serif !important;
  background-color: #ffffff;
  border-radius: 25px !important;
  padding: 6px 20px 5px !important;
  cursor: pointer !important;
  transition: all ease 0.3s !important;
}
.filtre_actu .e-filter-item:hover {
  color: #2639D8 !important;
  background-color: #7AE7D4 !important;
  transition: all 0.3s ease-in-out;
}
.filtre_actu .e-filter-item[aria-pressed=true] {
  color: #2639D8 !important;
  background-color: #7AE7D4 !important;
}
/************************
* PAGINATION
*************************/
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #2639D8;
  color: #ffffff !important;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #2639D8;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 12px 25px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #F2F3FC !important;
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination .current {
  background-color: #F2F3FC !important;
  color: #2639D8 !important;
  border: 1px solid #F2F3FC;
  transition: all 0.3s ease-in-out;
}
/***********************
  * SWIPER
***********************/
.elementor-element.elementor-arrows-position-outside .swiper {
  width: calc(100% - 150px) !important;
}
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #000000 !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #F2F3FC;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #ffffff !important;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
/************************
* Page article
*************************/
#ban_inte_actu {
  background-color: #F2F3FC;
  color: #2639D8;
  min-height: 250px;
}
#ban_inte_actu > .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  padding-bottom: 3rem;
}
#ban_inte_actu .ban_titre {
  font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (2560 - 300)));
  text-align: center;
  color: #2639D8;
  font-family: "altivo", sans-serif;
  font-weight: 800;
}
#ban_inte_actu .breadcrumbs {
  text-align: left;
  color: #060423;
}
#ban_inte_actu .breadcrumbs a {
  color: #060423;
  transition: all 0.3s ease-in-out;
}
#ban_inte_actu .breadcrumbs a:hover {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.actu_infos .auteur .elementor-icon-box-icon svg, .actu_infos .date .elementor-icon-box-icon svg {
  fill: #2639D8;
  height: 30px;
  width: 30px;
}
.actu_infos .auteur .elementor-icon-box-title, .actu_infos .date .elementor-icon-box-title {
  color: #2639D8;
  font-weight: 600;
}
.actu_infos .elementor-share-btn {
  background-color: transparent !important;
}
.actu_infos .elementor-share-btn svg {
  fill: #2639D8 !important;
  height: 30px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.actu_infos .elementor-share-btn:hover svg {
  fill: #191B71 !important;
}
.sommaire {
  background-color: #F2F3FC;
}
.sommaire .elementor-widget-container {
  border: 0px !important;
  padding: 0 1rem;
}
.sommaire .elementor-widget-container .elementor-toc__header {
  border-bottom: 0px;
  padding-bottom: 10px;
}
.sommaire .elementor-widget-container .elementor-toc__header .elementor-toc__header-title {
  color: #2639D8 !important;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 700;
}
.sommaire .elementor-widget-container .elementor-toc__body {
  padding-top: 0px;
}
.sommaire .elementor-widget-container .elementor-toc__body .elementor-toc__list-item {
  font-size: 25px;
  font-weight: 700;
  font-family: "altivo", sans-serif;
  color: #060423;
  transition: all 0.3s ease-in-out;
}
.sommaire .elementor-widget-container .elementor-toc__body .elementor-toc__list-item:hover {
  color: #2639D8;
}
/* Un produit */
/* Boutique */
/* Panier */
/* Mon compte */
.added_to_cart {
  display: none !important;
}
.woocommerce-message {
  font-size: 22px;
  color: #2639D8;
  font-family: "altivo", sans-serif;
  font-weight: 500;
}
.woocommerce-page .elementor-widget-woocommerce-checkout-page {
  font-family: "area-extended", sans-serif;
}
.woocommerce-error {
  margin-bottom: 1rem !important;
  padding: 1rem !important;
}
.woocommerce-error li {
  margin-bottom: 8px;
}
.woocommerce-error:before {
  top: 0px !important;
  left: 2px !important;
}
.woocommerce-info {
  border: 1px solid #F2F3FC !important;
  border-radius: 27px;
  padding: 1em 2em !important;
  background-color: #F2F3FC !important;
  font-size: 22px;
  color: #060423;
  font-family: "altivo", sans-serif;
  font-weight: 500;
  text-align: center;
}
.woocommerce-info .info-nosocle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #060423;
  font-family: "altivo", sans-serif;
  font-weight: 500;
  text-align: center;
}
.woocommerce-info a {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.woocommerce-info a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.woocommerce-info:before {
  color: #2639D8 !important;
  content: none !important;
}
.woocommerce-info img {
  vertical-align: middle;
  display: block;
  margin: 0 auto 1rem;
}
.e-show-login {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.e-show-login:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-widget-woocommerce-cart .woocommerce .remove:hover {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Un produit
*************************/
/****Abonnement****/
.bloc_socle {
  max-width: 800px;
  margin: auto !important;
  border: 1px solid #060423;
  border-radius: 24px !important;
}
.bloc_socle .abonnement_titre {
  font-size: 30px;
  color: #2639D8;
  font-family: "altivo", sans-serif;
  font-weight: 500;
}
.bloc_socle .abonnement_prix {
  background-color: #7AE7D4;
  font-weight: 700;
  font-size: 30px;
  color: #060423;
  border-radius: 24px;
  padding: 6px 12px;
  font-family: "altivo", sans-serif;
}
.bloc_socle .abonnement_prix p {
  margin-bottom: 0 !important;
}
.bloc_socle .abonnement_desc {
  font-size: 22px;
  color: #060423;
  font-family: "altivo", sans-serif;
  font-weight: 300;
}
.bloc_socle:after {
  content: "+";
  position: absolute;
  display: block;
  top: 22%;
  left: 49%;
  font-size: 80px;
  color: #060423;
  font-family: "altivo", sans-serif;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bloc_socle:after {
    top: 41%;
    left: 47%;
    font-size: 60px;
  }
}
.bloc_socle_produit .abonnement_titre {
  font-size: 20px;
}
.bloc_socle_produit .abonnement_prix {
  font-size: 24px;
}
.bloc_socle_produit .abonnement_prix p {
  margin-bottom: 0 !important;
}
.bloc_socle_produit .abonnement_desc {
  font-size: 16px;
}
/****FIN Abonnement****/
.bloc_produit {
  font-weight: 600;
}
.bloc_produit .titre_5 {
  font-weight: 400;
}
.bloc_produit .produit_img {
  height: 100%;
}
.bloc_produit .produit_img .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 40px;
  width: 90%;
  margin: auto;
  padding: 2rem;
}
.bloc_produit .produit_img .elementor-widget-container svg, .bloc_produit .produit_img .elementor-widget-container img {
  width: 50%;
  height: 50%;
  max-width: 220px;
  max-height: 220px;
  min-height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .bloc_produit .produit_img .elementor-widget-container {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.bloc_produit .produit_titre {
  position: relative;
  font-size: 22px;
  color: #2639D8;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 800;
  width: fit-content;
  border-radius: 18px;
  margin-bottom: 10px !important;
}
.bloc_produit .produit_titre:before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  bottom: -13px;
  right: -5%;
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
.bloc_produit .produit_titre:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 105%;
  bottom: -10px;
  left: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
.bloc_produit .produit_prix .price {
  margin-bottom: 0 !important;
  color: grey !important;
}
.bloc_produit .produit_prix .price .woocommerce-Price-amount bdi {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #060423;
  font-family: "altivo", sans-serif;
}
.bloc_produit .produit_prix .price del {
  margin-right: 7px;
}
.bloc_produit .produit_prix .price del .woocommerce-Price-amount bdi {
  font-size: 30px;
  line-height: 1;
}
.bloc_produit .produit_prix .price ins {
  text-decoration: none;
}
.bloc_produit .produit_prix .price .woocommerce-price-suffix {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #060423 !important;
  position: absolute;
}
.bloc_produit .produit_prix_offre {
  padding-bottom: 20px;
  margin-right: 20px;
}
.bloc_produit .produit_prix_offre .price .woocommerce-Price-amount bdi {
  font-size: 40px;
}
.bloc_produit .produit_prix_offre .price .woocommerce-Price-amount:after {
  content: "*";
  position: absolute;
  top: -2px;
  right: -31px;
  line-height: 1;
  font-weight: 700;
  color: #060423;
  font-family: "altivo", sans-serif;
}
.bloc_produit .produit_prix_offre .price del .woocommerce-Price-amount bdi {
  font-size: 30px;
}
.bloc_produit .info_offre {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #060423;
  font-family: "altivo", sans-serif;
  font-weight: 300;
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder {
  position: relative;
  padding-bottom: 6px;
  width: fit-content;
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder button {
  background-color: transparent !important;
  color: #2639D8 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0 !important;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder button:visited {
  color: #2639D8;
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder button:hover {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  right: calc(0% - 20px);
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bloc_produit .produit_add-cart .e-atc-qty-button-holder:before {
    right: -5%;
  }
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 20px);
  bottom: 0;
  left: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bloc_produit .produit_add-cart .e-atc-qty-button-holder:after {
    width: 105%;
  }
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder:hover {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder:hover:before {
  right: -15%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bloc_produit .produit_add-cart .e-atc-qty-button-holder:hover:before {
    right: 0%;
  }
}
.bloc_produit .produit_add-cart .e-atc-qty-button-holder:hover:after {
  width: 115%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bloc_produit .produit_add-cart .e-atc-qty-button-holder:hover:after {
    width: 100%;
  }
}
.bloc_produit .bloc_savoir .e-con-inner {
  background-color: #F2F3FC;
  border-radius: 45px;
  padding: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .bloc_produit .bloc_savoir .e-con-inner {
    padding: 4rem 2rem;
  }
}
/************************
* Boutique
*************************/
.loop_produit_1, .loop_produit_2, .loop_produit_3 {
  border: 1px solid #cacaca;
  border-radius: 40px !important;
  padding: 1rem;
}
.loop_produit_1 .loop_produit_bg, .loop_produit_2 .loop_produit_bg, .loop_produit_3 .loop_produit_bg {
  margin-bottom: 20px;
}
.loop_produit_1 .loop_produit_bg .loop_produit_img a, .loop_produit_2 .loop_produit_bg .loop_produit_img a, .loop_produit_3 .loop_produit_bg .loop_produit_img a {
  width: 100%;
}
.loop_produit_1 .loop_produit_bg .loop_produit_img .elementor-widget-container, .loop_produit_2 .loop_produit_bg .loop_produit_img .elementor-widget-container, .loop_produit_3 .loop_produit_bg .loop_produit_img .elementor-widget-container {
  width: 150px;
  height: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 27px;
}
.loop_produit_1 .loop_produit_bg .loop_produit_img .elementor-widget-container img, .loop_produit_1 .loop_produit_bg .loop_produit_img .elementor-widget-container svg, .loop_produit_2 .loop_produit_bg .loop_produit_img .elementor-widget-container img, .loop_produit_2 .loop_produit_bg .loop_produit_img .elementor-widget-container svg, .loop_produit_3 .loop_produit_bg .loop_produit_img .elementor-widget-container img, .loop_produit_3 .loop_produit_bg .loop_produit_img .elementor-widget-container svg {
  width: 70%;
  height: 70%;
  object-fit: contain;
  margin: 10px;
  max-width: 110px;
  max-height: 110px;
}
.loop_produit_1 .loop_produit_titre, .loop_produit_2 .loop_produit_titre, .loop_produit_3 .loop_produit_titre {
  font-size: 20px;
  color: #2639D8;
  font-family: "altivo", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.loop_produit_1 .loop_produit_titre:hover, .loop_produit_2 .loop_produit_titre:hover, .loop_produit_3 .loop_produit_titre:hover {
  color: #060423;
  transition: all 0.3s ease-in-out;
}
.loop_produit_1 .loop_produit_desc, .loop_produit_2 .loop_produit_desc, .loop_produit_3 .loop_produit_desc {
  font-size: 16px;
  color: #060423;
  font-family: "altivo", sans-serif;
  font-weight: 300;
}
.loop_produit_1 .loop_produit_prix .price, .loop_produit_2 .loop_produit_prix .price, .loop_produit_3 .loop_produit_prix .price {
  font-weight: 700;
  color: #060423 !important;
  border-radius: 24px;
  padding: 6px 30px 6px 12px;
  font-family: "altivo", sans-serif;
  width: fit-content;
  margin: 10px auto;
  line-height: 1;
  position: relative;
}
.loop_produit_1 .loop_produit_prix .price .woocommerce-price-suffix, .loop_produit_2 .loop_produit_prix .price .woocommerce-price-suffix, .loop_produit_3 .loop_produit_prix .price .woocommerce-price-suffix {
  position: absolute;
  font-weight: 700;
  color: #060423;
  font-size: 12px;
  font-family: "altivo", sans-serif;
  right: 9px;
}
.loop_produit_1 .loop_produit_cart .button, .loop_produit_2 .loop_produit_cart .button, .loop_produit_3 .loop_produit_cart .button {
  background-color: transparent;
  color: #060423;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #7AE7D4;
  font-weight: 700;
  color: #060423 !important;
  border-radius: 24px;
  padding: 6px 12px;
  font-family: "altivo", sans-serif;
  width: fit-content;
  margin: 10px auto;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.loop_produit_1 .loop_produit_cart .button:visited, .loop_produit_2 .loop_produit_cart .button:visited, .loop_produit_3 .loop_produit_cart .button:visited {
  color: #060423;
}
.loop_produit_1 .loop_produit_cart .button:visited svg, .loop_produit_2 .loop_produit_cart .button:visited svg, .loop_produit_3 .loop_produit_cart .button:visited svg {
  fill: #060423;
}
.loop_produit_1 .loop_produit_cart .button:hover, .loop_produit_2 .loop_produit_cart .button:hover, .loop_produit_3 .loop_produit_cart .button:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.loop_produit_1 .loop_produit_cart .button:hover:before, .loop_produit_2 .loop_produit_cart .button:hover:before, .loop_produit_3 .loop_produit_cart .button:hover:before {
  right: -15%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .loop_produit_1 .loop_produit_cart .button:hover:before, .loop_produit_2 .loop_produit_cart .button:hover:before, .loop_produit_3 .loop_produit_cart .button:hover:before {
    right: 0%;
  }
}
.loop_produit_1 .loop_produit_cart .button:hover:after, .loop_produit_2 .loop_produit_cart .button:hover:after, .loop_produit_3 .loop_produit_cart .button:hover:after {
  width: 115%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .loop_produit_1 .loop_produit_cart .button:hover:after, .loop_produit_2 .loop_produit_cart .button:hover:after, .loop_produit_3 .loop_produit_cart .button:hover:after {
    width: 100%;
  }
}
.loop_produit_1 .loop_produit_cart .button.loading, .loop_produit_2 .loop_produit_cart .button.loading, .loop_produit_3 .loop_produit_cart .button.loading {
  padding-right: 0 !important;
}
.loop_produit_1 .loop_produit_cart .button.loading:before, .loop_produit_2 .loop_produit_cart .button.loading:before, .loop_produit_3 .loop_produit_cart .button.loading:before {
  -webkit-animation: 1s linear alternate moveback110;
  animation: 1s linear alternate moveback110;
}
.loop_produit_1 .loop_produit_cart .button.loading:after, .loop_produit_2 .loop_produit_cart .button.loading:after, .loop_produit_3 .loop_produit_cart .button.loading:after {
  -webkit-animation: 1s linear alternate low110;
  animation: 1s linear alternate low110;
}
.loop_produit_1:hover .loop_produit_img .elementor-widget-container, .loop_produit_2:hover .loop_produit_img .elementor-widget-container, .loop_produit_3:hover .loop_produit_img .elementor-widget-container {
  box-shadow: inset 0 0 50px rgba(6, 4, 35, 0.8);
}
.loop_produit_2 .loop_produit_bg .loop_produit_img .elementor-widget-container {
  background-color: #F2F3FC;
}
.loop_produit_2:hover .loop_produit_img .elementor-widget-container {
  box-shadow: inset 0 0 50px rgba(6, 4, 35, 0.4);
}
.loop_produit_3 {
  border: 0px;
  background-color: #F2F3FC;
  border-radius: 90px !important;
  padding: 1rem 2rem 3rem;
}
/************************
* PAge Panier + panier sidebar
*************************/
.widget_shopping_cart_content .woocommerce-mini-cart .cart_item .product-thumbnail a {
  width: 80px;
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 27px;
  background-color: #F2F3FC;
}
.widget_shopping_cart_content .woocommerce-mini-cart .cart_item .product-thumbnail a svg, .widget_shopping_cart_content .woocommerce-mini-cart .cart_item .product-thumbnail a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.widget_shopping_cart_content .woocommerce-mini-cart .product-name a {
  font-size: 16px;
  color: #2639D8;
  font-family: "altivo", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
}
.widget_shopping_cart_content .woocommerce-mini-cart .product-name a:hover {
  color: #060423;
  transition: all 0.3s ease-in-out;
}
.widget_shopping_cart_content .woocommerce-mini-cart .product-price {
  font-size: 18px;
  font-weight: 700;
  color: #060423;
  font-family: "altivo", sans-serif;
}
.widget_shopping_cart_content .elementor-menu-cart__subtotal {
  font-size: 18px;
}
.widget_shopping_cart_content .elementor-menu-cart__subtotal bdi {
  font-size: 22px;
  font-weight: 700;
  color: #060423;
  font-family: "altivo", sans-serif;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
  display: flex;
  flex-flow: column;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background-color: transparent;
  color: #2639D8;
  font-size: 12px;
  padding: 10px 22px;
  border: 1px solid #2639D8;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart:visited {
  color: #2639D8;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart:visited svg {
  fill: #2639D8;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2639D8;
  border: 1px solid #2639D8;
  color: #ffffff;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background-color: #2639D8 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 10px 22px !important;
  border: 1px solid #2639D8 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  border-radius: 24px !important;
  transition: all 0.3s ease-in-out;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout:visited {
  color: #ffffff !important;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout:visited svg {
  fill: #ffffff !important;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff !important;
  border: 1px solid #2639D8 !important;
  color: #2639D8 !important;
}
.bloc_panier .woocommerce-cart-form .cart_item .product-thumbnail a {
  width: 80px;
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 27px;
  background-color: #F2F3FC;
}
.bloc_panier .woocommerce-cart-form .cart_item .product-thumbnail a svg, .bloc_panier .woocommerce-cart-form .cart_item .product-thumbnail a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.bloc_panier .woocommerce-cart-form .cart_item .product-name a {
  font-size: 16px;
  color: #2639D8 !important;
  font-family: "altivo", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
}
.bloc_panier .woocommerce-cart-form .cart_item .product-name a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_panier .woocommerce-cart-form .cart_item .product-subtotal bdi {
  font-weight: 700;
  font-family: "altivo", sans-serif;
}
@media screen and (max-width: 768px) {
  .bloc_panier .woocommerce-cart-form .cart_item td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.bloc_panier .woocommerce-cart-form .cart_item.woosb-item-child .product-thumbnail a {
  width: 60px;
  height: 60px !important;
}
.bloc_panier .woocommerce-cart-form .cart_item.woosb-item-child .product-thumbnail a svg, .bloc_panier .woocommerce-cart-form .cart_item.woosb-item-child .product-thumbnail a img {
  width: 40px;
  height: 40px;
}
.bloc_panier .woocommerce-cart-form .cart_item.woosb-item-child .product-name a {
  font-size: 14px;
  color: #2639D8 !important;
  font-family: "altivo", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.bloc_panier .woocommerce-cart-form .coupon .coupon-col-end .button {
  background-color: transparent;
  color: #2639D8;
  font-size: 12px;
  padding: 10px 22px;
  border: 1px solid #2639D8;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.bloc_panier .woocommerce-cart-form .coupon .coupon-col-end .button:visited {
  color: #2639D8;
}
.bloc_panier .woocommerce-cart-form .coupon .coupon-col-end .button:visited svg {
  fill: #2639D8;
}
.bloc_panier .woocommerce-cart-form .coupon .coupon-col-end .button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2639D8;
  border: 1px solid #2639D8;
  color: #ffffff;
}
.bloc_panier .cart-collaterals .order-total .woocommerce-Price-amount bdi {
  background-color: #7AE7D4;
  font-weight: 700;
  color: #060423;
  border-radius: 24px;
  padding: 6px 12px;
  font-family: "altivo", sans-serif;
  font-size: 20px;
}
.bloc_panier .checkout-button, .bloc_panier .wc-backward, .bloc_panier .woocommerce-button {
  background-color: #2639D8 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 10px 22px !important;
  border: 1px solid #2639D8 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  border-radius: 24px !important;
  transition: all 0.3s ease-in-out;
}
.bloc_panier .checkout-button:visited, .bloc_panier .wc-backward:visited, .bloc_panier .woocommerce-button:visited {
  color: #ffffff !important;
}
.bloc_panier .checkout-button:visited svg, .bloc_panier .wc-backward:visited svg, .bloc_panier .woocommerce-button:visited svg {
  fill: #ffffff !important;
}
.bloc_panier .checkout-button:hover, .bloc_panier .wc-backward:hover, .bloc_panier .woocommerce-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff !important;
  border: 1px solid #2639D8 !important;
  color: #2639D8 !important;
}
/************************
* Mon compte
*************************/
.bloc_compte .lost_password a {
  color: #2639D8 !important;
}
.bloc_compte .lost_password a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_compte h2 {
  position: relative;
  font-size: 30px;
  color: #2639D8 !important;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  font-weight: 700 !important;
}
.bloc_compte.elementor-widget-woocommerce-my-account {
  font-family: "area-extended", sans-serif;
}
.bloc_compte .woocommerce-MyAccount-navigation .is-active a {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_compte .woocommerce-MyAccount-navigation .is-active a:hover {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_compte .woocommerce-MyAccount-navigation a {
  font-family: "altivo", sans-serif;
  text-transform: uppercase;
  color: #060423 !important;
}
.bloc_compte .woocommerce-MyAccount-navigation a:hover {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_compte .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper {
  border-radius: 27px !important;
}
.bloc_compte .woocommerce-MyAccount-content a:not(.button) {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_compte .woocommerce-MyAccount-content a:not(.button):hover {
  transition: all 0.3s ease-in-out;
  color: #060423 !important;
}
.bloc_compte .button {
  background-color: #2639D8 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 10px 22px !important;
  border: 1px solid #2639D8 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  border-radius: 24px !important;
  transition: all 0.3s ease-in-out;
}
.bloc_compte .button:visited {
  color: #ffffff !important;
}
.bloc_compte .button:visited svg {
  fill: #ffffff !important;
}
.bloc_compte .button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff !important;
  border: 1px solid #2639D8 !important;
  color: #2639D8 !important;
}
.bloc_compte .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-wrap: wrap !important;
  flex-flow: row;
  gap: 5px;
  max-width: 260px;
}
.bloc_woocommerce h1 {
  text-align: center;
}
.bloc_woocommerce .e-show-coupon-form, .bloc_woocommerce .lost_password a {
  color: #2639D8 !important;
}
.bloc_woocommerce .e-show-coupon-form:hover, .bloc_woocommerce .lost_password a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.bloc_woocommerce label {
  color: #060423 !important;
}
.bloc_woocommerce .order-total .woocommerce-Price-amount bdi {
  background-color: #7AE7D4;
  font-weight: 700;
  color: #060423;
  border-radius: 24px;
  padding: 6px 12px;
  font-family: "altivo", sans-serif;
  font-size: 20px;
}
.bloc_woocommerce .woocommerce-checkout-payment .button {
  background-color: #2639D8 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 10px 22px !important;
  border: 1px solid #2639D8 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  border-radius: 24px !important;
  transition: all 0.3s ease-in-out;
}
.bloc_woocommerce .woocommerce-checkout-payment .button:visited {
  color: #ffffff !important;
}
.bloc_woocommerce .woocommerce-checkout-payment .button:visited svg {
  fill: #ffffff !important;
}
.bloc_woocommerce .woocommerce-checkout-payment .button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff !important;
  border: 1px solid #2639D8 !important;
  color: #2639D8 !important;
}
.bloc_woocommerce .e-apply-coupon, .bloc_woocommerce .e-woocommerce-form-login-submit {
  background-color: transparent !important;
  color: #2639D8 !important;
  font-size: 12px !important;
  padding: 10px 22px !important;
  border: 1px solid #2639D8 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-radius: 24px !important;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.bloc_woocommerce .e-apply-coupon:visited, .bloc_woocommerce .e-woocommerce-form-login-submit:visited {
  color: #2639D8 !important;
}
.bloc_woocommerce .e-apply-coupon:visited svg, .bloc_woocommerce .e-woocommerce-form-login-submit:visited svg {
  fill: #2639D8 !important;
}
.bloc_woocommerce .e-apply-coupon:hover, .bloc_woocommerce .e-woocommerce-form-login-submit:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2639D8 !important;
  border: 1px solid #2639D8 !important;
  color: #ffffff !important;
}
.bloc_woocommerce .e-apply-coupon:hover .elementor-button-content-wrapper .elementor-button-icon svg, .bloc_woocommerce .e-woocommerce-form-login-submit:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.bloc_woocommerce .woocommerce-form-login-toggle {
  font-size: 16px !important;
  color: #060423 !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.bloc_woocommerce .woocommerce-form-login-toggle .e-show-login {
  text-transform: initial;
}
.merci-commande {
  background-color: rgba(242, 243, 252, 0.4);
  border-radius: 27px;
  padding: 4rem;
  max-width: 80%;
  margin: auto;
  color: #060423;
}
.merci-commande .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 18px !important;
  color: #060423 !important;
  font-weight: 800 !important;
}
.merci-commande .picto_check {
  width: 40px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.merci-commande .txt_confirmation, .merci-commande .txt_question {
  text-align: center;
  font-size: 16px !important;
  color: #060423 !important;
}
.merci-commande .txt_confirmation a, .merci-commande .txt_question a {
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.merci-commande .txt_confirmation a:hover, .merci-commande .txt_question a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.merci-commande .txt_recap {
  font-size: 16px !important;
  color: #060423 !important;
  text-decoration: underline;
}
.merci-commande .woocommerce-order-overview li {
  color: #060423 !important;
  text-transform: none;
}
.merci-commande .woocommerce-order-overview li strong {
  color: #2639D8 !important;
}
.merci-commande .woocommerce-order-details {
  border: 2px solid #060423;
  border-radius: 27px;
  max-width: 500px;
  margin: auto;
  padding: 2rem;
}
.merci-commande .woocommerce-order-details tr th, .merci-commande .woocommerce-order-details tr td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.merci-commande .woocommerce-order-details .order_item .woocommerce-table__product-name a {
  color: #2639D8 !important;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.merci-commande .woocommerce-order-details .order_item .woocommerce-table__product-name a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.merci-commande .woocommerce-order-details .order_item .amount {
  color: #2639D8 !important;
  font-weight: 800;
  font-size: 16px;
}
.merci-commande .woocommerce-order-details tfoot th, .merci-commande .woocommerce-order-details tfoot td {
  color: #060423 !important;
}
.merci-commande .woocommerce-order-details tfoot tr:last-child th {
  color: #2639D8 !important;
  font-weight: 800;
  font-size: 16px;
}
.merci-commande .woocommerce-order-details tfoot tr:last-child td .amount {
  color: #2639D8 !important;
  font-weight: 800;
  font-size: 16px;
}
.merci-commande .woocommerce-order-details .order-again {
  display: none !important;
}
.merci-commande .woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px !important;
  color: #060423 !important;
  text-decoration: underline;
  margin-bottom: 5px;
}
.merci-commande .woocommerce-customer-details address {
  border: none !important;
  padding: 0 !important;
}
.e-checkout__column tbody .product-name {
  font-size: 16px;
  color: #2639D8 !important;
  font-family: "altivo", sans-serif;
  font-weight: 500 !important;
  line-height: 1.2em;
  max-width: 170px !important;
  padding-right: 30px !important;
}
.e-checkout__column tbody .product-name .quantity {
  padding-left: 10px;
  display: inline-block;
}
.e-checkout__column tbody .woocommerce-Price-amount bdi {
  font-size: 16px;
  font-weight: 700;
  color: #060423;
  font-family: "altivo", sans-serif;
}
#row_totop {
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #00a29e;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:hover {
  background-color: #02415d;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  width: 20px;
  height: 20px;
  opacity: 1;
}
#totop i::before, #totop i::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#totop i::before {
  background-image: url("../icons/dropdown-blanc.svg");
  -svg-mixer-fill: #ffffff;
  opacity: 0;
  transition: opacity 300ms;
}
#totop i::after {
  background-image: url("../icons/dropdown-blanc.svg");
  -svg-mixer-fill: #ffffff;
  opacity: 1;
  transition: opacity 300ms;
}
#totop i:hover::after {
  opacity: 0;
}
#totop i:hover::before {
  opacity: 1;
}
.btn_link_1 .elementor-button-link, .btn_link_1 .add_to_cart_button {
  background-color: #2639D8;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 22px;
  border: 1px solid #2639D8;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper, .btn_link_1 .add_to_cart_button .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_link_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus, .btn_link_1 .add_to_cart_button:visited, .btn_link_1 .add_to_cart_button:focus {
  color: #ffffff !important;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg, .btn_link_1 .add_to_cart_button:visited svg, .btn_link_1 .add_to_cart_button:focus svg {
  fill: #ffffff;
}
.btn_link_1 .elementor-button-link:hover, .btn_link_1 .add_to_cart_button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #2639D8;
  color: #2639D8 !important;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_1 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #2639D8;
  font-size: 18px;
  padding: 10px 22px;
  border: 1px solid #2639D8;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link:visited {
  color: #2639D8;
}
.btn_link_2 .elementor-button-link:visited svg {
  fill: #2639D8;
}
.btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2639D8;
  border: 1px solid #2639D8;
  color: #ffffff;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_blanc .elementor-button-link {
  background-color: #ffffff;
  color: #060423;
  font-size: 18px;
  padding: 12px 30px;
  border: 1px solid #ffffff;
  font-weight: 500;
  border-radius: 24px;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btn_link_blanc .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_link_blanc .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_blanc .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #060423;
  transition: all 0.3s ease-in-out;
}
.btn_link_blanc .elementor-button-link:visited {
  color: #060423 !important;
}
.btn_link_blanc .elementor-button-link:visited svg {
  fill: #060423;
}
.btn_link_blanc .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2639D8;
  border: 1px solid #2639D8;
  color: #ffffff !important;
}
.btn_link_blanc .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_color7 .elementor-button-link {
  background-color: #EB4B33;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 15px;
  border: 1px solid #EB4B33;
  font-weight: 500;
  border-radius: 24px;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btn_link_color7 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_link_color7 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_color7 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_link_color7 .elementor-button-link:visited {
  color: #ffffff !important;
}
.btn_link_color7 .elementor-button-link:visited svg {
  fill: #ffffff;
}
.btn_link_color7 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #EB4B33;
  color: #EB4B33 !important;
}
.btn_link_color7 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #EB4B33 !important;
  transition: all 0.3s ease-in-out;
}
.btn_spe_1 .elementor-button-link {
  background-color: #7AE7D4;
  color: #2639D8;
  font-size: 40px;
  font-family: "altivo", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border: 0px;
  border-radius: 100px;
  padding: 20px 40px;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.btn_spe_1 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_spe_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_spe_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #2639D8;
  transition: all 0.3s ease-in-out;
}
.btn_spe_1 .elementor-button-link:visited, .btn_spe_1 .elementor-button-link:focus {
  color: #2639D8 !important;
}
.btn_spe_1 .elementor-button-link:visited svg, .btn_spe_1 .elementor-button-link:focus svg {
  fill: #2639D8;
}
.btn_spe_1 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #191B71;
  border: 0px;
  color: #F2F3FC !important;
}
.btn_spe_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #F2F3FC !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link, .btn_cta_1 .add_to_cart_button {
  background-color: transparent;
  color: #2639D8;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #060423;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  padding-bottom: 6px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  right: calc(0% - 20px);
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:before {
    right: -5%;
  }
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 20px);
  bottom: 0;
  left: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_1 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:after {
    width: 105%;
  }
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .add_to_cart_button:visited {
  color: #2639D8;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .add_to_cart_button:visited svg {
  fill: #060423;
}
.btn_cta_1 .elementor-button-link:hover, .btn_cta_1 .add_to_cart_button:hover {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_1 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:before {
  right: -15%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_1 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:before {
    right: 0%;
  }
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_1 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:after {
  width: 115%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_1 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:after {
    width: 100%;
  }
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_1 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_cta_1 .elementor-button-link, .btn_cta_1 .add_to_cart_button {
    font-size: 26px;
  }
}
.btn_cta_2 .elementor-button-link, .btn_cta_2 .add_to_cart_button {
  background-color: transparent;
  color: #2639D8;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #060423;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  padding-bottom: 6px;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  right: calc(0% - 20px);
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:before {
    right: -5%;
  }
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 20px);
  bottom: 0;
  left: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_2 .add_to_cart_button .elementor-button-content-wrapper .elementor-button-text:after {
    width: 105%;
  }
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .add_to_cart_button:visited {
  color: #2639D8;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .add_to_cart_button:visited svg {
  fill: #060423;
}
.btn_cta_2 .elementor-button-link:hover, .btn_cta_2 .add_to_cart_button:hover {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_2 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:before {
  right: -15%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before, .btn_cta_2 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:before {
    right: 0%;
  }
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_2 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:after {
  width: 115%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:after, .btn_cta_2 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-text:after {
    width: 100%;
  }
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .add_to_cart_button:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .add_to_cart_button {
  font-size: 24px;
}
.btn_lireplus .elementor-button-link {
  background-color: transparent;
  color: #2639D8;
  font-size: 18px;
  padding: 10px 22px;
  border: 1px solid #2639D8;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "altivo", sans-serif;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_lireplus .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_lireplus .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_lireplus .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_lireplus .elementor-button-link:visited {
  color: #2639D8;
}
.btn_lireplus .elementor-button-link:visited svg {
  fill: #2639D8;
}
.btn_lireplus .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2639D8;
  border: 1px solid #2639D8;
  color: #ffffff !important;
}
.btn_lireplus .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fix {
  position: fixed !important;
  top: 50%;
  padding: 0px !important;
  margin: 0px !important;
  width: 200px !important;
  z-index: 99999 !important;
  right: 0px !important;
}
@media screen and (max-width: 768px) {
  .bloc_fix {
    top: 80%;
  }
}
.btn_fix {
  right: -153px !important;
  transition-delay: 0s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix:hover {
  right: 0px !important;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link {
  background-color: #2639D8;
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 44px;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 44px;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #2639D8;
  z-index: -1;
  transition-delay: 3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: 0px;
  height: 44px;
  width: 44px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #2639D8;
  z-index: 1;
  transition-delay: 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #ffffff;
  z-index: 2;
}
.btn_fix .elementor-button-link:visited {
  color: #ffffff;
}
.btn_fix .elementor-button-link:visited svg {
  fill: #ffffff;
}
.btn_fix .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #000000;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #2639D8;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#form_contact {
  margin: 1rem 0rem;
}
#form_contact .form_titre {
  font-size: 16px;
  font-weight: 600;
  margin: 1rem 0rem;
  color: #060423;
}
#form_contact input:not([type="checkbox"]):not([type="submit"]), #form_contact textarea {
  border: 1px solid #060423;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #060423;
  border-radius: 0px;
}
#form_contact input:focus-visible, #form_contact textarea:focus-visible {
  outline: 2px solid #060423;
}
#form_contact .intl-tel-input {
  width: 100%;
}
#form_contact input[type="text"], #form_contact input[type="tel"], #form_contact input[type="email"] {
  font-weight: 400;
  border: 1px solid #060423;
  height: 50px;
  border-radius: 0px;
}
#form_contact input[type="email"] {
  background-color: transparent;
  border: 1px solid #060423;
  color: 1px solid #060423;
  height: 50px;
  border-radius: 0px;
}
#form_contact textarea {
  margin-top: 0.5rem;
}
#form_contact select {
  width: 100%;
  padding: 10px 2.5rem 10px 20px;
  /* accommodate with the pseudo elements for the dropdown arrow */
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  line-height: 22px;
  background-image: url("../icons/contact-down-solid.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 18px;
  width: 100%;
  color: #060423;
  padding-right: 2.5em;
  border: 1px solid #060423;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}
#form_contact .liste_checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
#form_contact .liste_checkbox .wpcf7-list-item label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 4px 8px 4px 0px;
  color: #060423;
}
#form_contact .liste_checkbox .wpcf7-list-item label span {
  flex: 1 1;
  padding-left: 10px;
}
#form_contact .row_submit .form-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
#form_contact .row_submit .form-column p {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  #form_contact .row_submit .form-column {
    flex-direction: column;
    justify-content: center;
  }
}
#form_contact .form_contact_submit_pop input[type="submit"] {
  padding: 10px 0px;
  text-align: center;
  min-width: 280px;
  background-color: transparent;
  border: 1px solid #060423;
  color: #060423;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#form_contact .form_contact_submit_pop input[type="submit"]:hover {
  background-color: #060423;
  color: #ffffff;
  border: 1px solid #060423;
  transition: all 0.3s ease-in-out;
}
#form_contact .form_contact_submit_pop .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
}
#form_contact .wpcf7-acceptance .wpcf7-list-item {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#form_contact .wpcf7-acceptance a {
  color: #060423;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
#form_contact .wpcf7-acceptance a:hover {
  transition: all 0.3s ease-in-out;
}
#form_contact input::-webkit-input-placeholder, #form_contact textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #060423 !important;
  opacity: 1;
}
#form_contact input::-moz-placeholder, #form_contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #060423 !important;
  opacity: 1;
}
#form_contact input::-ms-input-placeholder, #form_contact textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #060423 !important;
  opacity: 1;
}
#form_contact input::-moz-placeholder, #form_contact textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #060423 !important;
  opacity: 1;
}
#form_contact input::placeholder, #form_contact textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #060423 !important;
  opacity: 1;
}
#form_contact input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #060423;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50% !important;
}
#form_contact input[type="checkbox"]:checked {
  position: relative;
}
#form_contact input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
#form_contact input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.2;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
  height: 20px !important;
  border-radius: 50% !important;
  flex: 0 1 20px;
  margin: 5px 10px;
}
.wpcf7-acceptance .wpcf7-list-item label > span {
  flex: 1 1;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item label {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .wpcf7-acceptance .wpcf7-list-item label > span {
    padding-left: 0;
  }
}
.form_contact_submit_pop {
  position: relative;
}
.form_contact_submit_pop .popit {
  position: absolute;
  background-color: white;
  bottom: 0;
  transform: translateY(calc(100% + 20px)) translateX(calc(-50% - 0px));
  left: 50%;
  width: 100%;
  color: #000;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px -4px 24px #00000020;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease;
  z-index: 99;
}
.form_contact_submit_pop .popit::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
#form_contact .form_contact_submit_pop .popit {
  transform: translateY(calc(100% + 0px)) translateX(calc(-50% - 0%));
}
/************************************************************************
*   Autres styles
*---------------------------------------------------------------------------------------------------------------------*/
.wpcf7 .ajax-loader {
  position: absolute;
  right: 0px;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #060423;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/************************************************************************
*   Grid form
*---------------------------------------------------------------------------------------------------------------------*/
.form_row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .form_row {
    flex-direction: column;
  }
}
.form_row .form-column {
  display: flex;
  flex-direction: column;
  padding: 0rem 1rem;
}
@media screen and (max-width: 768px) {
  .form_row .form-column {
    padding: 0rem;
  }
}
.form_row .form-col-100 {
  width: 100%;
}
.form_row .form-col-90 {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-90 {
    width: 100%;
  }
}
.form_row .form-col-80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-80 {
    width: 100%;
  }
}
.form_row .form-col-70 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-70 {
    width: 100%;
  }
}
.form_row .form-col-60 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-60 {
    width: 100%;
  }
}
.form_row .form-col-50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-50 {
    width: 100%;
  }
}
.form_row .form-col-40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-40 {
    width: 100%;
  }
}
.form_row .form-col-30 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-30 {
    width: 100%;
  }
}
.form_row .form-col-20 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-20 {
    width: 100%;
  }
}
.form_row .form-col-33 {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-33 {
    width: 100%;
  }
}
.form_row .form-col-25 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .form_row .form-col-25 {
    width: 100%;
  }
}
.form_elementor {
  background-color: #F2F3FC;
  border-radius: 79px;
  padding: 3rem 4rem !important;
}
.form_elementor .form-field-name {
  border: 1px solid #060423;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border-radius: 0 !important;
}
.form_elementor .elementor-field-label {
  color: #191B71;
  font-size: 16px;
}
.form_elementor .elementor-field-type-html {
  margin-bottom: 10px !important;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #2639D8;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-type-acceptance label {
  font-size: 10px !important;
}
.form_elementor .elementor-field-type-radio label {
  background-color: #6de5b9;
  padding: 6px;
  border-radius: 14px;
}
.form_elementor .elementor-field-option {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
}
.form_elementor .elementor-field-option label {
  font-size: 12px;
}
.form_elementor input[type="checkbox"] {
  height: 16px !important;
  width: 26px !important;
  border: 1px solid #060423 !important;
  display: inline-block !important;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 4px;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  text-align: center;
}
.form_elementor .elementor-button {
  background-color: transparent;
  color: #2639D8 !important;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 !important;
  font-family: "altivo", sans-serif;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  position: relative;
  padding-bottom: 6px;
}
.form_elementor .elementor-button .elementor-button-text:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  right: -15%;
  border-radius: 50%;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate move110;
  animation: 0.4s linear alternate move110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .form_elementor .elementor-button .elementor-button-text:before {
    right: -5%;
  }
}
.form_elementor .elementor-button .elementor-button-text:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 110%;
  bottom: 0;
  left: 0;
  background-color: #2639D8;
  -webkit-animation: 0.4s linear alternate grow110;
  animation: 0.4s linear alternate grow110;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .form_elementor .elementor-button .elementor-button-text:after {
    width: 105%;
  }
}
.form_elementor .elementor-button:hover .elementor-button-text:before {
  right: -20%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .form_elementor .elementor-button:hover .elementor-button-text:before {
    right: 0%;
  }
}
.form_elementor .elementor-button:hover .elementor-button-text:after {
  width: 120%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .form_elementor .elementor-button:hover .elementor-button-text:after {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .form_elementor {
    padding: 2rem 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .form_elementor {
    padding: 2rem 1rem !important;
  }
}
.news_form .elementor-form .elementor-button {
  background-color: #ffffff;
  color: #2639D8 !important;
  font-size: 16px;
  font-weight: 700;
  padding: 0 !important;
  font-family: "altivo", sans-serif;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.news_form .elementor-form .elementor-button:hover {
  background-color: #2639D8 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.news_form .elementor-form .elementor-form-fields-wrapper {
  background-color: #7AE7D4;
  padding: 10px 10px 0 10px;
  border-radius: 15px;
}
.news_form .elementor-field-group .elementor-field-textual {
  padding: 5px 14px 5px 4px;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
}
.news_form .elementor-field-group .elementor-field-textual::placeholder {
  color: #2639D8 !important;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
}
.news_form .elementor-field-group .elementor-field-textual:focus {
  box-shadow: none;
}
.news_form .elementor-message-success {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
input[type=checkbox]:not(.woocommerce-form__input-checkbox) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #060423;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50% !important;
  margin-left: 0;
  margin-top: 0;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #3b414c;
  color: #3b414c;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "altivo", sans-serif;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #3b414c;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #3b414c;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
/**Skip link - Lien raPide Accessibilité**/
.SkipLinks-item a {
  height: 1px;
  left: -999px;
  position: absolute;
  width: 1px;
}
.SkipLinks-item a:focus, .SkipLinks-item a:active {
  background: #2639D8;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
.loop_similar .loop_produit_1 {
  border: 1px solid #cacaca;
  border-radius: 40px;
  padding: 1rem;
}
.loop_similar .elementor-swiper-button {
  background-color: #ffffff;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.loop_similar .elementor-swiper-button svg {
  height: 20px !important;
  min-height: 20px !important;
  width: 10px !important;
  min-width: auto !important;
}
.loop_similar .elementor-swiper-button:hover {
  background-color: #2639D8;
}
.loop_similar .elementor-swiper-button:hover svg * {
  fill: #ffffff !important;
  stroke: #ffffff;
}
/******************************
* home select custom
******************************/
.select_custom_liste {
  overflow: hidden;
}
.select_custom_liste .elementor-widget-container {
  display: flex;
  flex-flow: column;
}
.select_custom_liste .elementor-widget-container #dropdown_btn {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  font-family: "altivo", sans-serif;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 10px 90px 10px 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: 1px solid #2639D8;
  background-color: #ffffff;
  cursor: pointer;
  color: #2639D8;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #dropdown_btn .uil {
  background-color: #2639D8;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select_custom_liste .elementor-widget-container #dropdown_btn .uil:before {
  content: "";
  background-color: #ffffff;
  width: 41px;
  height: 13px;
  -webkit-mask-image: url("../icons/arrow_btn.svg");
  mask-image: url("../icons/arrow_btn.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 10px;
  -webkit-mask-size: 40px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 19px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #dropdown_btn:hover, .select_custom_liste .elementor-widget-container #dropdown_btn.selected {
  background-color: #2639D8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #dropdown_btn:hover .uil, .select_custom_liste .elementor-widget-container #dropdown_btn.selected .uil {
  background-color: #ffffff;
}
.select_custom_liste .elementor-widget-container #dropdown_btn:hover .uil:before, .select_custom_liste .elementor-widget-container #dropdown_btn.selected .uil:before {
  content: "";
  background-color: #2639D8;
}
.select_custom_liste .elementor-widget-container #menu_dropdown {
  width: 100%;
  opacity: 0;
  top: -30px;
  position: relative;
  display: flex;
  flex-flow: column;
  border: 1px solid #2639D8;
  margin-top: 10px;
  border-radius: 24px;
  padding: 60px 20px 20px 20px;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown.show_me {
  top: 0;
  width: 100%;
  opacity: 1;
  left: 0;
  top: -55px;
  transition: all 1s ease-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  color: #2639D8 !important;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a b, .select_custom_liste .elementor-widget-container #menu_dropdown a strong {
  font-weight: 700;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  top: 9px;
  left: 10px;
  border-radius: 50%;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  top: 11px;
  left: 0;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a:hover {
  color: #060423 !important;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a:hover:before {
  left: 13px;
  background-color: #060423;
  transition: all 0.3s ease-in-out;
}
.select_custom_liste .elementor-widget-container #menu_dropdown a:hover:after {
  width: 14px;
  background-color: #2639D8;
  transition: all 0.3s ease-in-out;
}
