/*
Theme Name: Starter Template
Theme URI: https://underscores.me/
Author: AntheDesign
Author URI: https://www.anthedesign.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: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: optional;
  src: url("assets/fonts/Playfair.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: optional;
  src: url("assets/fonts/Mulish.woff2") format("woff2");
}
/* VARIABLES */
html, body, #masthead .wrapper #site-navigation #primary-menu, #masthead .wrapper #site-navigation #primary-menu > li > .sub-menu, #masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li .sub-menu, #responsive-menu #responsive-menu-inner #mobile-menu, #responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu, #responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li > .sub-menu, section.chiffres ul, #comments .comment-list, #comments .comment-list li .children, #colophon #footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
/* GLOBAL */
html {
  font-family: "Mulish", "Arial", sans-serif;
  color: #333333;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #1F8B5D;
  transition: 0.2s;
}
h1, .h1 {
  font-family: "Playfair Display", "Garamond", sans-serif;
  font-size: 64px;
  line-height: 85px;
  letter-spacing: 0.75%;
  font-weight: 700;
  color: #1E275E;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 66px;
  }
}
h1 strong, .h1 strong {
  font-weight: 900;
}
h2, .h2 {
  font-family: "Playfair Display", "Garamond", sans-serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: normal;
  font-weight: 700;
  color: #1E275E;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2 strong, .h2 strong {
  font-weight: 900;
}
h3, .h3 {
  font-family: "Playfair Display", "Garamond", sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: normal;
  font-weight: 700;
  color: #1E275E;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
h3 strong, .h3 strong {
  font-weight: 900;
}
h4, .h4, #respond h3 {
  font-family: "Playfair Display", "Garamond", sans-serif;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 700;
  color: #1E275E;
}
h4 strong, .h4 strong, #respond h3 strong {
  font-weight: 900;
}
h5, .h5 {
  font-family: "Playfair Display", "Garamond", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 700;
  color: #1E275E;
}
h5 strong, .h5 strong {
  font-weight: 900;
}
p, li {
  font-size: 16px;
  line-height: 25px;
  margin: 28px 0;
}
@media (max-width: 768px) {
  p, li {
    margin: 24px 0;
  }
}
p.large, li.large {
  font-size: 18px;
}
p.intro, li.intro {
  font-size: 20px;
  margin: 35px 0;
}
p.subtitle, li.subtitle {
  line-height: 22px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #1F8B5D;
  margin-bottom: 15px;
  font-weight: 800;
  color: #1E275E;
}
p.subtitle.sky, li.subtitle.sky {
  border-color: #1BBBD3;
}
p.subtitle.gy, li.subtitle.gy {
  border-color: #A3CF5F;
}
p.subtitle + *, li.subtitle + * {
  margin-top: 0;
}
.editeur a:hover {
  opacity: 0.7;
}
.editeur ul {
  margin: 28px 0;
  padding: 0 0 0 52px;
  list-style: none;
}
@media (max-width: 768px) {
  .editeur ul {
    margin: 24px 0;
  }
}
.editeur ul li {
  position: relative;
}
.editeur ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -52px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #1F8B5D;
  background-image: url("assets/img/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.editeur hr {
  margin: 3.5em 0;
  border: 1px solid #DDE1E6;
}
.editeur ol {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
@media (max-width: 768px) {
  .editeur ol {
    margin: 24px 0;
  }
}
.editeur ol li {
  counter-increment: ol-counter;
}
.editeur ol li:before {
  content: counter(ol-counter) ". ";
  color: #1F8B5D;
  font-weight: 700;
}
.editeur iframe {
  max-width: 100%;
  border-radius: 20px;
}
.editeur img {
  border-radius: 50px;
}
.editeur img.no_effect {
  border-radius: 0;
}
.editeur table {
  border: 1px solid #DDE1E6;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border-collapse: separate;
}
.editeur table td, .editeur table th {
  padding: 10px 12px;
  text-align: left;
}
.editeur table th {
  font-weight: 700;
  color: #1E275E;
}
.editeur table tr:nth-child(odd) {
  background-color: #F7F9FC;
}
blockquote {
  margin: 2em 0;
  padding: 28px 36px;
  background-color: #F9FEFF;
  position: relative;
}
@media (max-width: 768px) {
  blockquote {
    padding: 28px 24px;
  }
}
blockquote:after {
  content: "";
  display: block;
  width: 89px;
  height: 120px;
  background-image: url("assets/img/grid-green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: -30px;
  z-index: -1;
}
@media (max-width: 768px) {
  blockquote:after {
    right: -12px;
  }
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* WORDPRESS */
.gallery {
  display: flex;
  flex-flow: row wrap;
}
.gallery figure {
  margin: 5px;
}
.gallery a {
  display: block;
}
.gallery.gallery-size-large .gallery-item {
  width: calc(100% / 3 - 10px);
}
@media (max-width: 1024px) {
  .gallery.gallery-size-large .gallery-item {
    width: calc(100% / 2 - 10px);
  }
}
@media (max-width: 530px) {
  .gallery.gallery-size-large .gallery-item {
    width: calc(100% - 10px);
  }
}
.alignnone, .alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
  margin: 2em 2em 2em 0;
}
.alignleft {
  float: left;
}
.alignnone, .aligncenter {
  display: block;
}
.aligncenter {
  margin: 2em auto 2em auto;
}
.alignright, .wp-caption.alignright {
  margin: 2em 0 2em 2em;
}
.alignright {
  float: right;
}
.wp-caption img, .gallery-item img {
  border-radius: 15px;
}
.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: 1140px;
  max-width: 92%;
  margin: 0 auto;
}
.wrapper.small {
  width: 946px;
}
.wrapper.xsmall {
  width: 800px;
}
.wrapper.large {
  width: 1364px;
}
.wrapper .wrapper {
  max-width: 100%;
}
.btn, #comments .submit {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #ffffff;
  background-color: #1E275E;
  border-radius: 50px;
}
.btn.small, #comments .submit.small {
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn.border, .btn.submit, #comments .submit.border, #comments .submit.submit {
  color: #1E275E;
  border: 2px solid #1E275E;
  padding: 10px 28px;
  background-color: transparent !important;
}
.btn.border.small, .btn.border.submit, .btn.submit.small, .btn.submit.submit, #comments .submit.border.small, #comments .submit.border.submit, #comments .submit.submit.small, #comments .submit.submit.submit {
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn.border:hover, .btn.submit:hover, #comments .submit.border:hover, #comments .submit.submit:hover {
  background-color: #1E275E !important;
  color: #ffffff;
}
.btn.picto, #comments .submit.picto {
  padding-left: 46px;
  padding-right: 16px;
  position: relative;
}
.btn.picto span, #comments .submit.picto span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 16px;
  top: calc(50% - 9px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
.btn.picto span.tel, #comments .submit.picto span.tel {
  background-image: url("assets/img/tel.svg");
}
.btn.picto:hover span, #comments .submit.picto:hover span {
  filter: brightness(0) invert(1);
}
.btn.picto.border, #comments .submit.picto.border {
  padding: 5px 14px 5px 44px;
}
.btn.picto.border span, #comments .submit.picto.border span {
  left: 14px;
}
.btn.green, #comments .submit.green {
  background-color: #1F8B5D;
}
.btn.green.border, #comments .submit.green.border {
  color: #1F8B5D;
  border-color: #1F8B5D;
}
.btn.green.border:hover, #comments .submit.green.border:hover {
  background-color: #1F8B5D !important;
  color: #ffffff;
}
.btn.sky, #comments .submit.sky {
  background-color: #1BBBD3;
}
.btn.sky.border, #comments .submit.sky.border {
  color: #1BBBD3;
  border-color: #1BBBD3;
}
.btn.sky.border:hover, #comments .submit.sky.border:hover {
  background-color: #1BBBD3 !important;
  color: #ffffff;
}
.btn.gy, #comments .submit.gy {
  background-color: #A3CF5F;
}
.btn.gy.border, #comments .submit.gy.border {
  color: #A3CF5F;
  border-color: #A3CF5F;
}
.btn.gy.border:hover, #comments .submit.gy.border:hover {
  background-color: #A3CF5F !important;
  color: #ffffff;
}
.btn.white, #comments .submit.white {
  color: #1E275E;
  background-color: #ffffff;
}
.btn.white.picto span, #comments .submit.white.picto span {
  filter: brightness(0) invert(1);
}
.btn.white.picto:hover span, #comments .submit.white.picto:hover span {
  filter: none;
}
.btn.white.border, #comments .submit.white.border {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.white.border:hover, #comments .submit.white.border:hover {
  background-color: #ffffff !important;
  color: #1E275E;
}
.btn:hover, #comments .submit:hover {
  opacity: 0.7;
}
.btn:hover.border, #comments .submit:hover.border {
  opacity: 1;
}
.btn + .btn, #comments .submit + .btn {
  margin-left: 26px;
}
/* FORM */
textarea, input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), select {
  background-color: #ffffff;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 22px;
  border: none;
}
#comments textarea, #comments input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), #comments select {
  border: 1px solid #DDE1E6;
}
.wpcf7 {
  position: relative;
}
.wpcf7 form > p {
  margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-not-valid, .wpcf7 .wpcf7-form-control-wrap select.wpcf7-not-valid {
  border-color: #dc3232;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 8px;
  transition: 0.2s;
  font-size: 12px;
}
.wpcf7 .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
  bottom: 8px;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-acceptance * {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance input {
  vertical-align: middle;
  margin-right: 4px;
}
.wpcf7 input[type="submit"] {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.wpcf7 .wpcf7-spinner {
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  border-radius: 4px;
  margin: 0;
  width: auto;
  height: auto;
}
.wpcf7 .wpcf7-spinner:before {
  animation-duration: 1500ms;
  width: 12px;
  height: 12px;
  transform-origin: center center;
  top: 50%;
  animation: 1s ease-in-out infinite alternate slidein;
}
@keyframes slidein {
  from {
    left: 30%;
  }
  to {
    left: 70%;
  }
}
.wpcf7 .wpcf7-response-output {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  border: none !important;
  margin: 0 !important;
  padding: 13px 16px !important;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  border-radius: 3px;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #1BBBD3;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #1F8B5D;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
}
/* YOAST */
#breadcrumbs {
  margin: 34px 0;
  color: #666666;
}
@media (max-width: 768px) {
  #breadcrumbs {
    margin: 28px 0;
  }
}
#breadcrumbs a {
  color: #1E275E;
}
/* TARTE AU CITRON */
#tarteaucitronRoot div#tarteaucitronAlertBig {
  padding: 72px 20px 20px !important;
  background-color: #1E275E;
  bottom: 14px !important;
  left: 14px !important;
  top: initial !important;
  transform: initial !important;
  max-width: calc(100% - 28px) !important;
  width: 380px !important;
  box-sizing: border-box;
  text-align: left;
  border-radius: 10px !important;
}
#tarteaucitronRoot div#tarteaucitronAlertBig:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 18px;
  width: 40px;
  height: 40px;
  background-image: url("assets/img/cookies.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#tarteaucitronRoot div#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  font-size: 15px !important;
  text-align: left !important;
  font-family: "Mulish", "Arial", sans-serif !important;
  line-height: 1.2em;
  padding: 0 !important;
  margin: 0 0 1em !important;
  overflow: initial !important;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button {
  display: inline-block !important;
  font-size: 13px !important;
  padding: 4px 6px !important;
  text-decoration: none;
  margin: 0 7px 5px 0 !important;
  transition: 0.3s;
  font-family: "Mulish", "Arial", sans-serif !important;
  border-radius: 3px !important;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
  padding: 0 !important;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronAllow {
  background-color: #1F8B5D;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronDeny {
  background-color: #dc3232;
}
#tarteaucitronRoot div#tarteaucitronAlertBig button:hover {
  opacity: 0.6;
}
#tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross {
  top: 20px !important;
  right: 20px !important;
  border: 0;
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  content: none !important;
}
/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#masthead {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-clip: content-box;
  border-bottom: 64px solid #1E275E;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #masthead {
    border-bottom: none;
  }
}
#masthead.hide:not(.forceShow) {
  top: -87px;
}
@media (max-width: 768px) {
  #masthead.hide:not(.forceShow) {
    top: -83px;
  }
}
#masthead.scrollPlus {
  border-bottom: 64px solid #1E275E !important;
}
@media (max-width: 768px) {
  #masthead.scrollPlus {
    border-bottom: none !important;
  }
}
#masthead .wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 17px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #masthead .wrapper {
    padding: 26px 0 23px;
  }
}
#masthead .wrapper .custom-logo-link {
  display: block;
}
#masthead .wrapper .custom-logo-link img {
  display: block;
  width: auto;
  max-height: 48px;
}
@media (max-width: 768px) {
  #masthead .wrapper .custom-logo-link img {
    max-height: 34px;
  }
}
@media (max-width: 768px) {
  #masthead .wrapper .actions {
    display: none;
  }
}
#masthead .wrapper #site-navigation {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: calc(100% + 17px);
}
@media (max-width: 768px) {
  #masthead .wrapper #site-navigation {
    display: none;
  }
}
#masthead .wrapper #site-navigation #primary-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
}
#masthead .wrapper #site-navigation #primary-menu > li {
  margin: 0;
  padding-bottom: 9px;
}
#masthead .wrapper #site-navigation #primary-menu > li > a {
  display: block;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  padding: 2px 0;
  position: relative;
  transition: 0.2s;
}
#masthead .wrapper #site-navigation #primary-menu > li:not(.current-menu-ancestor, .current-menu-item, :hover) > a {
  border-bottom-color: transparent !important;
}
#masthead .wrapper #site-navigation #primary-menu > li:not(.blue, .gy, .sky, .green) > a {
  border-color: #ffffff;
}
#masthead .wrapper #site-navigation #primary-menu > li:not(.blue, .gy, .sky, .green) .sub-menu li a, #masthead .wrapper #site-navigation #primary-menu > li:not(.blue, .gy, .sky, .green) .sub-menu li a:hover {
  color: #1E275E !important;
}
#masthead .wrapper #site-navigation #primary-menu > li:not(.blue, .gy, .sky, .green) .sub-menu li.current-menu-item > a {
  color: #1E275E !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.blue > a {
  border-color: #1E275E;
}
#masthead .wrapper #site-navigation #primary-menu > li.blue .sub-menu li a, #masthead .wrapper #site-navigation #primary-menu > li.blue .sub-menu li a:hover {
  color: #1E275E !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.blue .sub-menu li.current-menu-item > a {
  color: #1E275E !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.green > a {
  border-color: #1F8B5D;
}
#masthead .wrapper #site-navigation #primary-menu > li.green .sub-menu li a, #masthead .wrapper #site-navigation #primary-menu > li.green .sub-menu li a:hover {
  color: #1F8B5D !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.green .sub-menu li.current-menu-item > a {
  color: #1F8B5D !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.sky > a {
  border-color: #1BBBD3;
}
#masthead .wrapper #site-navigation #primary-menu > li.sky .sub-menu li a, #masthead .wrapper #site-navigation #primary-menu > li.sky .sub-menu li a:hover {
  color: #1BBBD3 !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.sky .sub-menu li.current-menu-item > a {
  color: #1BBBD3 !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.gy > a {
  border-color: #A3CF5F;
}
#masthead .wrapper #site-navigation #primary-menu > li.gy .sub-menu li a, #masthead .wrapper #site-navigation #primary-menu > li.gy .sub-menu li a:hover {
  color: #A3CF5F !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.gy .sub-menu li.current-menu-item > a {
  color: #A3CF5F !important;
}
#masthead .wrapper #site-navigation #primary-menu > li.menu-item-has-children > a:after {
  content: "";
  width: 11px;
  height: 7px;
  display: inline-block;
  background-image: url("assets/img/down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}
#masthead .wrapper #site-navigation #primary-menu > li.menu-item-has-children:hover > a:before {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url("assets/img/down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(180deg);
  top: calc(100% + 4px);
  left: calc(50% - 8px);
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -4px;
  right: -4px;
  padding: 25px 26px 28px;
  background-color: #ffffff;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 3px;
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li {
  margin: 0;
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1E275E;
  display: block;
  transition: 0.2s;
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li .sub-menu li {
  margin: 5px 0;
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #333333 !important;
  display: block;
}
#masthead .wrapper #site-navigation #primary-menu > li > .sub-menu > li .sub-menu li .sub-menu {
  display: none !important;
}
#masthead .wrapper #site-navigation #primary-menu > li:hover > .sub-menu {
  display: flex;
}
.header-spacer {
  height: 87px;
}
@media (max-width: 768px) {
  .header-spacer {
    height: 83px;
  }
}
#reponsive-menu-trigger-container {
  flex-flow: row-reverse;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  #reponsive-menu-trigger-container {
    display: flex;
  }
}
#reponsive-menu-trigger-container #responsive-menu-trigger {
  height: 17px;
  width: 26px;
  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;
  border-radius: 2px;
  background-color: #1E275E;
  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);
}
#responsive-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
  transition: 0.2s;
  z-index: 900;
  max-height: calc(100vh - 100px);
  box-shadow: 5px 5px 40px 0 rgba(51, 51, 51, 0.8);
  border-radius: 0 0 5px 5px;
  overflow: auto;
}
#responsive-menu #responsive-menu-inner {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 100px 20px 40px;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  transition: 0.2s;
  transform: rotate(-90deg);
  background-size: contain;
  background-image: url("assets/img/down2.svg");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li {
  position: relative;
  margin: 0 0 10px;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > a {
  color: #1E275E;
  display: block;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 10;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.blue > a {
  color: #1E275E;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.blue .sub-menu li a, #responsive-menu #responsive-menu-inner #mobile-menu > li.blue .sub-menu li a:hover {
  color: #1E275E !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.blue .sub-menu li.current-menu-item > a {
  color: #1E275E !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.green > a {
  color: #1F8B5D;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.green .sub-menu li a, #responsive-menu #responsive-menu-inner #mobile-menu > li.green .sub-menu li a:hover {
  color: #1F8B5D !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.green .sub-menu li.current-menu-item > a {
  color: #1F8B5D !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.sky > a {
  color: #1BBBD3;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.sky .sub-menu li a, #responsive-menu #responsive-menu-inner #mobile-menu > li.sky .sub-menu li a:hover {
  color: #1BBBD3 !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.sky .sub-menu li.current-menu-item > a {
  color: #1BBBD3 !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.gy > a {
  color: #A3CF5F;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.gy .sub-menu li a, #responsive-menu #responsive-menu-inner #mobile-menu > li.gy .sub-menu li a:hover {
  color: #A3CF5F !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li.gy .sub-menu li.current-menu-item > a {
  color: #A3CF5F !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu {
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li {
  margin: 0 0 10px;
  position: relative;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  color: #1E275E;
  display: block;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li > .sub-menu {
  display: none;
  padding: 10px 0;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li > .sub-menu > li {
  margin: 0;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li > .sub-menu > li a {
  font-size: 13px;
  line-height: 25px;
  color: #1E275E !important;
  display: block;
  padding-left: 18px;
}
#responsive-menu #responsive-menu-inner #mobile-menu > li > .sub-menu > li > .sub-menu > li .sub-menu {
  display: none !important;
}
#responsive-menu #responsive-menu-inner #mobile-menu .menu-item-has-children.active:after {
  transform: rotate(0deg);
}
#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-ancestor > a, #responsive-menu #responsive-menu-inner #mobile-menu .current-menu-item > a {
  opacity: 0.7;
}
#responsive-menu #responsive-menu-inner .actions a {
  margin-top: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  text-align: center;
}
body.admin-bar #masthead, body.admin-bar #responsive-menu {
  top: var(--wp-admin--admin-bar--height);
}
body.admin-bar #masthead.hide, body.admin-bar #responsive-menu.hide {
  top: calc(var(--wp-admin--admin-bar--height) - 90px);
}
/*--------------------------------------------------------------
BLOCS
--------------------------------------------------------------*/
section.banner, .entry-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding: 100px 0 100px;
  box-sizing: border-box;
  border-radius: 0 0 0 250px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.banner, .entry-header {
    border-radius: 0 0 0 100px;
    min-height: 600px;
  }
}
section.banner:after, .entry-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(30, 39, 94, 0.5);
  z-index: 1;
}
section.banner .wrapper, .entry-header .wrapper {
  position: relative;
  z-index: 2;
}
section.banner .wrapper *, .entry-header .wrapper * {
  color: #ffffff;
}
section.banner .wrapper h1, .entry-header .wrapper h1 {
  margin-bottom: 35px;
}
section.banner .wrapper > :first-child, .entry-header .wrapper > :first-child {
  margin-top: 0;
}
section.banner .wrapper > :last-child, .entry-header .wrapper > :last-child {
  margin-bottom: 0;
}
section.chiffres {
  margin: 30px auto;
}
section.chiffres ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 1024px) {
  section.chiffres ul {
    flex-flow: row wrap;
  }
}
section.chiffres ul li {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  section.chiffres ul li {
    flex-basis: unset;
    flex-grow: unset;
    width: calc((100% - (15px * 2)) / 3);
  }
}
@media (max-width: 768px) {
  section.chiffres ul li {
    margin: 8px auto;
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 530px) {
  section.chiffres ul li {
    width: 100%;
  }
}
section.chiffres ul li span {
  display: block;
}
section.chiffres ul li span.title {
  font-size: 50px;
  line-height: 66px;
  font-family: "Playfair Display", "Garamond", sans-serif;
  color: #1E275E;
  font-weight: 700;
}
section.chiffres ul li span.title i {
  font-family: "Mulish", "Arial", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
section.cols {
  margin: 40px auto;
  padding: 50px 0;
  background-image: url("assets/img/bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px 67px;
}
@media (max-width: 768px) {
  section.cols {
    flex-flow: column;
  }
}
section.cols .col {
  flex-grow: 1;
  flex-basis: 0;
}
section.cols.center {
  align-items: center;
}
section.editeur {
  margin: 80px auto;
}
@media (max-width: 768px) {
  section.editeur {
    margin: 48px auto;
  }
}
section.texte_image, section.mosaic, section.bloc_produit .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 46px 88px;
  margin: 80px auto;
  position: relative;
}
@media (max-width: 768px) {
  section.texte_image, section.mosaic, section.bloc_produit .wrapper {
    flex-flow: column-reverse !important;
    margin: 60px auto;
  }
}
section.texte_image:after, section.mosaic:after, section.bloc_produit .wrapper:after {
  content: "";
  display: block;
  width: 178px;
  height: 241px;
  background-image: url("assets/img/grid-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -66px;
  right: -70px;
  z-index: -1;
}
@media (max-width: 768px) {
  section.texte_image:after, section.mosaic:after, section.bloc_produit .wrapper:after {
    display: none;
  }
}
section.texte_image.left, section.mosaic.left, section.bloc_produit .wrapper.left {
  flex-flow: row-reverse wrap;
}
section.texte_image.left:after, section.mosaic.left:after, section.bloc_produit .wrapper.left:after {
  left: -70px;
  right: auto;
}
section.texte_image.vert:after, section.mosaic.vert:after, section.bloc_produit .wrapper.vert:after {
  background-image: url("assets/img/grid-green.svg");
}
section.texte_image .img, section.mosaic .img, section.bloc_produit .wrapper .img {
  width: calc(50% - 44px);
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
}
@media (max-width: 768px) {
  section.texte_image .img, section.mosaic .img, section.bloc_produit .wrapper .img {
    width: 100%;
    aspect-ratio: 1.4;
  }
}
@media (max-width: 530px) {
  section.texte_image .img, section.mosaic .img, section.bloc_produit .wrapper .img {
    aspect-ratio: 1;
  }
}
section.texte_image .editeur, section.mosaic .editeur, section.bloc_produit .wrapper .editeur {
  width: calc(50% - 44px);
  padding: 118px 0;
}
@media (max-width: 768px) {
  section.texte_image .editeur, section.mosaic .editeur, section.bloc_produit .wrapper .editeur {
    width: 100%;
    padding: 0;
  }
}
section.texte_image .editeur > :first-child, section.mosaic .editeur > :first-child, section.bloc_produit .wrapper .editeur > :first-child {
  margin-top: 0;
}
section.texte_image .editeur > :last-child, section.mosaic .editeur > :last-child, section.bloc_produit .wrapper .editeur > :last-child {
  margin-bottom: 0;
}
section.bloc_produit {
  background-color: #F9FEFF;
  padding: 127px 0 77px;
  margin: 80px auto;
  border-radius: 250px 0 0 0;
}
@media (max-width: 768px) {
  section.bloc_produit {
    border-radius: 100px 0 0 0;
    padding: 68px 0 48px;
    margin: 48px auto;
  }
}
section.bloc_produit .wrapper {
  margin: 0 auto;
  gap: 46px 92px;
}
section.bloc_produit .wrapper:after {
  z-index: 0;
}
section.bloc_produit .wrapper .img {
  width: calc(36.3% - 46px);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  section.bloc_produit .wrapper .img {
    width: 100%;
  }
}
section.bloc_produit .wrapper .editeur {
  width: calc(63.3% - 46px);
  padding: 44px 0;
}
@media (max-width: 768px) {
  section.bloc_produit .wrapper .editeur {
    width: 100%;
    padding: 0;
  }
}
section.bloc_produit .wrapper.full_width {
  display: block;
  margin-top: 57px;
}
section.bloc_produit .wrapper.full_width:after {
  display: none;
}
section.bloc_produit .wrapper.full_width .editeur {
  width: 100%;
  padding: 0;
}
section.mosaic {
  gap: 46px 74px;
}
section.mosaic:after {
  display: none;
}
section.mosaic .imgs {
  width: calc(65.3% - 37px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 28px;
}
@media (max-width: 768px) {
  section.mosaic .imgs {
    width: 100%;
  }
}
@media (max-width: 530px) {
  section.mosaic .imgs {
    gap: 16px;
  }
}
section.mosaic .imgs .col {
  flex-basis: 0;
  flex-grow: 3;
}
section.mosaic .imgs .col:first-child {
  padding: 45px 0 72px;
}
section.mosaic .imgs .col:last-child {
  flex-grow: 2;
  padding: 63px 0 150px;
}
section.mosaic .imgs .col .img {
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
section.mosaic .imgs .col:nth-child(2n) .img:first-child {
  height: calc(37.25% - 14px);
  margin-bottom: 28px;
}
@media (max-width: 530px) {
  section.mosaic .imgs .col:nth-child(2n) .img:first-child {
    margin-bottom: 16px;
  }
}
section.mosaic .imgs .col:nth-child(2n) .img:last-child {
  height: calc(62.75% - 14px);
}
section.mosaic .editeur {
  width: calc(34.7% - 37px);
  padding: 70px 0;
}
@media (max-width: 768px) {
  section.mosaic .editeur {
    width: 100%;
    padding: 0;
  }
}
section.actualites {
  margin-top: 142px;
  padding: 86px 0 96px;
  background-color: #F9FEFF;
  border-radius: 0 250px 0 0;
}
@media (max-width: 768px) {
  section.actualites {
    border-radius: 0 100px 0 0;
    margin-top: 88px;
    padding: 60px 0;
  }
}
section.actualites .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 530px) {
  section.actualites .title {
    flex-flow: column;
    align-items: flex-start;
  }
}
section.actualites .title h2 {
  margin: 0;
}
@media (max-width: 530px) {
  section.actualites .title h2 {
    margin-bottom: 32px;
  }
}
section.actualites .title a {
  font-weight: 900;
  color: #1E275E;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 26px;
  background-image: url("assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px auto;
}
section.actualites .title a:hover {
  opacity: 0.7;
}
section.contact {
  background-size: cover;
  background-position: center center;
  padding: 86px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.contact {
    padding: 60px 0;
  }
}
section.contact:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 39, 94, 0.7);
  z-index: 1;
}
section.contact .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 58px 100px;
  position: relative;
  z-index: 2;
}
section.contact .wrapper .info {
  width: calc(45% - 50px);
}
@media (max-width: 768px) {
  section.contact .wrapper .info {
    width: 100%;
  }
}
section.contact .wrapper .info * {
  color: #ffffff;
}
section.contact .wrapper .info h2 {
  margin-top: 0;
}
section.contact .wrapper .info li {
  margin: 20px 0;
}
section.contact .wrapper .info li:before {
  background-color: #ffffff;
  background-size: contain;
  height: 31px;
  width: 31px;
  top: -2px;
}
section.contact .wrapper .info li.place:before {
  background-image: url("assets/img/place.svg");
}
section.contact .wrapper .info li.mail:before {
  background-image: url("assets/img/mail.svg");
}
section.contact .wrapper .info li.phone:before {
  background-image: url("assets/img/phone.svg");
}
section.contact .wrapper .info li.phone {
  font-size: 20px;
  font-weight: 700;
}
section.contact .wrapper .form {
  width: calc(55% - 50px);
}
@media (max-width: 768px) {
  section.contact .wrapper .form {
    width: 100%;
  }
}
section.checklist {
  margin: 88px auto;
  background-color: #F9FEFF;
  padding: 77px 0;
  border-radius: 0 250px 0 0;
}
@media (max-width: 768px) {
  section.checklist {
    margin: 60px auto;
    border-radius: 0 100px 0 0;
    padding: 48px 0;
  }
}
section.checklist .introduction > :first-child {
  margin-top: 0;
}
section.checklist .wrapper > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 23px;
  margin-top: 30px;
  padding: 0;
}
section.checklist .wrapper > ul li {
  width: calc((100% - (23px * 3) - (54px * 4)) / 4);
  margin-left: 54px;
}
@media (max-width: 1024px) {
  section.checklist .wrapper > ul li {
    width: calc((100% - 23px - (54px * 2)) / 2);
  }
}
@media (max-width: 530px) {
  section.checklist .wrapper > ul li {
    width: calc(100% - 54px);
  }
}
section.faq {
  margin: 75px auto;
}
@media (max-width: 768px) {
  section.faq {
    margin: 60px auto;
  }
}
section.faq .item {
  border-bottom: 3px solid #1E275E;
}
section.faq .item .question {
  cursor: pointer;
  position: relative;
}
section.faq .item .question:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("assets/img/up.svg");
  transform: rotate(-180deg);
  transition: 0.2s;
}
section.faq .item .question * {
  margin: 0;
  padding: 20px 46px 20px 0;
  font-size: 18px;
  line-height: 22px;
}
section.faq .item .reponse {
  display: none;
}
section.faq .item.active .question:after {
  transform: rotate(0deg);
}
section.pictos {
  margin: 75px auto;
  padding: 64px 0;
  background-color: #F9FEFF;
  border-radius: 0 250px 0 0;
}
@media (max-width: 768px) {
  section.pictos {
    border-radius: 0 100px 0 0;
    padding: 48px 0;
  }
}
section.pictos h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 33px;
}
section.pictos .items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 36px;
}
section.pictos .items .item {
  width: 184px;
  height: 103px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 530px) {
  section.pictos .items .item {
    width: 120px;
    height: 70px;
  }
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
body.home #masthead {
  border-bottom: 0;
}
.entry-header {
  padding: 160px 0;
  min-height: 100px;
  border-top: 64px solid #1E275E;
}
@media (max-width: 768px) {
  .entry-header {
    padding: 100px 0;
    border-top: none;
  }
}
.entry-header .wrapper * {
  text-align: center;
}
#fragrances {
  width: 1364px;
}
/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.archive_wrapper {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .archive_wrapper {
    margin-bottom: 80px;
  }
}
.archive_wrapper, section.actualites .news {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin-top: 50px;
}
.archive_wrapper article, section.actualites .news article {
  width: calc((100% - 64px) / 3);
  transition: 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  .archive_wrapper article, section.actualites .news article {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 530px) {
  .archive_wrapper article, section.actualites .news article {
    width: 100%;
  }
}
.archive_wrapper article .lien, section.actualites .news article .lien {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.archive_wrapper article h3, .archive_wrapper article p, section.actualites .news article h3, section.actualites .news article p {
  margin: 18px 0;
}
.archive_wrapper article .img, section.actualites .news article .img {
  aspect-ratio: 1.15;
  background-size: cover;
  background-position: center center;
  border-radius: 25px;
  background-repeat: no-repeat;
}
.archive_wrapper article:hover, section.actualites .news article:hover {
  opacity: 0.7;
}
.pagination_container {
  background-color: #F9FEFF;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .pagination_container {
    padding: 26px 0;
  }
}
.pagination_container .navigation .nav-links, .pagination_container .pagination .nav-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.pagination_container .navigation .nav-links a, .pagination_container .navigation .nav-links span, .pagination_container .pagination .nav-links a, .pagination_container .pagination .nav-links span {
  color: #1E275E;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  display: block;
  padding: 6px;
}
.pagination_container .navigation .nav-links a.current, .pagination_container .navigation .nav-links span.current, .pagination_container .pagination .nav-links a.current, .pagination_container .pagination .nav-links span.current {
  font-weight: 900;
}
.pagination_container .navigation .nav-links a.next, .pagination_container .navigation .nav-links a.prev, .pagination_container .navigation .nav-links span.next, .pagination_container .navigation .nav-links span.prev, .pagination_container .pagination .nav-links a.next, .pagination_container .pagination .nav-links a.prev, .pagination_container .pagination .nav-links span.next, .pagination_container .pagination .nav-links span.prev {
  font-weight: 900;
  padding: 0 26px;
  background-image: url("assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px auto;
}
.pagination_container .navigation .nav-links a.next.prev, .pagination_container .navigation .nav-links a.prev.prev, .pagination_container .navigation .nav-links span.next.prev, .pagination_container .navigation .nav-links span.prev.prev, .pagination_container .pagination .nav-links a.next.prev, .pagination_container .pagination .nav-links a.prev.prev, .pagination_container .pagination .nav-links span.next.prev, .pagination_container .pagination .nav-links span.prev.prev {
  background-position: center left;
  background-image: url("assets/img/arrow-left.svg");
}
.pagination_container .navigation .nav-links a:hover:not(span), .pagination_container .navigation .nav-links span:hover:not(span), .pagination_container .pagination .nav-links a:hover:not(span), .pagination_container .pagination .nav-links span:hover:not(span) {
  opacity: 0.7;
}
.single-post #breadcrumbs {
  margin: 34px auto;
  max-width: 946px;
}
@media (max-width: 768px) {
  .single-post #breadcrumbs {
    margin: 28px 0;
  }
}
.post_meta span {
  font-weight: 700;
}
.comments_container {
  background-color: #F9FEFF;
  border-radius: 0 250px 0 0;
  padding: 80px 0;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .comments_container {
    border-radius: 0 100px 0 0;
    padding: 48px 0;
  }
}
#comments {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
#comments .left {
  width: calc(100% - 372px);
}
@media (max-width: 768px) {
  #comments .left {
    width: 100%;
  }
}
#comments .left h2 {
  margin-top: 0;
}
#comments .no-comments {
  width: 100%;
  text-align: center;
}
#comments .comment-list {
  margin: 25px 0;
}
#comments .comment-list li {
  list-style: none;
}
#comments .comment-list li .children {
  padding-left: 30px;
  border-left: 3px solid #1E275E;
  transition: 0.2s;
}
@media (max-width: 530px) {
  #comments .comment-list li .children {
    padding-left: 16px;
  }
}
#comments .comment-list li .children:hover {
  border-color: #1F8B5D;
}
#comments .comment-list li article {
  box-sizing: border-box;
  padding: 20px 0 10px;
  margin: 20px 0;
}
#comments .comment-list li article .comment-meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDE1E6;
}
#comments .comment-list li article .comment-meta .comment-metadata {
  font-size: 12px;
}
#comments .comment-list li article .comment-meta .comment-metadata a {
  text-decoration: none;
}
#comments .comment-list li article .comment-meta .comment-author {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
#comments .comment-list li article .comment-meta .comment-author img {
  display: block;
  border-radius: 50%;
}
#comments .comment-list li article .comment-meta .comment-author .fn {
  display: inline-block;
  margin: 0 4px 0 15px;
}
#comments .comment-list li article .comment-meta .comment-author .fn a {
  text-decoration: none;
  color: #1F8B5D;
}
#comments .comment-list li article .comment-meta .comment-awaiting-moderation {
  font-size: 11px;
  line-height: 20px;
  display: block;
  margin-top: 6px;
  margin-bottom: -8px;
  width: 100%;
}
#comments .comment-list li article .comment-content {
  margin: 25px 0 15px;
}
#comments .comment-list li article .reply {
  text-align: right;
  height: 0;
}
#comments .comment-list li article .reply a {
  text-decoration: none;
  font-size: 12px;
  min-width: 0;
  padding: 4px 12px;
  transform: translateY(-45px);
}
#comments .comment-list li article .reply a:after {
  border-width: 25px 0 0 70px;
}
#comments .comment-list li article .reply a:hover:after {
  border-width: 50px 0 0 140px;
}
#comments #respond {
  width: 100%;
  position: sticky;
  top: 50px;
}
#comments #respond h3 {
  margin-top: 0;
}
#comments #respond #reply-title #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  font-size: 11px;
  color: #1F8B5D;
}
#comments #respond #commentform .comment-form-comment {
  margin: 0;
}
#comments #respond #commentform .comment-form-author, #comments #respond #commentform .comment-form-email {
  margin: 5px 0;
}
#comments #respond #commentform .comment-form-cookies-consent {
  margin-bottom: 0;
}
#comments #respond #commentform .form-submit {
  text-align: right;
  margin-bottom: 0;
}
#comments #respond #commentform label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#comments #respond #commentform .logged-in-as {
  margin-top: 0;
}
#comments .left + #respond {
  width: 312px;
}
@media (max-width: 768px) {
  #comments .left + #respond {
    width: 100%;
  }
}
/*--------------------------------------------------------------
PRODUIT
--------------------------------------------------------------*/
.archive_wrapper article.produit .img {
  background-color: rgba(51, 51, 51, 0.05);
  border: 1px solid #DDE1E6;
  aspect-ratio: 1.4;
  background-size: contain;
}
.bg_menu {
  border-top: 64px solid #1E275E;
}
@media (max-width: 768px) {
  .bg_menu {
    border-top: none;
  }
}
.single-produit .texte_image .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(51, 51, 51, 0.05);
  overflow: hidden;
}
.single-produit .texte_image .img.slider .slick-list, .single-produit .texte_image .img.slider .slick-track {
  height: 100%;
}
.single-produit .texte_image .img.slider > .image:not(:first-child) {
  display: none;
}
.single-produit .texte_image .img.slider .image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
section.placement {
  background-color: #F9FEFF;
  border-radius: 0 250px 0 0;
  margin: 170px auto 50px;
  padding: 67px 0;
}
@media (max-width: 768px) {
  section.placement {
    border-radius: 0 100px 0 0;
    margin: 80px auto 50px;
    padding: 48px 0;
  }
}
section.placement .wrapper > :first-child {
  margin-top: 0;
}
section.placement .wrapper > :last-child {
  margin-bottom: 0;
}
section.texte_image + section.informations_techniques {
  margin-top: 170px;
}
section.produits_similaires {
  background-color: #F9FEFF;
  border-radius: 0 250px 0 0;
  padding: 67px 0;
}
@media (max-width: 768px) {
  section.produits_similaires {
    border-radius: 0 100px 0 0;
    padding: 48px 0;
  }
}
section.produits_similaires .archive_wrapper {
  gap: 24px;
  margin-bottom: 0;
}
section.produits_similaires .archive_wrapper article {
  width: calc((100% - (24px * 3)) / 4);
}
@media (max-width: 768px) {
  section.produits_similaires .archive_wrapper article {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 530px) {
  section.produits_similaires .archive_wrapper article {
    width: 100%;
  }
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#contact_cta {
  position: fixed;
  top: 420px;
  background-color: #1F8B5D;
  color: #ffffff;
  left: -50px;
  border-radius: 0 0 10px 10px;
  z-index: 1000;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding: 7px 13px 7px 48px;
  background-image: url("assets/img/chat.svg");
  background-size: 24px auto;
  background-position: left 13px bottom 11px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transform-origin: top left;
  transition: 0.2s;
}
@media (max-width: 768px) {
  #contact_cta {
    top: 360px;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 10px 5px 42px;
    background-size: 20px auto;
    background-position: left 13px bottom 8px;
  }
}
@media (max-width: 530px) {
  #contact_cta {
    top: auto;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background-position: left 13px bottom 6px;
  }
}
#contact_cta.scrollPlus {
  left: 0;
}
@media (max-width: 530px) {
  #contact_cta.scrollPlus {
    bottom: 0;
    left: 50%;
  }
}
#contact_cta:hover {
  padding-top: 18px;
}
@media (max-width: 530px) {
  #contact_cta:hover {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
#backToTop {
  position: fixed;
  bottom: -30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-color: #1E275E;
  transition: 0.5s;
  z-index: 1000;
  background-image: url("assets/img/arrow-top.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#backToTop:hover {
  background-color: #1BBBD3;
  height: 40px;
}
#backToTop.show {
  bottom: 30px;
}
#colophon {
  background-color: #1E275E;
  padding: 73px 0 57px;
}
#colophon * {
  color: #ffffff;
  text-align: center;
}
#colophon .logo {
  display: inline-block;
}
#colophon #footer-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 40px;
  margin: 28px 0;
}
@media (max-width: 530px) {
  #colophon #footer-menu {
    margin: 36px 0;
  }
}
#colophon #footer-menu li {
  margin: 0;
}
@media (max-width: 530px) {
  #colophon #footer-menu li {
    width: 100%;
  }
}
#colophon #footer-menu a {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  display: inline-block;
}
#colophon #footer-menu a:hover {
  opacity: 0.7;
}
#colophon #footer-menu .sub-menu {
  display: none;
}
#colophon .social {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 31px;
  margin: 0 12px;
  vertical-align: middle;
}
@media (max-width: 530px) {
  #colophon .social {
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
  }
}
#colophon #copyright {
  font-size: 14px;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 2px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}