@charset "UTF-8";
@import url("variables.css");
* {
  font-size: 100%;
  border: 0;
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  outline: 0 none;
  text-decoration: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
  min-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

a,
a img {
  text-decoration: none;
}

:focus {
  border: 0 dotted;
  outline: 0 none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--color_3);
  font-family: var(--regular_font), "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 160%;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.embed-container iframe,
.embed-container object,
.embed-container .map,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  font-family: var(--title_font), "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: var(--lineheight_headings);
  color: var(--color_texte);
  text-wrap: pretty;
  margin: 1rem 0 0 0;
}

h1,
.h1-like {
  font-size: var(--headings_size_1);
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  .h1-like {
    font-size: calc(var(--headings_size_1) / 1.6);
  }
}

h2,
.h2-like {
  font-size: var(--headings_size_2);
}
@media (max-width: 767px) {
  h2,
  .h2-like {
    font-size: calc(var(--headings_size_2) / 1.5);
  }
}

h3,
.h3-like {
  font-size: var(--headings_size_3);
}
@media (max-width: 767px) {
  h3,
  .h3-like {
    font-size: calc(var(--headings_size_3) / 1.4);
  }
}

h4,
.h4-like {
  font-size: var(--headings_size_4);
}
@media (max-width: 767px) {
  h4,
  .h4-like {
    font-size: calc(var(--headings_size_4) / 1.3);
  }
}

h5,
.h5-like {
  font-size: var(--headings_size_5);
}
@media (max-width: 767px) {
  h5,
  .h5-like {
    font-size: calc(var(--headings_size_5) / 1.2);
  }
}

h6,
.h6-like {
  font-size: var(--headings_size_6);
}
@media (max-width: 767px) {
  h6,
  .h6-like {
    font-size: calc(var(--headings_size_6) / 1.1);
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  color: var(--color_texte);
  font-weight: 400;
  font-size: var(--font_size);
  line-height: var(--lineheight);
}
@media (max-width: 767px) {
  p {
    font-size: calc(var(--font_size) / 1.15);
  }
}

sup {
  line-height: 0.8em;
  font-size: calc(var(--font_size) / 2);
  vertical-align: top;
}

strong {
  font-weight: 700;
}
strong em {
  font-style: italic;
  font-weight: 700;
}

em {
  font-style: italic;
}
em strong {
  font-style: italic;
  font-weight: 700;
}

u {
  text-decoration: underline;
}

strike {
  text-decoration: line-through;
}

[id=content] a:not(.btn) {
  color: var(--color_brand);
  text-decoration: none;
}
[id=content] a:not(.btn):hover, [id=content] a:not(.btn):focus, [id=content] a:not(.btn):active {
  color: var(--color_2);
  text-decoration: underline;
}

[id=content] ul,
[id=content] ol {
  color: var(--color_texte);
  font-size: var(--font_size);
}
@media (max-width: 767px) {
  [id=content] ul,
  [id=content] ol {
    font-size: calc(var(--font_size) / 1.15);
  }
}

[id=content] ul {
  padding: 0 0 0 1.25rem;
  margin-top: 1.5rem;
}

[id=content] ul li {
  list-style: none;
  list-style-position: outside;
  font-size: var(--font_size);
  font-weight: 300;
  color: var(--color_texte);
  margin-bottom: 1rem;
}
[id=content] ul li:before {
  /* For a round bullet */
  content: "•";
  /* For a square bullet */
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -1.25rem;
  top: -0.2rem;
  color: var(--color_brand);
  font-size: calc(var(--font_size) * 2);
}
@media (max-width: 767px) {
  [id=content] ul li:before {
    font-size: calc(var(--font_size) / 1.15);
  }
}
[id=content] ul li strong {
  font-size: var(--font_size);
}
@media (max-width: 767px) {
  [id=content] ul li {
    font-size: calc(var(--font_size) / 1.15);
  }
}

[id=content] ol {
  display: block;
  padding: 0 0 0 2.5rem;
  margin-top: 1.5rem;
  list-style: none;
  counter-reset: numList;
}

[id=content] ol li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
}
[id=content] ol li::before {
  counter-increment: numList;
  content: counter(numList);
  position: absolute;
  top: -0.4rem;
  left: -2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: var(--color_brand);
  line-height: 22px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

[id=content] table {
  margin: 1.5rem auto;
  width: 100% !important;
  color: var(--color_texte);
  line-height: var(--lineheight);
  font-size: var(--font_size);
}
@media (max-width: 767px) {
  [id=content] table {
    font-size: calc(var(--font_size) / 1.15);
    line-height: 1.1;
  }
}
[id=content] table th {
  background: var(--color_texte) !important;
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 0.5rem;
}
@media (max-width: 767px) {
  [id=content] table th {
    padding: 0.5rem;
  }
}
[id=content] table td {
  padding: 0.5rem;
  vertical-align: middle;
  border-bottom: 1px dotted var(--color_texte) !important;
}
[id=content] table p {
  font-size: var(--font_size);
  color: var(--color_texte);
}

label {
  display: block;
  font-size: 1.6rem;
  color: var(--color_texte);
  font-weight: 400;
  font-family: var(--regular_font), "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 0.25em;
  background: #ffffff;
}

input,
textarea,
select {
  background: #ffffff;
  color: #000000;
  font-size: 1.8rem;
  border: 1px solid #ffffff !important;
  height: auto;
  width: 100%;
  padding: 1.5rem 1.25rem;
  text-align: left;
  font-weight: 400;
  font-family: var(--regular_font), "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--color_brand) !important;
}

input[type=radio] {
  -webkit-appearance: radio;
  width: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: auto;
}

input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 1.5rem 1.25rem;
  background: var(--color_brand);
  color: #ffffff;
  width: auto;
  font-size: 1.8rem;
  font-family: var(--regular_font), "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid var(--color_brand) !important;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:focus {
  background: #000000;
  border-color: #000000 !important;
}

input[type=reset] {
  background: var(--color_texte);
}

input,
textaera {
  border-radius: 0;
  -webkit-appearance: none;
}

[type^=submit],
[type*=submit] {
  -webkit-appearance: none;
}

.wrapper {
  max-width: 98%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .wrapper {
    max-width: 1920px;
    width: 98%;
  }
}
@media (max-width: 995px) {
  .wrapper {
    max-width: 95%;
  }
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

[id=header] {
  position: relative;
  padding: 5rem 0 7rem;
}
@media (max-width: 840px) {
  [id=header] {
    padding: 3.5rem 0 5rem;
  }
}
@media (max-width: 767px) {
  [id=header] {
    padding: 2.5rem 0 3.5rem;
  }
}
[id=header] .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[id=header] .logo img {
  max-height: 11rem;
}
[id=header] .logo:hover {
  text-decoration: unset;
}

[id=footer] {
  padding: 5rem 0;
}
@media (max-width: 995px) {
  [id=footer] {
    padding: 2.5rem 0;
  }
}
body.single-reference [id=footer] {
  padding: 2.5rem;
}

[id=switch] {
  position: fixed;
  bottom: 0;
  right: 0;
}
[id=switch] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: var(--color_brand);
  -webkit-box-shadow: 0 0 5px 2px #ffffff;
          box-shadow: 0 0 5px 2px #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
[id=switch] .icon {
  font-size: 3.5rem;
  fill: var(--color_2);
  scale: 1;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
[id=switch] a:hover {
  background-color: var(--color_4);
}
[id=switch] a:hover .icon {
  scale: 1.1;
}

svg {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
  height: auto;
  max-width: 100%;
  width: auto;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #000000;
  fill: #000000;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.icon-mediapilote {
  width: 5.982421875em;
}

.icon-cadenas {
  width: 0.703125em;
}

.icon-cadenas_ouvert {
  width: 0.7041015625em;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2") format("woff2"), url("../fonts/lg.ttf") format("truetype"), url("../fonts/lg.woff") format("woff"), url("../fonts/lg.svg#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !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;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: var(--color_brand);
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: var(--color_brand);
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lg-sub-html h4 {
    font-size: 1.2380952381rem;
  }
}

.lg-sub-html p {
  font-size: 1.4rem;
  margin: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .lg-sub-html p {
    font-size: 1.2173913043rem;
  }
}

.lg-sub-html a {
  display: block;
  margin: 1rem auto 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 1rem;
  color: var(--color_brand);
  text-decoration: underline;
  text-underline-offset: 0.35rem;
  padding: 0.25rem 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lg-sub-html a:hover, .lg-sub-html a:focus {
  background: #ffffff;
  text-decoration: none;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../img/lightgallery/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
          animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}


.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}


.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0;
  pointer-events: none;
}

.lg-outer[data-lg-slide-type=video] .lg-download {
  display: none;
}


.lg-progress-bar {
  background-color: #ffffff;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: var(--color_brand);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}


.alignleft {
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .alignleft {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}

.alignright {
  float: right;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .alignright {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 10px auto 10px;
}

img.alignright,
img.alignleft {
  max-width: 50%;
}
@media (max-width: 767px) {
  img.alignright,
  img.alignleft {
    max-width: 100%;
  }
}

img.alignright {
  background-position: 15px 100%;
}

.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}

.wp-caption .wp-caption-text,
.entry-caption {
  font-size: 1.2rem;
  color: var(--color_texte);
  line-height: 1.1;
  margin-top: -15px;
  text-align: right;
  margin-bottom: 25px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content dl.gallery-item {
  margin: 0;
}

/*.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}*/
[id=protect] {
  text-align: center;
  margin-top: 0rem;
}
[id=protect] form {
  max-width: 55rem;
  margin: 1.5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
[id=protect] .show-password {
  display: none;
}
[id=protect] .show-password:checked ~ .ControlInput--password {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
[id=protect] .show-password:checked ~ .Control-label--showPassword .svg-toggle-password .closed-eye {
  opacity: 1;
  -webkit-transition: opacity 300ms ease, height 400ms ease;
  transition: opacity 300ms ease, height 400ms ease;
  width: 4px;
  height: 44px;
}
[id=protect] .Control-label--showPassword {
  position: absolute;
  width: 3.5rem;
  height: calc(100% - 2px);
  top: 1px;
  left: calc(65% - 6.5rem);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[id=protect] .svg-toggle-password {
  fill: var(--color_brand);
}
[id=protect] .svg-toggle-password .closed-eye {
  opacity: 0;
  height: 0;
}

[id=filtres] {
  max-width: var(--filtreWidth);
  width: 100%;
}
[id=filtres] ul li:before {
  display: none;
}
[id=filtres] .wpgb-facet.wpgb-loading {
  opacity: 1 !important;
}
[id=filtres] .wpgb-facet-13 {
  position: absolute;
  top: -6rem;
  width: var(--filtreWidth);
  margin-top: 0 !important;
  max-height: 50rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[id=filtres] .wpgb-facet-13:has(button.wpgb-reset[disabled]) {
  max-height: 0;
}
@media (max-width: 995px) {
  [id=filtres] .wpgb-facet-13 {
    position: relative;
    text-align: center;
    top: unset;
    width: 100%;
  }
}
[id=filtres] .wpgb-facet button.wpgb-reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0.25rem;
  width: 60%;
  line-height: 1;
  border-radius: 3rem;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 400;
  text-transform: lowercase;
  background: #e3e3e3;
  color: #717171;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
[id=filtres] .wpgb-facet button.wpgb-reset:before {
  content: "✕";
}
[id=filtres] .wpgb-facet button.wpgb-reset[disabled] {
  opacity: 0;
}
[id=filtres] .wpgb-select-separator {
  display: none;
}
[id=filtres] .wpgb-select-toggle {
  fill: var(--color_brand);
}
[id=filtres] .titre {
  color: var(--color_brand);
  margin-top: 0;
  font-size: 1.7rem;
}
[id=filtres] .separateur {
  width: 100%;
  border-top: 0.1rem solid var(--color_brand);
  margin: 1rem 0;
}
[id=filtres] .separateur + .separateur {
  display: none;
}
[id=filtres] .wpgb-facet {
  margin-top: 3rem;
}
[id=filtres] .wpgb-facet[hidden] + .separateur {
  display: none;
}
@media (max-width: 767px) {
  [id=filtres] .wpgb-facet.open {
    z-index: 1;
  }
}
[id=filtres] .wpgb-facet.open h4.wpgb-facet-title:after {
  rotate: 45deg;
}
[id=filtres] .wpgb-facet h4.wpgb-facet-title {
  position: relative;
  font-family: var(--regular_font), "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.7rem !important;
  line-height: 1 !important;
  letter-spacing: 0;
  padding: 0 3.5rem 0rem 0 !important;
  margin-bottom: 0 !important;
  color: var(--color_brand);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  [id=filtres] .wpgb-facet h4.wpgb-facet-title {
    font-size: 1.5rem !important;
  }
}
[id=filtres] .wpgb-facet h4.wpgb-facet-title:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  rotate: -135deg;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 0.3rem solid var(--color_brand);
  border-right: 0.3rem solid var(--color_brand);
  -webkit-transition: rotate 0.15s ease-in-out;
  transition: rotate 0.15s ease-in-out;
}
[id=filtres] .wpgb-facet h4.wpgb-facet-title:hover {
  color: var(--color_brand);
}
[id=filtres] .wpgb-facet h4.wpgb-facet-title:hover:after {
  border-color: var(--color_brand);
}
[id=filtres] .wpgb-facet fieldset {
  overflow: hidden;
  max-height: 0;
  padding-left: 0.75rem;
  opacity: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), padding 0.5s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), padding 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
[id=filtres] .wpgb-facet fieldset.full {
  max-height: 1000px;
  padding-top: 2rem;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
}
[id=filtres] .wpgb-facet fieldset.full:last-child {
  margin-bottom: 1.5rem;
}
[id=filtres] .wpgb-facet > fieldset:last-child {
  margin-bottom: 0;
}
[id=filtres] .wpgb-hierarchical-list.two {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
[id=filtres] li:before {
  display: none;
}
[id=filtres] li:after {
  background-color: var(--color_brand) !important;
}
[id=filtres] li .wpgb-checkbox {
  outline-style: unset !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[id=filtres] li .wpgb-checkbox:focus .wpgb-checkbox-control {
  outline-width: 0;
  outline-offset: 0;
}
[id=filtres] li .wpgb-checkbox-control {
  border-width: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}
[id=filtres] li .wpgb-checkbox-control:after {
  background-color: var(--color_2) !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
  -webkit-transform: rotate(0deg) scale(0) !important;
          transform: rotate(0deg) scale(0) !important;
}
[id=filtres] li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  border-width: 2px !important;
}
@media (max-width: 767px) {
  [id=filtres] li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
    background-color: #ffffff !important;
  }
}
[id=filtres] li .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control:after {
  background-color: var(--color_brand) !important;
  -webkit-transform: rotate(0deg) scale(1) !important;
          transform: rotate(0deg) scale(1) !important;
}
[id=filtres] li .wpgb-checkbox-label {
  font-size: var(--font_size)rem;
}
[id=filtres] li:last-child {
  margin-bottom: 1.5rem;
}
[id=filtres] .wpgb-facet-5 {
  margin: 0.75rem 0 1.5rem;
}
[id=filtres] .wpgb-facet-5 fieldset {
  opacity: 1 !important;
  padding-left: 0;
  padding-top: 0 !important;
}
[id=filtres] .wpgb-facet-5 .wpgb-input-icon {
  height: 20px;
  width: 20px;
  color: #000000;
  top: calc(50% - 10px);
  margin-left: 6px;
}
[id=filtres] .wpgb-facet-5 .wpgb-input[type=search] {
  padding-top: 1.15rem !important;
  padding-bottom: 1.15rem !important;
  padding-left: 2.75rem !important;
  border-radius: 0 !important;
  border-color: #ffffff !important;
  text-indent: 0 !important;
  -webkit-padding-end: 45px !important;
          padding-inline-end: 45px !important;
}
@media (max-width: 767px) {
  [id=filtres] .wpgb-facet-5 .wpgb-input[type=search] {
    color: var(--color_2);
  }
}
[id=filtres] .wpgb-facet-5 button {
  border-color: transparent !important;
}
[id=filtres] .wpgb-facet-1,
[id=filtres] .wpgb-facet-9,
[id=filtres] .wpgb-facet-10,
[id=filtres] .wpgb-facet-11,
[id=filtres] .wpgb-facet-12 {
  margin-top: 0;
}
[id=filtres] .wpgb-facet-1 h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-9 h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-10 h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-11 h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-12 h4.wpgb-facet-title {
  font-weight: 400 !important;
  color: var(--color_2) !important;
  padding-bottom: 0rem !important;
  font-size: 1.5rem !important;
  text-transform: none !important;
}
[id=filtres] .wpgb-facet-1 fieldset,
[id=filtres] .wpgb-facet-9 fieldset,
[id=filtres] .wpgb-facet-10 fieldset,
[id=filtres] .wpgb-facet-11 fieldset,
[id=filtres] .wpgb-facet-12 fieldset {
  padding-top: 0rem !important;
}
[id=filtres] .wpgb-facet-1.open h4.wpgb-facet-title, [id=filtres] .wpgb-facet-1:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-9.open h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-9:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-10.open h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-10:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-11.open h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-11:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-12.open h4.wpgb-facet-title,
[id=filtres] .wpgb-facet-12:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title {
  padding-bottom: 0.5rem !important;
}
[id=filtres] .wpgb-facet-1.open fieldset, [id=filtres] .wpgb-facet-1:has(.wpgb-checkbox[aria-pressed=true]) fieldset,
[id=filtres] .wpgb-facet-9.open fieldset,
[id=filtres] .wpgb-facet-9:has(.wpgb-checkbox[aria-pressed=true]) fieldset,
[id=filtres] .wpgb-facet-10.open fieldset,
[id=filtres] .wpgb-facet-10:has(.wpgb-checkbox[aria-pressed=true]) fieldset,
[id=filtres] .wpgb-facet-11.open fieldset,
[id=filtres] .wpgb-facet-11:has(.wpgb-checkbox[aria-pressed=true]) fieldset,
[id=filtres] .wpgb-facet-12.open fieldset,
[id=filtres] .wpgb-facet-12:has(.wpgb-checkbox[aria-pressed=true]) fieldset {
  padding-top: 0.5rem !important;
}
[id=filtres] .wpgb-facet.open > fieldset {
  max-height: 1000px;
  padding-top: 2rem;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
[id=filtres] .wpgb-facet.open > fieldset:last-child {
  margin-bottom: 1.5rem;
}
[id=filtres] .wpgb-facet:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title {
  cursor: default;
}
[id=filtres] .wpgb-facet:has(.wpgb-checkbox[aria-pressed=true]) h4.wpgb-facet-title:after {
  rotate: 45deg;
}
[id=filtres] .wpgb-facet:has(.wpgb-checkbox[aria-pressed=true]) > fieldset {
  max-height: 1000px;
  padding-top: 2rem;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
[id=filtres] .wpgb-facet:has(.wpgb-checkbox[aria-pressed=true]) > fieldset:last-child {
  margin-bottom: 1.5rem;
}
.acplt-menu {
  border-radius: 0 !important;
}

body.filtreOpen {
  overflow: hidden;
}

body.filtreOpen [id=container] {
  overflow: hidden;
}
body.filtreOpen [id=container]:after {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  bottom: 0;
  z-index: 5;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 995px) {
  [id=filtres] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    height: 100vh;
    background-color: #000000;
    padding: 2rem 1.25rem;
    overflow-y: scroll;
    scrollbar-color: var(--color_brand) #000000;
    scrollbar-width: thin;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  [id=filtres].active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

[id=filtres_references] .wrapper {
  position: relative;
}
[id=filtres_references] .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gapList);
}
[id=filtres_references] .btnTri {
  display: none;
}
@media (max-width: 995px) {
  [id=filtres_references] .btnTri {
    cursor: pointer;
    width: 10rem;
    margin: 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 0.25rem;
    line-height: 1;
    border-radius: 3rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: lowercase;
    background: #e3e3e3;
    color: #717171;
  }
}

[id=liste_references] {
  max-width: calc(100% - (var(--filtreWidth) + var(--gapList)));
  width: 100%;
}
@media (max-width: 995px) {
  [id=liste_references] {
    max-width: 100%;
    padding-top: 2rem;
  }
}

.wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 8rem;
  grid-column-gap: 2rem;
}
@media (max-width: 1505px) {
  .wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
    grid-row-gap: 4rem;
  }
}
@media (max-width: 995px) {
  .wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
    grid-row-gap: 2rem;
  }
}
@media (max-width: 840px) {
  .wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
}

.wpgb-grid-liste_references, .wpgb-grid-liste_references_en_cours {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpgb-grid-liste_references.wpgb-loading, .wpgb-grid-liste_references_en_cours.wpgb-loading {
  opacity: 0.1;
  -webkit-filter: blur(10px) grayscale(0.3);
          filter: blur(10px) grayscale(0.3);
}

[id=liste_references] {
  position: relative;
}
[id=liste_references]:after {
  content: "";
  opacity: 0;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[id=liste_references]:has(.wpgb-grid-liste_references.wpgb-loading, .wpgb-grid-liste_references_en_cours.wpgb-loading):after {
  width: 80px;
  height: 30px;
  background: transparent url(../img/loadingM.gif) no-repeat 50% 50%;
  opacity: 1;
}
[id=liste_references]:has(.wpgb-load-more.wpgb-loading):after {
  width: 80px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background: transparent url(../img/loadingM.gif) no-repeat 50% 50%;
  opacity: 1;
}
[id=liste_references]:has(.wpgb-load-more.wpgb-loading) .wpgb-grid-liste_references, [id=liste_references]:has(.wpgb-load-more.wpgb-loading) .wpgb-grid-liste_references_en_cours {
  opacity: 0.1;
  -webkit-filter: blur(10px) grayscale(0.3);
          filter: blur(10px) grayscale(0.3);
}

.wpgb-facet-2 {
  text-align: center;
  margin-top: 7rem;
}
.wpgb-facet-2 .wpgb-load-more {
  padding: 1.25rem 2.25rem !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: var(--color_texte_bouton) !important;
  text-transform: uppercase !important;
  background-color: var(--color_brand) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.wpgb-facet-2 .wpgb-load-more:hover, .wpgb-facet-2 .wpgb-load-more:focus {
  color: var(--color_texte_bouton_hover) !important;
  background-color: var(--color_2) !important;
  border-color: transparent !important;
}

.bloc_reference {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reference {
  position: relative;
  width: 100%;
  background: #000000;
  overflow: hidden;
}
.reference .visuel {
  position: relative;
  aspect-ratio: 4/2.5;
  cursor: pointer;
}
.reference .visuel img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.reference .visuel:after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}

p,
.actions {
  width: 100%;
}

.bloc_reference .secteur {
  font-size: calc(var(--headings_size_2) / 1.25);
  line-height: calc(var(--lineheight_headings) / 1.05);
}
@media (max-width: 1199px) {
  .bloc_reference .secteur {
    font-size: calc(var(--headings_size_2) / 1.45);
  }
}

.bloc_reference .client_type_support {
  font-size: calc(var(--headings_size_3) / 1.25);
  text-transform: lowercase;
  margin-bottom: 1.5rem;
}
.bloc_reference .client_type_support .client {
  text-transform: initial;
}
@media (max-width: 1199px) {
  .bloc_reference .client_type_support {
    font-size: calc(var(--headings_size_3) / 1.45);
  }
}

.bloc_reference .description {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  .bloc_reference .description {
    font-size: calc(var(--font_size) / 1.15);
  }
}

.bloc_reference .actions {
  margin-top: auto;
  border-top: 1px solid var(--color_brand);
  font-size: calc(var(--font_size) / 1.2);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: flex-start;
  gap: 1.25rem;
}
.bloc_reference .actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.bloc_reference .actions a:hover, .bloc_reference .actions a:focus {
  text-decoration: none;
}
.bloc_reference .actions .more {
  padding: 1rem;
  background: var(--color_brand);
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.bloc_reference .actions .more:hover, .bloc_reference .actions .more:focus {
  background-color: #ffffff;
  color: var(--color_brand);
}
.bloc_reference .actions .withicone {
  gap: 0.5rem;
  line-height: 1.1;
  padding: 0.7rem 0.25rem 0 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.bloc_reference .actions .withicone .glyph {
  font-size: 2.15rem;
}
.bloc_reference .actions .withicone .glyph svg {
  fill: var(--color_brand);
  -webkit-transform: fill 0.3s ease-in-out;
          transform: fill 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .bloc_reference .actions .withicone span + span {
    display: none;
  }
}
.bloc_reference .actions .withicone:hover .glyph svg, .bloc_reference .actions .withicone:focus .glyph svg {
  fill: #ffffff;
}
.bloc_reference .actions .copy_url {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  background: #ffffff;
  border-radius: 50%;
  font-size: 1.65rem;
  padding: 0.5rem;
  -webkit-box-shadow: 2px 2px 4px 0 #000000;
          box-shadow: 2px 2px 4px 0 #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloc_reference .actions .copy_url svg {
  fill: var(--color_brand);
}
.bloc_reference .actions .copy_url:hover, .bloc_reference .actions .copy_url:focus {
  scale: 1.1;
}
.bloc_reference .actions .copy_url:after {
  content: "Lien copié !";
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  background: #000000;
  padding: 5px;
  opacity: 0;
}
.bloc_reference .actions .copy_url.notif:after {
  -webkit-animation: notif 1s ease-out both;
          animation: notif 1s ease-out both;
}
@-webkit-keyframes notif {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes notif {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bloc_reference .actions:has(.download + .web) .download {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .bloc_reference .actions:has(.download + .web) .download {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1199px) {
  .bloc_reference .actions:has(.download) .download {
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  .bloc_reference img {
    scale: 1.02;
    opacity: 1;
    -webkit-transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .bloc_reference img:hover, .bloc_reference img:focus {
    scale: 1.1;
    opacity: 0.3;
  }
  .bloc_reference img[src*="https://img.youtube.com/"] {
    scale: 1.25;
  }
  .bloc_reference img[src*="https://img.youtube.com/"]:hover, .bloc_reference img[src*="https://img.youtube.com/"]:focus {
    scale: 1.4;
  }
  .bloc_reference .reference:hover img, .bloc_reference .reference:focus img {
    scale: 1.1;
    opacity: 0.3;
  }
  .bloc_reference .reference:hover img[src*="https://img.youtube.com/"], .bloc_reference .reference:focus img[src*="https://img.youtube.com/"] {
    scale: 1.4;
  }
}
.bloc_reference[data-type=image] .visuel:after {
  background-image: url(../svg/zoomWhite.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.bloc_reference[data-type=image] .reference:hover, .bloc_reference[data-type=image] .reference:focus {
  background: var(--color_brand);
}
.bloc_reference[data-type=image] .reference:hover .visuel:after, .bloc_reference[data-type=image] .reference:focus .visuel:after {
  opacity: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.bloc_reference[data-type=image]:has(img:hover, img:focus) .reference {
  background: var(--color_brand);
}
.bloc_reference[data-type=image]:has(img:hover, img:focus) .visuel:after {
  opacity: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.bloc_reference[data-type=video] .reference:hover img, .bloc_reference[data-type=video] .reference:focus img {
  opacity: 0.5;
}
.bloc_reference[data-type=video] img:hover, .bloc_reference[data-type=video] img:focus {
  opacity: 0.5;
}
.bloc_reference[data-type=video] .visuel::after {
  background-image: url(../img/player.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[class=detail_reference] .wrapper {
  position: relative;
}
[class=detail_reference] .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gapList);
}
@media (max-width: 995px) {
  [class=detail_reference] .inner {
    gap: 1.5rem;
  }
}

[class=detail_reference] .titre_texte {
  max-width: var(--detailWidth);
  width: 100%;
  padding: 0 0 0 2rem;
}
@media (max-width: 1199px) {
  [class=detail_reference] .titre_texte {
    padding-left: 1rem;
  }
}
@media (max-width: 995px) {
  [class=detail_reference] .titre_texte {
    max-width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
[class=detail_reference] .titre_texte .secteur {
  font-size: calc(var(--headings_size_2) * 1.05);
  line-height: calc(var(--lineheight_headings) / 1.05);
  margin-top: 0;
}
@media (max-width: 767px) {
  [class=detail_reference] .titre_texte .secteur {
    font-size: calc(var(--headings_size_2) / 1.05);
  }
}
[class=detail_reference] .titre_texte .client_type_support {
  font-size: calc(var(--headings_size_3) / 1.05);
  text-transform: lowercase;
  margin-bottom: 1.5rem;
}
[class=detail_reference] .titre_texte .client_type_support .client {
  text-transform: initial;
}
@media (max-width: 767px) {
  [class=detail_reference] .titre_texte .client_type_support {
    font-size: calc(var(--headings_size_3) / 1.2);
    margin-bottom: 0.75rem;
  }
}
[class=detail_reference] .titre_texte .client_type_support:has(+ .date) {
  margin-bottom: 0;
}
[class=detail_reference] .titre_texte .date {
  font-size: calc(var(--headings_size_3) / 1.05);
  color: var(--color_brand);
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  [class=detail_reference] .titre_texte .date {
    font-size: calc(var(--headings_size_3) / 1.2);
    margin-bottom: 0.75rem;
  }
}
[class=detail_reference] .titre_texte .description {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
[class=detail_reference] .titre_texte .description p {
  color: #ffffff;
}
[class=detail_reference] .titre_texte .agence {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  [class=detail_reference] .titre_texte .agence {
    margin-top: 2.75rem;
  }
}
[class=detail_reference] .titre_texte .agence p {
  font-weight: 700;
}
[class=detail_reference] .titre_texte .actions {
  margin-top: 1rem;
  padding-top: 0.25rem;
  border-top: 1px solid var(--color_brand);
  font-size: calc(var(--font_size) / 1.1);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: flex-start;
  gap: 3rem;
}
@media (max-width: 1199px) {
  [class=detail_reference] .titre_texte .actions {
    gap: 1.5rem;
    font-size: calc(var(--font_size) / 1.2);
  }
}
[class=detail_reference] .titre_texte .actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
[class=detail_reference] .titre_texte .actions a:hover, [class=detail_reference] .titre_texte .actions a:focus {
  text-decoration: none;
}
[class=detail_reference] .titre_texte .actions .withicone {
  gap: 0.5rem;
  line-height: 1.1;
  padding: 0.7rem 0.25rem 0 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
[class=detail_reference] .titre_texte .actions .withicone .glyph {
  font-size: 2.15rem;
}
[class=detail_reference] .titre_texte .actions .withicone .glyph svg {
  fill: var(--color_brand);
  -webkit-transform: fill 0.3s ease-in-out;
          transform: fill 0.3s ease-in-out;
}
[class=detail_reference] .titre_texte .actions .withicone:hover .glyph svg, [class=detail_reference] .titre_texte .actions .withicone:focus .glyph svg {
  fill: #ffffff;
}
@media (min-width: 1280px) {
  [class=detail_reference] .titre_texte .actions .withicone.web br {
    display: none;
  }
}
[class=detail_reference] .titre_texte .actions .copy_url {
  position: relative;
  margin-top: 0.7rem;
  background: #ffffff;
  border-radius: 50%;
  font-size: 1.65rem;
  padding: 0.5rem;
  -webkit-box-shadow: 2px 2px 4px 0 #000000;
          box-shadow: 2px 2px 4px 0 #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[class=detail_reference] .titre_texte .actions .copy_url svg {
  fill: var(--color_brand);
}
[class=detail_reference] .titre_texte .actions .copy_url:hover, [class=detail_reference] .titre_texte .actions .copy_url:focus {
  scale: 1.1;
}
[class=detail_reference] .titre_texte .actions .copy_url:after {
  content: "Lien copié !";
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  background: #000000;
  padding: 5px;
  opacity: 0;
}
[class=detail_reference] .titre_texte .actions .copy_url.notif:after {
  -webkit-animation: notif 1s ease-out both;
          animation: notif 1s ease-out both;
}
@keyframes notif {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

[class=detail_reference] .image_ref {
  position: sticky;
  top: 5rem;
  max-width: calc(100% - (var(--detailWidth) + var(--gapList)));
  width: 100%;
}
@media (max-width: 995px) {
  [class=detail_reference] .image_ref {
    max-width: 100%;
    position: relative;
    top: unset;
  }
}
[class=detail_reference] .image_ref .bouton {
  position: absolute;
  top: -4rem;
}
@media (max-width: 995px) {
  [class=detail_reference] .image_ref .bouton {
    position: relative;
    top: unset;
    margin: 0.25rem 0 1rem;
  }
}
[class=detail_reference] .image_ref .bouton a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
  justify-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: var(--color_brand);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  [class=detail_reference] .image_ref .bouton a {
    font-size: 1.6rem;
  }
}
[class=detail_reference] .image_ref .bouton a .glyph {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  [class=detail_reference] .image_ref .bouton a .glyph {
    font-size: 1.85rem;
  }
}
[class=detail_reference] .image_ref .bouton a .glyph svg {
  fill: transparent;
  stroke: var(--color_brand);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[class=detail_reference] .image_ref .bouton a:hover, [class=detail_reference] .image_ref .bouton a:focus {
  color: #ffffff;
}
[class=detail_reference] .image_ref .bouton a:hover .glyph svg, [class=detail_reference] .image_ref .bouton a:focus .glyph svg {
  stroke: #ffffff;
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
[class=detail_reference] .image_ref .visuel {
  cursor: pointer;
}

body.page-template-en_cours {
  background-color: var(--color_4);
}
body.page-template-en_cours [id=switch] a {
  background-color: var(--color_5);
}
body.page-template-en_cours [id=switch] a:hover {
  background-color: var(--color_3);
}

body.error404 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1px 1rem rgba(255, 255, 255, 0.75);
          box-shadow: 0 1px 1rem rgba(255, 255, 255, 0.75);
  padding: 3rem;
  -webkit-box-shadow: 0 1px 5px 0px #3c3c3c;
          box-shadow: 0 1px 5px 0px #3c3c3c;
}
@media (max-width: 480px) {
  body.error404 .inner {
    padding: 2.5rem;
    width: 90%;
  }
}
body.error404 .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.error404 .logo span {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body.error404 .logo .icon {
  font-size: 15.9rem;
}
body.error404 p {
  margin-top: 1rem;
}
body.error404 .bouton {
  margin-top: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
  justify-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body.error404 .bouton {
    font-size: 1.6rem;
  }
}
body.error404 .bouton .glyph {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  body.error404 .bouton .glyph {
    font-size: 1.85rem;
  }
}
body.error404 .bouton .glyph svg {
  fill: transparent;
  stroke: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.error404 .bouton:hover, body.error404 .bouton:focus {
  color: var(--color_brand);
}
body.error404 .bouton:hover .glyph svg, body.error404 .bouton:focus .glyph svg {
  stroke: var(--color_brand);
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
body.error404 .bouton:hover {
  text-decoration: unset;
}

body.error404 {
  background-color: var(--color_brand);
  background-repeat: no-repeat;
  background-image: url(../img/bg-404.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
body.error404 [id=content] {
  height: 100vh;
}
body.error404 .wpmm-force-bg {
  background: transparent;
}
body.error404 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.error404 [id=header],
body.error404 [id=footer] {
  display: none;
}

body.pas_co {
  background-image: url(../img/pattern.png);
  background-repeat: repeat-y;
  background-position: top left;
}
@media (max-width: 1100px) {
  body.pas_co {
    background-position: -30rem 0;
  }
}
@media (max-width: 840px) {
  body.pas_co {
    background-position: -40rem 0;
  }
}
body.pas_co [id=header] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  padding: 0;
}
@media (max-width: 840px) {
  body.pas_co [id=header] .inner {
    background: #000000;
    padding: 0.75rem;
  }
}
@media (max-width: 767px) {
  body.pas_co [id=header] {
    width: 100%;
  }
  body.pas_co [id=header] .inner {
    background: #000000;
    padding: 1.5rem;
  }
}
body.pas_co [id=header] .logo {
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.pas_co [id=header] .logo img.blanc {
  display: block;
}
body.pas_co [id=header] .logo img.noir {
  display: none;
}
@media (max-width: 767px) {
  body.pas_co [id=header] .logo {
    margin-bottom: 2rem;
  }
}
body.pas_co [id=header] [id=protect] p {
  color: var(--color_brand);
}
body.pas_co [id=header] [id=protect] input[type=password],
body.pas_co [id=header] [id=protect] input[id=password] {
  width: 60%;
  text-align: left;
  padding-left: 2rem;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  body.pas_co [id=header] [id=protect] input[type=password],
  body.pas_co [id=header] [id=protect] input[id=password] {
    padding-left: 0.75rem;
  }
}
body.pas_co [id=header] [id=protect] input[type=submit] {
  width: 40%;
}