body {
    --kzs-green: rgb(148, 218, 83);
    --kzs-turquoise: rgb(71, 204, 164);
    --kzs-blue: rgb(24, 185, 254);
    --text-color: #e8e6e6;

    background: #333 url("/static/img/kzt-accueil.f803d0470c82.jpg") no-repeat center fixed;
    background-size: cover;
    color: var(--text-color);
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: linear-gradient(90deg, #4c8da0, #52af7e);
}

.navbar-custom .navbar-toggle {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
}

.navbar-custom a {
    color: white;
}

.navbar-custom .nav li a:hover {
    color: rgba(175, 175, 175, 0.8);
    outline: none;
    background-color: transparent;
}

.navbar-custom .nav li a:focus {
    background-color: transparent;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
    color: white;
}

@media (min-width: 1024px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background-image: linear-gradient(90deg, #4c8da0, #52af7e);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

.content-section {
    padding-top: 100px;
}

/* Modal */
.modal .modal-content {
    background-color: rgba(41, 90, 90, 0.92);
    /* color: #dcdcdc; */
}

.modal .modal-body {
    background: #008080 url("/static/img/logo-kaizen.41b0ec076926.jpg") center no-repeat;
    background-size: cover;
}

.modal .modal-body:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal .modal-body>*:not(.carousel-control) {
    z-index: 1;
    position: relative;
}

.modal .modal-header {
    position: relative;
}

.modal .modal-header .close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .5;
    font-size: 22px;
}

.modal .modal-header .close:hover {
    opacity: .8;
}

/* input */
.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
}

/* New Bootstrap/Tailwind */
.d-flex {
    display: flex;
}

.d-flex-grow {
    flex-grow: 1;
}

.d-flex-justify-center {
    justify-content: center;
}

.d-flex-justify-space-between {
    justify-content: space-between;
}

.d-flex-items-center {
    align-items: center;
}

.toast {
    position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 250px;
    z-index: 1;
}

.toast > div:last-child {
    margin: 0;
}

.popover {
    color: var(--kzs-turquoise);
}

.cursor-pointer {
    cursor: pointer
}

.carousel-control {
    z-index: 1;
}
