/* NORMALIZE */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* MIXINS */
/* STRUCTURE ET CLASSES */
/* ######################## VARIABLES ######################## */
/* ######################## FONTS ######################## */
/* ###################################################### */
/* ######################## BASE ######################## */
/* ###################################################### */
html,
body {
  scroll-behavior: smooth;
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: style;
  overflow-x: hidden;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 1rem 0;
  color: #111255;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
.h1.white,
.h2.white,
.h3.white,
.h4.white,
.h5.white,
.h6.white {
  color: #ffffff;
}

h1,
.h1 {
  font-size: 4.7rem;
  margin: 3rem 0;
}

h2,
.h2 {
  font-size: 2.2rem;
  margin: 2rem 0;
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 1.3rem;
  margin: 1.5rem 0;
}

p {
  font-size: 1rem;
  margin: 1rem 0;
}

a {
  text-decoration: none;
  color: #111255;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #fdc72f;
}

strong,
b {
  font-weight: bold;
}

button,
.button {
  display: inline-block;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #060607;
  background-color: #fdc72f;
  padding: 1.2rem 1.5rem 0.9rem 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  line-height: 1;
  transition: background 0.3s ease, color 0.3s ease;
}
button:hover,
.button:hover {
  color: #060607;
  background-color: #e3864d;
}
button.blue,
.button.blue {
  background-color: #111255;
  color: #ffffff;
}
button.blue:hover,
.button.blue:hover {
  color: #060607;
  background-color: #fdc72f;
}

video {
  position: absolute;
  top: 35px;
  left: 0;
  height: calc(100% - 35px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}

/* ########################################################### */
/* ######################## STRUCTURE ######################## */
/* ########################################################### */
/* ######################## HEADER ######################## */
header {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
header.has-bg {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
header.has-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #060607;
  opacity: 0.4;
  z-index: -2;
}
header.has-bg h1 {
  color: #ffffff;
  padding: 3rem 0 9rem;
}
header.home {
  position: relative;
  min-height: 39.0625vw;
}
header.home:before {
  content: "";
  position: absolute;
  height: 200px;
  width: 300px;
  left: -100px;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/biseau-france.png");
  background-repeat: no-repeat;
  background-size: contain;
}
header.home nav {
  background-color: transparent;
}
header.home h1 span {
  font-size: 3rem;
  font-weight: 400;
}
header nav {
  background-color: #111255;
  height: 100px;
}
header nav .col {
  position: relative;
  height: 100px;
}
header nav .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
header nav .logo img {
  height: 160px;
}
header nav .wrapper-menu {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}
header nav .wrapper-menu ul {
  width: calc(50% - 200px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
header nav .wrapper-menu ul li {
  margin: 0 1.2rem;
}
header nav .wrapper-menu ul li:first-child {
  margin-left: 0;
}
header nav .wrapper-menu ul li:last-child {
  margin-right: 0;
}
header nav .wrapper-menu ul li a {
  color: #ffffff;
}
header nav .wrapper-menu ul li a:hover {
  color: #fdc72f;
}
header nav .wrapper-menu ul li.current-menu-item a {
  color: #fdc72f;
}
header nav .burger {
  cursor: pointer;
  display: none;
  position: absolute;
  right: calc(var(--bs-gutter-x) * 0.5);
  width: 35px;
  height: 12px;
  transition: transform 0.3s ease;
}
header nav .burger.active:before {
  transform: rotate(45deg);
}
header nav .burger.active:after {
  transform: rotate(-45deg);
  top: 0;
}
header nav .burger:hover {
  transform: scale(1.1);
}
header nav .burger:active, header nav .burger:focus {
  transform: scale(0.9);
}
header nav .burger:after, header nav .burger:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #fdc72f;
  border-radius: 2px;
  transition: transform 0.3s ease, top 0.3s ease;
}
header nav .burger:after {
  top: 10px;
}
header h1 {
  text-align: center;
  line-height: 1;
  padding: 3rem 0 0;
  margin: 3rem 0 0;
}
header .bandeau {
  background-color: #fdc72f;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .bandeau ul {
  margin: 0;
  list-style: none;
}
header .bandeau ul:first-of-type {
  margin-right: 3.1rem;
}
header .bandeau ul:first-of-type a {
  font-weight: 400;
}
header .bandeau ul li {
  position: relative;
  display: inline-block;
  margin: 0 0.4rem;
}
header .bandeau ul li:first-child {
  margin-left: 0;
}
header .bandeau ul li:last-child {
  margin-right: 0;
}
header .bandeau ul li a {
  font-weight: lighter;
  color: #060607;
}
header .bandeau ul li a.active, header .bandeau ul li a:hover {
  font-weight: bold;
}
header .bandeau ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  right: -11px;
  top: 2px;
  bottom: 0;
  background-color: #060607;
}

/* ######################## MAIN ######################## */
section {
  position: relative;
  margin: 4rem 0;
}
section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section .rounded-img {
  border-radius: 100%;
  overflow: hidden;
}

/* ######################## FOOTER ######################## */
footer {
  background-image: url("../images/footer-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
footer > .container .row:last-child {
  margin: 2rem 0;
}
footer address,
footer p,
footer a {
  color: #ffffff;
  font-style: normal;
}
footer .h3 {
  margin-top: 0;
  letter-spacing: 0;
  color: #ffffff;
  font-style: normal;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .contact address,
footer .contact p {
  position: relative;
}
footer .contact address img,
footer .contact p img {
  position: absolute;
  left: -30px;
}
footer .footer-menu li {
  margin: 0.5rem 0;
}
footer .footer-menu li a {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
footer .logo {
  position: relative;
  bottom: 4px;
}
footer .logo img {
  height: 100px;
}
footer .logo-marquis {
  display: block;
  background-color: #ffffff;
  border-radius: 150px;
  padding: 0.4rem;
  width: 130px;
  height: 130px;
  margin: 0 1rem;
}
footer .logo-marquis img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .bandeau {
  background-color: #fdc72f;
}
footer .bandeau ul {
  display: flex;
  justify-content: center;
  padding: 0.4rem 0;
}
footer .bandeau ul li {
  position: relative;
  display: inline-block;
  margin: 0 0.4rem;
}
footer .bandeau ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  right: -7px;
  top: 4px;
  bottom: 0;
  background-color: #060607;
}
footer .bandeau ul li a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #060607;
  transition: font-height 0.3s ease;
}
footer .bandeau ul li a:hover {
  font-weight: bold;
}

/* FORMULAIRE */
form h3 {
  transition: color 0.3s ease;
}
form label {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  color: #111255;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  transition: color 0.3s ease;
}
form input {
  display: block;
  width: 100%;
  font-family: "Josefin Sans", sans-serif;
  color: #111255;
  font-size: 1rem;
  padding: 5px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #111255;
  transition: border 0.3s ease, color 0.3s ease;
}
form input:focus {
  border-bottom-color: #fdc72f;
}
form input::-moz-placeholder {
  font-family: "Josefin Sans", sans-serif;
  color: #8e8eb5;
  font-size: 1rem;
  padding: 0.6rem 0;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form input::placeholder {
  font-family: "Josefin Sans", sans-serif;
  color: #8e8eb5;
  font-size: 1rem;
  padding: 0.6rem 0;
  transition: color 0.3s ease;
}
form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
form input[type=checkbox]:checked ~ label:after {
  border-color: #111255;
}
form input[type=checkbox] ~ label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
form input[type=checkbox] ~ label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #111255;
}
form input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 11px;
  height: 5px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: transparent;
  transform: rotate(135deg);
  transition: border 0.3s ease;
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:checked ~ label {
  color: #111255;
}
form input[type=radio]:checked ~ label:after {
  background-color: #111255;
  left: 22px;
}
form input[type=radio] ~ label {
  cursor: pointer;
  position: relative;
  padding-left: 60px;
  color: #8e8eb5;
  transition: color 0.3s ease;
}
form input[type=radio] ~ label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #8e8eb5;
}
form input[type=radio] ~ label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  background-color: #8e8eb5;
  transition: left 0.3s ease, background 0.3s ease;
}
form textarea {
  display: block;
  width: calc(100% - 0.6rem);
  font-family: "Josefin Sans", sans-serif;
  color: #111255;
  font-size: 1rem;
  padding: 0.6rem 0 0.6rem 0.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #111255;
  outline: none;
  resize: none;
}
form .wrapper {
  opacity: 0.6;
  overflow: hidden;
  max-height: 4.8rem;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
form .wrapper.active {
  opacity: 1;
  max-height: 50rem;
  overflow: initial;
}
form .wrapper.active h3 {
  color: #fdc72f;
}
form .wrapper.complete button {
  display: none;
}
form .wrapper.complete h3 {
  color: #060607;
}
form .wrapper button {
  margin-right: 2rem;
  color: #ffffff;
  background-color: #111255;
}
form .wrapper button:hover {
  color: #060607;
  background-color: #fdc72f;
}
form .wrapper .inline .form-group {
  display: inline-block;
}
form .form-group {
  margin: 0 2rem;
  margin-bottom: 1.5rem;
}
form .form-group.error input::-moz-placeholder {
  color: #fd2f2f;
}
form .form-group.error label,
form .form-group.error input::placeholder {
  color: #fd2f2f;
}
form .form-group.error input {
  border-color: #fd2f2f;
}
form .form-group.error .select-selected {
  border-bottom-color: #fd2f2f;
}
form .form-group.error .select-selected.preholder {
  color: #fd2f2f;
}
form .form-group.error .select-selected:after {
  border-color: #fd2f2f;
}
form .form-group.telephone .select-items {
  right: auto;
}
form .form-group.upload label span {
  cursor: pointer;
  text-transform: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #8e8eb5;
  padding: 0.4rem 0.6rem;
  border: 1px solid #111255;
  border-radius: 3px;
  display: inline-block;
  transition: color 0.3s ease, border 0.3s ease;
}
form .form-group.upload label span:hover {
  color: #fdc72f;
  border-color: #fdc72f;
}
form .form-group.upload input {
  display: none;
}
form .form-group .inline {
  display: flex;
}
form .form-group .inline input:not(:last-child),
form .form-group .inline .select-controller:not(:last-child) {
  margin-right: 1rem;
}
form .validation {
  display: none;
  text-align: center;
  color: #fdc72f;
}
form .validation.active {
  display: block;
}
form .select-controller {
  position: relative;
}
form .select-controller select {
  display: none;
}
form .select-controller .select-items div,
form .select-controller .select-selected {
  font-family: "Josefin Sans", sans-serif;
  color: #111255;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.6rem 2rem;
  cursor: pointer;
}
form .select-controller .select-items div span,
form .select-controller .select-selected span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.4rem;
  background-color: #ebebeb;
  padding: 0.6rem 0.8rem 0.35rem 0.8rem;
  padding-left: 1.8rem;
  border-radius: 3px;
  margin-right: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}
form .select-controller .select-items div span:hover,
form .select-controller .select-selected span:hover {
  color: #ffffff;
  background-color: #e3864d;
}
form .select-controller .select-items div span:hover:before, form .select-controller .select-items div span:hover:after,
form .select-controller .select-selected span:hover:before,
form .select-controller .select-selected span:hover:after {
  background-color: #ffffff;
}
form .select-controller .select-items div span:after, form .select-controller .select-items div span:before,
form .select-controller .select-selected span:after,
form .select-controller .select-selected span:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 0.1rem;
  height: 0.8rem;
  background-color: #060607;
  transform: rotate(45deg);
  transition: background 0.3s ease;
}
form .select-controller .select-items div span:before,
form .select-controller .select-selected span:before {
  transform: rotate(135deg);
}
form .select-controller .select-selected {
  padding: 5px 0;
  padding-right: calc(1rem + 20px);
  border-bottom: 1px solid #111255;
  transition: color 0.3s ease;
}
form .select-controller .select-selected.preholder {
  font-family: "Fira Sans", sans-serif;
  text-transform: none;
  font-style: italic;
  color: #8e8eb5;
  transition: color 0.3s ease;
}
form .select-controller .select-selected:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 1rem;
  height: 1rem;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #111255;
  display: block;
  transform: rotate(135deg) scale(0.6);
  transition: border 0.3s ease;
}
form .select-controller .select-items {
  position: absolute;
  background-color: #ebebeb;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  max-height: 40vh;
  overflow: auto;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
form .select-controller .select-items div {
  transition: background 0.3s ease;
}
form .select-controller .select-items .opt-label {
  cursor: default;
  color: #c4c4c4;
  border-top: 1px solid #c4c4c4;
  margin: 0 2rem;
  padding: 0.6rem 0;
}
form .select-controller .select-items .opt-label:hover {
  background-color: #ebebeb;
}
form .select-controller .select-hide {
  pointer-events: none;
  opacity: 0;
  max-height: 0vh;
}
form .select-controller .select-items div:hover,
form .select-controller .same-as-selected {
  background-color: #c4c4c4;
}
form .select-controller.multi .select-selected:not(.preholder):after {
  padding-bottom: 0;
  bottom: 14px;
}
form .select-controller:not(.multi) .select-items div:first-child {
  color: #8e8eb5;
  font-size: 0.9rem;
}
form .reset {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
}
form .box {
  padding: 1.5rem;
}

/* SCROLL BOTTOM */
.scroll-bottom {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdc72f;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  transition: background 0.3s ease;
}
.scroll-bottom:hover {
  background-color: #e3864d;
}
.scroll-bottom .double-arrow:after, .scroll-bottom .double-arrow:before {
  top: 16px;
  left: 26px;
  width: 20px;
  height: 20px;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg) scale(1);
  border-color: #ffffff !important;
}
.scroll-bottom .double-arrow:before {
  top: 28px;
}

/* BOX */
.box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 3rem;
}
.box p:last-child {
  margin-bottom: 0;
}

/* CARD */
.card {
  height: calc(100% - 2rem);
  margin-bottom: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.card img {
  width: 100%;
  height: 295px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card > div {
  height: calc(100% - 295px - 4rem);
  padding: 2rem;
  background-color: #111255;
}
.card > div h3 {
  font-weight: 400;
  margin: 0;
  color: #ffffff;
}
.card > div a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #fdc72f;
  text-transform: uppercase;
  text-decoration: underline;
}
.card > div a.button {
  width: -moz-fit-content;
  width: fit-content;
  color: #060607;
  text-decoration: none;
}
.card > div a:hover {
  color: #ffffff;
}
.card > div p:last-child {
  margin-bottom: 0;
}
.card > div .categorie {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.8rem 1.4rem;
  background-color: #e3864d;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2rem;
  margin-bottom: 2rem;
  color: #ffffff;
}
.card > div .date-num {
  color: #8e8eb5;
}
.card > div .extrait {
  color: #ffffff;
}

/* TITRE AVEC FILIGRANE */
.filigrane {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.6rem;
  line-height: 1;
  color: rgba(17, 18, 85, 0.12);
}
.filigrane:after {
  content: attr(text);
  color: #111255;
  font-size: 2.2rem;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  z-index: 1;
}

/* TEXTE */
.text-center {
  text-align: center;
}

/* PAGINATION */
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  position: relative;
  display: inline-block;
  margin: 0 0.4rem;
}
.pagination li a {
  font-family: "Josefin Sans", sans-serif;
  color: #8e8eb5;
  font-weight: bold;
}
.pagination li a.active, .pagination li a:hover {
  color: #111255;
}
.pagination li.next, .pagination li.previous, .pagination li.last-more {
  margin: 0;
}
.pagination li.next:after, .pagination li.previous:after, .pagination li.last-more:after, .pagination li.first-more:after, .pagination li.hide-speudo:after {
  content: none !important;
}
.pagination li.previous a:after, .pagination li.previous a:before {
  border-width: 0 0 5px 5px;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  left: -0.6rem;
  top: 5px;
  bottom: 0;
  background-color: #8e8eb5;
}

/* FLECHES */
.arrow,
.double-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.arrow:hover:after, .arrow:hover:before,
.double-arrow:hover:after,
.double-arrow:hover:before {
  border-color: #fdc72f;
}

.arrow:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1rem;
  height: 1rem;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #111255;
  display: block;
  transform: rotate(45deg) scale(0.4);
  transition: border 0.3s ease;
}

.double-arrow:after, .double-arrow:before {
  content: "";
  position: absolute;
  left: -5px;
  width: 1rem;
  height: 1rem;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #111255;
  display: block;
  transform: rotate(45deg) scale(0.4);
  transition: border 0.3s ease;
}
.double-arrow:before {
  left: 0;
}

/* BACK */
.back {
  width: 100%;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #060607;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.back:before {
  left: 0;
  top: -1px;
  border-color: #fdc72f;
  transform: rotate(225deg) scale(0.5);
}
.back:hover {
  color: #fdc72f;
}

/* OWL */
.owl-carousel .owl-stage-outer {
  overflow: initial;
}

/* IMAGES DE FOND */
.side-image-left,
.side-image-right {
  position: absolute;
  z-index: -1;
  width: auto;
  height: auto;
}

.side-image-left {
  left: -15%;
}

.side-image-right {
  right: -15%;
}

/* LISTE D'ICONES */
.liste-icones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
}
.liste-icones.wrap li {
  width: 16.6666666667%;
  margin: 0 0 1.5rem;
}
.liste-icones.wrap li img {
  background: transparent;
  width: 125px;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.liste-icones li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.liste-icones li img {
  background-color: #111255;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  padding: 0.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.7rem;
}

.icone {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.icone img {
  background-color: #111255;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  padding: 0.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.7rem;
}

/* VOUS ETES */
.vous-etes {
  position: relative;
}
.vous-etes .box {
  /*height: calc(100% - 6rem);*/
}
.vous-etes .box h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  color: #060607;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
}
.vous-etes .box ul {
  margin: 0;
  margin-bottom: 2em;
  margin-left: 5rem;
  padding: 0;
  list-style: none;
}
.vous-etes .box ul li {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #111255;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.vous-etes .box ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1rem;
  height: 1rem;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #111255;
  display: block;
  transform: rotate(45deg) scale(0.4);
  transition: border 0.3s ease;
}
.vous-etes .box ul li:before {
  border-color: #fdc72f;
  left: -25px;
  top: -2px;
  transform-origin: initial;
}
.vous-etes .box .button {
  margin-top: 1rem;
}

/* NOS ATOUTS */
.nos-atouts {
  text-align: center;
}
.nos-atouts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
}
.nos-atouts ul li {
  width: 130px;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.nos-atouts ul li img {
  background-color: #111255;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  padding: 0.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.7rem;
}
.nos-atouts.export > img {
  top: -340px;
}

/* NOTRE SAVOIR FAIRE */
.savoir-faire {
  background: #111255 no-repeat center/cover url("../images/bg-savoir-faire.jpg");
  padding: 5rem 0;
  line-height: 1.8;
  color: #ffffff;
  z-index: -2;
  position: relative;
}
.savoir-faire:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.savoir-faire h2 {
  line-height: 1;
  color: white;
}
.savoir-faire h2:not(.small) {
  font-size: 4.7rem;
}
.savoir-faire h2:not(.small) span {
  font-size: 2.2rem;
}
.savoir-faire .container {
  position: relative;
  z-index: 1;
}

/* HISTORIE DE LA MARQUE */
.histoire-marquis > img {
  left: 0;
}
.histoire-marquis .box img {
  height: 125px;
  margin: 0 0 1rem;
}
.histoire-marquis .box h3 {
  margin: 1rem auto;
}

/* ACTUALITES */
.single-actualite a:not(.back) {
  text-decoration: underline;
}
.single-actualite a:not(.back):hover {
  text-decoration: underline;
}
.single-actualite ul {
  list-style: none;
}
.single-actualite ul li {
  position: relative;
}
.single-actualite ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1rem;
  height: 1rem;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #111255;
  display: block;
  transform: rotate(45deg) scale(0.4);
  transition: border 0.3s ease;
}
.single-actualite ul li:before {
  border-color: #fdc72f;
  left: -25px;
  top: 0px;
  transform-origin: initial;
}
.single-actualite img {
  width: 60%;
  max-width: 100%;
  height: auto;
}
.single-actualite img.aligncenter {
  margin: auto;
  display: block;
}

/* FILTRES ACTUALITES */
.filtres-actualites h2 {
  color: #fdc72f;
}
.filtres-actualites ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.filtres-actualites ul li {
  margin-right: 1rem;
  display: inline-block;
}
.filtres-actualites ul li .button {
  position: relative;
  color: #ffffff;
  background-color: #111255;
  padding-right: 3rem;
  transition: color 0.3s ease, background 0.3s ease;
}
.filtres-actualites ul li .button.active {
  color: #060607;
  background-color: #fdc72f;
}
.filtres-actualites ul li .button.active:after {
  transform: rotate(45deg);
}
.filtres-actualites ul li .button.active:before {
  transform: rotate(135deg);
}
.filtres-actualites ul li .button.active:after, .filtres-actualites ul li .button.active:before {
  background-color: #060607;
}
.filtres-actualites ul li .button:after, .filtres-actualites ul li .button:before {
  content: "";
  position: absolute;
  top: calc(1rem + 1px);
  right: 1.5rem;
  width: 0.15rem;
  height: 1rem;
  background-color: #ffffff;
  transition: transform 0.3s ease, background 0.3s ease;
}
.filtres-actualites ul li .button:before {
  transform: rotate(90deg);
}
.filtres-actualites ul li .button:hover {
  color: #060607;
  background-color: #fdc72f;
}
.filtres-actualites ul li .button:hover:after, .filtres-actualites ul li .button:hover:before {
  background-color: #060607;
}
.filtres-actualites .box {
  padding: 1rem 2rem;
}
.filtres-actualites .reset {
  text-align: right;
  display: block;
  width: 100%;
}

/* FILTRES CATALOGUE */
.filtres-produits {
  z-index: 1;
  position: relative;
  margin-top: -6rem;
}
.filtres-produits form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filtres-produits form > div {
  width: 100%;
}
.filtres-produits form > div:not(:last-child) {
  margin-right: 2rem;
}
.filtres-produits form > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.filtres-produits form > div:last-child button {
  margin: 0 0 1rem;
}
.filtres-produits form .form-group {
  width: 100%;
  margin-left: 0;
}
.filtres-produits form .button {
  margin-right: 2rem;
}
.filtres-produits .box {
  padding: 1rem 2rem;
}
.filtres-produits .h3 {
  color: #fdc72f;
}

/* PRODUITS */
.produits .row:first-child p {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #111255;
  opacity: 0.6;
  font-weight: 700;
}
.produits .tri {
  position: relative;
  bottom: 2px;
}
.produits .tri .select-selected {
  padding-top: 0;
  padding-bottom: 0;
}
.produits .tri .select-selected:after {
  bottom: 7px;
}
.produits .tri .preholder {
  font-family: "Josefin Sans", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: bold;
  font-style: normal !important;
  color: #111255 !important;
}
.produits .tri .select-items {
  left: auto;
  width: -moz-max-content;
  width: max-content;
}

/* SERVICE */
.service {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.service .icone {
  position: relative;
  overflow: hidden;
  justify-content: center;
  height: 400px;
  margin-bottom: 3rem;
}
.service .icone p {
  text-align: center;
  font-weight: 400;
}
.service .icone .plus {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fdc72f;
}
.service .icone .plus:after, .service .icone .plus:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  width: 3px;
  height: 20px;
  background-color: #ffffff;
}
.service .icone .plus:before {
  transform: rotate(90deg);
}
.service .icone .over {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  padding: 1rem;
  background-color: #111255;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service .icone .over img {
  position: absolute;
  left: -150px;
  bottom: -80px;
  margin: 0;
  height: 500px;
  width: 500px;
  opacity: 0.2;
}
.service .icone .over .h3,
.service .icone .over .detail {
  color: #ffffff;
}
.service .icone:hover .over {
  opacity: 1;
}

/* CONTACT */
.contact h2 span {
  color: #8e8eb5;
}
.contact button[type=submit] {
  width: auto;
  margin: 0 auto;
}
.contact.export > img {
  top: -700px;
}
.contact.fiche-produit > img {
  top: -40px;
}

.donnees-personnelles {
  position: relative;
  display: flex;
  margin: 3rem 0;
}
.donnees-personnelles label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #111255;
  font-size: 1rem;
  font-style: italic;
}

/* FICHE PRODUIT */
.fiche-produit h2 {
  margin: 0;
}
.fiche-produit img {
  padding: 0 !important;
  margin-bottom: 1rem;
}
.fiche-produit .reference {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #8e8eb5;
  margin-top: 0;
  margin-bottom: 1rem;
}
.fiche-produit .button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fiche-produit .button-group .telecharger {
  position: relative;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.5rem;
  padding: 0 0 0 2rem;
}
.fiche-produit .button-group .telecharger.hide {
  visibility: hidden;
  pointer-events: none;
}
.fiche-produit .button-group .telecharger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: #111255;
  mask: no-repeat center/45px auto url("../images/icons/telecharger.svg");
  -webkit-mask: no-repeat center/45px auto url("../images/icons/telecharger.svg");
}
.fiche-produit .button-group .telecharger img {
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  bottom: 2px;
}

.produits-interet > img {
  top: -400px;
}

/* CARACTERISTIQUES PRODUITS */
.caracteristiques {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0 0;
  padding: 2rem;
  background-color: #e3864d;
}
.caracteristiques > div {
  flex: 1;
}
.caracteristiques > div:first-child {
  position: relative;
  margin-right: 2rem;
}
.caracteristiques > div:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 2px dotted #111255;
}
.caracteristiques > div > div {
  display: flex;
  margin-bottom: 1rem;
}
.caracteristiques h3,
.caracteristiques p {
  color: #ffffff;
}
.caracteristiques .icone {
  flex-direction: row;
  width: 50%;
  margin-right: 1rem;
}
.caracteristiques .icone p {
  margin: 0;
}
.caracteristiques .icone p:not(:first-child) {
  font-weight: 400;
}
.caracteristiques .icone img {
  background-color: #ffffff;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* HISTOIRE DE FCV */
.histoire-fcv > img {
  top: -260px;
}

.histoire-slider .owl-item:last-child .box:after {
  content: none;
}
.histoire-slider .owl-stage {
  display: flex;
  align-items: stretch;
}
.histoire-slider .box {
  position: relative;
  margin-bottom: 4rem;
  width: 300px;
  padding: 1rem;
  height: calc(100% - 6rem);
}
.histoire-slider .box img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.histoire-slider .box:before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 150px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #fdc72f;
}
.histoire-slider .box:after {
  content: "";
  position: absolute;
  bottom: calc(-4rem + 15px);
  left: 165px;
  width: calc(450px + 2rem);
  height: 1px;
  z-index: -1;
  border-bottom: 2px dotted #111255;
}

/* NOTRE PRESENCE */
.notre-presence > img {
  top: -400px;
}

/* EQUIPES */
.equipes {
  margin-bottom: 2rem;
}
.equipes .box {
  padding: 0;
  position: relative;
  justify-content: center;
  height: 400px;
  width: 300px;
}
.equipes .box:hover span {
  opacity: 0;
}
.equipes .box:hover .over {
  opacity: 1;
}
.equipes .box p {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.equipes .box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.equipes .box span {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 130px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fdc72f;
  transition: opacity 0.3s ease;
}
.equipes .box span:after, .equipes .box span:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  width: 3px;
  height: 20px;
  background-color: #ffffff;
}
.equipes .box span:before {
  transform: rotate(90deg);
}
.equipes .box .h3 {
  margin-bottom: 0;
}
.equipes .box .over {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 2rem;
  background-color: rgba(17, 18, 85, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* RESPONSIVE */
/* ############################################################# */
/* ######################## MOBILE ADAPT ####################### */
/* ############################################################# */
@media screen and (max-width: 1815px) {
  .nos-atouts > img {
    top: -200px;
    right: -25%;
  }
}
@media screen and (max-width: 1399px) {
  .nos-atouts > img {
    display: none;
  }
}
@media screen and (max-width: 1210px) {
  header nav .logo {
    left: 0;
    transform: none;
  }
  header nav .burger {
    display: block;
  }
  header nav .wrapper-menu {
    display: block;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    padding: 2rem;
    padding-top: 0px;
    border-radius: 0px 0px 20px 20px;
    background-color: #111255;
    width: auto;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  }
  header nav .wrapper-menu ul {
    width: auto;
    display: block;
  }
  header nav .wrapper-menu ul li {
    margin: 1rem !important;
  }
  header nav .wrapper-menu.active {
    opacity: 1;
    padding-top: 30px;
    max-height: 35vh;
    pointer-events: auto;
  }
  .filtres-produits form {
    flex-wrap: wrap;
  }
  .filtres-produits form > div:not(:last-child) {
    margin-right: 0rem;
  }
  header.home .wrapper-menu {
    top: 0;
  }
  header.home .wrapper-menu.active {
    padding-top: 130px;
  }
  .side-image-left,
  .side-image-right {
    display: none;
  }
  .liste-icones.wrap li {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  html,
  body {
    font-size: 15px;
  }
  .vous-etes .col-lg-6:first-child .box {
    margin-bottom: 2rem;
    height: calc(100% - 8rem);
  }
  .fiche-produit h2 {
    margin-top: 2rem;
  }
  .fiche-produit .button-group {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .fiche-produit .button-group .download {
    margin-bottom: 0.5rem;
  }
  .fiche-produit .caracteristiques > div:first-child:after {
    content: none;
  }
  .filtres-actualites ul li {
    margin-bottom: 1rem;
  }
  .filigrane {
    font-size: 3rem;
  }
  .filigrane:after {
    font-size: 1.8rem;
    bottom: 0;
  }
  .liste-icones.wrap li {
    width: 50%;
  }
  footer .contact address img {
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  header .bandeau .container {
    width: 100%;
  }
  header nav .logo img {
    height: 110px;
  }
  header nav .wrapper-menu.active {
    padding-top: 0px;
  }
  header.home .wrapper-menu.active {
    padding-top: 80px;
  }
  form .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  form .wrapper button {
    margin-right: 0;
  }
  footer .contact > div,
  footer .footer-menu ul,
  footer .bandeau ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .contact > div li:after,
  footer .footer-menu ul li:after,
  footer .bandeau ul li:after {
    content: none !important;
  }
  footer .logo-marquis {
    margin: 2rem;
  }
  .container {
    width: initial;
  }
  .liste-icones li {
    margin: 1rem;
  }
}
@media screen and (max-width: 570px) {
  html,
  body {
    font-size: 14px;
  }
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }
  .savoir-faire h2:not(.small) {
    font-size: 4rem;
  }
  .savoir-faire h2:not(.small) span {
    font-size: 1.8rem;
  }
  header .bandeau ul:first-of-type {
    margin-right: 0;
  }
  .caracteristiques > div > div {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .caracteristiques .icone {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 490px) {
  header nav .logo img {
    height: 65px;
  }
}/*# sourceMappingURL=styles.css.map */