/* ----- A- Home */
.page-home .read_more {
    line-height:1.1;
	padding:4px 11px 4px 5px!important;
	font-size:0.7em!important;
	font-weight:600!important;
}
/* ----- ---> a- Bannière */

.page-home header.page-banniere .page-title {
    min-width: 50%;
}

.page-home header.page-banniere .page-title h1 {
    display: none;
}

.page-home header.page-banniere .introduction {
    left: 50px;
    transform: translateX(0);
}

/* ----- ---> b- Thérapies */

.page-home .therapies {
    margin: 50px 0;
}

.page-home .therapies .blue-col {
    background-color: var(--blue);
    color: var(--white);
    padding: 20px;
    min-height: 100%;
}

.page-home .therapies .blue-col h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

.page-home .therapies .blue-col h3:not(:last-child) {
    margin-bottom: 20px !important;
}

.page-home .therapies .wp-block-column:not(.blue-col) {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--lightgrey);
}

.page-home .therapies .wp-block-column:not(.blue-col) > {
    flex: 100%;
}

.page-home .therapies .wp-block-column:not(.blue-col) img {
    margin-top: 0px;
}

.page-home .therapies .wp-block-column:not(.blue-col) h4 {
    margin: auto;
    padding: 20px;
}

/* ----- ---> c- Graphique IM */

.page-home .IM-graphic {
    margin: 100px 0 50px !important;
    padding: 0 20px;
}

.page-home .IM-graphic .wp-block-column {
    margin-left: 0 !important;
}

.page-home .IM-graphic .wp-block-column:last-child {
    align-self: center;
    margin-left: 20px !important;
}

.page-home .IM-graphic h2 {
    position: relative;
    width: max-content;
    font-size: 3rem;
    font-weight: 900;
}

.page-home .IM-graphic h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background-color: var(--orange);
}

.page-home .IM-graphic h3 {
    font-weight: bold;
}

/* ----- ---> d- Pioniers */

.page-home .pioneer {
    padding: 40px;
    background-color: var(--blue);
    text-align: center;
    color: var(--white);
}

.page-home .pioneer p {
    margin: 0 0 10px !important;
    font-size: 1.5rem;
}

/* ----- ---> e- Chiffres Clés */

.page-home .key_numbers {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    background-color: var(--lightgrey);
}

.page-home .key_numbers li {
    width: 33%;
    min-width: 300px;
    margin: 20px 0;
    padding: 0 20px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

.page-home .key_numbers li strong {
    font-size: 4rem;
    line-height: 1;
    font-weight: 900;
    color: var(--orange);
}

.page-home .key_numbers li em {
    font-size: 1rem;
    font-style: normal;
}

/* ----- ---> f- Solutions */

.page-home .solutions {
    margin: 100px 0 50px !important;
}

.page-home .solutions .blue_col {
    padding: 30px;
    background-color: var(--blue);
    color: var(--white);
}

.page-home .solutions .modalJs {
    padding: 20px;
    border: 2px solid var(--blue);
    min-height: 100%;
    height: max-content;
}

.page-home .solutions .modals .modal {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.page-home .solutions .modals .modal::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2022/03/BUTTON_ARROW.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.page-home .solutions .modals .modal .read_more {
    position: relative;
    width: max-content;
    margin: 0 0 0 1.2rem !important;
    padding: 0.1 5px !important;
    background-color: #8591aa;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--white);
}

.page-home .solutions .modals .modal .read_more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 1.4rem;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/03/Read-more-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    transform: translateX(-100%);
}

.page-home .solutions .modalJs .closer {
    top: 20px;
    right: 20px;
}

.page-home .solutions .modalJs .read_more {
    display: none;
}

.page-home .solutions .modalJs h4 {
    position: relative;
    padding-left: 40px !important;
    line-height: 35px;
}

.page-home .solutions .modalJs h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2022/03/BUTTON_ARROW.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

/* ----- ---> g- Services */

.page-home .services {
    background-color: var(--blue);
    padding: 40px 0 !important;
}

.page-home .services h2 {
    color: var(--white);
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
}

.page-home .services .wp-block-gallery {
    position: relative;
    flex-wrap: nowrap;
}

.page-home .services .wp-block-gallery .wp-block-image {
    /* flex: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important; */
    align-self: baseline !important;
}

.page-home .services .wp-block-gallery .wp-block-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: #3d6d89;
    z-index: 0;
}

.page-home .services .wp-block-gallery .wp-block-image img {
    position: relative;
    max-width: 60% !important;
    margin: 20px auto !important;
    max-height: 75px !important;
    min-height: 75px !important;
    object-fit: contain !important;
    z-index: 1;
}

.page-home .services .wp-block-gallery .wp-block-image figcaption {
    position: relative;
    overflow: visible;
    display: block;
    background: unset;
    width: 150%;
    transform: translateX(-17.5%);
    z-index: 1;
}

.page-home
    .services
    .wp-block-gallery
    .wp-block-image:nth-of-type(2n + 1)
    figcaption {
    margin-top: 150px !important;
}

.page-home
    .services
    .wp-block-gallery
    .wp-block-image:nth-of-type(2n)
    figcaption {
    margin-top: 70px !important;
}
.page-home .services .wp-block-gallery .wp-block-image figcaption::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    background-color: var(--orange);
    transform: translateX(-50%);
}

.page-home
    .services
    .wp-block-gallery
    .wp-block-image:nth-of-type(2n + 1)
    figcaption::after {
    height: 120px;
    top: -130px;
}

.page-home
    .services
    .wp-block-gallery
    .wp-block-image:nth-of-type(2n)
    figcaption::after {
    height: 40px;
    top: -50px;
}


@media screen and (max-width: 1300px) {
    .wp-block-columns.therapies {
        flex-wrap: wrap;
    }

    .wp-block-columns.therapies .wp-block-column {
        flex: calc(50% - 20px) !important;
        min-width: calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;
        margin: 20px 0 0 0 !important;
    }

    .wp-block-columns.therapies .wp-block-column:nth-of-type(2n) {
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    .page-home .services .wp-block-gallery {
        overflow-x: scroll;
        padding: 0 20px;
    }

    .page-home .pioneer {
        padding: 20px;
    }

    .page-home .key_numbers {
        padding: 20px;
    }

    .page-home .solutions .blue_col {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .page-home header.page-banniere .introduction {
        left: 5%;
    }

    .page-home .IM-graphic {
        margin: 25px 0 10px !important;
    }

    .page-home .pioneer p {
        font-size: 1.2rem;
    }

    .page-home .solutions {
        display: block;
        margin: 25px 0 10px !important;
    }

    .page-home .services h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 600px) {
    .wp-block-columns.therapies .wp-block-column {
        flex: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }

    .wp-block-columns.therapies .wp-block-column:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .page-home .key_numbers {
        padding: 10px;
    }

    .page-home .key_numbers li {
        min-width: 100%;
        max-width: 100%;
    }

    .page-home .pioneer {
        padding: 10px;
    }
}
