/* ANIMATIONS */

/* ----------------------------------------------
 * Generated by Animista on 2021-4-22 9:38:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-22 9:0:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-22 9:0:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-22 9:1:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/* GENERAL */
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.rse-switcher {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 223px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    transform: rotate(180deg);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.rse-switcher:hover {
    padding-left: 35px;
    color: #FFF;
    text-decoration: none;
}

/* TEXT */

.layout-rse p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 1em 0;
    color: #222;
}

.layout-rse p a {
    color: #d82430;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.layout-rse p a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #d82430;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
}

.layout-rse p a:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: all ease-out .5s;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
}


.layout-rse .text ol,
.layout-rse .text ul {
    margin: 15px 0;
    padding: 0 0 0 22px;
    list-style-type: disc;
}

.layout-rse .text ol {
    list-style-type: decimal;
}

.layout-rse .text ol li,
.layout-rse .text ul li {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
}

.layout-rse .text ol li:last-child,
.layout-rse .text ul li:last-child {
    margin: 0;
}

.layout-rse p:last-child {
    margin: 0;
}

.green-text {
    color: #699f40;
}

.dark-text {
    color: #1b1b1b;
}

.page-title,
.big-title,
.med-title,
.small-title {
    text-transform: uppercase;
    position: relative;
}

.page-title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.3px;
    margin: 0;
}

.big-title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 0 0 30px 0;
}

.page-title.pilier {
    padding: 0 0 30px 0;
}

.page-title.pilier::after,
.big-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #d82430;
}

.med-title {
    font-size: 28px;
    color: #222;
    line-height: 1.3;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.small-title {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}


/* INTRODUCTION */
.introduction-row .text-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.introduction-row .text-part .chapters-navigation {
    padding: 0;
    list-style-type: none;
    width: 100%;
    margin: 40px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.introduction-row .text-part .chapters-navigation li {
    margin: 20px 40px 0 0;
    max-width: 165px;
}

.introduction-row .text-part .chapters-navigation li:last-child {
    margin: 20px 0 0 0;
}

.introduction-row .text-part .chapters-navigation li a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    color: #222;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.introduction-row .text-part .chapters-navigation li a:focus,
.introduction-row .text-part .chapters-navigation li a:hover {
    text-decoration: none;
    outline: none;
    color: #d82430;
}

/* CONTAINER */
.panel-rse {
    padding: 60px 80px !important;
}

.layout-rse .panel {
    opacity: 0;
}

.layout-rse .panel.view {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.bloc-row {
    max-width: 992px;
    margin: 0 auto 40px !important;
}

.bloc-row .content-part {
    position: relative;
    padding-bottom: 40px;
}

.bloc-row .content-part::after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #d82430;
}

.bloc-row:last-child {
    margin-bottom: 0;
}

.bloc-row:last-child .content-part {
    padding-bottom: 0;
}

.bloc-row:last-child .content-part::after {
    display: none;
}

.bloc-row .content-part .med-title {
    opacity: 0;
}

.bloc-row .content-part.view .med-title {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* MEDIA */
/* Carousel */
.images-carousel .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.images-carousel .slick-dots li {
    margin: 0 5px;
    line-height: 1;
}

.images-carousel .slick-dots li button {
    background-color: #fff;
    font-size: 0px;
    text-indent: -9000px;
    border: none;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    display: inherit;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.images-carousel .slick-dots li.slick-active button,
.images-carousel .slick-dots li:hover button {
    background-color: #d82430;
}

/* Motion */
video {
    width: 100%;
    height: auto;
    display: block;
}

/* Youtube */
.youtube-launcher {
    position: relative;
    background-color: #1b1b1b;
    cursor: pointer;
}

.youtube-launcher svg {
    position: absolute;
    z-index: 2;
    display: block;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.youtube-launcher svg path {
    fill: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.youtube-launcher img {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.youtube-launcher:hover img {
    opacity: .5
}

.youtube-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    z-index: 1000;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    pointer-events: none;
}

@media screen and (min-width: 1023.98px) {
    .youtube-modal {
        align-items: flex-end; 
        padding-bottom: 2rem;
    }
}

.youtube-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.youtube-modal .modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1010;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}

.youtube-modal.active .modal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: auto;
    cursor: pointer;
}

.youtube-modal .modal-container {
    width: 1320px;
    max-width: 90%;
    position: relative;
    z-index: 1020;
    padding: 10px;
    background: #FFF;
    pointer-events: none;
}

.youtube-modal.active .modal-container {
    pointer-events: auto;
}

.youtube-modal .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.youtube-modal .embed-container iframe,
.youtube-modal .embed-container object,
.youtube-modal .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* LINES */

.simple-line {
    margin: 0 0 30px 0;
}

.simple-line:last-child {
    margin: 0;
}

.media-part {
    opacity: 0;
}

.media-part.view {
    opacity: 1;
    -webkit-animation: all 0.6s cubic-bezier (0.390, 0.575, 0.565, 1.000) both;
    animation: all 0.6s cubic-bezier (0.390, 0.575, 0.565, 1.000) both;
}

.simple-line {
    opacity: 0;
}

.simple-line.view {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* Citation */
.citation figure {
    padding: 0 0 0 15px;
    border-left: 5px solid #f2f1f1;
}

.citation figure blockquote {
    font-style: italic;
    line-height: 1.3;
    padding: 0;
    border: none;
    font-size: 14px;
}

.citation figure figcaption {
    font-size: 12px;
    line-height: 1.3;
}

/* Numbers */
.numbers.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.numbers.vertical {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
    text-align: left;
}

.numbers.vertical .single-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.numbers.horizontal .single-number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
}

.numbers.horizontal .single-number:last-child {
    margin: 0;
}

.single-number .item-number {
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.numbers.horizontal .single-number .item-number {
    margin: 0 15px 0 0;
    min-width: 210px;
}

.numbers.vertical .single-number .item-number {
    margin: 0 0 5px 0;
}

.single-number .item-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}



/* PILIER */
.subpage-row .page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 25Px;
    margin-top: 60px;
}

.subpage-row .page-grid .single-page-link {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    padding: 30px 60px 60px 30px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    opacity: 0;
}

.subpage-row .page-grid.view .single-page-link {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.subpage-row .page-grid .single-page-link:hover {
    background-color: #d82430 !important;
    text-decoration: none;
}

/* DEMARCHE */

.layout-page-rse .introduction-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.layout-page-rse .step-row.introduction-row .title-part {
    margin: 0;
}

.layout-page-rse .step-row .right-part {
    margin: 0 0 0 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#notreengagement .content-part a {
    padding-top: 2px;
    padding-bottom: 2px;
    border: 0 none;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0.8, 0.4, 1) 0;
    -o-transition: all 0.5s cubic-bezier(0, 0.8, 0.4, 1) 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 0.8, 0.4, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0.8, 0.4, 1);
    transition: all 0.5s cubic-bezier(0, 0.8, 0.4, 1);
    background-color: #b1b8ba;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 16 / 13;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 20px auto;
}

#notreengagement .content-part a:hover {
    color: #fff;
    background-color: #969fa2;
    border-color: #919a9d;
}

#notreengagement .content-part a::after {
    display: none;
}

#rhesseme-acronym {
    margin-top: 60px;
}

.step-row {
    max-width: 992px;
    margin: auto !important;
}

.step-row .title-part {
    margin-bottom: 40px;
}

.step-row .content-part h3 {
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.step-row .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.step-row .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.step-row img {
    margin: 40px auto 0;
}

.piliers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 25px;
    margin-top: 60px;
    padding: 0 15%;
}

.piliers-grid .single-pilier a {
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    padding: 30px 60px 60px 30px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    display: inline-block;
    min-height: 160px;
}

.piliers-grid .single-pilier a:hover {
    background-color: #d82430 !important;
    text-decoration: none;
}

.piliers-grid .single-pilier .intro {
    margin: 20px 0 0 0;
}

.piliers-grid .single-pilier .image {
    height: 160px;
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
}

.piliers-grid .single-pilier .image img {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    [id=section-breadcrumb] {
        padding-left: 30px;
    }

    .big-title,
    .page-title {
        font-size: 40px;
    }

    .med-title {
        font-size: 24px;
    }

    .layout-rse .panel {
        padding: 30px !important;
    }

    .rse-switcher {
        top: 183px;
    }

    .layout-page-pilier .introduction-row .text-part {
        padding-right: 100px;
    }

    .subpage-row .page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .subpage-row .page-grid .single-page-link {
        font-size: 20px;
        padding: 25px 40px 40px 25px;
    }


    .layout-page-action .introduction-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 100px;
    }

    .layout-page-action .introduction-row .page-title {
        padding: 0 0 40px 0;
    }

    .layout-page-action .introduction-row .page-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 1px;
        background-color: #d82430;
    }

    .without-content {
        margin-bottom: -40px;
    }

    .right-part {
        margin-top: 40px;
    }

    .numbers.horizontal .single-number .item-number {
        min-width: 150px;
    }

    .single-number .item-number {
        font-size: 40px;
    }

    .layout-page-rse .step-row.introduction-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .layout-page-rse .step-row .right-part {
        margin: 0;
    }

    .piliers-grid {
        padding: 0;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    [id=section-breadcrumb] {
        padding-left: 15px;
    }

    .layout-rse .panel {
        padding: 25px 15px !important;
    }

    .rse-switcher {
        bottom: 0;
        font-size: 13px;
        padding: 13px;
        font-weight: 500;
        letter-spacing: 0.4px;
        top: auto;
        writing-mode: lr;
        text-orientation: unset;
        text-align: center;
        left: 50%;
        transform: rotate(0deg) translateX(-50%);
        -webkit-transform: rotate(0deg) translateX(-50%);
        -moz-transform: rotate(0deg) translateX(-50%);
        -ms-transform: rotate(0deg) translateX(-50%);
        -o-transform: rotate(0deg) translateX(-50%);
    }

    .rse-switcher:hover {
        padding-left: 13px;
    }

    .citation figure blockquote,
    .single-number .item-description,
    .layout-rse .text ol li,
    .layout-rse .text ul li,
    .layout-rse p {
        font-size: 14px;
        font-weight: 300;
    }

    .big-title,
    .page-title {
        font-size: 28px;
    }

    .big-title {
        padding: 0;
    }

    .big-title::after {
        display: none;
    }

    .med-title {
        font-size: 20px;
    }

    .small-title {
        font-size: 14px;
    }

    .layout-page-action .introduction-row .page-title {
        padding: 0 0 20px 0;
    }

    .page-title.pilier {
        margin: 0 0 30px 0;
    }

    .introduction-row .text-part .chapters-navigation {
        margin: 0;
        flex-direction: column;
    }

    .layout-page-action .introduction-row,
    .layout-page-pilier .introduction-row .title-part,
    .layout-page-pilier .introduction-row .text-part {
        padding-right: 60px;
    }

    .subpage-row .page-grid {
        margin-top: 40px;
        grid-gap: 15px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .subpage-row .page-grid .single-page-link {
        font-size: 13px;
        padding: 15px 25px 25px 15px;
    }

    .bloc-row {
        margin-bottom: 30px!important;
        flex-direction: column;
    }

    .right-part {
        margin-top: 20px;
    }

    .simple-line {
        margin-bottom: 20px;
    }

    .bloc-row .content-part {
        padding-bottom: 20px;
    }

    .numbers.horizontal .single-number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .numbers.horizontal .single-number .item-number {
        min-width: auto;
        margin: 0 0 5px 0;
    }


    .layout-page-rse .introduction-row .text-part .chapters-navigation {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .layout-page-rse .introduction-row .text-part .chapters-navigation a br {
        display: none;
    }

    .step-row .title-part {
        margin-bottom: 20px;
    }

    .piliers-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 35px;
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) and (min-width: 430px) {
    .piliers-grid .single-pilier a {
        min-width: 371.75px;
    }
}

@media (max-width: 429.98px) {
    .piliers-grid .single-pilier a {
        width: 100%;
    }
}