@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Set core body defaults */
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 960px) {
  body main {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body main {
    margin-top: 4rem;
  }
}
body .elementor-location-footer {
  bottom: 0;
}
.site_container {
  max-width: 1200px;
  margin: auto;
}
.entry-content {
  margin: 0rem !important;
}
.post, .page {
  margin: 0em !important;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p:not(:only-child) {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, p, 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: #161615;
}
.bg_noir {
  background-color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.bg_gris1 {
  background-color: #f2f2f2;
}
.bg_gris2 {
  background-color: #eeeeee;
}
.bg_gris3 {
  background-color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.bg_color1 {
  background-color: #467acf;
}
.bg_color2 {
  background-color: #00e3f2;
}
.bg_color3 {
  background-color: #46cdcf;
}
.bg_color4 {
  background-color: #00b0f8;
}
.bg_color5 {
  background-color: #3d84a7;
}
.bg_color6 {
  background-color: #02415d;
}
.bg_color7 {
  background-color: #15294a;
}
/**
*
* 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
*************************/
.header_m1 .gm-wrapper {
  background-color: #ffffff;
  width: 100%;
  z-index: 99;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper {
  align-items: center;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 30px 2px;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li a {
  padding: 10px 2px;
  margin: 0;
  background-color: transparent;
  color: #161615 !important;
  font-weight: 700;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li a .gm-caret i {
  font-weight: 700;
  font-size: 20px;
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li a:hover, .header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li a:active {
  color: #467acf !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li a:hover .gm-caret i, .header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li a:active .gm-caret i {
  color: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #00e3f2 !important;
  background-color: #ffffff;
}
.header_m1 .gm-wrapper .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav li .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item {
  padding-right: 4px;
  padding-left: 4px;
}
.header_m1 .gm-wrapper .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-wrapper .gm-inner .gm-container .gm-logo > a img {
  height: 44px !important;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header_m1 .gm-wrapper .gm-inner .gm-container .gm-logo > a img {
    height: 44px !important;
  }
}
.header_m1 .btn_color2 {
  min-width: 200px !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: white;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner {
  min-height: 80px !important;
}
.header_m1.fixed-header .gm-inner .gm-container {
  height: 80px;
  transition: all 0.3s ease-in-out;
}
.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 img {
  width: 100%;
  height: 45px !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header_m1.fixed-header .gm-inner .gm-container .gm-logo > a img {
    height: 50px !important;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/************************
* Header BTN
*************************/
.header_bloc_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  position: absolute;
  top: 8px;
  right: 0px;
}
@media screen and (max-width: 960px) {
  .header_bloc_btn {
    position: relative;
    margin-right: 30px;
  }
}
.header_bloc_btn > div:first-child {
  margin-right: 10px;
}
.header_bloc_btn .header_btn_tel a, .header_bloc_btn .header_btn_contact a {
  position: relative;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  border-radius: 22px 22px 22px 0px;
  padding: 0px 70px 0px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .header_bloc_btn .header_btn_tel a, .header_bloc_btn .header_btn_contact a {
    padding: 0px 30px 0px 30px;
  }
}
.header_bloc_btn .header_btn_tel a:before, .header_bloc_btn .header_btn_contact a:before {
  content: "";
  position: absolute;
  display: block;
  height: 36px;
  width: 38px;
  border-radius: 50%;
  top: 50%;
  right: 8px;
  transform: translateX(0px) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.header_bloc_btn .header_btn_tel a:after, .header_bloc_btn .header_btn_contact a:after {
  content: "";
  position: absolute;
  display: block;
  height: 38px;
  width: 38px;
  top: 0%;
  left: 0%;
  transform: translateX(-50%) translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 960px) {
  .header_bloc_btn .header_btn_tel a span, .header_bloc_btn .header_btn_contact a span {
    display: none;
  }
}
.header_bloc_btn .header_btn_tel a {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.header_bloc_btn .header_btn_tel a:before {
  background-color: #000000;
}
.header_bloc_btn .header_btn_tel a:after {
  background-image: url("");
}
.header_bloc_btn .header_btn_tel a:hover {
  background-color: #467acf;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header_bloc_btn .header_btn_contact a {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.header_bloc_btn .header_btn_contact a:before {
  background-color: #000000;
}
.header_bloc_btn .header_btn_contact a:after {
  background-image: url("");
}
.header_bloc_btn .header_btn_contact a:hover {
  background-color: #467acf;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#header_menu .elementor-nav-menu .menu-item a {
  color: #ffffff;
  padding: 20px 20px;
}
#footer_m1 {
  background-color: #161615;
  border: 0px;
  padding: 2rem 0rem;
  z-index: 2;
}
#footer_m1 .footer_logo img {
  height: auto !important;
  width: 260px !important;
}
#footer_m1 .footer_titre .elementor-heading-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
#footer_m1 p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
#footer_m1 p a {
  margin-bottom: 10px;
  display: inline-block;
}
#footer_m1 a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
#footer_m1 a:hover {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .btn_color2 a {
  font-weight: 700;
}
#footer_m1 .btn_color2 a:hover {
  color: #00e3f2 !important;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  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 {
  border: 1px solid #00e3f2;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .elementor-social-icon:hover svg {
  fill: #00e3f2;
  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 .contact_icon_tel a {
  font-weight: 700;
}
#copyright_m1 {
  background-color: #161615;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
#copyright_m1 p {
  color: #707070;
}
#copyright_m1 a {
  color: #707070;
  transition: all 0.3s ease-in-out;
}
#copyright_m1 a:hover {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
/* 
* Titres 
* Padding / margin spe
* Couleur, Fonts
* images
* Liste
* Filtres
* Formes
* Colonne
* Tabs Secteur activités
* Client Gris
* compteur chiffre
* Reassurance bloc
*/
#breadcrumbs {
  color: #ffffff;
}
#breadcrumbs a {
  color: #ffffff;
  border: 2px solid #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  border-radius: 48px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
#breadcrumbs a:hover {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Titres
******************************/
.titre_1 {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #161615;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_1 br {
    display: none;
  }
}
.titre_1 span {
  color: #467acf;
  font-weight: 600;
}
.titre_1_v2 {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_1_v2 br {
    display: none;
  }
}
.titre_1_v2 span {
  color: #ffffff;
  font-weight: 600;
}
.titre_1_v3 {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_1_v3 br {
    display: none;
  }
}
.titre_1_v3 span {
  color: #00e3f2;
  font-weight: 600;
}
.titre_2 {
  position: relative;
  font-size: calc(22px + (26 - 22) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #161615;
  font-weight: 300;
  line-height: 1.2;
}
.titre_2 span {
  display: block;
}
@media screen and (max-width: 960px) {
  .titre_2 br {
    display: none;
  }
}
.titre_2 strong {
  color: #467acf;
  font-weight: 600;
}
.titre_2.txt_blanc {
  color: #ffffff !important;
}
.titre_2.txt_blanc strong {
  color: #ffffff !important;
}
.titre_3 {
  position: relative;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #161615;
}
.titre_3 span {
  color: #467acf;
}
@media screen and (max-width: 960px) {
  .titre_3 br {
    display: none;
  }
}
.titre_3.txt_blanc {
  color: #ffffff !important;
}
.titre_3.txt_blanc span {
  color: #ffffff !important;
}
.titre_4 {
  position: relative;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #161615;
}
@media screen and (max-width: 960px) {
  .titre_4 br {
    display: none;
  }
}
.titre_4 span {
  color: #467acf;
  font-weight: 600;
}
.titre_4.txt_blanc {
  color: #ffffff !important;
}
.titre_4.txt_blanc span {
  color: #ffffff !important;
}
.sous_titre {
  position: relative;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #161615;
}
.sous_titre strong {
  color: #467acf;
  font-weight: 600;
}
.sous_titre.txt_blanc {
  color: #ffffff !important;
}
.titre_border_top:before {
  content: "";
  width: 148px;
  height: 10px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #00e3f2;
  display: block;
  margin-bottom: 20px;
}
.elementor-heading-title {
  line-height: 1.2em !important;
}
/******************************
* Padding / margin spe
******************************/
.py_aucun {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur, Fonts
******************************/
.elementor-counter .elementor-counter-title {
  line-height: 1.4 !important;
}
.txt_blanc {
  color: #ffffff !important;
}
.bg_degrad_5 {
  background: linear-gradient(0deg, #467acf, #15294a);
}
.bloc_degrad_2 {
  background: linear-gradient(180deg, #00b0f8 0%, #467acf 100%);
  border-radius: 8px !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5) !important;
  padding: 1rem !important;
}
.bloc_blanc {
  background-color: #ffffff;
  border-radius: 8px !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5) !important;
  padding: 1rem !important;
}
/******************************
* images
******************************/
.img_radius {
  border-radius: 3rem 0px 3rem 0px;
  overflow: hidden;
}
.img_radius_all, .brd_radius {
  border-radius: 8px !important;
  overflow: hidden;
}
svg {
  min-height: 20px;
  min-width: 20px;
}
/******************************
* Liste
******************************/
.liste_arrow ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.liste_arrow ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.liste_arrow ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 19px;
  top: -1px;
  left: 0;
  mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #467acf;
}
.liste_arrow_v2 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.liste_arrow_v2 ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.liste_arrow_v2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 19px;
  top: -1px;
  left: 0;
  mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #00e3f2;
}
.liste_check ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.liste_check ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.liste_check ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 19px;
  top: -1px;
  left: 0;
  mask-image: url("/wp-content/uploads/2023/03/check.svg");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("/wp-content/uploads/2023/03/check.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #467acf;
}
.liste_check ul li ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.liste_check ul li ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.liste_check ul li ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 19px;
  top: -1px;
  left: 0;
  mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #467acf;
}
.liste_check_v2 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.liste_check_v2 ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.liste_check_v2 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 19px;
  top: -1px;
  left: 0;
  mask-image: url("/wp-content/uploads/2023/03/check.svg");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("/wp-content/uploads/2023/03/check.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #00e3f2;
}
.liste_check_v2 ul li ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.liste_check_v2 ul li ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.liste_check_v2 ul li ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 19px;
  top: -1px;
  left: 0;
  mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url("/wp-content/uploads/2023/03/fleche-droite.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #00e3f2;
}
.liste_icon {
  color: #ffffff;
  fill: #ffffff;
}
.liste_icon .elementor-icon-list-item {
  margin: 0rem 0rem 1rem 0rem !important;
}
.liste_icon .elementor-icon-list-item .elementor-icon-list-text {
  font-weight: 600;
}
.liste_icon .elementor-icon-list-item svg {
  width: 40px !important;
  height: 40px !important;
}
/******************************
* Filtres
******************************/
.filtre {
  position: relative;
}
.filtre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.filtre_noir:before {
  background-color: rgba(0, 0, 0, 0.35);
}
.filtre_color1:before {
  background-color: rgba(70, 122, 207, 0.35);
}
.filtre_color2:before {
  background-color: rgba(0, 227, 242, 0.35);
}
.filtre_color3:before {
  background-color: rgba(70, 205, 207, 0.35);
}
.filtre_color4:before {
  background-color: rgba(0, 176, 248, 0.35);
}
.filtre_color5:before {
  background-color: rgba(61, 132, 167, 0.35);
}
.filtre_color6:before {
  background-color: rgba(2, 65, 93, 0.35);
}
/******************************
* Formes
******************************/
.form_bgrow_carre .e-con-inner {
  z-index: 2;
  position: relative;
}
.form_bgrow_carre:after {
  content: "" !important;
  background-image: url("/wp-content/uploads/2023/03/forme-simple.svg");
  background-position: 73% -150px;
  background-size: 200% 120%;
  background-repeat: no-repeat;
  width: 700px !important;
  height: 700px !important;
  position: absolute !important;
  top: 0% !important;
  right: 0% !important;
  transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .form_bgrow_carre:after {
    opacity: 0.5;
  }
}
.form_bgrow_left {
  position: relative;
}
.form_bgrow_left .e-con-inner {
  z-index: 2;
  position: relative;
}
.form_bgrow_left:before {
  content: "" !important;
  background-image: url("/wp-content/uploads/2023/03/forme1.svg");
  background-position: 110% 0%;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  width: 300px !important;
  height: 700px !important;
  position: absolute !important;
  top: 0% !important;
  left: 0% !important;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .form_bgrow_left:before {
    opacity: 0.5;
  }
}
.form_bgrow_right {
  position: relative;
}
.form_bgrow_right .e-con-inner {
  z-index: 2;
  position: relative;
}
.form_bgrow_right:after {
  content: "" !important;
  background-image: url("/wp-content/uploads/2023/03/forme1.svg");
  background-position: -10% 0%;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  width: 300px !important;
  height: 700px !important;
  position: absolute !important;
  top: 0% !important;
  right: 0% !important;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .form_bgrow_right:after {
    opacity: 0.5;
  }
}
.form_top_left {
  overflow: hidden !important;
}
.form_top_left:before {
  content: "" !important;
  background-image: url("/wp-content/uploads/2023/03/forme1.svg");
  background-position: 0% 100%;
  background-size: 200% 150%;
  background-repeat: no-repeat;
  width: 300px !important;
  height: 300px !important;
  position: absolute !important;
  top: 0% !important;
  left: 0% !important;
  z-index: 1;
  transform: rotate(-90deg);
}
@media screen and (max-width: 960px) {
  .form_top_left:before {
    opacity: 0.5;
  }
}
.form_bas_right > div {
  z-index: 2;
  position: relative;
}
.form_bas_right:after {
  content: "" !important;
  background-image: url("/wp-content/uploads/2023/03/forme1.svg");
  background-position: 100% 100%;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  width: 400px !important;
  height: 400px !important;
  position: absolute !important;
  bottom: 0% !important;
  right: 0% !important;
  z-index: 1;
  transform: rotate(270deg);
}
@media screen and (max-width: 960px) {
  .form_bas_right:after {
    opacity: 0.5;
  }
}
.form_bas_right.over_hidden {
  overflow: hidden;
}
/******************************
* 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 !important;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px !important;
    column-fill: balance;
  }
}
/******************************
* Tabs + Slider Secteur activités
******************************/
.tabs_secteur .ue-remote-tabs .ue-item {
  background: #00e3f2;
  padding: 15px 15px 15px 40px;
  border-radius: 8px;
  color: #ffffff;
  overflow: hidden;
  align-items: center !important;
  z-index: 1;
}
.tabs_secteur .ue-remote-tabs .ue-item .ue-item-title {
  font-weight: 600;
  text-transform: uppercase;
}
.tabs_secteur .ue-remote-tabs .ue-item:after {
  content: "" !important;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #467acf;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.tabs_secteur .ue-remote-tabs .ue-item:hover:after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.tabs_secteur .ue-remote-tabs .ue-item-active:after {
  width: 100%;
}
.slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide {
  border-radius: 8px;
  min-height: 58vh;
}
.slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .ue-item-overlay {
  background-color: rgba(70, 122, 207, 0.5);
  mix-blend-mode: multiply;
}
.slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .uc_fbps_content {
  max-width: 50%;
  height: 100%;
  padding: 30px 30px 60px 30px;
}
.slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .uc_fbps_content .uc_fbps_container_title {
  font-weight: 600;
}
.slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .uc_fbps_content .ue-btn {
  border: 3px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
  margin-top: 40px;
}
.slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .uc_fbps_content .ue-btn:hover {
  background-color: #467acf;
}
@media screen and (max-width: 960px) {
  .slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide {
    min-height: 70vh;
  }
  .slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .uc_fbps_content {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .slider_secteur .owl-carousel .owl-stage .owl-item .uc_fbps_slide .uc_fbps_content {
    max-width: 100%;
  }
}
/******************************
* Client Gris
******************************/
.client_gris img {
  max-width: 90% !important;
  filter: grayscale(100%) contrast(100%);
  -webkit-filter: grayscale(100%) contrast(100%);
  opacity: 0.45;
  transition: all 0.3s ease-in-out;
}
.client_gris img:hover {
  filter: grayscale(0) contrast(100%);
  -webkit-filter: grayscale(0) contrast(100%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.client_gris .elementor-swiper-button {
  background-color: rgba(70, 122, 207, 0.35);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.client_gris .elementor-swiper-button i {
  font-size: 14px;
}
/******************************
* compteur chiffre
******************************/
.count_color1 .elementor-counter .elementor-counter-number-wrapper, .count_color2 .elementor-counter .elementor-counter-number-wrapper, .count_color3 .elementor-counter .elementor-counter-number-wrapper, .count_color4 .elementor-counter .elementor-counter-number-wrapper, .count_color5 .elementor-counter .elementor-counter-number-wrapper {
  flex: inherit;
  color: #ffffff;
  position: relative;
  font-size: 35px;
  font-weight: 400;
  width: 100px;
  height: 100px;
  align-items: center;
  margin: 0 auto 20px;
}
.count_color1 .elementor-counter .elementor-counter-number-wrapper:after, .count_color2 .elementor-counter .elementor-counter-number-wrapper:after, .count_color3 .elementor-counter .elementor-counter-number-wrapper:after, .count_color4 .elementor-counter .elementor-counter-number-wrapper:after, .count_color5 .elementor-counter .elementor-counter-number-wrapper:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 28px;
  transform: rotate(70deg);
  z-index: -1;
}
.count_color1 .elementor-counter .elementor-counter-title, .count_color2 .elementor-counter .elementor-counter-title, .count_color3 .elementor-counter .elementor-counter-title, .count_color4 .elementor-counter .elementor-counter-title, .count_color5 .elementor-counter .elementor-counter-title {
  font-weight: 600;
}
.count_color1 .elementor-counter .elementor-counter-number-wrapper:after {
  background-color: #467acf;
}
.count_color2 .elementor-counter .elementor-counter-number-wrapper:after {
  background-color: #00e3f2;
}
.count_color3 .elementor-counter .elementor-counter-number-wrapper:after {
  background-color: #46cdcf;
}
.count_color4 .elementor-counter .elementor-counter-number-wrapper:after {
  background-color: #00b0f8;
}
.count_color5 .elementor-counter .elementor-counter-number-wrapper:after {
  background-color: #3d84a7;
}
/******************************
* Reassurance Bloc
******************************/
.reassurance_bloc {
  background: linear-gradient(90deg, #00b0f8 0%, #467acf 50%, #00b0f8 100%);
  color: #ffffff;
}
.reassurance_bloc .reassurance_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  font-size: 60px;
}
.reassurance_bloc .reassurance_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-size: 20px;
  font-weight: 600;
}
.reassurance_bloc .reassurance_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 14px;
}
/* 
* hero / ban home
* titres
* Carousel solution
* Carousel App
* Carousel equipe
* Carousel Blog
* Icons Parc
* Forme Home
* Bloc sur-mesure
* Bloc testi
*/
/******************************
* hero / ban home
******************************/
#ban_home {
  overflow: hidden;
}
#ban_home .ban_home_content {
  padding: 4rem;
}
#ban_home .ban_home_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48px;
  transform: rotate(351deg);
  background-color: rgba(70, 122, 207, 0.85);
}
@media screen and (max-width: 960px) {
  #ban_home .ban_home_content {
    padding: 4rem 2.2rem;
  }
  #ban_home .ban_home_content:before {
    width: 90%;
    height: 100%;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ban_home .ban_home_content:before {
    transform: rotate(-2deg);
  }
}
#ban_home .ban_home_content .ban_titre {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #ban_home .ban_home_content .ban_titre br {
    display: none;
  }
}
#ban_home .ban_home_content .ban_titre span {
  font-weight: 600;
}
/******************************
* titres
******************************/
.titre_home_1 {
  position: relative;
  font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #161615;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_home_1 br {
    display: none;
  }
}
.titre_home_1 span {
  color: #467acf;
  font-weight: 600;
}
.titre_home_1_v2 {
  position: relative;
  font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_home_1_v2 br {
    display: none;
  }
}
.titre_home_1_v2 span {
  color: #00e3f2;
  font-weight: 600;
}
.titre_home_2 {
  position: relative;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #161615;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_home_2 br {
    display: none;
  }
}
.titre_home_2 span {
  color: #467acf;
  font-weight: 600;
}
.titre_home_2_v2 {
  position: relative;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #467acf;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .titre_home_2_v2 br {
    display: none;
  }
}
.titre_home_2_v2 span {
  color: #00e3f2;
  font-weight: 600;
}
/******************************
* Carousel Solution
******************************/
.icon_responsive {
  width: 290px;
}
.solution_carrousel .solution_carrousel_img {
  border-radius: 8px;
  overflow: hidden;
  min-height: 150px;
}
.solution_carrousel .solution_carrousel_titre {
  text-align: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
}
.solution_carrousel .solution_carrousel_titre span {
  color: #467acf;
  display: block;
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.solution_carrousel .solution_carrousel_desc {
  font-size: 14px;
}
.elementor-swiper-button-prev, .elementor-swiper-button-next {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-swiper-button-prev svg, .elementor-swiper-button-next svg {
  fill: #467acf !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button-prev:hover, .elementor-swiper-button-next:hover {
  transition: all 0.3s ease-in-out;
  background-color: white !important;
}
.elementor-swiper-button-prev:hover svg, .elementor-swiper-button-next:hover svg {
  fill: #00e3f2 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button-prev.swiper-button-lock, .elementor-swiper-button-next.swiper-button-lock {
  display: none !important;
}
/******************************
* Carousel App
******************************/
.app_carousel .owl-carousel .owl-stage .owl-item .uc_dark_carousel_content {
  opacity: 0;
}
.app_carousel .owl-carousel .owl-stage .owl-item.uc-active-item .uc_dark_carousel_content {
  opacity: 1;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder {
  padding-bottom: 20px !important;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item {
  overflow: visible !important;
  padding: 10px !important;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_placeholder img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content {
  padding: 20px 20px;
  position: relative;
  margin-top: -150px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content .ue-title {
  font-size: 16px;
  text-align: center;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content .ue-title strong {
  color: #467acf;
  font-size: 24px;
  display: block;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content p {
  font-size: 14px;
  margin-top: 0;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content .uc_more_btn {
  font-size: 14px;
  color: #467acf;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content .uc_more_btn .ue-btn-inner-wrapper svg {
  fill: #00e3f2;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content .uc_more_btn:hover {
  color: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item .uc_dark_carousel_content .uc_more_btn:hover .ue-btn-inner-wrapper svg {
  fill: #467acf;
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .app_carousel .owl-carousel .owl-stage .owl-item .ue-item-holder .ue-item {
    padding: 0 10px;
  }
}
.app_carousel .owl-nav {
  color: #467acf;
}
.app_carousel .owl-nav .owl-prev, .app_carousel .owl-nav .owl-next {
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  top: 35% !important;
  transition: all 0.3s ease-in-out;
}
.app_carousel .owl-nav .owl-prev:hover, .app_carousel .owl-nav .owl-next:hover {
  background-color: white !important;
  transition: all 0.3s ease-in-out;
}
/******************************
* Carousel equipe
******************************/
.equipe_carousel .equipe_carousel_titre {
  font-weight: 600;
  font-size: 18px;
}
.equipe_carousel .equipe_carousel_desc {
  font-size: 14px;
}
.equipe_fiche {
  background-color: #ffffff;
  border-radius: 8px !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5) !important;
  padding: 1rem !important;
}
.equipe_fiche .equipe_fiche_titre {
  font-weight: 600;
  font-size: 22px;
}
.equipe_fiche .equipe_fiche_desc {
  font-size: 14px;
}
.equipe_fiche .equipe_fiche_poste {
  font-weight: 600;
  font-size: 16px;
  color: #467acf;
}
.equipe_fiche .equipe_fiche_mail a {
  color: #467acf !important;
  transition: all 0.3s ease-in-out;
}
.equipe_fiche .equipe_fiche_mail a:hover {
  color: #00e3f2 !important;
  transition: all 0.3s ease-in-out;
}
/******************************
* Icons Parc
******************************/
.icons_parc .icon_parc .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  font-size: 110px;
}
.icons_parc .icon_parc .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title strong {
  display: block;
  text-transform: uppercase;
}
/******************************
* Forme Home
******************************/
.multi_form_home {
  overflow: hidden !important;
}
.multi_form_home .e-con-inner {
  z-index: 1;
}
.multi_form_home:after {
  content: url("/wp-content/uploads/2023/03/forme1.svg") !important;
  width: 90% !important;
  height: 90% !important;
  position: absolute !important;
  bottom: 0 !important;
  right: -40% !important;
  mix-blend-mode: multiply;
}
.multi_form_home:before {
  content: url("/wp-content/uploads/2023/03/forme1.svg") !important;
  width: 80% !important;
  height: 80% !important;
  position: absolute !important;
  top: 10% !important;
  left: -20% !important;
  mix-blend-mode: multiply !important;
  transform: rotate(90deg);
}
/******************************
* Bloc Sur-mesure
******************************/
.bloc_sur-mesure .e-con-inner {
  z-index: 1;
}
.bloc_sur-mesure .e-con-inner .bloc_sur-mesure_numb {
  line-height: 100px;
  font-size: calc(20px + (38 - 22) * ((100vw - 300px) / (1200 - 300)));
}
.bloc_sur-mesure .e-con-inner .bloc_sur-mesure_numb::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 3px solid #00e3f2;
  border-radius: 50%;
  margin: auto;
}
.bloc_sur-mesure .bloc_sur-mesure_titre {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1200 - 300)));
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .bloc_sur-mesure .bloc_sur-mesure_titre br {
    display: none;
  }
}
.bloc_sur-mesure .titre_1 strong {
  color: #ffffff;
}
.bloc_sur-mesure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(22, 22, 21, 0.5);
}
@media screen and (max-width: 960px) {
  .bloc_sur-mesure .bloc_sur-mesure_titre {
    font-size: 19px;
  }
}
/******************************
* Bloc testi
******************************/
.bloc_testi .titre_1 strong {
  color: #ffffff;
}
.bloc_testi .swiper-slide {
  padding: 20px 90px !important;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__text {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__text:before {
  content: url("/wp-content/uploads/2023/03/quote.svg") !important;
  width: 55px !important;
  height: 58px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__text:after {
  content: url("/wp-content/uploads/2023/03/quote.svg") !important;
  width: 55px !important;
  height: 58px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__text:after {
    top: auto !important;
    bottom: 0;
  }
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__image {
  width: 120px;
  height: 50px;
  overflow: visible;
  margin: auto;
  background: #ffffff;
  border-radius: 44px !important;
  padding: 5px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__image picture {
  height: 40px;
  width: 110px;
  text-align: center;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__image picture img {
  width: 70%;
  height: auto;
  filter: grayscale(100);
  opacity: 0.7;
  border-radius: 0px !important;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__cite {
  flex-direction: row;
  color: #ffffff;
  justify-content: center;
}
.bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name, .bloc_testi .swiper-slide .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__title {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .bloc_testi .swiper-slide {
    padding: 30px 40px !important;
  }
  .bloc_testi .swiper-slide .elementor-testimonial__cite {
    flex-wrap: wrap;
  }
}
.bloc_testi .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #00b0f8;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.bloc_testi .swiper-pagination-bullet:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.bloc_testi .swiper-pagination-bullet-active {
  background: #ffffff;
}
.bloc_testi:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #00b0f8 0%, #467acf 50%, #00b0f8 100%);
  z-index: -1;
}
/* 
* hero / ban inte
* ban logo + Laptop
* bloc icons inventaire
* bloc type materiel
* Carousel Stock materiel
* Carousel gestion parc
* Bloc application
* Bloc Cas client
* Page contact
* Page remerciement contact
*/
/************************
* hero / ban inte
*************************/
.ban_inte {
  background: linear-gradient(0deg, #467acf, #15294a);
}
.ban_inte .ban_titre {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_titre br {
    display: none;
  }
}
.ban_inte .ban_titre span {
  font-weight: 600;
}
.ban_inte .ban_titre span.txt_color2 {
  color: #00e3f2 !important;
}
.ban_inte #breadcrumbs {
  color: #ffffff;
}
.ban_inte #breadcrumbs a, .ban_inte #breadcrumbs .breadcrumb_last {
  color: #ffffff;
  border: 2px solid #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  border-radius: 48px;
  font-size: 14px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.ban_inte #breadcrumbs a:hover, .ban_inte #breadcrumbs .breadcrumb_last:hover {
  color: #467acf;
  background: white;
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_inte_content {
  padding: 4rem;
}
.ban_inte .ban_inte_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48px;
  transform: rotate(351deg);
  background-color: rgba(70, 122, 207, 0.85);
}
@media screen and (max-width: 960px) {
  .ban_inte .ban_inte_content {
    padding: 4rem 2.2rem;
  }
  .ban_inte .ban_inte_content:before {
    width: 90%;
    height: 100%;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ban_inte .ban_inte_content:before {
    transform: rotate(-2deg);
  }
}
/************************
* ban logo + Laptop
*************************/
.ban_logo_laptop .ban_logo svg {
  max-width: 400px;
}
.ban_logo_laptop:after {
  width: 100%;
  content: "";
  position: absolute;
  height: 50%;
  background: #c2d4ef;
  border-radius: 20px;
  z-index: -1;
}
/******************************
* bloc icons inventaire
******************************/
.icons_inventaire .icon_inventaire .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  font-size: 110px;
}
.icons_inventaire .icon_inventaire .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title strong {
  display: block;
  text-transform: uppercase;
}
.icons_inventaire .icon_inventaire .elementor-icon-box-wrapper .elementor-icon-box-content .sous-titre {
  font-weight: 700;
  color: #467acf;
  display: block;
  margin-bottom: 5px;
}
.icons_inventaire .icon_inventaire.plus_icon .elementor-icon-box-wrapper:after {
  content: "+";
  font-size: 43px;
  position: absolute;
  font-weight: 100;
  top: 30px;
  right: -18px;
}
@media screen and (max-width: 960px) {
  .icons_inventaire .icon_inventaire.plus_icon .elementor-icon-box-wrapper:after {
    top: 100%;
    right: 0;
    left: 0;
  }
}
.icons_inventaire .icon_inventaire.plus_icon_blanc .elementor-icon-box-wrapper:after {
  content: "+";
  font-size: 43px;
  position: absolute;
  font-weight: 100;
  top: 30px;
  right: -18px;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .icons_inventaire .icon_inventaire.plus_icon_blanc .elementor-icon-box-wrapper:after {
    top: 100%;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .icons_inventaire .icon_inventaire {
    width: 100%;
    margin-top: 40px;
  }
}
/************************
* bloc CTA
*************************/
.cta_demo {
  border-radius: 8px !important;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cta_demo .cta_content {
  z-index: 5;
  position: relative;
}
.cta_demo .cta_content .cta_titre {
  position: relative;
  font-size: calc(28px + (40 - 28) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .cta_demo .cta_content .cta_titre br {
    display: none;
  }
}
.cta_demo .cta_content .cta_titre span {
  color: #ffffff;
  font-weight: 600;
}
/************************
* bloc type materiel
*************************/
.bloc_stock_materiel {
  background: linear-gradient(0deg, #467acf, #15294a);
}
.bloc_stock_materiel:after {
  content: "";
  width: 100%;
  height: 200px;
  background: white;
  position: absolute;
  bottom: -10px;
}
.carrousel_blanc_picto .swiper-slide {
  padding: 10px;
}
.carrousel_blanc_picto .swiper-slide .content_slide > .e-con-inner {
  background-color: #ffffff !important;
  border-radius: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5) !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.carrousel_blanc_picto .solution_carrousel_img {
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.carrousel_blanc_picto .solution_carrousel_img .elementor-widget-container {
  height: 100px !important;
}
.carrousel_blanc_picto .solution_carrousel_img .elementor-widget-container svg {
  height: 100%;
  width: auto;
}
.carrousel_blanc_picto .solution_carrousel_titre {
  text-align: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  min-height: 50px;
}
.carrousel_blanc_picto .solution_carrousel_titre span {
  color: #467acf;
  display: block;
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.carrousel_blanc_picto .solution_carrousel_desc {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.carrousel_blanc_picto .wiper-pagination .swiper-pagination-bullet {
  font-size: 12px;
}
.carrousel_bleu_img .swiper-slide {
  padding: 10px;
}
.carrousel_bleu_img .swiper-slide .content_slide > .e-con-inner {
  background-color: #467acf;
  border-radius: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding-bottom: 2rem;
  height: 100%;
}
.carrousel_bleu_img .swiper-slide .content_slide > .e-con-inner .content_slide_bloc {
  height: 100%;
}
.carrousel_bleu_img .solution_carrousel_img {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  min-height: 150px;
}
.carrousel_bleu_img .solution_carrousel_titre {
  text-align: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  min-height: 50px;
}
.carrousel_bleu_img .solution_carrousel_titre span {
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.carrousel_bleu_img .solution_carrousel_desc {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.carrousel_bleu_img .wiper-pagination .swiper-pagination-bullet {
  font-size: 12px;
}
/******************************
* Bloc application
******************************/
.bloc_application .e-con-inner {
  z-index: 1;
}
.bloc_application .e-con-inner .bloc_sur-mesure_numb {
  line-height: 100px;
  font-size: 40px;
}
.bloc_application .e-con-inner .bloc_sur-mesure_numb::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 3px solid #00e3f2;
  border-radius: 50%;
  margin: auto;
}
.bloc_application .bloc_sur-mesure_titre {
  font-size: 25px;
  font-weight: 700;
  min-height: 60px;
}
.bloc_application .titre_1 strong {
  color: #ffffff;
}
.bloc_application:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(22, 22, 21, 0.5);
}
@media screen and (max-width: 960px) {
  .bloc_application .bloc_sur-mesure_titre {
    font-size: 19px;
  }
}
/******************************
* Bloc Cas client
******************************/
.bloc_cas_client .cas_client_entreprise {
  text-align: center;
}
.bloc_cas_client .cas_client_entreprise .cas_client_entreprise_nom {
  color: #467acf;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
}
.bloc_cas_client .cas_client_entreprise .cas_client_entreprise_pers {
  font-weight: 700;
}
.bloc_cas_client .cas_client_problem {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
/************************
* Page contact
*************************/
.contact_agence_logo svg {
  height: 45px;
  width: auto;
}
.contact_agence_name {
  color: #02415d;
  font-size: 18px;
  font-weight: 600;
}
.contact_agence_adresse {
  color: #02415d;
  font-weight: 600;
}
.contact_agence_adresse a {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
.contact_agence_adresse a span {
  font-weight: 600;
}
.contact_agence_adresse a:hover {
  color: #00e3f2 !important;
  transition: all 0.3s ease-in-out;
}
.contact_agence_divers a {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
.contact_agence_divers a span {
  font-weight: 600 !important;
}
.contact_agence_divers a:hover {
  color: #00e3f2 !important;
  transition: all 0.3s ease-in-out;
}
.contact_agence_social .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #161615;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  margin: 2px;
}
@media screen and (max-width: 960px) {
  .contact_agence_social .elementor-social-icon {
    font-size: 14px;
  }
}
.contact_agence_social .elementor-social-icon svg {
  fill: #161615;
  transition: all 0.3s ease-in-out;
}
.contact_agence_social .elementor-social-icon:hover {
  border: 1px solid #467acf;
  transition: all 0.3s ease-in-out;
}
.contact_agence_social .elementor-social-icon:hover svg {
  fill: #467acf;
  transition: all 0.3s ease-in-out;
}
.contact_info {
  border: 1px solid #f2f2f2;
  border-radius: 16px !important;
  padding: 2rem !important;
}
.contact_info .contact_info_name {
  color: #02415d;
  font-size: 20px;
  font-weight: 600;
}
.contact_info .contact_adresse a span {
  font-weight: 600;
}
.contact_info .contact_diver a {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
.contact_info .contact_diver a span {
  font-weight: 600 !important;
}
.contact_info .contact_diver a:hover {
  color: #00e3f2 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page remerciement contact
*************************/
.remerciement_bloc .remerciement_bloc_content {
  padding: 4rem;
}
.remerciement_bloc .remerciement_bloc_content .ban_titre {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .remerciement_bloc .remerciement_bloc_content .ban_titre br {
    display: none;
  }
}
.remerciement_bloc .remerciement_bloc_content .ban_titre span {
  font-weight: 600;
}
.remerciement_bloc .remerciement_bloc_content .ban_titre span.txt_color2 {
  color: #00e3f2 !important;
}
.remerciement_bloc .remerciement_bloc_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48px;
  transform: rotate(356deg);
  background-color: rgba(70, 122, 207, 0.85);
}
@media screen and (max-width: 960px) {
  .remerciement_bloc .remerciement_bloc_content {
    padding: 4rem 2.2rem;
  }
  .remerciement_bloc .remerciement_bloc_content:before {
    width: 90%;
    height: 100%;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .remerciement_bloc .remerciement_bloc_content:before {
    transform: rotate(-2deg);
  }
}
.remerciement_bloc #breadcrumbs {
  color: #ffffff;
}
.remerciement_bloc #breadcrumbs a, .remerciement_bloc #breadcrumbs .breadcrumb_last {
  color: #ffffff;
  border: 2px solid #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  border-radius: 48px;
  font-size: 14px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.remerciement_bloc #breadcrumbs a:hover, .remerciement_bloc #breadcrumbs .breadcrumb_last:hover {
  color: #467acf;
  background: white;
  transition: all 0.3s ease-in-out;
}
/************************
* Page 404
*************************/
#ban_404 {
  overflow: hidden;
}
#ban_404 .ban_404_content {
  padding: 4rem;
}
#ban_404 .ban_404_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48px;
  transform: rotate(351deg);
  background-color: rgba(70, 122, 207, 0.85);
}
@media screen and (max-width: 960px) {
  #ban_404 .ban_404_content {
    padding: 4rem 2.2rem;
  }
  #ban_404 .ban_404_content:before {
    width: 90%;
    height: 100%;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ban_404 .ban_404_content:before {
    transform: rotate(-2deg);
  }
}
#ban_404 #breadcrumbs {
  color: #ffffff;
}
#ban_404 #breadcrumbs a {
  color: #ffffff;
  border: 2px solid #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  border-radius: 48px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
#ban_404 #breadcrumbs a:hover {
  color: #467acf;
  transition: all 0.3s ease-in-out;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/************************
  * loop actu
*************************/
.loop_actus_carousel .loop_actus_carousel_img {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.loop_actus_carousel .loop_actus_carousel_img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(70, 122, 207, 0);
  transition: all 0.3s ease-in-out;
}
.loop_actus_carousel .loop_actus_carousel_titre {
  font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
  color: #161615;
  transition: all 0.3s ease-in-out;
}
.loop_actus_carousel img {
  border-radius: 28px;
}
.loop_actus_carousel:hover .loop_actus_carousel_img:before {
  background-color: rgba(70, 122, 207, 0.4);
  transition: all 0.3s ease-in-out;
}
.loop_actus_carousel:hover .loop_actus_carousel_titre {
  color: #00e3f2;
  transition: all 0.3s ease-in-out;
}
/************************
	* Page archives
*************************/
.ban_inte_archive {
  background: linear-gradient(0deg, #467acf, #15294a);
}
.ban_inte_archive .ban_titre {
  position: relative;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ban_inte_archive .ban_titre br {
    display: none;
  }
}
.ban_inte_archive .ban_titre span {
  font-weight: 600;
}
.ban_inte_archive .ban_titre span.txt_color2 {
  color: #00e3f2 !important;
}
.ban_inte_archive #breadcrumbs {
  color: #ffffff;
}
.ban_inte_archive #breadcrumbs a, .ban_inte_archive #breadcrumbs .breadcrumb_last {
  color: #ffffff;
  border: 2px solid #eeeeee;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  border-radius: 48px;
  font-size: 14px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.ban_inte_archive #breadcrumbs a:hover, .ban_inte_archive #breadcrumbs .breadcrumb_last:hover {
  color: #467acf;
  background: white;
  transition: all 0.3s ease-in-out;
}
.ban_inte_archive .ban_inte_content {
  padding: 4rem;
}
.ban_inte_archive .ban_inte_content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 48px;
  transform: rotate(351deg);
  background-color: rgba(70, 122, 207, 0.85);
}
@media screen and (max-width: 960px) {
  .ban_inte_archive .ban_inte_content {
    padding: 4rem 2.2rem;
  }
  .ban_inte_archive .ban_inte_content:before {
    width: 90%;
    height: 100%;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ban_inte_archive .ban_inte_content:before {
    transform: rotate(-2deg);
  }
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #02415d;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #467acf !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #467acf;
}
.elementor-pagination .current {
  background-color: #467acf !important;
  color: #ffffff !important;
  border: 1px solid #467acf;
  transition: all 0.3s ease-in-out;
}
/************************
* Page article
*************************/
#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: #00e3f2;
  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 FIXE etre Rappele
*/
.btn_contact {
  background-color: #161615;
  color: #ffffff;
}
.btn_contact:hover {
  background-color: #161615;
}
.btn_color1 .elementor-button {
  background-color: #467acf;
  color: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 15px 20px 30px;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_color1 .elementor-button:after, .btn_color1 .elementor-button:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.btn_color1 .elementor-button:after {
  width: 20px;
  background-color: #ffffff;
}
.btn_color1 .elementor-button:before {
  width: 0;
  background-color: #467acf;
  z-index: 1;
}
.btn_color1 .elementor-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00e3f2;
}
.btn_color1 .elementor-button:hover:before {
  background-color: #467acf;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.btn_color2 .elementor-button {
  background-color: #00e3f2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 15px 20px 30px;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_color2 .elementor-button:after, .btn_color2 .elementor-button:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.btn_color2 .elementor-button:after {
  width: 20px;
  background-color: #ffffff;
}
.btn_color2 .elementor-button:before {
  width: 0;
  background-color: #00e3f2;
  z-index: 1;
}
.btn_color2 .elementor-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #467acf;
  color: #ffffff !important;
}
.btn_color2 .elementor-button:hover:before {
  background-color: #00e3f2;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.btn_color3 .elementor-button {
  background-color: #00e3f2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 15px 20px 30px;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_color3 .elementor-button:after, .btn_color3 .elementor-button:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.btn_color3 .elementor-button:after {
  width: 20px;
  background-color: #ffffff;
}
.btn_color3 .elementor-button:before {
  width: 0;
  background-color: #00e3f2;
  z-index: 1;
}
.btn_color3 .elementor-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #00e3f2 !important;
}
.btn_color3 .elementor-button:hover:before {
  background-color: #00e3f2;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.btn_fixe_rappele {
  z-index: 111111111;
}
.btn_fixe_rappele .btn_rappele {
  position: fixed !important;
  top: 30%;
  left: -122px;
  z-index: 111111111;
  transition: all 0.3s ease-in-out;
}
.btn_fixe_rappele .btn_rappele .elementor-button {
  background-color: #467acf;
  color: #ffffff;
  font-size: 13px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 400;
  padding: 10px 20px;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.3);
  position: relative;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.btn_fixe_rappele .btn_rappele .elementor-button .elementor-button-icon {
  margin-left: 15px;
  -webkit-animation: shake-top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: shake-top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn_fixe_rappele .btn_rappele .elementor-button .elementor-button-text {
  line-height: 1.2;
}
.btn_fixe_rappele .btn_rappele .elementor-button .elementor-button-text span.txt_bold {
  display: block;
}
.btn_fixe_rappele .btn_rappele:hover {
  left: 0;
  transition: all 0.3s ease-in-out;
}
/**
 * ----------------------------------------
 * animation shake-top
 * ----------------------------------------
 */
@-webkit-keyframes shake-top {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake-top {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
.btn_fleche_top .elementor-button-link {
  background-color: transparent;
  color: #467acf;
  font-size: 14px;
  border: 0px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0px 10px 0px;
}
.btn_fleche_top .elementor-button-link:after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #467acf;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_fleche_top .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  position: absolute;
  margin-right: 0px;
  top: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top .elementor-button-link:visited {
  color: #00e3f2;
}
.btn_fleche_top .elementor-button-link:visited svg {
  fill: #467acf;
}
.btn_fleche_top .elementor-button-link:hover {
  background-color: transparent;
  border: 0px solid transparent;
  color: #00e3f2;
}
.btn_fleche_top .elementor-button-link:hover:after {
  background-color: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  transition: all 0.3s ease-in-out;
  top: 5px;
}
.btn_fleche_top .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #467acf !important;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top_v2 .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  border: 0px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0px 10px 0px;
}
.btn_fleche_top_v2 .elementor-button-link:after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top_v2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.btn_fleche_top_v2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  position: absolute;
  margin-right: 0px;
  top: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top_v2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top_v2 .elementor-button-link:visited {
  color: #00e3f2;
}
.btn_fleche_top_v2 .elementor-button-link:visited svg {
  fill: #467acf;
}
.btn_fleche_top_v2 .elementor-button-link:hover {
  background-color: transparent;
  border: 0px solid transparent;
  color: #00e3f2;
}
.btn_fleche_top_v2 .elementor-button-link:hover:after {
  background-color: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_top_v2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  transition: all 0.3s ease-in-out;
  top: 5px;
}
.btn_fleche_top_v2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right .elementor-button-link {
  background-color: transparent;
  color: #467acf;
  font-size: 14px;
  border: 0px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0px 10px 0px;
}
.btn_fleche_right .elementor-button-link:after {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #467acf;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.btn_fleche_right .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  position: absolute;
  margin-right: 0px;
  top: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 40px;
  fill: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right .elementor-button-link:visited {
  color: #00e3f2;
}
.btn_fleche_right .elementor-button-link:visited svg {
  fill: #467acf;
}
.btn_fleche_right .elementor-button-link:hover {
  background-color: transparent;
  border: 0px solid transparent;
  color: #00e3f2;
}
.btn_fleche_right .elementor-button-link:hover:after {
  background-color: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  transition: all 0.3s ease-in-out;
  top: 5px;
}
.btn_fleche_right .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #467acf !important;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right_v2 .elementor-button-link {
  background-color: transparent;
  color: #ffffff !important;
  font-size: 14px;
  border: 0px solid transparent;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.btn_fleche_right_v2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.btn_fleche_right_v2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 0px;
  margin-left: 10px;
  top: 0px;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right_v2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 20px;
  fill: #00e3f2;
  transition: all 0.3s ease-in-out;
}
.btn_fleche_right_v2 .elementor-button-link:visited {
  color: #00e3f2;
}
.btn_fleche_right_v2 .elementor-button-link:visited svg {
  fill: #467acf;
}
.btn_fleche_right_v2 .elementor-button-link:hover {
  background-color: transparent;
  border: 0px solid transparent;
  color: #00e3f2 !important;
}
.btn_fleche_right_v2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
  top: 5px;
}
.btn_fleche_right_v2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
#form_contact {
  margin: 1rem 0rem;
}
#form_contact .form_titre {
  font-size: 16px;
  font-weight: 600;
  margin: 1rem 0rem;
  color: #161615;
}
#form_contact input:not([type="checkbox"]):not([type="submit"]), #form_contact textarea {
  border: 1px solid #161615;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #161615;
  border-radius: 0px;
}
#form_contact input:focus-visible, #form_contact textarea:focus-visible {
  outline: 2px solid #161615;
}
#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 #161615;
  height: 50px;
  border-radius: 0px;
}
#form_contact input[type="email"] {
  background-color: transparent;
  border: 1px solid #161615;
  color: 1px solid #161615;
  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: #161615;
  padding-right: 2.5em;
  border: 1px solid #161615;
  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: #161615;
}
#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"] {
  background-color: #467acf;
  color: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
}
#form_contact .form_contact_submit_pop input[type="submit"]:hover {
  transition: all 0.3s ease-in-out;
  background-color: #00e3f2;
}
#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: #161615;
  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: #161615 !important;
  opacity: 1;
}
#form_contact input::-moz-placeholder, #form_contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #161615 !important;
  opacity: 1;
}
#form_contact input::-ms-input-placeholder, #form_contact textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #161615 !important;
  opacity: 1;
}
#form_contact input::-moz-placeholder, #form_contact textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #161615 !important;
  opacity: 1;
}
#form_contact input::placeholder, #form_contact textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #161615 !important;
  opacity: 1;
}
#form_contact input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #161615;
  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 #161615;
  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 .form-field-name {
  border: 1px solid #f2f2f2;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #f2f2f2;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #467acf;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #467acf;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #467acf;
  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-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_elementor svg {
  min-height: 2em;
  min-width: auto;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #f2f2f2;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.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: -1px;
  left: -1px;
  text-align: center;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #467acf;
  border: 0px solid #467acf;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 8px !important;
}
.form_elementor .elementor-button:hover {
  background-color: #467acf;
  color: #ffffff;
  border: 0px solid #467acf;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 24px;
}
.form_elementor .elementor-button:hover {
  letter-spacing: 12px;
}
.form_elementor input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #161615 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #161615 !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #161615 !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #161615 !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #161615 !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 #161615;
  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;
}
/************************
* 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 #161615;
  color: #161615;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Poppins", 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: #467acf;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #00e3f2;
  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: #467acf;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
