#promo_slotLclr1 {
    /* background-image: url(); */
    height: 607px;
    position: relative;
    margin-bottom: 10px;
}

#promo_slotLclr2 {
    /* background-image: url(); */
    height: 607px;
    position: relative;
    margin-bottom: 10px;
}

.video_promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1920px;
    display: flex;
    background: black;
}

.video, .button_video {
    width: 100%;
}

.VideoPromoContainer {
    position: fixed;
    width: inherit;
    height: auto;
    pointer-events: none;
}

.button_video {
    position: relative;
}

.promo_image {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.promo_container_others {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 306px;
    border: 10px solid var(--orange-lclr);
    background: var(--blue-lclr);
    border-radius: inherit;
}

.promo_title {
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 40px;
    margin: 0;
    margin-top: 30px;
    font-family: Arial, sans-serif !important;
}

.promo_subcontainer_others {
    height: 72%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 1060px;
    align-items: center;
}

#promo_BK {
    background-image: url('../images/nav/Burger.png');
    width: 227px;
    background-size: cover;
    height: 222px;
}

#promo_LC {
    background-image: url('../images/nav/Croissanterie.png');
    background-size: cover;
    width: 300px;
    padding-top: -5px;
    margin-top: 2px;
    height: 248px;
}

#promo_LG {
    background-image: url('../images/nav/Lunch_Grill.png');
    background-size: cover;
    width: 329px;
    height: 284px;
}

#promo_OR {
    background-image: url('../images/nav/Origin-R.png');
    background-size: cover;
    width: 223px;
    height: 159px;
}

#promo_Sic {
    background-image: url('../images/nav/Sicard.png');
    background-size: cover;
    width: 223px;
    height: 159px;
}

#promo_CEa {
    background-image: url('../images/nav/CrepEat.png');
    background-size: cover;
    width: 223px;
    height: 159px;
}

#promo_LG, #promo_LC, #promo_BK, #promo_OR, #promo_Sic, #promo_CEa {
    background-position: center;
}
