<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editor-styles-wrapper {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    --wp--style--block-gap: 2em;
}
.editor-styles-wrapper {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);
}

.editor-styles-wrapper::after {
    height: 28px !important;
}

.is-root-container {
    margin-top: 28px;
}

.editor-styles-wrapper .wp-block {
    margin-top: 0;
    margin-bottom: 0;
}

.editor-styles-wrapper h2 {
    color: #25292F;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.625rem;
}

.editor-styles-wrapper h3 {
    color: #25292F;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.625rem;
}

.editor-styles-wrapper h4 {
    color: #CA0045;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.625rem;
}


.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*** Page rÃ©dactionnelle ***/

.page-template-tpl-page-redactionnelle .wysiwyg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-template-tpl-page-redactionnelle .wysiwyg &gt; div {
    max-width: 55rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.page-template-tpl-page-redactionnelle section {
    max-width: none;
}

.page-template-tpl-page-redactionnelle .section-intro {
    max-width: none;
    text-transform: none;
}

/* Header */

.redac-bandeau {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.redac-bandeau-titre {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: clamp(1.5rem, 6vw, 3rem);
    font-weight: bold;
    line-height: 1.2;
    filter: drop-shadow(10px 13px 16px rgba(0, 0, 0, 0.16));
}

@media (min-width: 768px) {
    .redac-bandeau {
        height: 30rem;
        margin-bottom: 2rem;
    }
    .redac-bandeau-titre {
        position: absolute;
        bottom: -0.55em;
        left: 50%;
        translate: -50%;
    }
}

.redac-bandeau-titre &gt; div {
    padding: 0 0.55em 0.1em;
    white-space: nowrap;
    clip-path: polygon(3% 0%, 100% 0%, 97% 101%, 0% 101%);
}
.redac-bandeau-titre .titre-haut {
    background-color: #ca0045;
}
.redac-bandeau-titre .titre-bas {
    background-color: #171e21;
}

/* Footer */

.redac-footer {
    background-color: #f3f3f3;
}

.redac-footer &gt; .row &gt; .columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.redac-footer h2 {
    color: #25292f;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.625rem;
}

.white-diag {
    position: relative;
    overflow: hidden;
}
.white-diag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    background: white;
    rotate: 4deg;
    scale: 1.1;
}

/*** Compositions ***/

.compo h2,
.page-template-tpl-page-redactionnelle h2 {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
	line-height: 1.175;
}

.compo h2::after,
.page-template-tpl-page-redactionnelle h2::after {
    content: '';
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #ca0045;
    border-radius: 10px;
    rotate: -1deg;
}
.compo h2.has-text-align-center::after,
.page-template-tpl-page-redactionnelle h2.has-text-align-center::after {
    left: 50%;
    translate: -50%;
}
.compo h2.has-text-align-right::after,
.page-template-tpl-page-redactionnelle h2.has-text-align-right::after {
    right: 0;
}

.compo h3,
.page-template-tpl-page-redactionnelle h3 {
	color: #CA0045;
}
.compo h3::before,
.page-template-tpl-page-redactionnelle h3::before {
	content: '';
    display: inline-block;
    width: 0.65em;
    height: 0.55em;
    margin-right: 0.5em;
    background: currentColor;
    transform: skewX(20deg);
}

.compo .chapo,
.page-template-tpl-page-redactionnelle .chapo {
	font-size: 1.1em;
	line-height: 1.275;
}

.compo p,
.page-template-tpl-page-redactionnelle p {
	margin: 0 0 1rem 0;
	line-height: 1.4;
}

.compo p:has(+ .wp-block-buttons),
.page-template-tpl-page-redactionnelle p:has(+ .wp-block-buttons) {
    margin-bottom: 0.5rem;
}

.compo .wp-block-button__link,
[class*="compo-"] .wp-block-button__link,
.page-template-tpl-page-redactionnelle .wp-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.35em 1.5em;
    background-color: #171E21;
    border: 1px solid black;
    border-radius: 25px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.compo .wp-block-button__link:hover,
[class*="compo-"] .wp-block-button__link:hover,
.page-template-tpl-page-redactionnelle .wp-block-button__link:hover {
    background-color: #CA0045;
    border: 1px solid #CA0045;
    color: #fff;
}

.compo-list-elt .wp-block-image {
    margin-bottom: 15px;
}
.compo-list-elt .wp-block-button {
    margin: 15px auto 30px auto;
}

/* Sections texte et image */

.compo-text-img,
.compo-img-text {
    padding-bottom: 3rem;
}
.compo-img-text {
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .compo-text-img,
    .compo-img-text {
        flex-direction: row;
        padding-bottom: 3rem;
        gap: 4rem;
    }

    .compo-text-img &gt; div:has(&gt; figure) figure,
    .compo-img-text &gt; div:has(&gt; figure) figure {
        position: relative;
        height: 100%;
    }
    .compo-text-img &gt; div:has(&gt; figure) figure &gt; div,
    .compo-img-text &gt; div:has(&gt; figure) figure &gt; div {
        height: 100% !important;
    }
    .compo-text-img &gt; div:has(&gt; figure) img,
    .compo-img-text &gt; div:has(&gt; figure) img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

/* Section compteur */

.compo-cpt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none !important;
    margin: 2.5rem 0;
    padding-top: 20vh;
    padding-bottom: 15vh;
    color: white;
    font-size: 2.5rem;
}

.compo-cpt &gt; div {
    position: static;
    width: 100%;
    max-width: 75rem;
    padding: 0 2rem;
}

@media (max-width: 767px) {
    .compo-cpt {
        padding: 2rem 0;
    }
    .compo-cpt &gt; div &gt; div &gt; div {
        justify-content: center !important;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
}

.compo-cpt .wp-block-group,
.compo-cpt .wp-block-buttons {
    z-index: 1;
    gap: 0;
}

.compo-cpt p {
    line-height: 3rem;
}

.compo-cpt strong {
    font-weight: 900;
}

.compo-cpt .cpt-number {
    margin-bottom: 5px;
    font-size: 4rem;
    font-weight: 500;
}
.compo-cpt .cpt-number + p {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.compo-cpt &gt; div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: center / cover no-repeat url("/wp-content/uploads/2024/06/bg-chiffres-cles-1024x683.jpg");
}
.compo-cpt &gt; div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}

.compo-cpt:before {
    content: "";
    position: absolute;
    top: -2.5rem;
    bottom: -2.5rem;
    left: 0;
    display: block;
    width: 30%;
    background-color: #CA0045;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.compo-cpt .wp-block-button__link {
    background-color: white;
    border-color: white;
    color: #171E21;
    font-size: 14px;
}

/* Section inclinÃ©e */

.compo-incline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 100%;
    max-width: none !important;
    margin: 0 0 2.5rem;
    filter: drop-shadow(10px 13px 16px rgba(50, 50, 0, 0.2));
    z-index: 2;
}

.compo-incline &gt; div {
    position: relative;
    width: 100%;
    max-width: 55rem;
    z-index: 1;
}

.compo-incline &gt; div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    width: 123px;
    height: 13px;
    margin: auto;
    background-image: url(/wp-content/themes/fcc/application/images/colors.svg);
    background-position: center;
    background-size: contain;
}

.compo-incline &gt; div &gt; div {
    padding: 3rem;
    background-color: #F3F3F3;
    background-image: url(/wp-content/themes/fcc/application/images/quote.svg), url(/wp-content/themes/fcc/application/images/quote.svg);
    background-repeat: no-repeat;
    background-position: 15px 15px, calc(100% - 15px) calc(100% - 15px);
    background-size: 25px;
}

.compo-incline h2 {
    margin-bottom: 0.5rem;
}

.compo-incline p {
	font-size: 1rem;
    font-weight: bold;
    line-height: 1.27;
}
.compo-incline p::before {
	content: '';
    display: inline-block;
    width: 0.65em;
    height: 0.55em;
    margin-right: 0.5em;
    background: currentColor;
    transform: skewX(20deg);
}

@media (min-width: 768px) {
    .compo-incline {
        margin: 2.5rem 0;
    }
    
    .compo-incline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        margin: auto;
        background-color: #CA0045;
    }

    .compo-incline &gt; div::before {
        content: '';
        position: absolute;
        top: -1.5rem;
        right: 0;
        left: 0;
        width: 33.33%;
        height: 2rem;
        margin: auto;
        border: 1px solid #CA0045;
        transform: skewX(-16deg);
    }

    .compo-incline &gt; div &gt; div{
        padding: 3rem 8rem;
        background-position: 8.5% 15px, 91.5% calc(100% - 15px);
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    }
    
}


/* Padding/margin */
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}


/*** News et Events ***/

.single-news .breadcrumb,
.single-events .breadcrumb {
    width: 100%;
}

.single-news section,
.single-events section {
    max-width: none;
}
.single-news .wysiwyg,
.single-events .wysiwyg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-news .wysiwyg &gt; *,
.single-events .wysiwyg &gt; * {
    width: 100%;
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.single-news .compo p {
    margin-top: 0.3125rem;
}

.single-news .single-categories,
.single-events .single-categories {
    width: 100%;
    margin-bottom: 1em;
}

.compo-header-slider h1,
.single-news h1,
.single-events h1 {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    font-size: 2rem;
    font-weight: 300;
	line-height: 1.175;
}
.compo-header-slider h1::after,
.single-news h1::after,
.single-events h1::after {
    content: '';
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #ca0045;
    border-radius: 10px;
    rotate: -1deg;
}
.compo-header-slider h1.has-text-align-center::after,
.single-news h1.has-text-align-center::after,
.single-events h1.has-text-align-center::after {
    left: 50%;
    translate: -50%;
}
.compo-header-slider h1.has-text-align-right::after,
.single-news h1.has-text-align-right::after,
.single-events h1.has-text-align-right::after {
    right: 0;
}
.single-news .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav,
.single-events .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
    z-index: 1;
}
.compo-header-slider .wp-block-eedee-block-gutenslider svg,
.single-news .wp-block-eedee-block-gutenslider svg,
.single-events .wp-block-eedee-block-gutenslider svg {
    --gutenslider-arrow-bg-color: white;
    --gutenslider-arrow-bg-hover-color: white;
}
.single-news .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg #arrow,
.single-events .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg #arrow,
.single-news .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg .arrow,
.single-events .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg .arrow,
.single-news .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg:hover #arrow,
.single-events .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg:hover #arrow,
.single-news .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg:hover .arrow,
.single-events .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg:hover .arrow {
    stroke: white;
}
.single-news .wp-block-eedee-block-gutenslider .swiper-pagination-bullet,
.single-events .wp-block-eedee-block-gutenslider .swiper-pagination-bullet {
    background-color: var(--gutenslider-dot-color);
    opacity: 1;
}
.single-news .wp-block-eedee-block-gutenslider .swiper-pagination-bullet-active,
.single-events .wp-block-eedee-block-gutenslider .swiper-pagination-bullet-active {
    background-color: #CA0045;
    border: 1px solid var(--gutenslider-dot-color);
}

.compo-bg-grey {
    max-width: none !important;
    margin: 2rem 0;
    padding: 0!important;
    background-color: #f3f3f3;
}
.compo-bg-grey &gt; div {
    position: relative;
    width: 100%;
    max-width: 55rem;
    margin: 2rem auto 0.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.single-news .wp-block-list li {
    list-style: none;
    margin-left: 0;
}
.single-news .wp-block-list li::before {
    content: 'â€¢';
    position: static;
    margin-right: 5px;
    color: #CA0045;
}

.single-news .single-content__reaseau,
.single-events .single-content__reaseau,
.single-news .single-content__cta,
.single-events .single-content__cta {
    width: auto !important;
}
.single-news .single-content__reaseau .single-header__share,
.single-events .single-content__reaseau .single-header__share {
    display: flex;
    margin-top: 1rem;
    gap: 0.5em;
}
.single-news .single-content__reaseau a,
.single-events .single-content__reaseau a,
.single-news .single-content__cta a,
.single-events .single-content__cta a {
    font-weight: 700;
    text-decoration: none;
}
.single-news .single-content__reaseau .icon::before,
.single-events .single-content__reaseau .icon::before {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
}</pre></body></html>