.big--yellow {
    color: #fbb900 !important;
}


.preparation--panel--line {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.preparation--panel--block_picto {
    width: 105px;
}

.preparation--panel--block_texte {
    width: calc(100% - 105px);
}

.preparation--panel--block_texte p {
    margin-bottom: 0 !important;
}

.preparation--panel--block_picto img {
    width: 85px;
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.gap--bottom_40 {
    margin-bottom: 40px;
}

.preparation--panel--slider--titre,
.preparation--panel--introduction--titre {
    color: #848484;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

.preparation--panel--introduction--titre {
    margin-bottom: 30px;
}

.preparation--panel--introduction--texte {
    margin-bottom: 0 !important;
}

.textLayout1 .editableContent .preparation--panel--introduction--slogan {
    color: #fbb900;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}

.preparation--panel--line_small {
    width: 545px;
    display: block;
    margin: 0 auto;
}

.preparation--panel--toknow {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fbba00;
}

.preparation--panel--slider--titre {
    margin-top: 120px;
    margin-bottom: 50px;
}

.pictos--lounge {
    text-align: center;
}

.picto--lounge {
    width: 50px;
    margin: 0 12px !important;
}

.preparation--panel--slider,
.preparation--panel--slide,
.preparation--panel--slide img {
    position: relative;
    display: block !important;
    margin: 0 auto !important;
    width: 610px !important;
    height: 460px !important;
}

.preparation--panel--slider {
    margin-bottom: 80px !important;
}

.preparation--panel--slide img {
    margin: 0 !important;
    display: block;
}

.preparation--panel--arrow {
    width: 80px;
    position: absolute;
    top: 50%;
    filter: grayscale(1);
    transition: 0.2s ease filter;
    cursor: pointer;
}

.preparation--panel--arrow:hover {
    filter: grayscale(0);
}

.preparation--panel--arrow_prev {
    left: 25px;
    transform: translateY(-50%) translateX(-100%);
}

.preparation--panel--arrow_suiv {
    right: 25px;
    transform: translateY(-50%) translateX(100%);
}

.textLayout1 .editableContent .preparation--panel--line p {
    text-align: left;
}

@media screen and (max-width: 950px) {
    .preparation--panel--block_picto img {
        width: 55px;
    }

    .preparation--panel--block_picto {
        width: 75px;
    }

    .preparation--panel--block_texte {
        width: calc(100% - 75px);
    }

    .textLayout1 .editableContent .preparation--panel--introduction--slogan {
        font-size: 18px;
        line-height: 24px;
        padding: 40px 0;
        margin: 0;
    }

    .preparation--panel--line_small {
        width: calc(100% - 120px);
    }

    .pictos--lounge {
        margin-top: 20px;
    }

    .preparation--panel--slider, .preparation--panel--slide, .preparation--panel--slide img {
        width: 450px !important;
        height: 340px !important;
    }

    .preparation--panel--arrow {
        width: 50px;
    }

    .preparation--panel--slider--titre {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .preparation--panel--slider {
        margin-bottom: 50px !important;
    }

    .preparation--panel--arrow_suiv {
        right: 15px;
    }

    .preparation--panel--arrow_prev {
        left: 15px;
    }

    .gap--bottom_40 {
        margin-bottom: 30px;
    }

    .preparation--panel--slider--titre, .preparation--panel--introduction--titre {
        font-size: 18px;
    }


}

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

    .preparation--panel--line_small {
        width: calc(100% - 40px);
    }

    .pictos--lounge {
        margin-top: 20px;
    }

    .preparation--panel--slider, .preparation--panel--slide, .preparation--panel--slide img {
        width: 300px !important;
        height: 227px !important;
    }

    .preparation--panel--arrow {
        width: 40px;
    }

    .preparation--panel--arrow_suiv {
        right: 10px;
        transform: translateY(-50%);
    }

    .preparation--panel--arrow_prev {
        left: 10px;
        transform: translateY(-50%);
    }

    .brRem {
        display: none;
    }
}