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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

body {
  max-width: 100%;
  font-size: 16px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
}

.mayus {
  text-transform: uppercase;
}

.centre {
  text-align: center;
}

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

.boxsizing, .columns, .button, input[type=submit], button, .input, input[type=text], input[type=email], input[type=tel], textarea, .container, .box-sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
.container:before {
  content: "";
  display: table;
  pointer-events: none;
}
.container:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}

.clearer, .clear {
  clear: both;
}

table {
  width: 100%;
}

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

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

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

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

.inline {
  display: none;
}

.columns {
  float: left;
  padding: 0 1.25rem;
}
.columns img {
  max-width: 100%;
  height: auto;
}
.columns.sans-padding {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .columns.mobile-sans-padding {
    padding: 0;
  }
}

.sans-left {
  float: left;
  padding: 0 1.875em 0 0;
}

.sans-right {
  float: right;
  padding: 0 0 0 1.875em;
}

.large-1 {
  width: 8.33%;
}

.large-2 {
  width: 16.66%;
}

.large-3 {
  width: 25%;
}

.large-4 {
  width: 33.33%;
}

.large-5 {
  width: 41.66%;
}

.large-6 {
  width: 50%;
}

.large-7 {
  width: 58.33%;
}

.large-8 {
  width: 66.66%;
}

.large-9 {
  width: 75%;
}

.large-10 {
  width: 83.33%;
}

.large-11 {
  width: 91.66%;
}

.large-12 {
  width: 100%;
}

.large-pull-1 {
  position: relative;
  right: 8.33%;
}

.large-pull-2 {
  position: relative;
  right: 16.66%;
}

.large-pull-3 {
  position: relative;
  right: 25%;
}

.large-pull-4 {
  position: relative;
  right: 33.33%;
}

.large-pull-5 {
  position: relative;
  right: 41.66%;
}

.large-pull-6 {
  position: relative;
  right: 50%;
}

.large-pull-7 {
  position: relative;
  right: 58.33%;
}

.large-pull-8 {
  position: relative;
  right: 66.66%;
}

.large-pull-9 {
  position: relative;
  right: 75%;
}

.large-pull-10 {
  position: relative;
  right: 83.33%;
}

.large-pull-11 {
  position: relative;
  right: 91.66%;
}

.large-pull-12 {
  position: relative;
  right: 100%;
}

.large-push-1 {
  position: relative;
  left: 8.33%;
}

.large-push-2 {
  position: relative;
  left: 16.66%;
}

.large-push-3 {
  position: relative;
  left: 25%;
}

.large-push-4 {
  position: relative;
  left: 33.33%;
}

.large-push-5 {
  position: relative;
  left: 41.66%;
}

.large-push-6 {
  position: relative;
  left: 50%;
}

.large-push-7 {
  position: relative;
  left: 58.33%;
}

.large-push-8 {
  position: relative;
  left: 66.66%;
}

.large-push-9 {
  position: relative;
  left: 75%;
}

.large-push-10 {
  position: relative;
  left: 83.33%;
}

.large-push-11 {
  position: relative;
  left: 91.66%;
}

.large-push-12 {
  position: relative;
  left: 100%;
}

@media screen and (max-width: 1620px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .large-pull-1 {
    right: auto;
  }
  .large-pull-2 {
    right: auto;
  }
  .large-pull-3 {
    right: auto;
  }
  .large-pull-4 {
    right: auto;
  }
  .large-pull-5 {
    right: auto;
  }
  .large-pull-6 {
    right: auto;
  }
  .large-pull-7 {
    right: auto;
  }
  .large-pull-8 {
    right: auto;
  }
  .large-pull-9 {
    right: auto;
  }
  .large-pull-10 {
    right: auto;
  }
  .large-pull-11 {
    right: auto;
  }
  .large-pull-12 {
    right: auto;
  }
  .large-push-1 {
    left: auto;
  }
  .large-push-2 {
    left: auto;
  }
  .large-push-3 {
    left: auto;
  }
  .large-push-4 {
    left: auto;
  }
  .large-push-5 {
    left: auto;
  }
  .large-push-6 {
    left: auto;
  }
  .large-push-7 {
    left: auto;
  }
  .large-push-8 {
    left: auto;
  }
  .large-push-9 {
    left: auto;
  }
  .large-push-10 {
    left: auto;
  }
  .large-push-11 {
    left: auto;
  }
  .large-push-12 {
    left: auto;
  }
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .small-1 {
    width: 8.33%;
  }
  .small-2 {
    width: 16.66%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33%;
  }
  .small-5 {
    width: 41.66%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33%;
  }
  .small-8 {
    width: 66.66%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33%;
  }
  .small-11 {
    width: 91.66%;
  }
  .small-12 {
    width: 100%;
  }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1C5D74;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #1C5D74;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #1C5D74;
}

:-moz-placeholder { /* Firefox 18- */
  color: #1C5D74;
}

*::-moz-selection {
  background-color: #D49A6A;
  color: white;
}

*::selection {
  background-color: #D49A6A;
  color: white;
}

body {
  font-family: "Athachantr", sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #343536;
  display: inline-block;
  width: 100%;
  padding-top: var(--header-h);
}

.texte, .texte p, p, li {
  font-family: Karla, sans-serif;
  font-size: 1.3rem;
  line-height: 120%;
  font-weight: 400;
  color: #343536;
}
@media screen and (max-width: 1920px) {
  .texte, .texte p, p, li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1300px) {
  .texte, .texte p, p, li {
    font-size: 1rem;
  }
}

.sous-titre {
  font-family: Karla, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 1920px) {
  .sous-titre {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .sous-titre {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .sous-titre {
    font-size: 1.15rem;
  }
}

.texte_fond {
  color: white !important;
}

p {
  margin-bottom: 1rem;
}

p:last-of-type:not(:has(+ ul)) {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: black;
}

p a {
  color: #D49A6A;
  font-weight: bold;
}

.menu-item a {
  font-weight: normal;
}

a.bouton-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  color: white;
  border: 1px solid white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.bouton-icone i {
  font-size: 1.8rem;
}
@media screen and (max-width: 1680px) {
  a.bouton-icone {
    height: 30px;
    width: 30px;
  }
  a.bouton-icone i {
    font-size: 1.3rem;
  }
}
a.bouton-icone:not(:last-of-type) {
  margin-right: 1rem;
}
a.bouton-icone:hover {
  background-color: white;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
a.bouton-icone:hover i {
  color: #1C5D74;
}

.bouton-cta {
  --dur: .35s;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shift: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.bouton-cta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 5px 15px 0 15px;
  font-family: "Athachantr", sans-serif;
  font-size: 1.2rem;
  color: #343536;
  background-color: #F5F1EC;
  border: 1px solid #F5F1EC;
  margin-right: 0.5rem;
  -webkit-transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
@media screen and (max-width: 1920px) {
  .bouton-cta span {
    font-size: 1rem;
    height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .bouton-cta span {
    height: 30px;
    padding: 2px 10px 0 10px;
    font-size: 0.9rem;
  }
}
.bouton-cta i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #D49A6A;
  border: 1px solid #D49A6A;
  font-size: 1.8rem;
  padding: 2.5px;
  -webkit-transform: translateX(0) rotate(0deg) scale(1);
          transform: translateX(0) rotate(0deg) scale(1);
  -webkit-transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease), -webkit-box-shadow var(--dur) var(--ease);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease), -webkit-box-shadow var(--dur) var(--ease);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease), -webkit-box-shadow var(--dur) var(--ease);
  will-change: transform;
}
@media screen and (max-width: 1920px) {
  .bouton-cta i {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .bouton-cta i {
    height: 30px;
    width: 30px;
    padding: 2px;
    font-size: 1.2rem;
  }
}
.bouton-cta.white span {
  background-color: #fff;
}
.bouton-cta:hover span, .bouton-cta:focus-visible span {
  background-color: #D49A6A;
  border-color: #D49A6A;
  color: #fff;
}
.bouton-cta:hover i, .bouton-cta:focus-visible i {
  background-color: white;
  color: #D49A6A;
  border-color: #D49A6A;
  -webkit-transform: translateX(var(--shift)) rotate(3deg) scale(1.04);
          transform: translateX(var(--shift)) rotate(3deg) scale(1.04);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.bouton-cta.white:hover span, .bouton-cta.white:focus-visible span {
  background-color: #D49A6A;
  color: #fff;
}
.bouton-cta:active i {
  -webkit-transform: translateX(calc(var(--shift) * 0.8)) scale(0.98);
          transform: translateX(calc(var(--shift) * 0.8)) scale(0.98);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bouton-cta:focus-visible {
  outline: 2px solid rgba(212, 154, 106, 0.35);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .bouton-cta span, .bouton-cta i {
    -webkit-transition: none;
    transition: none;
  }
  .bouton-cta:hover i, .bouton-cta:focus-visible i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.page main ul, .blog main ul, .wp-block-list {
  margin-bottom: 0.8em;
  margin-left: 1em;
}
.page main ul li:not(:last-child), .blog main ul li:not(:last-child), .wp-block-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.page main ul li, .blog main ul li, .wp-block-list li {
  position: relative;
  padding-left: 1.5em;
}
.page main ul li::before, .blog main ul li::before, .wp-block-list li::before {
  content: "\f055";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #D49A6A;
  position: absolute;
  left: 0;
  top: 0.1em;
}

h1, p.titre, .like_h1 {
  font-family: "Athachantr", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #1C5D74;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1920px) {
  h1, p.titre, .like_h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1680px) {
  h1, p.titre, .like_h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  h1, p.titre, .like_h1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  h1, p.titre, .like_h1 {
    font-size: 1.6rem;
  }
}

h2, p.like_h2, .WidgetTitle__Header-sc-c581efe-2.fbzRYq {
  font-family: "Athachantr", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #1C5D74;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1920px) {
  h2, p.like_h2, .WidgetTitle__Header-sc-c581efe-2.fbzRYq {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1680px) {
  h2, p.like_h2, .WidgetTitle__Header-sc-c581efe-2.fbzRYq {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  h2, p.like_h2, .WidgetTitle__Header-sc-c581efe-2.fbzRYq {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  h2, p.like_h2, .WidgetTitle__Header-sc-c581efe-2.fbzRYq {
    font-size: 1.5rem;
  }
}

h3, p.like_h3 {
  font-family: "Athachantr", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 120%;
  color: #1C5D74;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1920px) {
  h3, p.like_h3 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1680px) {
  h3, p.like_h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1920px) {
  h3, p.like_h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  h3, p.like_h3 {
    font-size: 1.5rem;
  }
}

.bloc {
  padding-top: 8em;
  padding-bottom: 8em;
}
@media screen and (max-width: 1680px) {
  .bloc {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 1024px) {
  .bloc {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  .bloc {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.bloc_top {
  padding-top: 8em;
}
@media screen and (max-width: 1680px) {
  .bloc_top {
    padding-top: 7em;
  }
}
@media screen and (max-width: 1024px) {
  .bloc_top {
    padding-top: 5em;
  }
}
@media screen and (max-width: 768px) {
  .bloc_top {
    padding-top: 3em;
  }
}

.bloc_bottom {
  padding-bottom: 8em;
}
@media screen and (max-width: 1680px) {
  .bloc_bottom {
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 1024px) {
  .bloc_bottom {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  .bloc_bottom {
    padding-bottom: 3em;
  }
}

img {
  width: 100%;
  height: auto;
}

hr {
  border: 0.5px solid white;
}

/*Header*/
:root {
  --header-h: 0px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .header-principal .bandeau_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-principal .bandeau_header .menu-burger .menu-burger-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #F5F1EC;
  z-index: 2001;
  cursor: pointer;
}
header .header-principal .bandeau_header .menu-burger .menu-burger-icon:not(.opened):hover .burger, header .header-principal .bandeau_header .menu-burger .menu-burger-icon:not(.opened):focus-visible .burger {
  background-color: #D49A6A;
  -webkit-transform: translate(-50%, -50%) scale(1.04);
          transform: translate(-50%, -50%) scale(1.04);
}
header .header-principal .bandeau_header .menu-burger .menu-burger-icon:not(.opened):hover .burger .menu-bar, header .header-principal .bandeau_header .menu-burger .menu-burger-icon:not(.opened):focus-visible .burger .menu-bar {
  background-color: #fff;
}
header .header-principal .bandeau_header .menu-burger .menu-burger-icon.opened .menu-bar[data-position=top] {
  -webkit-transform: translateY(0) rotate(45deg) scaleX(1.05);
          transform: translateY(0) rotate(45deg) scaleX(1.05);
}
header .header-principal .bandeau_header .menu-burger .menu-burger-icon.opened .menu-bar[data-position=middle] {
  display: none;
}
header .header-principal .bandeau_header .menu-burger .menu-burger-icon.opened .menu-bar[data-position=bottom] {
  -webkit-transform: translateY(0) rotate(-45deg) scaleX(1.05);
          transform: translateY(0) rotate(-45deg) scaleX(1.05);
}
@media (prefers-reduced-motion: reduce) {
  header .header-principal .bandeau_header .menu-burger .menu-burger-icon .burger,
  header .header-principal .bandeau_header .menu-burger .menu-burger-icon .burger .menu-bar {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1920px) {
  header .header-principal .bandeau_header .menu-burger .menu-burger-icon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1680px) {
  header .header-principal .bandeau_header .menu-burger .menu-burger-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  header .header-principal .bandeau_header .menu-burger .menu-burger-icon {
    width: 50px;
    height: 50px;
  }
}
header .header-principal .bandeau_header .menu-burger .burger {
  --dur: .28s;
  --ease: cubic-bezier(.22,.61,.36,1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease);
  transition: background-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease);
  transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease);
  transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease);
}
header .header-principal .bandeau_header .menu-burger .burger .menu-bar {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #D49A6A;
  -webkit-transition: background-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease);
  transition: background-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease);
  transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease);
  transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease);
}
header .header-principal .bandeau_header .menu-burger .burger .menu-bar[data-position=top] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
header .header-principal .bandeau_header .menu-burger .burger .menu-bar[data-position=middle] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .header-principal .bandeau_header .menu-burger .burger .menu-bar[data-position=bottom] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
header .header-principal .bandeau_header .logo a {
  display: block;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1920px) {
  header .header-principal .bandeau_header .logo a {
    width: 50%;
  }
}
@media screen and (max-width: 1860px) {
  header .header-principal .bandeau_header .logo a {
    width: 45%;
  }
}
@media screen and (max-width: 1440px) {
  header .header-principal .bandeau_header .logo a {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  header .header-principal .bandeau_header .logo a {
    width: 80%;
  }
}
header .header-principal .bandeau_header .bouton_devis a.bouton-cta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  header .header-principal .bandeau_header .bouton_devis {
    display: none;
  }
}
header .header-principal .menu-principal {
  --cw: 1620px;
  --u-h: 2px;
  --u-c: white;
  --u-dur: .28s;
  --u-ease: cubic-bezier(.22,.61,.36,1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1C5D74;
  pointer-events: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 1500;
  will-change: clip-path;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media screen and (max-width: 1620px) {
  header .header-principal .menu-principal {
    --cw: 1350px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  header .header-principal .menu-principal {
    --cw: 1100px;
  }
}
header .header-principal .menu-principal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header-principal .menu-principal .bloc_texte {
  position: relative;
  width: 33.333%;
  z-index: 1;
  margin-top: 22px;
}
header .header-principal .menu-principal .bloc_texte .logo {
  display: block;
}
header .header-principal .menu-principal .bloc_texte .logo a {
  display: block;
  width: 60%;
  margin-left: 110px;
  color: white;
  padding-bottom: 0.15em;
}
@media screen and (max-width: 1920px) {
  header .header-principal .menu-principal .bloc_texte .logo a {
    width: 40%;
  }
}
@media screen and (max-width: 1920px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1680px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1439px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant {
    padding-top: 2rem;
  }
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1920px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 1680px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1439px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li {
    padding-bottom: 0.5rem;
  }
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li.current-menu-item > a::after, header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li.current_page_item > a::after,
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li > a[aria-current=page]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a {
  font-family: "Athachantr", sans-serif;
  font-size: 2.5rem;
  color: white;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1920px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1680px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a {
    font-size: 1.3rem;
  }
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.08em;
  height: var(--u-h);
  background: var(--u-c);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform var(--u-dur) var(--u-ease);
  transition: -webkit-transform var(--u-dur) var(--u-ease);
  transition: transform var(--u-dur) var(--u-ease);
  transition: transform var(--u-dur) var(--u-ease), -webkit-transform var(--u-dur) var(--u-ease);
  will-change: transform;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a::after {
    bottom: 0.2em;
  }
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a:hover::after, header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li a:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li#menu-item-382 a:not(.sub-menu a) {
  cursor: auto;
  -webkit-transition: none;
  transition: none;
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li#menu-item-382 a:not(.sub-menu a):hover::after, header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li#menu-item-382 a:not(.sub-menu a):focus-visible::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu {
  margin: 3rem 0 0 3rem;
}
@media screen and (max-width: 1920px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu {
    margin: 2.5rem 0 0 2.5rem;
  }
}
@media screen and (max-width: 1680px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu {
    margin: 2rem 0 0 2rem;
  }
}
@media screen and (max-width: 1440px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu {
    margin: 1rem 0 0 1.5rem;
  }
}
header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu li a {
  font-size: 2rem;
}
@media screen and (max-width: 1920px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1680px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-principal .menu-principal .bloc_texte .menu-deroulant #menu-menu-principal li .sub-menu li a {
    font-size: 1.2rem;
  }
}
header .header-principal .menu-principal .bloc_texte .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .header-principal .menu-principal .bloc_texte .contact .boutons-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header-principal .menu-principal .bloc_texte .rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .header-principal .menu-principal .bloc_texte .rs .boutons-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1680px) {
  header .header-principal .menu-principal .bloc_texte .rs .like_h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  header .header-principal .menu-principal .bloc_texte .rs .like_h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-principal .menu-principal .bloc_texte {
    width: 100%;
  }
}
header .header-principal .menu-principal .bloc_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((105vw - var(--cw)) / 2 + var(--cw) * 0.333333);
  right: 0;
  overflow: hidden;
}
header .header-principal .menu-principal .bloc_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1150px) {
  header .header-principal .menu-principal .bloc_image {
    left: calc((111vw - var(--cw)) / 2 + var(--cw) * 0.333333);
  }
}
@media screen and (max-width: 1024px) {
  header .header-principal .menu-principal .bloc_image {
    left: calc((120vw - var(--cw)) / 2 + var(--cw) * 0.333333);
  }
}
@media screen and (max-width: 850px) {
  header .header-principal .menu-principal .bloc_image {
    left: calc((140vw - var(--cw)) / 2 + var(--cw) * 0.333333);
  }
}
@media screen and (max-width: 768px) {
  header .header-principal .menu-principal .bloc_image {
    display: none;
  }
}

/*Footer*/
#footer {
  background-color: #1C5D74;
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#footer .infos_showroom {
  padding-bottom: 2rem;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .infos_showroom .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #footer .infos_showroom .logos img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #footer .infos_showroom .logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
  }
  #footer .infos_showroom .logos img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #footer .infos_showroom .logos img {
    width: 45%;
  }
}
#footer .infos_showroom .horaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .infos_showroom .horaires p.like_h3 {
  width: 100%;
  text-align: right;
  color: white;
  margin-bottom: 1.2rem;
}
#footer .infos_showroom .horaires li {
  color: white;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #footer .infos_showroom .horaires {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .infos_showroom .horaires {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .infos_showroom .horaires p.like_h3, #footer .infos_showroom .horaires li {
    text-align: left;
  }
}
#footer .infos_showroom .map #map {
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #footer .infos_showroom .map {
    padding-top: 2rem;
  }
}
#footer .contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .contact p, #footer .contact a, #footer .contact i {
  color: white;
}
#footer .contact .boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .contact .boutons .bouton-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .contact .boutons .bouton-footer i {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  color: white;
  border: 1px solid white;
  margin-right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1680px) {
  #footer .contact .boutons .bouton-footer i {
    height: 30px;
    width: 30px;
    font-size: 1.3rem;
  }
}
#footer .contact .boutons .bouton-footer span {
  font-family: Karla, sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 1680px) {
  #footer .contact .boutons .bouton-footer span {
    font-size: 1.1rem;
  }
}
#footer .contact .boutons .bouton-footer:hover i {
  background-color: white;
  color: #1C5D74;
  border: 1px solid white;
  margin-right: 1rem;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 768px) {
  #footer .contact .boutons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
  }
  #footer .contact .boutons .bouton-footer:not(:last-child) {
    margin-bottom: 1rem;
  }
}
#footer .rs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .rs p, #footer .rs a, #footer .rs i {
  color: white;
}
#footer .rs .boutons-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .rs .boutons-icone a:hover i {
  color: #1C5D74;
}
@media screen and (max-width: 768px) {
  #footer .rs {
    padding-bottom: 0;
  }
  #footer .rs .boutons-icone {
    margin-top: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Navigation légale */
.nav-legal {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.nav-legal .legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-legal .legal #menu-menu-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.nav-legal .legal #menu-menu-legal li a {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .nav-legal .legal #menu-menu-legal {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}

#ui-datepicker-div {
  background-image: none;
  background-color: #01746C;
}

.wpcf7 {
  width: 100%;
  float: left;
  margin-bottom: 4em;
}
.wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 form .wpcf7-response-output {
  width: 100%;
  float: left;
  position: relative;
  margin: 0.8em 0;
  padding: 0 0 0 2.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 1.2em;
  line-height: 120%;
  text-align: left;
}
.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7 form .wpcf7-response-output.wpcf7-acceptance-missing {
  max-width: 26em;
  border: none;
}
.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors:before, .wpcf7 form .wpcf7-response-output.wpcf7-acceptance-missing:before {
  content: "\f071";
  display: block;
  float: left;
  position: absolute;
  top: 0.3em;
  left: 0;
  margin: 0;
  font-family: "Line Awesome Free";
  font-size: 1.75em;
  color: #D49A6A;
}
.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "\f00c";
  display: block;
  float: left;
  position: absolute;
  top: -0.05em;
  left: 0;
  margin: 0;
  font-family: "Line Awesome Free";
  font-size: 1.75em;
  color: #01746C;
}
.wpcf7 .wpcf7-not-valid-tip {
  float: left;
  margin: 0 0 1em 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-list-item.first {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-list-item {
    margin: 0;
  }
}
.wpcf7 .bouton, .wpcf7 input[type=submit], .wpcf7 input[type=bouton] {
  float: right;
  display: inline-block;
  position: relative;
  padding: 10px 20px 8px;
  margin-top: 1em;
  background-color: #D49A6A;
  border: none;
  border-radius: 12px;
  font-family: "Athachantr", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 112.41%;
  text-transform: uppercase;
  text-decoration: none;
  color: #F5F1EC;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.wpcf7 .bouton:hover, .wpcf7 input[type=submit]:hover, .wpcf7 input[type=bouton]:hover {
  background-color: #D49A6A;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .bouton, .wpcf7 input[type=submit], .wpcf7 input[type=bouton] {
    margin-right: 1rem;
  }
}
.wpcf7 label {
  font-family: Karla, sans-serif;
  font-size: 1.5rem;
  color: #343536;
  width: 100%;
  float: left;
  margin: 1em 0 0.112em;
  line-height: 144.44%;
}
@media screen and (max-width: 1680px) {
  .wpcf7 label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 1.2rem;
  }
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 textarea, .wpcf7 select {
  width: 100%;
  float: left;
  margin: 0 0 0.5em;
  padding: 0.5em 0.88em 0.7em 0;
  border: none;
  border-bottom: thin solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  font-family: Karla, sans-serif;
  font-size: 20px;
  color: #343536;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 textarea, .wpcf7 select {
    font-size: 17px;
  }
}
.wpcf7 textarea {
  height: 8.25em;
}
.wpcf7 [data-class=wpcf7cf_group] {
  width: 100%;
}
.wpcf7 [data-class=wpcf7cf_group] .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .wpcf7 .like_h3 {
    margin-bottom: 1rem;
  }
  .wpcf7 .wpcf7-list-item-label, .wpcf7 label {
    font-size: 1.2rem;
  }
}
.wpcf7 .bloc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.wpcf7 .bloc_form .like_h3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wpcf7 .bloc_form {
    margin-top: 2rem;
  }
  .wpcf7 .bloc_form .like_h3 {
    margin-bottom: 1rem;
  }
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

/* Avis GOOGLE*/
.avis_google {
  width: 100%;
  overflow: hidden;
}

.TextControl__BaseControl-sc-4babbde5-0.NqBpP.es-text-shortener-control.es-text-shortener-control-open {
  margin-top: 0.5rem;
}

#bandeau-accueil {
  width: 100%;
  display: block;
  position: relative;
}
#bandeau-accueil:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient. Permalien - à utiliser pour éditer et partager ce gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+66,0.4+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#bandeau-accueil picture {
  width: 100%;
  display: block;
}
#bandeau-accueil picture img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#bandeau-accueil svg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#bandeau-accueil svg .trigger:hover .hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#bandeau-accueil svg .trigger .hover {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
@media screen and (max-width: 1024px) {
  #bandeau-accueil svg .trigger .hover {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  #bandeau-accueil svg {
    display: none;
  }
}
#bandeau-accueil .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #bandeau-accueil .container {
    display: none;
  }
}
#bandeau-accueil .like_h1 {
  font-size: 4.5rem;
  line-height: 120%;
  margin-bottom: 1.25em;
  color: white;
  pointer-events: auto;
}
@media screen and (max-width: 1920px) {
  #bandeau-accueil .like_h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1680px) {
  #bandeau-accueil .like_h1 {
    font-size: 2.5rem;
  }
}

.categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.categories .cat a {
  padding: 10px 20px;
  background-color: #F5F1EC;
  color: #343536;
}
.categories .cat.cat_active:not(:first-child) {
  padding-bottom: 5rem;
}
@media screen and (max-width: 950px) {
  .categories .cat.cat_active:not(:first-child) {
    padding-bottom: 0;
  }
}
.categories .cat.cat_active a {
  background-color: #D49A6A;
  color: white;
}
@media screen and (max-width: 950px) {
  .categories .cat.cat_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.categories > li > .categorie-realisation-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.categories > li > .children {
  display: none;
  list-style: none;
  margin-top: 0.5rem;
  padding: 0;
}
.categories > li > .children > li {
  margin: 0.25rem 0;
}
.categories > li > .children > li > .categorie-realisation-filter {
  font-size: 0.95em;
}
.categories > li.cat_active > .children {
  position: absolute;
  left: 1.25rem;
  display: block;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 950px) {
  .categories > li.cat_active > .children {
    position: relative;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.categories > li.cat_active > .children .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.categories > li.cat_active > .children .cat a {
  padding: 10px 20px;
  background-color: #F5F1EC;
  color: #343536;
}
@media screen and (max-width: 950px) {
  .categories > li.cat_active > .children .cat a {
    background-color: white;
    border: 1px solid #D49A6A;
    color: #D49A6A;
  }
}
.categories > li.cat_active > .children .cat.cat_active {
  padding-bottom: 0;
}
.categories > li.cat_active > .children .cat.cat_active a {
  background-color: #D49A6A;
  color: white;
}

.realisations {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.realisations .grid.effect-2 {
  width: 100%;
  position: relative;
}
.realisations .grid.effect-2 > .grid-sizer, .realisations .grid.effect-2 > .projet {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .realisations .grid.effect-2 > .grid-sizer, .realisations .grid.effect-2 > .projet {
    width: 100%;
  }
}
.realisations .grid.effect-2 .projet {
  float: none;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  padding: 1.5rem;
}
.realisations .grid.effect-2 .projet.animate {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out;
}
.realisations .grid.effect-2 .projet.static {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: none;
          animation: none;
}
.realisations .grid.effect-2 .projet:not(:last-child) {
  margin-bottom: 1em;
}
.realisations .grid.effect-2 .projet .realisation-projet {
  position: relative;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte:before {
  content: "";
  visibility: hidden;
  position: absolute;
  width: auto;
  height: auto;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte {
  text-align: left;
  position: absolute;
  width: auto;
  height: auto;
  top: 100px;
  right: 100px;
  bottom: 50px;
  left: 60px;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte::after {
  content: attr(data-title);
  position: absolute;
  right: -80px;
  bottom: -20px;
  max-width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 0.6rem 0.9rem;
  line-height: 1.2;
  font-weight: 600;
  font-size: 1.1rem;
  color: #343536;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease, -webkit-transform 0.24s ease;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte::after {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1920px) {
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte::after {
    max-width: none;
  }
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte h2 {
  font-size: 2rem;
  color: #343536;
}
@media screen and (max-width: 1920px) {
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta {
  margin-top: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta span {
  background-color: #D49A6A;
  color: #fff;
  border: 1.5px solid #D49A6A;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 1.5px solid #D49A6A;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta i::before {
  color: #D49A6A;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta span, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta i, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta i::before {
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, opacity 0.28s ease, -webkit-transform 0.28s ease;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta:hover span {
  background-color: transparent;
  color: #D49A6A;
  border-color: #D49A6A;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta:hover i {
  background-color: #D49A6A;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  border-color: #D49A6A;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta:hover i::before {
  color: #fff;
}
.realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte h2, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte p, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.28s ease, visibility 0s linear 0.28s, -webkit-transform 0.28s ease;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s, -webkit-transform 0.28s ease;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s, -webkit-transform 0.28s ease;
}
@media (prefers-reduced-motion: reduce) {
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta span,
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta i,
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta i::before {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte::after, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte h2, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte p, .realisations .grid.effect-2 .projet .realisation-projet .texte .bloc_texte .bouton-cta {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.realisations .grid.effect-2 .projet .realisation-projet a {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.realisations .grid.effect-2 .projet .realisation-projet .image-container {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}
.realisations .grid.effect-2 .projet .realisation-projet .image-container img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .realisations .grid.effect-2 .projet .realisation-projet:hover .image-container img {
    -webkit-transition: -webkit-transform 0.45s ease-out;
    transition: -webkit-transform 0.45s ease-out;
    transition: transform 0.45s ease-out;
    transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .realisations .grid.effect-2 .projet .realisation-projet:hover .texte:before {
    -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
    opacity: 1;
    visibility: visible;
  }
  .realisations .grid.effect-2 .projet .realisation-projet:hover .bloc_texte {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0s linear 0s;
    transition: opacity 0.4s ease 0s, visibility 0s linear 0s;
  }
  .realisations .grid.effect-2 .projet .realisation-projet:hover .bloc_texte h2, .realisations .grid.effect-2 .projet .realisation-projet:hover .bloc_texte p, .realisations .grid.effect-2 .projet .realisation-projet:hover .bloc_texte .bouton-cta {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.34s ease 0.05s, visibility 0s linear 0s, -webkit-transform 0.34s ease 0.05s;
    transition: opacity 0.34s ease 0.05s, visibility 0s linear 0s, -webkit-transform 0.34s ease 0.05s;
    transition: opacity 0.34s ease 0.05s, transform 0.34s ease 0.05s, visibility 0s linear 0s;
    transition: opacity 0.34s ease 0.05s, transform 0.34s ease 0.05s, visibility 0s linear 0s, -webkit-transform 0.34s ease 0.05s;
  }
  .realisations .grid.effect-2 .projet .realisation-projet:hover .bloc_texte::after {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.realisations .grid.effect-2.no-results::after {
  content: "Aucune réalisation pour cette catégorie.";
  padding: 0 1.25rem;
  display: block;
  margin: 2rem 0;
  font-style: italic;
  opacity: 0.7;
}

/* Erreur 404 */
.erreur-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Widget sticky boutons – version complète (label absolu) */
.sticky-actions {
  --open-w: 240px;
  position: fixed;
  top: 50%;
  inset-inline-end: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2000;
  pointer-events: none;
  inline-size: var(--open-w);
  /* Mobile: tailles adaptées si tu décides d’afficher <768px */
  /* Masqué sous 768px (conserve le comportement d’origine) */
}
.sticky-actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.sticky-actions ul li {
  margin: 0;
}
.sticky-actions ul li .bouton-widget {
  position: relative;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  inline-size: 40px; /* collé à droite quand seul l’icône est visible */
  overflow: visible;
  contain: layout paint;
  isolation: isolate;
  -webkit-transition: inline-size 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: inline-size 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sticky-actions ul li .bouton-widget:where(:hover, :focus-visible), :where(li:hover, li:focus-within) .sticky-actions ul li .bouton-widget {
  inline-size: var(--open-w); /* déplie pour rendre le label cliquable */
}
.sticky-actions ul li .bouton-widget .ico {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  color: #fff;
  background: #D49A6A;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sticky-actions ul li .bouton-widget .label {
  margin-right: 1rem;
  position: absolute;
  inset-inline-end: 40px;
  top: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding-inline: 8px 12px;
  color: #343536;
  font-family: "Athachantr", sans-serif;
  font-size: 1rem;
  background: #F5F1EC;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0) translateX(8px);
          transform: scaleX(0) translateX(8px);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.24s ease-out, -webkit-transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.24s ease-out, -webkit-transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.24s ease-out, transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.24s ease-out, transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sticky-actions ul li .bouton-widget:where(:hover, :focus-visible) .label, :where(li:hover, li:focus-within) .sticky-actions ul li .bouton-widget .label {
  opacity: 1;
  -webkit-animation: label-pop 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: label-pop 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.sticky-actions ul li .bouton-widget:where(:hover, :focus-visible) .ico, :where(li:hover, li:focus-within) .sticky-actions ul li .bouton-widget .ico {
  -webkit-transform: translateX(-2px) scale(1.02);
          transform: translateX(-2px) scale(1.02);
}
@media (prefers-reduced-motion: reduce) {
  .sticky-actions ul li .bouton-widget {
    -webkit-transition: none;
    transition: none;
  }
  .sticky-actions ul li .bouton-widget .ico,
  .sticky-actions ul li .bouton-widget .label {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
  }
  .sticky-actions ul li .bouton-widget .label {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .sticky-actions {
    top: auto;
    bottom: 16px;
    -webkit-transform: none;
            transform: none;
    --open-w: 260px;
  }
  .sticky-actions ul li .bouton-widget {
    inline-size: 48px;
    height: 48px;
  }
  .sticky-actions ul li .bouton-widget .ico {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
  }
  .sticky-actions ul li .bouton-widget .label {
    inset-inline-end: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .sticky-actions {
    display: none;
  }
}

/* Micro overshoot du label */
@-webkit-keyframes label-pop {
  0% {
    -webkit-transform: scaleX(0.8) translateX(6px);
            transform: scaleX(0.8) translateX(6px);
    opacity: 0;
  }
  60% {
    -webkit-transform: scaleX(1.04) translateX(0);
            transform: scaleX(1.04) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
@keyframes label-pop {
  0% {
    -webkit-transform: scaleX(0.8) translateX(6px);
            transform: scaleX(0.8) translateX(6px);
    opacity: 0;
  }
  60% {
    -webkit-transform: scaleX(1.04) translateX(0);
            transform: scaleX(1.04) translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
/* Fil Ariane */
.breadcrumbs span {
  font-family: Karla, sans-serif;
}
.breadcrumbs span.breadcrumb_last {
  color: #D49A6A;
}
.breadcrumbs span a {
  position: relative;
  display: inline-block;
}
.breadcrumbs span a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.08em;
  height: 2px;
  background: #343536;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  pointer-events: none;
}
.breadcrumbs span a:hover::after, .breadcrumbs span a:focus-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.breadcrumbs span span:nth-of-type(2) a {
  cursor: text;
}
.breadcrumbs span span:nth-of-type(2) a::after, .breadcrumbs span span:nth-of-type(2) a:hover::after, .breadcrumbs span span:nth-of-type(2) a:focus-visible::after {
  -webkit-transform: none;
          transform: none;
  content: none;
}

.entite-geo__map #entite-map {
  height: 350px;
  width: 100%;
}

p.entite-geo__contact {
  margin-bottom: 1rem !important;
}

.entite-geo__tel a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Karla, sans-serif;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entite-geo__tel a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #1C5D74;
  border: 1px solid #1C5D74;
  font-size: 1.5rem;
  padding: 2.5px;
  margin-right: 1rem;
  -webkit-transform: translateX(0) rotate(0deg) scale(1);
          transform: translateX(0) rotate(0deg) scale(1);
  -webkit-transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease), -webkit-box-shadow var(--dur) var(--ease);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease), -webkit-box-shadow var(--dur) var(--ease);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), -webkit-transform var(--dur) var(--ease), -webkit-box-shadow var(--dur) var(--ease);
  will-change: transform;
}
@media screen and (max-width: 1920px) {
  .entite-geo__tel a i {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .entite-geo__tel a i {
    height: 30px;
    width: 30px;
    padding: 2px;
    font-size: 1.2rem;
  }
}
.entite-geo__tel a:hover i {
  color: #1C5D74;
  background-color: white;
}

#swiper-fullpage .swiper-pagination {
  left: 14px;
}
#swiper-fullpage .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  margin: var(--swiper-pagination-bullet-vertical-gap, 8px) 0;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
}
#swiper-fullpage .swiper-pagination-bullet-active {
  background: #D49A6A;
  opacity: 1;
}

a[href*="carte-bns.svg"] {
  cursor: default;
}