/*
Theme Name: Databack 2022
URI: http://www.strat-engine.com
Description: Thème refonte site 2022 Databack (https://www.databack.fr/)
Version: 1.1
Author: Strat Engine
Dernière mise à jour : septembre 2022
*/

/*#wpadminbar {bottom: 0 !important;top: auto !important;}*/
*/ :root {
  --main-orange: #f47e32;
  --main-bleu: #105d6a;
  --main-vert: #4c6a10;
  --main-violet: #4d254b;
  --main-beige: #c98d13;
  --main-bg: #06171f;

  --main-recuperation: #105d6a;
}

/* ----------------- FONTS -----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
  font-family: "Bebasneue";
  src: url("font/BebasNeue-Regular.eot");
  src: local("BebasNeue Regular"), local("BebasNeue-Regular"),
    url("font/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/BebasNeue-Regular.woff") format("woff"),
    url("font/BebasNeue-Regular.woff2") format("woff2"),
    url("font/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.orange {
  color: #f47e32;
}

.coloration {
  color: #f47e32;
}

.gras {
  font-weight: 700;
}
body {
  font: normal normal 300 16px/29px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
}
p {
  font: normal normal 300 16px/24px "Open Sans";
}
h1,
.h1 {
  font: normal normal normal 63px/79px "Bebasneue";
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
}
h2 {
  font: normal normal normal 50px/60px "Bebasneue";
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  color: #000000;
}
h3,
.h3 {
  font-size: 1.6rem;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}
section {
  padding: 80px 0;
}
.sstitre {
  font: normal normal normal 33px/45px "Bebasneue";
}
.sstitre--support {
  color: #c98d13 !important;
}
.sstitre.recuperation {
  color: #105d6a;
}

span.recuperation {
  color: #105d6a;
}
span.ransomware {
  color: #c98d13;
}
span.migration {
  color: #4c6a10;
}
span.effacement {
  color: #4d254b;
}

.colblanc {
  color: #fff;
}
.colrecuperation {
  color: #105d6a;
}
.colransomware {
  color: #c98d13;
}
.colmigration {
  color: #4c6a10;
}
.coleffacement {
  color: #4d254b;
}

.bt {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 15px 0;
  font-size: 15px;
}
.btn {
  border: 0 !important;
}

.bt:hover,
.bt:focus {
  -webkit-animation: pulse 0.8s;
  animation: pulse 0.8s;
  box-shadow: 0 0 0 15px transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f47e32;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #f47e32;
  }
}
@-webkit-keyframes pulsegris {
  0% {
    box-shadow: 0 0 0 0 #a7a7a7;
  }
}
@keyframes pulsegris {
  0% {
    box-shadow: 0 0 0 0 #a7a7a7;
  }
}

.bt.btgris {
  background-color: #a7a7a7;
  color: #fff;
  font-weight: 700;
}
.bt.btgris:hover,
.bt.btgris:focus {
  -webkit-animation: pulsegris 0.8s;
  animation: pulsegris 0.8s;
  box-shadow: 0 0 0 15px transparent;
  color: #fff !important;
}
.bt.btorange {
  background-color: #ff8537;
  color: #fff;
  font-weight: 700;
}

.bt.btorange.cont {
  background-image: url(images/btcontact.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 40px;
  margin-left: 10px;
  text-transform: uppercase;
}
.bt.btorange.cont:hover {
  color: #fff !important;
}
.bt.btorange.suite {
  background-image: url(images/esp.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding-right: 50px;
}

.bt.btorange.services {
  background-image: url(images/icon-devis.svg);
  background-color: #ff8537;
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 44px;
  margin-left: 20px;
  background-size: 22px;
  color: #fff;
  position: relative; /* Add position relative */
  overflow: hidden; /* Hide overflowing content */
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
}

/* Add data-text attribute for the hover text replacement */
.bt.btorange.services:before {
  content: attr(data-hover-text);
  position: absolute;
  top: 5px; /* Match the button's padding */
  left: 15px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #000;
}

/* On hover, hide the original text and show the hover text */
.bt.btorange.services:hover {
  background-image: url(images/icon-devis-black.svg);
  background-position: center left 40px; /* Move icon to center when hovering */
  background-color: #fff;
}

.bt.btorange.services:hover span {
  opacity: 0;
}

.bt.btorange.services:hover:before {
  opacity: 1;
}

.bt.btwhite.tel {
  background-image: url(images/icon-tel-black.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding-left: 44px;
  margin-left: 20px;
  background-size: 24;
  color: #000;
  position: relative; /* Add position relative */
  overflow: hidden; /* Hide overflowing content */
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  box-shadow: none !important;
}

/* Add data-text attribute for the hover text replacement */
.bt.btwhite.tel:before {
  content: attr(data-hover-text);
  position: absolute;
  top: 5px; /* Match the button's padding */
  left: 15px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 700;
}

/* On hover, hide the original text and show the hover text */
.bt.btwhite.tel:hover {
  background-image: url(images/icon-tel.svg);
  background-position: center left 30px; /* Move icon to center when hovering */
  background-color: #ff8537;
}

.bt.btwhite.tel:hover span {
  opacity: 0;
}

.bt.btwhite.tel:hover:before {
  opacity: 1;
}

.bt.btrecuperation {
  background-color: #105d6a !important;
  -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  color: #fff;
}
.bt.btransomware {
  background-color: #c98d13 !important;
  -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  color: #fff;
}
.bt.btmigration {
  background-color: #4c6a10 !important;
  -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  color: #fff;
}
.bt.bteffacement {
  background-color: #4d254b !important;
  -webkit-box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 5px 22px 2px rgb(0 0 0 / 15%);
  color: #fff;
}

ul.cr li {
  list-style-type: none;
  background-image: url(images/pucecn.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 50px;
}

.wp-pagenavi .pages {
  border: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 0;
  padding: 6px 10px;
  margin: 5px;
}
.wp-pagenavi .page,
.nextpostslink,
.previouspostslink {
  background-color: #f47e32;
  border: 1px solid #f47e32;
  color: #fff;
  width: 40px;
}
.wp-pagenavi .page.current {
  background-color: transparent;
  border: 1px solid #f47e32;
  color: #fff;
  width: 40px;
}
#main {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.tsh_breadcrumbs {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.tsh_breadcrumbs li {
  display: inline-block;
}
.tsh_breadcrumbs li:before {
  content: none !important;
}
.tsh_breadcrumbs li:last-child {
  color: #ffffff !important;
}
.tsh_breadcrumbs li:first-child {
  padding-left: 0 !important;
}
.tsh_breadcrumbs li,
.tsh_breadcrumbs li a {
  padding: 0 5px;
  color: #f47e32 !important;
  font-size: 14px;
}

/* ----------------------------------------------------- HEADER */

#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item:not(.btn-tel-menu-mobile)
  > a.mega-menu-link {
  font-weight: 600 !important;
  @media screen and (max-width: 1460px) {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }

  @media screen and (max-width: 992px) {
    background: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;

    .mega-indicator {
      float: none !important;
      background-image: url("images/icon-fleche-menu-mobile.svg") !important;
      background-size: contain !important;
      width: 20px !important;
      height: 20px !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;

      &::after {
        display: none !important;
      }
    }
  }
}

.btn-tel-menu-mobile {
  margin-top: 25px !important;
  margin-left: 10px !important;

  & > a {
    padding: 9px 18px !important;
    display: flex !important;
    align-items: center !important;
  }
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed > ul.mega-sub-menu {
  /* display: flex;

  justify-content: center !important; */
  padding-block: 85px;

  @media screen and (max-width: 992px) {
    padding-block: 0px;
    padding-bottom: 15px;
  }

  @media screen and (max-height: 650px) {
    padding-block: 40px;
  }
}

#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item {
  margin-block: 7px;

  &.mega-toggle-on {
    .menu-link-expertise {
      background: #fff;
      box-shadow: 0px 1.3px 7px 0px rgba(0, 0, 0, 0.08);

      &.recuperation-de-donnees {
        .menu-link-expertise__title {
          color: #02080b;
        }

        .menu-link-expertise__arrow path {
          stroke: #02080b;
        }
      }

      &.ransomware {
        .menu-link-expertise__title {
          color: #c98d13;
        }

        .menu-link-expertise__arrow path {
          stroke: #c98d13;
        }
      }

      &.migration-de-donnees {
        .menu-link-expertise__title {
          color: #4c6a10;
        }
      }

      &.effacement-de-donnees {
        .menu-link-expertise__title {
          color: #4d254b;
        }
      }

      @media screen and (max-width: 992px) {
        background: none !important;
        box-shadow: none !important;
      }
    }
  }

  a.mega-menu-link {
    background: none !important;

    .menu-link-expertise {
      width: 100%;
      align-items: center;
      display: flex;
      padding: 22px 30px;
      gap: 30px;
      border-radius: 10px;
      transition: all 0.3s ease-out;

      .menu-link-expertise__image {
        @media screen and (max-width: 1300px) {
          max-width: 40px;
        }

        @media screen and (max-width: 1150px) {
          max-width: 35px;
        }

        @media screen and (max-width: 992px) {
          max-width: 100%;
          height: 37px;

          img {
            object-fit: contain;
            width: 100%;
            height: 100%;
          }
        }
      }

      .menu-link-expertise__title {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #105d6a;
        transition: all 0.3s ease-out;

        @media screen and (max-width: 1300px) {
          font-size: 14px;
        }

        @media screen and (max-width: 1150px) {
          font-size: 12px;
        }

        @media screen and (max-width: 992px) {
          font-size: 16px;
        }
      }

      .menu-link-expertise__subtitle {
        font-size: 10px;

        @media screen and (max-width: 992px) {
          line-height: normal;
        }
      }

      .menu-link-expertise__arrow {
        margin-left: auto;

        path {
          transition: all 0.3s ease-out;
        }

        @media screen and (max-width: 992px) {
          display: none;
        }
      }

      &:hover {
        background: #fff;
        box-shadow: 0px 1.3px 7px 0px rgba(0, 0, 0, 0.08);

        &.recuperation-de-donnees {
          .menu-link-expertise__title {
            color: #02080b;
          }

          .menu-link-expertise__arrow path {
            stroke: #02080b;
          }
        }

        &.ransomware {
          .menu-link-expertise__title {
            color: #c98d13;
          }

          .menu-link-expertise__arrow path {
            stroke: #c98d13;
          }
        }

        &.migration-de-donnees {
          .menu-link-expertise__title {
            color: #4c6a10;
          }
        }

        &.effacement-de-donnees {
          .menu-link-expertise__title {
            color: #4d254b;
          }
        }

        @media screen and (max-width: 992px) {
          background: none !important;
          box-shadow: none !important;
        }
      }

      @media screen and (max-width: 1300px) {
        padding: 20px;
      }

      @media screen and (max-width: 1150px) {
        padding: 17px;
        gap: 20px;
      }

      @media screen and (max-width: 992px) {
        gap: 20px;
        padding: 20px 0px;
        min-width: 100%;
      }
    }

    .mega-indicator {
      display: none;
    }
  }

  @media screen and (max-width: 992px) {
    border-bottom: 2px solid #f1f1f1;
    margin: 0;
  }
}

#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  @media screen and (max-width: 1300px) {
    width: 370px !important;
  }

  @media screen and (max-width: 1150px) {
    width: 320px !important;
  }
}

#mega-menu-wrap-top
  #mega-menu-top
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  @media screen and (max-width: 992px) {
    padding: 12px !important;
  }
}

.mega-menu-item {
  .menu-sublink-expertise {
    position: relative;

    .menu-sublink-expertise__first {
      display: flex;
      align-items: center;
      gap: 20px;
      transition: all 0.3s ease-out;

      & > p {
        font-size: 18px;
        font-weight: 600;
        color: #0f363f;
        margin: 0 !important;
        text-transform: none;
        width: max-content;
        text-wrap-mode: nowrap;

        @media screen and (max-width: 1500px) {
          font-size: 16px;
        }

        @media screen and (max-width: 1200px) {
          font-size: 14px;
        }

        @media screen and (max-width: 992px) {
          font-size: 12px;
        }
      }

      & > img {
        width: 45px;
        height: 45px;

        @media screen and (max-width: 1500px) {
          width: 40px;
          height: 40px;
        }

        @media screen and (max-width: 1200px) {
          width: 30px;
          height: 30px;
        }

        @media screen and (max-width: 992px) {
          width: 24px;
          height: 24px;
        }
      }

      @media screen and (max-width: 992px) {
        opacity: 1 !important;
      }
    }

    .menu-sublink-expertise__second {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 33px;
      background-color: #f3f4fc;
      border-radius: 10px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.3s ease-out;
      pointer-events: none;

      & > p {
        font-size: 18px;
        font-weight: 600;
        margin: 0 !important;
        text-transform: none;
        width: max-content;
        text-wrap-mode: nowrap;
        color: #0f363f;

        @media screen and (max-width: 1500px) {
          font-size: 16px;
        }

        @media screen and (max-width: 1200px) {
          font-size: 14px;
        }

        @media screen and (max-width: 992px) {
          font-size: 12px;
        }
      }

      @media screen and (max-width: 1200px) {
        padding: 8px 20px;
        top: -5px;
      }

      @media screen and (max-width: 992px) {
        top: -7px;
        opacity: 0 !important;
      }
    }

    &:hover {
      .menu-sublink-expertise__second {
        opacity: 1;
      }

      .menu-sublink-expertise__first {
        opacity: 0;
      }
    }
  }
}

.ransomware {
  .menu-sublink-expertise__first {
    & > p {
      color: #c98d13 !important;
    }
  }

  .menu-sublink-expertise__second {
    & > img {
      display: none !important;
    }
  }

  .menu-sublink-expertise:hover {
    .menu-sublink-expertise__second {
      background-color: #fffcfa !important;

      & > p {
        color: #c98d13 !important;
      }
    }
  }
}

#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu {
  padding-block: 50px;
  padding-left: 50px;
  display: flex;
  align-items: stretch;

  @media screen and (max-width: 1300px) {
    padding-left: 25px;
  }

  @media screen and (max-width: 1150px) {
    padding-left: 15px;
  }

  @media screen and (max-width: 992px) {
    padding: 0px 0 15px 0 !important;

    .widget_custom_html {
      display: none !important;
    }
  }

  @media screen and (max-height: 650px) {
    padding-block: 30px;
  }
}

#mega-menu-wrap-top
  #mega-menu-top[data-effect="fade_up"]
  li.mega-menu-item.mega-menu-tabbed
  > ul.mega-sub-menu
  > li.mega-menu-item:not(.mega-disable-transition)
  > ul.mega-sub-menu
  > li {
  padding: 60px 30px !important;
  border-radius: 30px !important;
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.05) 2px 4px 15px 0px !important;

  & > ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr minmax(300px, 1fr) !important;

    & > li {
      float: none !important;
      width: 100% !important;

      .mega-menu-item {
        &.mega-current_page_item {
          .menu-sublink-expertise__first {
            opacity: 0 !important;
          }

          .menu-sublink-expertise__second {
            opacity: 1 !important;
          }

          &:hover {
            .menu-sublink-expertise__second {
              opacity: 1;
            }

            .menu-sublink-expertise__first {
              opacity: 0;
            }
          }
        }
      }
    }

    @media screen and (max-width: 1500px) {
      grid-template-columns: 1fr 1fr minmax(200px, 1fr) !important;
    }

    @media screen and (max-width: 1120px) {
      grid-template-columns: 1fr 1fr !important;
    }
  }

  @media screen and (max-width: 1300px) {
    padding: 60px 20px !important;
  }

  @media screen and (max-width: 992px) {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

.extra-infos {
  border-left: 2px solid rgba(238, 237, 237, 0.8) !important;
  padding-left: 40px !important;
  max-width: 373px !important;

  img {
    height: 300px !important;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;

    @media screen and (max-width: 1500px) {
      height: auto !important;
    }
  }

  .extra-infos__text {
    display: flex;
    flex-direction: column;
    margin-top: -20px;

    p,
    a {
      margin: 0 !important;
      color: #7e8692 !important;
      text-decoration: none !important;
      font-weight: 400 !important;
      font-size: 12px !important;
    }

    p:first-of-type {
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #60738e !important;
      margin-bottom: 6px !important;
    }
  }

  @media screen and (max-width: 1300px) {
    padding-left: 20px !important;
  }

  @media screen and (max-width: 1120px) {
    display: none !important;
  }
}

.seperator-menu {
  margin-block: 50px !important;
  height: 1px;
  width: clamp(300px, 30vw, 800px);
  background: rgba(238, 237, 237, 0.8);
  position: absolute;
}

html.mega-menu-top-off-canvas-open,
body.mega-menu-top-off-canvas-open {
  overflow: auto !important;
}

.mega-menu-toggle {
  position: absolute !important;
  right: -75px !important;
  z-index: 999999999999 !important;
  top: 60px !important;
  transform: rotate(90deg) !important;
  background: #ff8537 !important;
  border-radius: 0px 0px 20px 20px !important;
  background-color: #ff8537;
  max-height: 30px;
  min-height: 30px;
  min-width: 114px;
  max-width: 114px;

  & > .mega-toggle-blocks-right {
    justify-content: center !important;
  }

  .mega-toggle-blocks-left,
  .mega-toggle-blocks-center,
  .mega-toggle-block-1 {
    display: none !important;
  }

  #mega-menu-wrap-top
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    margin: 0 !important;
  }

  .mega-toggle-block-2 {
    flex-direction: row-reverse !important;
    align-items: center !important;
    padding: 0 !important;
    gap: 4px !important;

    &::after {
      content: "" !important;
      width: 18px;
      height: 10px;
      background-size: contain;
      background-image: url(images/icone-menu-open-bis.svg);
      background-repeat: no-repeat;
    }
  }

  .mega-toggle-label {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  &.mega-menu-open {
    .mega-toggle-block-2::after {
      background-image: url(images/icone-menu-close.svg);
      width: 12px;
      height: 12px;
    }
  }

  &::after {
    @media only screen and (max-width: 992px) {
      display: none !important;
    }
  }
}

@media only screen and (max-width: 992px) {
  #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top {
    z-index: 10000 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 50px 25px 120px 25px !important;
    border-radius: 30px 0px 0px 30px !important;
  }

  .mega-close {
    display: none !important;
  }
}

.bt.btorange.menu {
  background-color: #f47d30;
  padding: 6.5px 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  margin: 0;
  font-weight: 600;
  width: max-content;
  text-wrap-mode: nowrap;
  margin-top: 100px;
}

.bt.btorange.menu:before {
  content: attr(data-hover-text);
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #0f363f;
  pointer-events: none;
}

.bt.btorange.menu:hover {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.bt.btorange.menu:hover span {
  opacity: 0;
}

.bt.btorange.menu:hover:before {
  opacity: 1;
}

.bt.menu--urgent {
  background-color: #fff !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08) !important;
  color: #0f363f !important;

  &:hover {
    background-color: #f47d30 !important;
    box-shadow: none !important;
  }
}

.bt.menu--urgent::before {
  color: #fff !important;
}

/* .bt.btorange.situation-urgente {
  background-color: #f47d30;
  padding: 10px 23px 10px 70px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  width: max-content;
  text-wrap-mode: nowrap;
  display: flex;
  gap: 8px;
  box-shadow: none;

  @media screen and (max-width: 1150px) {
    padding: 10px 23px 10px 55px;
    font-size: 18px;
  }
}

.bt.btorange.situation-urgente:after {
  content: attr(data-hover-text);
  position: absolute;
  top: 10px;
  left: 23px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #f47d30;
  pointer-events: none;

  @media screen and (max-width: 1150px) {
    left: 14px;
  }
}

.bt.btorange.situation-urgente:before {
  content: "";
  width: 39px;
  height: 36px;
  background-image: url(images/mensup_su.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 26px;
  transition: all 0.3s ease-in-out;

  @media screen and (max-width: 1150px) {
    width: 40px;
    height: 30px;
    left: 10px;
  }
}

.bt.btorange.situation-urgente:hover:before {
  background-image: url(images/mensup_su_hover.svg);
  scale: 0.7;
}

.bt.btorange.situation-urgente:hover {
  background-color: #fffcfa;
}

.bt.btorange.situation-urgente:hover span {
  opacity: 0;
}

.bt.btorange.situation-urgente:hover:after {
  opacity: 1;
} */

.menutop {
  position: absolute;
  right: 0;
  margin-right: 470px;
  transition: 0.2s;
  padding: 0 12px;
  transition: 0.3s;
}
.bttop {
  margin-left: 20px;
  position: fixed;
  right: 20px;
  top: 50px;
  transition: 0.2s;
  z-index: 9999;
}
.bttop a {
  margin-left: 2px !important;
}
/*.btdevis {
    position: fixed;
    top: 50px;
    left: 500px;
    padding: 0 12px;
    transition: .3s;
    z-index: 9999;
}*/

.menutop #menu-menuprinc li:first-child .wp-megamenu-sub-menu li a {
  transition: 0.3s;
  color: #fff !important;
}
.menutop
  #menu-menuprinc
  li:first-child
  .wp-megamenu-sub-menu
  li:nth-child(0n + 1)
  a:hover {
  color: #ff8537 !important;
  font-weight: 600;
  /*transform: translateX(3px);*/
}
.menutop
  #menu-menuprinc
  li:first-child
  .wp-megamenu-sub-menu
  li:nth-child(0n + 2)
  a:hover {
  color: #ff8537 !important;
  font-weight: 600;
  /*transform: translateX(3px);*/
}
.menutop
  #menu-menuprinc
  li:first-child
  .wp-megamenu-sub-menu
  li:nth-child(0n + 3)
  a:hover {
  color: #ff8537 !important;
  font-weight: 600;
  /*transform: translateX(3px);*/
}
.menutop
  #menu-menuprinc
  li:first-child
  .wp-megamenu-sub-menu
  li:nth-child(0n + 4)
  a:hover {
  color: #ff8537 !important;
  font-weight: 600;
  /*transform: translateX(3px);*/
}

.hoverransom:hover {
  color: #c98d13 !important;
}
.hovermigration:hover {
  color: #4c6a10 !important;
}
.hovereffacement:hover {
  color: #4d254b !important;
}
.hoverrecup:hover {
  color: #105d6a !important;
}

#header {
  position: fixed;
  z-index: 99;
  height: 150px;
  padding: 50px;
  width: 100%;
  left: 0;
  padding: 50px;
  transition: 0.2s;

  @media screen and (max-width: 1460px) {
    height: auto;
    padding-top: 0;
    align-items: flex-end !important;
  }

  & > a.flex {
    @media screen and (max-width: 1460px) {
      position: relative;
      bottom: 10px;
    }
  }

  & > div {
    @media screen and (max-width: 1460px) {
      flex-direction: column-reverse;
      align-items: flex-end !important;
    }
  }
}

body.sticky #header {
  padding: 10px 50px;
  top: 0;
  height: 110px;
  z-index: 500;
  width: 100%;
  background-color: #051920;
  padding-bottom: 15px;
  box-shadow: 0px 0px 5px rgb(224 224 224);
}

body.sticky #header .logohead {
  width: 250px;
}
body.sticky #header .menutop {
  top: 50px;
}
body.sticky .bttop {
  /*top: 0px;*/
  z-index: 999;
}

@media (min-width: 1400px) {
  body.sticky #header {
    height: auto;
  }
  body.sticky .bttop {
    top: 0;
  }
  body.sticky .btdevis {
    top: 0;
  }
  body.sticky #header .menutop {
    top: 0;
  }
}

body.sticky.service .bttop {
  top: 0px;
}

body.sticky.service #header {
  top: 0px;
  height: auto;
}

.logohead {
  transition: 0.2s;
  width: 250px;
}
/*--FIL ARIANE --*/
#breadcrumbs{
  position: absolute;
  bottom: 10px;
  left: 40px;
  color: #FFF;
  font-size: 13px;
}
#breadcrumbs a{
  color: #f47e32;
}

#breadcrumbs span{text-transform:  uppercase;}
#breadcrumbs span.breadcrumb_last { text-transform: capitalize; }


/* ------- PAGE GENERIQUE --------------------*/




.page-template-default.page .containtersupport {
  max-width: 1067px;
  margin: auto;
  margin-top: -100px;
  background-color: #fff;
  transform: translateY(-60px);
  padding: 50px 50px 20px 50px;
  /* border: 1px solid #EEEEEE; */
}
.page-template-default.page .firstsecserv {
  height: auto;
  padding-block: 170px 120px;
  align-items: flex-end;
}


.page-template-default.page .firstsecservcont {
  padding-bottom: 0;
}

.page-template-default.page .supportdiv {
  background: #19292e url(images/supportdivbg.jpg) no-repeat top center;
  background-size: cover;
}
.page-template-default.page .supportdiv h2 {
  color: #fff;
}
.page-template-default.page .supportdiv .actu {
  padding-top: 120px;
}

/*------------------------ HEADER ENFANT ------------------------*/
.decoservice {
  max-width: 500px;
  margin: 20px auto;
  width: 100%;
}

/* ----------------------------------------------------- PAGES SERVICES */
.firstsecserv {
  height: auto;
  padding-block: 170px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(images/bg_header_services.webp) no-repeat bottom
    center;
  background-size: cover;
}

.firstsecservcont {
  padding-bottom: 8%;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}
.firstsecservcont lottie-player {
  margin: auto;
  margin-bottom: 20px;
}

.firstsecservcont h1 {
  color: #fff;
}
.firstsecservcont p {
  color: #fff;
}

.barrebottom {
  position: fixed;
  bottom: 0;
  height: 20px;
  width: 100%;
  z-index: 99;
}

.recuperation .barrebottom {
  background-color: #105d6a;
}
.ransomware .barrebottom {
  background-color: #c98d13;
}
.migration .barrebottom {
  background-color: #4c6a10;
}
.effacement .barrebottom {
  background-color: #4d254b;
}

.page-template-page_recuperation .bt,
.bt.recuperation,
.page-template-page_recup_tarif .bt {
  background-color: #105d6a;
  color: #fff;
  font-weight: 700;
}
.page-template-page_ransomeware .bt,
.bt.ransomware {
  background-color: #c98d13;
  color: #fff;
  font-weight: 700;
}
.page-template-page_migration .bt,
.bt.migration {
  background-color: #4c6a10;
  color: #fff;
  font-weight: 700;
}
.page-template-page_effacement .bt,
.bt.effacement {
  background-color: #4d254b;
  color: #fff;
  font-weight: 700;
}

.menubottom {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 180px;
  padding: 8px 15px 0 15px;
  margin-right: 30px;
  transition: 0.5s;
  transform: translateY(132px);
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  z-index: 99;
}

.recuperation .menubottom {
  background-color: #105d6a;
}
.ransomware .menubottom {
  background-color: #c98d13;
}
.migration .menubottom {
  background-color: #4c6a10;
}
.effacement .menubottom {
  background-color: #4d254b;
}

.menubottomdatab {
  position: fixed;
  bottom: 0;
  right: 342px;
  height: 180px;
  padding: 8px 15px 0 15px;
  margin-right: 30px;
  transition: 0.5s;
  transform: translateY(132px);
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 99;
  color: #fff !important;
  font-size: 20px;
  font-family: "Bebasneue";
}

.recuperation .menubottomdatab {
  background-color: #105d6a;
}
.ransomware .menubottomdatab {
  background-color: #c98d13;
}
.migration .menubottomdatab {
  background-color: #4c6a10;
}
.effacement .menubottomdatab {
  background-color: #4d254b;
}
.liendatab {
  display: none !important;
}

.menubottomdatab a {
  color: #fff !important;
}

.menubottom.show {
  transform: translateY(0);
}

.menuitembottom a {
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.menubottom .entete {
  padding: 0 0px 15px 30px;
  color: #fff !important;
  font-size: 20px;
  font-family: "Bebasneue";
}

.menubottom .entete::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #ffffff transparent;
  clear: both;
  transition: 0.8s;
}
.menubottom.show .entete::before {
  transform: rotate(180deg);
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #102a34;
  opacity: 0.99;
  color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FF8537'/%3E%3C/svg%3E");*/
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-next {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%F47E32ff'/%3E%3C/svg%3E");*/
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FF8537'/%3E%3C/svg%3E");*/
}

.lunchbox {
  position: relative;
}

.lunchbox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
}

.mySwiperAvis .swiper-slide {
  flex-direction: column;
  padding: 20px 30px;
  height: auto;
}
.mySwiperAvis .contentslidetext {
  font-size: 14px;
  line-height: 150%;
  flex-grow: 1;
  padding-top: 20px;
  overflow: hidden;
  text-align: left;
}
.mySwiperAvis .contentslidenom {
  color: #f47e32;
  font-size: 15px;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  line-height: 130%;
}
.mySwiperAvis .contentslidedate {
  color: #7b97a1;
  font-size: 13px;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.mySwiperAvis .swiper-button-next,
.mySwiperAvis .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.swiper-button-prev {
  /* but first hide on small viewports */
  display: block;
  left: 0;
  top: 0;
  margin-top: 0;
  /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
  height: calc(100% - 3em);
  color: #ff8537 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.swiper-button-next {
  /* hide on small viewports */
  display: block;
  right: 0;
  top: 0;
  margin-top: 0;
  /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
  height: calc(100% - 3em);
  color: #ff8537 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------------------- HOME */
video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homevideo {
  position: relative;
  display: grid;
  place-items: center;
  height: auto;
  margin: 0 auto;
  background: #05171e;
  color: #fff;
  padding: 200px 0;
}
.homevideo .content {
  z-index: 2;
}
.homevideo .content h1 {
  color: #fff;
}
.homevideo .content span {
  display: block;
  font-family: "Open Sans";
  margin: 10px 0;
  font-size: 20px;
  line-height: 130%;
  text-transform: none;
}

.homevid2 {
  background-color: #05171e;
}

.bthomecontainer {
  margin: 0 auto;
  /*margin-left: 20%;*/
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-top: auto;
  height: 220px;
}
.bthomecontainer .bthome {
  color: white;
  padding: 0;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  margin-top: -270px;
}

.bthomecontainer .bthome p {
  opacity: 0;
  transition: 0.5s;
  font-weight: 700;
}
.bthomecontainer .bthome:hover .esp {
  left: 40px;
}

.bthomecontainer .bthome .bthomebod {
  text-align: center;
  height: 100%;
  position: relative;
  padding: 15px;
}

.bthomecontainer .bthome .bthomebod h2 {
  color: #fff;
  padding-top: 30px;
  line-height: 110%;
  font-size: 40px;
}

.bthomecontainer .bthome.recup .bthomebod {
  background: #05171e url(images/homebtrecup.webp);
  background-size: cover;
}
.bthomecontainer .bthome.ransom .bthomebod {
  background: #05171e url(images/homebtransom.webp);
  background-size: cover;
}
.bthomecontainer .bthome.migration .bthomebod {
  background: #05171e url(images/homebtmigration.webp);
  background-size: cover;
}
.bthomecontainer .bthome.efface .bthomebod {
  background: #05171e url(images/homebtefface.webp);
  background-size: cover;
}
.bthomecontainer .bthome .encartop {
  background-color: transparent;
  padding: 5px 15px;
  color: transparent;
  transition: all 0.3s;
  z-index: 9;
  background-position: center right 50px;
}

.bthomecontainer .bthome:hover {
  margin-top: -290px;
  margin-bottom: 35px;
}
.bthomecontainer .bthome:hover p {
  opacity: 1;
  margin-top: 15px;
}

.bthomecontainer .bthome.recup .encartop {
  background: #ff8537 url(images/encartop.png) center right 10px no-repeat;
  color: #fff;
}

.bthomecontainer .bthome.recup:hover .encartop {
  background-image: none;
  background-color: transparent;
  color: transparent;
}

.esp {
  position: absolute;
  bottom: 0px;
  left: 20px;
  display: block;
  background: transparent url(images/esp.png) right 15px center no-repeat;
  padding: 5px 50px 5px 15px;
  transition: 0.5s;
}
.bthomecontainer .bthome.recup:hover .esp {
  left: 40px;
  background-color: #105d6a;
}
.bthomecontainer .bthome.ransom:hover .esp {
  left: 40px;
  background-color: #c98d13;
}
.bthomecontainer .bthome.migration:hover .esp {
  left: 40px;
  background-color: #4c6a10;
}
.bthomecontainer .bthome.efface:hover .esp {
  left: 40px;
  background-color: #4d254b;
}

.decouvrir {
  background: #06171f url(images/homedecouvrir.jpg) right -50px center no-repeat;
  color: #fff;
  padding-bottom: 160px;
}
.decouvrir .container .row {
  padding-bottom: 34px;
}
.decouvrir h2 {
  color: #fff;
}
.laboratoire {

  position: relative;
}

.homenewsletter {
  background-color: #f47e32;
  color: #fff;
  padding: 26px 0;
}

.homenewsletter span {
  font: normal normal normal 50px / 60px "Bebasneue";
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;

  @media (max-width: 768px) {
    font: normal normal normal 40px / 50px "Bebasneue";
  }
}

.labocontent2 {
  margin-top: -232px;
}
.labocontent2 h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.labocontent3 {
  background: #fff url(images/laboratoirebg.png) no-repeat right 30px top 30px;
  padding: 80px;
  margin-bottom: 50px;
}

.decolab {
  background: #fff url(images/labo.jpg) no-repeat right 0px top 0px;
  background-size: contain;
}

.homeactu {
  background-color: #05171e;
}

.homefaq {
padding-top: 50px;
}

.homefaq .sstitre {
    font: normal normal normal 33px / 45px "Bebasneue";
    color: #000;
}
.homefaq .titre {
    font: normal normal normal 60px / 79px "Bebasneue";
}

.homefaq .card-header a.open .pAskFaq {
  background: url("images/accordionon.png") no-repeat right 0px center;
}
.homefaq .card-header a.open.collapsed .pAskFaq {
  background: url("images/accordionoff.png") no-repeat right 0px center;
}
.homefaq .pAskFaq {
    font-size: 18px;
    font-family: "Bebasneue", sans-serif;
    font-size: 25px;
    line-height: 120%;
    color: #000000 !important;
    padding: 10px;
    padding-right: 50px;
}

.homefaq .card-header{
  border-radius: 15px !important;
}
.homefaq .accordion .card {
  border: 0;
}
.homedemande {
  background-color: #f47e32;
  color: #fff;
  padding: 35px 50px;
  /*transform: translateY(-170px);*/
  margin-top: -170px;
}
.homecont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 170px;
  font-weight: 700;
  box-shadow: 8px 8px 10px #cc6b2e, -2px -2px 15px #f19150;
  color: #fff !important;
  border-radius: 14px;
  background: transparent url("images/picto_contact.png") top 20px center
    no-repeat padding-box;
  background-size: 80px;
  text-align: center;
  padding-top: 80px;
  margin: auto;
}
.homecont:hover {
  box-shadow: 2px 2px 5px #cc6b2e, -2px -2px 5px #f19150;
  color: #fff;
  background-size: 75px;
  padding-top: 70px;
}

.actucontent {
  color: #fff;
  padding-top: 60px;
}
.actucontent a:not(.wp-block-button__link) {
  color: #fff;
  /*border-bottom: 1px dashed #FFFFFF77;*/
}
article a:not(.wp-block-button__link) {
  color: #fff;
  border-bottom: 1px dashed #ffffff77;
}
article img.alignright {
  float: right;
  margin: 15px 0 15px 40px;
}

article img.aligncenter {
  margin: 15px 0;
  display: block;
  width: 100%;
}
article img.alignleft {
  margin: 10px 30px 15px 0;
  float: left;
}
article img.imgauto.aligncenter {
  width: auto !important;
  margin: auto;
}

.contentart {
  display: flex;
}
.artcont {
  background: #0b2731;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 30%;
}
.artcont3 {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.artcont31 {
  border-bottom: 20px solid #05171e;
}
.arcont2 {
}
.contentart > div {
  color: white;
  margin: 10px;
}

.actucontent article {
  margin: 10px;
}

.actucontent h2 {
  color: #fff;
}

.actucontent .card {
  background-color: #0b2731;
  border-radius: 0;
  padding: 30px;
  border: 0;
}

.actucontent .card-body {
  padding: 10px 0 0 0;
}
.actucontent .card2 .card-body {
  padding: 0 0 0 20px;
}
.actucontent .card-img-top,
.actucontent .card-img {
  border-radius: 0;
}
.actucontent .card-title {
  font-family: "Bebasneue";
  font-size: 30px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.actucontent .card-body .dateart {
  color: #f47e32;
  font-size: 90%;
}
.actucontent .card-text {
  line-height: 140%;
  font-size: 80%;
}

.actu4art img {
  object-fit: cover;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: 0.5s;
}
.actu4art.card-deck {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}

.actu4art .card:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.actucontent .card2 img {
  width: 200px;
}

.ptitle{
  color: #fff;
  font: normal normal normal 50px / 60px "Bebasneue";
  letter-spacing: 0;
  text-transform: uppercase;

  @media (max-width: 768px) {
    font: normal normal normal 40px / 50px "Bebasneue";
  }
}

.avisgoogle {
  padding: 60px 0;
  background: #05171e url(images/home_bg_avis.webp) no-repeat;
  background-size: cover;
  color: #fff;
}
.main-stars-yellow {
  background-image: url(images/ekomi-stars.png) !important;
}
.review-stars-yellow {
  background-image: url(images/ekomi-stars-mini.png) !important;
}
#ekw100 .client-review {
  width: 200px;
  outline: none;
  height: 150px !important;
  padding: 15px 15px 0 15px !important;
  overflow: hidden;
  text-align: center;
  margin: 10px;
  background-color: #102a34;
  /*-webkit-box-shadow: 0px -7px 29px 5px rgba(244,126,50,0.92);
	box-shadow: 0px -7px 29px 5px rgba(244,126,50,0.92);*/
}
#ekw100 .review-text:after {
  content: "";
  position: relative !important;
  right: 5px;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.homepartenaire {
  background-color: #05171e;
  background-image: url(images/bg_partner2.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.homepartenaire span.sub {
  font: normal normal normal 50px / 60px "Bebasneue";
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;

  @media (max-width: 768px) {
    font: normal normal normal 40px / 50px "Bebasneue";
  }
}
.homepartenaire a {
  color: #fff !important;
  font-weight: 700;
  /*border-bottom: 1px dashed #FFFFFF55;*/
}

.homepartenaire iframe {
  width: 100%;
}

.homepartenaire h2 {
    color: #fff;
}

/*--------------------------------------------------------------
# Page Blog /Single
--------------------------------------------------------------*/

.page-template-page_blog .firstsecservcont img {
  max-width: 400px;
  margin: auto;
}
.page-template-page_blog .menublog {
  margin: 20px;
}

.entry-content h1 {
  font-size: 50px;
  line-height: 110%;
  margin: 2rem 0;
}
.entry-content h2 {
  font-size: 40px;
  line-height: 110%;
  margin: 1.5rem 0;
}

.blogwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(150px, auto);
}
@media screen and (max-width: 992px) {
  .blogwrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 550px) {
  .blogwrapper {
    grid-template-columns: 1fr;
  }
}

.blogpagi {
  margin: 0 16px;
}
.blogpagi span,
.blogpagi a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0b2731;
  margin: 0 5px;
  color: #ff8537;
  font-weight: normal;
  border: 1px solid #ff8537;
}
.blogpagi span.current {
  border: 1px solid #ff8537;
  background-color: #ff8537;
  color: #0b2731;
}

.blogwrapper .gridart {
  margin: 20px 20px;
  background-color: #0b2731;
  padding: 30px;
}

.terms a {
  display: inline-block;
  padding: 5px 15px;
  color: #555;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  font-weight: 100;
  font-size: 11px;
}
.listcat a {
  display: inline-block;
  padding: 5px 15px;
  color: #555;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  font-weight: 100;
  font-size: 10px;
}

ul.listact {
  padding: 0;
}
ul.listact li {
  list-style: none;
  background-color: #0b2731;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 12px;
}
ul.listact li a {
  color: #fff;
  font-family: "Bebasneue", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
ul.listact li span {
  float: right;
}
.gridcont {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
}
.gridcont a {
  width: fit-content;
}

.gridcont .titgridblog {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Bebasneue", sans-serif;
}
.gridcont .txtgridblog {
  font-size: 15px;
  line-height: 130%;
  flex-grow: 1;
}
.gridart .dategridblog {
  color: #ff8537;
  font-size: 13px;
  padding-bottom: 10px;
}

.gridcont .appointment-btn,
.pt-cv-ifield .appointment-btn {
  background: var(--color-bgrouge);
  color: #fff;
  border: 0;
  border-radius: 0px;
  padding: 3px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  margin: 10px 0;
}
.gridcont .appointment-btn:hover,
.pt-cv-ifield .appointment-btn:hover {
  background: #fff;
  color: var(--color-bgrouge);
}

.listcatmen {
  padding-left: 15px;
  margin: 10px 0;
}
.listcatmen .appointment-btn {
  background-color: #0b2731;
  color: #fff;
  border: 0;
  border-radius: 0px;
  padding: 8px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  display: inline-block;
  margin: 10px 10px 10px 0;
}
.listcatmen .appointment-btn.active:hover,
.listcatmen .appointment-btn.active {
  background-color: #0b2731;
  color: #ff8537;
  transition: 0.3s;
}

.slidelistlastpost {
  list-style-type: none;
  padding: 0;
}
.slidelistlastpost li {
  background-color: #0b2731;
  padding: 16px 5px 16px 20px;
  /* font-family: 'Bebasneue'; */
  line-height: 130%;
  margin-bottom: 15px;
}

.titsidebar {
  font-family: "Bebasneue";
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

.artdate {
  display: block;
  clear: both;
}

/* --------------------- SINGLE ---------------------------*/
.firstsecsingle {
  height: 50vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent url(images/bg_header_services.webp) no-repeat bottom
    center;
  background-size: cover;
  padding-bottom: 0px;
}
.single .firstsecservcont {
  max-width: 100%;
  padding: 50px;
}
.firstsec {
  padding-bottom: 0;
  align-items: end;
  background: #05171e;
  height: 100vh;
}

/* .single section {
  padding: 20px 0;
} */

/* ---------------------------- SEARCH -------------------------*/
.searchgrid {
  background-color: #05171e;
  padding: 50px 10%;
}
.firstsecsearch {
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent url(images/bg_header_services.webp) no-repeat bottom
    center;
  background-size: cover;
  padding-bottom: 0px;
  padding: 150px 0 10px 0;
  overflow: hidden;
}
.firstsecsearch .firstsecservcont {
  padding-bottom: 40px;
}
.searchexcerpt {
  line-height: 130%;
}
.search h2.entry-title a {
  color: #fff;
  font-size: 30px;
}
.datesearch {
  font-size: 13px;
}

.search .wp-pagenavi {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.search hr {
  margin-top: 1rem;
  /* margin-bottom: 0; */
  border: 0;
  border-top: 1px solid rgb(117 117 117);
}

.search .searchgrid .bt.btorange i {
  padding-left: 5px;
}
/* --------- ZONE ELEMENTOR ---------------------- */
.contentpage section {
  padding: 0;
}
.contentpage h2 {
  font-size: 40px;
  line-height: 120%;
  margin: 30px 0 20px 0;
}
.contentpage a {
  font-weight: 700;
  color: #ff8537;
}
.liseretcol {
  border-left: 1px solid #f47e32;
  padding-left: 31px;
}
/* ---------------------------- PAGE CONTACT ENFANT -------------------------*/

.page-template-page_domaine_contact .formcontact {
  background-image: url(images/bgcontact2.jpg), url(images/bgcontact1.jpg);
  background-position: right 20px top 50px, left -50px top 80px;
  background-repeat: no-repeat, no-repeat;
}
.page-template-page_domaine_contact .firstsecserv {
  height: auto;
  padding-block: 170px 120px;
}
.page-template-page_domaine_contact .containercontact {
  max-width: 1200px;
  margin: auto;
  margin-top: -20px;
  background-color: #fff;
  /* z-index: 99999999999999; */
  transform: translateY(-60px);
  padding: 50px 0 0 0;
  font-weight: 700;
}

/* ---------------------------- PAGE GEOLOC -------------------------*/
.firstsec {
  padding-bottom: 0;
  align-items: center;
  background: #05171e url(images/bggeoloc.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.firstsec h1 {
  color: #fff;
}
.firstsec p {
  color: #fff;
}
.firstsec .row {
  align-items: end;
}
.firstsec .content h1 span {
  display: inline;
  color: #f47e32;
}
.imggeolochead img {
  width: 100%;
}
.firstcolgeo {
  padding-bottom: 8%;
}
.page-template-page_geoloc .contentpage {
  background-color: #05171e;
  padding-bottom: 250px;
}
.page-template-page_geoloc .contentpage,
.page-template-page_geoloc .contentpage p,
.page-template-page_geoloc .contentpage h1,
.page-template-page_geoloc .contentpage h2 {
  color: #fff;
}
.page-template-page_geoloc .labocontent3 {
  background-color: #fff;
  background-image: none;
  padding: 100px 50px 60px 50px;
}
.page-template-page_geoloc .contentpage {
}

.page-template-page_geoloc div.container.actu {
  margin-top: 60px;
}

/* ------------------------------ ENCART GENERAL ---------------------- */

.btencartgeneralcontainer {
  margin: 0 auto;
  display: grid;
  gap: 1%;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-top: auto;
}
.btencartgeneralcontainer .bthome .bthomebod {
  text-align: center;
  height: 100%;
  position: relative;
  padding: 15px 10%;
}
.btencartgeneralcontainer .bthome.recup .bthomebod {
  background: #05171e url(images/homebtrecup.webp);
  background-size: cover;
}
.btencartgeneralcontainer .bthome.ransom .bthomebod {
  background: #05171e url(images/homebtransom.webp);
  background-size: cover;
}
.btencartgeneralcontainer .bthome.migration .bthomebod {
  background: #05171e url(images/homebtmigration.webp);
  background-size: cover;
}
.btencartgeneralcontainer .bthome.efface .bthomebod {
  background: #05171e url(images/homebtefface.webp);
  background-size: cover;
}

.btencartgeneralcontainer .bthome .bthomebod .h3 {
  color: #fff !important;
  padding-top: 30px;
  line-height: 110%;
  font: normal normal normal 40px "Bebasneue";
  letter-spacing: 0px;
  text-transform: uppercase;

  @media (max-width: 768px) {
    font: normal normal normal 40px / 50px "Bebasneue";
  }
}

.btencartgeneralcontainer .bthome .bthomebod p {
  color: #fff;
  text-align: left;
}

.encartbottom {
  color: #fff;
  text-align: right;
  font-weight: 700;
  padding: 5px 20px;
  height: 70px;
  line-height: 120%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.recup .encartbottom {
  background-color: #105d6a;
}
.ransom .encartbottom {
  background-color: #f6a400;
}
.migration .encartbottom {
  background-color: #4c6a10;
}
.efface .encartbottom {
  background-color: #6a1067;
}

/* ---------------------------- FORMNEWSLETTER -------------------------*/
.newsform-wrapper {
  width: 450px;
  margin: auto;
  border-radius: 0px;
  background: transparent;
  position: relative;
}
.newsform-wrapper input {
  padding-left: 20px;
  width: 100%;
  height: 66px;
  padding: 10px 5px;
  float: left;
  font: bold 13px "lucida sans", "trebuchet MS", "Tahoma";
  border: 0;
  background: #fff;
  border-top-style: none;
}

.newsform-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.newsform-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
  padding-left: 20px;
}

.newsform-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.newsform-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
  border-style: none;
}

/* Form submit button */
.newsform-wrapper button {
  overflow: visible;
  position: absolute;
  top: -1px;
  right: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 68px;
  width: 68px;
  background: transparent;
}

.newsform-wrapper button:hover {
  /*     background: #e54040; */
}

.newsform-wrapper button:active,
.newsform-wrapper button:focus {
  background: #198cff;
  outline: 0;
}

.newsform-wrapper button:focus:before,
.newsform-wrapper button:active:before {
  border-right-color: #c42f2f;
}

.newsform-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}
.newsform-wrapper button img {
  width: 68px;
}

.rsformnews {
  display: inline-block;
}

.formnewsletter iframe {
  width: 100%;
  min-height: 300px;
}

.formnewsletter .form_15iP5 .error > span {
  display: none !important;
}
.formnewsletter .form_15iP5 .error {
  display: none !important;
}

.formnewsletter
  div.wpforms-container-full
  .wpforms-form
  .wpforms-error-container,
.formnewsletter
  div.wpforms-container-full
  .wpforms-form
  noscript.wpforms-error-noscript,
.homenewsletter
  div.wpforms-container-full
  .wpforms-form
  .wpforms-error-container,
.homenewsletter
  div.wpforms-container-full
  .wpforms-form
  noscript.wpforms-error-noscript {
  color: #ffffff !important;
  position: absolute !important;
  top: 70px !important;
}

/* ---------------------------- PAGES CONTACT -------------------------*/

.page-template-page_contact .formcontact {
  background-image: url(images/bgcontact2.jpg), url(images/bgcontact1.jpg);
  background-position: right 20px top 50px, left -50px top 80px;
  background-repeat: no-repeat, no-repeat;
}
.page-template-page_contact .firstsecserv {
  height: auto;
  padding-block: 170px 120px;
}
.page-template-page_contact .containercontact {
  max-width: 1200px;
  margin: auto;
  /*margin-top: -100px;*/
  background-color: #fff;
  /* z-index: 99999999999999; */
  transform: translateY(-60px);
  padding: 50px 0 0 0;
  font-weight: 700;
}

.page-template-page_contact .homenewsletter img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.mauticform_wrapper {
  margin: 10px auto;
}
.mauticform-innerform {
}
.mauticform-post-success {
}
.mauticform-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
}
.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}
.mauticform-error {
  margin-bottom: 10px;
  color: red;
}
.mauticform-message {
  margin-bottom: 10px;
  color: green;
}
.mauticform-row {
  display: block;
  margin-bottom: 20px;
}
.mauticform-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.mauticform-row.mauticform-required .mauticform-label:after {
  color: #e32;
  content: " *";
  display: inline;
}
.mauticform-helpmessage {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}
.mauticform-errormsg {
  display: block;
  color: red;
  margin-top: 2px;
}
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #707070;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-sizing: border-box;
}

.mauticform-checkboxgrp-label {
  font-weight: normal;
}

.mauticform-radiogrp-row {
  margin: 50px 0;
}
.mauticform-radiogrp-label {
  font-weight: normal;
  padding: 20px 10px 0px 10px;
  cursor: pointer;
}
.mauticform-radiogrp-radio label {
  cursor: pointer;
}
.mauticform-page-wrapper {
  max-width: 1000px;
  margin: auto;
  display: block;
}
.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  color: #ffffff;
  background-color: #ff8537;
  margin: auto;
  display: block;
  padding: 10px 55px;
  font-family: "Bebasneue";
  font-size: 20px;
  font-weight: 400;
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3856;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #dddddd;
  opacity: 0.75;
  cursor: not-allowed;
}
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
  display: inline;
}

.radio-block {
  display: flex;
  justify-content: center;
  /* margin: 10px; */
  gap: 2%;
  flex-wrap: wrap;
}

.radio-block .mauticform-radiogrp-row label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 10rem;
  min-height: 11rem;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 22px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 22px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0s;
}
.radio-block .mauticform-radiogrp-row label:hover,
.radio-block .mauticform-radiogrp-row label.active {
  background-color: #eee;
  box-shadow: none;
}
.radio-block input[type="radio"] {
  display: none;
}

.formradiotitre {
  padding-top: 15px;
  line-height: 120%;
  font-size: 17px;
  font-family: "Bebasneue", sans-serif;
}

/* ----------- WPFORM ------------ */

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  label:not(.wpforms-error) {
  max-width: 200px !important;
}
div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-image-choices-image:after {
  content: "\2714";
  background: #f47e32 !important;
}
.wpforms-image-choices {
  display: flex !important;
  justify-content: space-around !important;
  flex-wrap: wrap !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  text-align: center !important;
  margin: 0 0 6px 0 !important;
}

div.wpforms-container-full .sstitre {
  font: normal normal normal 30px/30px "Bebasneue" !important;
}
div.wpforms-container-full .titre {
  font: normal normal normal 40px/40px "Bebasneue" !important;
  margin-bottom: 29px !important;
}

.formcontactwrap {
  margin: 20px 200px !important;
}
.wpforms-field-layout-columns {
  margin: 0 200px !important;
}

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  label:not(.wpforms-error) {
  background-color: #fff;
  display: block;
  margin: 0 10px !important;
  border: 0px !important;
  border-radius: 20px !important;
  padding: 20px 20px 18px 20px;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 0px 5px 15px 2px rgb(0 0 0 / 15%) !important;
  min-height: 220px !important;
  min-width: 200px !important;
}

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-selected
  label {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 33%) !important;
}

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-image-choices-label {
  display: block;
  margin-top: 24px !important;
  font-family: "Bebasneue" !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

.wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #f47e32 !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  margin-top: 66px !important;
}

.homenewsletter .wpforms-form {
  display: flex;
}
.homenewsletter .wpforms-form input[type="submit"],
.homenewsletter .wpforms-form button[type="submit"] {
  padding: 8px 35px !important;
  background-color: #05171e !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0px !important;
  /* font-weight: bold; */
  font-family: "Bebasneue";
  font-size: 20px !important;
}

.homenewsletter div.wpforms-container-full .wpforms-form input[type="email"] {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0px !important;
  color: #333 !important;
  font-size: 16px !important;
  border: 1px solid #ffffff !important;
  padding: 20px 10px !important;
  height: 45px !important;
  line-height: 1.3;
  width: 300px !important;
}

.homenewsletter
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  padding: 0;
  margin-top: 0 !important;
}
.homenewsletter div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 !important;
}

.formcontactwrap {
  margin: 0 200px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0 !important;
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
.formcontact input[type="email"],
.formcontact input[type="text"],
.formcontact input[type="email"],
.formcontact input[type="number"],
.formcontact textarea,
.formcontact select {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px !important;
  color: #333 !important;
  font-size: 16px !important;
  border: 1px solid #e4e4e4 !important;
  padding: 6px 10px !important;
  height: 38px;
  line-height: 1.3;
}

/* New button styles */
.wpforms-form input[type="submit"],
.wpforms-form button[type="submit"],
.formcontact input[type="submit"] {
  padding: 8px 35px !important;
  background-color: #f47e32 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  /* font-weight: bold; */
  font-family: "Bebasneue";
  font-size: 20px !important;
}
.wpforms-submit-container {
  text-align: center !important;
  margin-top: 20px !important;
}

.formcontact textarea {
  width: 100%;
  height: 150px;
}
.formcontact input[type="email"],
.formcontact input[type="text"],
.formcontact input[type="email"],
.formcontact input[type="number"] {
  width: 100%;
}

.colsubmit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.formcontact input[type="submit"] {
  background-color: #105d6a !important;
}

#select_capacite select {
  width: 80%;
}

.formpartenaire {
  border-radius: 20px;
}
.formpartenaire div.wpforms-container-full .wpforms-form .wpforms-field-label {
  text-align: left !important;
  margin: 0 0 6px 0 !important;
}

/* ---------------------------- PAGES DEVIS -------------------------*/

.page-template-page_devis .formcontact {
  background-image: url(images/bgdevis.png), url(images/bgcontact1.jpg),
    url(images/bgdevis.png);
  background-position: right 20px top 50px, left -50px top 80px,
    left 20px top 765px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.page-template-page_devis .firstsecserv {
  height: auto;
  padding-block: 170px 120px;
}
.page-template-page_devis .containercontact {
  max-width: 1200px;
  margin: auto;
  /*margin-top: -100px;*/
  background-color: #fff;
  transform: translateY(-60px);
  padding: 50px 20px 0 20px;
}
.page-template-page_devis .form-group {
  padding: 20px 0;
  max-width: 1041px;
  margin: auto;
}

.page-template-page_devis .sstitre {
  font: normal normal normal 30px/30px "Bebasneue" !important;
  margin-top: 30px;
}
.page-template-page_devis .titre {
  color: #105d6a;
  font: normal normal normal 40px/40px "Bebasneue";
  margin-bottom: 20px;
}

.page-template-page_devis .radio {
  text-align: center;
  border-radius: 15px;
  background-color: #f3f3f3;
  padding: 20px;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%) !important;
  min-height: 150px;
  min-width: 130px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 15px;
}
.page-template-page_devis .radio .radio-label {
  cursor: pointer;
}
.page-template-page_devis .radio .radio-label img {
  margin: auto;
  display: block;
  padding-bottom: 15px;
}
.page-template-page_devis .radio-value {
  line-height: 120%;
  display: block;
  font-style: italic;
  font-weight: 400;
}

.page-template-page_devis .radio.active {
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%) !important;
  background-color: #f0f0f0;
}
.page-template-page_devis .radio.active label:after {
  content: "\2714";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #f47e32;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.5s;
}

.page-template-page_devis #panne_constatee .radio,
.page-template-page_devis #niveau_urgence .radio {
  padding: 10px 50px 5px 50px;
  min-height: 81px;
  min-width: 220px;
}

.page-template-page_devis #panne_constatee .radio.active label:after,
.page-template-page_devis #niveau_urgence .radio.active label:after {
  top: 10px;
  left: 33px;
}

#err_type_support,
#err_capa_support,
#err_panne_support,
#err_service,
#err_nom,
#err_tel,
#err_email {
  display: none;
  font-size: 15px;
  font-weight: 700;
  background-color: #ffffff;
  color: #d9534f;
  width: 100%;
  padding: 0 10px;
  border-radius: 3px;
  margin: auto;
  text-align: center;
}
.messageOKFormDevis {
  padding: 30px 30px 20px 30px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.messageOKEntete {
  font-weight: 700;
  font-size: 16px;
}

.timeline {
  margin-left: 20px;
}
.timeline a {
  color: #000;
  text-decoration: dashed;
  border-bottom: 1px dashed #cfcfcf;
}
.timeline a:hover {
  color: rgb(105, 105, 105);
}
.timeline--item {
  position: relative;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 40px;
}
.timeline--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #e2e2e2;
}
.timeline--item:after {
  content: "1";
  position: absolute;
  top: 0;
  left: -19px;
  width: 40px;
  height: 40px;
  background-color: #ee7e29;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  padding-top: 4px;
}
.code_html ul li:before,
.list-orange li:before,
blockquote:before {
  font-family: icomoon;
  font-weight: 400;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.timeline--item:nth-child(2):after {
  content: "2";
}
.timeline--item:nth-child(3):after {
  content: "3";
}
.timeline--item:nth-child(4):after {
  content: "4";
}
.timeline--item:nth-child(5):after {
  content: "5";
}
.timeline--item:nth-child(6):before {
  display: none !important;
}
.timeline--item:nth-child(6):after {
  display: none;
}
.timeline--item:last-child:before {
  display: none;
}

.timeline--title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  color: #ee7e29;
  line-height: 100%;
}

.timeline--item {
  position: relative;
  padding-top: 7px;
  padding-bottom: 5px;
}

/* ---------------------------- PAGES PRODUITS -------------------------*/
.menusupport {
  background-color: #19292e;
  padding: 30px 0;
}
.menusupport .menusup {
  display: grid;
  grid-template-columns: repeat(6, 140px);
  grid-auto-rows: 150px;
  justify-content: space-between;
  align-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  padding: 0.5rem;
  margin: 0 auto;
}

.menusupport .menusup .itemmenu {
  border-radius: 15px;
  background-color: #faf7fa;
  color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 6px 9px 5px 1px rgba(0, 0, 0, 0.14),
    -8px -8px 12px 1px #223940;
  box-shadow: 6px 9px 5px 1px rgba(0, 0, 0, 0.14), -8px -8px 12px 1px #223940;
  text-align: center;
  border: 1px solid #105d6a00;
}
.menusupport .menusup .itemmenu:hover,
.menusupport .menusup .itemmenu.active {
  -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 50%),
    -2px -4px 5px 1px #223940;
  box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 50%), -2px -4px 5px 1px #223940;
  border: 1px solid #105d6a77;
}

.menusupport .menusup .itemmenu > div {
  text-align: center;
  margin-top: auto;
  padding-bottom: 15px;
}

@media (max-width: 996px) {
  .menusupport .menusup {
    grid-template-columns: repeat(3, 150px);
  }
}
@media (max-width: 500px) {
  .menusupport .menusup {
    grid-template-columns: repeat(1, 100%);
  }
}

.menusupport .menusup .itemmenu.dd {
  background: #19292e url(images/mensup_hdd.png) no-repeat top 20px center;
}
.menusupport .menusup .itemmenu.ssd {
  background: #19292e url(images/mensup_ssd.png) no-repeat top 20px center;
}
.menusupport .menusup .itemmenu.sp {
  background: #19292e url(images/mensup_sp.png) no-repeat top 20px center;
}
.menusupport .menusup .itemmenu.mv {
  background: #19292e url(images/mensup_mv.png) no-repeat top 20px center;
}
.menusupport .menusup .itemmenu.raid {
  background: #19292e url(images/mensup_raid.png) no-repeat top 20px center;
}
.menusupport .menusup .itemmenu.nas {
  background: #19292e url(images/mensup_nas.png) no-repeat top 20px center;
}

/* ---------------------------- PAGE RECUPERATION SUPPORT -------------------------*/

.page-template-page_recuperation_support .coloration {
  color: #105d6a;
}
.page-template-page_recuperation_support .firstsecserv {
  height: auto;
  padding-block: 170px 120px;
}

.page-template-page_recuperation_support .supportcontent {
  background-image: url(images/supportbg.png);
  background-position: left -540px top 245px;
  background-size: 800px;
  background-repeat: no-repeat;
}
.page-template-page_recuperation_support .containtersupport {
  max-width: 1067px;
  margin: auto;
  /*margin-top: -100px;*/
  background-color: #fff;
  transform: translateY(-60px);
  padding: 50px 50px 20px 50px;
  /* border: 1px solid #EEEEEE; */
}

.page-template-page_recuperation_support span.sstitre.recuperation {
  display: block;
}

.page-template-page_recuperation_support
  .containtersupport
  .supportentetetitre {
  font-family: "Bebasneue", sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 120%;
}
.page-template-page_recuperation_support
  .containtersupport
  .supportentetetitre {
  font-family: "Bebasneue", sans-serif;
  font-size: 40px;
  text-align: center;
}
.page-template-page_recuperation_support
  .containtersupport
  .supportenteteparaph {
  padding-top: 20px;
  text-align: center;
}

.page-template-page_recuperation_support .supportdiv {
  background: #19292e url(images/supportdivbg.jpg) no-repeat top center;
  background-size: cover;
}
.page-template-page_recuperation_support .supportdiv .encart {
  margin-bottom: 150px;
}
.page-template-page_recuperation_support .supportdiv .actu {
  color: #fff;
}
.page-template-page_recuperation_support .supportdiv .actu .card {
  background-color: #0b2731;
}

.page-template-page_recuperation_support .contentpage {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* ---------------------------- PAGE ENTREPRISE -------------------------*/
.page-template-page_entreprise .firstsecserv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(images/bg_header_entreprise.webp) no-repeat bottom
    center;
  background-size: cover;
}
.page-template-page_entreprise .contentpage {
  background-color: #05171e;
  margin-top: -500px;
  color: #fff;
}
.page-template-page_entreprise .contentpage h1 {
  line-height: 110%;
}
.page-template-page_entreprise .contentpage h1 span {
  display: block;
  font-size: 70%;
  line-height: 110%;
}

.page-template-page_entreprise .supportdiv {
  background: #19292e url(images/supportdivbg.jpg) no-repeat top center;
  background-size: cover;
}
.page-template-page_entreprise .supportdiv h2 {
  color: #fff;
}
.page-template-page_entreprise .supportdiv .actu {
  padding-top: 120px;
}

/* ---------------------------- FOOTER -------------------------*/
footer {
  padding: 50px 0;
  background-color: #000000;
  color: #fff;
}
footer a.foot {
  color: #fff;
  display: block;
  transition: 0.3s;
}
footer a.foot:hover {
  transform: translateX(5px);
}

footer .entetefoot {
  font-weight: 700;
}
footer .logofoot {
  max-width: 300px;
  height: auto;
}

#searchfoot input {
  background-color: #656565 !important;
  border: 0;
  color: #fff;
}

#searchfoot .form-control::placeholder {
  color: #aaa;
  opacity: 1; /* Firefox */
}

#searchfoot .form-control:-ms-input-placeholder {
  color: #aaa;
}

#searchfoot .form-control::-ms-input-placeholder {
  color: #aaa;
}
.linkfoot,
.linkfoot:hover {
  color: #fff;
  display: inline;
}

.btfootsearch {
  background-color: #f47e32;
  border: 0;
}
.btfootsearch img {
  width: 25px;
}

.foot2 {
  font-size: 80%;
}
.foot2 a {
  color: #fff !important;
}
.copyright,
.copyright a {
  color: #666 !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.avertnews {
  font-size: 13px;
  line-height: 130%;
  margin: 20px 0;
}
.avertnews a {
  color: #fff !important;
  border-bottom: 1px dashed #fff;
}

.site-navbar-wrap a {
  color: #fff;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navigation {
  padding-right: 240px;
}

/* PAGE SITE ENFANT */

.page-template-page_domaine_faq .main {
  background-color: #05171e;
}
/* PAGE FAQ ENFANT */

.page-template-page_domaine_faq .contentpage {
  background-color: #05171e;
}
section.faq {
  background-color: #05171e;
  color: #fff;
}
section.faq .card-body h2 {
  color: #FFF;
  font-size: 40px;
}
section.faq .card-body a {
  color: #FFF;
  text-decoration: underline !important;
}
/* PLUGIN FAQ */
section.faq {
  background-color: #05171e;
  color: #fff;
}
section.faq .sstitre {
  color: #fff;
}
section.faq .titre {
  color: #fff;
  font: normal normal normal 60px/79px "Bebasneue";
}

section.faq .card {
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

section.faq .card-header {
  position: relative;
  border: 0 !important;
  cursor: pointer;
  margin: 0px 0px 15px 0px !important;

  background: -moz-linear-gradient(
    135deg,
    rgb(11, 39, 49) 0,
    rgb(13, 51, 62) 100%
  );
  background: -webkit-gradient(135deg, rgb(11, 39, 49) 0, rgb(13, 51, 62) 100%);
  background: -webkit-linear-gradient(
    135deg,
    rgb(11, 39, 49) 0,
    rgb(13, 51, 62) 100%
  );
  background: -o-linear-gradient(
    135deg,
    rgb(11, 39, 49) 0,
    rgb(13, 51, 62) 100%
  );
  background: -ms-linear-gradient(
    135deg,
    rgb(11, 39, 49) 0,
    rgb(13, 51, 62) 100%
  );
  background: linear-gradient(
    135deg,
    rgb(11, 39, 49) 575 0,
    rgb(13, 51, 62) 100%
  );

  /*background-image: linear-gradient(to right, rgb(11,39,49), rgb(13,51,62)), url(images/accordionoff.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center center, right 20px center ;*/
  color: #fff !important;
  width: 100%;
  border: 0 !important;
  border-radius: 15px !important;
  box-sizing: border-box;
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
  user-select: none; /* Propriété standard */
}
section.faq .card-header a {
  color: #fff;
}

section.faq .card-body {
  width: 90%;
  margin-left: 20px;
  background-color: transparent;
  padding: 10px 101px 10px 10px;
}

section.faq .pAskFaq {
  font-size: 18px;
  font-family: "Bebasneue", sans-serif;
  font-size: 25px;
  line-height: 120%;
  color: #fff !important;
  padding: 10px;
}
section.faq .card-header a.open .pAskFaq {
  background: url("images/accordionon.png") no-repeat right 0px center;
}
section.faq .card-header a.open.collapsed .pAskFaq {
  background: url("images/accordionoff.png") no-repeat right 0px center;
}
section.faq .pContent {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

section.faq .pContent .bt {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 56px;
}

section.faq .collapsed,
.collapse {
  transition: all 0.5s;
}

section.faq .open.collapsed .flecheAccor::after {
  opacity: 0;
}

section.faq .open:not(.collapsed) .flecheAccor::after {
  opacity: 1;
}

section.savoir {
  margin-bottom: 70px;
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}
.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:first-child
  > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:last-child
  > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #ebeef0;
  color: #212529;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
  background-color: #05171e;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child {
  padding-right: 0;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child
  > a {
  padding-right: 0;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.has-children
  > a {
  padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a:hover {
  color: #fff !important;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.active
  a {
  color: #fff;
}

/*-- PAGE TARIFS -----*/
.page-template-page_recup_tarif .container.contentpage {
  max-width: 1200px;
}
.page-template-page_recup_tarif span.sstitre.recuperation {
  display: block;
}

.tarifwrap .tabletarif {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  padding: 2rem 0rem 0rem 0rem;
}

.tab2wrap .tab2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  padding: 2rem 0rem 0rem 0rem;
}

.table-cell {
  box-sizing: border-box;
  /*flex-grow: 1;*/
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style-type: none;
  outline: 1px solid #ddd;
  text-align: center;
  font-weight: 300;
  margin-top: 1px;
  margin-left: 1px;
}
.tarifwrap .table-cell:first-child {
  outline: 1px solid #fff;
  background: transparent;
}
.tarifwrap .table-cell.centre {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.tarifwrap .table-cell:nth-child(4n-7) {
  width: calc(40% - 1px);
}

@media only screen and (max-width: 768px) {
  .tarifwrap .table-cell:first-child {
    display: none;
  }
}
.tarifwrap .table-cell:nth-child(-n + 4) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tarifwrap .table-cell.cell-feature {
  text-align: left;
  font-size: 18px;
}
.table-cell.enteteorange {
  background-color: #f47e32;
  color: #fff;
}

.page-template-page_recup_tarif .supportdiv .actu {
  padding-top: 120px;
}
.nivserv {
  display: flex;
  font-family: "Bebasneue";
  font-size: 30px;
  align-items: center;
  justify-content: center;
}

/* Table columns
  ================================== */
.gris {
  background-color: #eee;
}
.tarifwrap .table-cell {
  width: calc(20% - 1px);
}

@media only screen and (max-width: 768px) {
  .tarifwrap .table-cell.cell-feature {
    width: 100%;
    text-align: center;
  }
  .tarifwrap .table-cell {
    width: calc(33.33% - 1px);
  }
}

.tarifwrap svg.enterprise-check path {
  fill: #30305b !important;
}

/* ------------------- PRELOEADER  -----------------*/

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #f8b424;
  }
  50%,
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #f8b424;
  }
  50%,
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.ppms_cm_footer {
  display: none !important;
}
div.ppms_cm_popup_overlay div.ppms_cm_popup_wrapper,
div.ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus,
div.ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover {
  margin-top: 15px !important;
}

.grecaptcha-badge {
  display: none !important;
}
