:root {
    --ftc--purple: #53267C;
    --ftc--orange: #ED6935;
    --ftc--pink: #E8398C;
    --ftc--yellow: #FAB53E;
    --ftc--light-grey: #F0F0F0;
    --ftc--dark-purple: #41298B;
    --ftc--black: #000;
    --ftc--white: #FFF;
    --ftc--light-purple: #D2AFFF;
    --ftc--green: #14AA8F;
    
    --pmn--black: #1D1D1B;
    --pmn--blue-light: #7AA2F3;
    --pmn--blue: #2E6CE8;
    --pmn--pink: #E8398C;
    --pmn--grey-light: #DCDCDC;
    
    --evo--black: #1D1D1B;
    --evo--grey-dark: #4A4A49;
    --evo--grey: #777776;
    --evo--grey-light: #A5A5A4;
    --evo--yellow: #FEE772;
    --evo--orange: #ED6935;
    --evo--orange--hover: #ef865d;

    --ftc--dark-purple--0_05: rgba(65, 41, 139, 0.05);
    --ftc--dark-purple--0_3: rgba(65, 41, 139, 0.3);
    
    --ftc--dark-purple--hover: #664DB5;
   

    /* #D9D4E8; */
    --ftc--medium-grey: #DCDCDC;
    
    --ftc--light-black: #1D1D1B;
}
@media screen and (max-width: 767px) {
    :root {
        --global-block-padding: 30px;
    }
}
@media screen and (max-width: 1214px) {
    :root {
        --header--logoburger--height: 60px;
    }
}
@media screen and (min-width: 768px) {
    :root {
        --global-block-padding: 100px;
    }
}
body {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    
}
body.wp-admin {
    font-size: 13px;
}
.ftc-bold {
    font-weight: 700;
}
.ftc-medium {
    font-weight: 500;
}

/* ========= BLOB ========= */


@keyframes float-y {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float-x {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0px);
  }
}
.blob-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

.blob-1 {
    position: absolute;
    width: 38.287vw;
    height: 38.287vw;
    left: -9.224vw;
    top: 5vw;
    background: var(--pmn--pink);
    opacity: 0.2;
    filter: blur(127px);
    animation: float-y 30s ease-in-out infinite;
}
.blob-2 {
    position: absolute;
    width: 42.343vw;
    height: 32.343vw;
    left: 64.495vw;
    bottom: -12.079vw;
    background: var(--pmn--blue);
    opacity: 0.3;
    filter: blur(127px);
    animation: float-x 20s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
    .blob-1 {
        width: 58vw;
        height: 58vw;
        left: -9.224vw;
        top: 5.558vw;
    }
    .blob-2 {
        width: 50vw; /* 52 */
        height: 50vw; /* 52 */
        left: inherit;
        left: 250px;
        top: 49%;
    }
}



section p a:not(.cta), 
section li a:not(.cta):not(.ftc-toc__item__link) {
    color: black;
    transition:0.3s ease-in-out;
}

section[style="background-color: var(--pmn--pink);"] p a:not(.cta), 
section[style="background-color: var(--pmn--pink);"] li a:not(.cta):not(.ftc-toc__item__link) {
    color: white;
}


section p a:not(.cta):hover, 
section li a:not(.cta):not(.ftc-toc__item__link):hover {
    color: var(--pmn--pink);
    transition:0.3s ease-in-out;
}

section[style="background-color: var(--pmn--pink);"] p a:not(.cta):hover, 
section[style="background-color: var(--pmn--pink);"] li a:not(.cta):not(.ftc-toc__item__link):hover {
    color: white;
    font-weight:500;
    transition:0.3s ease-in-out;
}

section {
    color: var(--pmn--black);
}
section.white {
    background:white;
}
section.white h2 {
    color:var(--pmn--pink);
}

section[style="background-color: var(--pmn--pink);"] {
    color:#FFFFFF;
}

section[style="background-color: var(--pmn--pink);"] h2 {
    color:white;
}

section[style="background-color: var(--pmn--pink);"] .cta--blue {
    border:2px solid white;
    color:var(--pmn--blue);
    background-color:white;
}

section[style="background-color: var(--pmn--pink);"] .cta--blue:hover {
    border: 2px solid var(--pmn--blue);
    color: white;
    background-color: var(--pmn--blue);
}

/* ========= NOTIFICATION BAR ========= */
@media screen and (max-width:767px) {
	.pmn-notification .wp-block-group .pen-label-nouveau {
		display:none;
	}

}


.pmn-notification .wp-block-group {
    margin-bottom: 0;
}
.pmn-notification .wp-block-group .pen-label-nouveau {

    font-size: 13px;
    padding: 5px 10px;
	margin-right:20px;
    border-radius: 5px;
    background-color: var(--pmn--blue-light);
    color: white;

}

.pmn-notification .wp-block-button .wp-block-button__link {
    color: var(--pmn--blue);
    background-color: white;
	border-radius:100px;
	padding:10px 20px ;
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
}
/* ========= NOTIFICATION BAR ========= */


/* Cards
   ========================================================================== */

.grey .card {
    background-color: var(--evo--black);
}
.card {
    background-color: white;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}


/* CTA
   ========================================================================== */
.cta {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
    min-width: 165px;
    
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    
    box-sizing: border-box;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    padding: 19px 21px;
    
    user-select: none;
    cursor: pointer;
}
.cta--orange {
    --primary-color: var(--evo--orange);
    --secondary-color: var(--ftc--white);
}
.cta--orange:hover {
    --primary-color: var(--evo--orange--hover);
}


.cta--blue {
    --primary-color: var(--pmn--blue);
    --secondary-color: var(--ftc--white);
    border:none;
}

.cta--blue:hover {
    background-color:var(--pmn--blue-light);
    transition:0.3s ease-in-out;
}

.cta--white {
    --primary-color: var(--ftc--white);
    --secondary-color: var(--pmn--pink);
}
.cta--white:hover {
    --primary-color: #ffd4e3;
}
.cta--primary {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    
    transition-property: background-color, border-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.cta--secondary {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    
    transition-property: background-color, border-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}

@media screen and (max-width: 767px) {
    .cta--wide {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .cta--wide {
        display: flex;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
}

.arrow-after::after {
    content: "";
    display: inline-block;
    flex: none;
    width: 22px;
    height: 22px;
    background-image: var(--arrow-right-icon);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease 0s;
    animation: 300ms ease 0s shake-it both alternate infinite paused;
}
.arrow-after:hover::after {
    animation-play-state: running;
}

.arrow-after-yellow::after {
    content: "";
    display: inline-block;
    flex: none;
    width: 22px;
    height: 22px;
    background-image: var(--arrow-right-icon);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease 0s;
    animation: 300ms ease 0s shake-it both alternate infinite paused;
}
.arrow-after-yellow:hover::after {
    animation-play-state: running;
}

@keyframes shake-it {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(20%);
    }
}


/* CTA Ripple Effect
   ========================================================================== */
.cta {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.cta:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}

.cta:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}

/* Links
   ========================================================================== */
.orange-link {
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 15px;
    
    color: var(--evo--orange);
    font-weight: 700;
}

.yellow-link {
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 15px;
    
    color: var(--pmn--blue-light);
    font-weight: 700;
}


.blue-link {
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 15px;
    
    color: var(--pmn--blue);
    font-weight: 700;
}

/* Tags
   ========================================================================== */
.tag {
    font-size: 13px;
    line-height: 32px;
    /*color: var(--ftc--white);*/
    /*background-color: var(--ftc--green);*/
    padding: 0px 10px;
    border-radius: 5px;
    
    
    background-color: var(--pmn--blue-light);
    color: white;
}

.tags-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

/* Accordions
   ========================================================================== */
[data-accordion] {
    --accordion-duration: 300ms;
    --accordion-timing-function: ease;
}
[data-accordion-summary] {
    list-style-type: none;
    cursor: pointer;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
[data-accordion-summary][aria-disabled="true"] {
    pointer-events: none;
}
[data-accordion-summary]::after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform var(--accordion-duration) var(--accordion-timing-function) 0s;
}
[data-accordion-summary][aria-expanded="true"]::after {
    transform: rotateZ(180deg);
}

[data-accordion-region] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--accordion-duration) var(--accordion-timing-function) 0s;
}
[data-accordion][data-open="true"] > [data-accordion-region] {
    grid-template-rows: 1fr;
}
[data-accordion-region] > * {
    overflow: hidden;
}


/* Auto TOC (Table of Content)
   ========================================================================== */
.ftc-toc__section {
    display: flex;
    flex-flow: column nowrap;
    background-color: white;
}
.ftc-toc__container {
    background-color: var(--ftc--white);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    
    position: sticky;
    z-index: 1; /* to be above the following buttons */
    top: calc(var(--header--height, 60px) + var(--wp-admin--admin-bar--height, 0px));
    
    margin: 0px;
}
@media screen and (max-width: 600px) {
    .ftc-toc__container {
        top: var(--header--height, 60px);
    }
}
.ftc-toc__wrapper {
    display: flex;
    flex-flow: row nowrap;
}
.ftc-toc__item {
    background-color: white;
    color: black;
    width: min(165px, 44vw);
    height: auto;
    font-size: 14px;
    line-height: 14px; /* was 26px */
    flex-grow: 1;
    transition:0.3s ease-in-out;
    border-right: 1px solid black;
}
.ftc-toc__item:hover {
    background-color: var(--pmn--blue-light) ;
    color: white;
    transition:0.3s ease-in-out;
}
.ftc-toc__item.swiper-slide-active {
    background-color: var(--pmn--blue);
    color: white;
}
.ftc-toc__item__link {
    width: 100%;
    height: 100%;
    padding: 16px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ftc-toc__target {
    padding: 0 var(--global-block-padding);
}
.ftc-toc__target > h2 {
    color: var(--pmn--pink);
}
.ftc-toc__target > h3 {
    color: black;
}
.ftc-toc__target__cta {
    margin-top: 35px;
    margin-left: 0px;
}
@media screen and (max-width: 599px) {
    .ftc-toc__target {
        scroll-margin-top: calc(var(--header--height, 60px) + 35px);
    }    
    .ftc-toc__nav {
        top: var(--header--height, 60px);
    }
}
@media screen and (min-width: 600px) {
    .ftc-toc__target {
        scroll-margin-top: calc(var(--header--height, 60px) + 75px);
    }    
    .ftc-toc__nav {
        top: calc(var(--header--height, 60px) + var(--wp-admin--admin-bar--height, 0px));
    }
}
@media screen and (max-width: 767px) {
    .ftc-toc__section {
        row-gap: 40px;
        padding-bottom: 40px;
    }
    .ftc-toc__target > h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .ftc-toc__target > h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .ftc-toc__target__cta + h3 {
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) {
    .ftc-toc__section {
        row-gap: 70px;
        padding-bottom: 70px;
    }
    .ftc-toc__target > h2 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 35px;
    }
    .ftc-toc__target > h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .ftc-toc__target__cta + h3 {
        margin-top: 42px;
    }
}

/* GENERAL SECTION SCROLL MARGIN ON TOC*/
@media screen and (max-width: 599px) {
    section {
        scroll-margin-top: calc(var(--header--height, 60px) + 35px);
    }
}
@media screen and (min-width: 600px) {
    section {
        scroll-margin-top: calc(var(--header--height, 60px) + 75px);
    }
}


/* News
   ========================================================================== */
.news__sharer {
    display: flex;
    padding: 80px var(--global-block-padding);
    color: var(--evo--black);
}
.news__sharer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: rgba(46, 108, 232, 0.2);
    padding: 25px 40px;
    border-radius: 20px;
}
.news__sharer-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.news__sharer-list a {
    margin-right: 20px;
    transform: scale(1);
    will-change: transform;
    transition: transform 400ms ease-in-out;
}
.news__sharer-list a:hover {
    transform: scale(1.1);
}
.news__sharer-container svg {
    fill: var(--pmn--blue);
}

@media screen and (max-width: 500px) {
    .news__sharer {
        padding: 40px 5% ;
    }
}

.news__author {
    padding: 0 var(--global-block-padding) 80px;
}
.news__author-container {
    display: flex;
    gap: 5%;
    background-color: white;
    border-radius: 20px;
    padding: 50px 5% 50px;
    
}
.news__img-container {
    width: 200px;
    height: 200px;
    background-color: var(--evo--grey);
    overflow: hidden;
    border-radius: 50%;
    flex: none;
}
.news__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__author-info {
   display: flex;
   flex-direction: column;
   
}
.news__author-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    color:var(--pmn--pink);
}
.news__author-function {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color:black;
}
.news__author-description {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .news__author-container {
        flex-direction: column;
        gap: 20px;
        padding: 30px 7% 30px;
    }
    .news__img-container {
        width: 150px;
        height: 150px;
    }
}

/* QAs
   ========================================================================== */
.qa {
    border-radius: 20px;
}
.qa__question::after {
    background-image: var(--ftc--icon--chevron--blue);
}
.qa__question__topic {
    color: var(--pmn--blue-light);
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
}
.qa__question__title {
    font-size: 20px;
    font-weight: bold;
    color:var(--pmn--pink);
}
.qa__answer > div > :first-child {
    margin-top: 15px;
    color:black;
}
@media screen and (max-width: 767px) {
    .qa {
        padding: 26px 17px 24px 27px;
    }
    .qa__question__title {
        line-height: 22px;
    }
    .qa__answer {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (min-width: 768px) {
    .qa {
        padding: 23px 22px 25px 29px;
    }
    .qa__question__title {
        line-height: 26px;
    }
    .qa__answer {
        font-size: 18px;
        line-height: 28px;
    }
}


/* Newsletter Form
   ========================================================================== */
.newsletter__section {
    display: flex;
    align-items:center;
    justify-content: space-between;
    background-color: black;
    color: white;
    padding: 50px var(--global-block-padding);
}

.newsletter__section-form {
    width: 50%;
    position: relative;
}
.newsletter__section-title {
    font-size: 32px;
    line-height: 1.15;
}

.newsletter__section-form .hs_recaptcha {
    display: none;
}
.newsletter__section-form input {
    background-color: white;
}


.newsletter__section-form .hbspt-form .hs-button {
    position: absolute;
    top: 34px;
    right: 4px;
    height: 40px;
    padding: 0;
    min-width: 14ch;
    background: black;
}

.newsletter__section-form .legal-consent-container > div .hs-dependent-field .hs-form-field {
    margin-top: 10px;
}
.newsletter__section-form a {
    color: white !important;
}

@media screen and (max-width: 992px) {
    .newsletter__section {
        flex-direction: column;
        justify-content: space-between;
        padding: 50px var(--global-block-padding);
    }
    .newsletter__section-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .newsletter__section-form {
        width: 100%;
    }
    .newsletter__section-form input::placeholder {
        font-size: 12px;
    }
}

/* meter */
meter {
  --transparent: rgba(0, 0, 0, 0); /* Safari doesn't support `transparent` well */
  --color-full: var(--pmn--blue-light);
  --color-empty: rgb(122 162 243 / 20%);
  
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none; /* Required to get rid of the default background prop. on Firefox */
  
  width: 72px;
  height: 18px;
  background: radial-gradient(circle at center, var(--color-empty) 42%, var(--transparent) 44%), var(--transparent); 
  background-size: 18px 18px;
}

/* Safari */
meter::-webkit-meter-bar { /* container of the meter gauge that holds the value */
  background: none; /* Important to get rid of default background. */
  background: radial-gradient(circle at center, var(--color-empty) 42%, var(--transparent) 44%), var(--transparent); 
  background-size: 18px 18px;
}

meter::-webkit-meter-optimum-value { /* The current value of the meter element and is by default green when the value attribute falls inside the low-high range. */
  background: radial-gradient(circle at center,  var(--color-full) 42%, var(--transparent) 44%), var(--transparent); 
  background-size: 18px 18px;
}

/* Firefox */
meter::-moz-meter-bar {
  background: radial-gradient(circle at center, var(--color-full) 42%, var(--transparent) 44%), var(--transparent); 
  background-size: 18px 18px;
}

/* Fallback for shitty browsers */
.fallback-meter-gauge {
    width: 72px;
    height: 18px;
    display: block;
  
    background: radial-gradient(circle at center, var(--color-empty) 42%, var(--transparent) 44%), var(--transparent); 
    background-size: 18px 18px;
}

.fallback-meter-gauge > span {
  height: inherit;  
  
  background: radial-gradient(circle at center, var(--color-full) 42%, var(--transparent) 44%), var(--transparent); 
  background-size: 18px 18px;
  display: block;
  text-indent: -9999px;
}

/* Highlight title with $ $ */

.highlight-title {
    background-color:var(--pmn--pink);
    color:white;
    padding:0px 6px;
}

section[style="background-color: var(--pmn--pink);"] .highlight-title {
    background-color: white;
    color: var(--pmn--pink);
    padding:0px 6px;
}

@media screen and (max-width: 599px) {
    h1, h2, h3, h4, h5, h6 {
        scroll-margin-top: calc(var(--header--height, 60px) + 35px);
    }    
}
@media screen and (min-width: 600px) {
    h1, h2, h3, h4, h5, h6 {
        scroll-margin-top: calc(var(--header--height, 60px) + 75px);
    }   
}

/* Background Sections
   ========================================================================== */
