body{
 background-color: #ff6500;
}
.carousel-image {
    max-height: 500px;
    width: auto;
    object-fit: contain;
  }

  .carousel-indicators button {
    background-color: white !important;
  }

.carousel-control-prev-icon {
    background-image: url('images/prec.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-control-next-icon {
    background-image: url('images/suiv.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    filter: none !important;
    opacity: 1 !important;
}

.Overlay {
    padding: 20px;
    background: rgba(255, 255, 255, 0.69);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    text-align: justify;
    box-sizing: border-box;}


.divider{
    width: 100px;
    height: 2px;
    background-color:#fff;
    margin: 15px auto 20px;
}

.dividerWhite{
    width:1OO%;
    height: 2px;
    background-color:#fff;
    margin: 15px auto 20px;
}

h1, h2, h4, small, p, label{
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  color:#fff;
}

#Disponibilité{
    background:url(images/24-7-2.png) no-repeat center; 
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.69);
    transition: background-color 0.3s;
} 

#Sécurité{
    background:url(images/securite-activee-2.png) no-repeat center; 
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.69);
    transition: background-color 0.3s;
}
#Flexibilité{
    background:url(images/la-flexibilite-3.png) no-repeat center; 
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.69);
    transition: background-color 0.3s;
}

#Assistence{
    background:url(images/service-clients-2.png) no-repeat center; 
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.69);
    transition: background-color 0.3s;
}
input::placeholder{
    color: #ff6500;
    }
    .input-group-text {
        
        background-color:#ff6500;
        border-radius: 5px;
        border: #ff6500;
        justify-content: center;
    }

    .navbar {
        background-color: #343a40; /* Couleur de fond sombre pour un look professionnel */
        padding: 10px;
    }
    
    .navbar .nav-link {
        color: #ff6500; /* Couleur du texte en blanc cassé */
        font-weight: bold;
        padding: 10px 15px;
        transition: all 0.3s ease-in-out;
    }
    
    .navbar .nav-link:hover {
        background-color: #ff6500; /* Effet de survol subtil */
        border-radius: 5px;
        color: #f8f9fa;
    }
    

    
    .navbar .btn-danger {
        font-weight: bold;
        border-radius: 5px;
        padding: 8px 12px;
        transition: all 0.3s ease-in-out;
    }
    
    .navbar .btn-danger:hover {
        background-color: #c82333; /* Effet de survol rouge plus intense */
        transform: scale(1.05);
    }
    .navbar .btn-warning {
        font-weight: bold;
        border-radius: 5px;
        padding: 8px 12px;
        transition: all 0.3s ease-in-out;
    }
    .navbar .btn-warning:hover {
        background-color: #ffc107; /* Effet de survol rouge plus intense */
        transform: scale(1.05);}

.navbar .btn-success {
font-weight: bold;
border-radius: 5px;
padding: 8px 12px;
transition: all 0.3s ease-in-out;
}
.navbar .btn-success:hover {
background-color: #198754; /* Effet de survol rouge plus intense */
transform: scale(1.05);}


#couleur {margin-top: 25px;
padding: 5px 5px;
background-color: rgb(208, 243, 208);
width: 100%;
text-align: center;
height: auto;
border-radius: 9px;
margin-bottom: 20px;
justify-content: center;}

#couleur p{
    color: green;
}
#ctest{color: gainsboro !important;}