/* GLOBAL */
/* HEADER */
/* HOME */
/* FOOTER */
/* A PROPOS */
/* NOS ACTIONS */
/* DON */
/* CONTACT */



/* GLOBAL */
body {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    color: #333;
    line-height: 1.3;
    background-color: #fff;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    color: inherit;
}
h2 a, h3 a {
  text-decoration: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
p, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.3em;
}
.container {
    width: 100%;
	max-width: 73em;
    margin: 0 auto;
    padding: 0 15px;
}
h1,
.has-title-1-font-size {
    font-size: 4rem;
    font-weight: 600;
}
h2,
.has-title-2-font-size {
    font-size: 3rem;
    margin-bottom: 0.6em;
    font-weight: 600;
}
h3,
.has-title-3-font-size {
    font-size: 1.6875rem;
    font-weight: 600;
}
.has-text-font-size {
    font-size: 1.25rem;
}
.entry-content {
    overflow: hidden;
    position: relative;
}
button {
    font-family: inherit;
    font-size: 1em;
    cursor: pointer;
}
.btn-donation {
    border: none;
    padding: 0.2em 1.8em;
    font-weight: 600;
}

.list-colors {
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-colors > li {
    position: relative;
    padding-left: 4em;
    margin-bottom: 1em;
}
.list-colors .bullet-white::before,
.list-colors .bullet-blue::before,
.list-colors .bullet-orange::before,
.list-colors .bullet-yellow::before,
.list-colors .bullet-red::before,
.list-colors .bullet-pink::before,
.list-colors .bullet-dark-blue::before,
.list-colors .bullet-fluorescent-green::before,
.list-colors .bullet-light-gray::before,
.list-colors .bullet-dark-gray::before,
.list-colors .bullet-black::before,
.list-colors > li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0.3em;
    width: 2.7em;
    height: 0.2em;
    /* top: 0.65em;
    top: clamp( 0em, calc( 100% - 0.65em ), 1.3em);
    left: 1.2em;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%; */
    transform: translateY(-50%);
}
.list-colors .bullet-blue::before,
.list-colors > li:nth-child( 5n + 1 ):not(.bullet-white):not(.bullet-blue):not(.bullet-orange):not(.bullet-yellow):not(.bullet-red):not(.bullet-pink):not(.bullet-dark-blue):not(.bullet-fluorescent-green):not(.bullet-light-gray):not(.bullet-dark-gray):not(.bullet-black)::before {
    background-color: #0cb6cd;
}
.list-colors .bullet-red::before,
.list-colors > li:nth-child( 5n + 2 ):not(.bullet-white):not(.bullet-blue):not(.bullet-orange):not(.bullet-yellow):not(.bullet-red):not(.bullet-pink):not(.bullet-dark-blue):not(.bullet-fluorescent-green):not(.bullet-light-gray):not(.bullet-dark-gray):not(.bullet-black)::before {
    background-color: #E61D44;
}
.list-colors .bullet-yellow::before,
.list-colors > li:nth-child( 5n + 3 ):not(.bullet-white):not(.bullet-blue):not(.bullet-orange):not(.bullet-yellow):not(.bullet-red):not(.bullet-pink):not(.bullet-dark-blue):not(.bullet-fluorescent-green):not(.bullet-light-gray):not(.bullet-dark-gray):not(.bullet-black)::before {
    background-color: #fac410;
}
.list-colors .bullet-orange::before,
.list-colors > li:nth-child( 5n + 4 ):not(.bullet-white):not(.bullet-blue):not(.bullet-orange):not(.bullet-yellow):not(.bullet-red):not(.bullet-pink):not(.bullet-dark-blue):not(.bullet-fluorescent-green):not(.bullet-light-gray):not(.bullet-dark-gray):not(.bullet-black)::before {
    background-color: #eb5933;
}
.list-colors .bullet-dark-blue::before,
.list-colors > li:nth-child( 5n ):not(.bullet-white):not(.bullet-blue):not(.bullet-orange):not(.bullet-yellow):not(.bullet-red):not(.bullet-pink):not(.bullet-dark-blue):not(.bullet-fluorescent-green):not(.bullet-light-gray):not(.bullet-dark-gray):not(.bullet-black)::before {
    background-color: #1C5289;
}
.list-colors .bullet-white::before {
    background-color: #FFFFFF;
}
.list-colors .bullet-pink::before {
    background-color: #FF0080;
}
.list-colors .bullet-fluorescent-green::before {
    background-color: #00FF6F;
}
.list-colors .bullet-light-gray::before {
    background-color: #f7f7f7;
}
.list-colors .bullet-dark-gray::before {
    background-color: #333333;
}
.list-colors .bullet-black::before {
    background-color: #000000;
}
/* GLOBAL */



/* HEADER */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2em 0em;
    z-index: 1000;
    transition: padding .3s ease-in-out;
}
.scrolled .site-header {
    padding-top: 1em;
    padding-bottom: 1em;
}
.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0CB6CD;
    opacity: 0.8;
}
.site-header .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.menu-button,
.menu-button-close {
    display: none;
    width: 6em;
    height: 5.334em;
    position: relative;
    border: none;
    background: transparent;
    padding: 2.7em 0 0;
}
.menu-button span:first-child {
    position: absolute;
    height: 4px;
    width: 41%;
    background: #fff;
    left: 30.5%;
    top: 30%;
}
.menu-button span:first-child::before,
.menu-button span:first-child::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -240%;
    background: #fff;
    left: 0;
}
.menu-button span:first-child::after {
    top: 240%;
}
.menu-button span:last-child,
.menu-button-close span:last-child {
    font-size: 1.6666em;
    font-weight: 600;
    color: #fff;
}
.menu-button-close {
    position: absolute;
    top: 0;
    right: 0;
}
.menu-button-close span:first-child::before,
.menu-button-close span:first-child::after {
    content: "";
    background: #fff;
    width: 36%;
    height: 4px;
    position: absolute;
    top: 33%;
    left: 32%;
    transform: rotate(45deg);
}
.menu-button-close span:first-child::after {
    transform: rotate(-45deg);
}

.site-logo-container {
    margin-right: 3em;
}
.site-logo-container .custom-logo {
    max-width: 11.5em;
    transition-property: max-width, margin-left;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.scrolled .site-logo-container .custom-logo {
    max-width: 4em;
    margin-left: 1.5em;
}
.logo-site-description {
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
    transition: font-size .3s ease-in-out;
}
.scrolled .logo-site-description {
    font-size: 0.7em;
}
.main-menu {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-item.don,
.menu-item.contact {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu-item.don {
    right: 6.5em;
}
.main-menu a {
    text-decoration: none;
    display: block;
    padding: 0.8em;
    position: relative;
}
.main-menu a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    left: 50%;
    transition-property: left, width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    bottom: 0.5em;
    background: #fff;
}
.main-menu .current-menu-item > a::before,
.main-menu .current-post-parent > a::before,
.main-menu a:hover::before,
.main-menu a:focus::before {
    width: calc(100% - 1.6em);
    left: 0.8em;
}
/* HEADER */



/* HOME */
.title-banner,
.title-banner:where(.wp-block-heading).has-background {
    display: inline-block;
    padding: 0.55em 1.3em;
}
.wp-block-button__link.wp-element-button {
    background-color: #eb5933;
    border-radius: 0;
    font-size: 1.6875em;
    padding: 0.2em 1em;
}
.wp-block-hemis-blocks-edv-content-and-image-2 {
    position: relative;
}
.wp-block-hemis-blocks-edv-content-and-image-2::before {
    content: "";
    top: -18em;
    left: calc(50% + 15em);
    position: absolute;
    width: 42em;
    height: 45em;
    background-image: url(../images/sun.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.hemis-content-with-image-2-lines {
    position: absolute;
    right: 0;
    bottom: 2.6em;
}
.hemis-content-with-image-2-line {
    height: 1.1em;
    width: 10em;
    display: block;
    margin: 1.6em 0 0 auto;
}
.hemis-content-with-image-2-line.line2 {
    width: 21.5em;
}
.hemis-content-with-image-2-line.line3 {
    width: 16em;
}
.home-ateliers .wp-block-buttons {
    width: 100%;
}
.home-ateliers .wp-block-group {
    max-width: 34%;
}
.home-ateliers .has-title-3-font-size {
    font-size: 1.6875em !important;
}
/* HOME */



/* FOOTER */
.site-footer {
    text-align: center;
    position: relative;
    background-color: #EB5933;
    font-size: 0.93rem;
    color: #fff;
    padding-top: 9.3em;
    padding-bottom: 4.5em;
}
.site-footer .container {
    max-width: 92em;
}
.footer-logo-container {
    position: absolute;
    background-color: #EB5933;
    font-size: 1.075em;
    top: -6.3em;
    left: calc(50% - 10.2em);
    padding: 3.1em 5.4em 0 4.6em;
    border-radius: 1.5em 1.5em 0 0;
}
.footer-logo-container img {
    width: 11em;
}
.social-networks {
    position: absolute;
}
.footer-content {
    font-size: 3.23em;
    font-weight: 600;
}
.footer-content p {
    margin-bottom: 0.8em;
}
.footer-contact-link {
    background-color: #fff;
    color: #EB5933;
    text-decoration: none;
    font-size: 1.815em;
    display: inline-block;
    line-height: 1;
    padding: 0.35em 1.8em;
    font-weight: 600;
}
.footer-menu {
    padding: 3.8em 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}
.footer-menu a {
    display: block;
    padding: 0.8em 1.6em;
    text-decoration: none;
    position: relative;
}
.footer-menu li:nth-child(n+2) a::before {
    content: "";
    top: 10%;
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #fff;
    height: 70%;
}
.social-networks {
    position: absolute;
    bottom: 1.17em;
    font-size: 3.5em;
    display: flex;
    gap: 0em 0.5em;
}
/* FOOTER */



/* A PROPOS */
.page-a-propos .wp-block-hemis-blocks-pageheader::before {
    content: "";
    position: absolute;
    bottom: -16em;
    left: calc(50% + 22.3em);
    width: 36em;
    height: 35em;
    background-image: url(../images/sun.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform: rotate(10deg);
}
.apropos-content-image-1 img {
    max-width: 28.19em;
}
.block-notre-vision .container {
    max-width: 83em;
    padding-left: 7em;
}
.block-notre-vision .hemis-content-with-image-content {
    padding-top: 9em;
}
.block-notre-vision .hemis-content-with-image-image img {
    position: relative;
    top: -1em;
    right: -5em;
    max-width: 44.89em;
}
.apropos-block-valeurs {
    padding: 9.3em 0em 21.7em calc(50% + 3em);
}
.apropos-block-valeurs .container {
    max-width: 40em;
    margin-left: 0;
}
.apropos-block-valeurs::after {
    content: "";
    position: absolute;
    bottom: -19em;
    left: calc(50% + 24em);
    width: 39em;
    height: 42em;
    background-image: url(../images/sun.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transform: rotate(80deg);
}
/* A PROPOS */



/* NOS ACTIONS */
.block-art-participatif {
    font-size: 1.25rem;
}
.block-art-participatif .container {
    padding-left: 5.7em;
    padding-right: 0;
}
.block-art-participatif .hemis-content-with-image-content {
    font-size: 1em;
}
.block-art-participatif .has-text-font-size {
    font-size: 1em !important;
}
.block-art-participatif .hemis-content-with-image-line.line2 {
    right: -2.3em;
    width: 44.7em;
    bottom: -2.6em;
}
.block-art-participatif .hemis-content-with-image-line.line3 {
    right: -2.3em;
    bottom: -4em;
    width: 27.3em;
}

.actions-container-title2 {
    font-size: 1.25rem;
}
.actions-container-title2 .has-text-font-size {
    font-size: 1em !important;
    letter-spacing: -0.025em;
}
.actions-container-title2 p.has-title-3-font-size {
    font-size: 1.35em !important;
}

.actions-container-blocs {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    padding-left: 15px;
    padding-right: 15px;
}
.actions-container-blocs .has-text-font-size {
    font-size: 1em !important;
}

.nosactions-section-testimonial .container {
    max-width: 78em;
}

.actions-last-block {
    position: relative;
    overflow: hidden;
}
.actions-last-block::before {
    content: "";
    background-image: url(../images/sun.png);
    position: absolute;
    width: 40em;
    height: 43.3em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% - 64em);
    top: -25em;
    transform: rotate(68deg);
}
.actions-last-block .container.hemis-container {
    padding-left: 7em;
}
.actions-last-block .wp-block-hemis-blocks-container {
    position: relative;
}
/* NOS ACTIONS */



/* DON */
.don-content-image-1 .hemis-content-with-image-image img {
    max-width: 83%;
}
.don-container-2-img-left img {
    max-width: 87%;
}
.don-container-2-img-right img {
    max-width: 60%;
}
.iframe-donation-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.iframe-donation-container.show {
    opacity: 1;
    visibility: visible;
}
.iframe-donation-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
}
.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 4rem;
    padding: 0;
    border: none;
    height: 1em;
    width: 1em;
    background: transparent;
    z-index: 2;
}
.iframe-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.popup-close::before,
.popup-close::after {
    content: "";
    height: 2px;
    width: 80%;
    position: absolute;
    top: 50%;
    background-color: #fff;
    left: 10%;
    transform: rotate(45deg);
}
.popup-close::after {
    transform: rotate(-45deg);
}

.sticky-button-donation {
    position: fixed;
    top: 50%;
    right: 0;
    color: var(--wp--preset--color--white);
    background-color: var(--wp--preset--color--orange);
    border: none;
    font-size: 1.6em;
    padding: 0.5em 1em;
    z-index: 100;
}
/* DON */



/* CONTACT */
.contact-content-container .has-title-2-font-size {
    font-size: 2.65em !important;
}
.contact-content-container .has-title-3-font-size {
    font-size: 1.5em !important;
}
/* CONTACT */



/* EHPAD */
.ehpad-banner-titles {
    font-size: 1.25rem;
}
.ehpad-banner-titles .has-title-2-font-size {
    font-size: 2.4em !important;
    margin-bottom: 0.4em;
}
.ehpad-banner-titles h3:where(.wp-block-heading).has-background {
    font-size: 1.4em !important;
}

.ehpad-content-image-1 .hemis-content-with-image-image {
    padding-bottom: 2em;
}

.ehpad-ateliers-content-image-1 {
    font-size: 1.25rem;
}
.ehpad-ateliers-content-image-1 .has-title-2-font-size {
    font-size: 2.6em !important;
    margin-bottom: 0em;
}
.ehpad-ateliers-content-image-1 h3:where(.wp-block-heading).has-background {
    font-size: 1.3em !important;
}
.ehpad-ateliers-content-image-1 .has-text-font-size {
    font-size: 1em !important;
}

.ehpad-content-image-1 .has-title-3-font-size {
    font-size: 1.2em !important;
}
.ehpad-content-image-1 .hemis-content-with-image-image img {
    max-width: 92%;
}

.ehpad-space-3 {
    height: 9.5em !important;
}

.actions-ehpad-last-block .has-title-2-font-size {
    font-size: 2.4em !important;
}
.actions-ehpad-last-block h3:where(.wp-block-heading).has-background {
    font-size: 1.37em !important;
}
/* EHPAD */



/* TAXONOMIES */
.page-header-section {
    min-height: 59.8vh;
    min-height: 44.79vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
	padding-top: 18.3em;
	position: relative;
    background-image: url(../images/image-entete-page.jpg);
}
.page-header-title {
    color: #eb5933;
    text-transform: uppercase;
    font-size: 3.3em;
    line-height: 1;
    margin-bottom: 0.45em;
    font-weight: 600;
	letter-spacing: 0.03em;
}
.page-header-subtitle {
    color: #0cb6cd;
    font-size: 1.6875em;
    font-weight: 600;
}

.archive-section {
    padding-top: 10em;
    padding-bottom: 10em;
}
.listing-article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7em;
}
.listing-article-thumbnail {
    width: 40%;
    position: relative;
    max-height: 25em;
}
.listing-article-thumbnail img {
    display: block;
}
.listing-line {
    position: absolute;
}
.listing-line.line-1 {
    width: 20em;
    height: 0.4em;
    bottom: -2em;
    left: -2em;
    background-color: #eb5933;
}
.listing-line.line-2 {
    width: 25em;
    height: 0.4em;
    bottom: -1em;
    left: -2em;
    background-color: #fac410;
}
.listing-line.line-3 {
    height: 25em;
    width: 0.4em;
    bottom: -4em;
    left: -1em;
    background-color: #0cb6cd;
}
.listing-article-content {
    width: 57%;
}
.listing-article-title {
    color: #eb5933;
    font-size: 1.8em;
}
.listing-article-date {
    color: #0cb6cd;
    font-weight: 600;
}
.listing-article-link {
    color: #fff;
    background: #eb5933;
    text-decoration: none;
    font-weight: 600;
    padding: 0.4em 1.6em;
    font-size: 1.25em;
    display: inline-block;
}

.listing-article:nth-child(2n) {
    flex-flow: row-reverse;
    text-align: right;
}
.listing-article:nth-child(2n) .listing-article-thumbnail img {
    margin-left: auto;
    margin-right: 0;
}
.listing-article:nth-child(2n) .listing-line.line-1 {
    left: auto;
    right: -2em;
}
.listing-article:nth-child(2n) .listing-line.line-2 {
    left: auto;
    right: -2em;
}
.listing-article:nth-child(2n) .listing-line.line-3 {
    left: auto;
    right: -1em;
}
/* TAXONOMIES */



@media screen and ( max-width: 1439px ) {
    /* GLOBAL 1439px */
    .site-header,
    .site-content,
    .site-footer {
        font-size: 0.88rem;
    }
    h1 {
        font-size: 3.52rem;
    }
    .has-title-1-font-size {
        font-size: 3.52rem !important;
    }
    h2 {
        font-size: 2.64rem;
    }
    .has-title-2-font-size {
        font-size: 2.64rem !important;
    }
    h3 {
        font-size: 1.485rem;
    }
    .has-title-3-font-size {
        font-size: 1.485rem !important;
    }
    .has-text-font-size {
        font-size: 1.1rem !important;
    }
    /* GLOBAL 1439px */

    /* HEADER 1439px */

    /* HOME 1439px */

    /* FOOTER 1439px */

    /* A PROPOS 1439px */

    /* NOS ACTIONS 1439px */
    .block-art-participatif,
    .actions-container-title2,
    .actions-container-blocs {
        font-size: 1.1rem;
    }
    /* NOS ACTIONS 1439px */

    /* DON 1439px */

    /* CONTACT 1439px */

    /* EHPAD 1439px */
    .ehpad-banner-titles,
    .ehpad-ateliers-content-image-1 {
        font-size: 1.1rem;
    }
    .actions-last-block {
        font-size: 0.968rem !important;
    }
    /* EHPAD 1439px */
}



@media screen and ( max-width: 1280px ) {
    /* GLOBAL 1280px */
    .site-header,
    .site-content,
    .site-footer {
        font-size: 0.75rem;
    }
    h1 {
        font-size: 3rem;
    }
    .has-title-1-font-size {
        font-size: 3rem !important;
    }
    h2 {
        font-size: 2.25rem;
    }
    .has-title-2-font-size {
        font-size: 2.25rem !important;
    }
    h3 {
        font-size: 1.2656rem;
    }
    .has-title-3-font-size {
        font-size: 1.2656rem !important;
    }
    .has-text-font-size {
        font-size: 0.9375rem !important;
    }
    /* GLOBAL 1280px */

    /* HEADER 1280px */

    /* HOME 1280px */

    /* FOOTER 1280px */

    /* A PROPOS 1280px */

    /* NOS ACTIONS 1280px */
    .block-art-participatif,
    .actions-container-title2,
    .actions-container-blocs {
        font-size: 0.9375rem;
    }
    /* NOS ACTIONS 1280px */

    /* DON 1280px */

    /* CONTACT 1280px */
    .contact-content-container {
        font-size: 0.9rem !important;
    }
    /* CONTACT 1280px */

    /* EHPAD 1280px */
    .ehpad-banner-titles,
    .ehpad-ateliers-content-image-1 {
        font-size: 0.9375rem;
    }
    .actions-last-block {
        font-size: 0.825rem !important;
    }
    /* EHPAD 1280px */
}



@media screen and ( max-width: 999px ) {
    /* TAXONOMIES 999px */
    .page-header-section {
        padding-top: 8.7em;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 56.4vw;
    }
    .page-header-star {
        display: none;
    }
    .page-header-title {
        font-size: 4vw;
        margin-bottom: 0.1em;
    }
    .page-header-subtitle {
        font-size: 3.5vw;
    }
    /* TAXONOMIES 999px */
}



@media screen and (max-width: 900px) {

    /* GLOBAL 900px */
    .container {
        padding: 0 25px;
    }
    .site-content {
        font-size: 1.2rem;
    }
    /* GLOBAL 900px */



    /* HEADER 900px */
    .site-header {
        padding-bottom: 0;
        height: 8.5em;
        padding-top: 0;
        display: flex;
        align-content: center;
    }
    .site-logo-container {
        margin-right: 0;
        width: 50%;
        text-align: left;
    }
    .header-nav {
        width: 50%;
        text-align: right;
    }
    .menu-button,
    .menu-button-close {
        display: inline-block;
    }
    .menu-button-close {
        position: absolute;
        top: 2em;
        right: 0.95em;
        width: 6.5em;
    }
    .main-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        background: #EB5933;
        z-index: 1000;
        transition-property: opacity, visibility;
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
    }
    .main-menu-open .main-menu-container {
        opacity: 1;
        visibility: visible;
    }
    .main-menu {
        flex-flow: column;
        text-align: center;
        font-size: 1.4em;
    }
    .main-menu .current_page_item > a {
        font-weight: 700;
    }
    .main-menu a {
        padding: 1.1em 0;
    }
    .menu-item.don,
    .menu-item.contact {
        position: static;
        transform: none;
    }
    .site-logo-container .custom-logo,
    .scrolled .site-logo-container .custom-logo {
        max-width: 5.6em;
        margin-left: 1.5em;
    }
    .logo-site-description,
    .scrolled .logo-site-description {
        text-align: left;
        font-size: 0.8em;
    }
    /* HEADER 900px */



    /* HOME 900px */
    .home-space-1 {
        height: 3.9em !important;
    }
    .home-container-titles {
        padding-left: 7.3em;
    }
    .home-container-titles .container {
        padding: 0;
    }
    .home-container-titles h2 {
        text-align: left;
        font-size: 1.95em;
        margin-bottom: 0.35em;
    }
    .home-container-titles h3,
    .home-container-titles h3.title-banner,
    .title-banner,
    .title-banner:where(.wp-block-heading).has-background {
        font-size: 1.3em;
        padding: 0.4em 0 0.4em 0.8em;
        letter-spacing: 0.018em;
        width: 100%;
        text-align: left;
    }
    .home-content-image-1 .hemis-content-with-image-image {
        width: 23.8em;
    }
    .home-content-image-1 .hemis-content-with-image-image img {
        width: auto;
        height: 20.8em;
        margin: 0 auto;
    }
    .home-content-image-1 .hemis-content-with-image-content {
        line-height: 1.25;
    }
    .home-content-image-1 .hemis-content-with-image-content br,
    .home-content-image-1 .hemis-content-with-image-content .wp-block-spacer {
        display: none;
    }
    .home-content-image-1 .hemis-content-with-image-content .wp-block-buttons {
        justify-content: center;
    }

    .home-space-2 {
        height: 1.4em !important;
    }
    .home-titre-ateliers-creatifs {
        font-size: 2.3em !important;
        margin-bottom: 0;
    }
    .home-space-3 {
        height: 1em !important;
    }
    .home-ateliers {
        max-width: 33.7em;
    }
    .home-ateliers .wp-block-group {
        grid-gap: 0.9em;
        max-width: 46%;
    }
    .home-ateliers .wp-block-button__link.wp-element-button {
        font-size: 1.3em !important;
        padding: 0.2em 0em !important;
        display: block;
    }
    .home-ateliers .wp-block-group .wp-block-buttons {
        width: 100%;
    }
    .home-ateliers .wp-block-group > p {
        font-size: 1.2em !important;
    }

    .home-space-4 {
        height: 3em !important;
    }

    .home-nos-actions {}
    .home-nos-actions .container {
        max-width: 34.6em !important;
    }
    .home-nos-actions h2 {
        font-size: 1.97em;
        margin-bottom: 0.4em;
    }
    .home-nos-actions h3.title-banner {
        width: auto;
        font-size: 1.3em !important;
        padding: 0.5em 2.3em !important;
        margin-bottom: 2em;
    }

    .home-contenu-image-bottom {}
    .wp-block-hemis-blocks-edv-content-and-image-2::before {
        width: 32em;
        top: -6.6em;
        right: -16em;
        height: 34.641em;
        left: auto;
    }
    .home-contenu-image-bottom .hemis-content-with-image-2-stars,
    .home-contenu-image-bottom .hemis-content-with-image-2-lines {
        display: none;
    }
    .home-contenu-image-bottom .hemis-content-with-image-2-content {
        max-width: 100% !important;
        padding-left: 2em;
    }
    .home-contenu-image-bottom .hemis-content-with-image-2-content .has-title-3-font-size {
        font-size: 1.36em !important;
        font-weight: 600;
        margin-bottom: 76.7vw;
    }
    .hemis-content-with-image-2-container.container {
        background-size: 91.3vw;
        background-position: top 9.5em right 0;
    }
    .hemis-content-with-image-2-content p:last-child br {
        display: none;
    }

    .home-space-5 {
        height: 3.8em !important;
    }
    /* HOME 900px */



    /* FOOTER 900px */
    .site-footer {
        font-size: 0.5rem;
        padding-top: 8.1em;
    }
    .footer-logo-container {
        font-size: 1.05em;
        left: calc(50% - 11.8em);
        top: -6.5em;
        padding: 3.2em 5.3em 0em 4.6em;
        border-radius: 2.5em 2.5em 0 0;
    }
    .social-networks {
        font-size: 3.1em;
        bottom: 1.7em;
    }
    .footer-content p {
        margin-bottom: 0.55em;
    }
    .footer-contact-link {
        font-size: 3.3em;
        padding: 0.4em 0.5em 0.3em;
    }
    .footer-menu {
        padding-top: 1.6em;
        font-size: 1.3em;
    }
    .footer-menu a {
        padding: 1.3em 0.9em;
    }
    .footer-menu li:nth-child(n+2) a::before {
        width: 2px;
        top: 2%;
        height: 85%;
    }
    /* FOOTER 900px */



    /* A PROPOS 900px */
    .home-container-titles.reverse {
        padding-left: 0;
        padding-right: 30%;
    }
    .home-container-titles.reverse h2 {
        /* font-size: 4.16em; */
        line-height: 0.9;
        padding-left: 5.5vw;
        letter-spacing: -0.04em;
        margin-bottom: 0.5em;
    }
    .home-container-titles.reverse h3 {
        /* font-size: 2.71em; */
        padding-left: 5.9vw;
        letter-spacing: 0;
    }

    .apropos-content-image-1 {
        margin-bottom: 7.4em;
    }
    .apropos-content-image-1 .container.hemis-content-with-image-container.reverse {
        flex-flow: column-reverse;
        max-width: 70em !important;
    }
    .apropos-content-image-1 img {
        max-width: 40em;
    }
    .apropos-content-image-1 .hemis-content-with-image-content {
        /* font-size: 2.5em; */
        text-align: justify;
        max-width: 26em;
    }
    .apropos-content-image-1 .hemis-content-with-image-content br {
        display: none;
    }
    .apropos-content-image-1 .hemis-content-with-image-image {
        margin-bottom: 2.3em;
    }

    .block-notre-vision h2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .block-notre-vision .container {
        padding-left: 25px;
    }
    .block-notre-vision .hemis-content-with-image-image {
        margin: 0;
        position: absolute;
        top: 2em;
        left: 0;
        height: 22.4em;
        width: 100%;
    }
    .block-notre-vision .hemis-content-with-image-image img {
        position: static;
        margin: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .block-notre-vision .hemis-content-with-image-content {
        padding-top: 21.4em;
    }
    .hemis-content-with-image-line.line1 {
        right: 6.85em;
        width: 0.4em;
        bottom: -1.5em;
        height: 13em;
    }
    .hemis-content-with-image-line.line2 {
        height: 0.4em;
        right: 5.6em;
        bottom: 1em;
        width: 24.2em;
    }
    .hemis-content-with-image-line.line3 {
        height: 0.4em;
        right: 5.6em;
        bottom: 0.3em;
        width: 14.9em;
    }

    .apropos-space-2 {
        height: 1.8em !important;
    }

    .apropos-block-valeurs {
        padding: 0 0 2.2em;
        font-size: 1.5rem;
        background: none !important;
    }
    .apropos-block-valeurs .container {
        max-width: 28.3em !important;
        margin-left: auto;
    }
    .apropos-block-valeurs h2 {
        font-size: 1.6em !important;
        line-height: 1;
        margin-bottom: 1.1em;
    }
    .list-colors > li {
        font-size: 1em !important;
        padding-left: 1.4em;
        line-height: 1.3;
        margin-bottom: 1.1em;
    }
    .list-colors > li br {
        display: none;
    }
    .list-colors .bullet-white::before,
    .list-colors .bullet-blue::before,
    .list-colors .bullet-orange::before,
    .list-colors .bullet-yellow::before,
    .list-colors .bullet-red::before,
    .list-colors .bullet-pink::before,
    .list-colors .bullet-dark-blue::before,
    .list-colors .bullet-fluorescent-green::before,
    .list-colors .bullet-light-gray::before,
    .list-colors .bullet-dark-gray::before,
    .list-colors .bullet-black::before {
        width: 0.75em;
        /* height: 0.75em;
        left: 0.3em;
        top: 0.3em; */
    }
    /* A PROPOS 900px */



    /* NOS ACTIONS 900px */
    .actions-container-title {
        font-size: 1.5rem;
    }
    .actions-container-title .container {
        max-width: 28.2em !important;
    }
    .actions-container-title .wp-block-group {
        max-width: 100%;
    }
    .actions-container-title h2 {
        font-size: 1.6em;
        margin-bottom: 0.55em;
    }
    .actions-container-title .title-banner:where(.wp-block-heading).has-background {
        font-size: 1.1em;
        padding: 0.4em 1.4em !important;
        margin: 0 !important;
        width: auto;
    }

    .actions-space-2 {
        height: 6.6em !important;
    }

    .block-art-participatif {
        font-size: 1.5rem;
    }
    .block-art-participatif .container {
        padding: 0 25px;
        max-width: 28em !important;
    }
    .block-art-participatif .hemis-content-with-image-image {
        width: 100%;
        margin-bottom: 3.2em;
    }
    .block-art-participatif .hemis-content-with-image-image img {
        max-width: 88%;
        margin-right: 0;
    }
    .block-art-participatif .hemis-content-with-image-line.line1 {
        right: -0.2em;
        bottom: -3.2em;
        height: 15.3em;
    }
    .block-art-participatif .hemis-content-with-image-line.line2 {
        right: -1.2em;
        bottom: 0em;
        width: 24.6em;
    }
    .block-art-participatif .hemis-content-with-image-line.line3 {
        right: -1.2em;
        bottom: -0.8em;
        width: 15.1em;
    }
    .block-art-participatif .hemis-content-with-image-content .has-title-3-font-size {
        font-size: 1.1em !important;
        line-height: 1.2;
        margin-bottom: 1.5em;
        width: 77%;
    }

    .actions-space-3 {
        height: 6.2em !important;
    }

    .actions-container-title2 {
        font-size: 1.5rem;
    }
    .actions-container-title2 .container {
        max-width: 28em !important;
    }
    .actions-container-title2 .title-banner:where(.wp-block-heading).has-background {
        font-size: 1em;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 0em 0em;
        text-align: center;
        line-height: 1.4;
        letter-spacing: .045em;
        margin-bottom: 1.8em;
    }
    .actions-container-title2 .has-text-font-size br {
        display: none;
    }
    .actions-container-title2 p.has-title-3-font-size {
        font-size: 1.085em !important;
    }

    .actions-space-4 {
        height: 7.5em !important;
    }

    .actions-container-blocs {
        font-size: 1.25rem;
        text-align: center;
    }
    .actions-container-blocs .is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 31em;
    }
    .actions-container-blocs .is-vertical.is-layout-flex {
        flex-flow: column-reverse;
    }
    /* NOS ACTIONS 900px */



    /* NOS ATELIERS 900px */
    .page-nos-ateliers .entry-content .has-title-2-font-size {
        font-size: 2.7rem !important;
        margin: 0;
    }
    .page-nos-ateliers .entry-content > .wp-block-spacer:not(:last-child) {
        height: 5.5em !important;
    }
    .page-nos-ateliers .entry-content > .wp-block-group > .wp-block-group {
        max-width: 57em;
        padding: 0 25px;
    }
    .page-nos-ateliers .entry-content > .wp-block-spacer:last-child {
        height: 12em !important;
    }
    /* NOS ATELIERS 900px */



    /* DON 900px */
    .popup-close::before,
    .popup-close::after {
        background-color: #000;
        left: 10%;
    }

    .don-space-1 {
        height: 3em !important;
    }

    .don-container-titles {
        padding: 0;
        font-size: 1.16em;
    }
    .don-container-titles .hemis-container {
        max-width: 27.6em !important;
        text-align: left;
    }
    .don-container-titles .hemis-container h3 {
        margin-top: 10px;
        font-size: 1.1em !important;
        padding: 0.8em 3.3em 0.4em;
        width: auto;
    }

    .don-space-2 {
        height: 2.2em !important;
    }

    .don-content-image-1 {
        font-size: 1.5rem;
    }
    .don-content-image-1 .container.hemis-content-with-image-container {
        max-width: 28em !important;
    }
    .don-content-image-1 .hemis-content-with-image-image {
        margin-bottom: 2.3em;
    }
    .don-content-image-1 .hemis-content-with-image-image img {
        max-width: 100%;
        margin-right: auto;
    }
    .don-content-image-1 .list-colors {
        font-size: 1em !important;
    }
    .don-content-image-1 .hemis-content-with-image-content {
        font-size: 1em;
    }
    .don-content-image-1 .hemis-content-with-image-content > .wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .don-space-3 {
        height: 1.85em !important;
    }

    .don-container-2 {
        font-size: 1.5rem;
        position: relative;
        overflow: hidden;
    }
    .don-container-2 .container {
        max-width: 28.5em !important;
    }
    .don-container-2 .is-layout-flex {
        display: block;
    }
    .don-container-2-left {
        font-size: 1em !important;
    }
    .don-container-2-left .wp-block-spacer {
        display: none;
    }
    .don-container-2-left h2 {
        font-size: 1.85em;
    }
    .don-container-2-left .has-title-3-font-size {
        font-size: 1.1em !important;
        margin-bottom: 1em !important;
    }
    .don-container-2-left .don-container-2-img-left {
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .don-container-2-img-left img {
        max-width: 56%;
    }
    .don-container-2-right {
        position: static;
        font-size: 1em !important;
    }
    .don-container-2-right .wp-block-image img {
        position: absolute;
        top: -5.3em;
        right: -14.1em;
        z-index: 1;
    }
    .don-container-2-right .has-title-2-font-size {
        text-align: left;
        font-size: 1.83em !important;
        margin-top: 2.4em !important;
    }
    .don-container-2-right h2.has-title-3-font-size {
        padding: 0.6em 0em 0.5em 2.4em !important;
        font-size: 1.13em !important;
        letter-spacing: -0.02em;
    }
    .don-container-2-right .has-text-align-right {
        text-align: left;
    }
    .don-container-2-right p.has-title-3-font-size {
        font-size: 1.1em !important;
    }
    .don-container-2-right .has-text-font-size {
        font-size: 1em !important;
    }

    .don-space-4 {
        height: 2.8em !important;
    }

    .don-container-title-bottom .container {
        max-width: 45em !important;
        text-align: center;
    }
    .don-container-title-bottom br {
        display: none;
    }
    .don-container-title-bottom h2 {
        font-size: 2.5em;
    }

    .don-content-bottom {
        min-height: 91.5vw !important;
        padding-top: 7vw !important;
        text-align: center;
        background-size: 100% auto !important;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .sticky-button-donation {
        font-size: 1.2em;
        top: auto;
        bottom: 10%;
    }
    /* DON 900px */



    /* CONTACT 900px */
    .contact-content-container {
        font-size: 1.45rem !important;
    }
    .contact-content-container .has-background {
        padding-left: 25px !important;
        max-width: 29.2em;
        background: none !important;
    }
    .contact-content-container .has-title-2-font-size {
        font-size: 1.65em !important;
        margin-bottom: 0.7em;
    }
    .contact-content-container .has-title-3-font-size {
        font-size: 1.12em !important
    }
    .contact-content-container .wp-block-group .wp-block-group {
        max-width: 100% !important;
    }
    .contact-content-container p:not(.has-title-3-font-size):not(.has-title-2-font-size) br {
        display: none;
    }
    .wp-block-hemis-blocks-edv-contact-form {
        font-size: 0.8em;
    }
    .field-group {
        margin-bottom: 3.9em;
    }
    .field-group label {
        margin-bottom: 0.9em;
    }
    .field-group input,
    .field-group textarea {
        padding: 0.7em 0.8em;
    }
    /* CONTACT 900px */



    /* EHPAD 900px */
    .ehpad-space-1 {
        height: 5em !important;
    }

    .ehpad-banner-titles {
        font-size: 1.125rem;
    }
    .ehpad-banner-titles .container {
        max-width: 100%;
        padding: 0;
    }
    .ehpad-banner-titles .has-title-2-font-size {
        padding-left: 9vw;
    }
    .ehpad-banner-titles h3:where(.wp-block-heading).has-background {
        padding-left: 10vw !important;
        text-align: left;
        display: inline-block;
        width: auto;
    }

    .ehpad-space-2 {
        height: 3.4em !important;
    }

    .ehpad-content-image-1 {
        font-size: 1.25rem;
    }
    .ehpad-content-image-1 .container.hemis-content-with-image-container.reverse {
        flex-flow: column-reverse;
    }
    .ehpad-content-image-1 .hemis-content-with-image-image {
        width: 100%;
        padding-left: 1.5em;
        margin-bottom: 5.7em;
        padding-bottom: 0;
    }
    .ehpad-content-image-1 .hemis-content-with-image-image img {
        max-width: 75%;
    }

    .ehpad-content-image-1 .hemis-content-with-image-container.reverse .hemis-content-with-image-line.line1 {
        left: 0;
        width: 0.7em;
        bottom: -4.7em;
        height: 29.2em;
    }
    .ehpad-content-image-1 .hemis-content-with-image-container.reverse .hemis-content-with-image-line.line2,
    .ehpad-content-image-1 .hemis-content-with-image-container.reverse .hemis-content-with-image-line.line3 {
        left: -1.2em;
        height: 0.7em;
        bottom: -1.8em;
        width: 30.9em;
    }
    .ehpad-content-image-1 .hemis-content-with-image-container.reverse .hemis-content-with-image-line.line3 {
        bottom: -3.3em;
        width: 19.1em;
    }

    .ehpad-content-image-1 .has-title-3-font-size {
        line-height: 1;
        margin-bottom: 0.9em;
    }

    .ehpad-space-3 {
        height: 0em !important;
    }

    .ehpad-ateliers-content-image-1 {
        font-size: 1.5rem;
    }
    .ehpad-ateliers-content-image-1 .container.edv-ateliers-text-and-image-container {
        background-size: 12.6em auto;
        background-position: right 5.4em;
        padding-left: 2.8em;
        max-width: 33em;
    }
    .ehpad-ateliers-content-image-1 .edv-ateliers-text-and-image-content .wp-block-group:first-child {
        padding-right: 12em;
    }
    .ehpad-ateliers-content-image-1 .has-title-2-font-size {
        max-width: 100%;
        text-align: left;
        font-size: 1.8em !important;
    }
    .ehpad-ateliers-content-image-1 h3:where(.wp-block-heading).has-background {
        font-size: 1.02em !important;
        margin-top: 0.7em !important;
        max-width: 100%;
        display: inline-block;
        padding: 0.5em 0.4em 0.3em !important;
        margin-bottom: 0em !important;
        min-width: 11em;
    }
    .ehpad-ateliers-content-image-1 .has-text-font-size {
        max-width: 100%;
        margin-top: 0.3em;
        letter-spacing: -0.04em;
    }
    .ehpad-ateliers-content-image-1 .edv-ateliers-text-and-image-content .wp-block-spacer:last-child {
        height: 1.9em !important;
    }
    .ehpad-ateliers-content-image-1 .edv-ateliers-text-and-image-content .wp-block-group + .wp-block-group .has-title-3-font-size {
        font-size: 1em !important;
        letter-spacing: 0.05em;
    }

    .ehpad-space-4 {
        height: 0em !important;
    }

    .actions-ehpad-last-block {
        padding: 0;
        font-size: 1.5rem !important;
    }
    .actions-ehpad-last-block > .wp-block-spacer:first-child {
        display: none;
    }
    .actions-ehpad-last-block .wp-block-hemis-blocks-container {
        margin: 0;
    }
    .actions-ehpad-last-block .container.hemis-container {
        padding: 0;
    }
    .actions-ehpad-last-block .container.hemis-container .is-layout-flex:not(.is-vertical) {
        flex-flow: column;
    }
    .actions-ehpad-last-block .bloc-left {
        width: 100%;
        text-align: center;
        background: #fff;
        align-items: center;
    }
    .actions-ehpad-last-block .has-title-2-font-size {
        font-size: 1.7em !important;
        margin-bottom: 1.1em;
    }
    .actions-ehpad-last-block .has-title-2-font-size br {
        display: none;
    }
    .actions-ehpad-last-block h3:where(.wp-block-heading).has-background {
        font-size: 0.99em !important;
        padding-left: 4.3vw;
        letter-spacing: 0.06em;
        width: 68.7%;
        margin-left: 0;
        margin-right: auto;
    }
    .actions-ehpad-last-block .bloc-left p {
        max-width: 25.7em;
        text-align: left;
        width: 100%;
        margin-bottom: 0.6em;
    }
    .actions-ehpad-last-block .container.hemis-container .is-layout-flex:not(.is-vertical) > .wp-block-spacer {
        display: none;
    }
    .actions-ehpad-last-block .bloc-right {
        padding-left: 9.1em;
        gap: 0;
        font-size: 0.92em;
        line-height: 1.35;
    }
    .actions-ehpad-last-block > .wp-block-spacer:last-child {
        height: 4.1em !important;
    }
    /* EHPAD 900px */



    /* HOPITAUX 900px */
    .actions-last-block.actions-hopitaux-last-block {
        font-size: 1.5rem !important;
    }
    .actions-last-block.actions-hopitaux-last-block .has-title-3-font-size {
        font-size: 1.08333em !important;
    }
    .actions-last-block.actions-hopitaux-last-block > .wp-block-group > .wp-block-group > .wp-block-spacer:last-child {
        height: 1.6em !important;
    }
    /* HOPITAUX 900px */



    /* TAXONOMIES 900px */
    .archive-section {
        font-size: 1.5rem;
    }
    .archive-section .container {
        max-width: 28em;
    }
    .listing-article,
    .listing-article:nth-child(2n) {
        flex-flow: column;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    .listing-article-thumbnail img,
    .listing-article:nth-child(2n) .listing-article-thumbnail img {
        margin-left: auto;
        margin-right: auto;
    }
    .listing-article-thumbnail {
        width: auto;
        margin-bottom: 5em;
    }
    .listing-article-content {
        width: 100%;
    }
    .listing-line.line-1 {
        width: 80%;
    }
    .listing-line.line-2 {
        width: 100%;
    }
    .listing-line.line-3 {
        height: 100%;
    }
    /* TAXONOMIES 900px */
}



@media screen and (max-width: 750px) {

    /* GLOBAL 750px */

    /* HEADER 750px */

    /* HOME 750px */
    .site-content {
        /* font-size: 0.6rem; */
        font-size: 0.75rem;
    }
    .home-contenu-image-bottom .hemis-content-with-image-2-content {
        padding-left: 0;
    }
    .wp-block-hemis-blocks-edv-content-and-image-2::before {
        font-size: 0.7em;
        top: 0em;
    }
    .home-contenu-image-bottom .hemis-content-with-image-2-content br {
        display: none;
    }
    /* HOME 750px */



    /* FOOTER 750px */
    .social-networks {
        position: static;
        justify-content: center;
        font-size: 5em;
        margin: 0.5em 0;
    }
    .footer-content {
        font-size: 5em;
        margin-bottom: 1em;
    }
    .footer-contact-link {
        font-size: 4.5em;
    }
    .footer-menu {
        font-size: 2.3em;
        padding-top: 2.5em;
    }
    /* FOOTER 750px */
    


    /* A PROPOS 750px */
    .home-container-titles.reverse {
        padding-right: 20%;
    }
    .apropos-content-image-1 img {
        max-width: 18em;
    }

    .block-notre-vision h2 {
        font-size: 1.6em;
    }

    .apropos-block-valeurs {
        font-size: 0.95rem;
    }
    .apropos-block-valeurs .container {
        max-width: 30em !important;
    }
    /* A PROPOS 750px */



    /* NOS ACTIONS 750px */
    .actions-space-1 {
        height: 3em !important;
    }

    .actions-container-title {
        font-size: 0.9375rem;
    }
    .actions-container-title br {
        display: none;
    }
    .actions-container-title .container {
        max-width: 30em !important;
    }

    .actions-space-2 {
        height: 3.3em !important;
    }

    .block-art-participatif {
        font-size: 0.9375rem;
    }
    .block-art-participatif .container {
        max-width: 30em !important;
    }
    .block-art-participatif .hemis-content-with-image-image {
        font-size: 0.75em;
    }

    .actions-space-3 {
        height: 3.1em !important;
    }

    .actions-container-title2 {
        font-size: 0.9375rem;
    }
    .actions-container-title2 .container {
        max-width: 30em !important;
    }

    .actions-space-4 {
        height: 3.75em !important;
    }

    .actions-container-blocs {
        font-size: 0.78125rem;
    }

    .nosactions-section-testimonial .container {
        padding: 0;
    }
    .nosactions-section-testimonial .has-title-3-font-size {
        font-size: 1rem !important;
    }
    /* NOS ACTIONS 750px */



    /* NOS ATELIERS 750px */


    
    /* DON 750px */
    .don-content-image-1 {
        font-size: 0.9375rem;
    }
    .don-content-image-1 .container.hemis-content-with-image-container {
        max-width: 30.6em !important;
    }

    .don-space-3 {
        height: 0.9em !important;
    }

    .don-container-2-right h2.has-title-3-font-size {
        padding: 0.6em 0.4em 0.5em !important;
        text-align: center;
    }
    .don-container-2 {
        font-size: 0.9375rem;
    }
    .don-container-2 .container {
        max-width: 30.5em !important;
    }
    .don-container-2-left .has-title-3-font-size {
        margin-top: 0.8em;
    }

    .don-container-title-bottom {
        font-size: 0.9em !important;
    }
    /* DON 750px */



    /* CONTACT 750px */
    .contact-content-container {
        font-size: 0.9375rem !important;
    }
    .contact-content-container .has-background {
        max-width: 31.3em;
    }
    /* CONTACT 750px */



    /* EHPAD 750px */
    .ehpad-space-1 {
        height: 2.5em !important;
    }

    .ehpad-banner-titles {
        font-size: 0.5625rem;
    }
    .ehpad-banner-titles h3:where(.wp-block-heading).has-background {
        font-size: 1.6em !important;
    }

    .ehpad-space-2 {
        height: 1.7em !important;
    }

    .ehpad-content-image-1 {
        font-size: 0.625rem;
    }
    .ehpad-content-image-1 br {
        display: none;
    }
    .ehpad-content-image-1 .container.hemis-content-with-image-container {
        max-width: 37.2em !important;
    }
    .ehpad-content-image-1 .hemis-content-with-image-content {
        font-size: 1.5em;
    }

    .ehpad-ateliers-content-image-1 {
        font-size: 0.9375rem;
    }
    .ehpad-ateliers-content-image-1 .container.edv-ateliers-text-and-image-container {
        padding-left: 25px;
        background-size: 8.7em auto;
        background-position: right 1.9em;
    }
    .ehpad-ateliers-content-image-1 h3:where(.wp-block-heading).has-background {
        font-size: 0.9em !important;
    }
    .ehpad-ateliers-content-image-1 .container.edv-ateliers-text-and-image-container {
        padding-left: 25px;
    }
    .ehpad-ateliers-content-image-1 .edv-ateliers-text-and-image-content .wp-block-group:first-child {
        padding-right: 7em;
    }

    .actions-ehpad-last-block {
        font-size: 0.9375rem !important;
    }
    .actions-ehpad-last-block h3:where(.wp-block-heading).has-background {
        width: 85%;
    }
    .actions-ehpad-last-block .bloc-right {
        padding-left: 2.2em;
        padding-right: 25px;
    }
    /* EHPAD 750px */



    /* HOPITAUX 750px */
    .actions-last-block.actions-hopitaux-last-block {
        font-size: 0.9375rem !important;
    }
    /* HOPITAUX 750px */



    /* TAXONOMIES 750px */
    .archive-section {
        font-size: 0.75rem;
    }
    /* TAXONOMIES 750px */
}



@media screen and (max-width: 600px) {

    /* GLOBAL 600px */

    /* HEADER 600px */

    /* HOME 600px */

    /* FOOTER 600px */
    .site-footer {
        font-size: 0.25rem;
    }
    /* FOOTER 600px */
    
    /* A PROPOS 600px */

    /* NOS ACTIONS 600px */

    /* NOS ATELIERS 600px */
    .page-nos-ateliers .entry-content .has-title-2-font-size {
        font-size: 1.4rem !important;
    }
    .page-nos-ateliers .entry-content > .wp-block-spacer:not(:last-child) {
        height: 2.7em !important;
    }
    .page-nos-ateliers .entry-content > .wp-block-group > .wp-block-group .wp-block-button__link.wp-element-button {
        font-size: 1.2em;
    }
    .page-nos-ateliers .entry-content > .wp-block-spacer:last-child {
        height: 5.2em !important;
    }
    /* NOS ATELIERS 600px */

    /* DON 600px */

    /* CONTACT 600px */

    /* EHPAD 600px */
}