.container {
    padding-top: var(--header-height);
}


.slogan {
    font-family: "abolition", sans-serif;
    font-weight: bold;
    font-size: clamp(4rem, 13vw, 9rem);
    text-transform: uppercase;
    text-align: center;
    line-height: .9;
    padding: 2rem;
}

.slogan .t1 {
    color: #fff;
}

.slogan .t2 {
    background: #ccfb06;
}



.lsb {
    display: block;
    position: relative;
}

.lsb-0  {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    background-image: url(/public/images/salle/1.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    padding-bottom: 3rem;
}




.lsb-1 {
    background: #000;
    color: #fff;
}

.lsb-1 p {
    color: #fff;
    /*padding-top: 1rem;
    padding-bottom: 1rem;*/
    text-align: center;
}

.lsb-1, .lsb-2, .lsb-3, .lsb-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lsb-1 .btnX, .lsb-2 .btnX, .lsb-3 .btnX {
    text-align: center;
}



.lsb-1, .lsb-2, .lsb-3 {
    border-bottom: 1px solid #000;
}

.lsb-1 h2, .lsb-2 h2, .lsb-3 h2 {    
    text-align: center;
    margin-bottom: 2rem;
}


.lsb-2 p, .lsb-3 p {
    color: #000;
    /*padding-top: 1rem;
    padding-bottom: 1rem;*/
    text-align: center;
}

.lsb-1 .btnX, .lsb-2 .btnX, .lsb-3 .btnX {
    text-align: center;
}


.lsb-1 img, .lsb-2 img, .lsb-3 img  {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.lsb-1-items, .lsb-2-items, .lsb-3-items {
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 550px) {

    .lsb-1 img, .lsb-2 img, .lsb-3 img {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/10;
        object-fit: cover;
    }

    .lsb-0  {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

}





@media screen and (min-width: 961px) {

    .lsb-0  {
        height: 100%;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16/5;
    }

    .lsb-1 .btnX, .lsb-2 .btnX, .lsb-3 .btnX {
        text-align: left;
    }

    .lsb-1 img, .lsb-2 img, .lsb-3 img {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/12;
        object-fit: cover;
    }

    .lsb-1 h2, .lsb-2 h2, .lsb-3 h2 {
        text-align: left;
    }

    .lsb-1 p, .lsb-2 p, .lsb-3 p {
        text-align: left;
    }

    .lsb-1-items, .lsb-2-items, .lsb-3-items {
        display: grid;
        grid-gap: 2rem 2rem;
        grid-template-columns: repeat(2, 1fr);
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        grid-auto-rows: 1fr;
        align-items: flex-start;
    }

    .lsb-1 .btnX, .lsb-2 .btnX, .lsb-3 .btnX {
        text-align: left;
    }

}

@media screen and (min-width: 1200px) {

    .lsb-1-items > div:last-child, .lsb-2-items > div:last-child, .lsb-3-items  > div:last-child {
        padding-left: 2rem;
    }

}



.lsb-4 {
    background: #000;
}

.lsb-4 .t1 {
    color: #fff;
}

.lsb-4 .t2 {
    background: #ccfb06;
}









.lsb-4 .desc p {
    text-align: center;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.btnX {
    margin-top: 2rem;
}