﻿/* buffetsCockatils */
.buffetsCockatils {
    display: flex;
    flex-direction: column;
    border-top: 20px solid var(--peche);
    border-bottom: 20px solid var(--peche);
    padding: 1em 2em 2em 2em;
}

    .buffetsCockatils p {
        margin: 0 1em 0 1em;
    }

/* bc_details */
    .bc_details h5 {
    margin: 1em 0 0 0;
    font-size: 1.5em;
}

.bc_details h6 {
    margin: 1em 0 0 0;
    font-size: 1em;
}

.bc_details p {
    margin: 0;
    font-size: 0.8em;
}

.bc_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2em 2em 0 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid var(--noir);
}

.bc_details_title {
    font-size: 2em;
}

    .bc_details_title p:last-child {
        margin-left: 1em;
    }

.bc_details_content {
    display: flex;
    text-align: center;
}

    .bc_details_content > div {
        padding: 2em;
    }

    .bc_details_content h5 {
        font-size: 1.5em;
    }

    .bc_details_content p {
        color: gray;
        font-style: italic;
    }
/* bc_infosImportantes */
.bc_infosImportantes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2em;
    text-align: center;
}

    .bc_infosImportantes p {
        margin: 0;
        font-size: 0.8em;
    }

    .bc_infosImportantes h5 {
        font-size: 1.5em;
        font-weight: normal;
        margin: 1em 0;
    }

    .bc_infosImportantes div {
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin-bottom: 1em;
    }

    .bc_infosImportantes hr {
        border: 1px solid var(--peche);
        width: 40%;
        margin: 1em 0;
    }

    .bc_infosImportantes img {
        height: 10em;
        width: auto;
    }

    .bc_infosImportantes > p:last-child {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
.bc_title p {
    height: 3em;
    width: 3em;
}

.bc_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
}


.bc_content {
    display: flex;
    align-items:center;
    border:solid 0px red;
}
    .bc_content img {
        width: 50%;
    }
    .bc_content div {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

/* ------------------------------ RESPONSIVE ------------------------------ */

@media (max-width: 920px) {
}
