﻿/* cf_header */
.cf_header {
    background-image: url(/images/bocaux_bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: solid 0px orange;
}

    .cf_header h2 {
    }

.cf_listHeader {
    display: flex;
    justify-content: space-around;
    margin: 2em 5em;
}

    .cf_listHeader div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cf_listHeader img {
        height: 4em;
        width: auto;
    }
/* section_ConceptEco */
#section_ConceptEco {
    border-top: 20px solid var(--peche);
    border-bottom: 20px solid var(--peche);
    display: flex;
}

    #section_ConceptEco div {
        width: 50%;
    }

.ce_ceimg {
    background-image: url(/images/bg_conceptEco.png);
    background-size: cover;
    padding: 2em;
}

    .ce_ceimg p {
        margin: 0;
        font-size: 2em;
        font-weight: bold;
    }

.ce_cr {
    padding: 2em;
    text-align: center;
}

    .ce_cr h3 {
        margin: 0;
        font-size: 2em;
        font-weight: bold;
    }
/* coffret */
.coffret {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

.coffret_titre {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

    .coffret_titre p {
        margin: 0;
        font-size: 1.5em;
        font-weight: bold;
    }

    .coffret_titre div {
        margin-right: 2em;
    }

        .coffret_titre div p:last-child {
            margin-left: 1em;
        }


.coffret_types {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #A0A0A0;
    flex-wrap:wrap;
    text-align:center;
    padding-bottom:15px;
}
    /*.coffret_types {
    margin: 2em;
    flex-wrap: wrap;
}*/

    .coffret_types > div {
    }

    .coffret_types > div {
        margin:10px;
    }

    .coffret_types div div {
    }

        .coffret_types div div p {
            margin: 0;
            font-size: 14px;
        }

            .coffret_types div div p:first-child {
                font-weight: bold;
                font-size: 22px;
            }
/* coffretsDetails */
.coffretsDetails  {
    border-bottom: 20px solid var(--peche);
}
.coffretsDetails h3 {
    font-size: 3em;
    text-align: center;
    margin: 0.4em;
    border-bottom: 20px solid var(--peche);
}

.typeCoffret {
    display: flex;
    margin: 0 2em;
    padding: 2em;
    border-bottom: 1px solid orange;
}

/* .typeCoffret:last-child {
    margin-bottom: 0;
} */
.tc_txt {
    width: 60%;
    text-align: center;
}

.tc_img p {
    font-size: 2em;
    margin: 0;
}

    .tc_img p:last-child {
        margin-left: 1em;
    }

.tc_txt h4 {
    margin: 1em 0 0 0;
    font-weight: bold;
    font-size: 2em;
}

.tc_txt p {
    margin: 0;
    font-style: italic;
    font-size: 14px;
    color: gray;
}

.tc_txt .typeMenu {
    color: var(--peche);
    font-weight: bold;
}

.tc_txt h5 {
    margin: 2em 0 0 0;
    font-weight: bold;
    font-size: 22px;
}

.tc_txt .option {
    margin-top: 2em;
    font-size: 1.3em;
}

/* ------------------------------ RESPONSIVE ------------------------------ */

@media (max-width: 920px) {
    /* cf_header : Responsive */
    .cf_header h2 {
        top: 18%;
    }
    .cf_listHeader {
        flex-wrap: wrap;
        justify-items: center;
        text-align: center;
        margin: 1em 2em;
    }

        .cf_listHeader div {
            margin-bottom: 1em;
        }
    /* section_ConceptEco : Responsive */
    #section_ConceptEco {
        flex-wrap: wrap;
    }

        #section_ConceptEco div {
            width: 100%;
        }

    .ce_cr em {
        line-height: 0;
    }
    /* coffretsDetails : Responsive */ 
    .typeCoffret {
        flex-direction: column;
        padding: 2em 0;
    }
    .tc_img,
    .tc_txt {
        width: 100%;
    }

}
