.banner-realisations {
    width: 100%;
    height: 70vh;
    margin-top: -120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.banner-realisations span {
    font-size: 14px;
}

.carousel-item {
    height: 400px;
}

.carousel-item img {
    max-height: 100%;
    object-fit: contain;
}

.btn-primary {
    display: none;
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 8 8"><path d="M4.75 0L0 4l4.75 4V6.75L1.5 4 4.75 1.25z"/></svg>');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 8 8"><path d="M3.25 0L8 4 3.25 8V6.75L6.5 4 3.25 1.25z"/></svg>');
}

.input-text {
    width: 50%;
    height: 40px;
    padding: 20px 18px;
    font-size: 15px;
    font-weight: 100;
    border: none;
}

.envoyer-btn {
    width: auto;
    border: none;
    text-align: center;
    padding: 10px 30px;
    font-size: 14px;
    color: #000;
    margin-left: 10px;
    background-color: #fff;
}

button.close {
    font-family: 'FontAwesome';
}

.modal-header {
    border-bottom: none !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: transparent !important;
    border: none;
    outline: 0;
}

/* .carousel-item img {
    width: 1000px;
} */

.col-lg-1 {
    flex: 0 0 10.333333%;
    max-width: 12.333333% !important;

}

p.text-center.para-show {
    width: 53%;
}

#showroom-image {
    padding-top: 3%;
}

.modal-open .modal {
    padding-top: 80px;
}

@media (max-width: 760px) {
    p.text-center.para-show {
        width: 100%;
    }
    .link {
        font-size: 12px;
    }
}


@media(min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}