/* 13 POUCES */
@media (max-height: 768px) {
  .slider-content .fs-46{
    font-size: 30px!important;
  }
}
/* 13 POUCES */
@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
}
/* IPAD PRO */
@media (max-width: 1024px) {
  .top-menu {
    width: calc(90% - 1px);
  }
  .logo {
      padding: 15px 5px;
      width: 10vw;
    }
  .classic-header .logo {
    padding: 20px 15px 20px 15px;
  }
  .classic-header.header-istop.up-scroll .logo,
  .header-istop.up-scroll .logo {
    padding: 50px 15px 20px 15px;
  }
  .base-line{
    display: none;
  }
  .main-menu {
    width: 90vw;
  }
  .main-menu > .nav-open-container {
    padding-right: calc(10vw + 0px);
  }
  .main-menu > .nav-open-container > ul > li > a {
    font-size: 12px!important;
    padding: .5em 17px;
    letter-spacing: 0.5px!important;
  }
  .docto-logo {
    width: calc(10vw + 1px);
    height: 100%;
  }
  .docto-logo svg {
    width: 80%;
    margin: auto;
  }
  .docto-logo span{
    display: none;
  }
  .arrows {
    height: 100%;
    width: 10vw;
  }
  .classic-header .arrows {
    width: 10vw;
  }
  /* SLIDER */
  .slider-content {
    width: 80vw;
    left: 10vw;
    padding: 2em;
  }

  /* MENU */
  .main-menu > .nav-open-container > ul > li > .sub-menu > li > .sub-menu,
  .main-menu > .nav-open-container > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    max-width: 35vw;
  }
}

@media (max-width: 992px) {
  /* MAIN MENU */
  .main-menu{
    background: transparent;
  }
  .main-menu > .nav-open-container {
    padding-right: calc(0vw + 0px);
    width: 10vh;
    background: #FFF;
    display: flex;
    justify-content: flex-start;
    transition-delay: 0.6s;
    border-left: 0;
  }
  .menu-open .main-menu > .nav-open-container {
    width: 100%;
    transition-delay: 0s;
  }
  .main-menu > .nav-open-container > ul {
      opacity: 1;
      width: 90vw;
      margin: 0;
      position: absolute;
      justify-content: flex-start;
      height: auto;
      bottom: 100%;
      background: #fff;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 0vw;
      padding-right: 0vw;
      justify-content: flex-end;
      transform: translate(100%, 0);
      z-index: -1;
  }
  .menu-open .main-menu > .nav-open-container > ul {
    pointer-events: normal;
    transform: translate(0vw, 0%);
    height: auto;
  }

  .main-menu > .nav-open-container > ul > li {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFF;
    line-height: 16px;
  }
  .main-menu > .nav-open-container > ul > li > a{
      font-size: 12px!important;
      letter-spacing: 0.5px!important;
      justify-content: flex-start;
      margin-top: 0;
      margin-bottom: 0;
      height: 100%;
      padding: 1.5em 10vw;
      opacity: 1;
      width: 100%;
      overflow: hidden;
  }
  /* REDUCE MENU */
  .main-menu > .nav-open-container > ul.delay-nav-reduce > li:not(.active){
    line-height: 0px;
  }
  .main-menu > .nav-open-container > ul.delay-nav-reduce > li:not(.active) > a{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    height: 0%;
    opacity: 0.1!important;
  }
  .nav-reduce .main-menu > .nav-open-container > ul {
    padding-top: 0!important;
  }


  /* MAIN SUB MENU */
  .main-menu > .nav-open-container > ul > li > .sub-menu > li > .sub-menu,
  .main-menu > .nav-open-container > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    max-width: 90vw;
  }
  .full-width-nav .main-menu li.active-sub-item-mobile > .sub-menu {
    opacity: 1!important;
    width: 100%!important;
    transform: translate(0%, 0);
  }
  .full-width-nav .main-menu li.active-sub-item-mobile > .sub-menu > li > a {
    padding: 8px 0px 8px 30px;
  }

  .sub-opacity .main-menu > .nav-open-container > ul > li > .sub-menu {
    opacity: 0;
  }
  .main-menu > .nav-open-container > ul > li > .sub-menu {
      position: absolute;
      right: 0%;
      bottom: auto;
      top: 0px;
      left: auto;
      padding: 0 0 0 0vw;
      background: #f7f7f7;
      transform: translate(100%, -100%);
      opacity: 1;
      height: auto;
      width: 100%;
      display: flex;
      flex-direction: column;
      z-index: -1;
      justify-content: center;
      transition-delay: 0s!important;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
  }
  .menu-open .main-menu > .nav-open-container > ul > li > .sub-menu {
    transition-delay: 0s!important;
  }

  .full-width-nav .main-menu > .nav-open-container > ul > li.active > .sub-menu {
    transform: translate(100%, -100%);
  }
  .nav-reduce li.active > .sub-menu,
  .full-width-nav.nav-reduce  .main-menu > .nav-open-container > ul > li.active > .sub-menu {
      transform: translate(100%, -100%);
      opacity: 1;
      transition-delay: 0.6s!important;
  }


  /* TRANSLATE CSS */
  .nav-reduce li.active > .sub-menu,
  .full-width-nav.nav-reduce .main-menu > .nav-open-container > ul > li.active > .sub-menu {
    --x: 0;
    transform: translate(calc(-90vw * var(--x)), -100%);
  }
  [data-x="1"] { --x: 1!important; }
  [data-x="2"] { --x: 2!important; }
  [data-x="3"] { --x: 3!important; }


  .sub-menu > li {
    height: 100%;
    align-items: center;
    display: flex;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .sub-menu.active-sub-mobile > li:not(.active-sub-item-mobile){
    height: 0%;
    align-items: center;
    display: flex;
    overflow: hidden;
  }
  .sub-menu > li > a{
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex!important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
  .active-sub-mobile > li:not(.active-sub-item-mobile) > a {
    padding-top: 0!important;
    padding-bottom: 0!important;
    transition-delay: 0s!important;
    opacity: 0!important;
  }
  .full-width-nav .main-menu > .nav-open-container > ul > li > ul > li:hover > a:before {
      width: 0px;
  }



  .main-menu > .nav-open-container > ul > li > .sub-menu {
    padding: 1em 0 1em 10vw;
  }
  .main-menu ul li > a {
    opacity: 1!important;
  }
  .main-menu > .nav-open-container > ul > li > .sub-menu > li > a {
    padding: 15px 10vw 15px 0px;
  }
  .main-menu > .nav-open-container > ul > li.menu-item-has-children > a:after,
  .menu-item-has-children > a:after {
    right: 10vw;
    top: 50%;
    transform-origin: center;
    transition-delay: 0.6s;
  }
  /* ARROW BACK */
  /* .full-width-nav .main-menu li:hover > ul > li:hover > a:after, */
  /* .full-width-nav .main-menu li:hover > ul > li:hover > ul > li:hover > a:after, */
  /* .full-width-nav .main-menu li:hover > ul > li:hover > ul > li:hover > ul > li:hover > a:after, */
  .full-width-nav .main-menu li.active > ul > li.active-sub-item-mobile > a:after,
  .full-width-nav .main-menu li.active li.active-sub-item-mobile > a:after,
  .full-width-nav .main-menu li.active > ul > li.active-sub-item-mobile > ul > li.active-sub-item-mobile > a:after,
  .full-width-nav .main-menu li.active > ul > li.active-sub-item-mobile > ul > li.active-sub-item-mobile > ul > li.active-sub-item-mobile > a:after
  {
    border-width: 3.5px 0 3.5px 3px!important;
    border-color: transparent transparent transparent #000!important;
    transform: translate(calc(-100% + 5vw), -50%) rotate(180deg) scale(2)!important;
    opacity: 1!important;
  }
  .full-width-nav .main-menu > .nav-open-container > ul > li.menu-item-has-children.active > a:after {
    transform: translate(-100%, -50%) rotate(0deg);
    opacity: 0.3!important;
  }
  .nav-reduce .main-menu > .nav-open-container > ul > li.menu-item-has-children.active > a:after,
  .full-width-nav.nav-reduce .main-menu > .nav-open-container > ul > li.menu-item-has-children.active > a:after {
    transform: translate(-100%, -50%) rotate(-90deg);
    opacity: 1!important;
  }
  .full-width-nav .main-menu li.active > ul > li:hover > a:after,
  .full-width-nav .main-menu li.active > ul > li:hover > ul > li:hover > a:after,
  .full-width-nav .main-menu li.active > ul > li:hover > ul > li:hover > ul > li:hover > a:after {
      border-width: 3.5px 0 3.5px 3px;
      border-color: transparent transparent transparent #000;
      transform: translate(calc(-100% + 0px), -50%) rotate(0deg) scale(1)
  }
  /* .main-menu > .nav-open-container > ul > li > .sub-menu li.active-sub-item-mobile > a{
    padding: 15px 15px 15px 0px;
  } */
  .full-width-nav .menu-item-has-children:hover > a:after {
    opacity: 0.3;
  }
  .main-menu:before{
    display: none;
  }
  .main-menu .submenu-img-container {
    z-index: -9;
  }
  /* CLOSE ITEM */
  .main-menu > .nav-open-container > ul > li.menu-item-has-children > a:before {
    content: 'X';
    position: absolute;
    left: 4vw;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .nav-reduce .main-menu > .nav-open-container > ul > li.active > a:before {
    left: 5vw;
    opacity: 1;
  }
  .main-menu ul li:hover > a {
    -webkit-text-stroke: 0em;
  }
  .nav-reduce .main-menu ul li.active > a {
    -webkit-text-stroke: 0.05em;
  }
  /* BURGER BTN */
  .mobile-btn-section {
    border-top: 1px solid transparent;
  }
  .menu-open .mobile-btn-section {
    border-top: 1px solid #E6E6E6;
  }
  .burger-toggle {
      --size: 30px;
      --pad: 0.25rem;
      display: block;
      min-width: 30px;
      width: var(--size);
      height: var(--size);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: var(--pad) 0;
      margin: auto;
      border: 0;
      border-radius: 0;
      background: none;
  }

    .burger-toggle > div {
      width: 100%;
      min-width: 30px;
      height: 2px;
      border-radius: 2px;
      background-color: currentcolor;
      transition: transform 0.2s, opacity 0.2s;
      /* Half the internal size of the .burger-toggle (i.e. height without padding) */
      --half: calc((var(--size) - (var(--pad) * 2)) / 2);
    }

    .menu-open .burger-toggle > div:nth-child(1) {
      /* Need to move it down half the height of the .burger-toggle, then back up half its own height (to be centered) */
      --y: calc(var(--half) - 50%);
      transform: translateY(var(--y)) rotate(45deg);
    }

    .menu-open .burger-toggle > div:nth-child(2) {
      opacity: 0;
    }

    .menu-open .burger-toggle > div:nth-child(3) {
      /* Need to move it up half the height of the .burger-toggle, then back down half its own height (to be centered) */
      --y: calc(50% - var(--half));
      transform: translateY(var(--y)) rotate(-45deg);
    }
    .burger-toggle > span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        line-height: 27px;
    }


  /* STICKY NAV */
  .down-scroll .burger-toggle > span,
  .classic-header .burger-toggle > span {
    position: absolute;
    bottom: calc(50% - 0px);
    left: 100%;
    transform: translate(-50%, 50%);
    font-size: 12px;
    line-height: 27px;
  }

  .header-istop .main-menu > .nav-open-container > ul,
  .classic-header .main-menu > .nav-open-container > ul {
    top: 100%;
    bottom: auto;
  }
  .header-istop.full-width-nav .main-menu > .nav-open-container > ul > li.active > .sub-menu,
  .header-istop .main-menu > .nav-open-container > ul > li > .sub-menu ,
  .classic-header.full-width-nav .main-menu > .nav-open-container > ul > li.active > .sub-menu,
  .classic-header .main-menu > .nav-open-container > ul > li > .sub-menu {
    transform: translate(100%, 0%);
  }
  .header-istop.nav-reduce li.active > .sub-menu,
  .header-istop.full-width-nav.nav-reduce .main-menu > .nav-open-container > ul > li.active > .sub-menu,
  .classic-header.nav-reduce li.active > .sub-menu,
  .classic-header.full-width-nav.nav-reduce .main-menu > .nav-open-container > ul > li.active > .sub-menu {
    --x: 0;
    transform: translate(calc(-90vw * var(--x)), 0%);
  }

/* LOGO */
  .classic-header .logo svg {
    width: 6vw;
    height: 10vw;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }


}

/* IPAD */
@media (max-width: 768px) {
  .my-slick-slider {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
  }
}

/* MOBILE */
@media (max-width: 576px) {

  .custom-slider {
    text-align: center;
    padding: 0em;
  }
  .my-slick-slider {
    padding: 0em;
  }
  .slider-content .fs-46{
    font-size: 26px!important;
  }
  .slider-content .fs-25{
    font-size: 18px!important;
  }
  .global-menu {
    width: 100%;
    height: 100%;
    display: flex;
    border-bottom: 1px solid #dedede;
  }
  .main-menu {
    width: 60vw;
  }
  .menu-open .mobile-btn-section {
    border-top: 0px solid #E6E6E6;
  }
  .main-menu > .nav-open-container > ul {
    transform: translate(100%, 1px);
  }
  .menu-open .main-menu > .nav-open-container > ul {
    pointer-events: normal;
    transform: translate(calc(-20vw - 1px), 1px);
    height: auto;
    width: 100vw;
  }
  .classic-header .logo svg {
    width: 10vw;
    height: 10vw;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .logo {
    padding: 15px 5px;
    width: 20vw;
  }
  .classic-header.down-scroll .logo svg {
    width: 30px;
    height: 40px;
  }
  .classic-header.header-istop.up-scroll .logo, .header-istop.up-scroll .logo {
    padding: 15px 15px 15px 15px;
  }
  .slider-content {
    width: 100vw;
    left: 0;
    padding: 15px;
    border-left: 0px solid var(--tan);
    border-right: 0px solid var(--tan);
  }
  .slider-content .titre-slider{
    font-size: 25px!important
  }
  .slider-content .sous-titre-slider{
    font-size: 16px!important
  }
  .custom-bouton,
  .custom-bouton-border{
    font-size: 11px!important;
    padding: 15px 15px;
  }
  .top-menu {
    width: 100%;
  }
  .top-menu p, .top-menu a {
    margin: 0;
    display: flex;
    margin-left: 0;
    padding: 10px;
    background: #d7cac1;
    width: 11vw;
    height: 11vw;
    align-items: center;
    justify-content: center;
    border-radius: 50vw;
    margin-left: 15px;
}
  .top-menu a span{
    display: none;
  }

  .top-header ul {
    justify-content: flex-end;
  }
  .top-menu {
    width: 100%;
    top: 100%;
    transform: translate(0px, -100%);
    background: transparent;
    height: 25vw;
    padding: 0px 30px;
}
  .down-scroll .top-menu,
  .classic-header.down-scroll .top-menu {
    width: 100%;
    top: 100%;
    transform: translate(0px, 0%);
  }
  .classic-header .docto-logo, .docto-logo {
    padding-top: 0px;
    height: 100%;
    border-left: 1px solid #00000021;
    width: calc(20vw + 1px);
    border-bottom: 0;
    position: relative;
    height: auto!important;
    background: #fff;
  }
  .up-scroll.header-istop .docto-logo {
    padding-top: 0;
  }
  .down-scroll .burger-toggle > span, .classic-header .burger-toggle > span {
    transform: translate(-19%, 50%);
    font-weight: 700;
  }
  .burger-toggle {
    --size: 26px;
  }
  .burger-toggle:after,
  .burger-toggle:before{
    display: none;
  }
  .classic-header .arrows {
    width: 10vw;
    left: 20px;
    transform: translate(0%, 0px);
    right: auto;
    bottom: 40px;
  }
  .burger-toggle span{
    transition-delay: 1s;
  }
  .menu-open .burger-toggle span{
    opacity:0;
    transition-delay: 0s;
  }
  /* TESTIMONIAL */
  .testimonial-slider > div {
    border: 0px solid #E6E6E6;
    padding: 15px;
  }
  .testimonial-slider:before {
    content: '“';
    font-family: 'vcv-material';
    font-size: 110px;
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 70px;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: var(--light-tan);
    pointer-events: none;
  }
  .testimonial-slider:after{
    display: none;
  }
  .testimonial-slider > div p{
    text-align: center;
  }

  /* SUMMARY */
  .navbar-signet {
      position: fixed;
      z-index: 99;
      height: auto;
      left: calc(100% + 50vw);
      top: 80px;
      width: 100%;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.8) translate(-50%, -30px) rotate(0deg);
      transform-origin: top left;
      border-radius: 5px;
      opacity: 0;
      cursor: pointer;
      box-shadow: 0 0 15px #0000004a;
  }
  .navbar-signet svg{
    display: none;
  }
  .active-side.header-istop.up-scroll .navbar-signet {
    transform: scale(0.8) translate(-50%, 0%) rotate(0deg);
    opacity: 0;
  }
  .down-scroll .navbar-signet {
      transform: scale(0.8) translate(-50%, 0%) rotate(0deg);
      opacity: 1;
  }
  .header-istop.up-scroll .navbar-signet {
      transform: scale(0.8) translate(-50%, 0%) rotate(0deg);
      opacity: 1;
  }
  .header-istop.down-scroll .navbar-signet {
    transform: scale(0.8) translate(-50%, -30px) rotate(0deg);
    opacity: 0;
  }

  .hover-trigger {
    position: fixed;
    z-index: 999999;
    height: 60px;
    left: calc(100% + 50vw);
    top: 102px;
    width: 100%;
    z-index: 99991;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8) translate(-50%, -30px) rotate( 0deg);
    transform-origin: top left;
    border-radius: 5px;
    opacity: 1;
    cursor: pointer;
  }
  .header-istop.down-scroll .hover-trigger{
    height: 0px;
  }
}
