/*
* DEV
*/
.devred {
    border: 1px solid red;
}
.devblue {
    border: 1px solid blue;
}
.devgreen {
    border: 1px solid green;
}

html {
    scroll-behavior: smooth;
}

body:not(.home) {
    background: none;
}
body:not(.home) .site-header {
    box-shadow: black 0 -10px 40px 0;
    background-color: rgba(256,256,256,0.85);
}
.focus-prog-row {
    background-color: #502C96;
    background-image: url('../img/topbg-prog.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 101%;
    z-index: 1;
    margin-top: -250px;
    position: relative;
}
.focus-prog {
    max-width: 1100px;
    margin: 0 auto;
    padding: 320px 0 50px 0;
    z-index: 2;
}
.focus-prog--grid:after {
    content: "";
    background-image: url(../img/carre-3d-orange.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -90px;
    left: 59px;
    width: 130px;
    height: 130px;
    z-index: 9;
}
.focus-prog .focus-prog--subtitle {
    color: #f27d9f;
    font-family: "Dosis-Bold", sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px 90px;
    display: block;
}
.focus-prog .focus-prog--title {
    color: white;
    font-family: "Dosis-Bold", sans-serif;
    font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: 0;
    margin: 0 0 80px 90px;
    position: relative;
}

.focus-prog--grid {
    position: relative;
    height: 690px;
    z-index: 3;
}
.focus-prog--title:after {
    content: "";
    background-image: url(../img/croix-3d-orange.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    right: 30px;
    width: 130px;
    height: 135px;
    z-index: 9;
}
.focus-prog--item {
    position: absolute;
    background-color: #FFC393;
    border-radius: 24px;
}
.focus-prog--item .title {
    display: block;
    font-family: "Dosis-Bold", sans-serif;
    text-align: center;
    color: #502C96;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.focus-prog--item .desc {
    text-align: center;
    font-family: "Dosis-Regular", sans-serif;
    color: #707070;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
}
.btn-violet {
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    color: #502C96;
    font-size: 20px;
    font-weight: 700;;
    background-color: white;
    border-radius: 24px;
    border: 1px solid #502C96;
    box-shadow: 0 10px 0 rgba(80, 44, 150, 1);
    display: block;
    margin: 10px auto;
    width: fit-content;
    padding: 6px 12px;
}
.btn-violet:hover {
    background-color: #502C96;
    color: white;
    box-shadow: 0 4px 0 rgba(80, 44, 150, 0.5);
    cursor: pointer;
}

.focus-prog--un {
    top: 0;
    left: 0;
    width: 286px;
    aspect-ratio: 0.7/1;
    background-image: url('../img/bg-carres1.gif');
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: 90px 90px;
    padding: 130px 24px 24px 24px;
}
.focus-prog--un:after {
    content: "";
    background-image: url('../img/bg-ondes1.webp');
    background-repeat: no-repeat;
    position: absolute;
    top: 96px;
    right: -190px;
    width: 320px;
    height: 318px;
    z-index: -1;
}

.focus-prog--deux {
    top: 0;
    left: 350px;
    width: 504px;
    aspect-ratio: 101/41;
    background-image: url('../img/bg-carres2.gif');
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) 24px;
    background-size: 90px 67px;
    padding: 24px 24px 24px 24px;
}
.focus-prog--un .title {
    margin: 0 auto 20px auto;
}
.focus-prog--deux .title {
    max-width: 90%;
    text-align: left;
    display: block;
}
.focus-prog--deux .desc {
    max-width: 90%;
    text-align: left;
    display: inline-block;
}
.focus-prog--deux .btn {
    position: absolute;
    right: 24px;
    bottom: 48px;
    margin: 10px auto 0 auto;
}
.focus-prog--trois {
    bottom: 0;
    right: 0;
    width: 504px;
    aspect-ratio: 7/5;
    background-image: url('../img/bg-carres3.gif');
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: 90px 45px;
    padding: 80px 24px 24px 24px;
}
.focus-prog--trois .title {
        max-width: 50%;
        display: block;
    margin: 0 auto 20px auto;
}
.focus-prog--trois .desc:before {
    content: "";
    background-image: url('../img/manette-3d.webp');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    left: -210px;
    width: 211px;
    height: 273px;
    z-index: -1;
}
.focus-prog--trois .desc:after {
    content: "";
    background-image: url('../img/bg-ondes2.webp');
    background-repeat: no-repeat;
    position: absolute;
    top: -114px;
    right: -160px;
    width: 320px;
    height: 325px;
    z-index: -1;
}

.navbar {
    margin: 30px auto;
}
#menu-item-17 {
    margin-top: -12px;
}
#menu-item-17 a,
#gform_submit_button_1 {
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    color: #404040;
    font-size: 20px;
    font-weight: 700;;
    background-color: white;
    border-radius: 24px;
    border: 1px solid #404040;
    box-shadow: 0 10px 0 rgba(64, 64, 64, 1);
    display: block;
    margin: 10px auto;
    width: fit-content;
    padding: 6px 12px;
}
#menu-item-17 a:hover {
    background-color: #404040;
    color: white;
    box-shadow: 0 4px 0 rgba(64, 64, 64, 0.5);
    cursor: pointer;
}
.methode-row {
    background: #F8F8F8;
}
.methode-header {
    text-align: center;
}
.methode {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0 70px 0;
    position: relative;
}
.methode:after {
    content: "";
    background-image: url(../img/croix-3d-mauve.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -90px;
    right: 100px;
    width: 130px;
    height: 135px;
    z-index: 9;
}
.methode-subtitle {
    display: block;
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    color: #F27D9F;
    font-size: 31px;
    font-weight: 700;
    line-height: normal;
}
.methode-title {
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    color: #B39FDB;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}
.methode-content {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
    grid-template-rows: auto;
    grid-gap: 0 60px;
    margin: 40px 0 0 0;
}
.methode-content--item {
    background: transparent;
    border-radius: 24px;
    padding: 1.5rem;
}
.methode-content--item:hover {
    cursor: pointer;
    background-color: white;
}
.methode-content--item h3 {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 18px;
    color: #9c9c9c;
    line-height: 0;
    margin: 0 0 20px 0;
    width: 100%;
    padding: 0 30px 0 0;
    position: relative;
}
.methode-content--item h3:after {
    content: "";
    background-image: url('../img/puce-off.webp');
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.methode-content--item:hover h3:after {
    content: "";
    background-image: url('../img/puce-on.webp');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.methode-content--item p {
    font-family: "Dosis-Regular", sans-serif;
    font-size: 20px;
    color: #575757;
    line-height: 20px;
    display: none;
    height: 0;
    transition: height 1s ;
    max-width: 85%;
    margin: 0;
}
.methode-content--item p strong {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 20px;
    color: #F27D9F;
}
.methode-content--item:hover h3 {
    color: #B39FDB;
}
.methode-content--item:hover p {
    display: block;
    height: fit-content;
    transition: height 1s ;
}
.methode-content--coltwo {
    text-align: center;
    margin: -30px 0 0 0;
}
.methode-content--colthree {
    text-align: center;
    padding: 1.25rem 3rem;
    border: 1px solid #B39FDB;
    border-radius: 24px;
    height: fit-content;
}
.methode-content--colthree p {
    font-family: "Dosis-Regular", sans-serif;
    font-size: 16px;
    color: #575757;
    line-height: normal;
}
.methode-rate {
    display: block;
    font-family: "Dosis-Bold", sans-serif;
    color: #F27D9F;
    font-size: 20px;
    line-height: normal;
}
.methode-rate strong {
    display: block;
    font-size: 72px;
}

.objectifs-row {
    position: relative;
    width: 100%;
    background-color: #FFC3D2;
    background-image: url(../img/bg-grille.webp);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center center;
    padding: 100px 0 100px 0;
}
.objectifs {
    max-width: 1100px;
    margin: 0 auto;
}
.objectif-header {
    text-align: center;
}
.objectif-title {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 100px;
    color: #FFC3D2;
    -webkit-text-stroke: 2px #f27d9f;
    position: relative;
}
.objectif-title:before {
    content: "";
    background-image: url('../img/pacman-rose.webp');
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: -216px;
    width: 330px;
    height: 140px;
    z-index: 10;
}
.objectif-intro {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 30px;
    color: #502c96;
    max-width: 650px;
    margin: 20px auto 10px auto;
    line-height: 40px;
}
.objectif-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0 60px;
    margin: 80px 0 0 0;
}
.objectif-items {
    background: #FFC393;
    border-radius: 24px;
    border: 1px solid #502C96;
    padding: 1.5rem;
    text-align: center;
}
.objectif-item-title {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #404040;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 83%;
    margin: 0 auto;
}
.objectif-spacer {
    display: block;
    margin: 16px auto;

}
.objectif-item-desc {
    font-family: "Dosis-Regular", sans-serif;
    font-size: 18px;
    color: #575757;
    line-height: 24px;
    margin: 0;
}
.kesako-row {
    width: 100%;
    height: auto;
    background-color: #502c96;
    position: relative;
    padding: 0.75rem;
    background-image: url(../img/bg-space.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    min-height: 484px;
}
.kesako-compteur {
    width: fit-content;
    margin: 0 auto 50px auto;
}
.kesako-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0 60px;
    max-width: 1100px;
    margin: 0 auto 30px auto;
}
.kesako-subtitle {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 20px;
    color: #502C96;
    display: block;
}
.kesako-subtitle strong {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 40px;
    color: white;
    display: block;
    margin: 0 0 20px 0;
}
.kesako-desc {
    font-family: "Dosis-Regular", sans-serif;
    font-size: 18px;
    color: white;
}
.kesako-grid-left .btn-violet {
    margin: 0;
}
.kesako-spacebox {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    margin: -50px 0 0 0;
}
.kesako-space {
    position: absolute;
    width: 64px;
    height: 240px;
    animation: deplacer 4s ease-in-out infinite;
}
.kesako-logo {
    margin: 22px 0 0 0;
}
@keyframes deplacer {
    0% {
        left: 0; /* Commence hors de l'écran à gauche */
    }
    50% {
        left: calc(100% - 64px); /* Se déplace complètement à droite */
    }
    100% {
        left: 0; /* Reviens à gauche */
    }
}
.slider-box {
    background-color: #F27D9F;
    width: 100%;
    max-width: 1100px;
    height: 600px;
    display: block;
    aspect-ratio: 16/9;
    z-index: 9999;
    margin: 0 auto;
    position: relative;
    border: 2px solid #502C96;
}
.slider-box  {
    border-radius: 24px !important;
    overflow: hidden;
}

#form-row {
    padding: 3rem;
}
.form {
    background-color: #F27D9F;
    border-radius: 24px;
    border: 2px solid #502C96;
    max-width: 730px;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
}
.form-header {
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    max-width: 580px;
    margin: 0 auto 52px auto;
}
.form-top-title,
.form-subtitle {
    font-size: 22px;
    color: #404040;
    display: block;
    max-width: 540px;
    margin: 0 auto;
}
.form-title {
    font-size: 48px;
    color: white;
    margin: 0 0 24px 0;
    display: block;
    position: relative;
}
.form-title strong {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.gform_title,
.gform_required_legend {
    display: none;
}
.form .gform-body {
    max-width: 342px;
    margin: 0 auto;
}
.form #field_1_2,
#input_1_3,
.form #field_1_5,
.form #field_1_6,
.form #field_1_7 {
    border-bottom: 8px solid #404040;
}
#input_1_2,
#input_1_4,
#input_1_5,
#input_1_6,
#input_1_7 {
    padding: 1.5rem;
    min-height: 50px;
}
.form input::placeholder,
.form textarea::placeholder,
.gf_placeholder,
#input_1_7_chosen,
.chosen-single span {
    font-family: "Dosis-Light", sans-serif;
    font-size: 18px;
}

#gform_submit_button_1:hover {
    background-color: #404040;
    color: white;
    box-shadow: 0 4px 0 rgba(64, 64, 64, 0.5);
    cursor: pointer;
}
.form:before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 23%;
    left: -110px;
    width: 224px;
    height: 295px;
    background-image: url('../img/console.webp');
    background-repeat: no-repeat;
}
.form:after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 10%;
    right: -140px;
    width: 287px;
    height: 202px;
    background-image: url('../img/tamagochi.webp');
    background-repeat: no-repeat;
}
.form-header:before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 100px;
    width: 18px;
    height: 18px;
    background-image: url('../img/star-white.webp');
    background-repeat: no-repeat;
}
.form-header:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 20px;
    right: -70px;
    width: 121px;
    height: 127px;
    background-image: url('../img/carre-3d-rose.webp');
    background-repeat: no-repeat;
}
.gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}
#gform_wrapper_1 {
    position: relative;
}
#gform_wrapper_1:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: -40px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-image: url('../img/star-white.webp');
    background-repeat: no-repeat;
}
body:not(.home) .footer-wrapper:before {
    content: "";
    background-image: url(../img/croix-3d-orange.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    right: 50px;
    width: 130px;
    height: 135px;
    z-index: 9;
}
.footer-branding {
    margin: 0 0 40px 0;
}
.brand-info {
    display: block;
    max-width: 296px;
    font-family: "Dosis-Regular", sans-serif;
    font-size: 18px;
    color: white;
}
.social-icons {
    position: absolute;
    right: 20px;
    width: 60px;
    height: 60PX;
    top: 167px;
    display: block;
    background: #502c96;
    border-radius:84px;
    transition: 0.5s linear;
    z-index: 99;
}
.social-icons:hover {
    cursor: pointer;
    /*height: 80px;*/
    /*width: 80px;*/
    scale: 1.2;
    transition: 0.5s linear
}
.social-icons a {
    display: grid;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
}
.social-icons a img {
    display: block;
    margin: auto auto;
}
.footer-colone {
    grid-column: 1;
    grid-row: 1;
}
.footer-coltwo {
    grid-column: 2;
    grid-row: 1;
}
.footer-colthree {
    grid-column: 3;
    grid-row: 1;
}
.menu-title {
    font-family: "Dosis-Regular", sans-serif;
    font-size: 18px;
}
.menu-title-forma {
    color: #FFC393;
}
.menu-title-legal {
    color: #B39FDB;
}
.menu-title-contact {
    color: #F27D9F;
}
.menu-title-autre {
    color: white;
}
.footer-info-content {
    padding: 1.5rem 0 0 0;
}
.footer-links {
    padding: 0;
}
.site-footer ul li a:hover {
    color: #ffc393;
}

/* PAGE FORMATION */
.forma-content {
    display: block;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.forma-title,
.forma-content h1 {
    font-size: 1.5em;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    color: #c5a2ec;
}
.forma-spacer-big {
    display: block;
    height: 6px;
    width: 250px;
    border-radius: 3px;
    background-color: #c5a2ec;
}
.forma-spacer {
    display: block;
    height:3px;
    width: 120px;
    border-radius: 4px;
    background-color: #c5a2ec;
    margin: 0 0 30px 0;
}
.forma-desc {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: max-content;
    grid-gap: 80px;
    align-content: center;
    justify-content: center;
    margin: 50px 0 30px 0;
    position: relative;
    justify-items: center;
    align-items: center;
}
.forma-desc:before {
    content: "";
    background-image: url(../img/croix-3d-orange.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: -180px;
    right: -40px;
    width: 130px;
    height: 135px;
    z-index: 9;
}
.forma-desc img {
    display: block;
    max-width: 320px;
}
.forma-desc p {
    line-height: 1.5rem;
}
.forma-spec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
    grid-gap: 80px;
    align-content: center;
    justify-content: center;
    position: relative;
}
.forma-spec:after{
    content: "";
    background-image: url(../img/croix-3d-mauve.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    left: -140px;
    width: 130px;
    height: 135px;
    z-index: 9;
}
.forma-spec-colone {
    grid-column: 1;
    grid-row: 1;
}
.forma-spec-coltwo {
    grid-column: 2;
    grid-row: 1;
}

.forma-subtitle {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 22px;
    color: #c5a2ec;
    text-transform: uppercase;
}
.forma-prog {
    position: relative;
}
.forma-prog:before {
    content: "";
    background-image: url(../img/carre-3d-rose.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    right: -140px;
    width: 130px;
    height: 130px;
    z-index: 9;
}
.forma-prog-content {

}
.forma-prog pre {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 50px;
    -webkit-text-stroke: 2px #b3a0dc;
    color: transparent;
    margin: 0 0 12px 0;
}
.forma-prog p em {
    color: #c5a2ec;
    font-style: italic;
    font-size: 18px;
}
.forma-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: max-content;
    grid-gap: 30px 30px;
    position: relative;
}
.forma-info:before {
    content: "";
    position: absolute;
    z-index: 999;
    top: -300px;
    right: -140px;
    width: 224px;
    height: 295px;
    background-image: url('../img/console.webp');
    background-repeat: no-repeat;
}
.forma-info span {
    display: block;
}
.forma-info-title,
.fic-title {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 18px;
    color: #c5a2ec;
}
.forma-info-value,
.fic-value {
    display: block;
    font-family: "Dosis-Regular", sans-serif;
    font-size: 18px;
    color: #575757;
    margin: 12px 0 0 0;
}

.info-duree .forma-info-title:before {
    content: url("../img/icn-duree.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.info-acces .forma-info-title:before {
    content: url("../img/icn-delai.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.info-date .forma-info-title:before {
    content: url("../img/icn-date.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.info-participants .forma-info-title:before {
    content: url("../img/icn-participants.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.info-prix {
    display: grid;
    grid-column: 1 / 3;
}
.info-prix .forma-info-title:before {
    content: url("../img/icn-price.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.info-lieu .forma-info-title:before {
    content: url("../img/icn-lieu.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.info-contact .forma-info-title:before {
    content: url("../img/icn-contact.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}

.forma-indicateurs-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
    grid-gap: 30px 30px;
}

.fic-nbr .fic-title:before {
    content: url("../img/icn-nbr.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}
.fic-satisfaction .fic-title:before {
    content: url("../img/icn-satisfaction.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}
.fic-reussite .fic-title:before {
    content: url("../img/icn-satisfaction.webp");
    margin: 0 0 0 0;
    display: inline-block;
    bottom: -12px;
    position: relative;
}
.endforma {
    display: block;
    margin: 30px auto;
    max-width: 200px;
}
.endforma image {
    width: 100%;
    height: auto;
}
.cata-forma-row {
    max-width: 1100px;
    margin: 0 auto;
}
.cata-forma {
    position: relative;
}
.cata-forma-title {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 100px;
    color: white;
    -webkit-text-stroke: 2px #f27d9f;
    position: relative;
}
.cata-forma-subtitle {
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    color: #B39FDB;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
.cata-forma-intro,
.cata-forma-intro p {
    color: #502c96;
    font-family: "Dosis-Regular", sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.focus-prog--subtitle {
    font-family: "Dosis-Bold", sans-serif;
    font-size: 100px;
    color: white;
    /*-webkit-text-stroke: 2px #f27d9f;*/
    position: relative;
    text-align: center;
    margin: 3rem auto;
}
.focus-prog--title {
    text-align: center;
    font-family: "Dosis-Bold", sans-serif;
    color: #B39FDB;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
.forma-cata--grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: max-content;
    grid-gap: 96px 48px;
    align-content: center;
    justify-content: center;
    margin: 90px 0 50px 0;
}
.forma-item {
    border: 1px solid #502c96;
    border-radius: 24px;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.forma-item .title {
    display: block;
    font-family: "Dosis-Bold", sans-serif;
    color: #502C96;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin: 12px 6px ;
}
.forma-item .btn-violet {
    margin-bottom: -15px;
}
.forma-item:hover {
    background-color: #ded7ea;
    cursor: pointer;
}
.forma-illus {
    display: block;
    border-radius: 100%;
    max-width: 100px;
    overflow: hidden;
    margin: -50px auto 24px auto;
    border: 1px solid #502c96;
    aspect-ratio: 1/1;
    filter: grayscale(50%);
    transition: 1s linear all;
    background-color: white;
}
.forma-item:hover .forma-illus {
    filter: grayscale(0%);
    max-width: 150px;
    transition: 1s linear all;
}
.breadcrumb {
    display: block;
    list-style: none;
    margin: 6px 0 24px 0;
    padding: 0;
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    font-family: "Dosis-Light", sans-serif;
    font-size: 16px;
    color: #f27da0;
}
.breadcrumb li:hover {
    color: #502c96;
    cursor: pointer;
    text-decoration: underline;
}
.forma-downloads-content {
    border-radius: 4px;
    border: 1px solid #c12002;
    padding: 6px 12px;
    width: max-content;
    position: relative;
}
.subtitle-download:before {
    content: "";
    background-image: url(../img/carre-3d-orange.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -140px;
    width: 130px;
    height: 130px;
    z-index: 9;
}
.downloads-pdf {
    display: flex;
    align-items: center;
}
.forma-download, .subtitle-download {
    position: relative;
}
.subtitle-download:before {
    content: "";
    background-image: url(../img/carre-3d-orange.webp);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -220px;
    width: 130px;
    height: 130px;
    z-index: 9;
}
.forma-downloads-content:hover {
    cursor: pointer;
    background: rgb(249,34,11);
    background: linear-gradient(180deg, rgba(249,34,11,1) 10%, rgba(175,37,6,1) 100%);
    color: white;
}
.downloads-pdf:before {
    content: url("/wp-content/themes/crfc/assets/img/icn-pdf.webp");
    height: 40px;
    aspect-ratio: 1/1;
    margin: 0 12px 0 0;
}
#gform_1_validation_container {
    max-width: 75%;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
}
.post-content a {
    text-decoration: underline;
    color: #502c96;
}
.bloc-centre {
    margin: 0 auto;
    max-width: 1100px;
}
.page-partners {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 60px;
    grid-auto-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    margin: 0 auto 50px auto;
    max-width: 95%;
}
.page-partner {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    align-content: center;
}
.partner-img {
    display: block;
    max-height: 150px;
}
.partner-184 .partner-img {
    max-height: 220px;
}
.title-partners {
    font-family: "Dosis-Bold", -apple-system, sans-serif;
    font-size: 2.4rem;
    line-height: 2rem;
    margin: 30px auto 30px auto;
    text-align: center;
}
.forma-inscription {
    display: block;
    position: relative;
    padding: 1rem;
    border: 1px solid #f37d9f;
    border-radius: 6px;
    margin: 20px auto;
}
.forma-inscription h3 {
    font-family: "Dosis-Bold", -apple-system, sans-serif;
    font-size: 1.5rem;
    color: #f37d9f;
    margin: 10px 0 20px 0;
}
.gfield_label {
    font-family: "Dosis-Bold", -apple-system, sans-serif !important;
    color: #502c96 !important;
    font-size: 1.2rem !important;
}
#gform_2 label, #gform_2 input {
    font-size: 1.1rem;
    line-height: 19px;
}
.chosen-drop, .chosen-search, .chosen-results, .active-result li {
    font-size: 1.1rem !important;
}

/* RESPONSIVE
*/

@media screen and (max-width: 430px) {
    body:not(.home) {
        background: url('/wp-content/themes/crfc/assets/img/bg-circle.webp') no-repeat top -200px;
        background-size: 100%;
    }
    .site-header {padding: 1rem}
    .social-icons {display: none}
    .slider-box {
        display: none;
    }
    .focus-prog-row {
        margin-top: 0;
    }
    .focus-prog {
        padding: 3rem 1rem;
    }
    .focus-prog .focus-prog--subtitle {
         margin: 0 auto;
    }
    .focus-prog .focus-prog--title {
        line-height: initial;
        margin: 0 auto 30px auto;
    }
    .focus-prog--title::after {
        content: none;
        background-image: none;
    }
    .focus-prog--grid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-auto-flow: row;
        grid-gap: 30px;
        height: fit-content;
    }
    .focus-prog--grid::after {
        content: none;
        background-image: none;
    }
    .focus-prog--item {
        position: relative;
        background-color: #FFC393;
        border-radius: 24px;
    }
    .focus-prog--un {
        grid-row: 1;
        grid-column: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        padding: 130px 1rem 1rem 1rem;
    }
    .focus-prog--deux {
        grid-row: 2;
        grid-column: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        padding: 100px 1rem 1rem 1rem;
        background-position: center 24px;
    }
    .focus-prog--deux .title {
        max-width: 100%;
        text-align: center;
    }
    .focus-prog--deux .desc {
        max-width: 100%;
        text-align: center;
    }
    .focus-prog--trois {
        grid-row: 3;
        grid-column: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        padding: 84px 1rem 1rem 1rem;
    }
    .focus-prog--trois .title {
        max-width: 100%;
    }
    .methode-row {
        padding: 1rem;
    }
    .methode {
        padding: 30px 0 30px 0;
    }
    .methode::after {
        content:none;
        background-image: none;
    }
    .methode-content {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-gap: 40px 0;
        grid-auto-flow: row;
    }
    .objectifs-row {
        padding: 50px 1rem 50px 1rem;
    }
    .objectif-grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-auto-flow: row;
        grid-gap:40px 0;
        margin: 60px 0 0 0;
    }
    .objectif-intro {
        font-size: 26px;
        line-height: initial;
    }
    .kesako-row {
        background-size: cover;
    }
    .kesako-grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-auto-flow: row;
        grid-gap: 40px 0;
        max-width: 1100px;
        margin: 0 auto 30px auto;
        text-align: center;
    }
    .kesako-desc {
        color: #4f2c95;
        line-height: initial;
    }
    .kesako-grid-left .btn-violet {
        margin: 0 auto;
    }
    #form-row {
        padding: 1rem;
    }
    .form::before, .form::after, .form-header::before, .form-header::after {
        content: non;
        background-image: none;
        display: none;
    }
    .form-title {
        font-size: 35px;
    }
    .site-footer {
        padding: 4rem 1rem;
    }
    .footer-wrapper {
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        grid-auto-flow: row;
        grid-gap: 40px 0;
    }
    .footer-colone {
        grid-column: 1;
        grid-row: 1;
    }
    .footer-coltwo {
        grid-column: 1;
        grid-row: 2;
    }
    .footer-colthree {
        grid-column: 1;
        grid-row: 3;
    }
    ul.footer-links {
        margin: 0 0 0 16px;
    }
    .brand-info {
        max-width: 100%;
        font-size: 19px;
        line-height: initial;
    }
    .navbar-wrapper {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        grid-auto-flow: row;
    }
    .site-branding {
        align-items: center;
        grid-column: 1;
        grid-row: 2;
    }
    .main-navigation {
        grid-column: 1;
        grid-row: 1;
    }
    .custom-logo-link {
        margin: 0 auto;
    }
    .toggle {
        display: block;
        margin: 0 auto 30px auto;
    }
    .navbar {
        margin: 0 auto;
    }
    .sidebar-menu-area.open {
        visibility: visible;
        width: 100vw;
        z-index: 999999;
        padding: 100px 1rem 1rem 1rem;
        text-align: center;
    }
    .sidebar-menu-area.open .menu-title {
        display: none;
    }
    .sidebar-menu-area.open .menu-item {
        margin-bottom: 4rem;
    }
    .cata-forma {padding: 1rem}
    .cata-forma-title {
        font-size: 60px;
        text-align: center;
    }
    .cata-forma-intro, .cata-forma-intro p {
        font-size: 19px;
        line-height: initial;
    }
    .forma-cata--grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        grid-gap: 90px 0;
        align-content: center;
        justify-content: center;
        grid-auto-flow: row;
    }
    .forma-content {
        padding: 1rem;
        text-align: left;
    }
    .forma-desc {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        grid-gap: 20px;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
        grid-auto-flow: row;
    }
    .forma-desc p {
        font-size: 19px;
        line-height: initial;
    }
    .forma-spec {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content;
        grid-auto-flow: row;
        grid-gap: 20px;
        align-content: center;
        justify-content: center;
    }
    .forma-spec-colone {
        grid-column: 1;
        grid-row: 1;
    }
    .forma-spec-coltwo {
        grid-column: 1;
        grid-row: 2;
    }
    .forma-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: max-content;
        grid-auto-flow: row;
        grid-gap: 30px 30px;
    }
    .forma-indicateurs-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: max-content;
        grid-auto-flow: row;
        grid-gap: 30px 30px;
    }
    .page-partners {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 40px 0;
        grid-auto-flow: row;
        align-items: center;
        justify-items: center;
    }
    .partner-184 .partner-img {
        max-height: 220px;
    }
    .post-content {
        padding: 1rem;
    }
    .menu-legal {
        margin-top: 20px;
    }
    .footer-info-content {
        padding: 0.5rem 0 0 0;
    }
    .form {
        padding: 0.5rem;
    }
    #input_1_2, #input_1_4, #input_1_5, #input_1_6, #input_1_7 {
        padding: 0.5rem;
        min-height: 50px;
    }
    .forma-desc::before {
        content: "";
        background-image: none;
    }
    .forma-prog::before {
        content: "";
        background-image: none;
    }
    .forma-info::before {
        content: "";
        background-image: none;
    }
    .forma-spec p,
    .forma-prog p,
    .forma-info p,
    .forma-indicateurs p,
    .forma-spec li,
    .forma-prog li,
    .forma-info li,
    .forma-indicateurs li {
        font-size: 1.15rem;
    }
}
