/*
Theme Name: Starter Template
Theme URI: http://underscores.me/
Author: Tokiz Digital
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: http://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 http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://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: "KronaOne";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/KronaOne-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "SpaceGrotesk";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/SpaceGrotesk-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "SpaceGrotesk";
  font-style: normal;
  font-weight: 700;
  /*font-display: optional;*/
  src: url("assets/fonts/SpaceGrotesk-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  /*font-display: optional;*/
  src: url("assets/fonts/Jost-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  /*font-display: optional;*/
  src: url("assets/fonts/Jost-Bold.ttf") format("opentype");
}
/* VARIABLES */
html, body, #responsive-menu #responsive-menu-inner #mobile-menu, #content_repeater .line_galerie .container, #content_repeater .line_pictos .container {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* GLOBAL */
html {
  font-family: "Jost", sans-serif;
  color: #2c2420;
  font-size: 18px;
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  background-color: #f5f1e9;
}
a {
  color: #ef6c16;
  text-decoration: none;
  transition: 0.2s;
}
.title {
  position: relative;
  z-index: 1;
}
.title:after {
  content: "";
  background-color: #ef6c16;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: -1;
}
.title span {
  color: #ef6c16;
  display: inline-block;
  background-color: #f5f1e9;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
  font-family: "SpaceGrotesk", sans-serif;
  margin-left: 80px;
}
.title h2 {
  margin: 16px 0;
}
h1, .h1 {
  font-family: "KronaOne", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2em;
}
h2, .h2 {
  font-family: "KronaOne", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.2em;
  color: #2c2420;
}
h3, .h3 {
  font-family: "KronaOne", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: #2c2420;
  font-weight: 400;
  line-height: 1.2em;
}
h4, .h4 {
  font-family: "KronaOne", sans-serif;
}
h5, .h5 {
  font-family: "KronaOne", sans-serif;
}
blockquote {
  background-color: rgba(239, 108, 22, 0.2);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ef6c16;
  margin: 40px 0;
}
blockquote p {
  color: #ef6c16;
  margin: 0;
}
blockquote:after {
  content: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* WORDPRESS */
.gallery {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery figure {
  margin: 0;
}
.gallery a {
  display: block;
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
@media (max-width: 530px) {
  .gallery img {
    height: 200px;
  }
}
.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: 0.7rem;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* CLASS */
.clear {
  clear: both;
}
.wrapper {
  width: 1398px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper.big {
  width: 1640px;
}
.wrapper.medium {
  width: 1080px;
}
.wrapper.meh {
  width: 900px;
}
.wrapper.small {
  width: 600px;
}
.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.btn, form input[type="submit"], .wpcf7-form input[type="submit"] {
  padding: 12px 40px 12px 30px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  border-radius: 10px;
  background-color: #ef6c16;
  box-shadow: 0 3px 5px 2px rgba(255, 107, 0, 0.3), 0 3px 5px -4px rgba(255, 107, 0, 0.3);
  background-image: url(assets/img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: right 12px top 21px;
  background-size: 12px;
  transition: 0.2s;
}
.btn:hover, form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
  background-color: #2c2420;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3), 0 3px 5px -4px rgba(0, 0, 0, 0.3);
}
.btn.white, form input.white[type="submit"], .wpcf7-form input.white[type="submit"] {
  background-color: #ffffff;
  color: #2c2420;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.btn.white:hover, form input.white[type="submit"]:hover, .wpcf7-form input.white[type="submit"]:hover {
  background-color: transparent;
  border: 1px solid rgba(239, 108, 22, 0.2);
  color: #ef6c16;
}
.btn_arrow {
  display: inline-block;
  font-family: "SpaceGrotesk", sans-serif;
  color: #2c2420;
  background-image: url(assets/img/arrow_btn_white.svg);
  background-repeat: no-repeat;
  background-position: right top 5px;
  padding-right: 20px;
  background-size: 11px;
  font-size: 0.8rem;
  font-weight: 700;
}
.btn_arrow:hover {
  color: #ef6c16;
}
.wrapper_btn {
  display: flex;
  margin-top: 37px;
}
.wrapper_btn.center {
  justify-content: center;
}
.wrapper_btn.left {
  justify-content: left;
}
.wrapper_btn.right {
  justify-content: right;
}
section {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 530px) {
  section {
    margin-top: 60px !important;
    margin-bottom: 60px !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: #2c2420;
  box-shadow: #2c2420;
}
.slick-dots li button {
  background-color: #2c2420;
  border: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
/* Fil d'ariane */
.breadcrumb {
  width: 100%;
  margin: 4px auto 16px !important;
}
.breadcrumb li {
  list-style: none;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.breadcrumb li a {
  color: #ef6c16;
}
/* 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: 10px 0;
}
form .full, .wpcf7-form .full {
  width: 100%;
  margin: 10px 0;
}
form #submit, .wpcf7-form #submit {
  width: 100%;
  text-align: center;
  position: relative;
}
form #submit .wpcf7-spinner, .wpcf7-form #submit .wpcf7-spinner {
  position: absolute;
  bottom: -15px;
  left: 47%;
  transform: translateX(-50%);
}
form .select label, .wpcf7-form .select label {
  display: block;
}
form .select select, .wpcf7-form .select select {
  width: 100%;
}
form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
form label, .wpcf7-form label {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #c3c3c3;
}
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-radius: 8px;
  font-size: 0.9rem;
  box-sizing: border-box;
  padding: 16.5px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  transition: 0.2s;
}
form input::placeholder, form select::placeholder, form textarea::placeholder, .wpcf7-form input::placeholder, .wpcf7-form select::placeholder, .wpcf7-form textarea::placeholder {
  color: #6b7280;
}
form input:focus, form select:focus, form textarea:focus, .wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: #2c2420;
}
form textarea, .wpcf7-form textarea {
  height: 120px;
}
form input[type="submit"], .wpcf7-form input[type="submit"] {
  padding: 16.5px 20px;
  background-image: url(assets/img/dl.svg);
  background-position: right 22px top 21px;
  background-size: 14px;
}
.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-requiblack .wpcf7-response-output {
  color: black;
}
.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 #2c2420;
  padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
  border: 0;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.navigation .nav-links .page-numbers.current {
  background-color: #2c2420;
  color: #ffffff;
}
/* FAQ*/
.wrapper_faq .faq {
  position: relative;
}
.wrapper_faq .faq:after, .wrapper_faq .faq:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transition: 0.2s;
  background-color: #2c2420;
}
.wrapper_faq .faq:hover:after, .wrapper_faq .faq.active:after {
  opacity: 1;
  background-color: #2c2420;
}
.wrapper_faq .faq .question {
  padding: 20px 60px 20px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 530px) {
  .wrapper_faq .faq .question {
    padding: 15px 40px 15px 0;
  }
}
.wrapper_faq .faq .question h3 {
  font-size: 1rem;
  color: #2c2420;
}
.wrapper_faq .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.7rem;
  color: #2c2420;
}
.wrapper_faq .faq .question > * {
  margin: 0;
}
.wrapper_faq .faq.active .question:after {
  content: "-";
  color: #2c2420;
}
.wrapper_faq .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
.wrapper_faq .faq .reponse p {
  color: #2c2420;
}
@media (max-width: 530px) {
  .wrapper_faq .faq .reponse {
    padding: 0 0 10px 0;
  }
}
.nav_sommaire {
  padding: 20px;
  margin: 0;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(44, 36, 32, 0.1);
  width: 25%;
  box-sizing: border-box;
  position: sticky;
  top: 130px;
  z-index: 10;
}
.nav_sommaire span {
  display: block;
  border-bottom: 1px solid rgba(44, 36, 32, 0.1);
  padding-bottom: 10px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.nav_sommaire .btn, .nav_sommaire form input[type="submit"], form .nav_sommaire input[type="submit"], .nav_sommaire .wpcf7-form input[type="submit"], .wpcf7-form .nav_sommaire input[type="submit"] {
  font-size: 0.9rem;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
}
.nav_sommaire li {
  list-style: none;
}
.nav_sommaire li a {
  display: block;
  margin: 10px 0;
  color: rgba(44, 36, 32, 0.4);
  font-size: 1rem;
  position: relative;
}
.nav_sommaire li a.active {
  color: #2c2420;
}
.nav_sommaire li a.active:after {
  background-color: #2c2420;
}
.nav_sommaire li a:hover {
  color: rgba(44, 36, 32, 0.7);
}
.nav_sommaire li a:hover:after {
  background-color: rgba(44, 36, 32, 0.7);
}
/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/
.btn_flottant .question {
  position: relative;
}
#masthead {
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 999;
}
#masthead .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-radius: 5px 5px 10px 10px;
  background: rgba(245, 241, 233, 0.95);
  box-shadow: 0 1px 4px 0 rgba(52, 44, 37, 0.15);
  padding: 0 5%;
  max-width: initial;
  box-sizing: border-box;
}
#masthead .wrapper #logo img {
  width: 220px;
}
#masthead .wrapper .btn, #masthead .wrapper form input[type="submit"], form #masthead .wrapper input[type="submit"], #masthead .wrapper .wpcf7-form input[type="submit"], .wpcf7-form #masthead .wrapper input[type="submit"] {
  margin-left: 50px;
}
#masthead .wrapper #site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 72%;
}
#masthead .wrapper #site-navigation ul#primary-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
}
#masthead .wrapper #site-navigation ul#primary-menu li {
  list-style: none;
  padding: 40px 0;
}
#masthead .wrapper #site-navigation ul#primary-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#masthead .wrapper #site-navigation ul#primary-menu li a {
  margin: 0 20px;
  color: #2c2420;
}
#masthead .wrapper #site-navigation ul#primary-menu li a:hover {
  color: #ef6c16;
}
#masthead .wrapper #site-navigation ul#primary-menu li .sub-menu {
  width: 550px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 80%;
  left: 0;
  padding: 20px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  transition: 0.2s;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
#masthead .wrapper #site-navigation ul#primary-menu li .sub-menu li {
  padding: 0;
}
#masthead .wrapper #site-navigation ul#primary-menu li .sub-menu li a {
  margin: 0;
  font-size: 0.9rem;
  font-family: "SpaceGrotesk", sans-serif;
}
#masthead .wrapper #site-navigation ul#primary-menu li .sub-menu li .menu-icon {
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 8px;
  background-color: rgba(239, 108, 22, 0.3);
  margin-right: 5px;
  vertical-align: middle;
}
/*--------------------------------------------------------------
MENU MOBILE
--------------------------------------------------------------*/
.reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 1024px) {
  .reponsive-menu-trigger-container {
    display: flex;
  }
}
.reponsive-menu-trigger-container .responsive-menu-trigger {
  height: 30px;
  width: 42px;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}
.reponsive-menu-trigger-container .responsive-menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #2c2420;
  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: 100%;
  background-color: #2c2420;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}
#responsive-menu #responsive-menu-inner .reponsive-menu-trigger-container {
  position: absolute;
  right: 30px;
  top: 30px;
}
#responsive-menu #responsive-menu-inner .adress {
  margin: 25px auto 9px !important;
}
#responsive-menu #responsive-menu-inner .adress, #responsive-menu #responsive-menu-inner .tel {
  color: #2c2420;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto 9px;
  display: block;
  width: fit-content;
  padding: 0 20px;
  line-height: 1em;
}
#responsive-menu #responsive-menu-inner .tel {
  border-bottom: 1px solid #2c2420;
  padding: 0;
}
#responsive-menu #responsive-menu-inner #logo_responsive {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
#responsive-menu #responsive-menu-inner #logo_responsive img {
  filter: brightness(0) invert(1);
  width: 150px;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#responsive-menu #responsive-menu-inner #mobile-menu li.menu-item-has-children {
  position: relative;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.menu-item-has-children .submenu-toggle {
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  appearance: none;
  border: 0;
  margin: 5px 0;
  background-image: url(assets/img/down-arrow.svg);
  background-position: center center;
  background-size: 13px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#responsive-menu #responsive-menu-inner #mobile-menu li.no_cursor > a {
  cursor: default;
}
#responsive-menu #responsive-menu-inner #mobile-menu .submenu-toggle {
  display: none;
}
#responsive-menu #responsive-menu-inner #mobile-menu a {
  color: #ffffff;
  padding: 10px 65px;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#responsive-menu #responsive-menu-inner #mobile-menu a:hover {
  color: #2c2420;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu {
  display: none;
  margin: 0 0 17px;
  list-style: none;
  padding: 0;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu a {
  padding: 4px 65px;
  display: block;
  box-sizing: border-box;
  text-transform: initial;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .submenu-toggle {
  width: 25px !important;
  height: 25px !important;
  right: 21px !important;
  background-size: 12px;
}
#responsive-menu #responsive-menu-inner #mobile-menu .sub-menu .sub-menu a {
  text-transform: initial;
  font-size: 0.85rem;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active > .submenu-toggle {
  transform: 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 {
  color: #2c2420;
}
#responsive-menu.active {
  right: 0;
}
/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
#header_home {
  margin-top: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#header_home .left {
  width: 52%;
}
#header_home .left > span {
  display: inline-block;
  border: 1px solid rgba(239, 108, 22, 0.7);
  color: rgba(44, 36, 32, 0.8);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 5px 13px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
#header_home .left > span:before {
  content: "";
  display: inline-block;
  background-color: #ef6c16;
  width: 8px;
  height: 8px;
  background-color: #ef6c16;
  border-radius: 50%;
  margin-right: 10px;
}
#header_home .left h1 {
  margin: 0 0 35px;
}
#header_home .left h1 strong {
  color: #ef6c16;
  position: relative;
}
#header_home .left h1 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  background-image: url(assets/img/trait_h1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 133px;
  height: 14px;
}
#header_home .left p {
  font-size: 1.17rem;
}
#header_home .left .btns {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#header_home .left .recommandations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 437px;
  margin-top: 21px;
}
#header_home .left .recommandations .logos {
  position: relative;
  width: 28%;
  height: 37px;
}
#header_home .left .recommandations .logos img {
  position: absolute;
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ef6c16;
}
#header_home .left .recommandations .logos img:nth-child(1) {
  left: 0;
}
#header_home .left .recommandations .logos img:nth-child(2) {
  left: 26px;
}
#header_home .left .recommandations .logos img:nth-child(3) {
  left: 52px;
}
#header_home .left .recommandations p {
  font-size: 0.9rem;
  width: 70%;
  margin: 0;
}
#header_home .right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 474px;
  width: 43%;
  position: relative;
  border-radius: 10px;
}
#header_home .right .infos {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(239, 108, 22, 0.4);
  backdrop-filter: blur(6px);
}
#header_home .right .infos:after {
  content: "";
  background-image: url(assets/img/Icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 49px;
  height: 37px;
  border-radius: 8px;
  border: 1px solid #dcfce7;
  background-color: #f0fdf4;
  border-radius: 8px;
  position: absolute;
  left: 26px;
  top: 34px;
  z-index: 1;
}
#header_home .right .infos span {
  color: rgba(44, 36, 32, 0.5);
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 67px;
}
#header_home .right .infos p {
  padding-left: 67px;
  font-family: "SpaceGrotesk", sans-serif;
  margin: 0;
  color: #2c2420;
  font-size: 1.1rem;
  font-weight: 700;
}
#header_home .right .infos .bar_grise {
  margin-top: 13px;
  border-radius: 30px;
  width: 100%;
  background-color: #f3f4f6;
  height: 8px;
  position: relative;
}
#header_home .right .infos .bar_grise .orange {
  border-radius: 30px;
  width: 74%;
  background-color: #ef6c16;
  height: 8px;
  position: absolute;
  left: 0;
}
section#home_logos {
  box-shadow: 0 2px 15px 0 rgba(255, 107, 0, 0.2);
  padding: 15px 0;
}
section#home_logos img {
  width: 207px;
  height: 59px;
  object-fit: contain;
}
section#home_sec2 {
  position: relative;
}
section#home_sec2 svg {
  position: absolute;
  left: 0;
  top: 68px;
  z-index: -1;
  width: 100%;
  height: auto;
}
section#home_sec2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#home_sec2 .flex .title {
  width: 45%;
}
section#home_sec2 .flex .text {
  max-width: 272px;
  text-align: right;
}
section#home_sec2 .services {
  margin: 40px 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
}
section#home_sec2 .services .inner {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
section#home_sec2 .services .inner:hover {
  background-color: #2c2420;
}
section#home_sec2 .services .inner:hover h3 {
  color: #ffffff;
}
section#home_sec2 .services .inner:hover p {
  color: rgba(255, 255, 255, 0.7);
}
section#home_sec2 .services .inner:hover .hide {
  bottom: -130px;
  opacity: 1;
  visibility: visible;
}
section#home_sec2 .services .inner span {
  display: inline-block;
  margin: 0 auto;
  width: 67px;
  height: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 12px;
  background-color: rgba(239, 108, 22, 0.3);
}
section#home_sec2 .services .inner p {
  font-family: "SpaceGrotesk", sans-serif;
  color: #4a4744;
}
@media (max-width: 1500px) {
  section#home_sec2 .services .inner p {
    font-size: 0.9rem;
  }
}
section#home_sec2 .services .inner .hide {
  padding: 20px 30px;
  width: 80%;
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -100px;
  z-index: 1;
  border-radius: 10px;
  border-top: 1px solid #f5f1e9;
  background: rgba(239, 232, 225, 0.6);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
section#home_sec2 .services .inner .hide ul {
  padding: 0;
  margin: 0;
}
section#home_sec2 .services .inner .hide ul li {
  list-style: none;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 0.9rem;
  margin: 10px 0;
  background-image: url(assets/img/check.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
}
section#home_sec3 {
  margin-top: 170px !important;
  background-color: #2c2420;
  padding: 90px 0 90px 10%;
}
@media (max-width: 1500px) {
  section#home_sec3 {
    padding: 90px 0 90px 5%;
  }
}
section#home_sec3 .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: initial;
  max-width: initial;
}
section#home_sec3 .title {
  width: 46%;
}
section#home_sec3 .title span {
  background-color: #2c2420;
}
section#home_sec3 .title h2 {
  color: #ffffff;
}
section#home_sec3 .title .btn, section#home_sec3 .title form input[type="submit"], form section#home_sec3 .title input[type="submit"], section#home_sec3 .title .wpcf7-form input[type="submit"], .wpcf7-form section#home_sec3 .title input[type="submit"] {
  margin-top: 30px;
  display: inline-block;
}
section#home_sec3 .temoignages {
  width: 45%;
}
section#home_sec3 .temoignages .inner {
  width: 584px;
  background-color: #ffffff;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 40px;
}
@media (max-width: 1500px) {
  section#home_sec3 .temoignages .inner {
    width: 540px;
    margin: 0 20px;
  }
}
section#home_sec3 .temoignages .inner svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
section#home_sec3 .temoignages .inner p {
  margin: 0;
}
section#home_sec3 .temoignages .inner .bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
section#home_sec3 .temoignages .inner .bottom .img {
  margin-right: 20px;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #efe8e1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #f5f1e9;
}
section#home_sec3 .temoignages .inner .bottom > div {
  width: 60%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section#home_sec3 .temoignages .inner .bottom > div p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}
section#home_sec3 .temoignages .inner .bottom > div span {
  color: rgba(44, 36, 32, 0.6);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#header_page {
  margin-top: 165px;
}
#header_page #inner_header_page {
  text-align: center;
}
#header_page #inner_header_page p.sub {
  display: inline-block;
  border: 1px solid rgba(239, 108, 22, 0.7);
  color: rgba(44, 36, 32, 0.8);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 5px 13px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
#header_page #inner_header_page p.sub:before {
  content: "";
  display: inline-block;
  background-color: #ef6c16;
  width: 8px;
  height: 8px;
  background-color: #ef6c16;
  border-radius: 50%;
  margin-right: 10px;
}
#header_page #inner_header_page h1 {
  margin: 0;
  font-size: 2.5rem;
}
#header_page #inner_header_page h1 strong {
  color: #ef6c16;
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
TEMPLATE SERVICES
--------------------------------------------------------------*/
section#services_sec1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
section#services_sec1 .inner {
  background-color: rgba(239, 108, 22, 0.2);
  background-color: #ffffff;
  border-radius: 30px;
  padding: 35px;
  transition: 0.2s;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
section#services_sec1 .inner:hover {
  background-color: #4a403a;
  color: #ffffff;
}
section#services_sec1 .inner:hover .text {
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
section#services_sec1 .inner .titre {
  display: block;
  font-size: 1.5rem;
  font-family: "KronaOne", sans-serif;
  margin: 0 0 10px;
}
section#services_sec1 .inner .sub {
  display: block;
  margin: 0;
  color: #ef6c16;
  line-height: 1em;
  font-size: 0.9rem;
}
section#services_sec1 .inner .text {
  color: #4a403a;
  border-top: 1px solid rgba(74, 64, 58, 0.2);
  padding-top: 14px;
  margin: 14px 0;
}
section#services_sec1 .inner .programme ul {
  padding: 0;
  margin: 0;
}
section#services_sec1 .inner .programme ul li {
  list-style: none;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 0.9rem;
  margin: 10px 0;
  background-image: url(assets/img/check.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
}
section#services_sec1 .inner .benef {
  background-color: rgba(239, 108, 22, 0.2);
  border: 1px solid #ef6c16;
  border-radius: 10px;
  padding: 20px 15px 13px;
  color: #ef6c16;
  margin: 20px 0 0;
  position: relative;
}
section#services_sec1 .inner .benef span {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ef6c16;
  font-size: 0.7rem;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  padding: 5px 11px;
  top: -13px;
  left: 15px;
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.wrapper_actus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.wrapper_actus article {
  position: relative;
  border-radius: 30px;
  padding: 10px;
  background-color: #ffffff;
  transition: 0.2s;
}
.wrapper_actus article:hover {
  background-color: #2c2420;
  color: #ffffff;
}
.wrapper_actus article .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
.wrapper_actus article .texte {
  padding: 15px 25px;
}
.wrapper_actus article .texte .title {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.wrapper_actus article .texte .title::after {
  content: none;
}
.wrapper_actus article .texte p {
  font-size: 0.9rem;
}
.meta {
  padding: 11px;
  position: relative;
  z-index: 20;
}
.meta span {
  font-family: "SpaceGrotesk", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 6px 10px 6px 30px;
  border-radius: 10px;
  border: 1px solid #ef6c16;
  background-color: rgba(239, 108, 22, 0.7);
  backdrop-filter: blur(5px);
  background-image: url(assets/img/calendar-minus.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.meta span.cat {
  background-image: url(assets/img/bookmark.svg);
}
.meta span.cat a {
  color: #ffffff;
}
.meta span.cat a:hover {
  opacity: 0.7;
}
.flex_content_single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex_content_single .entry-content {
  width: 65%;
}
.flex_content_single .entry-content h2 {
  margin-top: 60px;
  scroll-margin-top: 80px;
}
.flex_content_single .entry-content h2:first-child {
  margin-top: 0;
}
body.single.single-post #header_page #inner_header_page {
  text-align: center;
}
body.single.single-post #header_page #inner_header_page .header_infos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.single.single-post h2 {
  font-size: 2.3rem;
  margin: 60px 0 0;
}
body.single.single-post h3 {
  font-size: 1.8rem;
  margin: 30px 0 0;
}
body.single.single-post #sources {
  position: relative;
  background-color: transparent;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(44, 36, 32, 0.5);
  font-size: 0.9rem;
}
body.single.single-post #sources span {
  position: absolute;
  left: 24px;
  top: -13px;
  background-color: #2c2420;
  font-family: "KronaOne", sans-serif;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
  font-size: 0.7rem;
  padding: 6px 13px 6px 30px;
  background-image: url(assets/img/document.svg);
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
body.single.single-post #sources ul {
  padding-left: 17px;
}
body.single.single-post #sources ul li {
  margin: 4px 0 !important;
  list-style: circle !important;
  padding: 0 !important;
}
body.single.single-post #sources ul li::before {
  content: none;
}
body.single.single-post .nav_sommaire {
  background-color: #ffffff;
  border: 1px solid #ef6c16;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
}
body.single.single-post .nav_sommaire.collapsed .sommaire-content {
  display: block;
}
body.single.single-post .nav_sommaire.collapsed .sommaire-title .toggle-arrow {
  transform: rotate(90deg);
}
body.single.single-post .nav_sommaire .sommaire-title {
  list-style: none;
  text-transform: uppercase;
  font-family: "KronaOne", sans-serif;
  font-size: 0.8rem;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 20px 0 !important;
}
body.single.single-post .nav_sommaire .sommaire-title:before {
  content: none;
}
body.single.single-post .nav_sommaire .sommaire-title .toggle-arrow {
  background-image: url(assets/img/angle-small-right.svg);
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 0;
  z-index: 1;
  transition: 0.2s;
}
body.single.single-post .nav_sommaire .sommaire-content {
  list-style: none;
  display: none;
}
body.single.single-post .nav_sommaire .sommaire-content .btn, body.single.single-post .nav_sommaire .sommaire-content form input[type="submit"], form body.single.single-post .nav_sommaire .sommaire-content input[type="submit"], body.single.single-post .nav_sommaire .sommaire-content .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-post .nav_sommaire .sommaire-content input[type="submit"] {
  width: fit-content;
  padding: 10px 36px 10px 15px;
  background-position: right 12px top 16px;
  border: 0;
  margin-bottom: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
}
body.single.single-post .nav_sommaire .sommaire-content:before {
  content: none;
}
body.single.single-post .nav_sommaire .sommaire-content .sommaire-list {
  padding: 0 0 0 31px;
  margin: 13px 0;
}
body.single.single-post .nav_sommaire .sommaire-content .sommaire-list li {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: circle !important;
}
body.single.single-post .nav_sommaire .sommaire-content .sommaire-list li:before {
  content: none !important;
}
body.single.single-post .nav_sommaire .sommaire-content .sommaire-list li a {
  border: 0;
  font-weight: 400;
  margin: 3px 0 !important;
  font-size: 0.9rem;
}
body.single.single-post .nav_sommaire .sommaire-content .sommaire-list li a:hover {
  color: #ef6c16;
}
body.single.single-post .resume {
  background-color: #2c2420;
  border-left: 3px solid #2c2420;
  color: #ffffff;
  padding: 15px 20px 10px;
  font-size: 0.9rem;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media (max-width: 530px) {
  body.single.single-post .resume {
    font-size: 0.8rem;
  }
}
body.single.single-post .resume.conclusion {
  margin-top: 30px;
}
body.single.single-post .resume span {
  display: block;
  border-bottom: 1px solid rgba(239, 108, 22, 0.5);
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-family: "KronaOne", sans-serif;
  color: #ef6c16;
}
body.single.single-post .resume p {
  font-size: 0.9rem;
}
@media (max-width: 530px) {
  body.single.single-post .resume p {
    font-size: 0.8rem;
  }
}
body.single.single-post .resume a {
  display: inline-block;
  color: #2c2420;
  border-bottom: 1px solid #2c2420;
  margin: 0;
}
body.single.single-post .resume h2, body.single.single-post .resume h3, body.single.single-post .resume h4 {
  font-size: 1.2rem;
}
body.single.single-post .entry-content {
  margin-top: 70px;
}
body.single.single-post .entry-content .meta {
  padding: 0;
  margin-bottom: 20px;
}
body.single.single-post .entry-content .meta span {
  background-color: rgba(239, 108, 22, 0.2);
  color: #ef6c16;
}
body.single.single-post .entry-content .meta span a {
  color: #ef6c16;
}
body.single.single-post .entry-content .wrapper_faq {
  padding: 40px;
  border-radius: 30px;
  margin-top: 60px;
  border: 1px solid rgba(44, 36, 32, 0.2);
  background-color: #ffffff;
}
body.single.single-post .entry-content .wrapper_faq h2 {
  font-size: 1.7rem;
  margin: 0 0 20px;
}
body.single.single-post .entry-content .wrapper_faq .faq-item {
  border: 0;
  margin-bottom: 13px;
  cursor: pointer;
}
body.single.single-post .entry-content .wrapper_faq .faq-item h3 {
  font-size: 1.5rem;
  margin: 0;
  font-family: "Jost", sans-serif;
}
body.single.single-post .entry-content .wrapper_faq .faq-item h3:hover {
  color: #ef6c16;
}
@media (max-width: 530px) {
  body.single.single-post .entry-content .wrapper_faq .faq-item h3 {
    font-size: 1rem;
  }
}
body.single.single-post .entry-content .wrapper_faq .faq-question {
  transition: 0.2s;
}
body.single.single-post .entry-content .wrapper_faq .faq-question:hover {
  color: #2c2420;
}
body.single.single-post .entry-content .wrapper_faq .faq-question:before {
  background-color: transparent;
  right: initial;
  left: 0;
  top: 3px;
  font-size: 0;
  background-image: url(assets/img/arrow-down.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0;
  width: 22px;
  height: 22px;
  transition: 0.2s;
}
body.single.single-post .entry-content .wrapper_faq .faq-question.active:before {
  transform: rotate(90deg);
}
body.single.single-post .entry-content .wrapper_faq .faq-answer {
  display: none;
  padding: 8px 0;
}
body.single.single-post .entry-content .wrapper_faq .faq-answer li, body.single.single-post .entry-content .wrapper_faq .faq-answer p {
  margin: 0;
  color: #4a403a;
  opacity: 0.8;
}
body.single.single-post .entry-content p a {
  color: #ef6c16;
  border-bottom: 1px solid #ef6c16;
  margin: 0;
}
body.single.single-post .entry-content ul {
  padding: 0;
}
body.single.single-post .entry-content ul li {
  position: relative;
  margin: 10px 0 !important;
  list-style: none !important;
  padding-left: 21px !important;
}
body.single.single-post .entry-content ul li::before {
  content: "";
  background-image: url(assets/img/check.svg);
  height: 17px;
  width: 17px;
  display: flex;
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.single.single-post .entry-content ul li a {
  color: #2c2420;
  border-bottom: 1px solid #2c2420;
  font-weight: 700;
}
body.single.single-post .entry-content form {
  background-color: #2c2420;
  padding: 30px 40px;
  max-width: 700px;
  margin: 40px auto;
  box-sizing: border-box;
}
body.single.single-post .entry-content form p {
  margin: 10px 0;
}
body.single.single-post .entry-content form input, body.single.single-post .entry-content form textarea {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}
body.single.single-post .entry-content form input:focus, body.single.single-post .entry-content form textarea:focus {
  border-color: #ffffff;
}
body.single.single-post .entry-content form input::placeholder, body.single.single-post .entry-content form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body.single.single-post .entry-meta {
  display: flex;
  align-items: center;
}
body.single.single-post .entry-meta span {
  font-weight: 700;
  text-transform: uppercase;
}
body.single.single-post .btn:hover, body.single.single-post form input[type="submit"]:hover, form body.single.single-post input[type="submit"]:hover, body.single.single-post .wpcf7-form input[type="submit"]:hover, .wpcf7-form body.single.single-post input[type="submit"]:hover {
  color: #ffffff;
}
body.single.single-post section#linked-items-section {
  margin-top: 60px;
}
body.single.single-post section#linked-items-section .h2 {
  margin-bottom: 20px;
  display: block;
}
body.single.single-post section#linked-items-section .linked-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 768px) {
  body.single.single-post section#linked-items-section .linked-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single.single-post section#linked-items-section .linked-items article {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
}
body.single.single-post section#linked-items-section .linked-items article:hover .h3 {
  color: #2c2420;
}
body.single.single-post section#linked-items-section .linked-items article:hover .btn, body.single.single-post section#linked-items-section .linked-items article:hover form input[type="submit"], form body.single.single-post section#linked-items-section .linked-items article:hover input[type="submit"], body.single.single-post section#linked-items-section .linked-items article:hover .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-post section#linked-items-section .linked-items article:hover input[type="submit"] {
  background-color: #2c2420;
}
body.single.single-post section#linked-items-section .linked-items article .resume {
  background: transparent;
  color: #2c2420;
  padding: 0;
  border: 0;
  font-size: 14px;
}
body.single.single-post section#linked-items-section .linked-items article .btn, body.single.single-post section#linked-items-section .linked-items article form input[type="submit"], form body.single.single-post section#linked-items-section .linked-items article input[type="submit"], body.single.single-post section#linked-items-section .linked-items article .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-post section#linked-items-section .linked-items article input[type="submit"] {
  font-size: 0.9rem;
  padding: 11px 35px 11px 17px;
  width: auto;
  height: auto;
  background-position: right 12px top 19px;
  display: inline-block;
}
body.single.single-post section#linked-items-section .linked-items article img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  margin-right: 10px;
}
@media (max-width: 530px) {
  body.single.single-post section#linked-items-section .linked-items article img {
    width: 110px;
    height: 110px;
  }
}
body.single.single-post section#linked-items-section .linked-items article .h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  transition: 0.2s;
}
@media (max-width: 530px) {
  body.single.single-post section#linked-items-section .linked-items article .h3 {
    font-size: 1rem;
  }
}
.tableau-comparaison {
  margin: 40px auto;
}
@media (max-width: 768px) {
  .tableau-comparaison {
    overflow-y: scroll;
  }
}
.tableau-comparaison table {
  border: 1px solid rgba(44, 36, 32, 0.5);
  width: 100%;
}
@media (max-width: 768px) {
  .tableau-comparaison table {
    width: 700px;
  }
}
.tableau-comparaison table thead tr th {
  background-color: rgba(44, 36, 32, 0.3);
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .tableau-comparaison table thead tr th {
    font-size: 16px;
  }
}
.tableau-comparaison table tbody tr {
  border-bottom: 1px solid rgba(44, 36, 32, 0.5);
}
.tableau-comparaison table tbody tr td {
  padding: 10px;
}
@media (max-width: 768px) {
  .tableau-comparaison table tbody tr td {
    font-size: 14px;
  }
}
.tableau-comparaison table tbody tr td:first-child {
  font-style: italic;
}
.tableau-comparaison table tbody tr td:first-child span {
  display: none;
}
body.author .competences .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
/*--------------------------------------------------------------
Cas client
--------------------------------------------------------------*/
.wrapper_actus article.cas-client .texte {
  overflow: hidden;
  padding: 0;
  margin: 15px 25px;
}
.wrapper_actus article.cas-client .texte > svg {
  width: 14px;
}
.wrapper_actus article.cas-client .texte .title {
  line-height: 1.3;
}
.wrapper_actus article.cas-client .texte .pb-sol {
  display: flex;
  width: 200%;
  overflow: hidden;
  transition: 300ms all;
}
.wrapper_actus article.cas-client .texte .pb-sol p {
  padding: 16px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0;
  height: fit-content;
  width: 200%;
}
.wrapper_actus article.cas-client .texte .pb-sol .besoin {
  background-color: rgba(255, 174, 153, 0.2);
  border: 1px solid #ee5934;
}
.wrapper_actus article.cas-client .texte .pb-sol .solution {
  background-color: rgba(180, 238, 222, 0.2);
  border: 1px solid #21be5d;
}
.wrapper_actus article.cas-client .texte .roi {
  font-weight: bold;
  margin: 16px 0 16px 0;
  display: block;
  font-style: italic;
  font-size: 0.9rem;
}
.wrapper_actus article.cas-client .texte .outils {
  display: flex;
  border-top: 1px solid #ef6c16;
  padding: 16px 0 0 0;
  margin-top: 16px;
  gap: 0px;
  flex-wrap: wrap;
  padding-left: 32px;
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(https://outil-dev.tokiz.fr/wp-content/uploads/2026/03/Icon3.svg);
}
.wrapper_actus article.cas-client .texte .outils span {
  margin: 0;
  font-size: 0.8rem;
}
.wrapper_actus article.cas-client:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #2c2420;
}
.wrapper_actus article.cas-client:hover .texte .pb-sol {
  transform: translateX(-50%);
  transition: 300ms all;
}
.meta-tag {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.meta-tag a {
  background-image: none;
  padding: 5px 13px;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #2c2420;
  border-radius: 30px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.meta-tag a.secteurs {
  background-color: rgba(239, 108, 22, 0.2);
  color: #2c2420;
  border-color: #ef6c16;
}
.meta-tag a.problematique {
  background-color: rgba(244, 51, 3, 0.2);
  color: #2c2420;
  border-color: #f43303;
}
.meta-tag a.services {
  background-color: rgba(26, 108, 241, 0.2);
  color: #2c2420;
  border-color: #1a6cf1;
}
.meta-tag a:hover {
  background-color: transparent;
}
body.single.single-cas-client #header_page #inner_header_page {
  text-align: center;
}
body.single.single-cas-client #header_page #inner_header_page .header_infos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.single.single-cas-client #header_page #inner_header_page .meta-tag {
  margin: 30px auto 20px;
  justify-content: center;
}
body.single.single-cas-client .complexite {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 10px 0;
}
body.single.single-cas-client .complexite svg {
  margin-top: 0px;
  width: 16px;
}
body.single.single-cas-client .complexite span {
  margin-left: 6px;
  font-size: 15px;
}
body.single.single-cas-client .entry-content .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 50px auto 70px;
}
body.single.single-cas-client .entry-content .infos .resume {
  color: #ef6c16;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  max-width: 80%;
  text-align: center;
  height: fit-content;
}
body.single.single-cas-client .entry-content .infos .infos-adi {
  max-width: 500px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(239, 108, 22, 0.4);
  backdrop-filter: blur(6px);
}
body.single.single-cas-client .entry-content .infos .infos-adi > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.single.single-cas-client .entry-content .infos .infos-adi > div span {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #ef6c16;
  font-weight: bold;
}
body.single.single-cas-client .entry-content .pb-sol {
  display: flex;
  gap: 50px;
}
body.single.single-cas-client .entry-content .pb-sol > div {
  flex: 1 1 500px;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  height: fit-content;
}
body.single.single-cas-client .entry-content .pb-sol > div span {
  border-radius: 30px;
  padding: 5px 13px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
}
body.single.single-cas-client .entry-content .pb-sol > div.pb {
  background-color: rgba(255, 174, 153, 0.2);
  border: 1px solid #ee5934;
}
body.single.single-cas-client .entry-content .pb-sol > div.pb span {
  color: #ee5934;
}
body.single.single-cas-client .entry-content .pb-sol > div.sol {
  background-color: rgba(180, 238, 222, 0.2);
  border: 1px solid #21be5d;
}
body.single.single-cas-client .entry-content .pb-sol > div.sol span {
  color: #21be5d;
}
body.single.single-cas-client .entry-content .outils {
  background-color: #2c2420;
  padding: 90px 0;
  margin: 90px 0;
}
body.single.single-cas-client .entry-content .outils .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
body.single.single-cas-client .entry-content .outils .top .btn, body.single.single-cas-client .entry-content .outils .top form input[type="submit"], form body.single.single-cas-client .entry-content .outils .top input[type="submit"], body.single.single-cas-client .entry-content .outils .top .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-cas-client .entry-content .outils .top input[type="submit"] {
  height: fit-content;
  margin-bottom: 16px;
}
body.single.single-cas-client .entry-content .outils .top .title {
  max-width: 600px;
  width: 100%;
}
body.single.single-cas-client .entry-content .outils .top .title span {
  background-color: #2c2420;
}
body.single.single-cas-client .entry-content .outils .top .title h2 {
  color: #ffffff;
}
body.single.single-cas-client .entry-content .outils .outils-grid {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
body.single.single-cas-client .entry-content .outils .outils-grid > .outil {
  width: calc(25% - 23px);
  background-color: #2c2420;
  border-radius: 10px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3), 0 3px 5px -4px rgba(0, 0, 0, 0.3);
  padding: 40px 30px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.2s;
  transition: all 300ms;
  gap: 20px;
}
body.single.single-cas-client .entry-content .outils .outils-grid > .outil.lien:hover {
  transform: translateY(-10px);
  transition: all 300ms;
  box-shadow: 0 3px 5px 2px rgba(255, 107, 0, 0.3), 0 3px 5px -4px rgba(255, 107, 0, 0.3);
}
body.single.single-cas-client .entry-content .outils .outils-grid > .outil span {
  display: inline-block;
  margin: 0 auto;
  width: 67px;
  height: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 12px;
  background-color: rgba(239, 108, 22, 0.3);
}
body.single.single-cas-client .entry-content .outils .outils-grid > .outil .h3 {
  margin: 0px 0 0px 0;
  color: #ffffff;
}
body.single.single-cas-client .entry-content .outils .outils-grid > .outil p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
body.single.single-cas-client .entry-content .resultats {
  display: flex;
  gap: 30px 50px;
  margin: 50px auto;
}
body.single.single-cas-client .entry-content .resultats > img {
  border-radius: 20px;
  flex: 1 1 300px;
  object-fit: cover;
}
body.single.single-cas-client .entry-content .resultats > div {
  flex: 1 1 700px;
  margin: 30px 0 30px;
  box-sizing: border-box;
}
body.single.single-cas-client .entry-content .resultats > div .title {
  max-width: 600px;
}
body.single.single-cas-client .entry-content .resultats > div .title h2 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  margin: 0 0 30px;
}
body.single.single-cas-client .entry-content .resultats > div .resultats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body.single.single-cas-client .entry-content .resultats > div .resultats-grid .resultat {
  flex: 1 1 250px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(239, 108, 22, 0.4);
  backdrop-filter: blur(6px);
  padding: 30px;
}
body.single.single-cas-client .entry-content .resultats > div .resultats-grid .resultat .h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
body.single.single-cas-client .entry-content .resultats > div .resultats-grid .resultat p, body.single.single-cas-client .entry-content .resultats > div .resultats-grid .resultat ul {
  margin-bottom: 0;
}
body.single.single-cas-client .entry-content .resultats > div .resultats-grid .resultat ul {
  list-style: none;
  padding: 0;
}
body.single.single-cas-client .entry-content .resultats > div .resultats-grid .resultat ul li {
  background-image: url(assets/img/check.svg);
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
}
body.single.single-cas-client .entry-content .presta {
  margin: 120px auto;
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
body.single.single-cas-client .entry-content .presta .title {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
body.single.single-cas-client .entry-content .presta .title h2 {
  margin-bottom: 40px;
}
body.single.single-cas-client .entry-content .presta .title .btn, body.single.single-cas-client .entry-content .presta .title form input[type="submit"], form body.single.single-cas-client .entry-content .presta .title input[type="submit"], body.single.single-cas-client .entry-content .presta .title .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-cas-client .entry-content .presta .title input[type="submit"] {
  margin-bottom: 16px;
}
body.single.single-cas-client .entry-content .presta .presta-content .wrapper_actus {
  grid-template-columns: repeat(2, 1fr);
  direction: rtl;
}
body.single.single-cas-client .entry-content .presta .presta-content .wrapper_actus article {
  direction: ltr;
}
body.single.single-cas-client .entry-content .cta {
  position: relative;
}
body.single.single-cas-client .entry-content .cta .wrapper {
  background-color: #2c2420;
  border-radius: 16px;
  color: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  margin: 90px auto;
}
body.single.single-cas-client .entry-content .cta .wrapper .h2 {
  font-size: 2.5rem;
  color: #ffffff;
  max-width: 600px;
}
body.single.single-cas-client .entry-content .cta .wrapper p {
  font-size: 1.1rem;
}
body.single.single-cas-client .entry-content .cta svg {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: auto;
  transform: translateY(-80%);
}
body.single.single-cas-client section#linked-items-section {
  margin-top: 60px;
}
body.single.single-cas-client section#linked-items-section .title {
  max-width: 600px;
}
body.single.single-cas-client section#linked-items-section .title .h2 {
  margin-bottom: 20px;
  display: block;
}
body.single.single-cas-client section#linked-items-section .linked-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.single.single-cas-client section#linked-items-section .linked-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.single.single-cas-client section#linked-items-section .linked-items article {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
body.single.single-cas-client section#linked-items-section .linked-items article:hover .h3 {
  color: #2c2420;
}
body.single.single-cas-client section#linked-items-section .linked-items article:hover .btn, body.single.single-cas-client section#linked-items-section .linked-items article:hover form input[type="submit"], form body.single.single-cas-client section#linked-items-section .linked-items article:hover input[type="submit"], body.single.single-cas-client section#linked-items-section .linked-items article:hover .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-cas-client section#linked-items-section .linked-items article:hover input[type="submit"] {
  background-color: #2c2420;
}
body.single.single-cas-client section#linked-items-section .linked-items article .resume {
  background: transparent;
  color: #2c2420;
  padding: 0;
  border: 0;
  font-size: 14px;
}
body.single.single-cas-client section#linked-items-section .linked-items article .btn, body.single.single-cas-client section#linked-items-section .linked-items article form input[type="submit"], form body.single.single-cas-client section#linked-items-section .linked-items article input[type="submit"], body.single.single-cas-client section#linked-items-section .linked-items article .wpcf7-form input[type="submit"], .wpcf7-form body.single.single-cas-client section#linked-items-section .linked-items article input[type="submit"] {
  font-size: 0.9rem;
  padding: 11px 35px 11px 17px;
  width: auto;
  height: auto;
  background-position: right 12px top 19px;
  display: inline-block;
}
body.single.single-cas-client section#linked-items-section .linked-items article img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  margin-right: 10px;
}
@media (max-width: 530px) {
  body.single.single-cas-client section#linked-items-section .linked-items article img {
    width: 110px;
    height: 110px;
  }
}
body.single.single-cas-client section#linked-items-section .linked-items article .h3 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  transition: 0.2s;
}
@media (max-width: 530px) {
  body.single.single-cas-client section#linked-items-section .linked-items article .h3 {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
Bloc Builder
--------------------------------------------------------------*/
#content_repeater .formulaire .container h2, #content_repeater .formulaire .container h3 {
  margin: 0;
}
#content_repeater .line_titre .centre {
  text-align: center;
}
#content_repeater .line_width_wrapper {
  width: 1365px;
  max-width: 90%;
  margin: 70px auto;
}
#content_repeater .line_width_wrapper.medium {
  width: 1080px;
}
#content_repeater .line_bg_color, #content_repeater .line_bg_image {
  padding: 60px;
}
#content_repeater .realisation_line h2 {
  text-align: center;
}
#content_repeater .realisation_line h2:after {
  margin: 14px auto;
}
#content_repeater .line_bg_image {
  position: relative;
  background-size: cover;
  background-position: center center;
}
#content_repeater .line_bg_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c2420;
  z-index: 1;
}
#content_repeater .line_text_light * {
  color: #ffffff;
}
#content_repeater .line_width_full {
  padding: 70px 0;
}
#content_repeater .line_width_full.medium .container {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}
#content_repeater .line_width_full .container {
  width: 1365px;
  max-width: 90%;
  margin: 0 auto;
}
#content_repeater .line_image .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#content_repeater .line_image .container .img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#content_repeater .line_image .container .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(assets/img/petit-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  width: 120px;
  height: 120px;
  transition: 0.2s;
}
#content_repeater .line_image .container .text {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content_repeater .line_image .container .text > h2 {
  margin-top: 0;
}
#content_repeater .line_image .container .text .btn, #content_repeater .line_image .container .text form input[type="submit"], form #content_repeater .line_image .container .text input[type="submit"], #content_repeater .line_image .container .text .wpcf7-form input[type="submit"], .wpcf7-form #content_repeater .line_image .container .text input[type="submit"] {
  margin-top: 10px;
}
#content_repeater .line_image .container.line_align_reverse {
  flex-flow: row-reverse nowrap;
}
#content_repeater .line_image .container.line_align_reverse .text {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  #content_repeater .line_image .container {
    flex-flow: column;
  }
  #content_repeater .line_image .container .img {
    width: 100% !important;
    height: 80vw;
  }
  #content_repeater .line_image .container .text {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #content_repeater .line_image .container.line_align_reverse {
    flex-flow: column-reverse;
  }
  #content_repeater .line_image .container.line_align_reverse .text {
    padding: 40px 0 0 0;
  }
}
#content_repeater .line_colonnes .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#content_repeater .line_colonnes .container > div {
  padding: 20px;
  border: 1px solid rgba(44, 36, 32, 0.2);
  box-sizing: border-box;
}
#content_repeater .line_colonnes .container > div h3 {
  text-transform: initial;
  margin: 0;
}
#content_repeater .line_colonnes .container.line_colonnes_2 > div {
  width: 48%;
}
#content_repeater .line_colonnes .container.line_colonnes_3 > div {
  width: 31%;
}
#content_repeater .line_colonnes .container.line_colonnes_4 > div {
  width: 24%;
}
@media (max-width: 1024px) {
  #content_repeater .line_colonnes .container {
    flex-flow: row wrap;
  }
  #content_repeater .line_colonnes .container > div {
    margin-bottom: 30px;
  }
  #content_repeater .line_colonnes .container.line_colonnes_2 > div {
    width: 100%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_3 > div {
    width: 48%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_3 > div:last-child {
    width: 100%;
  }
  #content_repeater .line_colonnes .container.line_colonnes_4 > div {
    width: 48%;
  }
}
@media (max-width: 530px) {
  #content_repeater .line_colonnes .container > div {
    width: 100% !important;
  }
}
#content_repeater .line_galerie .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
}
#content_repeater .line_galerie .container li {
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1366px) {
  #content_repeater .line_galerie .container li {
    margin-bottom: 1vw !important;
  }
}
#content_repeater .line_galerie .container li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li a:after {
  content: "+";
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  font-weight: 400;
  font-size: 2rem;
  transition: 0.2s;
}
#content_repeater .line_galerie .container li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 35%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.2s;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  #content_repeater .line_galerie .container li span {
    padding: 1vw;
  }
}
#content_repeater .line_galerie .container li:hover a {
  background-color: #2c2420;
}
#content_repeater .line_galerie .container li:hover a:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
#content_repeater .line_galerie .container li:hover span {
  opacity: 1;
}
#content_repeater .line_galerie .container.line_gal_lightbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#content_repeater .line_galerie .container.line_gal_lightbox li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
  margin: 0;
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_lightbox li {
    height: 250px;
  }
}
#content_repeater .line_galerie .container.line_gal_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#content_repeater .line_galerie .container.line_gal_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#content_repeater .line_galerie .container.line_gal_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  #content_repeater .line_galerie .container.line_gal_6, #content_repeater .line_galerie .container.line_gal_7, #content_repeater .line_galerie .container.line_gal_8, #content_repeater .line_galerie .container.line_gal_9, #content_repeater .line_galerie .container.line_gal_10 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content_repeater .line_faq .container .faq {
  position: relative;
}
#content_repeater .line_faq .container .faq:after, #content_repeater .line_faq .container .faq:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2c2420;
  opacity: 0.4;
  transition: 0.2s;
}
#content_repeater .line_faq .container .faq:first-child:before {
  bottom: auto;
  top: 0;
}
#content_repeater .line_faq .container .faq:hover:after, #content_repeater .line_faq .container .faq.active:after {
  opacity: 1;
}
#content_repeater .line_faq .container .faq .question {
  padding: 23px 60px 23px 0;
  position: relative;
  cursor: pointer;
}
#content_repeater .line_faq .container .faq .question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.7rem;
}
#content_repeater .line_faq .container .faq .question > * {
  margin: 0;
  text-transform: initial;
  font-size: 1rem;
}
#content_repeater .line_faq .container .faq.active .question:after {
  content: "-";
}
#content_repeater .line_faq .container .faq .reponse {
  display: none;
  padding: 0 60px 10px 0;
}
@media (max-width: 530px) {
  #content_repeater .line_faq .container .faq .reponse {
    padding: 0 0 10px 0;
  }
}
#content_repeater .line_pictos .container {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
#content_repeater .line_pictos .container li {
  display: block;
  background-color: #2c2420;
  border-radius: 16px;
  padding: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin: 5px;
  width: 16%;
}
@media (max-width: 1024px) {
  #content_repeater .line_pictos .container li {
    width: 43%;
  }
}
@media (max-width: 530px) {
  #content_repeater .line_pictos .container li {
    width: 37%;
    padding: 15px;
  }
}
#content_repeater .line_pictos .container li .h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
#content_repeater .line_pictos .container li h3 {
  color: #ffffff;
}
#content_repeater .line_pictos .container li span {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center center;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 0, 0.3);
  background: rgba(255, 107, 0, 0.2);
}
#content_repeater .line_pictos .container li p {
  font-size: 1rem;
}
#content_repeater .line_pictos .container.line_align_centre li {
  text-align: center;
}
#content_repeater .line_pictos .container.line_align_centre li span {
  margin: 0 auto;
}
#content_repeater .line_pictos .container.line_align_droite li {
  text-align: right;
}
#content_repeater .line_pictos .container.line_align_droite li span {
  margin: 0 0 0 auto;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#pre_footer {
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto -52px;
  padding: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #2c2420;
  box-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
#pre_footer .left {
  width: 45%;
  color: #ffffff;
}
#pre_footer .left .picto {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 0, 0.3);
  background: rgba(255, 107, 0, 0.2);
  width: 51px;
  height: 48px;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(assets/img/message.svg);
  background-size: 25px;
}
#pre_footer .left h2 {
  font-size: 1.7rem;
  color: #ffffff;
  margin-top: 0;
}
#pre_footer .left p {
  color: #9ca3af;
}
#pre_footer .right {
  width: 38%;
}
#pre_footer .right .desa {
  color: #6b7280;
  text-align: center;
  font-size: 0.7rem;
}
#colophon {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid rgba(44, 36, 32, 0.05);
  background: #fff;
  padding: 120px 100px 40px 100px;
  box-sizing: border-box;
}
#colophon .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#colophon .top .left {
  width: 25%;
}
#colophon .top .left #logo_footer img {
  width: 220px;
}
#colophon .top .left p {
  font-size: 0.8rem;
  color: #4a403a;
}
#colophon .top .left ul.rs {
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
#colophon .top .left ul.rs li {
  list-style: none;
}
#colophon .top .left ul.rs li a {
  background-color: #ef6c16;
  border-radius: 10px;
  height: 38px;
  width: 38px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: 0.2s;
}
#colophon .top .left ul.rs li a:hover {
  background-color: #2c2420;
}
#colophon .top .left ul.rs li.in a {
  background-image: url(assets/img/linkedin.svg);
  background-size: 20px;
}
#colophon .top .left ul.rs li.x a {
  background-image: url(assets/img/twitter.svg);
}
#colophon .top #footer-menus {
  width: 60%;
}
#colophon .top #footer-menus #footer-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
#colophon .top #footer-menus #footer-menu li {
  list-style: none;
  width: 33%;
}
#colophon .top #footer-menus #footer-menu li .sub-menu {
  padding: 0;
  margin: 0;
}
#colophon .top #footer-menus #footer-menu li .sub-menu li {
  width: 100%;
}
#colophon .top #footer-menus #footer-menu li .sub-menu li a {
  color: #4a403a;
  display: inline-block;
  margin: 7px 0;
  font-size: 0.8rem;
  padding-left: 0;
  position: relative;
}
#colophon .top #footer-menus #footer-menu li .sub-menu li a:hover {
  padding-left: 15px;
  font-weight: 700;
}
#colophon .top #footer-menus #footer-menu li .sub-menu li a:hover:after {
  opacity: 1;
}
#colophon .top #footer-menus #footer-menu li .sub-menu li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ef6c16;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0;
  transition: 0.2s;
  border-radius: 30px;
}
#colophon .top #footer-menus #footer-menu > li > a {
  color: #2c2420;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 20px;
  display: inline-block;
}
#colophon .bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(44, 36, 32, 0.2);
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#colophon .bottom p {
  font-size: 0.7rem;
  color: rgba(44, 36, 32, 0.5);
}
#colophon .bottom p.sys {
  border-radius: 30px;
  border: 1px solid rgba(44, 36, 32, 0.05);
  background-color: #f5f1e9;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 0.7rem;
  color: rgba(44, 36, 32, 0.7);
  font-weight: 700;
  padding: 4px 12px;
}
#colophon .bottom p.sys:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  margin-right: 10px;
}
