@charset "UTF-8";
/*
Theme Name: Starter Template
Theme URI: https://underscores.me/
Author: Tokiz
Author URI: https://www.tokiz.fr
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Starter Template is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* FONT FACE */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("assets/fonts/Montserrat-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("assets/fonts/Montserrat-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Montserrat", Verdana;
  color: #08071F;
  font-size: 16px;
  overflow-x: hidden;
}
a {
  color: #F8B329;
  text-decoration: none;
  transition: 0.3s;
}
h1, .h1 {
  text-transform: initial;
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 32px !important;
  }
}
h2, .h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 26px;
  }
}
.title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .title {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
}
.title h2 {
  margin: 0 40px 0 0;
}
@media (max-width: 1024px) {
  .title h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .title h2 {
    font-size: 26px !important;
  }
}
.title span {
  text-transform: uppercase;
  color: rgba(8, 7, 31, 0.5);
  position: relative;
}
.title span:after {
  content: "";
  background-color: #F8B329;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 2;
}
.title span:before {
  content: "";
  background-color: #E6E6E6;
  height: 1px;
  width: 123px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
h3, .h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 30px 0 10px;
  border-left: 3px solid #F8B329;
  padding-left: 6px;
}
p {
  line-height: 1.5em;
}
blockquote {
  background-color: #08071F;
  padding: 30px;
  margin: 20px 0;
  border-left: 4px solid #F8B329;
}
blockquote p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.entry-content h2 {
  font-size: 30px;
  position: relative;
  margin: 40px 0;
}
@media (max-width: 600px) {
  .entry-content h2 {
    font-size: 26px;
  }
}
.entry-content h2:after {
  content: "";
  background-color: #F8B329;
  height: 3px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 2;
}
.entry-content h2:before {
  content: "";
  background-color: #E6E6E6;
  height: 1px;
  width: 250px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.entry-content a {
  color: #F8B329;
  border-bottom: 1px solid #F8B329;
}
.entry-content li {
  list-style: circle;
  margin: 5px 0;
}
/* WORDPRESS */
.gallery {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery figure {
  margin: 0;
  text-align: center;
}
.gallery a {
  display: block;
  border: 0;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}
.alignnone, .alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright, .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.alignright {
  float: right;
}
.wp-caption .wp-caption-text, .gallery-item .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1230px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper.big {
  width: 1640px;
}
.wrapper.small {
  width: 900px;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn_small {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #F8B329;
  color: #08071F;
  transition: 0.2s;
}
.btn_small:hover {
  color: #F8B329;
}
.btn {
  background-color: #F8B329;
  padding: 17px 40px;
  display: inline-block;
  position: relative;
}
@media (max-width: 600px) {
  .btn {
    padding: 13px 30px;
  }
}
.btn:after {
  content: "";
  position: absolute;
  background-color: #08071F;
  left: 0;
  top: 50%;
  width: 0;
  height: 110%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btn span {
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.btn:hover:after {
  left: initial;
  right: 0;
  width: 100%;
}
.wrapper_btn {
  display: flex;
  margin-top: 37px;
}
.wrapper_btn.center {
  justify-content: center;
}
@media (max-width: 1024px) {
  .wrapper_btn.center {
    justify-content: center;
  }
}
.wrapper_btn.left {
  justify-content: left;
}
@media (max-width: 1024px) {
  .wrapper_btn.left {
    justify-content: center;
  }
}
.wrapper_btn.right {
  justify-content: right;
}
@media (max-width: 1024px) {
  .wrapper_btn.right {
    justify-content: center;
  }
}
section {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 1024px) {
  section {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 600px) {
  section {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  cursor: pointer;
  /*background-image: url(assets/img/arrow_left_black.svg);*/
  transform: translateY(-50%) rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  border: 0;
  color: transparent;
  background-color: transparent;
}
.slick-next {
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(0);
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  margin: 5px;
}
.slick-dots li.slick-active button {
  background-color: #08071F;
  box-shadow: #08071F;
}
.slick-dots li button {
  background-color: #08071F;
  border: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
/* Fil d'ariane */
#breadcrumbs {
  font-size: 14px;
  margin: 10px 0 0;
}
#breadcrumbs .breadcrumb_last {
  color: #08071F;
}
/* Form */
form, .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
form p, .wpcf7-form p {
  margin: 0;
}
form .mid, .wpcf7-form .mid {
  width: 47%;
  margin: 5px 0 0;
}
@media (max-width: 600px) {
  form .mid, .wpcf7-form .mid {
    width: 100%;
  }
}
form .full, .wpcf7-form .full {
  width: 100%;
  margin: 5px 0 0;
}
form .submit, .wpcf7-form .submit {
  width: 100%;
  text-align: center;
  position: relative;
}
form .wpcf7-spinner, .wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: -15px;
  left: 47%;
  transform: translateX(-50%);
}
form .sous-titre p, .wpcf7-form .sous-titre p {
  margin: 15px 0 25px;
  font-size: 15px;
}
form .select label, .wpcf7-form .select label {
  display: block;
}
form .select select, .wpcf7-form .select select {
  width: 100%;
}
form label, .wpcf7-form label {
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
form input, form textarea, .wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
}
form input, form select, form textarea, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  color: #ffffff;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  transition: 0.2s;
}
form input:focus, form select:focus, form textarea:focus, .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: #F8B329;
}
form textarea, .wpcf7-form textarea {
  height: 100px;
}
form input[type="submit"], .wpcf7-form input[type="submit"] {
  width: 100%;
  background-color: #F8B329;
  color: #ffffff;
  padding: 15px 50px;
  text-transform: uppercase;
  margin: 15px 0 0;
  border: 0;
  border-radius: 0;
  position: relative;
  transition: 0.2s;
  font-weight: 700;
  transition: 0.2s;
}
@media (max-width: 600px) {
  form input[type="submit"], .wpcf7-form input[type="submit"] {
    padding: 15px;
  }
}
form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
  background-color: rgba(248, 179, 41, 0.5);
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  text-transform: initial;
  margin-top: 5px;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #00ab15;
}
/* Pagination */
.navigation {
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  grid-column: 1 / 4;
}
.navigation .nav-links .page-numbers {
  border: 2px solid #08071F;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Montserrat", Verdana;
}
.navigation .nav-links .page-numbers.current {
  background-color: #08071F;
  color: #ffffff;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.split {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.split.align-start {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .split {
    flex-direction: column;
  }
}
.split > div {
  width: 48%;
}
@media (max-width: 1024px) {
  .split > div {
    width: 100%;
  }
  .split > div:last-child {
    margin-top: 20px;
  }
}
html.sr .load-hidden {
  visibility: hidden;
}
/* Slick */
.slick-prev, .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -22px;
  top: 50%;
  cursor: pointer;
  background-image: url(assets/img/arrow.svg);
  transform: translateY(-50%) rotate(180deg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  font-size: 0;
  border: 0;
  color: transparent;
  background-color: #F8B329;
  transition: 0.2s;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #08071F;
}
.slick-next {
  right: -22px;
  left: auto;
  transform: translateY(-50%) rotate(0);
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
.btn_flottant {
  position: fixed;
  right: -300px;
  top: 400px;
  z-index: 1000;
  transition: 0.3s;
}
.btn_flottant.active {
  right: 0;
}
@media (max-width: 1024px) {
  .btn_flottant {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
  }
  .btn_flottant > div {
    width: 50%;
    height: 64px;
    box-sizing: border-box;
    padding: 2px 20px 2px 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 !important;
  }
}
.btn_flottant > div {
  background-color: #34495E;
  padding: 20px 20px 20px 40px;
  color: #ffffff;
  margin: 5px 0;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.btn_flottant > div:hover {
  background-color: #F8B329;
}
@media (max-width: 600px) {
  .btn_flottant > div {
    height: 50px;
    padding: 2px 10px !important;
  }
}
.btn_flottant > div strong {
  font-weight: 400;
}
@media (max-width: 600px) {
  .btn_flottant > div strong {
    font-size: 13px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  }
}
.btn_flottant > div span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}
@media (max-width: 600px) {
  .btn_flottant > div span {
    font-size: 0;
  }
}
.btn_flottant > div p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 600px) {
  .btn_flottant > div p {
    font-size: 0;
  }
}
.btn_flottant > div:after {
  content: "";
  background-image: url(assets/img/casque.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
}
@media (max-width: 600px) {
  .btn_flottant > div:after {
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
  }
}
.btn_flottant .urgence {
  background-color: #cf0000;
}
.btn_flottant .urgence:after {
  background-image: url(assets/img/alarm.svg);
}
#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.2s;
  z-index: 999;
}
#masthead.scrollPlus {
  background-color: rgba(8, 7, 31, 0.8);
}
#masthead.scrollPlus #search_form {
  background-color: #08071f;
}
#masthead #search_form {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
  z-index: -1;
}
#masthead #search_form.active {
  opacity: 1;
  top: 100%;
}
#masthead #search_form form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#masthead #search_form form::placeholder {
  color: #F8B329;
}
#masthead #search_form form label {
  color: #F8B329;
}
#masthead #search_form form input {
  width: 100%;
}
#masthead #search_form form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
  font-size: 0;
  border-radius: 0;
}
#masthead #search_form form input[type="submit"] {
  display: none;
}
#masthead #top_menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  #masthead #top_menu {
    border-bottom: 0;
    justify-content: flex-start;
    gap: 20px;
  }
}
#masthead #top_menu #logo {
  width: 360px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  #masthead #top_menu #logo {
    width: auto;
  }
}
#masthead #top_menu #logo img {
  width: 88px;
  margin-bottom: 8px;
}
#masthead #top_menu #logo span {
  color: white;
  font-size: 14px;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  #masthead #top_menu #logo span {
    display: none;
  }
}
#masthead #top_menu .wrapper_top {
  width: 70%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  #masthead #top_menu .wrapper_top {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1024px) {
  #masthead #top_menu .wrapper_top {
    width: auto;
  }
}
@media (max-width: 768px) {
  #masthead #top_menu .wrapper_top {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  #masthead #top_menu .wrapper_top {
    display: none;
  }
}
#masthead #top_menu .wrapper_top > div {
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1366px) {
  #masthead #top_menu .wrapper_top > div {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  #masthead #top_menu .wrapper_top > div {
    padding: 10px 20px;
  }
  #masthead #top_menu .wrapper_top > div:first-child {
    padding-bottom: 0;
  }
  #masthead #top_menu .wrapper_top > div:last-child {
    padding-top: 0;
  }
}
#masthead #top_menu .wrapper_top > div p {
  margin: 0;
  color: #ffffff;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
}
@media (max-width: 768px) {
  #masthead #top_menu .wrapper_top > div p {
    background-size: 14px;
    padding-left: 24px;
    font-size: 14px;
  }
}
#masthead #top_menu .wrapper_top > div p a {
  color: #ffffff;
}
#masthead #top_menu .wrapper_top > div p a:hover {
  color: #F8B329;
}
#masthead #top_menu .wrapper_top > div p span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #masthead #top_menu .wrapper_top > div p span {
    display: none;
  }
}
#masthead #top_menu .wrapper_top .horaire {
  width: 36%;
  align-items: center;
}
#masthead #top_menu .wrapper_top .horaire p {
  background-image: url(assets/img/clock.svg);
}
@media (max-width: 1024px) {
  #masthead #top_menu .wrapper_top .horaire {
    width: auto;
    flex: auto;
  }
}
#masthead #top_menu .wrapper_top .tel {
  width: 58%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 42px;
}
@media (max-width: 1366px) {
  #masthead #top_menu .wrapper_top .tel {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  #masthead #top_menu .wrapper_top .tel {
    width: auto;
    flex: auto;
  }
}
#masthead #top_menu .wrapper_top .tel p {
  background-image: url(assets/img/tel.svg);
  background-size: 25px;
}
@media (max-width: 768px) {
  #masthead #top_menu .wrapper_top .tel p {
    background-size: 14px;
  }
}
#masthead #top_menu .wrapper_top .tel .btn.red {
  background-color: #cf0000;
}
#masthead #top_menu .wrapper_top .tel .btn.red span {
  font-size: 13px;
}
#masthead #top_menu .wrapper_top .tel .btn.red:after {
  background-color: #F8B329;
}
@media (max-width: 1024px) {
  #masthead #top_menu .wrapper_top .tel .btn.red {
    display: none;
  }
}
#masthead #site-navigation {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /*.search_btn {
            margin: 18px 0 18px 4px;
            width: 20px;
            height: 20px;
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(assets/img/search.svg);
            background-position: center center;
            transition: 0.3s;
            cursor: pointer;
            &:hover {
                transform: rotate(360deg);
            }
        }*/
}
@media (max-width: 1024px) {
  #masthead #site-navigation {
    display: none;
  }
}
#masthead #site-navigation .contact {
  margin: 18px 0 18px 4px;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/img/email.svg);
  background-position: center center;
  transition: 0.3s;
  cursor: pointer;
}
#masthead #site-navigation .contact:hover {
  transform: rotate(360deg);
}
#masthead #site-navigation #primary-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#masthead #site-navigation #primary-menu > li.nolink > a {
  cursor: default;
}
#masthead #site-navigation #primary-menu li {
  list-style: none;
  margin: 0 16px;
  position: relative;
}
#masthead #site-navigation #primary-menu li.current-menu-ancestor a, #masthead #site-navigation #primary-menu li.current-menu-item a {
  color: #F8B329;
}
#masthead #site-navigation #primary-menu li.current-menu-ancestor a:after, #masthead #site-navigation #primary-menu li.current-menu-item a:after {
  width: 100%;
}
#masthead #site-navigation #primary-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#masthead #site-navigation #primary-menu li:first-child {
  margin-left: 0;
}
#masthead #site-navigation #primary-menu li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 19px 0;
  font-size: 15px;
  position: relative;
}
#masthead #site-navigation #primary-menu li a:after {
  content: "";
  background-color: #F8B329;
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
#masthead #site-navigation #primary-menu li a:hover {
  color: #F8B329;
}
#masthead #site-navigation #primary-menu li a:hover:after {
  width: 100%;
}
#masthead #site-navigation #primary-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: top left;
  transition: 0.2s;
  box-shadow: 0 0 30px rgba(8, 7, 31, 0.1);
}
#masthead #site-navigation #primary-menu li .sub-menu li {
  margin: 0;
}
#masthead #site-navigation #primary-menu li .sub-menu li.current-menu-item a {
  background-color: #F8B329 !important;
  color: #ffffff !important;
}
#masthead #site-navigation #primary-menu li .sub-menu li a {
  text-align: left;
  font-size: 13px;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #08071F;
  display: block;
}
#masthead #site-navigation #primary-menu li .sub-menu li a:hover {
  background-color: #F8B329;
  color: #ffffff;
}
#masthead #site-navigation #primary-menu li .sub-menu li a:after {
  content: none;
}
body.single article .entry-content {
  margin: 50px auto 70px !important;
}
body.single article .entry-content .image {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.single article .entry-content .content {
  margin: 40px auto 0;
}
body.single article .entry-content .content h1 {
  font-size: 44px;
  margin: 5px 0 40px;
}
@media (max-width: 600px) {
  body.single article .entry-content .content h1 {
    font-size: 30px;
  }
}
body.single article .entry-content .content .entry-meta {
  border-left: 3px solid #F8B329;
  padding-left: 10px;
}
body.single article .entry-content .content .entry-meta .date {
  font-weight: 700;
  margin-right: 10px;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  #reponsive-menu-trigger-container {
    display: flex;
  }
}
#reponsive-menu-trigger-container #responsive-menu-trigger {
  height: 23px;
  width: 34px;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F8B329;
  transition: 0.2s;
  position: relative;
}
#reponsive-menu-trigger-container #responsive-menu-trigger span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span {
  background-color: transparent;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:first-child {
  transform: translateY(15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active > span:last-child {
  transform: translateY(-15px);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span {
  opacity: 1;
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:first-child {
  transform: rotate(45deg);
}
#reponsive-menu-trigger-container #responsive-menu-trigger.active span span:last-child {
  transform: rotate(-45deg);
}
/* Menu */
#responsive-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  z-index: 1000;
}
@media (max-width: 1024px) {
  #responsive-menu {
    display: block;
  }
}
#responsive-menu #responsive-menu-inner {
  width: 70%;
  max-width: 400px;
  background-color: #08071F;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}
#responsive-menu #responsive-menu-inner #logo_responsive {
  padding: 20px;
  display: block;
}
#responsive-menu #responsive-menu-inner #logo_responsive img {
  width: 127px;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  padding: 4px 0 12px 10px;
  margin: 0;
  background-color: #08071F;
  list-style: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  padding: 4px 15px;
  display: block;
  box-sizing: border-box;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .sub-menu a {
  text-transform: initial;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children > a:after {
  position: absolute;
  content: "▼";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #ffffff;
  font-size: 12px;
  transition: 0.2s;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}
#responsive-menu #responsive-menu-inner #mobile-menu .current-menu-item > a, #responsive-menu #responsive-menu-inner #mobile-menu .current-menu-ancestor > a {
  font-weight: 700;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
#header_home {
  background-color: #08071F;
  height: 690px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #header_home {
    height: auto;
    padding: 80px 0 120px 0;
  }
}
#header_home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 7, 31, 0.7);
}
#header_home article {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 105px auto 0;
  width: 90%;
}
#header_home article p {
  color: #F8B329;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
#header_home article h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 1024px) {
  #header_home article h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  #header_home article h1 {
    font-size: 30px;
  }
}
section#home_sec1 {
  margin-top: -58px !important;
  position: relative;
}
section#home_sec1 #tab_panel {
  padding: 0;
  margin: 0;
}
section#home_sec1 #tab_panel .slick-arrow {
  display: none !important;
}
section#home_sec1 #tab_panel p {
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  padding: 13px 15px;
  color: #08071F;
  font-weight: 700;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0.6;
}
section#home_sec1 #tab_panel p.slick-current {
  opacity: 1;
  color: #F8B329;
  background-color: #ffffff;
}
section#home_sec1 #tab_panel p span {
  margin-right: 10px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 40px;
  height: 30px;
}
@media (max-width: 768px) {
  section#home_sec1 #tab_panel p span {
    width: 30px;
  }
}
section#home_sec1 #wrapper_panel {
  background-color: #ffffff;
  border-top: 3px solid #F8B329;
  padding: 50px 70px 40px;
  box-shadow: 0 0 30px rgba(8, 7, 31, 0.1);
}
@media (max-width: 600px) {
  section#home_sec1 #wrapper_panel {
    padding: 30px;
  }
  section#home_sec1 #wrapper_panel .slick-arrow {
    top: 32px;
    left: 28px;
  }
  section#home_sec1 #wrapper_panel .slick-next {
    right: 28px;
    left: auto;
  }
}
section#home_sec1 #wrapper_panel .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  section#home_sec1 #wrapper_panel .inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  section#home_sec1 #wrapper_panel .inner {
    padding-top: 34px;
  }
}
section#home_sec1 #wrapper_panel .inner > div {
  width: 47%;
}
@media (max-width: 768px) {
  section#home_sec1 #wrapper_panel .inner > div {
    width: 100%;
  }
}
section#home_sec1 #wrapper_panel .inner .img {
  position: relative;
}
section#home_sec1 #wrapper_panel .inner .img > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 334px;
  width: 100%;
}
@media (max-width: 600px) {
  section#home_sec1 #wrapper_panel .inner .img > div {
    height: 200px;
  }
}
section#home_sec1 #wrapper_panel .inner .desc h2 {
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 20px;
  position: relative;
}
section#home_sec1 #wrapper_panel .inner .desc h2:after {
  content: "";
  background-color: #F8B329;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 2;
}
section#home_sec1 #wrapper_panel .inner .desc h2:before {
  content: "";
  background-color: #E6E6E6;
  height: 1px;
  width: 123px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
section#home_sec2 {
  position: relative;
}
section#home_sec2:after {
  content: "";
  opacity: 0.7;
  background-image: url(assets/img/map_transparent_dark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 90%;
  height: 100%;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
section#home_sec2.equipe {
  margin-top: 0 !important;
}
section#home_sec2.equipe .reassurance {
  margin-top: 0;
  gap: 26px 20px;
  flex-wrap: wrap;
}
section#home_sec2.equipe .reassurance .inner .wrapper_img .img::after {
  display: none;
}
section#home_sec2 .services {
  margin-top: 50px;
}
section#home_sec2 .services .container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
section#home_sec2 .services .container .inner {
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  width: 33%;
  transition: 0.3s;
  padding: 25px;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 0;
}
@media (max-width: 1024px) {
  section#home_sec2 .services .container .inner {
    width: 50%;
  }
}
@media (max-width: 600px) {
  section#home_sec2 .services .container .inner {
    width: 100%;
  }
}
section#home_sec2 .services .container .inner:hover {
  background-color: #F8B329;
  border-color: #F8B329;
  top: -20px;
}
section#home_sec2 .services .container .inner:hover .txt {
  color: #ffffff;
}
section#home_sec2 .services .container .inner:hover .picto {
  filter: brightness(0) invert(1);
}
section#home_sec2 .services .container .inner .picto {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 40px;
  margin-bottom: 15px;
}
section#home_sec2 .services .container .inner .txt {
  transition: 0.2s;
}
section#home_sec2 .services .container .inner .txt h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 15px;
}
section#home_sec2 .services .container .inner .txt p {
  margin: 0;
  font-size: 14px;
}
.reassurance {
  margin-top: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .reassurance {
    gap: 30px;
    margin-top: 60px;
  }
}
.reassurance .inner {
  width: 20%;
  position: relative;
}
@media (max-width: 768px) {
  .reassurance .inner {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .reassurance .inner {
    width: 100%;
  }
}
.reassurance .inner .link {
  z-index: 10;
  border: 0;
}
.reassurance .inner:hover h3 {
  color: #F8B329;
}
.reassurance .inner:hover .wrapper_img .img:after {
  width: 0%;
  height: 0;
}
.reassurance .inner:hover .wrapper_img .picto {
  opacity: 0;
}
.reassurance .inner .txt {
  text-align: center;
}
.reassurance .inner .txt h3 {
  font-size: 18px;
  margin: 0 0 15px;
  transition: 0.3s;
  padding: 0;
  border: 0;
}
.reassurance .inner .txt h3:after {
  content: "";
  display: block;
  background-color: #F8B329;
  width: 40px;
  height: 3px;
  margin: 8px auto 0;
}
.reassurance .inner .txt p {
  margin: 0;
  color: rgba(8, 7, 31, 0.5);
}
.reassurance .inner .wrapper_img {
  position: relative;
}
.reassurance .inner .wrapper_img .picto {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s;
  opacity: 1;
}
.reassurance .inner .wrapper_img .img {
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1;
  border-radius: 150px;
  position: relative;
}
@media (max-width: 768px) {
  .reassurance .inner .wrapper_img .img {
    max-width: 180px;
  }
}
.reassurance .inner .wrapper_img .img:after {
  content: "";
  background-color: rgba(8, 7, 31, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 150px;
  transition: 0.3s;
}
section.rappel {
  background-color: #08071F;
  padding: 70px 0;
  color: #ffffff;
  margin: 82px 0 70px !important;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
section.rappel.shortcode {
  width: auto;
  border: 1px solid #dadae5;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f4f4f7;
  border-bottom: 4px solid #08071F;
}
section.rappel.shortcode .wrapper {
  align-items: center;
}
section.rappel.shortcode .wrapper .svg {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #08071F;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.rappel.shortcode .wrapper .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.rappel.shortcode .wrapper .left .title {
  margin: 0;
}
section.rappel.shortcode .wrapper .left .title * {
  color: black;
}
section.rappel.shortcode .wrapper .left .title span {
  font-weight: 600;
  font-size: 24px;
}
section.rappel.shortcode .wrapper .left .title span::before, section.rappel.shortcode .wrapper .left .title span::after {
  display: none;
}
section.rappel.shortcode .wrapper label, section.rappel.shortcode .wrapper input:not(.wpcf7-submit), section.rappel.shortcode .wrapper textarea {
  color: #08071F;
  border-color: rgba(8, 7, 31, 0.4);
}
section.rappel.shortcode .wrapper p {
  color: #08071F;
}
@media (max-width: 768px) {
  section.rappel.shortcode .right {
    margin: 20px 0 0 0 !important;
  }
}
section.rappel .title {
  display: block;
}
section.rappel .title h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 45px;
  margin: 0;
}
section.rappel .title h2:before, section.rappel .title h2:after {
  content: none;
}
section.rappel .title span {
  color: rgba(255, 255, 255, 0.5);
}
section.rappel p {
  margin-bottom: 0;
}
section.rappel .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.rappel .wrapper {
    flex-direction: column;
  }
}
section.rappel .wrapper .left, section.rappel .wrapper .right {
  width: 47%;
}
@media (max-width: 768px) {
  section.rappel .wrapper .left, section.rappel .wrapper .right {
    width: 100% !important;
  }
}
section.rappel .wrapper .right {
  width: 39%;
  margin-right: 76px;
}
section.rappel .wrapper .right .submit {
  width: initial;
}
section#home_sec3, section#home_sec4 {
  margin: 0 !important;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1024px) {
  section#home_sec3, section#home_sec4 {
    flex-direction: column;
  }
}
section#home_sec3 > div, section#home_sec4 > div {
  width: 50%;
}
@media (max-width: 1024px) {
  section#home_sec3 > div, section#home_sec4 > div {
    width: 100%;
  }
}
section#home_sec3 > div .title, section#home_sec4 > div .title {
  display: block;
  margin-bottom: 25px;
}
section#home_sec3 > div .title h2, section#home_sec4 > div .title h2 {
  margin: 0 0 7px 0;
}
section#home_sec3 .image, section#home_sec4 .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 615px;
}
@media (max-width: 1024px) {
  section#home_sec3 .image, section#home_sec4 .image {
    height: 400px;
  }
}
@media (max-width: 600px) {
  section#home_sec3 .image, section#home_sec4 .image {
    height: 200px;
  }
}
section#home_sec3 .texte, section#home_sec4 .texte {
  padding: 70px 100px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  section#home_sec3 .texte, section#home_sec4 .texte {
    padding: 50px 0;
    max-width: 90%;
    margin: auto;
  }
}
section#home_sec3 .texte ul, section#home_sec4 .texte ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section#home_sec3 .texte ul, section#home_sec4 .texte ul {
    flex-direction: column;
  }
}
section#home_sec3 .texte ul li, section#home_sec4 .texte ul li {
  list-style: none;
  margin: 15px 0;
  width: 47%;
  box-sizing: border-box;
  padding-left: 35px;
  background-image: url(assets/img/list.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: left top -5px;
}
@media (max-width: 768px) {
  section#home_sec3 .texte ul li, section#home_sec4 .texte ul li {
    width: 100%;
  }
}
section#home_sec3 .texte ul li strong, section#home_sec4 .texte ul li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
section#home_sec4 {
  background-color: #08071F;
}
section#home_sec4 .title span {
  color: rgba(255, 255, 255, 0.5);
}
section#home_sec4 .texte {
  color: #ffffff;
  background-image: url(assets/img/fond_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section#home_sec5 .logo_up {
  display: block;
  margin: 0 auto;
  width: 320px;
  border: 1px solid #E6E6E6;
  transition: 0.2s;
}
section#home_sec5 .logo_up:hover {
  border-color: #F8B329;
}
section#home_sec5 ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 768px) {
  section#home_sec5 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  section#home_sec5 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#home_sec5 ul li {
  list-style: none;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: 0.3s;
}
section#home_sec5 ul li:hover {
  border-color: #F8B329;
}
section#home_sec5 ul li img {
  width: 193px;
}
section#home_sec6 {
  background-color: rgba(8, 7, 31, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 50px 193px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#home_sec6:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
}
@media (max-width: 1024px) {
  section#home_sec6 {
    flex-direction: column-reverse;
    gap: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  section#home_sec6 {
    padding: 25px;
  }
}
section#home_sec6 .left {
  width: 36%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  section#home_sec6 .left {
    width: 100%;
  }
}
section#home_sec6 .left form {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #08071F;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  section#home_sec6 .left form {
    position: inherit;
  }
}
@media (max-width: 600px) {
  section#home_sec6 .left form {
    padding: 20px;
  }
}
section#home_sec6 .left form h3 {
  color: #ffffff;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 30px;
}
section#home_sec6 .right {
  width: 58%;
  margin-top: 41px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  section#home_sec6 .right {
    width: 100%;
  }
}
section#home_sec6 .right .title {
  display: block;
}
section#home_sec6 .right .title h2 {
  color: #ffffff;
}
section#home_sec6 .right .title span {
  color: rgba(255, 255, 255, 0.5);
}
section#home_sec6 .right p {
  color: #ffffff;
}
section#home_sec6 .right .chiffres_cle {
  position: absolute;
  top: 100%;
  width: 777px;
  left: 0;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  section#home_sec6 .right .chiffres_cle {
    width: auto;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  section#home_sec6 .right .chiffres_cle {
    position: inherit;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  section#home_sec6 .right .chiffres_cle {
    flex-direction: column;
  }
}
section#home_sec6 .right .chiffres_cle .inner {
  background-color: #ffffff;
  padding: 20px 15px;
  text-align: center;
  width: 32.5%;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(8, 7, 31, 0.1);
}
@media (max-width: 1366px) {
  section#home_sec6 .right .chiffres_cle .inner {
    width: auto;
  }
}
@media (max-width: 600px) {
  section#home_sec6 .right .chiffres_cle .inner {
    width: 100%;
  }
}
section#home_sec6 .right .chiffres_cle .inner span {
  color: #F8B329;
  display: block;
  font-size: 40px;
  font-weight: 700;
}
section#home_sec6 .right .chiffres_cle .inner p {
  margin: 0;
  color: #08071F;
  white-space: nowrap;
}
section#home_actus {
  margin-top: 201px !important;
}
@media (max-width: 1024px) {
  section#home_actus {
    margin-top: 60px !important;
  }
}
section#home_actus .wrapper_actus article:nth-child(even) {
  flex-flow: column;
}
section#home_actus .wrapper_btn {
  margin: 0;
}
section#home_actus .wrapper_btn .btn {
  position: relative;
  right: -89px;
}
@media (max-width: 1024px) {
  section#home_actus .wrapper_btn .btn {
    right: auto;
    margin-top: 30px;
  }
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#page {
  position: relative;
}
#page:after {
  content: "";
  background-image: url(assets/img/Traits.svg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  width: 87%;
  height: 100%;
  opacity: 0.08;
}
body:not(.home) #masthead {
  background-color: rgba(8, 7, 31, 0.8);
}
#breadcrumbs {
  font-size: 11px;
}
#header_page {
  padding-top: 207px;
}
@media (max-width: 1024px) {
  #header_page {
    padding-top: 140px;
  }
}
#header_page #inner_header_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #header_page #inner_header_page {
    flex-direction: column;
    align-items: flex-start;
  }
}
#header_page #inner_header_page h1 {
  width: 50%;
  margin: 0;
}
@media (max-width: 1024px) {
  #header_page #inner_header_page h1 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #header_page #inner_header_page h1 {
    font-size: 25px;
  }
}
section.intro {
  margin: 50px auto 70px !important;
}
/*--------------------------------------------------------------
TEMPLATE
--------------------------------------------------------------*/
main#services #home_sec2 {
  margin: -70px auto !important;
  padding: 70px 0;
}
main#services #home_sec2:after {
  width: 100%;
  bottom: 0;
  background-position: bottom center;
}
main#services #home_sec2 .reassurance {
  margin: 0 auto;
}
main#services .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main#services .intro {
    flex-direction: column;
  }
}
main#services .intro > div {
  width: 47%;
}
@media (max-width: 1024px) {
  main#services .intro > div {
    width: 100%;
  }
}
main#services .intro .bg {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 30px rgba(8, 7, 31, 0.1);
}
@media (max-width: 1024px) {
  main#services .intro .bg {
    height: 280px;
  }
}
main#services .intro blockquote p {
  font-size: 18px;
}
section#zone_intervention {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section#zone_intervention {
    flex-direction: column-reverse;
  }
}
section#zone_intervention > div {
  width: 40%;
}
@media (max-width: 1024px) {
  section#zone_intervention > div {
    width: 100% !important;
  }
}
section#zone_intervention .bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 660px;
  width: 55%;
  display: flex;
  align-items: flex-start;
  margin-top: 130px;
}
@media (max-width: 768px) {
  section#zone_intervention .bg {
    height: 535px;
  }
}
section#zone_intervention .bg .infos {
  background-color: #08071F;
  width: fit-content;
  padding: 20px 40px;
  margin: 22px 0 0 0;
  display: flex;
  align-items: flex-start;
  border-left: 3px solid #F8B329;
  position: relative;
  top: -130px;
}
@media (max-width: 600px) {
  section#zone_intervention .bg .infos {
    flex-flow: column;
  }
}
section#zone_intervention .bg .infos li {
  list-style: none;
  color: #ffffff;
  margin-right: 30px;
  background-image: url(assets/img/arrow_footer.svg);
  background-size: 10px;
  background-position: left bottom 8px;
  background-repeat: no-repeat;
  padding-left: 17px;
}
@media (max-width: 600px) {
  section#zone_intervention .bg .infos li {
    margin: 0 0 20px;
  }
  section#zone_intervention .bg .infos li:last-child {
    margin-bottom: 0;
  }
}
section#zone_intervention .bg .infos li span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
section#zone_intervention .bg .infos li p, section#zone_intervention .bg .infos li a {
  font-size: 15px;
  margin: 0;
  color: #F8B329 !important;
}
@media (max-width: 600px) {
  section#zone_intervention .bg .infos li p, section#zone_intervention .bg .infos li a {
    font-size: 14px;
  }
}
section#zone_intervention .bg .infos li.tel {
  background-position: left bottom 7px;
}
section#zone_intervention .bg .infos li.tel a {
  margin-top: 2px;
  display: block;
  border-bottom: 1px solid #F8B329;
}
section#zone_intervention .bg .infos li.tel a:hover {
  color: #ffffff !important;
}
section#zone_intervention form h3 {
  border-left: 3px solid #cf0000;
}
section#zone_intervention form ::placeholder {
  color: #08071F;
}
section#zone_intervention form label {
  color: #08071F;
}
section#zone_intervention form input, section#zone_intervention form textarea {
  color: #08071F;
  border-color: rgba(8, 7, 31, 0.4);
}
section#zone_intervention form input:focus, section#zone_intervention form textarea:focus {
  border-color: #F8B329;
}
section#zone_intervention form input[type="submit"] {
  background-color: #cf0000;
  color: #ffffff;
}
section#zone_intervention form input[type="submit"]:hover {
  background-color: #F8B329;
}
main#contact section.recrutement .infos_re {
  background-color: #08071F;
  border-left: 3px solid #F8B329;
  padding: 25px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 600px) {
  main#contact section.recrutement .infos_re {
    flex-flow: column;
    padding: 20px;
  }
}
main#contact section.recrutement .infos_re p {
  font-size: 19px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 600px) {
  main#contact section.recrutement .infos_re p {
    margin: 0 0 15px;
  }
}
main#contact section.recrutement .infos_re .btn span {
  font-size: 13px;
}
main#contact section.recrutement .infos_re .btn:hover:after {
  background-color: #ffffff;
}
main#contact section.recrutement .infos_re .btn:hover span {
  color: #F8B329;
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.wrapper_actus {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wrapper_actus {
    gap: 10px;
  }
}
.wrapper_actus article {
  width: 33.33%;
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  justify-content: stretch;
}
@media (max-width: 1024px) {
  .wrapper_actus article {
    width: 100%;
    flex-flow: row !important;
  }
}
.wrapper_actus article:hover .image:after {
  height: 100%;
}
.wrapper_actus article:hover .image .plus {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(360deg);
}
.wrapper_actus article:hover .texte {
  background-color: #08071F;
}
.wrapper_actus article:hover .texte .title, .wrapper_actus article:hover .texte p {
  color: #ffffff;
}
.wrapper_actus article:hover .texte .btn_small {
  color: #F8B329;
}
.wrapper_actus article:hover .texte .cat a {
  background-color: #08071F;
}
.wrapper_actus article:hover .texte .cat a:hover {
  color: #ffffff;
}
.wrapper_actus article .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 344px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .wrapper_actus article .image {
    width: 30%;
    min-height: 150px;
  }
}
@media (max-width: 600px) {
  .wrapper_actus article .image {
    display: none;
  }
}
.wrapper_actus article .image:after {
  content: "";
  background-color: rgba(248, 179, 41, 0.7);
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.wrapper_actus article .image .plus {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 0 30px rgba(8, 7, 31, 0.1);
  color: #08071F;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
  transition: 0.4s;
}
.wrapper_actus article .texte {
  background-color: #ffffff;
  position: relative;
  padding: 97px 30px 80px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(8, 7, 31, 0.1);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .wrapper_actus article .texte {
    width: 70%;
    padding: 60px 30px 50px;
  }
}
@media (max-width: 600px) {
  .wrapper_actus article .texte {
    width: 100%;
  }
}
.wrapper_actus article .texte .date {
  background-color: #F8B329;
  font-size: 12px;
  color: #ffffff;
  padding: 6px 10px 6px 50px;
  position: absolute;
  left: 0;
  top: 50px;
  background-image: url(assets/img/date.svg);
  background-repeat: no-repeat;
  background-position: top 7px left 31px;
  background-size: 12px;
}
@media (max-width: 1024px) {
  .wrapper_actus article .texte .date {
    top: 16px;
  }
}
.wrapper_actus article .texte .cat {
  z-index: 3;
  position: absolute;
  bottom: 15px;
  right: 30px;
  width: 84%;
  text-align: right;
}
.wrapper_actus article .texte .cat:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  top: 64%;
  transform: translateY(-50%);
}
.wrapper_actus article .texte .cat a {
  color: #F8B329;
  font-size: 12px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 5px 0 5px 7px;
}
.wrapper_actus article .texte .cat a:hover {
  color: #08071F;
}
.wrapper_actus article .texte > div {
  text-align: left;
}
.wrapper_actus article .texte > div .title {
  display: block;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.2s;
}
.wrapper_actus article .texte > div p {
  transition: 0.2s;
}
main#blog .wrapper_actus {
  margin: 50px auto 70px !important;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#blog .wrapper_actus article {
  flex-flow: column;
  width: 32%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main#blog .wrapper_actus article {
    width: 48% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  main#blog .wrapper_actus article {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  main#blog .wrapper_actus article {
    flex-flow: column !important;
  }
}
main#blog .wrapper_actus article .image {
  height: 200px;
}
@media (max-width: 1024px) {
  main#blog .wrapper_actus article .image {
    min-height: 100px;
    height: 200px;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  main#blog .wrapper_actus article .texte {
    width: 100%;
  }
}
section.error-404 {
  padding: 10% 0 4%;
}
section.error-404 header, section.error-404 div {
  text-align: center;
}
main#contact .infos {
  background-color: #08071F;
  width: fit-content;
  padding: 20px 40px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  border-left: 3px solid #F8B329;
}
@media (max-width: 600px) {
  main#contact .infos {
    flex-flow: column;
  }
}
main#contact .infos li {
  list-style: none;
  color: #ffffff;
  margin-right: 30px;
  background-image: url(assets/img/arrow_footer.svg);
  background-size: 10px;
  background-position: left bottom 8px;
  background-repeat: no-repeat;
  padding-left: 17px;
}
@media (max-width: 600px) {
  main#contact .infos li {
    margin: 0 0 20px;
  }
  main#contact .infos li:last-child {
    margin-bottom: 0;
  }
}
main#contact .infos li span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
main#contact .infos li p, main#contact .infos li a {
  font-size: 16px;
  margin: 0;
  color: #F8B329 !important;
}
@media (max-width: 600px) {
  main#contact .infos li p, main#contact .infos li a {
    font-size: 14px;
  }
}
main#contact .infos li.tel {
  background-position: left bottom 7px;
}
main#contact .infos li.tel a {
  margin-top: 2px;
  display: block;
  border-bottom: 1px solid #F8B329;
}
main#contact .infos li.tel a:hover {
  color: #ffffff !important;
}
main#contact .wrapper form ::placeholder {
  color: #08071F;
}
main#contact .wrapper form label {
  color: #08071F;
}
main#contact .wrapper form input, main#contact .wrapper form textarea {
  color: #08071F;
  border-color: rgba(8, 7, 31, 0.4);
}
main#contact .wrapper form input:focus, main#contact .wrapper form textarea:focus {
  border-color: #F8B329;
}
main#contact .wrapper form input[type="submit"] {
  color: #ffffff;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
  background-color: #08071F;
  padding: 50px 0 0;
  position: relative;
  z-index: 1;
}
#colophon:before {
  content: "";
  background-image: url(assets/img/footer_left.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: -1;
}
#colophon:after {
  content: "";
  background-image: url(assets/img/footer_right.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: -1;
}
#colophon .inner_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #colophon .inner_footer {
    flex-direction: column;
    gap: 30px;
  }
}
#colophon .inner_footer .left {
  width: 18%;
}
@media (max-width: 768px) {
  #colophon .inner_footer .left {
    width: 100%;
  }
}
#colophon .inner_footer .left img {
  width: 125px;
}
#colophon .inner_footer .left p {
  color: #ffffff;
  font-size: 11px;
}
#colophon .inner_footer .left h4 {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  color: #F8B329;
}
#colophon .inner_footer .middle {
  width: 78%;
}
@media (max-width: 768px) {
  #colophon .inner_footer .middle {
    width: 100%;
  }
}
#colophon .inner_footer .middle #footer-menus {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #colophon .inner_footer .middle #footer-menus {
    flex-wrap: wrap;
    gap: 30px;
  }
}
#colophon .inner_footer .middle #footer-menus .menu-menu-pied-de-page-container {
  width: 44%;
}
@media (max-width: 1024px) {
  #colophon .inner_footer .middle #footer-menus .menu-menu-pied-de-page-container {
    width: 100%;
  }
}
#colophon .inner_footer .middle #footer-menus > * {
  width: 26%;
}
@media (max-width: 1024px) {
  #colophon .inner_footer .middle #footer-menus > * {
    width: 100%;
  }
}
#colophon .inner_footer .middle #footer-menus .menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  #colophon .inner_footer .middle #footer-menus .menu {
    flex-direction: column;
    gap: 30px;
  }
}
#colophon .inner_footer .middle #footer-menus .menu.other li {
  width: 100%;
}
#colophon .inner_footer .middle #footer-menus .menu.small {
  width: 22%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #colophon .inner_footer .middle #footer-menus .menu.small {
    width: 100%;
  }
}
#colophon .inner_footer .middle #footer-menus .menu > li > a {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: block;
  position: relative;
}
#colophon .inner_footer .middle #footer-menus .menu > li > a:before {
  content: "";
  background-color: #E6E6E6;
  height: 1px;
  width: 123px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
#colophon .inner_footer .middle #footer-menus .menu > li > a:after {
  content: "";
  background-color: #F8B329;
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 2;
}
#colophon .inner_footer .middle #footer-menus .menu li {
  width: 47%;
  color: #ffffff;
  list-style: none;
}
@media (max-width: 600px) {
  #colophon .inner_footer .middle #footer-menus .menu li {
    width: 100%;
  }
}
#colophon .inner_footer .middle #footer-menus .menu li p {
  color: #ffffff;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu {
  padding: 0;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu.horaires {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu.horaires li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 3px;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu.horaires li span:first-child {
  color: rgba(255, 255, 255, 0.6);
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li {
  width: 100%;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li .btn {
  padding: 15px 25px;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li .btn span {
  font-size: 14px;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  transition: 0.3s;
  background-image: url(assets/img/arrow_footer.svg);
  background-size: 10px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding-left: 17px;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li a:hover {
  color: #ffffff;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.tel, #colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.mail {
  margin-bottom: 20px;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.tel a, #colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.mail a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.tel a svg, #colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.mail a svg {
  fill: #F8B329;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.tel a:hover, #colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.mail a:hover {
  color: #F8B329;
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.tel span, #colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.mail span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
#colophon .inner_footer .middle #footer-menus .menu li .sub-menu li.mail a svg {
  margin-right: 5px;
}
#colophon #copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  margin: 26px auto 0;
  font-size: 12px;
}
@media (max-width: 600px) {
  #colophon #copyright {
    padding: 20px 0 60px;
  }
}
.author-info {
  margin: 50px 0 20px;
  padding: 20px 0 20px 0;
  border-top: 1px solid rgba(248, 179, 41, 0.3);
  border-bottom: 1px solid rgba(248, 179, 41, 0.3);
  display: flex;
  align-items: center;
}
.author-info .author-avatar {
  margin-right: 20px;
}
.author-info .author-avatar img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: none !important;
}
@media (max-width: 600px) {
  .author-info .author-avatar img {
    width: 50px;
    height: 50px;
  }
}
.author-info .name h3 {
  margin: 0 0 10px;
  font-size: 18px !important;
}
.author-info .name h3:after {
  width: 78px !important;
  height: 9px !important;
}
.author-info .name p {
  font-size: 14px;
  margin: 0;
}
