 body {
    font-family: "Poppins", sans-serif;
  }
  img, svg  {
      vertical-align: middle;
      max-width: 100%;
  }
a{
    text-decoration: none;
}
.CCE{
  color: #0c1c55;
  font-size: 36px;
}
.sous-titre{
  color: #626370;
  font-size: 16px;
  font-weight: semi-bold;
}
    .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;
    }

    .header-main {
      background-color: white;
      padding: 15px 0;
    }
    .header-main .logo-top{
        max-height: 120px;
    }
    .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 {
        position: relative;
        padding-left: 50px;
        font-size: 16px;
    }

    
    .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;
    }
    @media screen and (max-width: 767px) {
      .header-main .contact-info .telephone {
          padding-left: 0px;
      }
    }
    .btn{
      font-size: 18px;
    }
    .btn-orange {
        background-color: #f4431e;
        color: white;
        border-radius: 0;
        padding: 15px 30px;
    }
    .btn-orange:hover {
        background: #0c1d55;
        color: white;
    }
    .btn-gris {
        background-color: #e0e8ec;
        color: #f4431e;
        border-radius: 0;
        padding: 15px 14px;
        width: 100%;
        max-width: 230px;
    }
    .btn-gris:hover {
         background: #0c1d55;
        color: white;
    }
    .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: #0c1c55;
      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;
    }
    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: 100px 20px 30px;
        background: #0c1c55;
    }
    .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: #ebebeb;
    }
    .form-section h3 {
        font-size: 35px;
        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: #161313;
        text-align: left;
        padding: 10px 0;
        display: inline-block;
        width: 250px;
        position: relative;
        outline: none !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/btn-reserver.jpg) center right no-repeat;
        position: absolute;
        bottom: 0;
        right: 25px;
        width: 55px;
        height: 55px;
        transition: right 0.3s ease;
    }
    a.btn.btn-arrow:hover:after {
        right: 15px;
        transition: right 0.3s ease;
    }
    .cta-banner {
      background: url(../img/pyramides.png) bottom left no-repeat #f4431e;
      color: white;
      padding: 30px;
      text-align: center;
      max-width: 1115px;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-between;
      margin: 0 auto 90px;
      min-height: 230px;
      align-items: center;
      position: relative;
    }
    .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;
    }
    .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 30px;
    font-size: 13px;
  }
  section.features .row {
    gap: 50px;
  }
  .cta-banner {
    flex-direction: column;
  }

  .display-desktop{
    display: none !important;
  }
  .display-mobile{
    display: block !important;
  }
  .pricing-table td {
    padding: 4px !important;
  }
}

.adresse{
  font-size: 16px;
}

.en-toute-securite{
  color: #131e24;
  font-size: 35px;
  font-weight: bold;
}

.securitaire{
  font-size: 23px;
}
/*Tableau*/
    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      background-image: url(../img/bg-tableau.jpg);
    }

    .pricing-table td {
      border-bottom: 1px solid #ccc;
      padding: 15px;
      vertical-align: middle;
    }

    .pricing-table td.icon {
      text-align: center;
      border-right: 1px solid #ccc;
    }

    .pricing-table td.text {
      width: 70%;
      font-size: 14px;
      color: #333;
    }

    .pricing-table td.price {
      font-weight: bold;
      color: #003366;
      text-align: center;
      font-size: 18px;
      border-left: 1px solid #ccc;
    }

    .pricing-table img {
      width: 60px;
      height: auto;
    }


/* Header sticky */
.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: 10px 0;
  transition: all 0.3s ease;
}

/* Logo */
.logo-top {
  max-height: 60px;
}

/* Exemple effet rétréci au scroll (optionnel, avec JS) */
.sticky-small {
  padding: 5px 0 !important;
}
.sticky-small .logo-top {
  max-height: 40px;
}


.ma-classe-largeur {
  width: 100%;
}

/* Appliquez cette règle sur les écrans moyens (md) et plus grands */
@media (min-width: 768px) {
  .ma-classe-largeur {
    width: 50%;
  }
}


.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;
}