p {
    font-size: 20px;
}
.optimumdrivtc-color {
    color: #00ffbf!important;
}

.navbar > .nav-link > i {
    color: #00ffbf!important;
}

.navbar > .nav-link:hover {
    color: #00ffbf!important;
}


.nav-pills .active{
    background-color: #00ffbf!important;
    color: #000!important;
}

.nav-pills > .nav-item > .nav-link {
    border: 2px solid #00ffbf; /* Change color to your preferred one */
    border-radius: 0!important;
    padding: 5px 10px;
    color: #00ffbf;
    width: 200px;
}

.nav-pills > .nav-item > .nav-link .active{
    background-color: #00ffbf;
    color: #000;
}

.nav-pills > .nav-item > .nav-link:hover{
    background-color: #00ffbf;
    color: #000;
}

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

.carousel-caption h1 {
    font-size: 45px;
    font-weight: bold;

}

.carousel-item > img {
    filter: brightness(40%);
}

.navbar-toggler {
    border-radius: 0!important;
}


.icon-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.diamond {
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 2px solid #00ffbf;
    transform: rotate(45deg); /* Le carré devient un losange */
    position: absolute;
    top: 0;
    left: 0;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centrer l'icône */
    font-size: 30px;
    color: #00ffbf;
}

hr.optimum {
    border-top: 1px solid #00ffbf;
}

.btn-primary {
    background-color: #00ffbf!important;
    color: black;
    border-color: #00ffbf!important;
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.carousel-item > img {
    height: 75vh;
    object-fit: cover;
}

.img-optimum {
    object-fit: cover;
    width: 250px!important;
    height: 250px!important;
    overflow-clip-margin: unset;

}

.zoom {
    transition: transform .3s ease-in-out;

}

.zoom:hover {
    transform: scale(1.01);
}
