/*@import "../../include";

@media screen and (max-width: 768px) {
  .dropdown_active {
    margin-top: 100px;
    padding: 16px 0px;
    margin: 80px 24px 0px;
    width: calc(100% - 48px);
    position: relative;
    @include fr;
    display: flex;
    align-items: stretch;
    background-color: $white;
    @include h3;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    position: relative;
    .arrow {
      aspect-ratio: 1 / 1;
      content: "";
      @include frc;
      height: 100%;
      width: auto;
      top: 0;
      right: 0;
      z-index: 2;
      &:after {
        width: 20px;
        height: 15px;
        mask-image: url("../../../img/icones/arrow_down.svg");
        @include mask_contain;
        content: "";
        position: relative;
        z-index: 3;
        background-color: $black;
        transition: 0.5s linear;
      }

    }
    &.active {
      .arrow {
        &:after {
          transform: rotate(180deg);
        }
      }
      &::before {
        content:'';
        width: 0%;
      }

    }
    &::before {
      @include transition;
      content:'';
      height: 1px;
      background-color: $grey;
      width: 100%;
      position: absolute;
      top: 100%;

    }

  }
  .wrapper_item_menu {

    background: $white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px 16px;
    margin: 0 24px;
    transition: 0.5s linear;
    position: absolute;
    width: calc(100% - 48px);


    @include fc;
    align-items: flex-start;
    overflow: hidden;
    max-height: 0%;
    z-index: 5;
    &::-webkit-scrollbar {
      display: none;
    }
    &.active {
      padding: 0px 8px;
      background-color: $white;
      max-height: 700px !important;
    }
    .field__item {
      margin-bottom: 16px;
      margin-top: 16px;
      @include h4;
      color: $blue-light;
      padding: 0px 16px;
      cursor: pointer;
      &.active {
        display: none;
      }
    }
  }
  .w_contenu_main {
    margin-top: 80px;
  }
}*/
/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/* ICONS LIST */ /**
* font-family: 'Outfit', sans-serif;
* 400, 500, 600, 700  
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dropdown_active {
    display: none;
  }
  /*.wrapper_item_menu {

    background: $white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px 16px;
    margin: 0 24px;
    transition: 0.5s linear;
    position: absolute;
    width: calc(100% - 48px);


    @include fc;
    align-items: flex-start;
    overflow: hidden;
    max-height: 0%;
    z-index: 5;
    &::-webkit-scrollbar {
      display: none;
    }
    &.active {
      padding: 0px 8px;
      background-color: $white;
      max-height: 700px !important;
    }
    .field__item {
      margin-bottom: 16px;
      margin-top: 16px;
      @include h4;
      color: $blue-light;
      padding: 0px 16px;
      cursor: pointer;
      &.active {
        display: none;
      }
    }
  }*/
  .parent-contenu-main {
    position: relative;
    width: 100%;
    margin-bottom: 150px !important;
    max-width: 1180px;
    margin: 0 auto;
  }
  .parent-contenu-main .wrapper_item_menu {
    background: none;
    width: 100%;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    gap: 10px;
    top: -130px;
  }
  .parent-contenu-main .wrapper_item_menu .field__item {
    position: relative;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 9px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    color: #0D1E21;
    text-align: center;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 145.833% */
  }
  .parent-contenu-main .wrapper_item_menu .field__item:nth-child(1)::before {
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../../../img/icones/clock.svg");
            mask-image: url("../../../img/icones/clock.svg");
  }
  .parent-contenu-main .wrapper_item_menu .field__item:nth-child(2)::before {
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../../../img/icones/arrow_right_left.svg");
            mask-image: url("../../../img/icones/arrow_right_left.svg");
  }
  .parent-contenu-main .wrapper_item_menu .field__item:nth-child(3)::before {
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../../../img/icones/euro.svg");
            mask-image: url("../../../img/icones/euro.svg");
  }
  .parent-contenu-main .wrapper_item_menu .field__item:nth-child(4)::before {
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../../../img/icones/send.svg");
            mask-image: url("../../../img/icones/send.svg");
  }
  .parent-contenu-main .wrapper_item_menu .field__item.active {
    color: #FFFFFF;
    background: #0D1E21;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .parent-contenu-main .wrapper_item_menu .field__item.active:before {
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    content: "";
    display: block;
  }
  .parent-contenu-main .wrapper_item_menu .field__item:last-child {
    margin-right: 0px;
  }
  .parent-contenu-main .wrapper_item_menu .field__item:before {
    width: 30px;
    height: 30px;
    background-color: #7D714F;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .parent-contenu-main .wrapper_item_menu .field__item {
    width: 180px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .w_contenu_main {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=field--node--field-item-menu.css.map */
