@charset "UTF-8";
/*@import "bootstrap";*/
/* -- MEDIA QUERIES -- */
/* -- HOVER -- */
/* -- Z-INDEXES -- */
/* ------------------------------------------------------ */
/* + LEB COMMUNICATION -- 20/12/2018
/* ###################################################### */
/* ------------------------------------------------------ */
/* -- VIEWPORT -- */
@viewport {
  width: device-width;
  zoom: 1; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* ###################################################### */
/* ------------------------------------------------------ */
/* -- Fix fonts that render as bold in Firefox -- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  scroll-behavior: smooth; }

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }
/* ###################################################### */
/* ------------------------------------------------------ */
/* -- RESET / BOXSIZING -- */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

body, address, article, aside, audio, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, input, noscript, ol, output, p, pre, section, table, tfoot, ul, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  color: var(--c-secondary);
  font-weight: 500; }

img {
  display: block; }

a {
  text-decoration: none; }

p:empty {
  display: none; }

p a {
  text-underline-position: under; }

/* ###################################################### */
body, * {
  font-family: 'Raleway', sans-serif; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.4rem, 1vw, 1.8rem); }

h1,
.s-vue-cms .card-actu__bigtitle,
.quizIndex__main__titre {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3vw, 6rem); }

h2,
.s-vue-cms .c-contenu__nav-liees__titre,
.quizIndex__titre {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2vw, 4rem); }

h3,
h2.cms-extract-mainTitle,
.detailDomaine__ctas__text,
.recherche-entreprise__titre,
.detailDomaine__ctas__link__titre,
.s-vue-cms .power-page__titre,
.s-vue-cms .c-contenu__nav-soeurs__light {
  font-size: 2.25rem;
  font-size: clamp(2.4rem, 1.5vw, 3rem);
  line-height: 1.25; }

.s-vue-cms .c-contenu__nav-soeurs__light {
  font-weight: normal; }

h2.cms-extract-mainTitle {
  font-weight: 300; }

h4,
h3.card-page-extract__titre,
.s-vue-cms .card-page-extracts .card-page-extract__titre {
  font-size: 2.0rem;
  font-size: clamp(2rem, 1.5vw, 3rem);
  line-height: 1.15; }
  h4 p,
  h3.card-page-extract__titre p,
  .s-vue-cms .card-page-extracts .card-page-extract__titre p {
    line-height: 1.4; }

.cms-extract-mainTitle__lower,
.s-vue-cms .landing-edito,
.s-vue-cms .c-description {
  font-size: 2.0rem;
  font-size: clamp(1.8rem, 1.5vw, 2.6rem);
  line-height: 1.15; }
  .cms-extract-mainTitle__lower p,
  .s-vue-cms .landing-edito p,
  .s-vue-cms .c-description p {
    line-height: 1.4; }

.recherche-entreprise__input input {
  font-size: 2rem; }
  @media screen and (max-width: 80em) {
    .recherche-entreprise__input input {
      font-size: 1.8rem; } }
  @media screen and (max-width: 60em) {
    .recherche-entreprise__input input {
      font-size: 1.6rem; } }

.recherche-entreprise__input--text input {
  font-weight: 400; }

.recherche-entreprise__input--submit input {
  font-weight: 700; }

.portes-ouvertes__titre__texte {
  font-weight: 900;
  font-size: 15rem;
  line-height: 0.9; }
  @media screen and (max-width: 110em) {
    .portes-ouvertes__titre__texte {
      font-size: 12rem; } }
  @media screen and (max-width: 90em) {
    .portes-ouvertes__titre__texte {
      font-size: 10rem; } }
  @media screen and (max-width: 75em) {
    .portes-ouvertes__titre__texte {
      font-size: 7rem; } }
  @media screen and (max-width: 60em) {
    .portes-ouvertes__titre__texte {
      font-size: 6rem; } }
  @media screen and (max-width: 45em) {
    .portes-ouvertes__titre__texte {
      font-size: 4.5rem; } }
  @media screen and (max-width: 35em) {
    .portes-ouvertes__titre__texte {
      font-size: 3.5rem; } }
  @media screen and (max-width: 90em) {
    .portes-ouvertes__titre__texte {
      line-height: 1.05; } }

.portes-ouvertes__link__titre {
  font-weight: 400;
  font-size: 1.8rem;
  font-size: clamp(1.1em, 2vw, 2.2rem); }

.portes-ouvertes__dates {
  font-weight: 400;
  font-size: 2.5rem;
  font-size: clamp(1.5rem, 2vw, 2.6rem); }

.portes-ouvertes__dates .small {
  font-weight: 400;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 2vw, 1.8rem); }

.portes-ouvertes__cta__texte {
  font-weight: 400;
  line-height: 1.25;
  font-size: 2.5rem;
  font-size: clamp(1rem, 1.5vw, 2.2rem); }
  @media (max-width: 60em) {
    .portes-ouvertes__cta__texte {
      font-size: 1.9rem; } }

/* -- SVGS -- */
.stCurrent {
  fill: #3c3c37; }

.stClotures {
  fill: #ffcc03; }

.stAllees {
  fill: #cd2927; }

.stJardins {
  fill: #a8c215; }

.stPiscines {
  fill: #0077b7; }

.stWhite {
  fill: #fff; }

.c-clotures {
  color: #ffcc03; }

.c-allees {
  color: #cd2927; }

.c-jardins {
  color: #a8c215; }

.c-piscines {
  color: #0077b7; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 21;
  background: #fff;
  padding: 0 2rem;
  height: 15vh; }
  @media screen and (max-width: 45em) {
    .header {
      padding: 2rem; } }
  @media screen and (max-width: 60em) {
    .header {
      height: auto; } }
  @media only screen and (max-height: 750px) {
    .header {
      height: auto;
      padding: 2.0rem; } }
  @media (max-width: 60em) {
    .header {
      flex-wrap: wrap;
      padding: 15px;
      display: grid;
      grid-template-columns: 45px 1fr;
      position: static; } }
  .header__togglebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 3rem; }
    @media screen and (max-width: 80em) {
      .header__togglebtn {
        margin: 0 0 0 1.5rem; } }
    @media screen and (max-width: 60em) {
      .header__togglebtn {
        margin: 0 0 0 1rem; } }
    @media screen and (max-width: 45em) {
      .header__togglebtn {
        margin: 0 0 0 0; } }
  .header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1; }
    @media (max-width: 60em) {
      .header__logo {
        flex: 1;
        justify-content: center; } }
    .header__logo > :first-child {
      margin-right: 2.5rem; }
      @media screen and (max-width: 60em) {
        .header__logo > :first-child {
          margin-right: 0; } }
  @media (max-width: 60rem) {
    .header .logoSpecialiste {
      display: none; } }
  .header__ctas {
    display: flex;
    gap: 1.2rem;
    flex-flow: row wrap;
    width: 280px;
    margin: 0 3rem 0 0; }
    @media screen and (max-width: 80em) {
      .header__ctas {
        width: 200px; } }
    @media screen and (max-width: 60em) {
      .header__ctas {
        width: 100%; } }
    @media screen and (max-width: 80em) {
      .header__ctas {
        margin: 0 1.5rem 0 0; } }
    @media screen and (max-width: 60em) {
      .header__ctas {
        margin: 1rem 0; } }
    .header__ctas__link {
      background: #f4f4f4;
      color: #3c3c37;
      padding: 10px 15px;
      display: block;
      border-radius: 4px;
      font-size: 1.5rem;
      transition: all .3s ease-out;
      text-align: center; }
      @media (max-width: 35em) {
        .header__ctas__link {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .header__ctas__link:hover {
        background: #3c3c37;
        color: #fff; }
      .header__ctas__link--rdv {
        background: #cd2927;
        color: #fff;
        flex-basis: 100%; }
        .header__ctas__link--rdv:hover {
          background: #f4f4f4;
          color: #3c3c37; }
      .header__ctas__link--second {
        flex: 1; }
    @media (max-width: 60em) {
      .header__ctas {
        flex-wrap: wrap;
        display: grid; }
        .header__ctas__link--rdv {
          flex: 1; } }

@media (min-width: 60em) {
  .cta-mobile {
    flex-wrap: wrap;
    display: none; } }
@media (max-width: 60em) {
  .cta-mobile {
    margin-bottom: 3.5rem; } }

@media (max-width: 60em) {
  .cta-no-mobile {
    flex-wrap: wrap;
    display: none; } }

.logoSpecialiste {
  background: #f1f1f1;
  padding: 1.2rem 1.0rem 1.1rem 1.6rem;
  position: relative;
  line-height: 0; }
  @media (max-height: 760px) {
    .logoSpecialiste {
      padding: 1.5rem 1.0rem; } }
  .logoSpecialiste:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 10px #f1f1f1 solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    position: absolute;
    left: -10px;
    top: calc(50% - 10px); }
  .logoSpecialiste .numVert {
    line-height: 1.0; }
    .logoSpecialiste .numVert span {
      display: block; }
      .logoSpecialiste .numVert span:last-child {
        margin-top: 0.5rem; }
    .logoSpecialiste .numVert .horaires {
      font-size: 1.0rem;
      color: #3c3c37; }
    .logoSpecialiste .numVert .fixe {
      font-size: 0.8rem;
      color: #149b3d;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600; }
    @media (max-width: 45rem) {
      .logoSpecialiste .numVert span {
        padding-right: 0; }
      .logoSpecialiste .numVert .svg {
        width: 180px; } }
  @media (max-width: 60em) {
    .logoSpecialiste {
      margin-bottom: 2.0rem;
      margin-right: 50px;
      border-radius: 10px 10px 10px 0; }
      .logoSpecialiste:before {
        display: none; } }
  @media (max-width: 45rem) {
    .logoSpecialiste:before {
      border-bottom: 10px #f1f1f1 solid;
      border-left: 10px transparent solid;
      border-right: 10px transparent solid;
      position: absolute;
      top: -20px;
      left: calc(50% - 10px); } }

.c-hb {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 18px 0 0;
  color: #ddd;
  font-size: 1.4rem;
  /*position:fixed;z-index:51;top:20px;left:3.5rem;*/
  font-size: 0.9rem; }
  .c-hb strong {
    color: #3c3c37; }
  .c-hb-gfx {
    width: 24px;
    height: 17px;
    position: relative;
    margin-bottom: 5px; }
    .c-hb-gfx > div {
      display: block;
      width: 24px;
      height: 3px;
      border-radius: 10px;
      background: #3c3c37;
      position: absolute;
      left: 0; }
  .c-hb-1 {
    top: 0;
    transition: all .3s ease; }
  .c-hb-2 {
    top: 7px;
    transition: all .3s ease; }
  .c-hb-3 {
    top: 14px;
    transition: all .3s ease; }
  [data-menu-mobile="open"] .c-hb .c-hb-1 {
    transform: rotate(-45deg);
    top: 5px;
    width: 19px;
    left: 1px; }
  [data-menu-mobile="open"] .c-hb .c-hb-3 {
    transform: rotate(45deg);
    top: 5px;
    width: 19px;
    left: 1px; }
  [data-menu-mobile="open"] .c-hb .c-hb-2 {
    opacity: 0; }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 20vh;
  padding: 0 2rem; }
  @media screen and (max-width: 40em) {
    .footer {
      flex-direction: column; } }
  @media screen and (max-width: 60em) {
    .footer {
      height: auto; } }
  @media screen and (max-width: 60em) {
    .footer {
      padding: 3rem; } }
  .footer > *:first-child {
    margin-right: 4rem;
    margin-bottom: 0; }
    @media screen and (max-width: 45em) {
      .footer > *:first-child {
        margin-right: 0; } }
    @media screen and (max-width: 45em) {
      .footer > *:first-child {
        margin-bottom: 2rem; } }
  .footer .logo__daniel-moquet {
    width: 300px; }
    @media (max-width: 60rem) {
      .footer .logo__daniel-moquet {
        width: 200px; } }
  .footer .adresse {
    flex: 0 0 350px;
    line-height: 1.6;
    padding: 0 5rem; }
    @media screen and (max-width: 60em) {
      .footer .adresse {
        padding: 0; } }
    @media (min-width: 100rem) {
      .footer .adresse {
        flex-basis: 500px; } }
    @media (max-width: 70rem) {
      .footer .adresse {
        flex: 1; } }
    @media (max-width: 70rem) {
      .footer .adresse {
        padding: 4.0rem 0;
        text-align: center; } }
    .footer .adresse a {
      color: #3c3c37; }
  .footer .numVert span {
    display: inline-block;
    padding-right: 21px; }
  .footer .numVert .horaires {
    font-size: 1.0rem;
    color: #3c3c37; }
  .footer .numVert .fixe {
    font-size: 0.8rem;
    color: #149b3d;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600; }
  @media (max-width: 70rem) {
    .footer .numVert {
      text-align: center; }
      .footer .numVert span {
        padding-right: 0; } }

.annexes {
  text-align: center;
  padding-bottom: 30px;
  margin-top: -20px;
  position: relative; }
  @media (max-width: 45em) {
    .annexes {
      margin: 30px 0 0 0; } }
  .annexes:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: -20px;
    left: calc(50% - 25px); }
  .annexes a {
    font-size: 1.5rem;
    color: #909084; }
    .annexes a + a {
      margin-left: 20px; }
    @media (max-width: 45em) {
      .annexes a {
        display: block;
        margin: 15px 0 0 0; } }

/* /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ */
/* FOOTER BADGES */
.footer__badges {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 4rem; }

.footer__badge {
  width: 100px;
  height: auto; }

@media (max-width: 70em) {
  .footer__badges {
    margin-left: 2rem;
    gap: 1rem; }

  .footer__badge {
    width: 80px; } }
@media (max-width: 60em) {
  .footer {
    flex-wrap: wrap;
    height: auto;
    padding: 3rem;
    gap: 2rem; }

  .footer > :first-child {
    margin-right: 0; }

  .footer__badges {
    margin-left: 0;
    width: 100%;
    justify-content: center; }

  .footer__badge {
    width: 90px; } }
@media (max-width: 45em) {
  .footer__badges {
    gap: 1.5rem; }

  .footer__badge {
    width: 75px; } }
.mainMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 3.5rem;
  max-width: 620px;
  background: #fff;
  z-index: 50;
  left: -620px;
  box-shadow: 2.8px 0px 2.2px rgba(0, 0, 0, 0.02), 6.7px 0px 5.3px rgba(0, 0, 0, 0.028), 12.5px 0px 10px rgba(0, 0, 0, 0.035), 22.3px 0px 17.9px rgba(0, 0, 0, 0.042), 41.8px 0px 33.4px rgba(0, 0, 0, 0.05), 100px 0px 80px rgba(0, 0, 0, 0.07); }
  .mainMenu__link {
    display: block;
    border: 1px #f1f1f1 solid;
    padding: 1.4rem;
    border-radius: 6px;
    color: #3c3c37; }
    .mainMenu__link + * {
      margin-top: 0.5rem; }
  .mainMenu__title {
    font-size: 2.2rem;
    margin-bottom: 1.4rem; }
  .mainMenu .mainMenu__mb {
    margin-bottom: 3.5rem; }
  @media (max-width: 60em) {
    .mainMenu {
      overflow-y: scroll;
      width: 80%;
      padding: 2.5rem; } }
  @media (max-width: 45em) {
    .mainMenu {
      width: 100%;
      padding: 1.5rem; } }
  .mainMenu__zone-mobile .numVert img {
    max-width: 220px; }

.ico-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  color: #ddd;
  position: absolute;
  z-index: 51;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .ico-close > div {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background: #3c3c37;
    position: absolute;
    left: 0;
    transform-origin: center center;
    transition: all .3s ease-out; }
  .ico-close-1 {
    transform: rotate(-45deg); }
  .ico-close-2 {
    transform: rotate(45deg); }
  .ico-close:hover > div {
    transform: rotate(180deg); }

.hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  gap: 15px;
  flex-direction: row;
  margin-bottom: 15rem; }
  @media (max-width: 45em) {
    .hero {
      display: none; } }
  @media (min-width: 60em) {
    .hero {
      position: relative;
      z-index: 20;
      margin-top: -20px;
      background: #fff;
      padding: 30px;
      gap: 30px;
      border-radius: 20px; } }
  @media (max-width: 60em) {
    .hero {
      padding: 1.5rem; } }
  @media screen and (max-width: 45em) {
    .hero {
      flex-direction: column; } }
  @media screen and (max-width: 110em) {
    .hero {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 80em) {
    .hero {
      margin-bottom: 8rem; } }
  @media screen and (max-width: 60em) {
    .hero {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 45em) {
    .hero {
      margin-bottom: 3rem; } }
  @media only screen and (max-height: 750px) and (min-width: 700px) {
    .hero {
      flex-direction: row;
      align-items: flex-start; } }
  .hero section {
    flex: 1; }
  @media (max-width: 60rem) {
    .hero section + section {
      margin-top: 5.0rem; } }
  .hero .hero__domaine {
    color: #3c3c37;
    transition: flex .3s ease-out;
    padding-bottom: 0; }
    @media screen and (max-width: 45em) {
      .hero .hero__domaine {
        padding-bottom: 1.5rem; } }
    @media (max-width: 45em) {
      .hero .hero__domaine {
        width: 100%; } }
    @media only screen and (max-height: 750px) {
      .hero .hero__domaine {
        height: auto; } }
    @media (min-width: 60rem) {
      .hero .hero__domaine {
        flex: 1; }
        .hero .hero__domaine img,
        .hero .hero__domaine .svg__arrow {
          transition: all .3s ease-out; } }
  .hero .hero__cover {
    display: block;
    border-radius: 10px; }
    @media not all and (pointer: coarse) {
      .hero .hero__cover:hover .hero__cover__img__video {
        transform: scale(1.1); } }
    .hero .hero__cover .hero__cover__img {
      max-height: calc(75vh - 281px);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      padding-top: 20px; }
      @media only screen and (max-height: 750px) and (min-width: 700px) {
        .hero .hero__cover .hero__cover__img {
          max-height: none; } }
      .hero .hero__cover .hero__cover__img img {
        width: 100%; }
      .hero .hero__cover .hero__cover__img__video {
        transition: all .3s ease-out;
        height: 300px; }
        @media screen and (max-width: 100em) {
          .hero .hero__cover .hero__cover__img__video {
            height: 260px; } }
        @media screen and (max-width: 60em) {
          .hero .hero__cover .hero__cover__img__video {
            height: 200px; } }
  .hero .hero__cover__lien {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3c3c37;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    padding: 4.5rem 2rem 7rem; }
    @media screen and (max-width: 60em) {
      .hero .hero__cover__lien {
        padding: 0 2rem 4rem; } }
    @media (min-width: 60em) {
      .hero .hero__cover__lien {
        padding: 0 2.0rem 7.0rem;
        position: relative;
        z-index: 10; } }
    .hero .hero__cover__lien > *:first-child {
      margin-right: 1rem; }
    @media only screen and (max-height: 730px) and (min-width: 700px) {
      .hero .hero__cover__lien {
        font-size: 1.3rem; } }
    .hero .hero__cover__lien--fl {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .hero .hero__cover__lien__small {
      font-size: 1.6rem;
      font-style: italic;
      margin-bottom: 0.8rem;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.56); }
    .hero .hero__cover__lien__hl {
      display: block;
      background: #fff;
      border-radius: 6px;
      padding: 8px;
      color: #3c3c37; }
  .hero .hero__titre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .hero .hero__titre .hero__titre__label {
      font-size: clamp(1.7rem, 1.5vw, 3rem); }
      @media only screen and (max-height: 730px) and (min-width: 700px) {
        .hero .hero__titre .hero__titre__label {
          font-size: 1.5rem; } }
    .hero .hero__titre .hero__titre__logo {
      margin: -3.5rem auto 0.5rem;
      width: 160px;
      height: 140px; }
      @media screen and (max-width: 45em) {
        .hero .hero__titre .hero__titre__logo {
          width: 110px; } }
      @media screen and (max-width: 45em) {
        .hero .hero__titre .hero__titre__logo {
          height: 96px; } }
      @media only screen and (max-height: 750px) and (min-width: 700px) {
        .hero .hero__titre .hero__titre__logo {
          width: 110px;
          height: 96px; } }
    .hero .hero__titre .hero__cover__lien {
      padding: 0 0 1.0rem;
      margin-top: 0; }
    @media not all and (pointer: coarse) {
      .hero .hero__titre:hover .svg__arrow {
        transform: rotate(360deg) scale(1.4) translateX(5px); } }
  .hero .hero__domaine--clotures .hero__cover {
    background: #ffcc03; }
  .hero .hero__domaine--clotures .hero__titre span {
    color: #ffcc03; }
  .hero .hero__domaine--allees .hero__cover {
    background: #cd2927; }
  .hero .hero__domaine--allees h1.hero__cover__lien {
    color: #fff; }
  .hero .hero__domaine--allees .hero__titre span {
    color: #cd2927; }
  .hero .hero__domaine--jardins .hero__cover {
    background: #a8c215; }
  .hero .hero__domaine--jardins .hero__titre span {
    color: #a8c215; }

.videoMoquet {
  background: url(../img/bg-video.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 10rem 0; }
  @media screen and (max-width: 100em) {
    .videoMoquet {
      padding: 7rem 0; } }
  @media screen and (max-width: 80em) {
    .videoMoquet {
      padding: 5rem; } }
  @media screen and (max-width: 60em) {
    .videoMoquet {
      padding: 3.5rem 0; } }
  @media screen and (max-width: 45em) {
    .videoMoquet {
      padding: 2rem 0 0.8rem; } }
  .videoMoquet__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .videoMoquet__main__titre {
      text-align: center;
      color: #3c3c37;
      font-weight: 300;
      font-size: clamp(2.25rem, 3.5vw, 3.5rem);
      margin: 0 5rem 5rem; }
      @media screen and (max-width: 80em) {
        .videoMoquet__main__titre {
          margin: 0 4rem 4rem; } }
      @media screen and (max-width: 60em) {
        .videoMoquet__main__titre {
          margin: 0 2.5rem 1.5rem; } }
      .videoMoquet__main__titre strong {
        margin-right: 0.6rem; }
  .videoMoquet__container {
    margin: auto; }
    @media (min-width: 60em) {
      .videoMoquet__container {
        max-width: 1024px;
        width: 70%; } }
  @media screen and (min-width: 60em) and (max-width: 90em) {
    .videoMoquet__container {
      width: 86%; } }

    @media (max-width: 60em) {
      .videoMoquet__container {
        width: 96%; } }

.motionMarque {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background: #eee;
  aspect-ratio: 1600/750;
  position: relative;
  color: #3c3c37; }
  @media (max-width: 50em) {
    .motionMarque {
      display: none; } }
  .motionMarque__video {
    display: block;
    position: relative;
    z-index: 1;
    width: 60%;
    width: 60%; }
    @media (min-width: 50em) {
      .motionMarque__video {
        aspect-ratio: 1186/790; } }
    @media screen and (max-width: 50em) {
      .motionMarque__video {
        width: 100%; } }
  .motionMarque__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 50em) {
      .motionMarque__text {
        align-items: center; } }
    @media (max-width: 50em) {
      .motionMarque__text {
        padding-top: 2.5rem; } }
    .motionMarque__text span {
      display: block; }
    .motionMarque__text__outside {
      display: flex;
      align-items: center;
      z-index: 10;
      padding-left: 9rem; }
      @media (min-width: 50em) {
        .motionMarque__text__outside {
          position: absolute;
          height: 100%;
          left: 0; } }
      @media (max-width: 50em) {
        .motionMarque__text__outside {
          margin-bottom: -20px; } }
      @media screen and (max-width: 110em) {
        .motionMarque__text__outside {
          padding-left: 7rem; } }
      @media screen and (max-width: 75em) {
        .motionMarque__text__outside {
          padding-left: 5rem; } }
      @media screen and (max-width: 60em) {
        .motionMarque__text__outside {
          padding-left: 3.5rem; } }
      @media screen and (max-width: 50em) {
        .motionMarque__text__outside {
          padding-left: 1rem; } }
      @media (max-width: 50em) {
        .motionMarque__text__outside {
          padding-right: 1.0rem; } }
    .motionMarque__text__accroche {
      margin-bottom: 2.0rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 35em) {
        .motionMarque__text__accroche {
          width: 100%; } }
      .motionMarque__text__accroche > span {
        color: #888;
        margin-bottom: 2.5rem;
        position: relative;
        font-size: 2.4rem; }
        @media screen and (max-width: 60em) {
          .motionMarque__text__accroche > span {
            font-size: 2rem; } }
        @media screen and (max-width: 45em) {
          .motionMarque__text__accroche > span {
            font-size: 1.8rem; } }
        .motionMarque__text__accroche > span:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-top: 10px #888 solid;
          border-left: 10px transparent solid;
          border-right: 10px transparent solid;
          position: absolute;
          bottom: -15px;
          left: calc(50% - 10px); }
    .motionMarque__text__icons {
      display: flex; }
      @media (max-width: 35em) {
        .motionMarque__text__icons {
          width: 100%; } }
      .motionMarque__text__icons > * + * {
        margin-left: 0.8rem; }
      .motionMarque__text__icons > a {
        padding: 1.1rem 1.8rem;
        border-radius: 5px;
        font-weight: bold;
        font-size: 2.2rem; }
        @media (min-width: 45em) {
          .motionMarque__text__icons > a {
            transition: all .3s ease-out; } }
        @media not all and (pointer: coarse) {
          .motionMarque__text__icons > a:hover {
            transform: scale(1.05) translateY(-6px); } }
        @media (max-width: 35em) {
          .motionMarque__text__icons > a {
            flex: 1; } }
        @media screen and (max-width: 110em) {
          .motionMarque__text__icons > a {
            font-size: 2rem; } }
        @media screen and (max-width: 75em) {
          .motionMarque__text__icons > a {
            font-size: 1.8rem; } }
        @media screen and (max-width: 60em) {
          .motionMarque__text__icons > a {
            font-size: 1.6rem; } }
        @media screen and (max-width: 45em) {
          .motionMarque__text__icons > a {
            font-size: 1.4rem; } }
        @media (max-width: 45em) {
          .motionMarque__text__icons > a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
        .motionMarque__text__icons > a.bg-clotures {
          background: #ffcc03;
          color: #3c3c37; }
        .motionMarque__text__icons > a.bg-allees {
          background: #cd2927;
          color: #fff; }
        .motionMarque__text__icons > a.bg-jardins {
          background: #a8c215;
          color: #3c3c37; }
    .motionMarque__text span.desktop {
      display: block; }
      @media screen and (max-width: 45em) {
        .motionMarque__text span.desktop {
          display: none; } }
    .motionMarque__text span.mobile {
      display: none; }
      @media screen and (max-width: 45em) {
        .motionMarque__text span.mobile {
          display: block; } }
    .motionMarque__text__titre {
      font-weight: 900;
      line-height: 1.0;
      width: 760px;
      font-size: 8.4rem; }
      @media screen and (max-width: 75em) {
        .motionMarque__text__titre {
          width: 620px; } }
      @media screen and (max-width: 60em) {
        .motionMarque__text__titre {
          width: 480px; } }
      @media screen and (max-width: 45em) {
        .motionMarque__text__titre {
          width: 100%; } }
      @media screen and (max-width: 130em) {
        .motionMarque__text__titre {
          font-size: 7rem; } }
      @media screen and (max-width: 110em) {
        .motionMarque__text__titre {
          font-size: 6rem; } }
      @media screen and (max-width: 75em) {
        .motionMarque__text__titre {
          font-size: 5rem; } }
      @media screen and (max-width: 60em) {
        .motionMarque__text__titre {
          font-size: 4rem; } }
      @media screen and (max-width: 45em) {
        .motionMarque__text__titre {
          font-size: 3rem; } }
      @media screen and (max-width: 35em) {
        .motionMarque__text__titre {
          font-size: 2.6rem; } }
      @media (max-width: 45em) {
        .motionMarque__text__titre {
          margin-bottom: 0.2rem; } }
    .motionMarque__text__soustitre {
      font-weight: 300;
      line-height: 1.2;
      width: 620px;
      font-size: 5.4rem; }
      @media screen and (max-width: 75em) {
        .motionMarque__text__soustitre {
          width: 500px; } }
      @media screen and (max-width: 60em) {
        .motionMarque__text__soustitre {
          width: 400px; } }
      @media screen and (max-width: 45em) {
        .motionMarque__text__soustitre {
          width: 100%; } }
      @media screen and (max-width: 110em) {
        .motionMarque__text__soustitre {
          font-size: 4rem; } }
      @media screen and (max-width: 75em) {
        .motionMarque__text__soustitre {
          font-size: 3rem; } }
      @media screen and (max-width: 60em) {
        .motionMarque__text__soustitre {
          font-size: 2.5rem; } }
      @media screen and (max-width: 45em) {
        .motionMarque__text__soustitre {
          font-size: 1.8rem; } }
      @media (max-width: 45em) {
        .motionMarque__text__soustitre {
          line-height: 1.4; } }

.contenu-extracts {
  border-top: 2px #eee solid;
  padding: 7.5rem; }
  @media screen and (max-width: 100em) {
    .contenu-extracts {
      padding: 5rem; } }
  @media screen and (max-width: 60em) {
    .contenu-extracts {
      padding: 2.5rem; } }
  @media screen and (max-width: 45em) {
    .contenu-extracts {
      padding: 1.5rem; } }
  @media screen and (max-width: 35em) {
    .contenu-extracts {
      padding: 1.5rem 0; } }
  .contenu-extracts + .contenu-extracts {
    background: linear-gradient(to bottom, #eee, #fff); }
    @media screen and (max-width: 45em) {
      .contenu-extracts + .contenu-extracts {
        background: #eee; } }
  .contenu-extracts__titre {
    font-size: 2.8rem;
    font-weight: 300;
    margin: 0 0 5rem; }
    @media screen and (max-width: 100em) {
      .contenu-extracts__titre {
        margin: 3rem; } }
    @media screen and (max-width: 60em) {
      .contenu-extracts__titre {
        margin: 2rem; } }
    .contenu-extracts__titre strong {
      font-weight: 700;
      font-size: 3.2rem; }

.card-page-extracts {
  display: grid;
  grid-gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 60em) {
    .card-page-extracts {
      grid-gap: 4rem; } }
  @media screen and (max-width: 60em) {
    .card-page-extracts {
      grid-gap: 2rem; } }
  @media screen and (max-width: 60em) {
    .card-page-extracts {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 35em) {
    .card-page-extracts {
      grid-template-columns: 1fr; } }
  .card-page-extracts .card-page-extract {
    width: 100%;
    color: #3c3c37; }
    .card-page-extracts .card-page-extract img {
      display: block;
      width: 100%; }
    .card-page-extracts .card-page-extract__titre {
      line-height: 1.4;
      margin: 2.0rem 0 1.8rem;
      font-weight: 600;
      font-size: 2.4rem; }
      @media screen and (max-width: 60em) {
        .card-page-extracts .card-page-extract__titre {
          font-size: 2rem; } }
      @media screen and (max-width: 45em) {
        .card-page-extracts .card-page-extract__titre {
          font-size: 1.8rem; } }
    .card-page-extracts .card-page-extract__plus {
      font-size: 1.6rem; }
      @media screen and (max-width: 60em) {
        .card-page-extracts .card-page-extract__plus {
          font-size: 1.4rem; } }
      @media screen and (max-width: 45em) {
        .card-page-extracts .card-page-extract__plus {
          font-size: 1.3rem; } }

/* INTEGRATION quiz -- 08 03 2024 */
.quizIndex {
  background: #eee;
  padding: 15rem 10rem; }
  @media screen and (max-width: 120em) {
    .quizIndex {
      padding: 8.5rem; } }
  @media screen and (max-width: 100em) {
    .quizIndex {
      padding: 6rem; } }
  @media screen and (max-width: 80em) {
    .quizIndex {
      padding: 4rem; } }
  @media screen and (max-width: 60em) {
    .quizIndex {
      padding: 3rem; } }
  @media screen and (max-width: 45em) {
    .quizIndex {
      padding: 1.5rem; } }
  .quizIndex__main__titre {
    color: #3c3c37;
    text-align: center;
    margin-bottom: 8rem; }
    @media screen and (max-width: 100em) {
      .quizIndex__main__titre {
        margin-bottom: 6rem; } }
    @media screen and (max-width: 60em) {
      .quizIndex__main__titre {
        margin-bottom: 4rem; } }
    @media (max-width: 45em) {
      .quizIndex__main__titre {
        font-size: 2.4rem; } }
    .quizIndex__main__titre strong {
      color: #a8c215;
      font-style: italic; }
  .quizIndex__split {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 30em) {
      .quizIndex__split {
        flex-direction: column; } }
    .quizIndex__split__visuals {
      width: 300px;
      height: 300px;
      position: relative;
      margin: 0 14rem 0 0; }
      @media screen and (max-width: 100em) {
        .quizIndex__split__visuals {
          width: 240px; } }
      @media screen and (max-width: 60em) {
        .quizIndex__split__visuals {
          width: 180px; } }
      @media screen and (max-width: 100em) {
        .quizIndex__split__visuals {
          height: 240px; } }
      @media screen and (max-width: 60em) {
        .quizIndex__split__visuals {
          height: 180px; } }
      @media screen and (max-width: 100em) {
        .quizIndex__split__visuals {
          margin: 0 10rem 0 0; } }
      @media screen and (max-width: 60em) {
        .quizIndex__split__visuals {
          margin: 0 4rem 0 0; } }
      @media screen and (max-width: 30em) {
        .quizIndex__split__visuals {
          margin: 0 0 3rem 0; } }
      .quizIndex__split__visuals img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0; }
        .quizIndex__split__visuals img:first-child {
          opacity: 1; }
  .quizIndex__accroche {
    margin-top: 2rem;
    line-height: 1.6;
    max-width: 440px;
    font-size: 2rem; }
    @media screen and (max-width: 100em) {
      .quizIndex__accroche {
        max-width: 380px; } }
    @media screen and (max-width: 60em) {
      .quizIndex__accroche {
        max-width: 310px; } }
    @media screen and (max-width: 60em) {
      .quizIndex__accroche {
        font-size: 1.8rem; } }
    @media screen and (max-width: 45em) {
      .quizIndex__accroche {
        font-size: 1.6rem; } }
  .quizIndex__titre {
    position: relative; }
    .quizIndex__titre .gfx__dots {
      display: block;
      width: 45px;
      height: 45px;
      position: absolute;
      top: -60px;
      left: -45px; }
      @media (max-width: 100em) {
        .quizIndex__titre .gfx__dots {
          transform: scale(0.8);
          top: -44px;
          left: -25px; } }
      @media (max-width: 90em) {
        .quizIndex__titre .gfx__dots {
          transform: scale(0.65);
          top: -56px;
          left: -42px; } }
      @media (max-width: 60em) {
        .quizIndex__titre .gfx__dots {
          transform: scale(0.5);
          top: -44px;
          left: -25px; } }
      .quizIndex__titre .gfx__dots span, .quizIndex__titre .gfx__dots:before, .quizIndex__titre .gfx__dots:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute; }
      .quizIndex__titre .gfx__dots span {
        background: #ffcc03;
        bottom: 0;
        right: 0; }
      .quizIndex__titre .gfx__dots:before {
        background: #cd2927;
        bottom: 0;
        left: 0; }
      .quizIndex__titre .gfx__dots:after {
        background: #a8c215;
        top: 0;
        right: 0; }
    .quizIndex__titre__link {
      position: relative;
      color: #3c3c37; }
      .quizIndex__titre__link svg {
        position: relative;
        top: -5px;
        left: 5px;
        transition: all 0.3s ease-out; }
      .quizIndex__titre__link:hover svg {
        transform: rotate(360deg) scale(1.4) translateX(0); }

.quiz-popup {
  padding: 1.5rem 10rem;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid; }
  @media screen and (max-width: 120em) {
    .quiz-popup {
      padding: 2rem 8.5rem; } }
  @media screen and (max-width: 100em) {
    .quiz-popup {
      padding: 0 6rem; } }
  @media screen and (max-width: 80em) {
    .quiz-popup {
      padding: 0 4rem; } }
  @media screen and (max-width: 60em) {
    .quiz-popup {
      padding: 0 3rem; } }
  @media screen and (max-width: 45em) {
    .quiz-popup {
      padding: 0 1rem; } }

.detailDomaine {
  color: #3c3c37;
  padding: 15rem 10rem; }
  @media screen and (max-width: 120em) {
    .detailDomaine {
      padding: 8.5rem; } }
  @media screen and (max-width: 100em) {
    .detailDomaine {
      padding: 6rem; } }
  @media screen and (max-width: 80em) {
    .detailDomaine {
      padding: 4rem; } }
  @media screen and (max-width: 60em) {
    .detailDomaine {
      padding: 3rem; } }
  .detailDomaine .detailDomaine__titre {
    font-weight: 300;
    text-align: center;
    margin-bottom: 10rem; }
    @media screen and (max-width: 35em) {
      .detailDomaine .detailDomaine__titre {
        margin-bottom: 4rem; } }
    @media (min-width: 35rem) and (max-width: 60rem) {
      .detailDomaine .detailDomaine__titre {
        margin-bottom: 2.5rem; } }
    .detailDomaine .detailDomaine__titre .detailDomaine__titre__mask {
      overflow: hidden; }
      .detailDomaine .detailDomaine__titre .detailDomaine__titre__mask .detailDomaine__titre__mask__appear {
        transform-origin: 0 50%; }
    .detailDomaine .detailDomaine__titre__url {
      font-size: 3.6rem;
      font-weight: bold; }
      .detailDomaine .detailDomaine__titre__url__link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.5rem;
        color: #fff; }
        .detailDomaine .detailDomaine__titre__url__link span {
          display: block;
          position: relative; }
          .detailDomaine .detailDomaine__titre__url__link span:after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background: #fff;
            position: absolute;
            bottom: -8px;
            left: 0; }
        .detailDomaine .detailDomaine__titre__url__link .svg__arrow {
          transition: all 0.3s ease-out; }
        @media not all and (pointer: coarse) {
          .detailDomaine .detailDomaine__titre__url__link:hover .svg__arrow {
            transform: rotate(360deg) scale(1.4) translateX(5px); } }
      .detailDomaine .detailDomaine__titre__url .svg__arrow.svg__arrow-s1 {
        margin-left: 1.2rem;
        width: 30px;
        height: 30px;
        color: #fff; }
        .detailDomaine .detailDomaine__titre__url .svg__arrow.svg__arrow-s1 .stCurrent {
          fill: currentColor; }
    .detailDomaine .detailDomaine__titre__text {
      font-weight: 900;
      max-width: 960px;
      display: block;
      margin: auto; }
  .detailDomaine .main {
    display: flex;
    width: 100%;
    flex-direction: row; }
    @media screen and (max-width: 60em) {
      .detailDomaine .main {
        flex-direction: column; } }
    @media (max-width: 110em) {
      .detailDomaine .main {
        align-items: flex-start; } }
    .detailDomaine .main > *:first-child {
      margin-right: 10rem;
      margin-bottom: 0; }
      @media screen and (max-width: 120em) {
        .detailDomaine .main > *:first-child {
          margin-right: 8.5rem; } }
      @media screen and (max-width: 100em) {
        .detailDomaine .main > *:first-child {
          margin-right: 7rem; } }
      @media screen and (max-width: 80em) {
        .detailDomaine .main > *:first-child {
          margin-right: 5rem; } }
      @media screen and (max-width: 60em) {
        .detailDomaine .main > *:first-child {
          margin-right: 0; } }
      @media screen and (max-width: 60em) {
        .detailDomaine .main > *:first-child {
          margin-bottom: 5rem; } }
    .detailDomaine .main .main__cover {
      background: #fff;
      flex: 0 0 40%;
      padding: 3.5rem 5rem 4.5rem; }
      @media screen and (max-width: 120em) {
        .detailDomaine .main .main__cover {
          flex: 0 0 36%; } }
      @media screen and (max-width: 110em) {
        .detailDomaine .main .main__cover {
          flex: 0 0 33%; } }
      @media screen and (max-width: 100em) {
        .detailDomaine .main .main__cover {
          flex: 0 0 30%; } }
      @media screen and (max-width: 110em) {
        .detailDomaine .main .main__cover {
          padding: 2.5rem 3.5rem 3.5rem; } }
      @media screen and (max-width: 80em) {
        .detailDomaine .main .main__cover {
          padding: 1.5rem 2rem 2.5rem; } }
      .detailDomaine .main .main__cover .main__content__logo {
        position: relative; }
        .detailDomaine .main .main__cover .main__content__logo .main__content__logo__intro {
          position: absolute;
          background: #3c3c37;
          padding: 0.6rem 1.0rem;
          border-radius: 5px;
          color: #fff;
          top: -5rem; }
          @media screen and (max-width: 110em) {
            .detailDomaine .main .main__cover .main__content__logo .main__content__logo__intro {
              top: -4rem; } }
          @media screen and (max-width: 80em) {
            .detailDomaine .main .main__cover .main__content__logo .main__content__logo__intro {
              top: -3rem; } }
      .detailDomaine .main .main__cover .main__cover__logo {
        width: 100%;
        max-width: 420px;
        margin-bottom: 3.0rem; }
      .detailDomaine .main .main__cover .main__cover__img {
        overflow: hidden; }
        .detailDomaine .main .main__cover .main__cover__img img {
          width: 100%;
          transition: all .6s ease-out; }
      .detailDomaine .main .main__cover .svg__arrow {
        transition: all 0.3s ease-out; }
      .detailDomaine .main .main__cover__splitlink {
        display: flex;
        align-items: center;
        padding-top: 3.5rem; }
        @media (max-width: 100em) {
          .detailDomaine .main .main__cover__splitlink {
            flex-direction: column; }
            .detailDomaine .main .main__cover__splitlink > *:first-child {
              margin-bottom: 2.5rem; } }
        .detailDomaine .main .main__cover__splitlink a {
          display: flex;
          align-items: center;
          color: #3c3c37;
          justify-content: center; }
          @media (min-width: 100em) {
            .detailDomaine .main .main__cover__splitlink a:first-child {
              flex: 1; } }
          .detailDomaine .main .main__cover__splitlink a > *:first-child {
            margin-right: 2rem; }
          .detailDomaine .main .main__cover__splitlink a span {
            flex: 1; }
        .detailDomaine .main .main__cover__splitlink .main__cover__link strong {
          color: #ffcc03;
          font-weight: bold;
          font-size: 2.2rem; }
          @media screen and (max-width: 120em) {
            .detailDomaine .main .main__cover__splitlink .main__cover__link strong {
              font-size: 2rem; } }
          @media screen and (max-width: 100em) {
            .detailDomaine .main .main__cover__splitlink .main__cover__link strong {
              font-size: 1.8rem; } }
        .detailDomaine .main .main__cover__splitlink .main__cover__link span > span, .detailDomaine .main .main__cover__splitlink .main__cover__link strong {
          display: block;
          transition: all 0.3s ease-out; }
        @media not all and (pointer: coarse) {
          .detailDomaine .main .main__cover__splitlink .main__cover__link:hover .svg__arrow {
            transform: rotate(360deg) scale(1.4) translateX(0); }
          .detailDomaine .main .main__cover__splitlink .main__cover__link:hover span > span, .detailDomaine .main .main__cover__splitlink .main__cover__link:hover strong {
            transform: translateX(10px); } }
        @media (max-width: 120em) {
          .detailDomaine .main .main__cover__splitlink .main__cover__entreprise {
            width: 140px;
            margin-left: 1.0rem; } }
        .detailDomaine .main .main__cover__splitlink .main__cover__entreprise svg, .detailDomaine .main .main__cover__splitlink .main__cover__entreprise span {
          transition: all 0.3s ease-out; }
        .detailDomaine .main .main__cover__splitlink .main__cover__entreprise svg {
          width: 30px;
          height: 30px;
          margin-right: 0.5rem; }
        @media not all and (pointer: coarse) {
          .detailDomaine .main .main__cover__splitlink .main__cover__entreprise:hover svg {
            transform: rotate(360deg) scale(1.4) translateX(0); }
          .detailDomaine .main .main__cover__splitlink .main__cover__entreprise:hover span {
            transform: translateX(10px); } }
    .detailDomaine .main .main__details {
      display: flex;
      flex: 1; }
      .detailDomaine .main .main__details > *:nth-child(2), .detailDomaine .main .main__details > *:nth-child(3) {
        margin-left: 10rem;
        margin-top: 0; }
        @media screen and (max-width: 120em) {
          .detailDomaine .main .main__details > *:nth-child(2), .detailDomaine .main .main__details > *:nth-child(3) {
            margin-left: 8rem; } }
        @media screen and (max-width: 90em) {
          .detailDomaine .main .main__details > *:nth-child(2), .detailDomaine .main .main__details > *:nth-child(3) {
            margin-left: 6.5rem; } }
        @media screen and (max-width: 100em) {
          .detailDomaine .main .main__details > *:nth-child(2), .detailDomaine .main .main__details > *:nth-child(3) {
            margin-left: 5rem; } }
        @media screen and (max-width: 90em) {
          .detailDomaine .main .main__details > *:nth-child(2), .detailDomaine .main .main__details > *:nth-child(3) {
            margin-left: 0; } }
        @media screen and (max-width: 90em) {
          .detailDomaine .main .main__details > *:nth-child(2), .detailDomaine .main .main__details > *:nth-child(3) {
            margin-top: 5rem; } }
      .detailDomaine .main .main__details .main__details__col {
        flex: 1;
        display: flex;
        flex-direction: column; }
        @media (min-width: 110em) {
          .detailDomaine .main .main__details .main__details__col:nth-child(1) {
            justify-content: flex-end; }
          .detailDomaine .main .main__details .main__details__col:nth-child(3) {
            justify-content: center; } }
        .detailDomaine .main .main__details .main__details__col .main__titre {
          display: flex;
          align-items: center; }
          .detailDomaine .main .main__details .main__details__col .main__titre > *:first-child {
            margin-right: 1rem; }
          .detailDomaine .main .main__details .main__details__col .main__titre a {
            color: #3c3c37; }
          .detailDomaine .main .main__details .main__details__col .main__titre .main__details__cover {
            margin-bottom: 2.5rem;
            overflow: hidden; }
            .detailDomaine .main .main__details .main__details__col .main__titre .main__details__cover img {
              width: 100%;
              transition: all .6s ease-out; }
          .detailDomaine .main .main__details .main__details__col .main__titre .svg__arrow {
            transition: all 0.3s ease-out; }
          @media not all and (pointer: coarse) {
            .detailDomaine .main .main__details .main__details__col .main__titre:hover .main__details__cover img {
              transform: scale(1.25) !important; }
            .detailDomaine .main .main__details .main__details__col .main__titre:hover .svg__arrow {
              transform: rotate(360deg) scale(1.4) translateX(5px); } }
        .detailDomaine .main .main__details .main__details__col .main__descriptif__container .main__listing__tags {
          font-size: 1.3rem;
          line-height: 1.4;
          margin: 0.6rem 0 1.5rem; }
        .detailDomaine .main .main__details .main__details__col .main__descriptif__container .main__descriptif {
          line-height: 1.7;
          font-size: 1.6rem; }
        .detailDomaine .main .main__details .main__details__col .main__listing {
          display: flex;
          flex-wrap: wrap;
          font-size: 1.6rem; }
          .detailDomaine .main .main__details .main__details__col .main__listing > * {
            margin-bottom: 1.0rem;
            margin-right: 1.0rem; }
      @media (max-width: 90em) {
        .detailDomaine .main .main__details {
          flex-direction: column; }
          .detailDomaine .main .main__details .main__details__col {
            flex-direction: row; }
            .detailDomaine .main .main__details .main__details__col > *:first-child {
              margin-right: 3.5rem; } }
      @media screen and (max-width: 90em) and (max-width: 35em) {
        .detailDomaine .main .main__details .main__details__col > *:first-child {
          margin-right: 1.5rem; } }
    @media screen and (max-width: 90em) and (max-width: 35em) {
      .detailDomaine .main .main__details .main__details__col {
        flex-direction: column; } }
      @media (max-width: 90em) {
            .detailDomaine .main .main__details .main__details__col .main__titre {
              flex: 0 0 250px; } }
      @media (max-width: 90em) and (min-width: 35rem) and (max-width: 60rem) {
        .detailDomaine .main .main__details .main__details__col .main__titre a {
          display: flex;
          flex-direction: column; }
        .detailDomaine .main .main__details .main__details__col .main__titre .main__details__cover {
          margin: 2.0rem 0 0;
          order: 1; } }
      @media (max-width: 90em) {
            .detailDomaine .main .main__details .main__details__col .main__descriptif__container {
              flex: 1; } }
  .detailDomaine__ctas {
    background: #f4f4f4;
    padding: 5.0rem; }
    .detailDomaine__ctas__inside {
      display: flex;
      justify-content: space-between;
      border-radius: 0 40px 40px 40px;
      background: #fff;
      padding: 3rem 5rem;
      gap: 4rem; }
      .s-vue-cms .detailDomaine__ctas__inside {
        border: 1px #eee solid; }
      @media (max-width: 85em) {
        .detailDomaine__ctas__inside {
          flex-wrap: wrap; } }
      @media screen and (max-width: 100em) {
        .detailDomaine__ctas__inside {
          padding: 3rem 4rem; } }
      @media screen and (max-width: 60em) {
        .detailDomaine__ctas__inside {
          padding: 3rem; } }
      @media screen and (max-width: 45em) {
        .detailDomaine__ctas__inside {
          padding: 2rem; } }
      @media screen and (max-width: 100em) {
        .detailDomaine__ctas__inside {
          gap: 3.5rem; } }
      @media screen and (max-width: 60em) {
        .detailDomaine__ctas__inside {
          gap: 3rem; } }
      @media screen and (max-width: 45em) {
        .detailDomaine__ctas__inside {
          gap: 1.5rem; } }
    .detailDomaine__ctas__text {
      line-height: 1.3;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 60em) {
        .detailDomaine__ctas__text {
          flex: 1; } }
    .detailDomaine__ctas__link {
      border-radius: 0 20px 20px 20px;
      border: 1px #eee solid;
      display: flex;
      flex-direction: column;
      width: 30%;
      padding: 3rem; }
      @media screen and (max-width: 60em) {
        .detailDomaine__ctas__link {
          width: 100%; } }
      @media screen and (max-width: 100em) {
        .detailDomaine__ctas__link {
          padding: 2.5rem; } }
      @media screen and (max-width: 60em) {
        .detailDomaine__ctas__link {
          padding: 2rem; } }
      .detailDomaine__ctas__link--rdv {
        background: #3c3c37;
        border-color: #3c3c37; }
        .detailDomaine--ctas--allees .detailDomaine__ctas__link--rdv {
          background: #cd2927;
          border-color: #cd2927; }
          .detailDomaine--ctas--allees .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__titre {
            color: #fff; }
          .detailDomaine--ctas--allees .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__text {
            color: #fff; }
        .detailDomaine--ctas--clotures .detailDomaine__ctas__link--rdv {
          background: #ffcc03;
          border-color: #ffcc03; }
          .detailDomaine--ctas--clotures .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__titre {
            color: #3c3c37; }
        .detailDomaine--ctas--jardins .detailDomaine__ctas__link--rdv {
          background: #a8c215;
          border-color: #a8c215; }
          .detailDomaine--ctas--jardins .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__titre {
            color: #3c3c37; }
      .detailDomaine__ctas__link__titre {
        color: #3c3c37;
        font-weight: 700;
        margin-bottom: 0.9rem;
        padding-left: 0;
        transition: all .3s ease-out; }
        .detailDomaine--ctas--allees .detailDomaine__ctas__link__titre svg {
          color: #cd2927; }
        .detailDomaine--ctas--clotures .detailDomaine__ctas__link__titre svg {
          color: #ffcc03; }
        .detailDomaine--ctas--jardins .detailDomaine__ctas__link__titre svg {
          color: #a8c215; }
        .detailDomaine--ctas--allees .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__titre svg {
          color: #fff; }
        .detailDomaine--ctas--clotures .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__titre svg {
          color: #3c3c37; }
        .detailDomaine--ctas--jardins .detailDomaine__ctas__link--rdv .detailDomaine__ctas__link__titre svg {
          color: #3c3c37; }
      .detailDomaine__ctas__link__text {
        font-size: 1.8rem;
        line-height: 1.3;
        color: #3c3c37; }
      @media not all and (pointer: coarse) {
        .detailDomaine__ctas__link:hover .detailDomaine__ctas__link__titre {
          padding-left: 6px; } }

.detailDomaine--clotures {
  background: #ffcc03; }

.detailDomaine--allees {
  background: #cd2927;
  color: #fff; }
  .detailDomaine--allees .main .main__cover .main__cover__link strong,
  .detailDomaine--allees .main .main__cover .main__cover__splitlink .main__cover__link strong {
    color: #cd2927; }
  .detailDomaine--allees .main .main__details .main__details__col .main__titre a {
    color: #fff; }
  .detailDomaine--allees .main .main__details .main__details__col .main__listing span {
    border-color: #fff; }
    .detailDomaine--allees .main .main__details .main__details__col .main__listing span:before {
      background: #fff; }

.detailDomaine--jardins {
  background: #a8c215; }
  .detailDomaine--jardins .main .main__cover__link strong,
  .detailDomaine--jardins .main .main__cover__splitlink .main__cover__link strong {
    color: #a8c215; }

.detailDomaine--ctas {
  background: #f4f4f4;
  padding: 0 10rem 0; }
  @media screen and (max-width: 120em) {
    .detailDomaine--ctas {
      padding: 0 8.5rem 0; } }
  @media screen and (max-width: 100em) {
    .detailDomaine--ctas {
      padding: 0 6rem 0; } }
  @media screen and (max-width: 80em) {
    .detailDomaine--ctas {
      padding: 4rem; } }
  @media screen and (max-width: 60em) {
    .detailDomaine--ctas {
      padding: 3rem; } }
  @media screen and (max-width: 45em) {
    .detailDomaine--ctas {
      padding: 1rem; } }
  .detailDomaine--ctas .detailDomaine__ctas__inside {
    position: relative;
    top: -60px; }
    @media screen and (max-width: 120em) {
      .detailDomaine--ctas .detailDomaine__ctas__inside {
        top: -50px; } }
    @media screen and (max-width: 100em) {
      .detailDomaine--ctas .detailDomaine__ctas__inside {
        top: -40px; } }
    @media screen and (max-width: 80em) {
      .detailDomaine--ctas .detailDomaine__ctas__inside {
        top: 0; } }
  .detailDomaine--ctas--numVert {
    display: flex; }
    .detailDomaine--ctas--numVert .detailDomaine__ctas__inside {
      justify-content: center;
      align-items: center;
      padding: 3rem 3rem 3rem 5rem; }
      @media screen and (max-width: 60em) {
        .detailDomaine--ctas--numVert .detailDomaine__ctas__inside {
          padding: 2rem; } }
      .detailDomaine--ctas--numVert .detailDomaine__ctas__inside .logoSpecialiste {
        color: #3c3c37;
        background: #f1f1f1;
        padding: 20px 30px;
        border-radius: 20px;
        position: relative; }
        .detailDomaine--ctas--numVert .detailDomaine__ctas__inside .logoSpecialiste:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-right: 10px #f1f1f1 solid;
          border-top: 10px transparent solid;
          border-bottom: 10px transparent solid;
          position: absolute;
          left: -10px;
          top: calc(50% - 10px); }
        .detailDomaine--ctas--numVert .detailDomaine__ctas__inside .logoSpecialiste a {
          color: #3c3c37; }
          .detailDomaine--ctas--numVert .detailDomaine__ctas__inside .logoSpecialiste a .horaires {
            font-size: 1.2rem; }
          .detailDomaine--ctas--numVert .detailDomaine__ctas__inside .logoSpecialiste a .fixe {
            font-size: 1.3rem;
            color: #149b3d; }
    .detailDomaine--ctas--numVert .detailDomaine__ctas__text {
      max-width: 600px; }

.detailDomaine--cms {
  background: #f4f4f4;
  padding: 3rem 10rem 8rem; }
  @media screen and (max-width: 120em) {
    .detailDomaine--cms {
      padding: 0 8.5rem 7rem; } }
  @media screen and (max-width: 100em) {
    .detailDomaine--cms {
      padding: 0 6rem 6rem; } }
  @media screen and (max-width: 80em) {
    .detailDomaine--cms {
      padding: 4rem; } }
  @media screen and (max-width: 60em) {
    .detailDomaine--cms {
      padding: 3rem; } }

.detailDomaine--realisations {
  background: #fff;
  padding: 8rem 10rem 8rem; }
  @media screen and (max-width: 120em) {
    .detailDomaine--realisations {
      padding: 7rem 8.5rem 7rem; } }
  @media screen and (max-width: 100em) {
    .detailDomaine--realisations {
      padding: 6rem 6rem 6rem; } }
  @media screen and (max-width: 80em) {
    .detailDomaine--realisations {
      padding: 4rem; } }
  @media screen and (max-width: 60em) {
    .detailDomaine--realisations {
      padding: 3rem; } }

.cms-extract-mainTitle {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 7rem; }
  @media screen and (max-width: 100em) {
    .cms-extract-mainTitle {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 60em) {
    .cms-extract-mainTitle {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 45em) {
    .cms-extract-mainTitle {
      margin-bottom: 2rem; } }
  .cms-extract-mainTitle__upper {
    display: block;
    padding: 8px 12px;
    font-weight: 300;
    font-size: 1.8rem;
    font-size: clamp(2rem, 1.5vw, 3rem);
    margin-bottom: 2.5rem;
    position: relative;
    background: #3c3c37;
    color: #fff; }
    @media (min-width: 100em) {
      .cms-extract-mainTitle__upper {
        transform: translateX(-20px); } }
    .cms-extract-mainTitle__upper:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 6px #3c3c37 solid;
      border-left: 6px transparent solid;
      border-right: 6px transparent solid;
      position: absolute;
      bottom: -6px;
      left: 20px; }
    .detailDomaine--cms--jardins .cms-extract-mainTitle__upper {
      background: #a8c215;
      color: #3c3c37; }
      .detailDomaine--cms--jardins .cms-extract-mainTitle__upper:after {
        border-top-color: #a8c215; }
    .detailDomaine--cms--allees .cms-extract-mainTitle__upper {
      background: #cd2927;
      color: #fff; }
      .detailDomaine--cms--allees .cms-extract-mainTitle__upper:after {
        border-top-color: #cd2927; }
    .detailDomaine--cms--clotures .cms-extract-mainTitle__upper {
      background: #ffcc03;
      color: #3c3c37; }
      .detailDomaine--cms--clotures .cms-extract-mainTitle__upper:after {
        border-top-color: #ffcc03; }

.displayRealisations {
  display: grid;
  grid-gap: 6rem;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 120em) {
    .displayRealisations {
      grid-gap: 4rem; } }
  @media screen and (max-width: 60em) {
    .displayRealisations {
      grid-gap: 3rem; } }
  @media screen and (max-width: 35em) {
    .displayRealisations {
      grid-gap: 2rem; } }
  @media screen and (max-width: 60em) {
    .displayRealisations {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 35em) {
    .displayRealisations {
      grid-template-columns: 1fr; } }
  .displayRealisations .card-page-extract__cover {
    width: 100%; }
    .displayRealisations .card-page-extract__cover img {
      width: 100%; }

.detailDomaine__ctas__inside,
.detailDomaine--realisations__inside,
.detailDomaine--cms__inside {
  max-width: 1800px;
  margin: auto; }

.seo-text-domaine {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  border-radius: 50px 0 50px 50px;
  padding: 3rem 6rem; }
  @media screen and (max-width: 85em) {
    .seo-text-domaine {
      border-radius: 35px 0 35px 35px; } }
  @media screen and (max-width: 60em) {
    .seo-text-domaine {
      border-radius: 20px 0 20px 20px; } }
  @media screen and (max-width: 85em) {
    .seo-text-domaine {
      padding: 2.5rem 4.5rem; } }
  @media screen and (max-width: 60em) {
    .seo-text-domaine {
      padding: 2rem 3rem; } }
  .seo-text-domaine__titre {
    margin-bottom: 2.0rem; }
  .detailDomaine--cms--allees .seo-text-domaine {
    background: #cd2927;
    color: #fff; }
  .detailDomaine--cms--jardins .seo-text-domaine {
    background: #a8c215; }
  .detailDomaine--cms--clotures .seo-text-domaine {
    background: #ffcc03; }

.domaines-all-articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5rem; }
  @media screen and (max-width: 100em) {
    .domaines-all-articles {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 60em) {
    .domaines-all-articles {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 35em) {
    .domaines-all-articles {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 85em) {
    .domaines-all-articles {
      grid-gap: 4rem; } }
  @media screen and (max-width: 60em) {
    .domaines-all-articles {
      grid-gap: 3rem; } }
  @media screen and (max-width: 45em) {
    .domaines-all-articles {
      grid-gap: 2rem; } }
  .domaines-all-articles .card-page-extract {
    position: relative; }
    .domaines-all-articles .card-page-extract__texts {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .domaines-all-articles .card-page-extract:before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      z-index: 10;
      top: 10px;
      left: 10px; }
  .domaines-all-articles .card-page-extract--allees:before {
    background: #cd2927; }
  .domaines-all-articles .card-page-extract--clotures:before {
    background: #ffcc03; }
  .domaines-all-articles .card-page-extract--jardins:before {
    background: #a8c215; }

.domaines__displayFilters {
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  margin-bottom: 5rem; }
  @media (max-width: 40em) {
    .domaines__displayFilters {
      flex-direction: column; }
      .domaines__displayFilters__titre {
        flex: 1; } }
  @media (min-width: 60em) {
    .domaines__displayFilters:after {
      content: "";
      display: block;
      flex: 1;
      background: #f4f4f4;
      border-radius: 10px; } }
  .domaines__displayFilters__titre {
    margin-right: 2.0rem;
    font-size: 1.3rem;
    font-weight: bold; }
  .domaines__displayFilters__one {
    padding: 1.0rem 1.5rem;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    @media (max-width: 60em) {
      .domaines__displayFilters__one {
        flex: 1; } }
    .domaines__displayFilters__one select {
      border: 1px #ddd solid;
      border-radius: 8px;
      padding: 0.8rem 1.2rem; }
  @media screen and (max-width: 45em) {
    .domaines__displayFilters {
      flex-direction: wrap; } }
  @media screen and (max-width: 85em) {
    .domaines__displayFilters {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 60em) {
    .domaines__displayFilters {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 45em) {
    .domaines__displayFilters {
      margin-bottom: 2rem; } }

.link-article__cover {
  position: relative; }
  .link-article__cover__tagsDomaine {
    display: flex;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10; }
  .link-article__cover__tagDomaine {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border-radius: 2px; }
    .link-article__cover__tagDomaine--allees {
      background: #cd2927; }
      [data-tagallees="0"] .link-article__cover__tagDomaine--allees {
        display: none; }
    .link-article__cover__tagDomaine--clotures {
      background: #ffcc03; }
      [data-tagclotures="0"] .link-article__cover__tagDomaine--clotures {
        display: none; }
    .link-article__cover__tagDomaine--jardins {
      background: #a8c215; }
      [data-tagjardins="0"] .link-article__cover__tagDomaine--jardins {
        display: none; }
    .link-article__cover__tagDomaine--piscines {
      background: #0077b7; }
      [data-tagpiscines="0"] .link-article__cover__tagDomaine--piscines {
        display: none; }

.no-result-msg {
  margin-bottom: 20px; }
  .no-result-msg[data-visible="0"] {
    display: none; }
  .no-result-msg[data-visible="1"] {
    display: block; }

.recherche-entreprise {
  background-image: linear-gradient(to top, #fff, #fff 60%, #f2f2f2); }
  .recherche-entreprise .recherche-entreprise__titre {
    font-weight: 300;
    margin-bottom: 4rem; }
    @media screen and (max-width: 60em) {
      .recherche-entreprise .recherche-entreprise__titre {
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 45em) {
      .recherche-entreprise .recherche-entreprise__titre {
        margin-bottom: 1.8rem; } }
    @media screen and (max-width: 35em) {
      .recherche-entreprise .recherche-entreprise__titre {
        margin-bottom: 1.4rem; } }
  .recherche-entreprise .recherche-entreprise__main {
    display: block;
    max-width: 930px;
    width: 96%;
    margin: auto;
    padding: 10rem 4rem; }
    @media screen and (max-width: 100em) {
      .recherche-entreprise .recherche-entreprise__main {
        padding: 8rem 3rem; } }
    @media screen and (max-width: 80em) {
      .recherche-entreprise .recherche-entreprise__main {
        padding: 6rem 3rem; } }
    @media screen and (max-width: 60em) {
      .recherche-entreprise .recherche-entreprise__main {
        padding: 4rem 2rem; } }
    @media screen and (max-width: 45em) {
      .recherche-entreprise .recherche-entreprise__main {
        padding: 3rem 1.5rem 2rem; } }
    @media screen and (max-width: 35em) {
      .recherche-entreprise .recherche-entreprise__main {
        padding: 2.2rem 0 0.5rem; } }
    .recherche-entreprise .recherche-entreprise__main h2 {
      text-align: center; }
      @media (max-width: 35em) {
        .recherche-entreprise .recherche-entreprise__main h2 {
          font-size: 1.9rem; }
          .recherche-entreprise .recherche-entreprise__main h2 strong {
            display: block; } }
    .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form {
      background: #f1f1f1;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      padding: 5rem; }
      @media (max-width: 45em) {
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form {
          flex-wrap: wrap; } }
      @media screen and (max-width: 120em) {
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form {
          padding: 4rem 1.5rem; } }
      @media screen and (max-width: 60em) {
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form {
          padding: 2.5rem 1.5rem; } }
      @media screen and (max-width: 45em) {
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form {
          padding: 1.5rem; } }
      @media screen and (max-width: 35em) {
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form {
          padding: 1rem 0.5rem; } }
      .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg {
        display: block; }
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
          display: block;
          width: 38px;
          height: 38px; }
          @media screen and (max-width: 80em) {
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
              width: 36px; } }
          @media screen and (max-width: 60em) {
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
              width: 32px; } }
          @media screen and (max-width: 45em) {
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
              width: 26px; } }
          @media screen and (max-width: 80em) {
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
              height: 36px; } }
          @media screen and (max-width: 60em) {
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
              height: 32px; } }
          @media screen and (max-width: 45em) {
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__svg svg {
              height: 26px; } }
      .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input {
        position: relative;
        margin: 0 4rem 0 2rem; }
        @media screen and (max-width: 45em) {
          .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input {
            margin: 1.5rem 0 0.5rem; } }
        @media (max-width: 45em) {
          .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input {
            width: calc(100% - 40px); } }
        @media (min-width: 45em) {
          .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input {
            width: 50%; } }
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input.recherche-entreprise__input--text input {
          border: none;
          border-bottom: 1px #3c3c37 solid;
          width: 100%;
          background: transparent;
          padding: 0.7rem 0 0.8rem; }
        @media (max-width: 45em) {
          .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input.recherche-entreprise__input--text {
            margin-left: 0.5rem; } }
        .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input.recherche-entreprise__input--submit {
          width: 120px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input.recherche-entreprise__input--submit input {
            background: #3c3c37;
            color: #fff;
            padding: 1.0rem 3.0rem;
            border-radius: 4px;
            display: block;
            cursor: pointer;
            border: none;
            transition: all .3s ease-out; }
            .recherche-entreprise .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input.recherche-entreprise__input--submit input:hover {
              background: #fff;
              color: #3c3c37; }
  .mainMenu .recherche-entreprise {
    background: transparent;
    position: relative;
    z-index: 10; }
    .mainMenu .recherche-entreprise__main {
      padding: 0;
      width: 100%; }
      .mainMenu .recherche-entreprise__main .recherche-entreprise__form {
        padding: 3rem 2rem; }
        @media screen and (max-width: 60em) {
          .mainMenu .recherche-entreprise__main .recherche-entreprise__form {
            padding: 2rem 1.2rem; } }
        .mainMenu .recherche-entreprise__main .recherche-entreprise__form .recherche-entreprise__input.recherche-entreprise__input input {
          font-size: 1.8rem;
          padding: 1.0rem 1.8rem; }

.recherche-entreprises {
  color: #3c3c37;
  background: #eee;
  padding: 7rem 10rem 10rem; }
  .recherche-entreprises__entete__titre {
    font-weight: 300; }
  @media screen and (max-width: 120em) {
    .recherche-entreprises {
      padding: 5rem 8.5rem 8.5rem; } }
  @media screen and (max-width: 100em) {
    .recherche-entreprises {
      padding: 4rem 6rem 6rem; } }
  @media screen and (max-width: 80em) {
    .recherche-entreprises {
      padding: 4rem; } }
  @media screen and (max-width: 60em) {
    .recherche-entreprises {
      padding: 3rem; } }
  .recherche-entreprises__entete {
    margin-bottom: 6rem; }
    .recherche-entreprises__entete__titre {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    @media screen and (max-width: 120em) {
      .recherche-entreprises__entete {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 90em) {
      .recherche-entreprises__entete {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 60em) {
      .recherche-entreprises__entete {
        margin-bottom: 3rem; } }
  @media (min-width: 90em) {
    .recherche-entreprises__liste {
      display: grid;
      place-items: center;
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 140em) {
    .recherche-entreprises__liste {
      grid-template-columns: 1fr 1fr 1fr; } }

.franchise {
  background: #fff;
  margin: 0 auto 3.0rem;
  position: relative;
  /* -- clotures --*/
  /* -- allees --*/
  /* -- jardins --*/
  /* -- piscines --*/ }
  @media (max-width: 90em) {
    .franchise {
      max-width: 800px; } }
  @media (min-width: 90em) {
    .franchise {
      width: 90%; } }
  .franchise__header {
    padding: 0.9rem 0.9rem 0.7rem;
    color: #3c3c37;
    font-size: 1.4rem;
    font-weight: 600; }
    .franchise--allees .franchise__header {
      background: #cd2927;
      color: #fff; }
    .franchise--clotures .franchise__header {
      background: #ffcc03; }
    .franchise--jardins .franchise__header {
      background: #a8c215; }
    .franchise--piscines .franchise__header {
      background: #0077b7;
      color: #fff; }
  .franchise__card {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 2rem 3.5rem; }
    @media screen and (max-width: 60em) {
      .franchise__card {
        flex-direction: column; } }
    @media screen and (max-width: 135em) {
      .franchise__card {
        padding: 2rem; } }
    @media screen and (max-width: 130em) {
      .franchise__card {
        padding: 2rem 3.5rem; } }
    @media screen and (max-width: 60em) {
      .franchise__card {
        padding: 2rem; } }
    @media (min-width: 45em) {
      .franchise__card {
        flex-flow: row wrap;
        align-items: flex-start; } }
    .franchise__card__titre {
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 3.0rem; }
      .franchise__card__titre strong {
        font-size: 2.8rem; }
    .franchise__card__text {
      padding: 2.0rem 0 1.0rem 0; }
      @media (min-width: 45em) {
        .franchise__card__text {
          flex: 1; } }
      .franchise__card__text a.nav__btn-icone {
        margin-top: 20px; }
      .franchise__card__text > img {
        margin: 0.7rem 0 1.5rem; }
    .franchise__card__cta {
      border-top: 1px solid #eee;
      padding-bottom: 2.0rem;
      width: 100%; }
      @media (min-width: 45em) {
        .franchise__card__cta {
          flex: 1; } }
      .franchise__card__cta a.nav__btn-icone {
        margin-top: 20px; }
      .franchise__card__cta > img {
        margin: 0.7rem 0 1.5rem; }
  .franchise__portrait {
    align-self: center;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 45em) {
      .franchise__portrait {
        margin: 0 auto 20px; } }
    @media (max-width: 45em) {
      .franchise__portrait {
        display: none; } }
  .franchise__info {
    border-bottom: 1px #dfdfdf solid;
    padding: 10px 10px 10px 5px; }
    .franchise__info__adresse {
      display: flex;
      line-height: 1.5; }
      .franchise__info__adresse svg {
        position: relative;
        top: 4px; }
    .franchise__info:nth-of-type(1) {
      border-top: 1px #dfdfdf solid; }
    .franchise__info--more {
      display: flex; }
      .franchise__info--more a {
        background: #ffcb00;
        border-radius: 6px;
        padding: 8px 15px;
        font-size: 15px;
        font-weight: bold;
        transition: all 0.3s ease-out; }
  .franchise.franchise--clotures {
    border-left: 5px #ffcc03 solid; }
    .franchise.franchise--clotures:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: #ffcc03;
      position: absolute;
      top: 0;
      left: -20px; }
    .franchise.franchise--clotures .franchise__card__titre strong {
      color: #ffcc03; }
    .franchise.franchise--clotures__titre strong,
    .franchise.franchise--clotures__titre a {
      color: #ffcc03; }
    .franchise.franchise--clotures .franchise__info a {
      color: #ffcc03; }
    @media not all and (pointer: coarse) {
      .franchise.franchise--clotures .franchise__info--more a:hover {
        background: #ffcc03; } }
    .franchise.franchise--clotures .btn-icone--plus {
      background: #ffcc03;
      color: #3c3c37; }
      @media not all and (pointer: coarse) {
        .franchise.franchise--clotures .btn-icone--plus:hover {
          background: #eee;
          color: #3c3c37; }
          .franchise.franchise--clotures .btn-icone--plus:hover .icon .st0 {
            fill: #3c3c37; } }
  .franchise.franchise--allees {
    border-left: 5px #cd2927 solid; }
    .franchise.franchise--allees:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: #cd2927;
      position: absolute;
      top: 0;
      left: -20px; }
    .franchise.franchise--allees .franchise__card__titre strong {
      color: #cd2927; }
    .franchise.franchise--allees__titre a {
      color: #cd2927; }
    .franchise.franchise--allees .franchise__info a {
      color: #cd2927; }
    @media not all and (pointer: coarse) {
      .franchise.franchise--allees .franchise__info--more a:hover {
        background: #cd2927; } }
    .franchise.franchise--allees .btn-icone--plus {
      background: #cd2927;
      color: #fff; }
      .franchise.franchise--allees .btn-icone--plus .icon .st0 {
        fill: #fff; }
      @media not all and (pointer: coarse) {
        .franchise.franchise--allees .btn-icone--plus:hover {
          background: #eee;
          color: #3c3c37; }
          .franchise.franchise--allees .btn-icone--plus:hover .icon .st0 {
            fill: #3c3c37; } }
  .franchise.franchise--jardins {
    border-left: 5px #a8c215 solid; }
    .franchise.franchise--jardins:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: #a8c215;
      position: absolute;
      top: 0;
      left: -20px; }
    .franchise.franchise--jardins .franchise__card__titre strong {
      color: #a8c215; }
    .franchise.franchise--jardins__titre a {
      color: #a8c215; }
    .franchise.franchise--jardins .franchise__info a {
      color: #a8c215; }
    @media not all and (pointer: coarse) {
      .franchise.franchise--jardins .franchise__info--more a:hover {
        background: #a8c215; } }
  .franchise .btn-icone--plus {
    background: #a8c215;
    color: #3c3c37; }
    @media not all and (pointer: coarse) {
      .franchise .btn-icone--plus:hover {
        background: #eee;
        color: #3c3c37; }
        .franchise .btn-icone--plus:hover .icon .st0 {
          fill: #3c3c37; } }
  .franchise.franchise--piscines {
    border-left: 5px #0077b7 solid; }
    .franchise.franchise--piscines:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: #0077b7;
      position: absolute;
      top: 0;
      left: -20px; }
    .franchise.franchise--piscines .franchise__card__titre strong {
      color: #0077b7; }
    .franchise.franchise--piscines__titre a {
      color: #0077b7; }
    .franchise.franchise--piscines .franchise__info a {
      color: #0077b7; }
    @media not all and (pointer: coarse) {
      .franchise.franchise--piscines .franchise__info--more a:hover {
        background: #0077b7; } }
    .franchise.franchise--piscines .btn-icone--plus {
      background: #0077b7;
      color: #fff; }
      .franchise.franchise--piscines .btn-icone--plus .icon .st0 {
        fill: #fff; }
      @media not all and (pointer: coarse) {
        .franchise.franchise--piscines .btn-icone--plus:hover {
          background: #eee;
          color: #0077b7; }
          .franchise.franchise--piscines .btn-icone--plus:hover .icon .st0 {
            fill: #0077b7; } }
  .franchise .btn-icone__light {
    background: #eee;
    color: #3c3c37; }
    .franchise .btn-icone__light .icon .st0 {
      fill: #3c3c37; }
    @media not all and (pointer: coarse) {
      .franchise .btn-icone__light:hover {
        background: #3c3c37;
        color: #fff; }
        .franchise .btn-icone__light:hover .icon .st0 {
          fill: #eee; } }

.franchise__btns {
  display: flex;
  padding-top: 0.8rem;
  gap: 0.75rem; }
  @media (max-width: 45em) {
    .franchise__btns {
      flex-direction: column;
      align-items: center; } }

.franchise__cta {
  gap: 0.75rem; }

.recherche-entreprise__cta {
  text-align: center;
  margin: 2.0rem 0 3.0rem;
  display: flex;
  justify-content: center;
  transform: scale(0.8); }
  .recherche-entreprise__cta .recherche-entreprise__btn-new {
    display: flex;
    align-items: center;
    background: #3c3c37;
    padding: 1.0rem 2.0rem;
    border-radius: 4px;
    color: #fff;
    transition: all .3s ease-out; }
    .recherche-entreprise__cta .recherche-entreprise__btn-new svg, .recherche-entreprise__cta .recherche-entreprise__btn-new span {
      transition: all 0.3s ease-out; }
    .recherche-entreprise__cta .recherche-entreprise__btn-new svg {
      width: 24px;
      height: 24px;
      margin-right: 0.5rem; }
      .recherche-entreprise__cta .recherche-entreprise__btn-new svg .st0 {
        fill: #fff; }
    @media not all and (pointer: coarse) {
      .recherche-entreprise__cta .recherche-entreprise__btn-new:hover {
        padding-right: 3.0rem; }
        .recherche-entreprise__cta .recherche-entreprise__btn-new:hover svg {
          transform: rotate(360deg) scale(1.4) translateX(0); }
        .recherche-entreprise__cta .recherche-entreprise__btn-new:hover span {
          transform: translateX(10px); } }

/** Pour les photos des franchisés : max-width 160 */
.mw-160 {
  max-width: 160px; }

.videoMoquet {
  position: relative; }

.videoMoquet__badge {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: 230px;
  height: auto;
  top: -35px;
  left: -60px;
  transform: rotate(-25deg) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.2)); }
  @media screen and (max-width: 80em) {
    .videoMoquet__badge {
      width: 150px; } }
  @media (max-width: 80em) {
    .videoMoquet__badge {
      position: static;
      top: auto;
      left: auto;
      display: block;
      margin: 0 auto 1rem;
      transform: rotate(-8deg) translateZ(0);
      filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.15)); } }
  @media (max-width: 45em) {
    .videoMoquet__badge {
      width: 100px; } }

.portes-ouvertes {
  color: #3c3c37;
  padding: 8rem 0 10rem; }
  @media screen and (max-width: 100em) {
    .portes-ouvertes {
      padding: 7rem 0 6rem; } }
  @media screen and (max-width: 60em) {
    .portes-ouvertes {
      padding: 4rem 0 4rem; } }
  .portes-ouvertes__entete {
    background: #f1f1f1;
    padding: 0 15rem 20rem; }
    @media screen and (max-width: 120em) {
      .portes-ouvertes__entete {
        padding: 0 12.5rem 16rem; } }
    @media screen and (max-width: 100em) {
      .portes-ouvertes__entete {
        padding: 0 9rem 14rem; } }
    @media screen and (max-width: 90em) {
      .portes-ouvertes__entete {
        padding: 0 4rem 11.5rem; } }
    @media screen and (max-width: 60em) {
      .portes-ouvertes__entete {
        padding: 3rem 3rem 8rem; } }
    .portes-ouvertes__entete__inside {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      max-width: 1800px;
      margin: auto;
      flex-direction: row;
      padding: 0; }
      @media screen and (max-width: 100em) {
        .portes-ouvertes__entete__inside {
          padding: 0 0 0 4rem; } }
      @media screen and (max-width: 90em) {
        .portes-ouvertes__entete__inside {
          padding: 0 0 0 7rem; } }
      @media screen and (max-width: 80em) {
        .portes-ouvertes__entete__inside {
          padding: 0 0 0 6rem; } }
      @media (max-width: 60em) {
        .portes-ouvertes__entete__inside {
          flex-wrap: wrap; } }
      .portes-ouvertes__entete__inside .portes-ouvertes__dates {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        top: -65px;
        left: 630px; }
        @media screen and (max-width: 110em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -55px; } }
        @media screen and (max-width: 90em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -45px; } }
        @media screen and (max-width: 60em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -57px; } }
        @media screen and (max-width: 110em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: 540px; } }
        @media screen and (max-width: 90em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: 500px; } }
        @media screen and (max-width: 75em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: 360px; } }
        @media screen and (max-width: 60em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: auto; } }
        @media (max-width: 60em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            right: 30px; } }
        .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref {
          display: block;
          background: #fff;
          border: 2px #f1f1f1 solid;
          padding: 0.6rem 1.5rem 1.0rem 2.5rem;
          order: 2;
          transform: rotate(-3deg) translateX(30px);
          position: relative;
          color: #3c3c37; }
          .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:before {
            display: block;
            position: absolute;
            top: 10px;
            left: -10px;
            background: #3c3c37;
            color: #fff;
            padding: 5px;
            border-radius: 2px;
            font-size: 1.5rem; }
          .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:first-child:before {
            content: "du"; }
          .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:last-child {
            transform: rotate(-3deg) translateY(-4px); }
            .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:last-child:before {
              content: "au"; }
      .portes-ouvertes__entete__inside .portes-ouvertes__titre {
        margin-top: -7.7rem; }
        @media screen and (max-width: 110em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__titre {
            margin-top: -6rem; } }
        @media screen and (max-width: 90em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__titre {
            margin-top: -55px; } }
        @media screen and (max-width: 75em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__titre {
            margin-top: -38px; } }
        @media screen and (max-width: 60em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__titre {
            margin-top: -61px; } }
        @media screen and (max-width: 45em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__titre {
            margin-top: 3rem; } }
        .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte {
          position: relative; }
          .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte > span {
            display: block; }
          .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__portes {
            position: relative; }
            .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__portes .gfx__dots {
              position: absolute;
              top: calc(50% - 30px);
              left: -70px;
              rotate: -45deg; }
          .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__portes {
            rotate: -2deg; }
            .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__portes__texte {
              display: block; }
          .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__ouvertes {
            padding-left: 94px; }
            @media screen and (max-width: 110em) {
              .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__ouvertes {
                padding-left: 75px; } }
            @media screen and (max-width: 90em) {
              .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__ouvertes {
                padding-left: 50px; } }
            @media screen and (max-width: 60em) {
              .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__ouvertes {
                padding-left: 35px; } }
            @media screen and (max-width: 45em) {
              .portes-ouvertes__entete__inside .portes-ouvertes__titre__texte .portes-ouvertes__ouvertes {
                padding-left: 10px; } }
      .portes-ouvertes__entete__inside .portes-ouvertes__accroche {
        font-weight: 400;
        position: relative;
        top: -6px; }
        @media (max-width: 60em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__accroche {
            padding-top: 2.0rem;
            width: 100%; } }
        @media (min-width: 60em) {
          .portes-ouvertes__entete__inside .portes-ouvertes__accroche > span {
            display: block; }
            .portes-ouvertes__entete__inside .portes-ouvertes__accroche > span:last-child {
              padding-left: 3.0rem; } }
        .portes-ouvertes__entete__inside .portes-ouvertes__accroche .gfx__dots {
          position: absolute;
          top: -35px;
          left: -70px; }
          @media (max-width: 75em) {
            .portes-ouvertes__entete__inside .portes-ouvertes__accroche .gfx__dots {
              display: none; } }
  .portes-ouvertes--ja .portes-ouvertes__entete {
    background: linear-gradient(#eee, #fff);
    padding: 0 30rem 0rem; }
    @media screen and (max-width: 120em) {
      .portes-ouvertes--ja .portes-ouvertes__entete {
        padding: 0 12.5rem 0; } }
    @media screen and (max-width: 100em) {
      .portes-ouvertes--ja .portes-ouvertes__entete {
        padding: 0 9rem 0; } }
    @media screen and (max-width: 90em) {
      .portes-ouvertes--ja .portes-ouvertes__entete {
        padding: 0 4rem 0; } }
    @media screen and (max-width: 60em) {
      .portes-ouvertes--ja .portes-ouvertes__entete {
        padding: 3rem 3rem 0; } }
    @media screen and (max-width: 45em) {
      .portes-ouvertes--ja .portes-ouvertes__entete {
        padding: 1rem 1.5rem 0; } }
    .portes-ouvertes--ja .portes-ouvertes__entete__inside {
      justify-content: flex-start;
      width: 1260px; }
      @media screen and (max-width: 110em) {
        .portes-ouvertes--ja .portes-ouvertes__entete__inside {
          width: 990px; } }
      @media screen and (max-width: 75em) {
        .portes-ouvertes--ja .portes-ouvertes__entete__inside {
          width: 800px; } }
      @media screen and (max-width: 60em) {
        .portes-ouvertes--ja .portes-ouvertes__entete__inside {
          width: 75%; } }
      @media screen and (max-width: 45em) {
        .portes-ouvertes--ja .portes-ouvertes__entete__inside {
          width: 90%; } }
      .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__accroche {
        margin-left: 160px; }
        @media screen and (max-width: 60em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__accroche {
            margin-left: 0; } }
      .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
        top: -25px;
        left: 520px; }
        @media screen and (max-width: 110em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -35px; } }
        @media screen and (max-width: 90em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -28px; } }
        @media screen and (max-width: 60em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -57px; } }
        @media screen and (max-width: 45em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            top: -25px; } }
        @media screen and (max-width: 110em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: 440px; } }
        @media screen and (max-width: 90em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: 460px; } }
        @media screen and (max-width: 75em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: 360px; } }
        @media screen and (max-width: 60em) {
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates {
            left: auto; } }
        .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref {
          display: block;
          background: #fff;
          border: 2px #f1f1f1 solid;
          padding: 0.6rem 1.5rem 1.0rem 2.5rem;
          order: 2;
          transform: rotate(-3deg) translateX(30px);
          position: relative;
          color: #3c3c37; }
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:before {
            display: block;
            position: absolute;
            top: 10px;
            left: -10px;
            background: #3c3c37;
            color: #fff;
            padding: 5px;
            border-radius: 2px;
            font-size: 1.5rem; }
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:first-child:before {
            content: "du"; }
          .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:last-child {
            transform: rotate(-3deg) translateY(-4px); }
            .portes-ouvertes--ja .portes-ouvertes__entete__inside .portes-ouvertes__dates__pref:last-child:before {
              content: "Le"; }
  .portes-ouvertes--ja__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem; }
    @media screen and (max-width: 60em) {
      .portes-ouvertes--ja__cta {
        margin-top: 3rem; } }
    .portes-ouvertes--ja__cta .portes-ouvertes__cta {
      position: relative; }
      .portes-ouvertes--ja__cta .portes-ouvertes__cta:before {
        content: "";
        display: block;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        position: absolute;
        border: 1px #109639 dashed;
        pointer-events: none;
        border-radius: 35px;
        z-index: 2; }
      .portes-ouvertes--ja__cta .portes-ouvertes__cta:after {
        content: "";
        display: block;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        position: absolute;
        background: #109639;
        z-index: 1;
        pointer-events: none;
        border-radius: 35px;
        opacity: 0;
        transition: all .3s ease-out; }
      @media not all and (pointer: coarse) {
        .portes-ouvertes--ja__cta .portes-ouvertes__cta:hover:after {
          opacity: 1; } }
      .portes-ouvertes--ja__cta .portes-ouvertes__cta strong {
        color: #109639; }
      @media (max-width: 60em) {
        .portes-ouvertes--ja__cta .portes-ouvertes__cta .portes-ouvertes__titre__texte {
          display: flex; } }
      .portes-ouvertes--ja__cta .portes-ouvertes__cta__texte {
        flex: 1; }
      .portes-ouvertes--ja__cta .portes-ouvertes__cta__inside {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 25px;
        color: #3c3c37;
        background: #fff;
        position: relative;
        border: 1px #eee solid;
        z-index: 3; }
      .portes-ouvertes--ja__cta .portes-ouvertes__cta__svg {
        background: #109639;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        margin-right: 20px;
        color: #fff; }
        .portes-ouvertes--ja__cta .portes-ouvertes__cta__svg .stCurrent {
          fill: currentColor; }
  .portes-ouvertes .gfx__dots {
    display: block;
    width: 45px;
    height: 45px; }
    .portes-ouvertes .gfx__dots span, .portes-ouvertes .gfx__dots:before, .portes-ouvertes .gfx__dots:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute; }
    .portes-ouvertes .gfx__dots span {
      background: #ffcc03;
      bottom: 0;
      right: 0; }
    .portes-ouvertes .gfx__dots:before {
      background: #cd2927;
      bottom: 0;
      left: 0; }
    .portes-ouvertes .gfx__dots:after {
      background: #a8c215;
      top: 0;
      right: 0; }
  .portes-ouvertes .portes-ouvertes__domaines {
    display: flex;
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10rem;
    flex-direction: row;
    align-items: flex-start; }
    @media screen and (max-width: 100em) {
      .portes-ouvertes .portes-ouvertes__domaines {
        margin-top: -8rem; } }
    @media screen and (max-width: 80em) {
      .portes-ouvertes .portes-ouvertes__domaines {
        margin-top: -5rem; } }
    @media screen and (max-width: 60em) {
      .portes-ouvertes .portes-ouvertes__domaines {
        margin-top: -3.2rem; } }
    @media screen and (max-width: 60em) {
      .portes-ouvertes .portes-ouvertes__domaines {
        flex-direction: column; } }
    @media screen and (max-width: 60em) {
      .portes-ouvertes .portes-ouvertes__domaines {
        align-items: center; } }
    .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link {
      flex: 1;
      color: #3c3c37;
      position: relative;
      padding: 3rem; }
      @media screen and (max-width: 90em) {
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link {
          padding: 2.5rem; } }
      @media screen and (max-width: 75em) {
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link {
          padding: 1.8rem; } }
      @media (max-width: 60em) {
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link {
          margin-bottom: 8.5rem; }
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link:last-child {
            margin-bottom: 2.8rem; } }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__link__ico {
        position: absolute;
        width: 18px;
        height: 18px;
        background: #f1f1f1;
        padding: 4px;
        transform: rotate(45deg);
        left: calc(50% - 9px);
        top: -9px;
        z-index: 5; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__link__ico:before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: -8px;
          left: -8px; }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cover {
        display: block;
        width: 100%;
        overflow: hidden; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cover__img {
          display: block;
          width: 100%;
          transition: all 0.6s ease-out;
          transform-origin: top left; }
      @media (min-width: 60em) {
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link:nth-child(2) {
          margin: 0 4.0rem; } }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link:nth-child(2) .portes-ouvertes__link__titre {
        color: #fff; }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__link__titre {
        text-align: center;
        margin-bottom: 2.0rem; }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta {
        background: url(../../imgs/wave.svg) no-repeat top center;
        background-size: 100% 180px;
        position: absolute;
        bottom: -5%;
        left: -1%;
        width: 102%;
        z-index: 3;
        height: 160px; }
        @media screen and (max-width: 90em) {
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta {
            height: 150px; } }
        @media screen and (max-width: 75em) {
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta {
            height: 140px; } }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          width: 65px;
          height: 65px;
          top: 40px;
          right: 86px; }
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg .svg__arrow {
            transition: all 0.3s ease-out; }
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg path {
            fill: #3c3c37; }
          @media screen and (max-width: 90em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              width: 45px; } }
          @media screen and (max-width: 90em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              height: 45px; } }
          @media screen and (max-width: 120em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              top: 40px; } }
          @media screen and (max-width: 100em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              top: 46px; } }
          @media screen and (max-width: 75em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              top: 50%; } }
          @media screen and (max-width: 120em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              right: 76px; } }
          @media screen and (max-width: 100em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              right: 60px; } }
          @media screen and (max-width: 75em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__svg {
              right: 30px; } }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__texte {
          position: absolute;
          height: 100%;
          bottom: 0;
          display: flex;
          align-items: flex-start;
          justify-content: flex-end;
          flex-direction: column;
          left: 60px; }
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__texte strong {
            text-decoration: underline;
            text-underline-position: under; }
          @media screen and (max-width: 120em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__texte {
              left: 50px; } }
          @media screen and (max-width: 100em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__texte {
              left: 30px; } }
          @media screen and (max-width: 80em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__texte {
              left: 25px; } }
          @media screen and (max-width: 60em) {
            .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link .portes-ouvertes__cta .portes-ouvertes__cta__texte {
              left: 18px; } }
      @media not all and (pointer: coarse) {
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link:hover .portes-ouvertes__cover__img {
          transform: scale(1.15) !important; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link:hover .svg__arrow {
          transform: rotate(360deg) scale(1.4) translateY(-2px); }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link:hover .portes-ouvertes__link__ico:before {
          animation-name: animArrowPO;
          animation-duration: 0.4s;
          animation-fill-mode: forwards; } }
@keyframes animArrowPO {
  0% {
    transform: translateY(0) scale(1); }
  25% {
    transform: translateY(3px) translateX(3px) scale(1); }
  100% {
    transform: translateY(-4px) translateX(-4px) scale(1.2); } }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--clotures {
        background: #ffcc03; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--clotures .portes-ouvertes__cta__svg {
          background: #ffcc03; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--clotures strong {
          color: #ffcc03; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--clotures .portes-ouvertes__link__ico:before {
          background: #ffcc03; }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--allees {
        background: #cd2927; }
        @media (min-width: 80em) {
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--allees {
            margin-top: 3.0rem; } }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--allees .portes-ouvertes__cta__svg {
          background: #cd2927; }
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--allees .portes-ouvertes__cta__svg path {
            fill: #fff; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--allees strong {
          color: #cd2927; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--allees .portes-ouvertes__link__ico:before {
          background: #cd2927; }
      .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--jardins {
        background: #a8c215; }
        @media (min-width: 80em) {
          .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--jardins {
            margin-top: 6.0rem; } }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--jardins .portes-ouvertes__cta__svg {
          background: #a8c215; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--jardins strong {
          color: #a8c215; }
        .portes-ouvertes .portes-ouvertes__domaines .portes-ouvertes__link.porte-ouvertes--jardins .portes-ouvertes__link__ico:before {
          background: #a8c215; }

.signe__signe-vos-clotures {
  width: 150px;
  height: 19px; }

.signe__signe-vos-allees {
  width: 150px;
  height: 22px; }

.signe__signe-vos-jardins {
  width: 150px;
  height: 21px; }

.signe__signe-vos-piscines {
  width: 150px;
  height: 21px; }

.mobile-logos {
  display: none; }

.svg__arrow.svg__arrow-s1 {
  width: 21px;
  height: 21px; }
  @media screen and (max-width: 90em) {
    .svg__arrow.svg__arrow-s1 {
      width: 16px; } }
  @media screen and (max-width: 90em) {
    .svg__arrow.svg__arrow-s1 {
      height: 16px; } }

.logo__daniel-moquet {
  width: 350px; }
  @media screen and (max-width: 80rem) {
    .logo__daniel-moquet {
      width: 300px; } }
  @media screen and (max-width: 50rem) {
    .logo__daniel-moquet {
      width: 250px; } }
  @media screen and (max-width: 45em) {
    .logo__daniel-moquet {
      width: 96%; } }
  @media (max-height: 760px) {
    .logo__daniel-moquet {
      width: auto;
      height: 60px; } }

/* ---------------------------- */
@media (max-width: 60em) {
  .mobile-logos {
    margin: 0 0 10px;
    border-radius: 20px;
    padding: 15px 15px 15px; } }
  @media screen and (max-width: 60em) and (max-width: 45em) {
    .mobile-logos {
      padding: 8px 10px 5px; } }
@media (max-width: 60em) {
    .mobile-logos a {
      display: block;
      text-align: center;
      flex: 1;
      color: #3c3c37; }
      .mobile-logos a img {
        margin: 0 auto -60px;
        width: 120px;
        margin: 0 auto -60px;
        width: 120px; } }
      @media screen and (max-width: 60em) and (max-width: 45em) {
        .mobile-logos a img {
          margin: 0 auto -50px; } }
      @media screen and (max-width: 60em) and (max-width: 35em) {
        .mobile-logos a img {
          margin: 0 auto -40px; } }
      @media screen and (max-width: 60em) and (max-width: 28em) {
        .mobile-logos a img {
          margin: 0 auto -35px; } }
      @media screen and (max-width: 60em) and (max-width: 45em) {
        .mobile-logos a img {
          width: 105px; } }
      @media screen and (max-width: 60em) and (max-width: 35em) {
        .mobile-logos a img {
          width: 90px; } }
      @media screen and (max-width: 60em) and (max-width: 28em) {
        .mobile-logos a img {
          width: 70px; } }
@media (max-width: 60em) {
      .mobile-logos a span {
        font-size: 1.8rem; } }
      @media screen and (max-width: 60em) and (max-width: 60em) {
        .mobile-logos a span {
          font-size: 1.8rem; } }
      @media screen and (max-width: 60em) and (max-width: 45em) {
        .mobile-logos a span {
          font-size: 1.5rem; } }
      @media screen and (max-width: 60em) and (max-width: 35em) {
        .mobile-logos a span {
          font-size: 1.35rem; } }
      @media screen and (max-width: 60em) and (max-width: 28em) {
        .mobile-logos a span {
          font-size: 1.2rem; } }
@media (max-width: 60em) {
    .mobile-logos__logo__tagline {
      font-weight: bold;
      padding: 30px 5px 0;
      margin: 0 5px;
      line-height: 1.2;
      height: 170px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 5px;
      padding: 30px 5px 0;
      height: 170px; } }
    @media screen and (max-width: 60em) and (max-width: 45em) {
      .mobile-logos__logo__tagline {
        padding: 25px 5px 0; } }
    @media screen and (max-width: 60em) and (max-width: 35em) {
      .mobile-logos__logo__tagline {
        padding: 20px 5px 0; } }
    @media screen and (max-width: 60em) and (max-width: 28em) {
      .mobile-logos__logo__tagline {
        padding: 15px 5px 0; } }
    @media screen and (max-width: 60em) and (max-width: 45em) {
      .mobile-logos__logo__tagline {
        height: 150px; } }
    @media screen and (max-width: 60em) and (max-width: 35em) {
      .mobile-logos__logo__tagline {
        height: 140px; } }
    @media screen and (max-width: 60em) and (max-width: 28em) {
      .mobile-logos__logo__tagline {
        height: 120px; } }
@media (max-width: 60em) {
      .mobile-logos__logo__tagline span {
        display: block;
        text-transform: uppercase;
        font-weight: 700; }
      [data-network="moquet-allees"] .mobile-logos__logo__tagline {
        background: #cd2927;
        color: #fff; }
      [data-network="moquet-clotures"] .mobile-logos__logo__tagline {
        background: #ffcc03; }
      [data-network="moquet-jardins"] .mobile-logos__logo__tagline {
        background: #a8c215; } }
@media (max-width: 60em) {
  .mobile-logos--withDM {
    display: flex; } }
@media (max-width: 35em) {
  .mobile-logos--withDM {
    display: none; }

  .mobile-logos--withoutDM {
    display: flex; } }
.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 20px;
  height: 20px; }
  .icon.svg__arr {
    width: 15px;
    left: 12px;
    margin-left: 5px; }
  .icon .st0 {
    fill: #3c3c37; }
  .icon.svg__tel .st0 {
    fill: #fff; }

.btn-icone {
  display: block;
  padding: 1.5rem 1.4rem 1.3rem 1rem;
  border-radius: 0.8rem;
  margin-top: 0.7rem;
  background: #3c3c37;
  color: #fff;
  font-size: 1.5rem;
  transition: all .3s ease-out; }
  .btn-icone * {
    transition: all .3s ease-out; }
  .btn-icone + .btn-icone {
    margin-left: 0.5rem; }
  @media not all and (pointer: coarse) {
    .btn-icone:hover {
      background: #eee;
      color: #3c3c37; }
      .btn-icone:hover .icon .st0 {
        fill: #3c3c37; } }

/* effet zoom au survol */
.u-cover__zoom {
  overflow: hidden;
  position: relative; }
  .u-cover__zoom > img {
    display: block;
    width: 100%;
    transition: all 0.8s ease-out; }

a:hover .u-cover__zoom > img {
  transform: scale(1.3); }

.svg_arrowr {
  width: 28px;
  height: 23px; }
  @media screen and (max-width: 60em) {
    .svg_arrowr {
      width: 20px; } }
  @media screen and (max-width: 60em) {
    .svg_arrowr {
      height: 16px; } }

.svg_arrowr path {
  fill: currentColor; }

.test-mq {
  margin: 10vw;
  background: #3c3c37; }
  @media (max-width: 60em) {
    .test-mq {
      background: #ffcc03; } }
  @media (min-width: 60em) and (max-width: 100em) {
    .test-mq {
      background: #cd2927; } }
  @media (min-width: 100em) {
    .test-mq {
      background: #a8c215; } }

.fluid-yt {
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 10px #fff solid; }
  .fluid-yt > iframe {
    display: block;
    width: 100%;
    height: 100%; }

@supports not (aspect-ratio: 16/9) {
  .fluid-yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .fluid-yt > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
/* demande Aurélie 14-06-2023 -- reorganisation des éléments sur mobile */
@media (max-width: 60em) {
  body.container {
    display: flex;
    flex-direction: column; }
    body.container .header {
      order: 1; }
    body.container .motionMarque {
      order: 6; }
    body.container .portes-ouvertes {
      order: 2; }
    body.container .quiz-popup {
      order: 2; }
    body.container .contentSolo {
      order: 2; }
    body.container .mobile-logos {
      order: 3; }
    body.container .l-recherche-vdo {
      order: 4; }
    body.container .recherche-entreprises,
    body.container .recherche-entreprise {
      order: 4; }
    body.container .videoMoquet {
      order: 5; }
    body.container .hero {
      order: 6; }
    body.container .detailDomaine--clotures {
      order: 7; }
    body.container .detailDomaine--allees {
      order: 8; }
    body.container .detailDomaine--jardins {
      order: 9; }
    body.container .contenu-extracts {
      order: 10; }
    body.container .quizIndex {
      order: 11; }
      [data-context="home"] body.container .quizIndex {
        order: 7;
        background: #a8c215; }
        [data-context="home"] body.container .quizIndex .quizIndex__main__titre strong {
          color: #fff; }
        [data-context="home"] body.container .quizIndex .quizIndex__titre .gfx__dots:after {
          background: #fff; }
    body.container .footer {
      order: 12; }
    body.container .annexes {
      order: 13; }
    .s-vue-domaine body.container .header {
      order: 1; }
    .s-vue-domaine body.container .portes-ouvertes {
      order: 2; }
    .s-vue-domaine body.container .quiz-popup {
      order: 2; }
    .s-vue-domaine body.container .contentSolo {
      order: 2; }
    .s-vue-domaine body.container .mobile-logos {
      order: 3; }
    .s-vue-domaine body.container .detailDomaine {
      order: 4; }
    .s-vue-domaine body.container .detailDomaine--ctas {
      order: 5; }
    .s-vue-domaine body.container .detailDomaine--cms {
      order: 6; }
    .s-vue-domaine body.container .detailDomaine--realisations {
      order: 7; }
    .s-vue-domaine body.container .contenu-extracts {
      order: 10; }
    .s-vue-domaine body.container .quizIndex {
      order: 11; }
    .s-vue-domaine body.container .footer {
      order: 12; }
    .s-vue-domaine body.container .annexes {
      order: 13; }
    .s-vue-cms body.container .s-contenu-page {
      order: 10; } }

/* demande Aurélie 14-06-2023 -- video + recherche entreprise en vis à vis */
@media (min-width: 80em) {
  .l-recherche-vdo {
    display: flex; }
    .l-recherche-vdo .recherche-entreprise {
      width: 40%; } }
    @media screen and (min-width: 80em) and (max-width: 90em) {
      .l-recherche-vdo .recherche-entreprise {
        width: 50%; } }
@media (min-width: 80em) {
    .l-recherche-vdo .videoMoquet {
      flex: 1; }
    .l-recherche-vdo .detailDomaine__titre__mask__appear strong {
      display: block; }
    .l-recherche-vdo .recherche-entreprise__main {
      display: flex;
      align-items: center;
      height: 100%;
      flex-direction: column;
      justify-content: center; } }

.fixWidth {
  margin: auto;
  padding: 0 3%;
  max-width: 960px;
  padding-top: 50px;
  border-top: 1px #eee solid; }
  @media screen and (max-width: 90em) {
    .fixWidth {
      max-width: 860px; } }
  @media screen and (max-width: 45em) {
    .fixWidth {
      padding-top: 30px; } }
  @media (max-width: 45em) {
    .fixWidth {
      width: 100%; } }
  .fixWidth p, .fixWidth ul, .fixWidth ol {
    line-height: 1.8; }
    @media screen and (max-width: 60em) {
      .fixWidth p, .fixWidth ul, .fixWidth ol {
        line-height: 1.6; } }
  .fixWidth h1 {
    margin-bottom: 3rem;
    transform: translateX(-100px); }
    @media screen and (max-width: 60em) {
      .fixWidth h1 {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 80em) {
      .fixWidth h1 {
        transform: translateX(-40px); } }
    @media screen and (max-width: 60em) {
      .fixWidth h1 {
        transform: none; } }
    @media (max-width: 45em) {
      .fixWidth h1 {
        line-height: 1; } }
  .fixWidth a {
    color: #cd2927;
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under; }
  .fixWidth a:hover {
    text-decoration: none; }
  .fixWidth ul, .fixWidth ol {
    background: #eee;
    color: #222220;
    line-height: 26px;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px; }
    @media screen and (max-width: 60em) {
      .fixWidth ul, .fixWidth ol {
        padding: 15px; } }
    .fixWidth ul li, .fixWidth ol li {
      margin: 0 0 5px 20px;
      list-style: circle;
      background-size: 15px 15px;
      padding-left: 0px; }
  .fixWidth .c-box-content {
    font-weight: 400;
    margin-bottom: 40px; }
    @media screen and (max-width: 60em) {
      .fixWidth .c-box-content {
        margin-bottom: 20px; } }

.fixFullWidth {
  max-width: 1360px;
  margin: auto; }
  @media (max-width: 90em) {
    .fixFullWidth {
      padding: 0 3rem; } }
  @media screen and (max-width: 90em) and (max-width: 60em) {
    .fixFullWidth {
      padding: 0 2.5rem; } }
  @media screen and (max-width: 90em) and (max-width: 45em) {
    .fixFullWidth {
      padding: 0 1.5rem; } }

  @media (min-width: 110em) {
    .fixFullWidth--wide {
      max-width: 1680px; } }

.split40extracts {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-columns: 1fr 1.3fr;
  grid-gap: 10rem; }
  @media screen and (max-width: 90em) {
    .split40extracts {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 60em) {
    .split40extracts {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 90em) {
    .split40extracts {
      grid-gap: 6rem; } }
  @media screen and (max-width: 60em) {
    .split40extracts {
      grid-gap: 3rem; } }
  @media (min-width: 60em) {
    .split40extracts__first .card-page-extract__datas {
      max-width: 80%; } }
  @media (min-width: 60em) {
    .split40extracts__wide {
      grid-column: 1/3; } }
  .split40extracts__rest {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem; }
    @media screen and (max-width: 60em) {
      .split40extracts__rest {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 60em) {
      .split40extracts__rest {
        grid-gap: 3rem; } }

.card-page-extract {
  color: #3c3c37; }
  .card-page-extract__cover {
    margin-bottom: 3rem; }
    @media screen and (max-width: 60em) {
      .card-page-extract__cover {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 45em) {
      .card-page-extract__cover {
        margin-bottom: 1.2rem; } }
  .card-page-extract__titre {
    margin-bottom: 2rem; }
    @media screen and (max-width: 60em) {
      .card-page-extract__titre {
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45em) {
      .card-page-extract__titre {
        margin-bottom: 1rem; } }
  .card-page-extract__text {
    line-height: 1.4;
    margin-bottom: 2rem; }
    @media screen and (max-width: 60em) {
      .card-page-extract__text {
        margin-bottom: 1.5rem; } }
    @media screen and (max-width: 45em) {
      .card-page-extract__text {
        margin-bottom: 1rem; } }
  .card-page-extract__datas {
    color: #3c3c37; }
  .card-page-extract__entreprise {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .card-page-extract__entreprise:before {
      content: "";
      display: block;
      width: 20px;
      height: 3px;
      margin-right: 0.7rem; }
      .detailDomaine--realisations--jardins .card-page-extract__entreprise:before {
        background: #a8c215; }
      .detailDomaine--realisations--allees .card-page-extract__entreprise:before {
        background: #cd2927; }
      .detailDomaine--realisations--clotures .card-page-extract__entreprise:before {
        background: #ffcc03; }
  .card-page-extract__more {
    display: block;
    margin-top: 2.0rem;
    padding-top: 1.2rem;
    padding: 1.2rem;
    border-radius: 4px;
    color: #3c3c37;
    text-align: center; }
    .card-page-extract__more--allees {
      background: #cd2927;
      color: #fff; }
    .card-page-extract__more--clotures {
      background: #ffcc03; }
    .card-page-extract__more--jardins {
      background: #a8c215; }

.cta-on-full-width {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8rem; }
  @media screen and (max-width: 120em) {
    .cta-on-full-width {
      padding-top: 6rem; } }
  @media screen and (max-width: 60em) {
    .cta-on-full-width {
      padding-top: 4rem; } }
  @media screen and (max-width: 45em) {
    .cta-on-full-width {
      padding-top: 2rem; } }
  .cta-on-full-width--stretch .cta-on-full-width__link {
    flex: 1; }
  .cta-on-full-width--pt0 {
    padding-top: 0; }
  .cta-on-full-width--pt1 {
    padding-top: 1rem; }
  .cta-on-full-width--pt2 {
    padding-top: 2rem; }
  .cta-on-full-width--pt3 {
    padding-top: 3.0rem; }
  .cta-on-full-width--pt4 {
    padding-top: 4.0rem; }
  .cta-on-full-width__link {
    display: block;
    padding: 2.0rem 3.0rem;
    border-radius: 8px;
    transition: all .3s ease-out;
    background: #3c3c37;
    color: #fff;
    border: 1px #3c3c37 solid;
    text-align: center; }
    @media (max-width: 45em) {
      .cta-on-full-width__link {
        width: 91%; } }
    .cta-on-full-width__link--small {
      padding: 1.2rem 2.0rem;
      font-size: 1.6rem; }
    .s-vue-cms--jardins .cta-on-full-width__link, .cta-on-full-width--jardins .cta-on-full-width__link {
      background: #a8c215;
      color: #3c3c37;
      border-color: #a8c215; }
      @media not all and (pointer: coarse) {
        .s-vue-cms--jardins .cta-on-full-width__link:hover, .cta-on-full-width--jardins .cta-on-full-width__link:hover {
          color: #a8c215; } }
    .s-vue-cms--allees .cta-on-full-width__link, .cta-on-full-width--allees .cta-on-full-width__link {
      background: #cd2927;
      color: #fff;
      border-color: #cd2927; }
      @media not all and (pointer: coarse) {
        .s-vue-cms--allees .cta-on-full-width__link:hover, .cta-on-full-width--allees .cta-on-full-width__link:hover {
          color: #cd2927; } }
    .s-vue-cms--clotures .cta-on-full-width__link, .cta-on-full-width--clotures .cta-on-full-width__link {
      background: #ffcc03;
      color: #3c3c37;
      border-color: #ffcc03; }
      @media not all and (pointer: coarse) {
        .s-vue-cms--clotures .cta-on-full-width__link:hover, .cta-on-full-width--clotures .cta-on-full-width__link:hover {
          color: #ffcc03; } }
    .s-vue-cms--piscines .cta-on-full-width__link, .cta-on-full-width--piscines .cta-on-full-width__link {
      background: #0077b7;
      color: #fff;
      border-color: #0077b7; }
      @media not all and (pointer: coarse) {
        .s-vue-cms--piscines .cta-on-full-width__link:hover, .cta-on-full-width--piscines .cta-on-full-width__link:hover {
          color: #0077b7; } }
    @media not all and (pointer: coarse) {
      .cta-on-full-width__link:hover {
        background: transparent;
        color: #3c3c37; } }

.cms__pages-soeurs {
  background: #f4f4f4;
  padding: 0 10rem 10rem; }
  @media screen and (max-width: 120em) {
    .cms__pages-soeurs {
      padding: 0 8rem 8rem; } }
  @media screen and (max-width: 85em) {
    .cms__pages-soeurs {
      padding: 0 6rem 6rem; } }
  @media screen and (max-width: 60em) {
    .cms__pages-soeurs {
      padding: 4rem; } }
  @media screen and (max-width: 45em) {
    .cms__pages-soeurs {
      padding: 1.5rem; } }
  .cms__pages-soeurs.l-page-contenu .card-page-extracts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5rem; }
    @media screen and (max-width: 100em) {
      .cms__pages-soeurs.l-page-contenu .card-page-extracts {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 60em) {
      .cms__pages-soeurs.l-page-contenu .card-page-extracts {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 28em) {
      .cms__pages-soeurs.l-page-contenu .card-page-extracts {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 85em) {
      .cms__pages-soeurs.l-page-contenu .card-page-extracts {
        grid-gap: 4rem; } }
    @media screen and (max-width: 60em) {
      .cms__pages-soeurs.l-page-contenu .card-page-extracts {
        grid-gap: 3rem; } }
    @media screen and (max-width: 45em) {
      .cms__pages-soeurs.l-page-contenu .card-page-extracts {
        grid-gap: 2rem; } }
  .cms__pages-soeurs .c-contenu__nav-soeurs {
    border-bottom: 0; }
    .s-vue-cms--allees .cms__pages-soeurs .c-contenu__nav-soeurs {
      border-color: #cd2927; }
      .s-vue-cms--allees .cms__pages-soeurs .c-contenu__nav-soeurs .card-page-extract__soustitre {
        color: #cd2927;
        font-weight: bold; }
    .s-vue-cms--clotures .cms__pages-soeurs .c-contenu__nav-soeurs {
      border-color: #ffcc03; }
      .s-vue-cms--clotures .cms__pages-soeurs .c-contenu__nav-soeurs .card-page-extract__soustitre {
        color: #ffcc03;
        font-weight: bold; }
    .s-vue-cms--jardins .cms__pages-soeurs .c-contenu__nav-soeurs {
      border-color: #a8c215; }
      .s-vue-cms--jardins .cms__pages-soeurs .c-contenu__nav-soeurs .card-page-extract__soustitre {
        color: #a8c215;
        font-weight: bold; }

.s-vue-cms .c-description:before {
  display: none; }
.s-vue-cms .contenu-page__titre {
  position: relative;
  line-height: 1.1; }
  .s-vue-cms .contenu-page__titre:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -40px; }
.s-vue-cms--allees .contenu-page__titre:before {
  background: #cd2927; }
.s-vue-cms--clotures .contenu-page__titre:before {
  background: #ffcc03; }
.s-vue-cms--jardins .contenu-page__titr:before {
  background: #a8c215; }
.s-vue-cms .l-contenu.s-contenu-page {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10rem; }
  @media screen and (max-width: 85em) {
    .s-vue-cms .l-contenu.s-contenu-page {
      padding-bottom: 7rem; } }
  @media screen and (max-width: 60em) {
    .s-vue-cms .l-contenu.s-contenu-page {
      padding-bottom: 5rem; } }
  @media screen and (max-width: 45em) {
    .s-vue-cms .l-contenu.s-contenu-page {
      padding-bottom: 2.5rem; } }
  .s-vue-cms .l-contenu.s-contenu-page:has(.cms__pages-soeurs) {
    padding-bottom: 0; }
.s-vue-cms .landing-no-bandeau .c-description {
  padding: 0; }
.s-vue-cms .power-page__titre {
  margin: 0.6rem 0 1.0rem; }
.s-vue-cms .c-contenu__nav-liees,
.s-vue-cms .c-contenu__nav-soeurs {
  margin: auto; }
.s-vue-cms .c-contenu__nav-soeurs__light {
  border-bottom: 1px #fff solid;
  display: block;
  padding: 20px 0;
  font-style: italic; }

.s-vue-cms--allees .ariane__inside a {
  color: #cd2927; }
.s-vue-cms--clotures .ariane__inside a {
  color: #ffcc03; }
.s-vue-cms--jardins .ariane__inside a {
  color: #a8c215; }

.c-prise-contact__form {
  margin-top: 7rem; }
  @media screen and (max-width: 130em) {
    .c-prise-contact__form {
      margin-top: 5rem; } }
  @media screen and (max-width: 85em) {
    .c-prise-contact__form {
      margin-top: 4rem; } }
  @media screen and (max-width: 60em) {
    .c-prise-contact__form {
      margin-top: 3rem; } }
  @media screen and (max-width: 45em) {
    .c-prise-contact__form {
      margin-top: 1.5rem; } }

.u-standard-page,
.c-contenu__article,
.c-contenu__page-inside,
.page-split-contenu,
.tpl-page-contenu--no-bandeau,
.page-split-contenu--magazine {
  max-width: 100%; }

.contentSolo__form {
  padding: 50px 0;
  width: 100%;
  max-width: 500px;
  margin: auto; }
  .contentSolo__form .label100.textuel {
    margin-bottom: 2.0rem; }
    .contentSolo__form .label100.textuel label {
      display: block;
      margin-bottom: 1.0rem; }
    .contentSolo__form .label100.textuel input {
      width: 100%;
      max-width: 500px;
      border: 1px #ddd solid;
      border-radius: 4px;
      padding: 1.5rem; }
  .contentSolo__form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 500px;
    background: #3c3c37;
    color: #fff;
    padding: 1.0rem;
    border: none;
    border-radius: 4px;
    transition: all .4s ease-out;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold; }
    .contentSolo__form input[type="submit"]:hover {
      background: #cd2927; }
  .contentSolo__form .u-standard__f-contact__recaptcha {
    display: flex;
    justify-content: center;
    margin-top: -15px;
    flex-direction: column;
    align-items: center; }
    .contentSolo__form .u-standard__f-contact__recaptcha .u-form__msg--indiv {
      position: relative;
      top: 14px; }

.u-form__msg--indiv .svg__form-error {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px; }

.u-form__msg {
  display: flex;
  padding: 2rem;
  border: 1px dotted #64c2c7;
  font-size: 1.6rem;
  align-items: center;
  margin-bottom: 1.5rem;
  border-radius: 4px; }

.u-form__msg--global {
  margin: 1.5rem 1.5rem 0; }

.u-form-champ input.error,
.u-form-champ input.u-form__input--error,
.u-form-standard textarea.u-form__textarea--error, .u-form__msg--error {
  border-color: #cd2927;
  color: #cd2927; }

.u-form-champ input.u-form__input--warning, .u-form-champ input.warning, .u-form__msg--warning {
  border-color: #dd5a31;
  color: #dd5a31; }

.u-form-champ input.u-form__input--valid, .u-form-champ input.valid, .u-form__msg--valid {
  border-color: #a8c215;
  color: #a8c215; }

.u-form__msg--indiv {
  padding: 1.4rem;
  margin-bottom: 1rem;
  font-size: 1.5rem; }

.u-form__msg svg {
  margin-right: 1.5rem; }

.u-form__msg--indiv > p {
  margin-bottom: 0 !important; }

.svg__form-error path {
  fill: #cd2927; }

.svg__form-valid {
  width: 40px;
  height: 40px; }

.svg__form-valid path {
  fill: #a8c215; }

/*# sourceMappingURL=styles__landing__08-03-2024.css.map */
