@charset "UTF-8";
/*!
Theme Name: Les fours MB
Author: Jumeaux Turcotte
Description:
Version: 1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;&display=swap");
@import url("https://fonts.cdnfonts.com/css/axis");
*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  outline-color: #36adff;
  min-width: 320px;
}

html {
  box-sizing: border-box;
}

body,
.v-u--app-body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  color: #a6a6a6;
  overflow-x: hidden;
}

ul,
li {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

button {
  border-radius: 0;
}

abbr {
  text-decoration: none;
  box-shadow: 0 1px #4c4c4c;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

@media (max-width: 1023px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  [data-aos^="fade"][data-aos^="fade"],
  [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 1 !important;
  }
  [data-aos="zoom-in"] {
    transform: scale(1) !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.v-u--h1,
.v-u--h2,
.v-u--h3,
.v-u--h4,
.v-u--h5,
.v-u--h6 {
  font-family: "Axis", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

h4,
h5,
h6,
.v-u--h4,
.v-u--h5,
.v-u--h6 {
  margin: 24px 0 0 0;
}

h1,
.v-u--h1 {
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  h1,
  .v-u--h1 {
    font-size: 75px;
  }
}

h2,
.v-u--h2 {
  margin: 32px 0 0 0;
  font-size: 36px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  h2,
  .v-u--h2 {
    font-size: 42px;
  }
}

h3,
.v-u--h3 {
  margin: 32px 0 0 0;
  font-size: 30px;
}

@media (min-width: 1024px) {
  h3,
  .v-u--h3 {
    font-size: 36px;
  }
}

h4,
.v-u--h4 {
  font-size: 24px;
}

@media (min-width: 1024px) {
  h4,
  .v-u--h4 {
    font-size: 30px;
  }
}

h5,
.v-u--h5 {
  font-size: 24px;
}

h6,
.v-u--h6 {
  font-size: 20px;
}

p,
.v-u--p {
  font-family: "Lato", sans-serif;
  margin: 12px 0 0 0;
  font-size: 16px;
  letter-spacing: 1px;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 14px;
}

pre,
code {
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

a {
  color: #e67e22;
  font-family: "Lato", sans-serif;
}

.m-u--font-size {
  font-size: 16px;
}

.m-u--font-size--l {
  font-size: 18px;
}

.m-u--font-size--s {
  font-size: 14px;
}

.m-u--font-size--xs {
  font-size: 12px;
}

.m-u--font-size, .m-u--font-size--l, .m-u--font-size--s, .m-u--font-size--xs {
  font-family: "Lato", sans-serif;
}

.m-u--font-style--normal {
  font-style: normal;
}

.m-u--font-style--italic {
  font-style: italic;
}

.m-u--font-style, .m-u--font-style--l, .m-u--font-style--s, .m-u--font-style--xs {
  font-family: "Lato", sans-serif;
}

.m-u--font-weight--bold {
  font-weight: 700;
}

.m-u--font-weight--normal {
  font-weight: 400;
}

.m-u--font-weight, .m-u--font-weight--l, .m-u--font-weight--s, .m-u--font-weight--xs {
  font-family: "Lato", sans-serif;
}

.v-u--typo--precision, .v-u--typo--precision-italic {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #ccc;
}

.v-u--typo--precision-italic {
  font-style: italic;
}

.v-u--typo--highlighting {
  display: inline;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: #fff8e6;
  box-shadow: 0 0 0 2px #fff8e6;
}

.v-u--display--block {
  display: block;
}

.v-u--display--flex {
  display: flex;
}

.v-u--display--inline {
  display: inline;
}

.v-u--display--inline-block {
  display: inline-block;
}

.v-u--display--inline-flex {
  display: inline-flex;
}

.v-u--max-width {
  max-width: 1180px;
}

.v-u--max-width--xs {
  max-width: 400px;
}

.v-u--max-width--s {
  max-width: 800px;
}

.v-u--max-width--l {
  max-width: 1340px;
}

.v-u--max-width--text {
  max-width: 720px;
  display: flex !important;
}

.v-u--min-width {
  min-width: 320px;
}

.v-u--no-margin {
  margin: 0;
}

.v-u--margin--xs {
  margin: 3px;
}

.v-u--margin--s {
  margin: 6px;
}

.v-u--margin {
  margin: 12px;
}

.v-u--margin--l {
  margin: 24px;
}

.v-u--margin--xl {
  margin: 48px;
}

.v-u--no-margin-top {
  margin-top: 0;
}

.v-u--margin-top--xs {
  margin-top: 3px;
}

.v-u--margin-top--s {
  margin-top: 6px;
}

.v-u--margin-top {
  margin-top: 12px;
}

.v-u--margin-top--l {
  margin-top: 24px;
}

.v-u--margin-top--xl {
  margin-top: 48px;
}

.v-u--no-margin-right {
  margin-right: 0;
}

.v-u--margin-right--xs {
  margin-right: 3px;
}

.v-u--margin-right--s {
  margin-right: 6px;
}

.v-u--margin-right {
  margin-right: 12px;
}

.v-u--margin-right--l {
  margin-right: 24px;
}

.v-u--margin-right--xl {
  margin-right: 48px;
}

.v-u--no-margin-bottom {
  margin-bottom: 0;
}

.v-u--margin-bottom--xs {
  margin-bottom: 3px;
}

.v-u--margin-bottom--s {
  margin-bottom: 6px;
}

.v-u--margin-bottom {
  margin-bottom: 12px;
}

.v-u--margin-bottom--l {
  margin-bottom: 24px;
}

.v-u--margin-bottom--xl {
  margin-bottom: 48px;
}

.v-u--no-margin-left {
  margin-left: 0;
}

.v-u--margin-left--xs {
  margin-left: 3px;
}

.v-u--margin-left--s {
  margin-left: 6px;
}

.v-u--margin-left {
  margin-left: 12px;
}

.v-u--margin-left--l {
  margin-left: 24px;
}

.v-u--margin-left--xl {
  margin-left: 48px;
}

.v-u--no-padding {
  padding: 0;
}

.v-u--padding--xs {
  padding: 4px;
}

.v-u--padding--s {
  padding: 8px;
}

.v-u--padding {
  padding: 16px;
}

.v-u--padding--l {
  padding: 32px;
}

.v-u--padding--xl {
  padding: 64px;
}

.v-u--no-padding-top {
  padding-top: 0;
}

.v-u--padding-top--xs {
  padding-top: 4px;
}

.v-u--padding-top--s {
  padding-top: 8px;
}

.v-u--padding-top {
  padding-top: 16px;
}

.v-u--padding-top--l {
  padding-top: 32px;
}

.v-u--padding-top--xl {
  padding-top: 64px;
}

.v-u--no-padding-right {
  padding-right: 0;
}

.v-u--padding-right--xs {
  padding-right: 4px;
}

.v-u--padding-right--s {
  padding-right: 8px;
}

.v-u--padding-right {
  padding-right: 16px;
}

.v-u--padding-right--l {
  padding-right: 32px;
}

.v-u--padding-right--xl {
  padding-right: 64px;
}

.v-u--no-padding-bottom {
  padding-bottom: 0;
}

.v-u--padding-bottom--xs {
  padding-bottom: 4px;
}

.v-u--padding-bottom--s {
  padding-bottom: 8px;
}

.v-u--padding-bottom {
  padding-bottom: 16px;
}

.v-u--padding-bottom--l {
  padding-bottom: 32px;
}

.v-u--padding-bottom--xl {
  padding-bottom: 64px;
}

.v-u--no-padding-left {
  padding-left: 0;
}

.v-u--padding-left--xs {
  padding-left: 4px;
}

.v-u--padding-left--s {
  padding-left: 8px;
}

.v-u--padding-left {
  padding-left: 16px;
}

.v-u--padding-left--l {
  padding-left: 32px;
}

.v-u--padding-left--xl {
  padding-left: 64px;
}

/* ------------------------------------ *\
    PRINT
\* ------------------------------------ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@keyframes v-infinity-rotation {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes v-progress-spinner-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes v-progress-spinner-initial-rotate {
  0% {
    opacity: 0;
    transform: rotate(90deg) translateZ(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(270deg) translateZ(0);
  }
}

@keyframes v-progress-spinner-stroke-rotate-fallback {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(1170deg);
  }
  50% {
    transform: rotate(2340deg);
  }
  75% {
    transform: rotate(3510deg);
  }
  100% {
    transform: rotate(4680deg);
  }
}

@keyframes bounce-right {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
  }
  60% {
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

@keyframes bounce-left {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
  40% {
    -moz-transform: translateX(-12px) rotate(180deg);
    -ms-transform: translateX(-12px) rotate(180deg);
    -webkit-transform: translateX(-12px) rotate(180deg);
    transform: translateX(-12px) rotate(180deg);
  }
  60% {
    -moz-transform: translateX(-6px) rotate(180deg);
    -ms-transform: translateX(-6px) rotate(180deg);
    -webkit-transform: translateX(-6px) rotate(180deg);
    transform: translateX(-6px) rotate(180deg);
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}

.hamburger:hover, .hamburger:focus {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: '';
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.v-u--bullet-list {
  margin-top: 12px;
  margin-bottom: 0;
}

.v-u--bullet-list,
.v-u--bullet-list ul,
.v-u--bullet-list ol {
  padding: 0 0 0 24px;
}

.v-u--bullet-list ul,
.v-u--bullet-list ol {
  margin: 0;
}

.v-u--bullet-list li {
  position: relative;
  list-style: none;
  margin: 0 0 4px 0;
}

.v-u--bullet-list li::before {
  position: absolute;
  top: 8px;
  left: -12px;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.v-u--bullet-list li:last-child {
  margin: 0;
}

.v-u--bullet-list li > ul {
  margin: 4px 0 0 0;
}

.v-u--bullet-list > li > ul > li::before, .v-u--bullet-list > li::before,
.v-u--bullet-list > li > ul > li > ul > li::before,
.v-u--bullet-list > li > ul > li > ul > li > ul > li::before {
  width: 4px;
  height: 4px;
}

.v-u--bullet-list > li > ul > li::before, .v-u--bullet-list > li::before {
  border-radius: 50%;
  border: 1px solid #4c4c4c;
}

.v-u--bullet-list > li::before,
.v-u--bullet-list > li > ul > li > ul > li::before {
  background: #4c4c4c;
}

.v-u--bullet-list > li > ul > li > ul > li::before,
.v-u--bullet-list > li > ul > li > ul > li > ul > li::before {
  border: 1px solid #4c4c4c;
}

.v-u--bullet-list > li > ul > li > ul > li > ul > li > ul > li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c4c4c;
}

/* stylelint-disable  */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?2tnb8n");
  src: url("fonts/icomoon.eot?2tnb8n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?2tnb8n") format("truetype"), url("fonts/icomoon.woff?2tnb8n") format("woff"), url("fonts/icomoon.svg?2tnb8n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-circle::before {
  content: "\e90d";
}

.icon-search-plus::before {
  content: "\e90e";
}

.icon-envelope::before {
  content: "\e900";
}

.icon-facebook-logo::before {
  content: "\e901";
}

.icon-instagram-social-network-logo-of-photo-camera::before {
  content: "\e902";
}

.icon-map-pin-silhouette::before {
  content: "\e903";
}

.icon-technology::before {
  content: "\e904";
}

.icon-telephone::before {
  content: "\e905";
}

.icon-home3::before {
  content: "\e906";
}

.icon-folder::before {
  content: "\e92f";
}

.icon-phone::before {
  content: "\e942";
}

.icon-location::before {
  content: "\e947";
}

.icon-location2::before {
  content: "\e948";
}

.icon-bubble::before {
  content: "\e96b";
}

.icon-enlarge::before {
  content: "\e989";
}

.icon-arrow-up::before {
  content: "\ea32";
}

.icon-arrow-right::before {
  content: "\ea34";
}

.icon-arrow-down::before {
  content: "\ea36";
}

.icon-arrow-left::before {
  content: "\ea38";
}

.icon-arrow-up2::before {
  content: "\ea3a";
}

.icon-arrow-right2::before {
  content: "\ea3c";
}

.icon-arrow-down2::before {
  content: "\ea3e";
}

.icon-arrow-left2::before {
  content: "\ea40";
}

.icon-circle-up::before {
  content: "\ea41";
}

.icon-circle-right::before {
  content: "\ea42";
}

.icon-circle-down::before {
  content: "\ea43";
}

.icon-circle-left::before {
  content: "\ea44";
}

.icon-google-plus::before {
  content: "\ea8b";
}

.icon-facebook::before {
  content: "\ea90";
}

.icon-play2::before {
  content: "\ea15";
}

.icon-zoom-in::before {
  content: "\e987";
}

.icon-envelope1::before {
  content: "\e907";
}

.icon-envelope-o::before {
  content: "\e908";
}

.icon-chevron-right::before {
  content: "\e909";
}

.icon-chevron-left::before {
  content: "\e90a";
}

.icon-chevron-down::before {
  content: "\e90b";
}

.icon-chevron-up::before {
  content: "\e90c";
}

.v-u--link {
  transition: color 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #09f;
  text-decoration: none;
}

.v-u--link:hover, .v-u--link:focus {
  color: #36adff;
}

.v-u--link:hover .v-u--link-text, .v-u--link:focus .v-u--link-text {
  text-decoration: underline;
}

.v-u--link:active {
  color: #0587e1;
}

.v-u--link:not(.v-u--link-unvisited):not(:hover):not(:focus):visited {
  color: #0075c3;
}

.v-u--link-text {
  position: relative;
  vertical-align: middle;
}

.v-u--link-icon-left,
.v-u--link-icon-right {
  display: inline-flex;
  flex-shrink: 0;
  vertical-align: middle;
  stroke-width: 2px;
  width: 0.8em;
}

.v-u--link-icon-left {
  margin-right: 6px;
}

.v-u--link-icon-right {
  margin-left: 6px;
}

.v-u--table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.v-u--table th {
  padding: 0 8px 6px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #ccc;
  text-align: left;
}

.v-u--table th:first-child {
  padding-left: 16px;
}

.v-u--table th:last-child {
  padding-right: 16px;
}

.v-u--table tbody tr {
  border-bottom: 1px solid #ccc;
}

.v-u--table td {
  padding: 16px 8px;
  margin: 1px 0;
  vertical-align: top;
  text-align: left;
}

.v-u--table td:first-child {
  padding-left: 16px;
}

.v-u--table td:last-child {
  padding-right: 16px;
}

.v-u--table.v-u--has-icon th:last-child:not(:only-child),
.v-u--table.v-u--has-icon td:last-child:not(:only-child) {
  padding: 0;
  width: 44px;
  text-align: center;
  vertical-align: middle;
}

.v-panel .v-u--table tbody tr:last-child {
  border-bottom: 0;
}

.v-u--border {
  border: 2px solid;
}

.v-u--border--l {
  border: 4px solid;
}

.v-u--border--s {
  border: 1px solid;
}

.v-u--border-top {
  border-top: 2px solid;
}

.v-u--border-top--l {
  border-top: 4px solid;
}

.v-u--border-top--s {
  border-top: 1px solid;
}

.v-u--border-right {
  border-right: 2px solid;
}

.v-u--border-right--l {
  border-right: 4px solid;
}

.v-u--border-right--s {
  border-right: 1px solid;
}

.v-u--border-bottom {
  border-bottom: 2px solid;
}

.v-u--border-bottom--l {
  border-bottom: 4px solid;
}

.v-u--border-bottom--s {
  border-bottom: 1px solid;
}

.v-u--border-left {
  border-left: 2px solid;
}

.v-u--border-left--l {
  border-left: 4px solid;
}

.v-u--border-left--s {
  border-left: 1px solid;
}

.v-u--border-top-bottom {
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.v-u--border-top-bottom--l {
  border-top: 4px solid;
  border-bottom: 4px solid;
}

.v-u--border-top-bottom--s {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.v-u--border-right-left {
  border-right: 2px solid;
  border-left: 2px solid;
}

.v-u--border-right-left--l {
  border-right: 4px solid;
  border-left: 4px solid;
}

.v-u--border-right-left--s {
  border-right: 1px solid;
  border-left: 1px solid;
}

.v-u--no-border {
  border: none;
}

.v-u--no-border-top {
  border-top: none;
}

.v-u--no-border-right {
  border-right: none;
}

.v-u--no-border-bottom {
  border-bottom: none;
}

.v-u--no-border-left {
  border-left: none;
}

.v-u--no-border-top-bottom {
  border-top: none;
  border-bottom: none;
}

.v-u--no-border-right-left {
  border-right: none;
  border-left: none;
}

.v-u--box-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.v-u--box-shadow--l {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.v-u--box-shadow--s {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.v-u--no-box-shadow {
  box-shadow: none;
}

.v-u--overflow, .v-u--overflow--auto, .v-u--overflow--scroll, .v-u--overflow--visible {
  scrollbar-face-color: #a6a6a6;
  scrollbar-shadow-color: #a6a6a6;
  scrollbar-highlight-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #a6a6a6;
}

.v-u--overflow::-webkit-scrollbar, .v-u--overflow--auto::-webkit-scrollbar, .v-u--overflow--scroll::-webkit-scrollbar, .v-u--overflow--visible::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: none;
}

.v-u--overflow::-webkit-scrollbar-track-piece, .v-u--overflow--auto::-webkit-scrollbar-track-piece, .v-u--overflow--scroll::-webkit-scrollbar-track-piece, .v-u--overflow--visible::-webkit-scrollbar-track-piece {
  background: #ccc;
}

.v-u--overflow::-webkit-scrollbar-thumb, .v-u--overflow--auto::-webkit-scrollbar-thumb, .v-u--overflow--scroll::-webkit-scrollbar-thumb, .v-u--overflow--visible::-webkit-scrollbar-thumb {
  background: #a6a6a6;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.v-u--overflow--auto {
  overflow: auto;
}

.v-u--overflow--scroll {
  overflow: scroll;
}

.v-u--overflow--visible {
  overflow: visible;
}

.v-u--overflow--hidden {
  overflow: hidden;
}

.v-u--visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.v-u--label {
  font-size: 16px;
  font-weight: 700;
}

.v-u--header {
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  background-color: #ededed;
  position: relative;
}

.v-u--header p,
.v-u--header h1,
.v-u--header h2,
.v-u--header h3,
.v-u--header h4,
.v-u--header h5,
.v-u--header h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.v-u--header.v-u--has-icon {
  padding-right: 44px;
}

.v-u--header.v-u--has-icon > :last-child {
  width: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.v-u--header:not(.v-u--has-icon) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .v-u--header:not(.v-u--has-icon) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.v-u--header + ul {
  margin-top: 0;
}

.v-u--header + .v-u--table th {
  padding-top: 16px;
}

.v-u--asterisk {
  color: #f39612;
  font-weight: 700;
}

.v-u--require {
  margin-top: -16px !important;
  float: right;
}

.v-header {
  background-color: #3c3c3c;
}

@media (min-width: 1024px) {
  .v-header {
    background-color: transparent;
  }
}

.v-header::before {
  content: "";
  display: block;
  width: 100%;
}

.v-header__container {
  background-color: #3c3c3c;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 80px;
}

@media (min-width: 1024px) {
  .v-header__container {
    background-color: rgba(60, 60, 60, 0.8);
    min-height: 100px;
    transition: background-color 0.3s ease, min-height 0.3s ease;
  }
  .v-header__container.v--is-scrolled {
    background-color: #3c3c3c;
    min-height: 80px;
  }
  .v-header__container.v--is-scrolled .v-header__navigation {
    min-height: 80px;
  }
}

.v-header__navigation {
  background-color: #3c3c3c;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  min-height: 80px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-header__navigation {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1024px) {
  .v-header__navigation {
    min-height: 100px;
    background-color: transparent;
    transition: min-height 0.3s ease;
  }
}

.v-header__navigation-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.v-header__navigation-logo-src {
  width: 180px;
}

.v-header__menu-desktop {
  display: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {
  .v-header__menu-desktop {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.v-header__menu-desktop > li {
  position: relative;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.v-header__menu-desktop > li.current-menu-item a {
  color: #e67e22;
}

.v-header__menu-desktop > li a {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-bottom: 8px;
  padding-top: 8px;
}

.v-header__menu-desktop > li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  transition: background-color 0.3s ease;
}

.v-header__menu-desktop > li a:hover, .v-header__menu-desktop > li a:focus {
  color: #e67e22;
}

.v-header__menu-desktop > li a:hover::before, .v-header__menu-desktop > li a:focus::before {
  background-color: #e67e22;
}

.v-header__menu-desktop > li:not(:first-child)::before {
  content: '/';
  padding-right: 24px;
  color: #fff;
}

.v-header__hamburger {
  position: absolute;
  right: 8px;
}

@media (min-width: 768px) {
  .v-header__hamburger {
    right: 16px;
  }
}

@media (min-width: 1024px) {
  .v-header__hamburger {
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

.v-header__navigation-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 100%);
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0.3s;
  background-color: #3c3c3c;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 48px 24px 80px 24px;
}

.v-header__navigation-mobile.v--is-open {
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .v-header__navigation-mobile {
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

.v-header__menu-mobile {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  position: relative;
}

@media (min-width: 1024px) {
  .v-header__menu-mobile {
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

.v-header__menu-mobile > li {
  padding: 0;
  display: flex;
  align-items: center;
}

.v-header__menu-mobile > li.current-menu-item > a {
  color: #e67e22;
}

.v-header__menu-mobile > li > a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/* ------------------------------------*\
    Accueil
\* ------------------------------------ */
.v-accueil {
  /* ------------------------------------*\
        Bannière
    \* ------------------------------------ */
  /* ------------------------------------*\
        Section À propos
    \* ------------------------------------ */
  /* ------------------------------------*\
        Section Services
    \* ------------------------------------ */
  /* ------------------------------------*\
        Section Réalisations
    \* ------------------------------------ */
}

.v-accueil__banniere {
  position: relative;
  padding-top: calc( 80px + 16px);
  padding-bottom: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 640px;
}

@media (min-width: 768px) {
  .v-accueil__banniere {
    min-height: 768px;
  }
}

@media (min-width: 1024px) {
  .v-accueil__banniere {
    min-height: 100vh;
    padding-top: calc( 100px + 16px);
  }
}

.v-accueil__banniere::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.25;
}

.v-accueil__banniere-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-accueil__banniere-wrapper {
    max-width: calc(1560px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-accueil__banniere-titre {
  margin-top: 0;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.v-accueil__banniere-slogan {
  margin-top: 24px;
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Axis", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .v-accueil__banniere-slogan {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .v-accueil__banniere-slogan {
    font-size: 75px;
  }
}

.v-accueil__banniere-bloc-bouton {
  margin-top: 64px;
}

.v-accueil__banniere-bouton {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-accueil__banniere-bouton:hover, .v-accueil__banniere-bouton:focus {
  color: #e67e22;
}

.v-accueil__banniere-bouton:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

.v-accueil__propos {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-accueil__propos-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-accueil__propos-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-accueil__propos-titre {
  margin-top: 0;
  text-align: center;
}

.v-accueil__propos-texte {
  margin-top: 24px;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.v-accueil__propos-liste-qualites {
  margin-top: 64px;
  display: grid;
  row-gap: 40px;
  column-gap: 24px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .v-accueil__propos-liste-qualites {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .v-accueil__propos-liste-qualites {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.v-accueil__propos-qualite {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}

.v-accueil__propos-qualite-icone {
  max-width: 100px;
}

.v-accueil__propos-qualite-titre {
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.v-accueil__propos-qualite-texte {
  margin-top: 8px;
}

.v-accueil__propos-bloc-lien {
  text-align: center;
  margin-top: 64px;
}

.v-accueil__propos-lien {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-accueil__propos-lien:hover, .v-accueil__propos-lien:focus {
  color: #e67e22;
}

.v-accueil__propos-lien:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

.v-accueil__services {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #323232;
}

.v-accueil__services-wrapper {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-accueil__services-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1024px) {
  .v-accueil__services-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.v-accueil__services-image-wrapper {
  display: flex;
  justify-content: center;
}

.v-accueil__services-image {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 1024px) {
  .v-accueil__services-image {
    max-width: 100%;
  }
}

.v-accueil__services-titre {
  margin-top: 0;
}

.v-accueil__services-texte {
  margin-top: 40px;
}

.v-accueil__services-bloc-lien {
  margin-top: 64px;
}

.v-accueil__services-lien {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-accueil__services-lien:hover, .v-accueil__services-lien:focus {
  color: #e67e22;
}

.v-accueil__services-lien:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

.v-accueil__realisations {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-accueil__realisations-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-accueil__realisations-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-accueil__realisations-titre {
  text-align: center;
  margin-top: 0;
}

.v-accueil__realisations-texte {
  margin-top: 24px;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.v-accueil__realisations-liste {
  margin-top: 64px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .v-accueil__realisations-liste {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .v-accueil__realisations-liste {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.v-accueil__realisations-fiche {
  position: relative;
}

.v-accueil__realisations-fiche-lien {
  position: relative;
  display: flex;
}

.v-accueil__realisations-fiche-lien::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease;
}

.v-accueil__realisations-fiche-lien:hover::before, .v-accueil__realisations-fiche-lien:focus::before {
  transform: scale(1);
  opacity: 0.6;
}

.v-accueil__realisations-fiche-lien:hover .v-accueil__realisations-fiche-titre, .v-accueil__realisations-fiche-lien:focus .v-accueil__realisations-fiche-titre {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.v-accueil__realisations-fiche-image {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.v-accueil__realisations-fiche-titre {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.4);
  border: transparent solid 1px;
  transition: 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.v-accueil__realisations-bloc-lien {
  margin-top: 64px;
  text-align: center;
}

.v-accueil__realisations-lien {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-accueil__realisations-lien:hover, .v-accueil__realisations-lien:focus {
  color: #e67e22;
}

.v-accueil__realisations-lien:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

/* ------------------------------------*\
    Nos Clients
\* ------------------------------------ */
.v-clients {
  /* ------------------------------------*\
        Clients
    \* ------------------------------------ */
}

.v-clients__clients {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-clients__clients-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-clients__clients-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-clients__clients-titre {
  margin-top: 0;
  text-align: center;
}

.v-clients__clients-riche-texte {
  margin-top: 24px;
}

.v-clients__clients-riche-texte > :first-child {
  margin-top: 0;
}

.v-clients__clients-riche-texte b,
.v-clients__clients-riche-texte strong {
  font-weight: 700;
}

.v-clients__clients-riche-texte ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-clients__clients-riche-texte ul,
.v-clients__clients-riche-texte ul ul,
.v-clients__clients-riche-texte ul ol {
  padding: 0 0 0 24px;
}

.v-clients__clients-riche-texte ul ul,
.v-clients__clients-riche-texte ul ol {
  margin: 0;
}

.v-clients__clients-riche-texte ul li {
  position: relative;
  list-style: none;
  margin: 0 0 4px 0;
}

.v-clients__clients-riche-texte ul li::before {
  position: absolute;
  top: 8px;
  left: -12px;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.v-clients__clients-riche-texte ul li:last-child {
  margin: 0;
}

.v-clients__clients-riche-texte ul li > ul {
  margin: 4px 0 0 0;
}

.v-clients__clients-riche-texte ul > li > ul > li::before, .v-clients__clients-riche-texte ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  width: 4px;
  height: 4px;
}

.v-clients__clients-riche-texte ul > li > ul > li::before, .v-clients__clients-riche-texte ul > li::before {
  border-radius: 50%;
  border: 1px solid #4c4c4c;
}

.v-clients__clients-riche-texte ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li::before {
  background: #4c4c4c;
}

.v-clients__clients-riche-texte ul > li > ul > li > ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  border: 1px solid #4c4c4c;
}

.v-clients__clients-riche-texte ul > li > ul > li > ul > li > ul > li > ul > li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c4c4c;
}

.v-clients__clients-riche-texte ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-clients__clients-riche-texte ol,
.v-clients__clients-riche-texte ol ul,
.v-clients__clients-riche-texte ol ol {
  padding: 0 0 0 24px;
}

.v-clients__clients-riche-texte ol ul,
.v-clients__clients-riche-texte ol ol {
  margin: 0;
}

.v-clients__clients-riche-texte ol li {
  list-style-type: decimal;
}

.v-clients__clients-riche-texte img {
  max-width: 100% !important;
  height: auto !important;
}

.v-clients__clients-riche-texte a {
  display: inline-flex;
  align-items: center;
}

.v-clients__clients-riche-texte a + a {
  margin-left: 16px;
}

.v-clients__clients-riche-texte h1,
.v-clients__clients-riche-texte h2,
.v-clients__clients-riche-texte h3,
.v-clients__clients-riche-texte h4,
.v-clients__clients-riche-texte h5,
.v-clients__clients-riche-texte h6 {
  margin-top: 32px;
}

.v-clients__clients-riche-texte h1 + *,
.v-clients__clients-riche-texte h2 + *,
.v-clients__clients-riche-texte h3 + *,
.v-clients__clients-riche-texte h4 + *,
.v-clients__clients-riche-texte h5 + *,
.v-clients__clients-riche-texte h6 + * {
  margin-top: 32px;
}

.v-clients__clients-riche-texte {
  margin-top: 24px;
}

.v-clients__clients-riche-texte > :first-child {
  margin-top: 0;
}

.v-clients__clients-riche-texte b,
.v-clients__clients-riche-texte strong {
  font-weight: 700;
}

.v-clients__clients-riche-texte ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-clients__clients-riche-texte ul,
.v-clients__clients-riche-texte ul ul,
.v-clients__clients-riche-texte ul ol {
  padding: 0 0 0 24px;
}

.v-clients__clients-riche-texte ul ul,
.v-clients__clients-riche-texte ul ol {
  margin: 0;
}

.v-clients__clients-riche-texte ul li {
  position: relative;
  list-style: none;
  margin: 0 0 4px 0;
}

.v-clients__clients-riche-texte ul li::before {
  position: absolute;
  top: 8px;
  left: -12px;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.v-clients__clients-riche-texte ul li:last-child {
  margin: 0;
}

.v-clients__clients-riche-texte ul li > ul {
  margin: 4px 0 0 0;
}

.v-clients__clients-riche-texte ul > li > ul > li::before, .v-clients__clients-riche-texte ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  width: 4px;
  height: 4px;
}

.v-clients__clients-riche-texte ul > li > ul > li::before, .v-clients__clients-riche-texte ul > li::before {
  border-radius: 50%;
  border: 1px solid #4c4c4c;
}

.v-clients__clients-riche-texte ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li::before {
  background: #4c4c4c;
}

.v-clients__clients-riche-texte ul > li > ul > li > ul > li::before,
.v-clients__clients-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  border: 1px solid #4c4c4c;
}

.v-clients__clients-riche-texte ul > li > ul > li > ul > li > ul > li > ul > li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c4c4c;
}

.v-clients__clients-riche-texte ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-clients__clients-riche-texte ol,
.v-clients__clients-riche-texte ol ul,
.v-clients__clients-riche-texte ol ol {
  padding: 0 0 0 24px;
}

.v-clients__clients-riche-texte ol ul,
.v-clients__clients-riche-texte ol ol {
  margin: 0;
}

.v-clients__clients-riche-texte ol li {
  list-style-type: decimal;
}

.v-clients__clients-riche-texte img {
  max-width: 100% !important;
  height: auto !important;
}

.v-clients__clients-riche-texte a {
  display: inline-flex;
  align-items: center;
}

.v-clients__clients-riche-texte a + a {
  margin-left: 16px;
}

.v-clients__clients-riche-texte h1,
.v-clients__clients-riche-texte h2,
.v-clients__clients-riche-texte h3,
.v-clients__clients-riche-texte h4,
.v-clients__clients-riche-texte h5,
.v-clients__clients-riche-texte h6 {
  margin-top: 32px;
}

.v-clients__clients-riche-texte h1 + *,
.v-clients__clients-riche-texte h2 + *,
.v-clients__clients-riche-texte h3 + *,
.v-clients__clients-riche-texte h4 + *,
.v-clients__clients-riche-texte h5 + *,
.v-clients__clients-riche-texte h6 + * {
  margin-top: 32px;
}

.v-clients__clients-liste {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 480px) {
  .v-clients__clients-liste {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .v-clients__clients-liste {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .v-clients__clients-liste {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 56px 16px;
  }
}

@media (min-width: 1200px) {
  .v-clients__clients-liste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.v-clients__clients-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.v-clients__clients-image-wrapper {
  width: 175px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
}

.v-clients__clients-image {
  width: 100%;
  max-width: 150px;
}

/* ------------------------------------*\
    À propos
\* ------------------------------------ */
.v-propos {
  /* ------------------------------------*\
        Histoire
    \* ------------------------------------ */
  /* ------------------------------------*\
        Équipe
    \* ------------------------------------ */
}

.v-propos__histoire {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-propos__histoire-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-propos__histoire-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-propos__histoire-titre {
  margin-top: 0;
  text-align: center;
}

.v-propos__histoire-riche-texte {
  margin-top: 24px;
}

.v-propos__histoire-riche-texte > :first-child {
  margin-top: 0;
}

.v-propos__histoire-riche-texte b,
.v-propos__histoire-riche-texte strong {
  font-weight: 700;
}

.v-propos__histoire-riche-texte ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-propos__histoire-riche-texte ul,
.v-propos__histoire-riche-texte ul ul,
.v-propos__histoire-riche-texte ul ol {
  padding: 0 0 0 24px;
}

.v-propos__histoire-riche-texte ul ul,
.v-propos__histoire-riche-texte ul ol {
  margin: 0;
}

.v-propos__histoire-riche-texte ul li {
  position: relative;
  list-style: none;
  margin: 0 0 4px 0;
}

.v-propos__histoire-riche-texte ul li::before {
  position: absolute;
  top: 8px;
  left: -12px;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.v-propos__histoire-riche-texte ul li:last-child {
  margin: 0;
}

.v-propos__histoire-riche-texte ul li > ul {
  margin: 4px 0 0 0;
}

.v-propos__histoire-riche-texte ul > li > ul > li::before, .v-propos__histoire-riche-texte ul > li::before,
.v-propos__histoire-riche-texte ul > li > ul > li > ul > li::before,
.v-propos__histoire-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  width: 4px;
  height: 4px;
}

.v-propos__histoire-riche-texte ul > li > ul > li::before, .v-propos__histoire-riche-texte ul > li::before {
  border-radius: 50%;
  border: 1px solid #4c4c4c;
}

.v-propos__histoire-riche-texte ul > li::before,
.v-propos__histoire-riche-texte ul > li > ul > li > ul > li::before {
  background: #4c4c4c;
}

.v-propos__histoire-riche-texte ul > li > ul > li > ul > li::before,
.v-propos__histoire-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  border: 1px solid #4c4c4c;
}

.v-propos__histoire-riche-texte ul > li > ul > li > ul > li > ul > li > ul > li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c4c4c;
}

.v-propos__histoire-riche-texte ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-propos__histoire-riche-texte ol,
.v-propos__histoire-riche-texte ol ul,
.v-propos__histoire-riche-texte ol ol {
  padding: 0 0 0 24px;
}

.v-propos__histoire-riche-texte ol ul,
.v-propos__histoire-riche-texte ol ol {
  margin: 0;
}

.v-propos__histoire-riche-texte ol li {
  list-style-type: decimal;
}

.v-propos__histoire-riche-texte img {
  max-width: 100% !important;
  height: auto !important;
}

.v-propos__histoire-riche-texte a {
  display: inline-flex;
  align-items: center;
}

.v-propos__histoire-riche-texte a + a {
  margin-left: 16px;
}

.v-propos__histoire-riche-texte h1,
.v-propos__histoire-riche-texte h2,
.v-propos__histoire-riche-texte h3,
.v-propos__histoire-riche-texte h4,
.v-propos__histoire-riche-texte h5,
.v-propos__histoire-riche-texte h6 {
  margin-top: 32px;
}

.v-propos__histoire-riche-texte h1 + *,
.v-propos__histoire-riche-texte h2 + *,
.v-propos__histoire-riche-texte h3 + *,
.v-propos__histoire-riche-texte h4 + *,
.v-propos__histoire-riche-texte h5 + *,
.v-propos__histoire-riche-texte h6 + * {
  margin-top: 32px;
}

.v-propos__equipe {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #323232;
}

.v-propos__equipe-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-propos__equipe-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-propos__equipe-titre {
  margin-top: 0;
  text-align: center;
}

.v-propos__equipe-texte {
  margin-top: 24px;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.v-propos__equipe-liste {
  margin-top: 64px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .v-propos__equipe-liste {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .v-propos__equipe-liste {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.v-propos__equipe-membre {
  position: relative;
}

.v-propos__equipe-membre-image-lien {
  position: relative;
  display: flex;
}

.v-propos__equipe-membre-image-lien::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease;
}

.v-propos__equipe-membre-image-lien:hover::before, .v-propos__equipe-membre-image-lien:focus::before {
  transform: scale(1);
  opacity: 0.6;
}

.v-propos__equipe-membre-image-lien:hover .v-accueil__realisations-fiche-titre, .v-propos__equipe-membre-image-lien:focus .v-accueil__realisations-fiche-titre {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.v-propos__equipe-membre-image {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.v-propos__realisations-fiche-titre {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.4);
  border: transparent solid 1px;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.v-propos__equipe-membre-nom {
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

.v-propos__equipe-membre-poste {
  margin-top: 8px;
}

/* ------------------------------------*\
    Services
\* ------------------------------------ */
.v-services {
  /* ------------------------------------*\
        Introduction
    \* ------------------------------------ */
  /* ------------------------------------*\
        Services
    \* ------------------------------------ */
}

.v-services__introduction {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-services__introduction-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-services__introduction-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-services__introduction-titre {
  margin-top: 0;
  text-align: center;
}

.v-services__introduction-riche-texte {
  margin-top: 24px;
}

.v-services__introduction-riche-texte > :first-child {
  margin-top: 0;
}

.v-services__introduction-riche-texte b,
.v-services__introduction-riche-texte strong {
  font-weight: 700;
}

.v-services__introduction-riche-texte ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-services__introduction-riche-texte ul,
.v-services__introduction-riche-texte ul ul,
.v-services__introduction-riche-texte ul ol {
  padding: 0 0 0 24px;
}

.v-services__introduction-riche-texte ul ul,
.v-services__introduction-riche-texte ul ol {
  margin: 0;
}

.v-services__introduction-riche-texte ul li {
  position: relative;
  list-style: none;
  margin: 0 0 4px 0;
}

.v-services__introduction-riche-texte ul li::before {
  position: absolute;
  top: 8px;
  left: -12px;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.v-services__introduction-riche-texte ul li:last-child {
  margin: 0;
}

.v-services__introduction-riche-texte ul li > ul {
  margin: 4px 0 0 0;
}

.v-services__introduction-riche-texte ul > li > ul > li::before, .v-services__introduction-riche-texte ul > li::before,
.v-services__introduction-riche-texte ul > li > ul > li > ul > li::before,
.v-services__introduction-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  width: 4px;
  height: 4px;
}

.v-services__introduction-riche-texte ul > li > ul > li::before, .v-services__introduction-riche-texte ul > li::before {
  border-radius: 50%;
  border: 1px solid #4c4c4c;
}

.v-services__introduction-riche-texte ul > li::before,
.v-services__introduction-riche-texte ul > li > ul > li > ul > li::before {
  background: #4c4c4c;
}

.v-services__introduction-riche-texte ul > li > ul > li > ul > li::before,
.v-services__introduction-riche-texte ul > li > ul > li > ul > li > ul > li::before {
  border: 1px solid #4c4c4c;
}

.v-services__introduction-riche-texte ul > li > ul > li > ul > li > ul > li > ul > li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c4c4c;
}

.v-services__introduction-riche-texte ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-services__introduction-riche-texte ol,
.v-services__introduction-riche-texte ol ul,
.v-services__introduction-riche-texte ol ol {
  padding: 0 0 0 24px;
}

.v-services__introduction-riche-texte ol ul,
.v-services__introduction-riche-texte ol ol {
  margin: 0;
}

.v-services__introduction-riche-texte ol li {
  list-style-type: decimal;
}

.v-services__introduction-riche-texte img {
  max-width: 100% !important;
  height: auto !important;
}

.v-services__introduction-riche-texte a {
  display: inline-flex;
  align-items: center;
}

.v-services__introduction-riche-texte a + a {
  margin-left: 16px;
}

.v-services__introduction-riche-texte h1,
.v-services__introduction-riche-texte h2,
.v-services__introduction-riche-texte h3,
.v-services__introduction-riche-texte h4,
.v-services__introduction-riche-texte h5,
.v-services__introduction-riche-texte h6 {
  margin-top: 32px;
}

.v-services__introduction-riche-texte h1 + *,
.v-services__introduction-riche-texte h2 + *,
.v-services__introduction-riche-texte h3 + *,
.v-services__introduction-riche-texte h4 + *,
.v-services__introduction-riche-texte h5 + *,
.v-services__introduction-riche-texte h6 + * {
  margin-top: 32px;
}

.v-services__services {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #323232;
}

.v-services__services-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-services__services-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-services__services-fiche {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .v-services__services-fiche {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.v-services__services-fiche:not(:first-child) {
  margin-top: 120px;
}

@media (min-width: 1024px) {
  .v-services__services-fiche:not(.v--is-image-droite) .v-services__services-image-wrapper {
    order: 2;
  }
  .v-services__services-fiche:not(.v--is-image-droite) .v-services__services-contenu {
    order: 1;
  }
}

.v-services__services-image-wrapper {
  display: flex;
  justify-content: center;
  align-self: stretch;
}

.v-services__services-image {
  width: 100%;
  max-width: 500px;
  max-height: 400px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .v-services__services-image {
    max-width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .v-services__services-contenu {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.v-services__services-titre {
  margin-top: 0;
}

.v-services__services-texte {
  margin-top: 40px;
}

/* ------------------------------------*\
    Réalisations
\* ------------------------------------ */
.v-realisations {
  /* ------------------------------------*\
        Liste des projets
    \* ------------------------------------ */
}

.v-realisations__realisations {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-realisations__realisations-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-realisations__realisations-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-realisations__realisations-texte {
  margin-top: 24px;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.v-realisations__realisations-liste {
  margin-top: 64px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .v-realisations__realisations-liste {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .v-realisations__realisations-liste {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.v-realisations__realisations-fiche {
  position: relative;
}

.v-realisations__realisations-fiche-lien {
  position: relative;
  display: flex;
}

.v-realisations__realisations-fiche-lien::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease;
}

.v-realisations__realisations-fiche-lien:hover::before, .v-realisations__realisations-fiche-lien:focus::before {
  transform: scale(1);
  opacity: 0.6;
}

.v-realisations__realisations-fiche-lien:hover .v-accueil__realisations-fiche-titre, .v-realisations__realisations-fiche-lien:focus .v-accueil__realisations-fiche-titre {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.v-realisations__realisations-fiche-image {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.v-realisations__realisations-fiche-titre {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.4);
  border: transparent solid 1px;
  transition: 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.v-realisations__realisations-bloc-lien {
  margin-top: 64px;
  text-align: center;
}

.v-realisations__realisations-lien {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-realisations__realisations-lien:hover, .v-realisations__realisations-lien:focus {
  color: #e67e22;
}

.v-realisations__realisations-lien:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

/* ------------------------------------*\
    Single réalisation
\* ------------------------------------ */
.v-single-realisation {
  /* ------------------------------------*\
        Bannière
    \* ------------------------------------ */
  /* ------------------------------------*\
        Lien de retour
    \* ------------------------------------ */
  /* ------------------------------------*\
        Texte
    \* ------------------------------------ */
  /* ------------------------------------*\
        Images
    \* ------------------------------------ */
}

.v-single-realisation__banniere {
  position: relative;
  padding-top: calc( 80px + 16px);
  padding-bottom: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
}

@media (min-width: 768px) {
  .v-single-realisation__banniere {
    min-height: 540px;
  }
}

.v-single-realisation__banniere::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

.v-single-realisation__banniere-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-single-realisation__banniere-wrapper {
    max-width: calc(1560px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-single-realisation__banniere-titre {
  margin-top: 0;
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Axis", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .v-single-realisation__banniere-titre {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .v-single-realisation__banniere-titre {
    font-size: 75px;
  }
}

.v-single-realisation__lien-retour {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #292929;
}

.v-single-realisation__lien-retour-wrapper {
  margin-top: 0;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-single-realisation__lien-retour-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-single-realisation__lien-retour-texte {
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  position: relative;
  padding-left: 16px;
}

.v-single-realisation__lien-retour-texte:hover, .v-single-realisation__lien-retour-texte:focus {
  border-bottom-color: #e67e22;
}

.v-single-realisation__lien-retour-texte::before {
  border-color: #e67e22;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 16px;
  left: 0px;
  position: absolute;
  width: 16px;
  margin-top: -9px;
  top: 50%;
  transform: rotate(45deg);
}

.v-single-realisation__texte {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #323232;
}

.v-single-realisation__texte-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-single-realisation__texte-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-single-realisation__texte-titre {
  text-align: center;
  margin-top: 0;
}

.v-single-realisation__texte-riche {
  margin-top: 24px;
}

.v-single-realisation__texte-riche > :first-child {
  margin-top: 0;
}

.v-single-realisation__texte-riche b,
.v-single-realisation__texte-riche strong {
  font-weight: 700;
}

.v-single-realisation__texte-riche ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-single-realisation__texte-riche ul,
.v-single-realisation__texte-riche ul ul,
.v-single-realisation__texte-riche ul ol {
  padding: 0 0 0 24px;
}

.v-single-realisation__texte-riche ul ul,
.v-single-realisation__texte-riche ul ol {
  margin: 0;
}

.v-single-realisation__texte-riche ul li {
  position: relative;
  list-style: none;
  margin: 0 0 4px 0;
}

.v-single-realisation__texte-riche ul li::before {
  position: absolute;
  top: 8px;
  left: -12px;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.v-single-realisation__texte-riche ul li:last-child {
  margin: 0;
}

.v-single-realisation__texte-riche ul li > ul {
  margin: 4px 0 0 0;
}

.v-single-realisation__texte-riche ul > li > ul > li::before, .v-single-realisation__texte-riche ul > li::before,
.v-single-realisation__texte-riche ul > li > ul > li > ul > li::before,
.v-single-realisation__texte-riche ul > li > ul > li > ul > li > ul > li::before {
  width: 4px;
  height: 4px;
}

.v-single-realisation__texte-riche ul > li > ul > li::before, .v-single-realisation__texte-riche ul > li::before {
  border-radius: 50%;
  border: 1px solid #4c4c4c;
}

.v-single-realisation__texte-riche ul > li::before,
.v-single-realisation__texte-riche ul > li > ul > li > ul > li::before {
  background: #4c4c4c;
}

.v-single-realisation__texte-riche ul > li > ul > li > ul > li::before,
.v-single-realisation__texte-riche ul > li > ul > li > ul > li > ul > li::before {
  border: 1px solid #4c4c4c;
}

.v-single-realisation__texte-riche ul > li > ul > li > ul > li > ul > li > ul > li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c4c4c;
}

.v-single-realisation__texte-riche ol {
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-single-realisation__texte-riche ol,
.v-single-realisation__texte-riche ol ul,
.v-single-realisation__texte-riche ol ol {
  padding: 0 0 0 24px;
}

.v-single-realisation__texte-riche ol ul,
.v-single-realisation__texte-riche ol ol {
  margin: 0;
}

.v-single-realisation__texte-riche ol li {
  list-style-type: decimal;
}

.v-single-realisation__texte-riche img {
  max-width: 100% !important;
  height: auto !important;
}

.v-single-realisation__texte-riche a {
  display: inline-flex;
  align-items: center;
}

.v-single-realisation__texte-riche a + a {
  margin-left: 16px;
}

.v-single-realisation__texte-riche h1,
.v-single-realisation__texte-riche h2,
.v-single-realisation__texte-riche h3,
.v-single-realisation__texte-riche h4,
.v-single-realisation__texte-riche h5,
.v-single-realisation__texte-riche h6 {
  margin-top: 32px;
}

.v-single-realisation__texte-riche h1 + *,
.v-single-realisation__texte-riche h2 + *,
.v-single-realisation__texte-riche h3 + *,
.v-single-realisation__texte-riche h4 + *,
.v-single-realisation__texte-riche h5 + *,
.v-single-realisation__texte-riche h6 + * {
  margin-top: 32px;
}

.v-single-realisation__images {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-single-realisation__images-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-single-realisation__images-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-single-realisation__images-titre {
  text-align: center;
  margin-top: 0;
}

.v-single-realisation__images-liste {
  margin-top: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .v-single-realisation__images-liste {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .v-single-realisation__images-liste {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.v-single-realisation__images-lien {
  position: relative;
  display: flex;
  width: 100%;
  height: 225px;
}

.v-single-realisation__images-lien::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease;
}

.v-single-realisation__images-lien:hover::before, .v-single-realisation__images-lien:focus::before {
  transform: scale(1);
  opacity: 0.6;
}

@media (min-width: 768px) {
  .v-single-realisation__images-lien {
    height: 250px;
  }
}

@media (min-width: 1024px) {
  .v-single-realisation__images-lien {
    height: 200px;
  }
}

.v-single-realisation__images-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.v-single-realisation__zone-video {
  margin-top: 64px;
  background-color: #000;
  display: flex;
  padding: 16px;
}

/* ------------------------------------*\
    Nous-joindre
\* ------------------------------------ */
.v-joindre {
  /* ------------------------------------*\
        Section Formulaire
    \* ------------------------------------ */
  /* ------------------------------------*\
        Section Map
    \* ------------------------------------ */
}

.v-joindre__formulaire {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #292929;
}

.v-joindre__formulaire-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-joindre__formulaire-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-joindre__formulaire-titre {
  margin-top: 0;
}

.v-joindre__formulaire-texte {
  margin-top: 24px;
}

.v-joindre__formulaire-coordonnees {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.v-joindre__formulaire-telephone, .v-joindre__formulaire-courriel {
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.v-joindre__formulaire-telephone:hover, .v-joindre__formulaire-telephone:focus, .v-joindre__formulaire-courriel:hover, .v-joindre__formulaire-courriel:focus {
  border-bottom-color: #e67e22;
}

.v-joindre__map {
  position: relative;
  height: 500px;
}

/* ------------------------------------*\
    404
\* ------------------------------------ */
.v-404 {
  /* ------------------------------------*\
        Bannière
    \* ------------------------------------ */
  /* ------------------------------------*\
        Texte
    \* ------------------------------------ */
}

.v-404__banniere {
  position: relative;
  padding-top: calc( 80px + 16px);
  padding-bottom: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
}

@media (min-width: 768px) {
  .v-404__banniere {
    min-height: 540px;
  }
}

.v-404__banniere::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

.v-404__banniere-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-404__banniere-wrapper {
    max-width: calc(1560px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-404__banniere-titre {
  margin-top: 0;
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Axis", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .v-404__banniere-titre {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .v-404__banniere-titre {
    font-size: 75px;
  }
}

.v-404__texte {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #323232;
}

.v-404__texte-wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-404__texte-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-404__texte-titre {
  text-align: center;
  margin-top: 0;
}

.v-404__texte-lien {
  margin-top: 24px;
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-404__texte-lien:hover, .v-404__texte-lien:focus {
  color: #e67e22;
}

.v-404__texte-lien:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

/* ------------------------------------*\
    Bannière
\* ------------------------------------ */
.v-section-banniere {
  position: relative;
  padding-top: calc( 80px + 16px);
  padding-bottom: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
}

@media (min-width: 768px) {
  .v-section-banniere {
    min-height: 540px;
  }
}

.v-section-banniere::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

.v-section-banniere__wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-section-banniere__wrapper {
    max-width: calc(1560px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-section-banniere__titre {
  margin-top: 0;
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Axis", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .v-section-banniere__titre {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .v-section-banniere__titre {
    font-size: 75px;
  }
}

/* ------------------------------------*\
    Section Soumission
\* ------------------------------------ */
.v-section-soumission {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v-section-soumission::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

.v-section-soumission__contenu-wrapper {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-section-soumission__contenu-wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.v-section-soumission__titre {
  margin-top: 0;
}

.v-section-soumission__bloc-lien {
  margin-top: 64px;
  text-align: center;
}

.v-section-soumission__lien {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.v-section-soumission__lien:hover, .v-section-soumission__lien:focus {
  color: #e67e22;
}

.v-section-soumission__lien:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

/* ------------------------------------*\
    Section formulaire questions
\* ------------------------------------ */
.v-formulaire-questions {
  position: relative;
  margin-top: 64px;
}

.v-formulaire-questions__range:not(:first-of-type) {
  margin-top: 56px;
}

.v-formulaire-questions__groupe-champs {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .v-formulaire-questions__groupe-champs {
    grid-template-columns: 1fr 1fr;
  }
}

.v-formulaire-questions__groupe-champs .v-formulaire-questions__conteneur-champ-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.v-formulaire-questions__groupe-champs-titre {
  margin-top: 0;
  font-size: 24px;
  font-family: "Axis", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.v-formulaire-questions__conteneur-champ {
  flex: 1 1 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.v-formulaire-questions__conteneur-champ-label {
  font-size: 24px;
  font-family: "Axis", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.v-formulaire-questions__conteneur-champ-input, .v-formulaire-questions__conteneur-champ-textarea, .v-formulaire-questions__conteneur-champ-select {
  border: none;
  border: 2px solid transparent;
  border-bottom: 2px solid #a6a6a6;
  padding: 12px;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  outline: none;
  transition: 0.3s ease;
  color: #fff;
}

.v-formulaire-questions__conteneur-champ-input:hover, .v-formulaire-questions__conteneur-champ-textarea:hover, .v-formulaire-questions__conteneur-champ-select:hover {
  border-color: #000;
}

.v-formulaire-questions__conteneur-champ-input:focus, .v-formulaire-questions__conteneur-champ-textarea:focus, .v-formulaire-questions__conteneur-champ-select:focus {
  border-color: #e67e22;
}

.v-formulaire-questions__conteneur-champ-textarea {
  border: 2px solid #a6a6a6;
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin-top: 16px;
}

.v-formulaire-questions__conteneur-champ-textarea:hover {
  border-color: #000;
}

.v-formulaire-questions__conteneur-champ-textarea:focus {
  border-color: #e67e22;
}

.v-formulaire-questions__conteneur-champ-erreur {
  margin-top: 8px;
  font-size: 14px;
  color: #e30513;
}

.v-formulaire-questions__range-bouton {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

@media (min-width: 1024px) {
  .v-formulaire-questions__range-bouton {
    margin-top: 100px;
  }
}

.v-formulaire-questions__bouton-formulaire {
  display: inline-flex;
  transition-property: background, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border: 1px solid white;
  appearance: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding: 12px 48px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
}

.v-formulaire-questions__bouton-formulaire:hover, .v-formulaire-questions__bouton-formulaire:focus {
  color: #e67e22;
}

.v-formulaire-questions__bouton-formulaire:active {
  color: #fff;
  background: #e67e22;
  border-color: #e67e22;
}

.v-formulaire-questions__conteneur-message-formulaire {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.v-formulaire-questions__message-formulaire {
  text-align: right;
  margin-top: 0;
  margin-bottom: 12px;
  display: none;
}

.v-formulaire-questions__message-formulaire.formError {
  color: #e30513;
}

.v-formulaire-questions__message-formulaire.formSuccess {
  color: #00c77f;
}

.v-formulaire-questions__conteneur-champ-cache {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.v-footer {
  position: relative;
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 64px;
}

.v-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .v-footer__wrapper {
    max-width: calc(1180px + 16px * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1024px) {
  .v-footer__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
  }
}

.v-footer__bloc-logo {
  flex: 1 1 auto;
}

.v-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 16px;
  border: 1px solid #fff;
}

.v-footer__logo-src {
  width: 120px;
}

.v-footer__menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1024px) {
  .v-footer__menu {
    align-items: flex-start;
  }
}

.v-footer__menu > li {
  display: flex;
  align-items: center;
  position: relative;
}

.v-footer__menu > li.current-menu-item a {
  color: #e67e22;
}

.v-footer__menu > li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.v-footer__menu > li a:hover {
  color: #e67e22;
}

.v-footer__coordonnees {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1024px) {
  .v-footer__coordonnees {
    align-items: flex-start;
  }
}

.v-footer__telephone, .v-footer__courriel {
  position: relative;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.v-footer__telephone:hover, .v-footer__courriel:hover {
  color: #e67e22;
}

.v-footer__facebook {
  display: flex;
}

.v-footer__facebook-icone {
  width: 32px;
}

.v-footer__copyright {
  background-color: #000;
  margin-top: 0;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
