@charset "UTF-8";
/*!Theme Name: O.S.E.S
	Theme URL: https://www.oses.com
	Description: Theme personnalisé par Haritza pour O.S.E.S
	Author: Haritza
	Author URI: https://haritza.com
	Version: 1.0
*/
/*Icons*/
@font-face {
  font-family: "la-brands-400";
  src: url("fonts/la-brands-400.woff2") format("woff2"), url("fonts/la-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "la-solid-900";
  src: url("fonts/la-solid-900.woff2") format("woff2"), url("fonts/la-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* RESET */
/* ----------------------------------------- */
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
}

.mayus {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
  float: left;
}

.boxsizing, .container, .box-sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 2000px;
}
@media (max-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
.container {
  margin: 0 auto;
  padding: 0 20px;
}
.container:before {
  content: "";
  display: table;
  pointer-events: none;
}
.container:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}

.clearer, .clear {
  clear: both;
}

table {
  width: 100%;
}

.myIframe {
  height: 0;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.myIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.input, input[type=email], input[type=tel], input[type=text], textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button, button, input[type=submit] {
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inline {
  display: none;
}

.columns {
  width: 100%;
  float: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns img {
  max-width: 100%;
  height: auto;
}

.columns.no-padding {
  padding: 0;
}

.no-left {
  padding: 0 40px 0 0;
}

.no-right {
  padding: 0 0 0 40px;
}

.small-1 {
  width: 8.33%;
}

.small-2 {
  width: 16.66%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33%;
}

.small-5 {
  width: 41.66%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33%;
}

.small-8 {
  width: 66.66%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33%;
}

.small-11 {
  width: 91.66%;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .large-1 {
    width: 8.33%;
  }
  .large-2 {
    width: 16.66%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33%;
  }
  .large-5 {
    width: 41.66%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33%;
  }
  .large-8 {
    width: 66.66%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33%;
  }
  .large-11 {
    width: 91.66%;
  }
  .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1920px) {
  .exlarge-1 {
    width: 8.33%;
  }
  .exlarge-2 {
    width: 16.66%;
  }
  .exlarge-3 {
    width: 25%;
  }
  .exlarge-4 {
    width: 33.33%;
  }
  .exlarge-5 {
    width: 41.66%;
  }
  .exlarge-6 {
    width: 50%;
  }
  .exlarge-7 {
    width: 58.33%;
  }
  .exlarge-8 {
    width: 66.66%;
  }
  .exlarge-9 {
    width: 75%;
  }
  .exlarge-10 {
    width: 83.33%;
  }
  .exlarge-11 {
    width: 91.66%;
  }
  .exlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  /*.large-pull-1 {
    position: relative;
    right: 8.33%
  }
  .large-pull-2 {
    position: relative;
    right: 16.66%
  }
  .large-pull-3 {
    position: relative;
    right: 25%
  }
  .large-pull-4 {
    position: relative;
    right: 33.33%
  }
  .large-pull-5 {
    position: relative;
    right: 41.66%
  }
  .large-pull-6 {
    position: relative;
    right: 50%
  }
  .large-pull-7 {
    position: relative;
    right: 58.33%
  }
  .large-pull-8 {
    position: relative;
    right: 66.66%
  }
  .large-pull-9 {
    position: relative;
    right: 75%
  }
  .large-pull-10 {
    position: relative;
    right: 83.33%
  }
  .large-pull-11 {
    position: relative;
    right: 91.66%
  }
  .large-pull-12 {
    position: relative;
    right: 100%
  }
  .large-push-1 {
    position: relative;
    left: 8.33%
  }
  .large-push-2 {
    position: relative;
    left: 16.66%
  }
  .large-push-3 {
    position: relative;
    left: 25%
  }
  .large-push-4 {
    position: relative;
    left: 33.33%
  }
  .large-push-5 {
    position: relative;
    left: 41.66%
  }
  .large-push-6 {
    position: relative;
    left: 50%
  }
  .large-push-7 {
    position: relative;
    left: 58.33%
  }
  .large-push-8 {
    position: relative;
    left: 66.66%
  }
  .large-push-9 {
    position: relative;
    left: 75%
  }
  .large-push-10 {
    position: relative;
    left: 83.33%
  }
  .large-push-11 {
    position: relative;
    left: 91.66%
  }
  .large-push-12 {
    position: relative;
    left: 100%
  }
  .large-pull-1 {
    right: auto
  }
  .large-pull-2 {
    right: auto
  }
  .large-pull-3 {
    right: auto
  }
  .large-pull-4 {
    right: auto
  }
  .large-pull-5 {
    right: auto
  }
  .large-pull-6 {
    right: auto
  }
  .large-pull-7 {
    right: auto
  }
  .large-pull-8 {
    right: auto
  }
  .large-pull-9 {
    right: auto
  }
  .large-pull-10 {
    right: auto
  }
  .large-pull-11 {
    right: auto
  }
  .large-pull-12 {
    right: auto
  }
  .large-push-1 {
    left: auto
  }
  .large-push-2 {
    left: auto
  }
  .large-push-3 {
    left: auto
  }
  .large-push-4 {
    left: auto
  }
  .large-push-5 {
    left: auto
  }
  .large-push-6 {
    left: auto
  }
  .large-push-7 {
    left: auto
  }
  .large-push-8 {
    left: auto
  }
  .large-push-9 {
    left: auto
  }
  .large-push-10 {
    left: auto
  }
  .large-push-11 {
    left: auto
  }
  .large-push-12 {
    left: auto
  }*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

*::-moz-selection {
  background-color: black;
  color: white;
}

*::selection {
  background-color: black;
  color: white;
}

body {
  overflow-x: hidden;
  font-family: "DM Sans", Arial sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  text-decoration: none;
  color: #000000;
  line-height: 130%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
body p, body a, body label, body span:not(.ButtonBase__Ellipsis-sc-f9fbfeb2-5, .ButtonBase__Overlay-sc-f9fbfeb2-4), body li, body select, body input[type=date], body input, body .cmplz-message {
  font-family: "DM Sans", Arial sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  text-decoration: none;
  color: #000000;
  line-height: 130%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1440px) {
  body p, body a, body label, body span:not(.ButtonBase__Ellipsis-sc-f9fbfeb2-5, .ButtonBase__Overlay-sc-f9fbfeb2-4), body li, body select, body input[type=date], body input, body .cmplz-message {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  body p, body a, body label, body span:not(.ButtonBase__Ellipsis-sc-f9fbfeb2-5, .ButtonBase__Overlay-sc-f9fbfeb2-4), body li, body select, body input[type=date], body input, body .cmplz-message {
    font-size: 1rem;
  }
}
body a:not(.bouton) {
  font-weight: bold;
}
body h1 {
  font-family: "DM Sans", Arial sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 120%;
}
@media screen and (max-width: 1920px) {
  body h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1440px) {
  body h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
body h2, body .like_h2 {
  font-family: "DM Sans", Arial sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-size: 3rem;
  text-decoration: none;
  color: #000000;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1920px) {
  body h2, body .like_h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  body h2, body .like_h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
body h3, body .like_h3, body .cmplz-title {
  font-family: "DM Sans", Arial sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #000000;
  line-height: 115%;
}
@media screen and (max-width: 1920px) {
  body h3, body .like_h3, body .cmplz-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body h3, body .like_h3, body .cmplz-title {
    font-size: 1.2rem;
  }
}
body .fond-noir {
  background-color: #000000;
}
body .fond-noir p, body .fond-noir a, body .fond-noir label, body .fond-noir span, body .fond-noir li, body .fond-noir select, body .fond-noir input[type=date], body .fond-noir h1, body .fond-noir h2, body .fond-noir h3 {
  color: white;
}
@media screen and (max-width: 768px) {
  body .columns {
    padding: 0;
  }
}
body header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1.5em 0;
  z-index: 9999;
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 0.563em 0.063em rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0.563em 0.063em rgba(0, 0, 0, 0.1);
}
body header .bandeau_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .bandeau_header #logo {
  width: 11em;
  max-width: 13.75em;
  top: 0;
  position: absolute;
  display: block;
  margin: 0 0 -9.45em;
  padding: 0.813em 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body header .bandeau_header #logo svg .cls-1 {
  fill-rule: evenodd;
}
body header .bandeau_header #logo svg .cls-1, body header .bandeau_header #logo svg .cls-2 {
  fill: black;
  -webkit-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}
body header .bandeau_header #logo svg {
  padding: 1.5em 1.5em 2em 1.5em;
  background-color: white;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
}
@media screen and (max-width: 1440px) {
  body header .bandeau_header #logo {
    width: 9em;
  }
}
@media screen and (max-width: 1250px) {
  body header .bandeau_header #logo {
    max-width: 158px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body header .bandeau_header #logo {
    max-width: 8.75em;
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
  }
  body header .bandeau_header #logo svg {
    padding: 0;
    background-color: inherit;
  }
  body header .bandeau_header #logo svg .cls-1, body header .bandeau_header #logo svg .cls-2 {
    fill: #fff;
  }
}
body header .bandeau_header.sticky #logo {
  position: relative;
  top: auto;
  margin: 0;
  padding: 0;
  width: 2em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body header .bandeau_header.sticky #logo svg {
  padding: 0;
  background-color: inherit;
  -webkit-transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
}
body header .bandeau_header.sticky #logo svg .cls-1, body header .bandeau_header.sticky #logo svg .cls-2 {
  fill: #fff;
  -webkit-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}
body header .bandeau_header.sticky #logo svg .cls-2 {
  display: none;
}
@media screen and (max-width: 768px) {
  body header .bandeau_header.sticky #logo {
    width: 30%;
  }
}
body header .bandeau_header .bloc_droite {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  body header .bandeau_header .bloc_droite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body header .bandeau_header .bloc_droite .reseaux_sociaux {
    margin-bottom: 1rem;
  }
}
body header .bandeau_header .bloc_droite #burger {
  width: 30px;
  display: none;
  float: right;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-left: 2em;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  body header .bandeau_header .bloc_droite #burger {
    display: block;
  }
}
body header .bandeau_header .bloc_droite #burger.active .ligne:nth-child(1) {
  top: 9px;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body header .bandeau_header .bloc_droite #burger.active .ligne:nth-child(2) {
  opacity: 0;
}
body header .bandeau_header .bloc_droite #burger.active .ligne:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body header .bandeau_header .bloc_droite #burger .ligne {
  width: 100%;
  height: 2px;
  float: left;
  position: relative;
  background-color: white;
  margin-bottom: 0.45rem;
}
body header .bandeau_header .bloc_droite #menu-menu-principal {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body header .bandeau_header .bloc_droite #menu-menu-principal li {
  position: relative;
  padding: 0 1rem;
  margin: 0;
}
body header .bandeau_header .bloc_droite #menu-menu-principal li a {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "dm", sans-serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0.5rem;
  position: relative;
}
body header .bandeau_header .bloc_droite #menu-menu-principal li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: white;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
body header .bandeau_header .bloc_droite #menu-menu-principal li a:hover::after {
  width: 100%;
}
body header .bandeau_header .bloc_droite #menu-menu-principal li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
body header .bandeau_header .bloc_droite #menu-menu-principal .menu-item-has-children:hover::before {
  content: "";
  width: 100%;
  height: 10em;
  position: absolute;
  bottom: -10em;
  left: 0;
  background-color: transparent;
}
body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu {
  width: 60rem;
  float: left;
  position: absolute;
  top: 5.34em;
  left: -2em;
  padding: 2em 2em 0 2em;
  border-top: thin solid #eeeeee;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu li {
  width: 32%;
  text-align: center;
  margin-bottom: 2em;
}
body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu li span {
  font-weight: 400;
  font-size: 1.1rem;
}
body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu li img {
  width: 100%;
  height: auto;
  background-size: cover;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1700px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu {
    width: 50rem;
  }
}
@media screen and (max-width: 1440px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu {
    width: 45rem;
  }
  body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu li {
    width: 31.5%;
  }
}
@media screen and (max-width: 1250px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal li {
    padding: 0 0.5rem;
  }
  body header .bandeau_header .bloc_droite #menu-menu-principal li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1570px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal li {
    padding: 0 0.5rem;
  }
  body header .bandeau_header .bloc_droite #menu-menu-principal li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1440px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal li {
    padding: 0 0.4rem;
  }
  body header .bandeau_header .bloc_droite #menu-menu-principal li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1400px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal li {
    padding: 0 0.3rem;
  }
  body header .bandeau_header .bloc_droite #menu-menu-principal li a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1250px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal {
    display: block;
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  body header .bandeau_header .bloc_droite #menu-menu-principal li {
    margin: 1rem 0;
  }
}
body header .bandeau_header .bloc_droite .reseaux_sociaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body header .bandeau_header .bloc_droite .reseaux_sociaux .rs:not(:last-child) {
  margin-right: 0.5rem;
}
body header .bandeau_header .bloc_droite .reseaux_sociaux a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-color: white;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  body header .bandeau_header .bloc_droite .reseaux_sociaux a {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  body header .bandeau_header .bloc_droite .reseaux_sociaux a {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 1250px) {
  body header {
    height: 98px;
  }
}
@media screen and (max-width: 1023px) {
  body header {
    height: 114px;
  }
}
@media (max-width: 767px) {
  body header {
    height: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  body header .bandeau_header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
body #bandeau {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
body #bandeau .slogan {
  font-size: 1.2rem;
  font-weight: 500;
}
body #bandeau picture {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: black;
}
body #bandeau picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
body #bandeau .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body #bandeau .container .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 4.925em;
  padding-top: 12.925em;
  padding-bottom: 8.625em;
}
body #bandeau .container .caption h1 {
  color: white;
}
body #bandeau .container .caption p {
  color: white;
  width: 100%;
  display: block;
  padding-right: 5.45em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body #bandeau .container .caption::after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #000000;
  pointer-events: none;
  -webkit-transform: skew(-15.2deg);
  transform: skew(-15.2deg);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
@media screen and (max-width: 1440px) {
  body #bandeau .container .caption {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  body #bandeau .container .caption {
    padding: 4rem 0;
  }
  body #bandeau .container .caption::after {
    display: none;
  }
  body #bandeau .container .caption p {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body #bandeau::before {
    content: "";
    width: 90vw;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000000;
    opacity: 0.3;
  }
  body #bandeau::after {
    content: "";
    width: 150vw;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000000;
    opacity: 0.3;
  }
}
body #oses .savoir-faire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid black;
}
body #oses .savoir-faire .pourquoi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #oses .savoir-faire .pourquoi ul li::before {
  content: "\f105";
  font-family: "la-solid-900";
  margin-right: 0.5rem;
}
body #oses .savoir-faire .pourquoi ul li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-left: 0.5rem;
}
body #oses .savoir-faire .pourquoi .secteurs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 1.5rem;
  margin-top: 2rem;
}
body #oses .savoir-faire .pourquoi .secteurs .image {
  width: 32%;
  position: relative;
  overflow: hidden;
}
body #oses .savoir-faire .pourquoi .secteurs .secteur_texte {
  position: absolute;
  bottom: 0.5rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: white;
  z-index: 1;
}
body #oses .savoir-faire .pourquoi .secteurs .secteur_texte::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: -0.5rem;
  bottom: 0;
  z-index: -1;
  background: #000000;
  pointer-events: none;
  -webkit-transform: skew(-15.2deg);
  transform: skew(-15.2deg);
  mix-blend-mode: multiply;
}
body #oses .savoir-faire .points_forts {
  padding: 6rem 4rem 6rem 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  body #oses .savoir-faire .points_forts {
    margin-bottom: 4rem;
  }
}
body #oses .savoir-faire .points_forts h2 {
  text-align: center;
}
body #oses .savoir-faire .points_forts .point_fort {
  display: inline-block;
  margin-top: 2rem;
}
body #oses .savoir-faire .points_forts .point_fort .icones {
  text-align: right;
}
body #oses .savoir-faire .points_forts .point_fort .icones img {
  max-width: 100%;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  body #oses .savoir-faire .points_forts {
    padding: 4rem 2rem 4rem 2rem;
  }
  body #oses .savoir-faire .points_forts .point_fort .icones img {
    width: 40px;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  body #oses .savoir-faire .points_forts .icones {
    text-align: left !important;
  }
}
body #actualites .actualites {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body #actualites .actualites h2 {
    margin-bottom: 1rem;
  }
  body #actualites .actualites .bouton {
    margin-top: 0;
  }
}
body #actualites .actus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #actualites .actus .derniere-actu img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  body #actualites .actus .derniere-actu {
    width: 30% !important;
  }
}
body #actualites .actus .derniere-actu h3 {
  font-size: 1.5rem;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  body #actualites .actus .derniere-actu {
    margin-top: 2rem;
  }
  body #actualites .actus .derniere-actu h3 {
    font-size: 1rem;
  }
}
body #actualites .bouton_actus {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
body #services {
  position: relative;
}
body #services::before {
  content: "";
  width: 90vw;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000000;
}
body #services::after {
  content: "";
  width: 90vw;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000000;
}
body #services h2 {
  text-align: center;
  margin-bottom: 4rem;
  line-height: 100%;
}
body #services .services {
  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;
  gap: 1.5rem;
}
body #services .services .service {
  width: 31%;
  border: 1px solid white;
  position: relative;
}
body #services .services .service .contenu {
  padding: 3rem;
}
body #services .services .service .contenu .image {
  border: 1px solid white;
}
body #services .services .service .contenu .image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
body #services .services .service .contenu h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
body #services .services .service .contenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #services .services .service .contenu ul li::before {
  content: "\f055";
  font-family: "la-solid-900";
  margin-right: 0.5rem;
  color: white;
}
body #services .services .service .contenu ul li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-left: 0.5rem;
}
body #services .services .service .contenu .infos {
  margin-top: 2em;
}
@media screen and (max-width: 1440px) {
  body #services .services .service {
    width: 32.5%;
  }
  body #services .services .service .contenu {
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  body #services .services .service {
    width: 48%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body #services .services .service {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  body #services .services .service .contenu {
    padding: 1.5rem;
  }
}
body #services .bouton {
  margin: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  body #services .bouton {
    margin-top: 1rem;
  }
}
body #services .formule {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0;
}
body #services .nom_formule {
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
body #evenements .evenements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
body #evenements .evenements .slider_gsap {
  min-height: 30em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body #evenements .evenements .slider_gsap .evenement {
  width: 80em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F7F7;
  margin-bottom: 4rem;
}
body #evenements .evenements .slider_gsap .evenement .texte {
  position: relative;
}
body #evenements .evenements .slider_gsap .evenement .texte h3 {
  margin-bottom: 2rem;
}
body #evenements .evenements .slider_gsap .evenement .texte .contenu {
  padding: 3rem 3rem 0 3rem;
  position: relative;
}
body #evenements .evenements .slider_gsap .evenement .texte .contenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #evenements .evenements .slider_gsap .evenement .texte .contenu ul li::before {
  content: "\f055";
  font-family: "la-solid-900";
  margin-right: 0.5rem;
}
body #evenements .evenements .slider_gsap .evenement .texte .contenu ul li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-left: 0.5rem;
}
body #evenements .evenements .slider_gsap .evenement .texte .contenu .bloc_boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body #evenements .evenements .slider_gsap .evenement .texte .contenu {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown .countdown-row .countdown-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
}
body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown .countdown-row .countdown-section .countdown-amount {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0;
}
body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown .countdown-row .countdown-section .countdown-period {
  margin-bottom: 0;
}
body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown .countdown-row .countdown-section:not(:last-child) {
  border-right: 1px solid black;
}
@media screen and (max-width: 768px) {
  body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper {
    bottom: 0.2rem;
  }
  body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown {
    margin-top: 1rem;
  }
  body #evenements .evenements .slider_gsap .evenement .texte #countdown-wrapper .countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 0.8rem;
  }
}
body #evenements .evenements .slider_gsap .evenement .image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  body #evenements .evenements .slider_gsap .evenement {
    width: 60em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #evenements .evenements .slider_gsap .evenement {
    width: 43em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #evenements .evenements .slider_gsap {
    min-height: 0;
  }
}
body #clients h2, body #creations h2 {
  margin-bottom: 3rem;
}
body #clients, body #creations {
  border-top: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body #clients .bouton, body #creations .bouton {
  margin: auto;
  margin-top: 4rem;
}
body #clients .swiper, body #creations .swiper {
  overflow-y: clip;
}
body #clients .swiper .swiper-pagination, body #creations .swiper .swiper-pagination {
  position: relative;
  padding: 1rem 0 0;
}
body #clients .swiper .swiper-pagination .swiper-pagination-bullet-active, body #creations .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}
@media screen and (max-width: 990px) {
  body #clients a, body #creations a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  body #clients h2, body #creations h2 {
    text-align: center;
    margin: 0 2rem 1rem;
  }
  body #clients .bouton, body #creations .bouton {
    margin-top: 1rem;
  }
  body #clients a, body #creations a {
    font-size: 1.1em;
  }
  body #clients img, body #creations img {
    width: 100%;
  }
}
body #clients {
  padding: 4rem 0;
}
body #creations .bouton {
  margin-top: 1rem;
  font-weight: 400;
}
body #avis_google {
  border-top: 1px solid black;
}
body #avis_google .elfsight-app-67460cfc-4048-49cc-9201-9dd7b32e788b {
  width: 100%;
}
body footer {
  position: relative;
  clear: both;
  display: block;
}
body footer .footer_haut {
  position: relative;
}
body footer .footer_haut .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2rem;
  padding-top: 4rem;
}
body footer .footer_haut .adresse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body footer .footer_haut .adresse .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
body footer .footer_haut .adresse .mail i {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  body footer .footer_haut .adresse .mail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
body footer .footer_haut .adresse .bouton:hover span {
  color: black;
}
@media screen and (max-width: 768px) {
  body footer .footer_haut .adresse {
    text-align: center;
    margin-bottom: 2rem;
  }
  body footer .footer_haut .adresse .bouton {
    margin: auto;
  }
}
body footer .footer_haut .reseaux_sociaux .like_h3 {
  text-align: center;
  margin-bottom: 1rem;
}
body footer .footer_haut .reseaux_sociaux .reseaux_sociaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body footer .footer_haut .reseaux_sociaux .reseaux_sociaux .rs a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
body footer .footer_haut .reseaux_sociaux .reseaux_sociaux .rs a .lab {
  font-size: 1.8rem;
  color: black;
}
body footer .footer_haut .reseaux_sociaux .reseaux_sociaux .rs:not(:last-child) {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  body footer .footer_haut .reseaux_sociaux {
    text-align: center;
    margin-bottom: 1rem;
  }
}
body footer .footer_haut .footer-entreprise {
  margin-top: 4rem;
  text-align: center;
}
body footer .footer_pied {
  padding: 0.5rem 0;
  position: relative;
  z-index: 1;
  background-color: white;
}
body footer .footer_pied .container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body footer .footer_pied li a, body footer .footer_pied p {
  color: black;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 100%;
}
body footer #menu-menu-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body footer #menu-menu-legal li {
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  body footer #menu-menu-legal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
body .bouton {
  color: white;
  background-color: #000000;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 1rem;
}
body .bouton a {
  color: white;
}
body .bouton:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}
body .bloc {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body .bloc ul li::before {
  content: "\f105";
  font-family: "la-solid-900";
  margin-right: 0.5rem;
}
body .bloc ul li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-left: 0.5rem;
}
body .bloc ul li ul {
  margin: 0.5rem 0 0.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  body .bloc {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Page qui sommes-nous ? */
.page-id-481 .bloc {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-id-481 #bandeau {
  height: 30em;
}
@media screen and (max-width: 1920px) {
  .page-id-481 #bandeau {
    height: 20em;
  }
}
@media screen and (max-width: 1440px) {
  .page-id-481 #bandeau {
    height: 12em;
  }
}
@media screen and (max-width: 768px) {
  .page-id-481 #bandeau {
    height: 0;
  }
  .page-id-481 h1 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

/* Page galerie */
.page-id-276 .galerie .boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-id-276 .galerie .boutons .bouton {
  margin-right: 2rem;
}
.page-id-276 .galerie .boutons .bouton:hover {
  border: 1px solid black;
}
.page-id-276 .galerie .boutons .bouton:hover a {
  color: black;
}
.page-id-276 .galerie .boutons {
  margin-bottom: 2rem;
}
.page-id-276 .galerie .galerie_photos #gallery-1 .gallery-item img {
  border: 2px solid white;
}
@media (max-width: 768px) {
  .page-id-276 .galerie .galerie_photos #gallery-1 .gallery-item {
    width: 25%;
  }
}
.page-id-276 .galerie .galerie_photos #gallery-1 br {
  clear: none !important;
}
.page-id-276 .galerie:not(:last-child) {
  border-bottom: 1px solid black;
}

/* Page evenements */
.post-type-archive-evenement h1 {
  text-align: center;
  margin-bottom: 6rem;
}
.post-type-archive-evenement .bloc-evenements {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.post-type-archive-evenement .evenement {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .post-type-archive-evenement h1 {
    margin-bottom: 2rem;
  }
  .post-type-archive-evenement .bloc-evenements {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

/* Creation evenements */
.single-evenement .contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-evenement .bloc_image {
  position: relative;
}
.single-evenement .bloc_image .image img {
  width: 100%;
  height: auto;
}
.single-evenement .infos {
  margin: 2em 0;
}
.single-evenement span {
  display: block;
}
.single-evenement span a {
  font-weight: normal;
}
.single-evenement .infos_supp {
  margin: 4em 0;
}
.single-evenement .galerie_photos #gallery-1 img {
  border: 1px solid white;
}
.single-evenement .videos {
  margin: 2em 0 4em;
}
@media screen and (max-width: 1024px) {
  .single-evenement .bloc_image {
    margin-bottom: 2em;
  }
  .single-evenement .infos_supp {
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .single-evenement .videos {
    margin: 0;
  }
  .single-evenement #gallery-1 .gallery-item {
    width: 20%;
  }
}

/* Contact form */
.wpcf7 {
  width: 60%;
  margin: 2rem auto;
  padding: 2rem;
}
.wpcf7 p, .wpcf7 a, .wpcf7 label, .wpcf7 span, .wpcf7 li, .wpcf7 select, .wpcf7 input[type=date] {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: transparent;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #000000;
}
.wpcf7 .wpcf7-list-item:first-child {
  margin: 0;
}
.wpcf7 select {
  padding: 0.3rem;
}
.wpcf7 select:focus {
  outline: 1px solid #000000;
  border-radius: 5px;
}
.wpcf7 .message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7 input, .wpcf7 textarea {
  border: none;
  padding: 10px;
  font-family: "DM Sans", Arial sans-serif;
  border-bottom: 1px solid black;
}
.wpcf7 input[type=submit] {
  background-color: #000000;
  color: white;
  padding: 0.5rem 0.8rem;
  border-radius: 30px;
  font-family: "DM Sans", Arial sans-serif;
  font-weight: 400;
  font-size: 1rem;
  float: right;
}
.wpcf7 label {
  font-weight: 700;
}
.wpcf7 input {
  width: 100%;
}
.wpcf7 input[type=date] {
  width: 30%;
}
.wpcf7 .form-item {
  margin-bottom: 1.5rem;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0.2rem 0;
}
.wpcf7 .wpcf7-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .wpcf7 {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1250px) {
  .menu_deroulant.active {
    background: #000000;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /*overflow:hidden;*/
  }
  #mobileBodyContent {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: margin 0.3s ease-in;
    transition: margin 0.3s ease-in;
    background-color: white;
  }
  @-webkit-keyframes expandLi {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  @keyframes expandLi {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #menu-principal {
    opacity: 0;
    position: absolute;
    z-index: 99999999;
    list-style-type: none;
    margin: 80px 0 0 10px;
    padding: 0;
    overflow: hidden;
    left: 0;
  }
  #menu-principal li {
    width: 0;
    margin: 30px 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #menu-principal li + li {
    margin-right: -40px;
  }
  #menu-principal li + li + li {
    margin-right: -80px;
  }
  #menu-principal li + li + li + li {
    margin-right: -120px;
  }
  #menu-principal li a {
    padding: 10px 0 10px;
    white-space: nowrap;
    color: white;
  }
  #menu-principal.active {
    opacity: 1;
  }
  .navigation #menu-principal li {
    width: 200px;
    margin-left: 0;
  }
  .menu_deroulant.navigation #mobileBodyContent {
    margin-left: 260px;
  }
  .no-scroll {
    overflow: hidden; /* Empêche le scroll */
    height: 100%; /* S'assure que toute la page est couverte */
  }
  .no-scroll .menu_deroulant.active {
    width: 100%;
    overflow: hidden;
  }
  .no-scroll header {
    position: fixed;
  }
  .no-scroll #mobileBodyContent {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .no-scroll #mobileBodyContent {
    padding-top: 146px;
  }
}
@media (max-width: 767px) {
  .no-scroll #mobileBodyContent {
    padding-top: 50px;
  }
}
/* Page actus */
.blog h1 {
  text-align: center;
  margin-bottom: 6rem;
}
.blog .bloc-actualites {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.blog .actu {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4rem;
}
.blog .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.blog .pagination .active {
  border-bottom: 1.5px solid black;
}
@media (max-width: 767px) {
  .blog h1 {
    margin-bottom: 2rem;
  }
  .blog .bloc-actualites {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

/* Single Article */
.single .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  padding-bottom: 4rem;
}
@media (min-width: 767px) {
  .single .article .contenu_article .content {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .single .article {
    padding-bottom: 2rem;
  }
}
.single .article .contenu_article .flex ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single .article .contenu_article .flex ul li::before {
  content: "\f055";
  font-family: "la-solid-900";
  margin-right: 0.5rem;
  color: black;
}
.single .article .contenu_article .flex ul li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-left: 0.5rem;
}
.single .article #partager {
  margin-top: 2rem;
}
.single .article #partager .ul-partager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .single .article {
    margin-top: 3rem;
  }
  .single .article h1 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
  }
  .single .article #partager .ul-partager li a {
    font-size: 1.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.single .galerie_photos {
  margin-bottom: 6rem;
}
.single .galerie_photos #gallery-1 img {
  border: 1px solid white;
}
@media (max-width: 767px) {
  .single .galerie_photos {
    margin-bottom: 4rem;
  }
}
.single .sidebar {
  display: inline-block;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid black;
}
.single .sidebar .like_h2 {
  margin-bottom: 3rem;
}
.single .sidebar .actus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .sidebar .actus img {
  width: 100%;
  height: auto;
}
.single .sidebar .actus .titre-actu a {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .single .sidebar .actus .large-3 {
    width: 30% !important;
  }
}
.single .sidebar .bouton {
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .single .sidebar .like_h2 {
    margin-bottom: 0;
  }
  .single .sidebar .derniere-actu {
    margin-top: 1.5rem;
  }
}

/* Page contact */
.page-id-102 h2 {
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .page-id-102 .caption {
    margin: auto;
  }
  .page-id-102 .caption p {
    text-align: center;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.erreur_404 {
  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;
}

.grecaptcha-badge {
  display: none;
}

.bloc-bouton {
  border-left: 1px solid black;
}
@media (max-width: 767px) {
  .bloc-bouton {
    border-left: none;
    border-bottom: 1px solid black;
    padding: 2rem 0 !important;
  }
  .bloc-bouton:first-child {
    padding-top: 0 !important;
  }
}

/* Cookies */
.sd-cmp-1bquj .sd-cmp-1jLDJ.sd-cmp-fuQAp.sd-cmp-3_LLS {
  color: white;
}

button span {
  margin-bottom: 0 !important;
  color: white !important;
}
button:hover {
  border: black 2px solid !important;
  background-color: transparent !important;
}
button:hover span {
  color: black !important;
}