/** ======== BANDEAU ======== **/
.bandeau-carousel {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
}

.pub-bandeau {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #F8B32B;
}

.pub-bandeau .pub-img {
    height: 80px;
    flex: 0 0 320px;
}

.pub-bandeau .pub-title {
    font-size: 2rem;
    margin: 0 0.5rem;
    white-space: normal;
    flex: 0 0 auto;
    max-width: 200px;
}

.pub-bandeau .pub-description {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.pub-bandeau .pub-description > * {
    margin: 0;
    padding-inline: 0.5rem;
}

.pub-bandeau .pub-description br {
    display: none !important;
}

/** ======== BANDEAU ======== **/

/** ======== ACCUEIL ======== **/
.pub-accueil {
    display : grid;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.pub-accueil > img {
    width: 100%;
}
/** ======== ACCUEIL ======== **/
