.site_content>.ctnr>.video_desc,.site_content>.ctnr>.img_desc:not(.no-image) {
    background: var(--grey-50)
}

.site_content>.ctnr>.video_desc>.ctnr,.site_content>.ctnr>.img_desc:not(.no-image)>.ctnr {
    flex-direction: row-reverse;
    column-gap: 70px
}

@media (max-width: 767px) {
    .site_content>.ctnr>.video_desc>.ctnr,.site_content>.ctnr>.img_desc:not(.no-image)>.ctnr {
        flex-direction:column
    }
}

.video_desc .desc {
    padding-left: 100px;
    flex-direction: column
}

@media (max-width: 767px) {
    .video_desc .desc {
        flex-direction:column-reverse;
        padding-left: 0px
    }
}

.page-template-template-page-droit-au-mentorat .site_content section:not(.hero-banner, .img_desc, .video_desc, .suggestions, .temoignage) .site_margin,.img_desc.no-image .site_margin {
    max-width: 830px
}

.img_desc.no-image {
    margin: auto
}

.appel {
    padding: var(--gap2) 0
}

.appel h2 {
    margin-bottom: 20px;
    color: var(--primary-400);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.more {
    color: var(--primary-400)
}

.less {
    color: var(--primary-400)
}

.appels {
    transition: max-height 500ms ease-in-out
}

.appel p {
    color: var(--grey-700);
    line-height: 150%;
    margin-bottom: 15px
}

.propositions {
    padding-bottom: 40px
}

.propositions .lm_button {
    margin-top: var(--gap3);
    margin-bottom: var(--gap3)
}

.proposition {
    border-bottom: 1px solid var(--tertiary-400);
    padding-bottom: 10px
}

.proposition p {
    margin-bottom: var(--gap1)
}

.proposition .title {
    display: flex;
    justify-content: space-between
}

.proposition .title h2 {
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: var(--grey-700);
    font-weight: 600;
    line-height: 150%;
    font-size: 16px;
    padding-top: var(--gap2);
    margin-bottom: 0px
}

.plus {
    position: relative;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.horizontal,.vertical {
    background-color: black;
    position: absolute;
    border-radius: 5px
}

.horizontal {
    width: 100%;
    height: 2px
}

.vertical {
    height: 100%;
    width: 2px
}

.arrow {
    transition: transform 0.3s ease;
    transform-origin: center;
    margin-right: 30px
}

.rotate {
    transform: rotate(180deg)
}

.appel-suite .appels {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: var(--grey-700, #092844);
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px
}

.appel-suite {
    padding-bottom: 100px
}

.appel-suite .more,.appel-suite .less {
    display: flex;
    align-items: center;
    cursor: pointer
}

.appel-suite .more img,.appel-suite .less img {
    padding-left: 10px
}

.appel-suite .less img {
    transform: rotate(180deg)
}

.proposition .text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: var(--grey-700, #092844);
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px
}

.texte {
    padding-top: 100px;
    padding-bottom: var(--gap3)
}

.texte>.ctnr.before {
    position: relative
}

.texte>.ctnr.before:before {
    content: "";
    position: absolute;
    left: 0;
    top: -34px;
    width: 15px;
    height: 22px;
    background: url(/wp-content/uploads/2023/07/Vector-7.svg);
    background-size: contain
}

.texte .text {
    color: var(--grey-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 900px) {
    .temoignage .testimonial {
        flex-direction:column;
        justify-content: center
    }
}

.temoignage .testimonial .text {
    color: var(--grey-700);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left
}

.temoignage .testimonial .metas {
    display: flex;
    flex-direction: column
}

@media (max-width: 900px) {
    .temoignage .testimonial .metas {
        margin:auto
    }
}

.temoignage .testimonial .image img {
    width: 250px;
    margin-bottom: var(--gap2)
}

.temoignage .name,.temoignage .job {
    text-align: center
}