 body {
    font-family: "Poppins", sans-serif;
  }
  img, svg  {
      vertical-align: middle;
      max-width: 100%;
  }
a{
    text-decoration: none;
}
    .top-bar {
      background-color: #0c1d55;
      color: white;
      font-size: 14px;
      padding: 0;
    }
    /* .top-bar .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    } */
    .top-bar .container > div {
        /* flex: 1; */
        display: flex;
        align-items: center;
    }

    .top-bar .container > .top-left {
        justify-content: flex-start;
        flex: 0;
    }

    .top-bar .container > .top-right {
        justify-content: flex-end;
    }
    .top-bar a {
      color: white;
      margin-left: 10px;
    }
    .top-bar a:hover {
      color: #fc4513;
      margin-left: 10px;
    }
    .top-bar .top-left a {
        padding: 5px 10px;
        margin: 0;
    }
    .top-bar a.grey-btn {
        background: #e0e8eb;
        color: #0c1d55;
        padding: 15px 30PX;
        text-decoration: none;
        font-weight: 700;
    }
    .rounded-white-border{
      border: 1px solid white;
      border-radius: 30px;
      padding: 5px;
    }
    .rounded-white-border-fr{
      border: 1px solid white;
      border-radius: 30px;
      padding: 5px 10px;
    }
    .header-main {
      background-color: white;
      padding: 15px 0;
    }
    .header-main .logo-top {
    max-width: 150px;
    }
    .header-main .logo-top:hover {
        cursor: pointer;
    }

    .header-main .contact-info {
        color: #141f25;
    }
    .header-main .contact-info {
        color: #141f25;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: auto;
        /* margin-right: 35px; */
    }

    /* .header-main .contact-info .telephone img{
        position: absolute;
        top: 0px;
        left: 0;
    } */
    .header-main .contact-info .telephone {
        position: relative;
        /* padding-left: 50px; */
        text-align: left;
        color: #141f25;
    }
.telephone {
    display: flex; /* Active Flexbox */
    align-items: center; /* Centre verticalement tous les enfants */
    gap: 8px; /* Ajoute un espace entre l'icône et le texte */
    text-decoration: none; /* (Optionnel) enlever le soulignement du lien */
}

/* On isole le bloc de texte pour qu'il soit traité comme un seul élément Flex */
.telephone-text-group { 
    line-height: 1.2; /* Réduit l'espace entre les deux lignes */
}
    .hero-section{
      background: url("/assets/img/Entrepot-Trois-Rivieres.svg") center center no-repeat;
      background-size: cover;
      height: 600px;
      width: 100%;
    }
    .hero-content{
      margin-bottom: 80px;
      
    }
    .hero-title{
      color: #0C1D55;
      font-size: 36px;
      font-weight: 700;
      max-width: 455px;
    }
    .hero-4-img{
      /* display: none; */
    }
    .ligne-orange{
      border: 1px solid #f4431e;
      opacity: 1;
    }
    #hours-section h5{
      font-weight: bold;
      font-size: 20px;
      color:#0C1D55;
    }
    @media screen and (max-width: 992px) {
      .hero-section{
        background: url("/assets/img/Mobile.svg") right bottom no-repeat;
        background-size: cover;
        max-width: 100%;
        height: 830px;
      }
      .hero-title{
        font-size: 32px;
      }
      .hero-content{
        padding: 60px 0px 20px;
        margin-bottom: 0px;
      }
      .hero-4-img{
        /* display: block; */
      }
    }
        @media screen and (max-width: 580px) {
      .hero-section{
        height:600px; 
      }
      .hero-title{
        font-size: 28px;
      }
    }
    .sticky-header {
      position: sticky;   /* colle au haut */
      top: 0;
      z-index: 1000;      /* reste au-dessus du contenu */
      background: #fff;   /* fond blanc pour ne pas être transparent */
      box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* petite ombre au scroll */
      padding: 20px 0;
      transition: all 0.3s ease;
    }
    .btn-orange {
        background-color: #f4431e;
        color: white;
        border-radius: 0;
        padding: 15px 30px;
        font-weight: bold;
    }
    .btn-orange:hover {
        background: #0c1d55;
        color: white;
    }
    .btn-gris {
        background-color: #FFFFFF;
        color: #f4431e;
        border-radius: 0;
        padding: 15px 14px;
        width: 100%;
        /* max-width: 230px; */
    }
    .btn-gris strong {
        color: #0c1d55;
    }
    .btn-gris:hover {
         background: #0c1d55;
        color: white;
        border: 1px solid #f4431e;
    }
    .btn-gris:hover strong{
        color: #f4431e;
    }
    .hero {
      background-color: #f4431e;
      color: white;
      padding: 60px 0;
      text-align: center;
    }
    .carousel-caption {
      text-align: right;
      padding-right: 15px;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      left: 50%;
      padding-top: 100px;
    }
    .carousel h3 {
      font-size: 35px;
    }
    .carousel-caption h2 {
        font-size: 50px;
        font-weight: 400;
    }
    .carousel-control-next, .carousel-control-prev {
      width: 90px;
    }
    .carousel-caption span.s-icon {
        display: inline-block;
        position: relative;
    }
    span.s-icon::first-letter, .s-icon-blue::first-letter{
        opacity: 0;
    }
    h5.s-icon-blue {
        display: inline-block;
        position: relative;
        margin-bottom: 30px;
    }
    .s-icon img {
        height: auto !important;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .s-icon-blue img {
        height: auto !important;
        position: relative;
        left: 0px;
        top: -2px;
    }
    .features {
      background-color: #08143C;
      color: white;
      padding: 50px 0;
    }

    .features h5 {
      font-weight: bold;
      font-size: 25px;
    }
    .features h6 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .form-section {
      background-color: #FFFFFF;
      padding: 60px 0 0px;
    }
    /* section.form-section .container {
      max-width: 1130px;
    } */

    .form-section h5 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .separator {
      display: inline-block;
      width: 50px;
      height: 2px;
      background: #f4431e;
      margin-bottom: 30px;
    }
    .form-section  .top-orange{
        background: #fc3c18;
    }
    .top-orange .espace + img {
        position: relative;
        top: 85px;
    }
    .form-section  .espace {
        padding: 25px;
        color: white;
        font-size: 29px;
        line-height: 1.1;
        font-weight: 500;
        margin-bottom: -75px;
    }
    .bottom-blue {
        padding: 40px 20px 30px;
        background: #0c1c55;
        position: relative; 
        z-index: 1;
    }
    .bottom-blue h4 {
        color: white;
        font-size: 35px;
        line-height: 1;

    }
    .bottom-blue small {
      color: white;
      font-size: 10px;
      line-height: 1.6;
      display: inline-block;
    }
    .form-section .col-text{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 25px;
    }
    .form-section .form-bloc {
        padding: 30px;
        background: #F3F3F6;
    }
    .form-section h3 {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.3;
    }
    .form-control {
        border-radius: 0;
        padding: 15px 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    textarea.form-control {
        min-height: 78px;
    }
    a.btn.btn-arrow{
        color: #FFFFFF;
        background-color: #081C5F;
        text-align: left;
        padding: 10px 12px;
        display: inline-block;
        width: 200px;
        position: relative;
        outline: none !important;
        border: none !important;
        border-radius: 0 !important;
    }
    a.btn.btn-arrow:hover{
        color: #f4431e;
    }
    .form-control.error {
        border-color: red;
    }
    .ouverture:nth-child(1) {
        padding-right: 20px;
        border-right: 1px solid #cfcdcd;
    }
    a.btn.btn-arrow:after{
        content: "";
        background: url(../img/arrow-space.svg) center center no-repeat;
        background-color: #f4431e;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 45px;
        height: 44px;
        transition: right 0.3s ease;
    }
    a.btn.btn-arrow:hover:after {
        right: -5px;
        transition: right 0.3s ease;
    }
    .cta-banner {
      background: url(../img/pyramides.png) bottom left no-repeat #f4431e;
      color: white;
      padding: 30px 50px;
      text-align: center;
      /* max-width: 1115px; */
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-between;
      margin: 0 auto;
      min-height: 230px;
      align-items: center;
      position: relative;
    }
    @media screen and (max-width: 768px) {
      .cta-banner{
        padding: 30px;
      }
    }
    .cta-banner:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(../img/dots-bg.png);
      top: 0;
      left: 0;
      z-index: 0;
      pointer-events: none;
    }
    .cta-left {
      text-align:left;
      position: relative;
      z-index: 10;
    }
    .cta-right {
        /* flex: 1; */
        position: relative;
        z-index: 10;
    }
    .cta-left h4 {
        font-size: 36px;
        font-weight: 700;
    }
    .orange-text{
      color: #f4431e;
    }
    .footer {
          background-color: #081c5f;
        color: white;
        padding: 80px 0 0px;
    }

    .footer a {
      color: white;
      text-decoration: none;
    }
    .footer a:hover {
        color: #e3735c;
    }
    footer h6 {
        margin-bottom: 30px;
    }
    footer p {
        font-size: 14px;
    }
    footer .icon-list {
        font-size: 14px;
        position: relative;
        padding-left: 25px;
        display: block;
        margin-bottom: 20px;
    }
    footer ul.list-unstyled {
      font-size: 14px;
      display: grid;
      gap: 10px;
    }
    footer .icon-list i {
        position: absolute;
        left: 0px;
        top: 3px;
        color: #f0421d;
    }
    .footer-bottom {
      text-align: center;
      padding: 20px 10px 5px;
      background: white;
    }
    .footer-bottom ul{
      font-size: 12px;
      text-align: center;
      padding: 20px 10px 5px;
      background: white;
      color: black;
      display: flex;
      justify-content: center;
      list-style: none;
      gap: 15px;
    }
    .footer-bottom li a {
      font-size: 12px;
      color: black;
    }

    .feature-icon {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .carousel-inner img {
      object-fit: cover;
      height: 890px;
    }

  .btn-outline-white {
    border: 2px solid white;
    color: white;
    background: transparent;
    border-radius: 0;
    padding: 15px 30px;
}
.btn-outline-white:hover {
    background: white;
    color: #f93c14;
}
h3.bleu{
  color:#0c1c55;
  margin-bottom:20px;
}

.display-desktop{
  display: block !important;
}
.display-mobile{
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 100% !important;
  }
  .bottom-blue h4 {
    font-size: 25px;
  }
}
@media screen and (max-width:767px) {
  .carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    padding-bottom: 25px;
  }
  .top-orange .espace + img {
      position: relative;
      top: 85px;
      margin: auto;
  }
  .form-section a.btn.btn-arrow {
    /* display: none; */
  }
    /* .top-bar a.grey-btn {
      display:none
    } */
    .top-bar .container {
      flex-direction: row;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      padding: 12px;
  }
  .carousel-item p {
    font-size: 13px;
  }
  .form-section .top-orange {
    background: #fc3c18;
    display: flex;
    flex-direction: column;
  }
  .header-main .logo-top {
    max-height: 55px;
  }
  .header-main .contact-info {
    gap: 20px;
    margin-left: auto;
    font-size: 12px;
    margin: 0;
    flex-direction: column;
  }
  .ouverture:nth-child(1) {
    padding-right: 0;
    border:none;
  }
  .header-main .contact-info .telephone {
    font-size: 12px;
  }
  .carousel-inner img {
    object-fit: cover;
    height: 490px;
  }
  .carousel-caption {
    padding-top: 20px;
  }
  .carousel-caption h2 {
    font-size: 24px;
  }
  .s-icon img {
    max-height: 33px;
  }
  .carousel h3 {
    font-size: 20px;
  }
  .btn-orange {
    padding: 8px 12px;
    font-size: 13px;
    margin: 0 auto;
  }
  section.features .row {
    gap: 50px;
  }
  .cta-banner {
    flex-direction: column;
  }

  .display-desktop{
    display: none !important;
  }
  .display-mobile{
    display: block !important;
  }
    .form-section h3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.3;
    }
}
