.table {
    display: table;
}
.table-cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.dir_rtl {
    direction: rtl;
}
.dir_rtl .table-cell:first-child {
    direction: ltr;
}
.title p,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.8;
    color: black;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    text-transform: capitalize;
}
.description p,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.description li {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: clamp(20px, 3vw, 30px);
}
.page-cms .type_31 .title p,
.page-cms .type_31 .title h1,
.page-cms .type_31 .title h2,
.page-cms .type_31 .title h3,
.page-cms .type_31 .title h4,
.page-cms .type_31 .title h5,
.page-cms .type_31 .title h6 {
    font-size: 1.375rem;
}
.bandeau {
    margin-top: 40px;
}
.bandeau .container {
    padding-left: 0;
    padding-right: 0;
}
.bandeau .texte {
    text-align: left;
}
/*.bandeau .title strong,*/
/*.bandeau .description strong {*/
/*    font-weight: 600;*/
/*}*/
.bandeau.type_1 .texte,
.bandeau.type_2 .texte {
    text-align: left;
}
.bandeau.type_1 .table .table-cell:first-child {
    padding: 50px;
    padding-left: 0;
}
.bandeau.type_2 .table .table-cell:first-child {
    padding: 50px;
    padding-right: 0;
}
.bandeau.type_31 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.bandeau.type_31 .couleur_bg {
    padding-top: 70px;
    padding-bottom: calc(70px - 1rem);
}
.bouton {
    margin-top: 60px;
}
.bouton .btn {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 6px 0;
}
.bouton .btn:hover {
    color: white;
    border-bottom-color: white;
}


/* only for this project */
.description li {
    margin-bottom: 2rem;
}
.text-option {
    background: #262626;
    border-radius: 14px;
    padding: 20px 24px;
    margin-top: 50px;
    border: 2px solid #2c2c2c;
}
.text-option p:last-child {
    margin-bottom: 0;
}
.text-option em {
    font-size: 14px;
}

@media (max-width: 991px) {
    .table-cell {
        width: 100%;
        display: block;
    }
    .table-cell.background {
        height: 500px!important;
    }
    .bandeau.type_1 .table .table-cell:first-child,
    .bandeau.type_2 .table .table-cell:first-child {
        padding: 0;
        padding-bottom: 25px;
    }
    .bandeau.type_31 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bouton {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    width: 100%;
}
