/***** StylesLocalFR *****/

/* ======================================== */
/* common
/* ======================================== */

.obj_section.section_header {
    z-index: 1000;
    }
.section_header .nav_menu > ul > li.var_moments{
    padding-left: 40px;
    }
.section_header .nav_menu > ul > li.var_moments::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    display: block;
    height: 40px;
    width: 40px;
    background: url("../../resources/FR/images/v_nav-moments.jpg") no-repeat center left / 40px 40px transparent;
    }
.section_header .nav_menu > ul > li.var_subnav.var_moments > ul {
    min-width: 200px;
    }

/* ======================================== */
/* .section_hero
/* ======================================== */

.section_hero .obj_hero .ctn_text.var_black h1 {
    color: black;
    }
.section_hero .obj_hero .ctn_text.var_black p {
    font-size: 1.5rem;
    line-height: 1.2;
    color: black;
    }

/***/
.section_hero .obj_hero.var_histoires_massages .ctn_text > * + *{
    margin-top: 30px;
    }
.section_hero .obj_hero .ctn_text.var_black h1 img{
    max-width: 100%;
    }

@media screen and (max-width: 1280px){
   
    .section_hero .obj_hero.var_histoires_massages {
        align-items: flex-start;
        background-color: #F5F1E9;
        }

    }

@media screen and (max-width: 767px){
    .section_hero .obj_hero.var_histoires_massages .ctn_text p {
        font-size: 1.3rem;
        line-height: 1.2;
        }
    .section_hero .obj_hero.var_histoires_massages .v_background {
        left: 24%;
        height: auto;
        width: 140%;
        top: unset;
        bottom: 0;
        transform: translate(-50%, 0);
        }
    .section_hero .obj_hero.var_histoires_massages .ctn_text > * + * {
        margin-top: 20px;
        }

    }



/* ======================================== */
/* .banner_podcast_massages
/* ======================================== */

.banner_podcast_massages {
	background: #F5F1E9;
    width: 100%;
    height: 460px;
	}
.banner_podcast_massages > .ctn_section {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    flex-wrap: wrap;
    flex-direction: row;
 }
.banner_podcast_massages .nav_secondary > ul > li {
	color: black;
	}
.banner_podcast_massages .nav_secondary > ul > li.var_subnav > a::before {
	background: url(../images/i_subnav_arrow_black.svg) no-repeat center center / 12px 8px transparent;
	}
.banner_podcast_massages .nav_secondary > ul > li.var_subnav > a::after {
	background: url(../images/i_subnav_arrow_hover_black.svg) no-repeat center center / 12px 8px transparent;
	}
.banner_podcast_massages .ctn_text {
    position: relative;
    width: 40%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
    }
.banner_podcast_massages .ctn_text h1{
    margin-top: 30px; margin-bottom: 30px;
    }
.banner_podcast_massages .ctn_text h1 img {
    max-width: 430px;
    width: 100%;
    }
.banner_podcast_massages .ctn_text > * + * {
    margin-top: 10px;
    }
.banner_podcast_massages .ctn_text p {
	color: black;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.35;
	}
.banner_podcast_massages .ctn_text p span{
    display: block;
    color: #0090DF;
    font-size: 20px; line-height: 1;
    margin-bottom: 8px;
    }
.banner_podcast_massages .ctn_text p strong{
    font-family: "LocatorWeb-Medium";
    text-transform: uppercase;
    }

.banner_podcast_massages .ctn_image {
    position: absolute;
    width: 100%;
    max-width: 660px;
    height: 460px;
    right: 30px;
    /* display: flex; */
    z-index: 1;
    }

.banner_podcast_massages .ctn_notes{
    position: absolute;
    z-index: 10;
    right: 75px;
    top: 40px;
    width: 98px;
    height: 83px;
    }
.banner_podcast_massages .ctn_notes .v_note{
    position: absolute;
    }

.banner_podcast_massages .ctn_snail{
	position: absolute;
    z-index: 10;
    bottom: 30px; right: 60px;
    width: 70px;
    animation: snailAnimation 50s linear infinite;
    }
.banner_podcast_massages .v_snail {
    width: 100%;
	animation: snail_wave 500ms linear alternate infinite;
	}
@keyframes snail_wave { 0% { transform: rotate(2.5deg); } 100% { transform: rotate(-3.5deg); } }

@keyframes snailAnimation{
    0% { right: 60px; transform: rotateY(0deg); }
    49% { transform: rotateY(0deg); }
    50% { right: 610px; transform: rotateY(180deg); }
    99% { transform: rotateY(180deg); }
    100% { right: 60px; transform: rotateY(360deg); }
    }

.banner_podcast_massages .ctn_moulin{
    position: absolute;
    z-index: 10;
    right: 130px; bottom: 136px;
    width: 103px; height: 103px;
    }
.banner_podcast_massages .ctn_moulin .v_moulin{
    animation: moulin 30s linear infinite;
    }
@keyframes moulin { 0% { transform: rotate(0deg); } 100% { transform: rotate(180deg); } }


.banner_podcast_massages .ctn_sound{
    position: absolute;
    z-index: 10;
    right: 213px; top: 145px;
    width: 68px; height: 68px;
    }


.banner_podcast_massages .ctn_background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    }
.banner_podcast_massages .ctn_background img {
    display: inline-block;
    height: 100%;
    /* width: 100%; */
    /* object-fit: cover; */
    /* object-position: center center; */
    }
.banner_podcast_massages .ctn_background .background_mobile {
	display: none;
	}


/***/

@media screen and (max-width: 767px) {

	.banner_podcast_massages {
        height: auto;
        }
	.banner_podcast_massages > .ctn_section {
        min-height: unset;
        height: 660px;
        max-width: 420px;
        width: 100%;
        padding: 50px 20px 320px 20px;
        flex-direction: column;
        justify-content: flex-start;
  }
	.banner_podcast_massages .ctn_text {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 0;
		}
	.banner_podcast_massages .ctn_text h1 {
		margin: 0;
        margin-bottom: 10px;
        padding: 0 50px;
		}
    .banner_podcast_massages .ctn_text h1 img {
        height: unset;
        width: 100%;
        }
	
    .banner_podcast_massages .ctn_text p span {
        font-size: 1.8rem;
        line-height: 1;
        margin-bottom: 8px;
        }

    .banner_podcast_massages .ctn_image > .ctn_background{
        display: none;
        }

    .banner_podcast_massages .ctn_image{
        right: 0;
        height: 660px;
        top: 0;
        }

    .banner_podcast_massages .ctn_background {
        height: 660px;
        width: 420px;
        margin: 0 auto;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        }

    .banner_podcast_massages .ctn_background .background_mobile {
		position: relative;
		display: block;
		transform: unset;
		}
    .banner_podcast_massages .ctn_notes {
        right: unset;
        left: calc(50% + 120px);
        bottom: 230px; top: unset;
        width: 53px;
        height: 45px;
        }
    .banner_podcast_massages .ctn_notes .v_note {
        width: 100%;
        }
    .banner_podcast_massages .ctn_moulin {
        right: unset;
        bottom: 90px;
        width: 68px;
        height: 68px;
        left: calc(50% + 68px);
        }
    .banner_podcast_massages .ctn_moulin img{
        width: 100%;
        }
    .banner_podcast_massages .ctn_snail {
        bottom: 18px;
        right: 13px;
        width: 43px;
        max-width: 40px;
        }
    @keyframes snailAnimation{
        0% { right: 13px; transform: rotateY(0deg); }
        49% { transform: rotateY(0deg); }
        50% { right: calc(100% - 40px); transform: rotateY(180deg); }
        99% { transform: rotateY(180deg); }
        100% { right: 13px; transform: rotateY(360deg); }
        }

    .banner_podcast_massages .ctn_sound {
        right: unset;
        top: unset;
        bottom: 162px;
        width: 45px;
        height: auto;
        left: calc(50% + 38px);
        }
    .banner_podcast_massages .ctn_sound img{
        width: 100%;
        }


	}


/* ======================================== */
/* .section_petites_histoires
/* ======================================== */

.section_petites_histoires {
    background: white;
    }
.section_petites_histoires .ctn_section{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.section_petites_histoires > .ctn_section .ctn_text > * + * {
    margin-top: 20px;
    }
.section_petites_histoires .ctn_section > .ctn_text{
    width: 70%;
    max-width: 828px;
    padding-right: 84px;
    }
.section_petites_histoires .ctn_section > .ctn_text p em {
    position: relative;
    font-style: normal;
    color: #3f9fd8;
    padding-left: 20px;
    display: inline-block;
    max-width: 600px;
    }
.section_petites_histoires .ctn_section > .ctn_text p em::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 10px;
    border-radius: 2px;
    border-top: solid 2px #3f9fd8;
    transition: all ease 400ms;
    }

.section_petites_histoires .ctn_section > .ctn_image{
    position: relative;
    display: block;
    width: 30%;
    max-width: 332px;
    }
.section_petites_histoires .ctn_section > .ctn_image .obj_push {
    position: relative;
    width: 100%;
    max-width: 332px;
    background: white;
    transition: all ease 400ms;
    }
.section_petites_histoires .ctn_section > .ctn_image .obj_push .ctn_image {
    border-radius: 12px;
    }
.section_petites_histoires .ctn_section > .ctn_image .obj_push .ctn_text {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 25px 120px 30px 20px;
    text-align: center;
    width: 100%;
    }
.section_petites_histoires .ctn_section > .ctn_image .obj_push .ctn_text h3 {
    font-size: 1.5rem;
    line-height: 0.9;
    margin-bottom: 0;
    }

.section_petites_histoires .ctn_section .ctn_podcasts{
    width: 100%;
    margin-top: 50px;
    }

/***/
.section_petites_histoires .lst_items_podcasts{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
    }
.section_petites_histoires .lst_items_podcasts li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    }
.section_petites_histoires .lst_items_podcasts li a:hover{
    text-decoration: underline;
    }
.section_petites_histoires .lst_items_podcasts li .ctn_picto{
    display: block;
    width: 48px;
    }
.section_petites_histoires .lst_items_podcasts li .t_title{
    font-family: "LocatorWeb-Regular";
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    margin-left: 8px;
    width: calc(100% - 56px);
    }
.section_petites_histoires .lst_items_podcasts li + li{
    margin-left: 64px;
    }



/***/

@media screen and (max-width: 767px) {

    .section_petites_histoires .ctn_section > .ctn_text {
        width: 100%;
        padding-right: 0;
        }
    .section_petites_histoires .ctn_section > .ctn_image{        
        width: 100%; max-width: unset;
        margin-left: 0; margin-top: 30px;
        }
    .section_petites_histoires .ctn_section > .ctn_image .obj_push {
        max-width: 420px;
        }
    .section_petites_histoires .ctn_section .ctn_podcasts {
        margin-top: 30px;
        }

    .section_petites_histoires .lst_items_podcasts{
        flex-direction: column;
        align-items: flex-start;
        margin: 32px 0 18px;
        }
    .section_petites_histoires .lst_items_podcasts li + li {
        margin-top: 24px;
        margin-left: 0;
        }

    }




/* ======================================== */
/* .pg_qui_sommes_nous
/* ======================================== */

.pg_qui_sommes_nous .section_article > .ctn_section > .ctn_row .ctn_main {
    width: 100%;
    max-width: 1200px;
	}


.pg_qui_sommes_nous .section_article .ctn_article .t_title {
    margin-top: 40px;
    padding-left: 16px;
    font-family: "LocatorWeb-Light";
    font-size: 2.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-left: solid 2px #3e9dd5;
    width: 100%;
    max-width: 650px;
    }
.pg_qui_sommes_nous .section_article .ctn_article .t_title strong {
    display: block;
    }
.pg_qui_sommes_nous .section_article .ctn_article .t_title_number {
    position: relative;
    padding-left: 60px;
    border-left: none;
    }
.pg_qui_sommes_nous .section_article .ctn_article .t_title_number em {
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    font-family: "LocatorWeb-Light";
    font-size: 6.2rem;
    line-height: 0.9;
    color: #3e9dd5;
    }
.pg_qui_sommes_nous .section_article .ctn_article .t_subtitle {
    font-family: "LocatorWeb-Light";
    font-size: 1.8rem;
    line-height: 1.2;
    color: #3e9dd5;
    text-transform: uppercase;
    width: 100%;
    max-width: 650px;
    }
.pg_qui_sommes_nous .section_article .ctn_article h4 {
    font-family: "LocatorWeb-Bold";
    font-size: 1.8rem;
    line-height: 1.2;
    color: #3e9dd5;
    width: 100%;
    max-width: 650px;
    }
.pg_qui_sommes_nous .section_article .ctn_article p {
    width: 100%;
    max-width: 952px;
    }


/***/

.pg_qui_sommes_nous .section_article .section_editorial + .section_editorial{
    margin-top: 25px;
    }
.pg_qui_sommes_nous .section_article .t_title + .section_editorial{
    margin-top: 40px;
    }
.pg_qui_sommes_nous .section_article .section_editorial .ctn_section > * + * {
    margin-top: 20px;
    }
.pg_qui_sommes_nous .section_article .section_editorial .ctn_section {
    position: relative;
    width: 100%;
    max-width: 952px;
    margin: 0;
    padding: 0;
    }

.pg_qui_sommes_nous .section_article .section_editorial.var_img_left .ctn_section {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    }
.pg_qui_sommes_nous .section_article .section_editorial .ctn_section .ctn_image {
    margin-top: 0;
    width: 275px;
    }
.pg_qui_sommes_nous .section_article .section_editorial .ctn_section .ctn_text {
    margin-top: 30px;
    width: calc(100% - 305px);
    }
.pg_qui_sommes_nous .section_article .section_editorial > .t_title {
    font-family: "LocatorWeb-Bold";
    font-size: 1.8rem;
    line-height: 1.2;
    color: #3e9dd5;
    width: 100%;
    max-width: 650px;
    text-transform: unset;
    padding-left: 0;
    margin-top: 20px;
    border-left: unset;
    }

/***/
.pg_qui_sommes_nous .section_article .section_editorial.is_bigger > .t_title {
    font-size: 3.2rem;
    line-height: 1.2;
    }
.pg_qui_sommes_nous .section_article .section_editorial.is_bigger .ctn_section .ctn_image {
    width: 332px;
    }
.pg_qui_sommes_nous .section_article .section_editorial.is_bigger .ctn_section .ctn_text {
    margin-top: 30px;
    width: calc(100% - 372px);
    }
.pg_qui_sommes_nous .section_article .section_editorial.is_bigger + .section_editorial.is_bigger {
    margin-top: 50px;
    }

.pg_qui_sommes_nous .section_article .section_editorial .ctn_section .ctn_text.is_center {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

/***/

.pg_qui_sommes_nous .section_article .section_chiffres_cles {
    margin-top: 100px;
    margin-bottom: 100px;
    background: #C2E5F1;
    width: 100vw;
    }
.pg_qui_sommes_nous .section_article .section_chiffres_cles .ctn_section {
    max-width: 1200px;
    padding: 90px 0 160px;
    }
.pg_qui_sommes_nous .section_article .section_chiffres_cles .ctn_section > .t_title {
    font-family: "LocatorWeb-Bold";
    font-size: 3.2rem;
    line-height: 1.2;
    color: #3e9dd5;
    width: 100%;
    max-width: unset;
    text-transform: unset;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
    border-left: unset;
    }
.pg_qui_sommes_nous .section_article .section_chiffres_cles .ctn_col .count-title{
    font-family: "LocatorWeb-Regular";
    color: #3e9dd5;
    margin-top: 10px;
    }
.pg_qui_sommes_nous .section_article .section_chiffres_cles .ctn_col .t_title {
    font-family: "LocatorWeb-Bold";
    font-size: 2.6rem;
    line-height: 1;
    color: #3e9dd5;
    width: 100%;
    max-width: 650px;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-left: unset;
    }


.pg_qui_sommes_nous .section_article .ctn_article .t_highlight {
    margin: 45px 0;
    }


/***/
.pg_qui_sommes_nous .section_article > .ctn_section > .ctn_row .ctn_main .obj_carrousel{
    width: 100%;
    max-width: 670px;
    }
.pg_qui_sommes_nous .section_article figure {
    background: none;
    }
.pg_qui_sommes_nous .section_article .carrousel_photos_comite .items .item {
    min-width: 120px;
    }
.pg_qui_sommes_nous .section_article .carrousel_photos_comite figure {
    width: 120px;
    }
.pg_qui_sommes_nous .section_article .carrousel_photos_comite figure figcaption {
    position: relative;
    padding: 0;
    font-size: 1.4rem;
    color: #707070;
    background: none;
    margin-top: 10px;
    }

/***/

@media screen and (max-width: 767px) {
    .pg_qui_sommes_nous .section_article .section_editorial.var_img_left .ctn_section {
        padding: 0;
        width: 100%;
        justify-content: center
        }

    .pg_qui_sommes_nous .section_article .section_editorial.var_img_left .ctn_section .ctn_text{
        width: 100%;
        order: 2;
        margin-top: 0;
        }
    .pg_qui_sommes_nous .section_article .section_editorial .ctn_section .ctn_image{
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        }
    .pg_qui_sommes_nous .section_article .section_editorial .ctn_section .ctn_image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        }

    .pg_qui_sommes_nous .section_article .section_editorial + .section_editorial {
        margin-top: 40px;
        }

    .pg_qui_sommes_nous .section_article .section_chiffres_cles {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: -20px !important;
        }
    .pg_qui_sommes_nous .section_article .section_chiffres_cles .ctn_section {
        max-width: unset;
        padding: 60px 45px 95px;
        }
    .pg_qui_sommes_nous .section_article .section_chiffres_cles .ctn_section > .t_title {
        font-size: 2.6rem;
        line-height: 1.2;
        max-width: unset;
        margin-bottom: 30px;
        }

    .pg_qui_sommes_nous .section_article .section_editorial.is_bigger > .t_title {
        font-size: 2.4rem;
        line-height: 1.2;
        }

    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .nav .next {
        border-top-color: rgba(0, 0, 0, 0.3);
        border-right-color: rgba(0, 0, 0, 0.3);
        }
    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .nav .prev {
        border-top-color: rgba(0, 0, 0, 0.3);
        border-left-color: rgba(0, 0, 0, 0.3);
        }  
        
    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .nav .prev:hover, 
    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .nav .prev:focus, 
    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .nav .next:hover, 
    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .nav .next:focus{
        border-color: #3f9fd8;
        }

    .pg_qui_sommes_nous .section_article .carrousel_photos_comite .items .item {
        min-width: 280px;
        }
    .pg_qui_sommes_nous .section_article .carrousel_photos_comite figure {
        margin: 0 auto;
        }

    }

/* Mes Moments */
 .pg_mes-moments .mobile{
    display: none;
    }
.pg_mes-moments main .ctn_section{
    padding: 0 0 64px 0;
    }
.pg_mes-moments main h3{
    font-size: 2.2rem;
    padding-bottom: 20px;
    text-transform: uppercase;
    }
.pg_mes-moments main p{
    font-size: 2rem;
    line-height: 1.4;
    }
.pg_mes-moments main ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #3e9dd5;
    }
.pg_mes-moments .section_banner{
    padding-bottom: 80px;
    background: #fff;
    }
.pg_mes-moments .section_banner .ctn_section{
    flex-flow: column nowrap;
    max-width: 1370px;
    padding: 60px 0 30px;
    justify-content: center;
    }
.pg_mes-moments .section_banner .obj_btn{
    margin-top: 30px;
    }
/* SECTION JEU */
.pg_mes-moments .section_jeu{
    background: #fff;
    }
.pg_mes-moments .section_jeu .ctn_section{
    display: flex;
    flex-flow: row nowrap;    
    }
.pg_mes-moments .section_jeu .ctn_text{
    width: 50%;
    padding-right: 50px;
    }
.pg_mes-moments .section_jeu .ctn_text h2{
    padding-bottom: 20px;
    }
.pg_mes-moments .section_jeu .ctn_text p{
    padding-bottom: 0;
    }
.pg_mes-moments .section_jeu .ctn_image{
    width: 50%;
    max-width: 534px;
    flex-shrink: 0;
    }
.pg_mes-moments .section_jeu .ctn_image img{
    width: 100%;
    }
.pg_mes-moments .is-blue{
    color: #0379BF;
    }
/* SECTION PROGRAMME */ 
.pg_mes-moments .section_programme{
    background-color: #fff;
    }
.pg_mes-moments .section_programme .ctn_section{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    }
.pg_mes-moments .section_programme .ctn_text{
    width: 28%;
    }    
.pg_mes-moments .section_programme .ctn_text ul li{
    position: relative;
    padding-left: 20px;
    font-size: 2rem;
    line-height: 1.5;
    }
/* SECTION PROCESS */ 
.pg_mes-moments .section_rubriques{
    background-color: #fff;
    padding-bottom: 64px;
    }
.pg_mes-moments .section_rubriques .ctn_section{
    padding: 50px 0;
    }
.pg_mes-moments .section_rubriques .ctn_text *{
    text-align: center;
    }
.pg_mes-moments .section_rubriques .ctn_text{
    display: flex;
    flex-flow: column nowrap;
    gap : 40px;
    justify-content: center;
    }
.pg_mes-moments .section_rubriques .ctn_rubriques{
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: center;
    }
.pg_mes-moments .section_rubriques .obj_rubrique{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 25%;
    max-width: 288px;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    }
.pg_mes-moments .section_rubriques .obj_rubrique.bonus{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 658px;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    margin-top: 60px;
    }
.pg_mes-moments .section_rubriques .obj_rubrique .t_subtitle{
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    }
.pg_mes-moments .section_rubriques .obj_rubrique .t_subtitle.is-blue{
    color: #25A0C1;
    }
.pg_mes-moments .section_rubriques .obj_rubrique .t_subtitle.is-yellow{
    color: #EBB82B;
    }
.pg_mes-moments .section_rubriques .obj_rubrique .t_subtitle.is-green{
    color: #87BF87;
    }
.pg_mes-moments .section_rubriques .obj_rubrique .t_subtitle.is-red{
    color: #DD425B;
    }
.pg_mes-moments .section_rubriques .ctn_text .obj_rubrique .v_rubrique{
    width: 288px;
    }

@media screen and (max-width: 767px) {
    .pg_mes-moments .mobile{
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        }
    .pg_mes-moments .desktop{
        display: none;
        }
    .pg_mes-moments .section_banner {
        padding-bottom: 50px;
        }
    .pg_mes-moments .section_banner .ctn_section {
        padding: 0;
        max-width: 100%;
        height: auto;
        }
    .pg_mes-moments main h3{
        font-size: 2.6rem;
        text-transform: uppercase;
        }
    .pg_mes-moments main p{
        font-size: 1.6rem;
        line-height: 1.4;
        }
    .pg_mes-moments main ul li::before {
        top: 0.6em;
        }
    .pg_mes-moments .section_jeu .ctn_section,
    .pg_mes-moments .section_programme .ctn_section,
    .pg_mes-moments .section_rubriques .ctn_section{
        padding: 0 25px 64px;
        }
    .pg_mes-moments .section_jeu .ctn_section {
        flex-flow: column nowrap;
        }
    .pg_mes-moments .section_jeu .ctn_text {
        width: 100%;
        padding-right: 0;
        }
    .pg_mes-moments .section_jeu .ctn_image {
        width: 100%;
        max-width: 420px;
        margin-top: 50px;
        }
    .pg_mes-moments .section_programme .ctn_section {
        flex-flow: column nowrap;
        justify-content: center;
        gap: 40px;
        }
    .pg_mes-moments .section_programme .ctn_text {
        width: 100%;
        }
    .pg_mes-moments .section_programme .ctn_text ul li {
        padding-left: 20px;
        font-size: 1.6rem;
        line-height: 2.2rem;
        }
    .pg_mes-moments .section_programme .ctn_image{
        max-width: 270px;
        margin: 0 auto 0 0
        }
    .pg_mes-moments .section_programme .ctn_image img{
        width: 100%;
        }
    .pg_mes-moments .section_rubriques{
        padding-bottom: 0;
        }
    .pg_mes-moments .section_rubriques .ctn_rubriques {
        flex-flow: column wrap;
        gap: 30px;
        justify-content: center;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique {
        flex-flow: column nowrap;
        width: 100%;
        max-width: 100%;
        gap: 8px;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique.even .t_subtitle{
        order:1;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique.even .t_desc{
        order:2;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique.even .v_rubrique{
        order:3;
        }
    .pg_mes-moments .section_rubriques .ctn_text{
        gap: 0;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique .t_subtitle {
        padding: 0 22px;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique .t_desc{
        padding-bottom: 20px;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique.bonus{
        margin-top: 30px;
        }
    .pg_mes-moments .section_rubriques .obj_rubrique.bonus .t_desc{
        padding-bottom: 0;
        }


}