@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.woff2") format("woff2"),
    url("../fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansExtrabold";
  src: url("../fonts/OpenSans-Extrabold.woff2") format("woff2"),
    url("../fonts/OpenSans-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansExtraboldItalic";
  src: url("../fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"),
    url("../fonts/OpenSans-ExtraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
body {
  color: #515151;
  font-family: "OpenSans";
  font-size: 16px;
}
* {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: "OpenSans";
  font-size: 18px;
  text-align: justify;
}
ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
.container-full {
  max-width: 1550px;
  margin: auto;
}
.container-full .row {
  margin-right: 0;
  margin-left: 0;
}
.bg_red {
  background: #ff0700 !important;
}
.bg_black {
  background: #2b2b2b !important;
}
.bg_white {
  background: #ffffff !important;
}
/*  Header  */
.rounded-circle {
  border-radius: 50% !important;
  border: 2px solid;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 15px;
}
.logo {
  padding-top: 20px;
}
.menu {
  text-align: right;
  padding-top: 20px;
}
.menu_top {
  margin-bottom: 10px;
}
.menu_top ul li,
.menu_bottom ul li {
  display: inline-block;
  margin-left: 12px;
}
.menu_top ul li:first-child {
  margin-left: 0;
}
.menu_top ul li button {
  font-family: "OpenSansBold";
  font-size: 12px;
  color: #fff;
  border: 1px solid transparent;
  width: 150px;
  padding: 15px 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.menu_top ul li button:hover {
  background: transparent !important;
  color: #ff0700;
  border: 1px solid #ff0700;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.bg_href_black button:hover {
  background: transparent !important;
  color: #221e1f;
  border: 1px solid #221e1f;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.menu_top ul li a {
  font-family: "OpenSansBold";
  font-size: 12px;
  color: #fff;
  width: 150px;
  padding: 15px 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.menu_top ul li a:hover {
  background: transparent !important;
  color: #949494;
  border: 1px solid #949494;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.bg_href_red {
  background: #ff0700;
}
.bg_href_black {
  background: #221e1f;
}
.bg_href_gray {
  background: #949494;
}
.menu_bottom ul li {
  margin-left: 0;
}
.menu_bottom li:first-child {
  display: none;
}
.menu_bottom ul li a {
  font-family: "OpenSansBold";
  font-size: 15px;
  color: #494949;
  padding: 20px 15px;
  text-transform: uppercase;
  display: block;
}
.menu_bottom ul li a:hover {
  background: #221e1f;
  color: #fff;
}
.hamburger {
  display: none;
}
.modal-body {
  padding: 1rem 50px;
}
.modal-body h5 {
  font-family: "OpenSansBold";
  font-size: 30px;
  color: #ff0700;
  padding: 25px 0;
  text-align: center;
}
.modal-body p {
  color: #555555;
  text-align: justify;
  text-align-last: center;
}
.location_urgente .modal-body a {
  font-family: "OpenSansBold";
  font-size: 25px;
  color: #fff;
  background-color: #ff0700;
  width: max-content;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  margin: 40px auto;
}
.location_urgente .modal-body a img {
  padding-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .menu_bottom ul li a {
    font-size: 14px;
    padding: 15px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu_bottom ul li a {
    font-size: 12px;
    padding: 15px 7px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
  .switcher_home {
    padding-top: 104px;
  }
  .switcher {
    padding-top: 104px;
  }
  .menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: unset;
    justify-content: center;
    background: #221e1f;
    transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    padding-top: 100px;
    overflow-y: auto;
    text-align: center;
  }
  .menu_top ul li a {
    border: 1px solid transparent;
  }
  .menu_bottom ul li {
    display: block;
  }
  .menu_bottom li:first-child {
    display: block;
  }
  .menu_bottom ul li a {
    color: #fff;
  }
  .logo {
    padding-top: 20px;
  }
  .logo img {
    width: 200px;
  }
  .bg_href_black {
    border: 1px solid #fff !important;
  }
  .hamburger {
    z-index: 9999;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .hamburger.animate {
    position: fixed;
  }
  .hamburger button {
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    top: 0;
    width: 100%;
    height: 35px;
  }
  .hamburger samp,
  .hamburger .ferme {
    font-family: "OpenSans";
    font-size: 10px;
    color: #221e1f;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    text-align: right;
  }
  .hamburger .ferme {
    display: none;
  }
  .hamburger.animate samp {
    display: none;
  }
  .hamburger.animate .ferme {
    display: block;
    letter-spacing: 0;
    color: #fff;
  }
  /*.hamburger.animate{
        position: absolute;
        top: 0;
        left: 0;
    }*/
  .bar,
  .bar:after,
  .bar:before {
    height: 4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .bar {
    transform: translateY(25px);
    background: #221e1f;
    transition: all 0ms 300ms;
    position: absolute;
    top: -9px;
    width: 33px;
    right: 0;
  }
  .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  .bar:before {
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    background: #221e1f;
    width: 40px;
    transition: bottom 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 40px;
    background: #221e1f;
    transition: top 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:after {
    background: #fff;
    top: -2px;
    transform: rotate(45deg);
    transition: top 500ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 40px;
    height: 4px;
  }
  .bar.animate:before {
    background: #fff;
    top: -3px;
    transform: rotate(-45deg);
    transition: bottom 500ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 40px;
    height: 4px;
  }
  .show_menu {
    left: 0;
    opacity: 1;
    z-index: 999;
  }
  .hide_menu {
    opacity: 0;
    left: 100%;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1050px !important;
  }
}
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 700px !important;
    padding-top: 65px !important;
  }
  .modal-backdrop {
    position: initial !important;
  }
  .modal-body p {
    font-size: 14px !important;
  }
  .modal-body h5 {
    font-size: 22px;
  }
  .location_urgente .modal-body a {
    font-size: 20px;
    padding: 15px 20px;
    margin: 30px auto;
  }
}
@media (max-width: 500px) {
  .menu {
    display: flex;
    text-align: unset;
  }
  .menu_top {
    margin-bottom: 0;
  }
  .menu_top ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .menu_top ul li a {
    width: 100%;
  }
  .menu_top ul li button {
    width: 100%;
  }
  .menu_bottom {
    padding-bottom: 20px;
  }
  .menu_bottom ul li a {
    padding: 15px 0;
  }
}
/*   Switcher Home   */
.switcher_home {
  position: relative;
}
.item_switcher_home {
  width: 100%;
  background-size: cover !important;
  height: 500px;
}
.text_switcher_home {
  height: 70%;
  display: flex;
  align-items: center;
}
.item_switcher_home img {
  width: 100%;
}
.text_switcher_home section {
  font-family: "OpenSansLight";
  font-size: 32px;
  color: #fff;
  max-width: 580px;
  line-height: 1;
}
.text_switcher_home section em {
  font-style: unset;
  font-size: 36px;
  line-height: 0px;
  position: relative;
  top: -20px;
}
.text_switcher_home section strong {
  font-family: "OpenSansBold";
  font-size: 54px;
  display: block;
  margin-bottom: 15px;
}
.switcher_home .owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
.switcher_home .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background: #f9f9f9;
  height: 15px;
  width: 15px;
}
.switcher_home .owl-theme .owl-dots .owl-dot.active span,
.switcher_home .owl-theme .owl-dots .owl-dot:hover span {
  background: #d92027;
  height: 18px;
  width: 18px;
}
@media (max-width: 767px) {
  .text_switcher_home section {
    max-width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .text_switcher_home section strong {
    font-size: 45px;
  }
  .text_switcher_home section em {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .item_switcher_home {
    height: 500px;
  }
  .text_switcher_home {
    height: 100%;
  }
  .switcher_home .owl-theme .owl-dots {
    bottom: 10%;
  }
  .text_switcher_home section,
  .text_switcher_home section em {
    font-size: 20px;
  }
  .text_switcher_home section strong {
    font-size: 30px;
  }
  .text_switcher_home section em {
    top: -15px;
  }
}
/*  Les avantages  */
.avantages {
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 1;
}
.item_avantage {
  text-align: center;
}
.item_avantage label {
  font-family: "OpenSansBold";
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .avantages {
    position: unset;
  }
  .item_avantage {
    margin-top: 30px;
  }
  .item_avantage label {
    color: #494949;
    margin-top: 20px;
  }
}
/*  Description Home  */
.description_home {
  padding: 60px 0 60px;
  text-align: center;
}
.titre_description_home {
  font-family: "OpenSansBold";
  font-size: 36px;
  color: #424242;
  margin-bottom: 30px;
}
.description_home p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #424242;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 575px) {
  .titre_description_home {
    font-size: 22px;
  }
  .description_home p {
    font-size: 16px;
  }
}
/*  Comment ça marche  */
.avec_stockage .owl-nav {
  position: absolute;
  top: 6%;
  width: 100%;
  display: block !important;
}
.avec_stockage .owl-dots {
  display: none !important;
}
.avec_stockage .owl-nav button.owl-prev {
  position: absolute;
  left: -5%;
}
.avec_stockage .owl-nav button.owl-next {
  position: absolute;
  right: -5%;
}
.sahar {
  width: 70%;
}
.caro_comment_marche {
  display: none !important;
}
.avec_stockage {
  display: none !important;
}
.comment_marche {
  background: #efefef;
  padding-bottom: 100px;
}
.comment_marche .row {
  align-items: center;
}
.titre_comment_marche {
  font-family: "OpenSansLight";
  font-size: 30px;
  color: #fff;
  padding: 25px 40px 25px 70px;
  position: relative;
  top: -35px;
  background: #2b2b2b;
  display: inline-block;
}
.titre_comment_marche span {
  font-family: "OpenSansBold";
}
.titre_comment_marche:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  background: url("../images/icon_question.png") no-repeat;
  width: 67px;
  height: 86px;
}
.item_comment_marche {
  text-align: center;
}
.etape_number span {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #c93632;
  display: block;
  text-transform: uppercase;
}
.etape_number strong {
  font-family: "OpenSansExtraboldItalic";
  font-size: 48px;
  color: #c93632;
  line-height: 1;
}
.etape_text {
  font-family: "OpenSans";
  font-size: 18px;
  color: #424242;
  line-height: 1.2;
}
.etape_text label {
  font-family: "OpenSansBold";
  display: block;
}
.etape_img {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .etape_arrow_link {
    display: none;
  }
  .service_respo {
    display: none;
  }
  .actus_home_respo {
    display: none;
  }
  .caro_comment_marche {
    display: block !important;
  }
  .avec_stockage {
    display: block !important;
  }
  .item_comment_marche {
    margin-top: 30px;
  }
  .item_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .larg_comment_marche {
    display: none;
  }
  .comment_marche .owl-dots {
    padding-top: 70px;
  }
  .nos_service {
    max-height: 690px !important;
  }
  .titre_block_page {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .titre_comment_marche {
    font-size: 20px;
    padding: 20px 30px 20px 55px;
  }
  .titre_comment_marche:before {
    width: 50px;
    height: 64px;
    background-size: contain;
  }
}
/*  Maps & Devis  */
.map_devis {
  background: #2b2b2b;
  position: relative;
}
.map_devis .col-md-6,
.map_devis .col-md-5,
.map_devis .col-md-1 {
  padding-left: 0;
  padding-right: 0;
}
.map_index {
  width: 100%;
  overflow: hidden;
  height: 400px;
  position: relative;
  display: block;
}
.map_index a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.map_index iframe {
  position: relative;
  height: 460px;
  width: 100%;
  border: 0;
  top: -59px;
  outline: none;
}
.obtenir_devis {
  position: relative;
  padding-top: 45px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.obtenir_devis a {
  position: absolute;
  top: -40px;
  right: 50px;
  display: block;
  font-family: "OpenSansBold";
  font-size: 26px;
  color: #fff;
  background: #ff0700;
  padding: 20px 65px;
}
.obtenir_devis a:hover {
  color: #ff0700;
  background: #fff;
  border: solid 2px #ff0700;
}
.obtenir_devis a span {
  font-family: "OpenSans";
}
.obtenir_devis h3 {
  font-family: "OpenSansLight";
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.obtenir_devis h3 label {
  font-family: "OpenSansBold";
  font-size: 60px;
  display: block;
  letter-spacing: 0;
}
.obtenir_devis p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #efefef;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 400px;
}
@media (max-width: 991px) {
  .obtenir_devis a {
    top: -30px;
    font-size: 20px;
    padding: 15px 45px;
  }
  .obtenir_devis h3 {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .obtenir_devis h3 label {
    font-size: 45px;
  }
  .obtenir_devis p {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .obtenir_devis {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
/*  Pourquoi choisir STOCKBOX ?  */
.pourquoi_stockbox {
  padding: 60px 0 30px;
}
.titre_pourquoi_stockbox {
  font-family: "OpenSans";
  font-size: 28px;
  color: #4e4e4e;
  margin-bottom: 50px;
}
.titre_pourquoi_stockbox span {
  font-family: "OpenSansBold";
  font-size: 50px;
  color: #c93632;
  display: block;
}
.item_pourquoi_stockbox {
  position: relative;
}
.item_pourquoi_stockbox img {
  width: 100%;
}
.item_pourquoi_stockbox h3 {
  margin-bottom: 0;
}
.item_pourquoi_stockbox h3 {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.pourquoi_stockbox .owl-stage {
  padding-left: 0 !important;
}
.pourquoi_stockbox .owl-theme .owl-nav {
  position: absolute;
  top: -75px;
  right: 50px;
  margin-top: 0;
}
.pourquoi_stockbox .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 15px 17px 15px 25px !important;
  background: #2b2b2b;
  border-radius: 0;
}
.pourquoi_stockbox .owl-carousel .owl-nav button.owl-prev {
  padding: 15px 25px 15px 17px !important;
}
.pourquoi_stockbox .owl-theme .owl-nav:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  background: #c93632;
  height: 30px;
  width: 1px;
}
.pourquoi_stockbox .lire_plus {
  text-align: right;
  margin-top: 30px;
}
.lire_plus a {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #fff;
  background: #ff0700;
  border: 1px solid transparent;
  padding: 9px 16px;
  display: inline-block;
}
.lire_plus a:hover {
  background: transparent !important;
  color: #ff0700;
  border: 1px solid #ff0700;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
@media (max-width: 575px) {
  .pourquoi_stockbox .owl-theme .owl-nav {
    display: none;
  }
  .titre_pourquoi_stockbox {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .titre_pourquoi_stockbox span {
    font-size: 32px;
  }
}
/*  Self-stockage  */
.self_stockage {
  background: #efefef url("../images/logo_bg.png") no-repeat top left;
  padding: 40px 0 70px;
}
.titre_self_stockage {
  font-family: "OpenSansBold";
  font-size: 40px;
  color: #c93632;
  margin-bottom: 30px;
  text-align: center;
}
.item_self_stockage {
  position: relative;
  text-align: center;
}
.text_self_stockage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.text_self_stockage div {
  max-width: 380px;
}
.text_self_stockage h3 {
  font-family: "OpenSansBold";
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.text_self_stockage p {
  font-family: "OpenSans";
  font-size: 14px;
  color: #fff;
  margin: 45px 0;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.text_self_stockage a {
  font-family: "OpenSansBold";
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #fff;
}
.text_self_stockage a:hover {
  color: #000;
  border: 2px solid #fff;
  background: #fff;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text_self_stockage div {
    max-width: 300px;
  }
  .text_self_stockage h3 {
    font-size: 22px;
  }
  .text_self_stockage p {
    line-height: 25px;
    margin: 25px 0;
  }
  .text_self_stockage a {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .item_self_stockage {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .titre_self_stockage {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .self_stockage {
    padding: 40px 0 60px;
  }
  .text_self_stockage {
    left: 15px;
  }
  .text_self_stockage h3 {
    font-size: 20px;
  }
  .text_self_stockage p {
    line-height: 25px;
    margin: 20px 0;
  }
  .text_self_stockage a {
    padding: 8px 25px;
  }
}

/*  Devis & Démonstration  */

.demonstration_devis .row {
  align-items: center;
}
.demonstration_devis .col-xl-5 {
  padding-left: 0;
  padding-right: 0;
}
.item_devis .lire_plus {
  margin-top: 50px;
}
.item_devis h4 {
  margin-bottom: 0;
}
.item_devis span {
  font-family: "OpenSans";
  font-size: 25px;
  color: #3c3c3c;
  display: block;
}
.item_devis span strong {
  font-family: "OpenSansBold";
}
.item_devis label {
  font-family: "OpenSansBold";
  font-size: 50px;
  color: #c93632;
  display: block;
  line-height: 1;
}
.item_demonstration {
  position: relative;
  display: none;
}
.video_demonstration {
}
.video_demonstration iframe {
  width: 100%;
  height: 400px;
  position: relative;
  bottom: -6px;
}
.miniature_video {
  position: relative;
  display: block;
  z-index: 1;
}
.text_demonstration {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(0 0 0 / 30%);
}
.text_demonstration a {
  font-family: "OpenSans";
  font-size: 48px;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
.text_demonstration a strong {
  font-family: "OpenSansExtrabold";
  display: block;
}
.text_demonstration a img {
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  border-radius: 50%;
}
.text_demonstration a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: #000 0px 0px 20px 0px;
}
@media (max-width: 1215px) {
  .item_devis .lire_plus a {
    font-size: 15px;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1215px) {
  .item_devis span {
    font-size: 23px;
  }
  .item_devis label {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .demonstration_devis {
    padding-top: 40px;
  }
  .item_devis {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .item_demonstration {
    text-align: center;
  }
  .item_devis label {
    font-size: 48px;
  }
  .item_devis .lire_plus {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .item_devis span {
    font-size: 22px;
  }
  .item_devis label {
    font-size: 35px;
  }
  .text_demonstration a {
    font-size: 30px;
  }
  .text_demonstration a img {
    margin-top: 15px;
    width: 50px;
  }
}
/*  Actualités Home  */
.actus_home {
  background: #c93632;
  padding: 30px 0 50px;
}
.actus_home .titre_self_stockage {
  color: #fff;
}
.item_actus_home {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
  padding: 0 47px;
}
.item_actus_home h3 {
  font-family: "OpenSansBold";
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.item_actus_home p {
  color: #fff;
  margin-bottom: 16px;
  max-width: 81%;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  height: 85px;
  text-align: center !important;
  overflow: hidden;
}
.item_actus_home .lire_plus a {
  color: #4d4d4d;
}
.item_actus_home .lire_plus a:hover {
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
@media (max-width: 767px) {
  .actus_home .titre_self_stockage {
    margin-bottom: 0;
  }
  .item_actus_home {
    margin-top: 35px;
  }
  .item_actus_home h3,
  .item_actus_home p {
    display: block;
    min-height: unset;
  }
  .item_actus_home h3 {
    margin-top: 25px;
  }
  .item_actus_home p {
    margin-bottom: 25px;
  }
  .item_actus_home .lire_plus a {
    padding: 15px 25px;
  }
}
@media (max-width: 575px) {
  .item_actus_home p {
    max-width: 100%;
  }
}
/*  Qui sommes nous ? Home  */
.qui_sommes_nous .row {
  align-items: center;
}
.qui_sommes_nous .col-xl-5 {
  padding-left: 0;
  padding-right: 0;
}
.titre_qui_sommes_nous {
  font-family: "OpenSansExtrabold";
  font-size: 36px;
  color: #c93632;
  margin-bottom: 55px;
}
.text_qui_sommes_nous p {
  color: #353535;
  margin-bottom: 40px;
  text-align: justify;
  line-height: 35px;
  padding-right: 35px;
}
.text_qui_sommes_nous p strong {
  font-family: "OpenSansBold";
}
.img_qui_sommes_nous {
  position: relative;
  top: -16px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .titre_qui_sommes_nous {
    margin-bottom: 30px;
  }
  .text_qui_sommes_nous p {
    margin-bottom: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .qui_sommes_nous .container-full {
    max-width: 720px;
    margin: auto;
  }
  .text_qui_sommes_nous {
    margin-bottom: 30px;
  }
  .titre_qui_sommes_nous {
    margin: 30px 0;
  }
  .img_qui_sommes_nous {
    top: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .img_qui_sommes_nous {
    padding: 0 12px;
  }
}
@media (max-width: 575px) {
  .titre_qui_sommes_nous {
    font-size: 25px;
  }
  .text_qui_sommes_nous p {
    padding-right: 0;
    line-height: 30px;
  }
}
/*  Footer before  */
.footer_before {
  background: linear-gradient(
    90deg,
    rgba(43, 43, 43, 1) 50%,
    rgba(228, 228, 228, 1) 50%
  );
  padding: 35px 0;
}
.text_footer_before {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.text_footer_before h5 {
  font-family: "OpenSans";
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
.text_footer_before h5 label {
  font-family: "OpenSansBold";
  display: block;
}
.color_text_black {
  color: #2b2b2b !important;
}
.text_footer_before .lire_plus a {
  height: 65px;
  padding: 0 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.text_footer_before .lire_plus a label {
  cursor: pointer;
}
.text_footer_before .lire_plus a span {
  font-family: "OpenSans";
  display: block;
}
@media (max-width: 991px) {
  .footer_before {
    background: linear-gradient(
      180deg,
      rgba(43, 43, 43, 1) 50%,
      rgba(228, 228, 228, 1) 50%
    );
    padding: 0;
  }
  .text_footer_before {
    padding: 35px 0;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .text_footer_before {
    display: block;
  }
  .text_footer_before h5 {
    margin-bottom: 15px;
  }
}
/*  Footer  */

.footer{
  position: relative;
  z-index: 1;
}
.footer .row {
  padding: 25px 0;
}
.logo_footer,
.share_icons {
  text-align: center;
}
.share_icons {
  margin-top: 20px;
}
.share_icons ul li {
  display: inline-block;
  margin-right: 3px;
  font-family: "OpenSansBold";
  font-size: 12px;
  color: #2b2b2b;
}
.share_icons ul li:last-child {
  margin-right: 0;
}
.menu_footer ul li {
  padding-top: 17px;
}
.menu_footer ul li a {
  font-family: "OpenSans";
  font-size: 13px;
  color: #2b2b2b;
}
.menu_footer ul li a:hover {
  font-family: "OpenSansBold";
}
.block_contacts_footer {
  text-align: center;
  padding-top: 20px;
}
.block_contacts_footer .contacts_footer:first-child {
  margin-right: 20px;
}
.contacts_footer {
  display: inline-block;
  text-align: center;
}
.contacts_footer label {
  font-family: "OpenSansBold";
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.3;
  display: block;
  margin-top: 15px;
}
.contacts_footer label span {
  font-family: "OpenSans";
  display: block;
}
.copy_right {
  background: #2b2b2b;
  padding: 20px 0;
  text-align: center;
}
.copy_right p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}
.copy_right p a {
  font-family: "OpenSansBold";
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu_footer {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .logo_footer,
  .share_icons {
    padding: 0 50px;
  }
  .share_icons {
    padding-left: 50px;
  }
}
/*  Switcher pages  */
.switcher {
  width: 100%;
  height: 445px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  display: flex;
  align-items: center;
}
.titre_switcher {
  font-family: "OpenSansBold";
  font-size: 60px;
  color: #fff;
  margin: 0;
}
.titre_switcher span {
  font-size: 36px;
  line-height: 1;
  display: block;
}
.titre_switcher.contcat_page {
  font-family: "OpenSansExtrabold";
  font-size: 70px;
  color: #fff;
  margin: 0;
}
.titre_switcher.contcat_page span {
  font-size: 70px;
  line-height: 1;
  display: block;
  font-family: "OpenSansLight";
}
@media (max-width: 767px) {
  .titre_switcher {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .switcher {
    height: 400px;
  }
  .titre_switcher {
    font-size: 35px;
  }
  .titre_switcher span {
    font-size: 25px;
  }
}
/*  À propos  */
.titre_page {
  font-family: "OpenSans";
  font-size: 24px;
  color: #5b5b5b;
  text-align: center;
  letter-spacing: 5px;
  line-height: 2;
  margin-top: 25px;
  margin-bottom: 30px;
}
.titre_page strong {
  font-family: "OpenSansBold";
}
.titre_page span {
  display: block;
}
.notre_entreprise_apropos .row {
  align-items: center;
}
.notre_entreprise_apropos {
  margin-top: 50px;
}
.titre_block_page {
  font-family: "OpenSansBold";
  font-size: 36px;
  color: #e20917;
  margin: 0;
}
.page_contact p,
.notre_entreprise_apropos p,
.notre_vision_apropos p,
.box_stockage_apropos p {
  font-family: "OpenSans";
  font-size: 19px;
  color: #424242;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 32px;
  text-align: justify;
}
.page_contact p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.notre_vision_apropos {
  background: #f7f7f7;
  padding-top: 65px;
  margin-top: 70px;
}
.page_actualites,
.page_contact {
  background: #f7f7f7;
  padding-top: 45px;
}
.notre_vision_apropos .row {
  align-items: center;
}
.notre_vision_apropos .col-lg-5,
.contact_apropos .col-lg-5 {
  padding-right: 0;
}
.notre_vision_apropos p {
  margin-top: 0;
  margin-bottom: 40px;
}
.notre_vision_apropos p strong {
  font-family: "OpenSansBold";
  display: block;
}
.img_vision_apropos {
  text-align: right;
}
.img_experience_apropos {
  text-align: center;
  margin: 0;
}
.img_experience_apropos_respo {
  display: none;
}
.contact_apropos {
  background: #f7f7f7;
  padding: 25px 0;
}
.contact_apropos .row {
  align-items: center;
}
.contact_apropos p {
  font-family: "OpenSansBold";
  font-size: 30px;
  color: #424242;
  margin-bottom: 40px;
  line-height: 45px;
  text-align: justify;
}
.contact_apropos a {
  font-family: "OpenSansBold";
  font-size: 16px;
  color: #fff;
  padding: 15px 30px;
  background: #e20917;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid transparent;
}
.contact_apropos a:hover {
  background: transparent;
  border: 1px solid #e20917;
  color: #e20917;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.img_contact_apropos {
  position: relative;
  top: -50px;
}
.box_stockage_apropos {
  margin: 60px 0;
}
.box_stockage_apropos .titre_block_page span {
  font-family: "OpenSans";
  color: #424242;
  display: block;
}
.box_stockage_apropos {
  margin-top: 60px;
}
.confiance_apropos {
  padding: 45px 0 65px;
  background: #f7f7f7;
}
.confiance_apropos .titre_block_page {
  font-size: 46px;
}
.slider_confiance {
  margin-top: 50px;
  text-align: center;
  padding: 0 45px;
}
.slider_confiance.owl-theme .owl-nav {
  margin-top: 0;
}
.slider_confiance.owl-carousel .owl-nav button.owl-next,
.slider_confiance.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  outline: none;
}
.slider_confiance.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.slider_confiance.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.slider_confiance.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
@media (max-width: 1399px) {
  .notre_vision_apropos .row {
    align-items: center;
  }
  .img_vision_apropos {
    top: unset;
  }
  .notre_vision_apropos p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .notre_entreprise_apropos p,
  .notre_vision_apropos p,
  .box_stockage_apropos p {
    font-size: 17px;
    line-height: 35px;
    margin-top: 30px;
  }
  .contact_apropos p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .notre_vision_apropos .container-full,
  .contact_apropos .container-full {
    max-width: 720px;
  }
  .notre_vision_apropos .col-lg-5,
  .contact_apropos .col-lg-5 {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .img_notre_entreprise,
  .img_vision_apropos,
  .img_contact_apropos {
    top: unset;
    text-align: center;
  }
  .img_notre_entreprise,
  .img_contact_apropos {
    margin-top: 30px;
  }
  .notre_vision_apropos {
    padding: 40px 0;
  }
  .img_experience_apropos {
    margin: 50px 0;
  }
  .img_box_stockage {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .notre_vision_apropos .container-full,
  .contact_apropos .container-full {
    max-width: 540px;
  }
  .titre_page {
    font-size: 18px;
    margin-top: 40px;
  }
  .img_experience_apropos {
    display: none;
  }
  .img_experience_apropos_respo {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .titre_block_page,
  .confiance_apropos .titre_block_page {
    font-size: 25px;
  }
  .contact_apropos p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 35px;
  }
}
/*  Self-Stockage Particulier  */
.solutions_self_stockage {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  background: #f3f3f3;
  padding: 65px 0 150px;
}
.solutions_self_stockage .titre_page {
  margin-top: -35px;
}
.titre_solutions_self_stockage {
  font-family: "OpenSansBold";
  font-size: 39px;
  color: #c93632;
  margin: 65px 0 45px;
}
.titre_solutions_self_stockage span {
  font-family: "OpenSans";
  color: #424242;
  display: block;
  font-weight: 600;
}
.solutions_self_stockage p {
  font-family: "OpenSans";
  font-size: 19px;
  color: #424242;
  line-height: 40px;
  margin-bottom: 80px;
}
.solutions_self_stockage p span {
  display: block;
}
.solutions_self_stockage p strong {
  font-family: "OpenSansBold";
}
.item_solutions_self_stockage {
  position: relative;
}
.text_item_solutions_self_stockage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_item_solutions_self_stockage h4 {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #fff;
  margin: 40px 0;
  width: 95%;
}
.text_item_solutions_self_stockage p {
  display: none;
  font-family: "OpenSans";
  font-size: 16px;
  color: #fff;
  width: 90%;
  margin: 0;
  line-height: unset;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.text_item_solutions_self_stockage:hover p {
}
.nos_box {
  margin-top: -50px;
}
.nos_box .row {
  align-items: center;
}
.nos_box .col-lg-6 {
  padding-right: 0;
}
.text_nos_box {
  padding-top: 50px;
}
.text_nos_box p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 0;
  margin-top: 60px;
}
.img_nos_box {
  text-align: right;
}
.contact_block {
  background: #2b2b2b;
  text-align: center;
  padding: 20px 0;
}
.contact_block .row {
  align-items: center;
}
.contact_block h4 {
  font-family: "OpenSansBold";
  font-size: 36px;
  color: #fff;
  margin-bottom: 50px;
}
.contact_block h4 span {
  display: block;
}
.contact_block a {
  font-family: "OpenSansBold";
  font-size: 25px;
  color: #fff;
  background: #ff0700;
  padding: 30px 70px;
  display: inline-block;
  border: 1px solid transparent;
}
.contact_block a:hover {
  color: #ff0700;
  background: transparent;
  border: 1px solid #ff0700;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.avantages_self_stockage {
  text-align: center;
  background: #eeeeee;
  padding: 70px 0 0;
}
.avantages_self_stockage .titre_block_page {
  margin-bottom: 80px;
}
.avantages_self_stockage .titre_block_page span {
  font-family: "OpenSans";
  color: #555555;
}
.item_avantages {
  margin-bottom: 80px;
}
.item_avantages h4 {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #c93632;
  margin: 30px 0;
}
.item_avantages p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #00000e;
  margin-bottom: 0;
  line-height: 30px;
}
.temoignages {
  background: rgb(43, 43, 43);
  background: linear-gradient(
    90deg,
    rgba(43, 43, 43, 1) 20%,
    rgb(243 243 243) 20%
  );
  height: 350px;
}
/*.temoignages .row{
    align-items: center;
}*/
.temoignages .col-lg-4 {
  padding-right: 0;
  padding-left: 0;
}
.demande_devis {
  background: #2b2b2b;
  height: 350px;
  display: flex;
  align-items: center;
}
.demande_devis h5 {
  font-family: "OpenSans";
  font-size: 25px;
  color: #fff;
  margin-bottom: 50px;
}
.demande_devis h5 span {
  display: block;
}
.demande_devis h5 b {
  font-family: "OpenSansBold";
}
.demande_devis h5 strong {
  font-family: "OpenSansBold";
  font-size: 50px;
  color: #ff0700;
}
.demande_devis a {
  font-family: "OpenSansBold";
  font-size: 17px;
  color: #fff;
  background: #ff0700;
  padding: 25px 70px;
  display: inline-block;
  border: 1px solid transparent;
}
.demande_devis a:hover {
  color: #ff0700;
  background: transparent;
  border: 1px solid #ff0700;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.temoignages_client {
  padding: 12px;
}
.temoignages_client h6 {
  font-family: "OpenSans";
  font-size: 25px;
  color: #676767;
  margin-bottom: 45px;
  padding-left: 60px;
}
.temoignages_client h6 b {
  font-family: "OpenSansBold";
}
.temoignages_client h6 strong {
  font-family: "OpenSansBold";
  color: #ff0700;
}
.item_slider_temoignage p {
  font-family: "OpenSans";
  font-size: 19px;
  color: #3f3f3f;
  margin-bottom: 30px;
  font-weight: 600;
}
.item_slider_temoignage p span {
  font-family: "OpenSansBold";
  color: #ff0700;
}
.item_slider_temoignage label {
  font-family: "OpenSansBold";
  font-size: 19px;
  color: #3f3f3f;
}
.item_slider_temoignage label img {
  padding-right: 20px;
}
.slider_temoignages {
  padding: 0 60px;
}
.slider_temoignages.owl-theme .owl-nav {
  margin-top: 0;
}
.slider_temoignages.owl-carousel .owl-nav button.owl-next,
.slider_temoignages.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 25%;
  outline: none;
}
.slider_temoignages.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.slider_temoignages.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.slider_temoignages.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text_item_solutions_self_stockage h4 {
    margin: 25px 0;
    font-size: 16px;
  }
}
.img_contact_block img {
  width: 70%;
}
@media (max-width: 991px) {
  .item_solutions_self_stockage {
    margin-bottom: 20px;
  }
  .solutions_self_stockage {
    padding: 65px 0;
  }
  .nos_box {
    margin-top: 0;
  }
  .nos_box .container-full {
    max-width: 720px;
  }
  .img_nos_box {
    text-align: center;
    margin-top: 25px;
  }
  .contact_block h4 {
    margin-bottom: 35px;
  }
  .contact_block a {
    padding: 20px 60px;
  }
  .img_contact_block {
    margin-top: 20px;
  }
  .img_contact_block img {
    width: 60%;
  }
  .temoignages {
    background: transparent;
    height: 100%;
  }
  .demande_devis {
    justify-content: center;
    padding: 20px 0;
  }
  .temoignages_client {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .nos_box .container-full {
    max-width: 540px;
  }
  .temoignages_client h6 {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .titre_solutions_self_stockage {
    font-size: 24px;
  }
  .solutions_self_stockage p {
    font-size: 17px;
  }
  .nos_box .col-lg-6 {
    padding-left: 0;
  }
  .text_nos_box p {
    margin-top: 35px;
  }
  .contact_block h4 {
    font-size: 21px;
  }
  .contact_block a {
    font-size: 17px;
    padding: 15px 50px;
  }
  .avantages_self_stockage {
    padding: 50px 0;
  }
  .demande_devis h5 {
    margin-bottom: 35px;
  }
  .demande_devis a {
    padding: 15px 55px;
  }
}
/* ------------- SELF STOCKAGE ENTREPRISE ------------------*/
.intro_stockage_entreprise h2 {
  font-family: "OpenSans";
  font-size: 36px;
  color: #424242;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.intro_stockage_entreprise h2 strong {
  font-family: "OpenSansBold";
  color: #e20917;
}
.intro_stockage_entreprise p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #424242;
  text-align: justify;
  text-align-last: center;
  margin-bottom: 16px;
  padding-top: 30px;
}
.intro_stockage_entreprise p:last-child {
  margin-bottom: 0;
  padding-top: 0;
}
.solution_stockage_entreprise {
  background-color: #f7f7f7;
  position: relative;
  padding: 50px 0 90px;
}
.solution_stockage_entreprise .container {
  position: relative;
}
.solution_stockage_entreprise .item_solution_stockage_entreprise:last-child {
  margin-bottom: 0;
}
.item_solution_stockage_entreprise {
  position: relative;
  margin-bottom: 100px;
}
.img_solution_stockage_entreprise {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.item_solution_left .img_solution_stockage_entreprise {
  justify-content: flex-start;
}
.titre_solution_stockage_entreprise {
  font-family: "OpenSansBold";
  font-size: 35px;
  color: #fff;
  background-color: #e41e2b;
  padding: 20px 50px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  box-shadow: #000 -1px 2px 8px;
}
.text_solution_stockage_entreprise {
  background: #f7f7f7;
  padding: 40px;
  padding-left: 0;
  width: 70%;
  position: absolute;
  top: 22%;
}
.item_solution_left .text_solution_stockage_entreprise {
  padding: 40px;
  padding-right: 0;
  right: 0;
}
.text_solution_stockage_entreprise h4,
.text_solution_stockage_entreprise h5 {
  font-family: "OpenSansBold";
  font-size: 24px;
  color: #e41e2b;
}
.text_solution_stockage_entreprise h5 {
  color: #424242;
  margin-bottom: 12px;
}
.text_solution_stockage_entreprise p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #424242;
  line-height: 25px;
  margin-bottom: 0;
  text-align: justify;
}
.qst_contact p {
  font-family: "OpenSans";
  font-size: 25px;
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.qst_contact span {
  font-family: "OpenSansBold";
  font-size: 58px;
  color: #e20917;
}
.content_contacter_situation {
  background-color: #2b2b2b;
  padding: 30px 40px 45px;
}
.content_contacter_situation p {
  font-family: "OpenSans";
  font-size: 24px;
  color: #fcfcfc;
  margin-bottom: 50px;
}
.content_contacter_situation a {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #fefefe;
  background-color: #ff0700;
  border-radius: 50px;
  padding: 20px 50px;
}
.content_contacter_situation a:hover {
  color: #ff0700;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.contacter_situation {
  background-color: #f2f2f2;
}
@media (max-width: 1199px) {
  .img_solution_stockage_entreprise {
    display: block;
    text-align: right;
  }
  .item_solution_left .img_solution_stockage_entreprise {
    text-align: left;
  }
  .item_solution_left .titre_solution_stockage_entreprise {
    left: unset;
    right: 0;
    top: 0;
  }
  .titre_solution_stockage_entreprise {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 991px) {
  .text_solution_stockage_entreprise {
    padding: 0;
    width: 100%;
    position: unset;
    margin-top: 20px;
  }
  .item_solution_left .text_solution_stockage_entreprise {
    padding: 0;
  }
  .titre_solution_stockage_entreprise {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .intro_stockage_entreprise h2 {
    font-size: 24px;
  }
  .titre_solution_stockage_entreprise {
    font-size: 25px;
    padding: 15px 50px;
  }
  .text_solution_stockage_entreprise h4,
  .text_solution_stockage_entreprise h5 {
    font-size: 20px;
  }
  .text_solution_stockage_entreprise p {
    font-size: 17px;
  }
  .qst_contact span {
    font-size: 50px;
  }
  .content_contacter_situation a {
    font-size: 16px;
    padding: 16px 40px;
  }
  .label_solution label {
    font-size: 30px;
  }
  .item_solution_stockage_entreprise {
    margin-bottom: 50px;
  }
}
.titre_nos_service {
  display: flex;
  justify-content: center;
}
.titre_nos_service img {
  height: 40px;
}
.titre_nos_service h4 {
  font-family: "OpenSansBold";
  font-size: 30px;
  color: #ffffff;
  padding-right: 25px;
}
.nos_service {
  background-color: #c93632;
  max-height: 535px;
}
.align-self-center {
  align-self: center !important;
  display: flex;
  justify-content: center;
}
.item_service {
  text-align: center;
  padding: 50px 0;
}
.item_service label {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #ffffff;
  display: block;
}
.item_service_plus label {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #c93632;
  display: block;
  text-align: center;
}
.item_service_plus img {
  display: block;
  margin: auto;
  max-width: 150px;
}
.content_nos_service p {
  font-family: "OpenSans";
  font-size: 19px;
  color: #f8f8f8;
  margin-bottom: 50px;
}
.content_nos_service a {
  font-family: "OpenSansBold";
  font-size: 20px;
  color: #212121;
  background-color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid transparent;
}
.content_nos_service a:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
@media (max-width: 575px) {
  .titre_nos_service h4 {
    font-size: 30px;
  }
  .titre_nos_service img {
    width: 45px;
  }
}
.item_aventage label {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #e20917;
  text-align: center;
  margin-top: 25px;
  padding: 0 1vmax;
  display: block;
  height: 90px;
}
.item_aventage p {
  font-family: "OpenSans";
  font-size: 14px;
  color: #424242;
  text-align: justify;
  text-align-last: center;
  line-height: 24px;
}
.service_items .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: block !important;
}
.service_items .owl-nav button.owl-prev {
  position: absolute;
  left: -5%;
}
.service_items .owl-nav button.owl-next {
  position: absolute;
  right: -5%;
}
/* -------- PAGE SERVICE PLUS -----------*/
.header_page_service h3 {
  font-family: "OpenSansBold";
  font-size: 36px;
  color: #e20917;
  margin-bottom: 50px;
  text-align: center;
}
.header_page_service p {
  text-align: justify;
  text-align-last: center;
}
.item_service_page {
  padding: 25px 35px;
}
.item_service_page label {
  font-family: "OpenSansBold";
  font-size: 25px;
  color: #c93632;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 35px;
}
.item_service_page p {
  text-align: justify;
  line-height: 32px;
}
.intro_stockage_entreprise span {
  color: #424242;
}
.content_espace_stockbox label {
  font-family: "OpenSansBold";
  font-size: 36px;
  color: #e20917;
  display: block;
  margin-bottom: 25px;
}
.content_espace_stockbox p {
  font-size: 16px;
  color: #424242;
  line-height: 30px;
}
.contact_besion {
  background: url("../images/contact_mail.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 255px;
  padding-top: 65px;
}
.contact_besion h4 {
  font-family: "OpenSans";
  font-size: 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 36pt;
}
.btn_contact_besion a {
  font-family: "OpenSansBold";
  font-size: 18px;
  color: #fff;
  background-color: #e5121a;
  padding: 20px 35px 20px 75px;
  border-radius: 50px;
  position: relative;
  border: 1px solid transparent;
}
.btn_contact_besion a:hover {
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}
.btn_contact_besion a::after {
  content: "";
  background: url("../images/email_contact_besion.png") no-repeat;
  width: 42px;
  height: 24px;
  position: absolute;
  left: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content_espace_stockbox label {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .content_espace_stockbox p {
    line-height: 20pt;
  }
}
@media (max-width: 991px) {
  .content_espace_stockbox {
    padding-top: 40px;
  }
  .btn_contact_besion {
    margin-top: 50px;
  }
  .contact_besion {
    height: 345px;
  }
}
@media (max-width: 575px) {
  .item_service_page label {
    font-size: 16px;
  }
  .contact_besion {
    height: 420px;
  }
  .btn_contact_besion {
    margin-top: 70px;
  }
}
/* css page contact */
.footer_contact {
  margin-bottom: -60px;
}
.footer_contact .info_contact_block {
  background-color: #221e1f;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_contact .info_contact {
  padding: 0 30px;
}
.footer_contact .info_contact ul {
}
.footer_contact .info_contact ul li {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
}
.footer_contact .info_contact ul li samp {
  margin-right: 15px;
}
.footer_contact .info_contact ul samp img {
}
.footer_contact > div > div {
  padding: 0px;
}
.footer_contact .map {
  overflow: hidden;
  width: 100%;
  height: 470px;
  display: block;
  position: relative;
}
.footer_contact .map a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.footer_contact .map iframe {
  position: relative;
  height: 470px;
  width: 100%;
  border: 0;
  top: -60px;
  outline: none;
}
/* page actualites */
.block-actualites {
  background: #c93632;
  padding: 60px 0px;
}
.slug_title_list {
  font-size: 36px;
  color: #424242;
  font-weight: 600;
}
.item-actualite img {
  display: block;
  max-width: 100;
}
.item-actualite h4 {
  margin-top: 20px;
}
.item-actualite h4 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.actualites_voir_aussi .item-actualite h4 a {
  display: block;
  margin-bottom: 30px;
}
.item-actualite p {
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.item-actualite a.lirelasuite {
  padding: 15px 25px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  color: #4d4d4d;
  border: 1px solid transparent;
}
.lirelasuite:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.voir_aussi {
  font-size: 30px;
  font-weight: bold;
  font-family: "OpenSansBold";
  color: #ffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .item-actualite {
    margin-bottom: 40px;
  }
}
/* css detail actualite */
.actualite_item_titre {
  margin: 60px auto 30px;
  font-size: 36px;
  line-height: 36px;
  color: #424242;
  font-weight: 700;
}
.actualite_item_titre label {
  display: block;
  font-size: 25px;
  line-height: 36px;
  color: #424242;
  font-weight: 600;
  font-family: "OpenSansExtraboldItalic";
}
.actualite_item_image {
}
.actualite_item_image img {
  width: 100%;
}
.actulite_item_contenu {
  margin: 50px auto;
}
.actulite_item_contenu p {
  font-family: "OpenSansLight";
  font-size: 20px;
  color: #424242;
  margin-bottom: 40px;
}
.actulite_item_contenu ul {
  margin-bottom: 40px;
  padding-left: 20px;
}
.actulite_item_contenu ul li {
  font-family: "OpenSansLight";
  font-size: 18px;
  color: #424242;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.actulite_item_contenu ul li:last-child {
  margin-bottom: 0;
}
.actulite_item_contenu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #d41217;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.preview {
  font-family: "OpenSans";
  font-size: 18px;
  color: #424242;
  line-height: 2;
}
.actulite_item_contenu p strong,
.actulite_item_contenu strong {
  font-weight: bold;
}
.actualite_item_partage {
  padding-bottom: 50px;
}
.social_media_partage {
  display: block;
  text-align: center;
}
.social_media_partage li {
  display: inline-block;
  margin: 10px;
}
.social_media_partage li a {
}
.social_media_partage li a img {
}
.espace-form {
  margin: 20px auto 0;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .actualite_item_titre {
    margin: 40px auto 30px;
    font-size: 25px;
    line-height: 35px;
  }
  .actualite_item_titre label {
    font-size: 21px;
    line-height: 34px;
  }
}
/* css form */
.page_contact h4 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.titre_page_h6 {
  font-size: 36px;
  font-weight: bold;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 60px;
}
.form_contact .row {
  margin-bottom: 40px;
}
.text_input .text_input_select,
.text_input input:focus,
.text_input input:focus-visible,
.text_input input, .text_input select {
  width: 100%;
  font-size: 18px;
  color: #9a9a9a;
  height: 50px;
  padding: 8px;
  border: none;
  outline: none;
}
.text_input_devis .text_input_select,
.text_input_devis input:focus,
.text_input_devis input:focus-visible,
.text_input_devis input, .text_input_devis select {
  width: 100%;
  font-size: 18px;
  background-color: #e5e5e5;
  color: #7e7e7e;
  height: 50px;
  padding: 8px;
  border: none;
  outline: none;
}
.text_input textarea:focus-visible,
.text_input textarea {
  width: 100%;
  font-size: 18px;
  color: #9a9a9a;
  padding: 8px;
  border: none;
  height: 250px;
  outline: none;
}
.text_input_devis textarea:focus-visible,
.text_input_devis textarea {
  width: 100%;
  font-size: 18px;
  background-color: #e5e5e5;
  color: #7e7e7e;
  padding: 8px;
  border: none;
  height: 250px;
  outline: none;
}
.form_submit {
  background-color: #ff0700;
  border: 1px solid #ff0700;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.form_submit:hover {
  background-color: transparent;
  color: #ff0700;
  border: 1px solid #ff0700;
}
.text_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  margin-left: 10px;
  cursor: pointer;
  font-family: "OpenSans";
  font-size: 11px;
  color: #3d3d3d;
  font-weight: 100;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  left: 9px;
  top: 8px;
  height: 14px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #8f8f8f;
}
.text_checkbox input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.text_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.text_checkbox .checkmark:after {
  left: 3px;
  top: -1px;
  width: 8px;
  height: 10px;
  border: solid #ff0700;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(205deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .titre_page_h6 {
    font-size: 24px;
  }
  .form_contact .row {
    margin-bottom: 0;
  }
  .text_input {
    margin-bottom: 35px;
  }
  .text_input_devis {
    margin-bottom: 20px;
  }
}
/* css listes actualites */
.list-actualites {
  margin: 80px auto 0px;
  padding-bottom: 80px;
}
.list-actualites .item_actualite-h {
  margin-bottom: 60px;
}
.item_actualite-h .actu_image {
}
.item_actualite-h .actu_image img {
}
.item_actualite-h h3 {
}
.item_actualite-h h3 {
}
.item_actualite-h .tag_actu {
  font-size: 14px;
  color: #ff0700;
  display: block;
  font-weight: 700;
  font-family: "OpenSans";
  margin-bottom: 15px;
}
.item_actualite-h .date_actu {
  font-size: 20px;
  color: #424242;
  display: block;
  font-weight: 600;
  font-family: "OpenSansExtraboldItalic";
  margin-bottom: 10px;
}
.item_actualite-h a.title_actu {
  font-size: 18px;
  color: #424242;
  display: block;
  font-weight: 700;
  font-family: "OpenSans";
}
.item_actualite-h p {
  font-size: 18px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 30px;
}
.item_actualite-h a.readmore {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0700;
  color: #fff;
  border: 1px solid transparent;
}
.readmore:hover {
  background-color: transparent !important;
  color: #ff0700 !important;
  border: 1px solid #ff0700 !important;
}
/*--------------------- Politique -----------------*/
.politique p {
  font-family: "OpenSans";
  font-size: 18px;
  color: #212121;
  padding-bottom: 30px;
}
.block_politique label {
  font-family: "OpenSansBold";
  font-size: 30px;
  color: #d41217;
  padding-bottom: 30px;
}
.block_politique span {
  color: #d41217;
}
.bg_list_politique label {
  font-family: "OpenSansBold";
  font-size: 24px;
  color: #212121;
}
.bg_list_politique label span {
  font-family: "OpenSansBold";
  font-size: 24px;
  color: #d41217;
}
.bg_list_politique li {
  font-family: "OpenSans";
  font-size: 18px;
  color: #212121;
  list-style-type: disc !important;
}
.bg_list_politique span {
  font-family: "OpenSans";
  font-size: 18px;
  color: #d41217;
}
#cookieNotice a {
  color: #fff !important;
  text-decoration: revert !important;
}
#cookieNotice a:last-child {
  color: #fff !important;
}
.text_input_devis label {
  color: red;
  font-size: 12px;
}
.text_input label {
  color: red;
  font-size: 12px;
}
.text_checkbox label {
  color: red;
  font-size: 12px;
  display: block;
}
/* Nos certifications */
.certifications_home {
  margin-top: 70px;
}
.certifications_home .row {
  align-items: center;
}
.titre_certifications_home {
  font-family: "OpenSansLight";
  font-size: 42px;
  color: #424242;
  margin: 0;
}
.certifications_home ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.certifications_home img {
  max-width: 200px;
}
.logos_certif_footer img {
  max-width: 120px;
  margin: 10px 10px 0px 0px;
}
@media (max-width: 991px) {
  .titre_certifications_home {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .titre_certifications_home {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
  }

  .certifications_home img {
    max-width: 150px;
  }
}
