﻿/* CSS Document - REDAC 2019 */

/* =============================================================================
   $Components
   ========================================================================== */
.app {
    padding-top: 15px;
}

.headline{
    display: block;
    /*margin-bottom: 15px;*/
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 700;
}
    .skin_red1 .headline{
        color: #e30613;
        color: var(--red1);
    }
    .skin_red2 .headline{
        color: #e3013a;
        color: var(--red2);
    }
    .skin_blue1 .headline{
        color: #0069b4;
        color: var(--blue1);
    }
    .skin_blue2 .headline{
        color: #0076c0;
        color: var(--blue2);
    }

    .headline::first-letter{
        text-transform: capitalize;
    }
    
.flagPaid {
    background-color: #ffe600;
    background-color: var(--yellow);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #212121;
    color: var(--darkGrey);
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: 50%;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
    text-indent: -9000px;
}

    .ALS .flagPaid {
        background-image: url(../images/flagpaid/als.png);
    }

    .DNA .flagPaid {
        background-image: url(../images/flagpaid/dna.png);
    }

    .LER .flagPaid {
        background-image: url(../images/flagpaid/ler.png);
    }

    .VOM .flagPaid {
        background-image: url(../images/flagpaid/vom.png);
    }

    .LRL .flagPaid {
        background-image: url(../images/flagpaid/lrl.png);
    }

    .LBP .flagPaid {
        background-image: url(../images/flagpaid/lbp.png);
    }

    .JSL .flagPaid {
        background-image: url(../images/flagpaid/jsl.png);
    }

    .LPR .flagPaid {
        background-image: url(../images/flagpaid/lpr.png);
    }

    .LDL .flagPaid {
        background-image: url(../images/flagpaid/ldl.png);
    }

.chapo{
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 10px 0 24px 0;
    position: relative;
}

.infos .publish {
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #757575;
    color: var(--grey);
}

article figure {
    position: relative;
}

article.noImage figure{
    background-color: #F4F4F4;
    background-repeat: no-repeat; 
    background-size: 50%; 
    background-position: 50% 50%;
    min-height: 50px;
    min-width: 100px; 
}

article.primary.noImage figure{
    min-height: 240px; 
}

article.secondary.noImage figure {
    min-height: 110px;
}

    @media screen and (min-width: 1000px) {
        article.secondary.noImage figure {
            min-height: 275px;
        }
    }

.LDL article.noImage figure{background-image: url(../images/logos/LDL_gris.png);}
.ALS article.noImage figure{background-image: url(../images/logos/ALS_gris.png);}
.DNA article.noImage figure{background-image: url(../images/logos/DNA_gris.png);}
.JDE article.noImage figure{background-image: url(../images/logos/JDE_gris.png);}
.JSL article.noImage figure{background-image: url(../images/logos/JSL_gris.png);}
.LBP article.noImage figure{background-image: url(../images/logos/LBP_gris.png);}
.LER article.noImage figure{background-image: url(../images/logos/LER_gris.png);}
.LPR article.noImage figure{background-image: url(../images/logos/LPR_gris.png);}
.LRL article.noImage figure{background-image: url(../images/logos/LRL_gris.png);}
.LYP article.noImage figure{background-image: url(../images/logos/LYP_gris.png);}
.SCH article.noImage figure{background-image: url(../images/logos/SCH_gris.png);}
.VOM article.noImage figure{background-image: url(../images/logos/VOM_gris.png);}

/*.owl-nav {
    display: none;
}

@media screen and (min-width: 1000px) {
    .owl-nav {
        display: block;
    }
}*/

.galleryPagination {
    margin-top: 25px;
    line-height: 1.8rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    text-align: center;
}

	.galleryPagination .active {
        font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    
    @media screen and (min-width: 1000px) {
        .galleryPagination {
            margin-left: 19px;
        }
    }

    .skin_red1 .galleryPagination .active { 
        color: #e3013a;
        color: var(--red1);
    }
    
    .skin_red2 .galleryPagination .active { 
        color: #e30613;
        color: var(--red2);
    }

    .skin_blue1 .galleryPagination .active {
        color: #0069b4;
        color: var(--blue1);
    }

    .skin_blue2 .galleryPagination .active {
        color: #0076c0;
        color: var(--blue2);
    }

@media screen and (min-width: 1000px) {
    .galleryPagination {
        float: left;
        display: block;
        width: 99px;
    }
}

.caption{
    margin-top: 25px;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #757575;
    color: var(--grey);
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .caption,
    .galleryPagination {
        line-height: 1.8rem;
        font-size: 1.4rem;
    }

    .lightSlider .caption {
        float: right;
        width: calc(100% - 150px) !important;
        padding-right: 150px;
        text-align: left;
    }
}

article{
    position: relative;
    overflow: hidden;
}

    article h1{
        color: black;
        font-size: 3.2rem;
        line-height: 3.8rem;
        font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    }

    article .infos{
        color: #757575;
        color: var(--grey);
        font-size: 1.4rem;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        line-height: 2rem;
        margin: 16px 0 0 0;
    }

.sectionTitle{
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 3.4rem;
    font-size: 2.8rem;
    margin: 0 0 16px 0;
}

.media .sectionTitle,
.media .sectionTitle a{
    color: #FFF;
}

    .media .sectionTitle {
        margin-top: 0;
    }

.contentList h1{
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 3.4rem;
    font-size: 2.8rem;
    margin: 32px 0 16px 0;
}

.contentList article{
    margin: 0 0 24px 0;
}

    .contentList article.vos-evenements-en-images .psoPicto {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

        .contentList article.primary.vos-evenements-en-images .psoPicto {
            width: 130px;
            height: 50px;
            background-image: url("../images/gevt/logo_sortir_small.png");
        }

        .contentList article.secondary.vos-evenements-en-images .psoPicto, 
        .contentList article.tertiary.vos-evenements-en-images .psoPicto
         {
            width: 75px;
            height: 30px;
            background-image: url("../images/gevt/logo_pourSortir_small.png");
        }

.col_sticky .contentList article{
    margin: 0 0 16px 0;
}

@media screen and (max-width: 999px) {
    .contentList article {
        margin: 0 0 16px 0;
    }
}

    .contentList article a{
        display: block;
        overflow: hidden;
    }
        .contentList article a:hover > *,
        .contentList article a > *{
            text-decoration: none;
        }
        .skin_red1 .contentList article a:hover h2{
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .contentList article a:hover h2{
            color: #e3013a;
            color: var(--red2);
        }
        .skin_blue1 .contentList article a:hover h2{
            color: #0069b4;
            color: var(--blue1);
        }
        .skin_blue2 .contentList article a:hover h2{
            color: #0076c0;
            color: var(--blue2);
        }
    .contentList .corps{
        color: #212121;
        color: var(--darkGrey);
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    .contentList .publish {
        margin: 0;
        display: block;
        font-size: 1.4rem;
        color: #757575;
        color: var(--grey);
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

    @media screen and (max-width: 999px) {
        .contentList .publish {
            margin: 0;
        }
    }
        .contentList .publish a {
            display: inline-block;
        }
    
    .contentList article figure {
        overflow: hidden;
        position: relative;
    }
        /*.contentList article img {
            transition: filter 0.5s ease-in-out, transform 2s ease-in-out;
        }
        .contentList article:hover img {
            //filter: brightness(1.25);
            transform: scale(1.07);
        }*/

    .contentList article.Live figure:before {
        content: 'LIVE';
        position: absolute;
        z-index: 1;
        bottom: 8px;
        left: 8px;
        display: block;
        padding: 6px;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        font-weight: 700;
        color: #FFF;
    }

        .skin_red .contentList article.Live figure:before {
            background-color: #e3013a;
            background-color: var(--red);
        }

        .skin_blue .contentList article.Live figure:before {
            background-color: #0069b2;
            background-color: var(--blue);
        }

    .contentList article.Video figure:before {
        content: '\ea1c';
        position: absolute;
        z-index: 1;
        bottom: 8px;
        right: 8px;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 1.3rem;
        padding: 6px;
        background-color: #FFFFFF;
        font-family: 'IconRedac';
        font-size: 1.2rem;
        font-weight: 700;
        color: #212121;
        color: var(--darkGrey);
    }

    .media .contentList h2, 
    .media h3{
        color: #ffffff;
    }
    
    .media .contentList .headline{
        color: #757575;
        color: var(--grey);
    }

    .media .contentList .corps{
        color: #e6e6e6;
        color: var(--lightGrey);
    }
    
    article .imgCounter {
        background-color: white;
        position: absolute;
        right: 8px;
        bottom: 8px;
        color: #212121;
        color: var(--darkGrey);
        font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 0 4px;
    }

    article .imgCounter.icon_camera.after::after {
        transform: translateY(-1px);
        font-size: 1.4rem;
    }

    /* primary */
    .contentList .primary img{
        width: 100%;
    }
    .contentList .primary.noImage figure{
        min-height: 190px;
        width: 100%;
    }
        @media screen and (min-width: 1000px) {
            .contentList .primary.noImage figure{
                min-height: 360px;
            }
        }
    .contentList .primary h2{
        font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
        font-size: 4rem;
        line-height: 4.6rem;
        margin: 17px 0 15px 0;
    }
    @media screen and (max-width: 999px) {
        .contentList .primary{
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: 24px;
        }
        .contentList .primary h2{
            font-size: 2.8rem;
            line-height: 3.4rem;
        }
    }

    /* secondary / model1-B */
    .contentList .secondary{
        width: calc(50% - 16px);
        float: left;
        min-height: 470px;
    }

    .contentList .secondary:nth-child(even){
        margin: 0 0 24px 16px;
    }
    .contentList .secondary:nth-child(odd){
        margin: 0 16px 24px 0;
    }

        @media screen and (min-width: 1000px) {
            .contentList .secondary:nth-of-type(even) {
                float:left;
            }
        }
        /*
            .contentList .secondary:nth-of-type(2n+3) {
                clear: both;
            }*/
        .contentList .secondary h2{
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            font-size: 2.2rem;
            line-height: 2.8rem;
            margin: 16px 0 15px 0;
        }
        
        .media .dCarousel .secondary h2, 
        .media .dCarousel .secondary h2 .corps {
            color: #FFF;
        }
        .media .dCarousel .secondary .corps {
            display: none;
        }
        .contentList .secondary.noImage figure{
            min-height: 174px;
            width: 100%;
        }
        .dCarousel .secondary.noImage figure{
            min-height: 274px;
            width: 100%;
            height: auto;
        }
        @media screen and (min-width: 1000px) {
            .dCarousel .secondary.noImage figure{
                min-height: 274px;
            }
        }

            .contentList .secondary figure img{
                width: 100%;
            } 

    .section.media .lSAction a {
        background-color: rgba(33, 33, 33, 0.75);
    }

        .section.media .lSAction a:hover {
            background-color: rgba(33, 33, 33, 1);
        }

    .section.media .dCarousel {
        height: 260px !important;
    }

    .section.media .lightSliderLongFormat {
        max-height: 350px;
    }

    @media screen and (min-width: 1000px) {
        .section.media .lightSliderLongFormat {
            height: 480px;
            max-height: 480px;
        }
    }

        .section.media .lightSliderLongFormat article.noSlide {
            max-height: 350px;
            width: 223px;
            margin: auto;
        }

            @media screen and (min-width: 1000px) {
                .section.media .lightSliderLongFormat article.noSlide {
                    float: left;
                    width: calc(33% - 17px);
                    max-height: 480px;
                }
            }

        .section.media .lightSliderLongFormat article.noSlide + .noSlide {
            margin-left: 27px;
        }

        .section.media .lightSliderLongFormat .longFormat.noImage {
            height: 100%;
        }

            .section.media .lightSliderLongFormat .longFormat.noImage figure {
                min-height: 294px;
                height: 100%;
                background-color: #757575;
                background-color: var(--grey);
            }

            @media screen and (min-width: 1000px) {
                .section.media .lightSliderLongFormat .longFormat.noImage figure { 
                    min-height: 480px;
                }
            }

    .section.media .lightSliderLongFormat .longFormat img {
        filter: brightness(60%);
        -webkit-filter: brightness(60%);
        transition: 0.5s filter;
    }

        .section.media .lightSliderLongFormat .longFormat a:hover img {
            filter: brightness(100%);
            -webkit-filter: brightness(100%)
        }

    .section.media .lightSliderLongFormat figure img {
        width: 100%;
        height: auto;
    }

    @media screen and (min-width: 1000px) {
        .section.media .lightSliderLongFormat figure img {
            width: auto;
            height: 480px;
        }
    }

        .section.media .lightSliderLongFormat figure h2 {
            position: absolute;
            top: 55%;
            width: 100%;
            padding: 0 16px;
            font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #FFFFFF;
        }

            @media screen and (min-width: 1000px) {
                .section.media .lightSliderLongFormat figure h2 {
                    top: 70%;
                }
            }

            .section.media .lightSliderLongFormat figure h2 .headline {
                display: inline-block;
                margin-bottom: 0;
                padding: 3px 6px;
                color: #FFFFFF;
            }

                .skin_red1 .section.media .lightSliderLongFormat figure h2 .headline {
                    background-color: #e3013a;
                    background-color: var(--red1);
                }            

                .skin_red2 .section.media .lightSliderLongFormat figure h2 .headline {
                    background-color: #e30613;
                    background-color: var(--red2);
                }

                .skin_blue1 .section.media .lightSliderLongFormat figure h2 .headline {
                    background-color: #0069b4;
                    background-color: var(--blue1);
                }

                .skin_blue2 .section.media .lightSliderLongFormat figure h2 .headline {
                    background-color: #0076c0;
                    background-color: var(--blue2);
                }

            .section.media .lightSliderLongFormat figure h2 .title {
                    margin-top: 10px;
                line-height: 2.2rem;
                font-size: 1.8rem;;
            }

            @media screen and (min-width: 1000px) {
                .section.media .lightSliderLongFormat figure h2 .title {
                    line-height: 2.8rem;
                    font-size: 2.2rem;
                }
            }

        .section.media .lightSliderLongFormat + .lSAction {
            top: 50%;
            margin-top: -22px;
        }

    @media screen and (min-width: 1000px) {
        .section.media .contentList .secondary.noImage figure{
            min-height: 271px;
        }
        .section.media .dCarousel {
            height: 380px !important;
        }
    }

    @media screen and (max-width: 999px) {
        .contentList .secondary{
            width: 100%;
            float: none;
            border-bottom: 1px solid #e6e6e6;
            min-height: 10px;
            margin: 0 0 16px 0 !important;
            padding: 0 0 16px 0;
        }
            .contentList .secondary h2{
                font-size: 1.6rem;
                line-height: 2.2rem;
                margin: 0;
            }

                .contentList .secondary h2 .headline{
                    font-size: 1.6rem;
                    line-height: 2.2rem;
                    margin: 0;
                }

            .contentList .secondary figure,
            .contentList .secondary.noImage figure{
                float: right; 
                width: 30%;
                min-height: 79px;
                background-size: 70%;
            }
            .contentList .secondary .corps{
                display: none;
            }
            .media .dCarousel .owl-stage{
                padding-left: 0 !important;
            }
    }
    @media screen and (max-width: 480px) {
        .contentList .secondary figure,
            .contentList .secondary.noImage figure{
                float: right; 
                width: 104px;
                height: 79px;
                min-height: 79px;
                margin-left: 15px;
                background-size: 70%;
            }
    }


    /* tertiary */
    .contentList .showMore {
        margin-top: 0;
    }
    .HomepageComponent .contentList .tertiary, 
    .Homepage2Component .contentList .tertiary,
    .Homepage3Component .contentList .tertiary{
        width: calc(50% - 16px);
        float: left;
        min-height: 175px;
    }
        .HomepageComponent .col_sticky .contentList .tertiary, 
        .Homepage2Component .col_sticky .contentList .tertiary,
        .Homepage3Component .col_sticky .contentList .tertiary {
            width: 100%;
            float: none;
            min-height: 130px;
        }
    .HomepageComponent .col_main .contentList .tertiary.even:not(.lslide):not(.clone), 
    .Homepage2Component .col_main .contentList .tertiary.even:not(.lslide):not(.clone),
    .Homepage3Component .col_main .contentList .tertiary.even:not(.lslide):not(.clone){
        margin: 0 0 15px 16px;
    }
    .HomepageComponent .col_main .contentList .tertiary.odd:not(.lslide):not(.clone), 
    .Homepage2Component .col_main .contentList .tertiary.odd:not(.lslide):not(.clone),
    .Homepage3Component .col_main .contentList .tertiary.odd:not(.lslide):not(.clone){
        margin: 0 16px 15px 0;
    }

    .HomepageComponent .contentList .tertiary h2,
    .Homepage2Component .contentList .tertiary h2,
    .Homepage3Component .contentList .tertiary h2 {
        font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin: 0;
    }
    
        .HomepageComponent .contentList .tertiary figure, 
        .Homepage2Component .contentList .tertiary figure,
        .Homepage3Component .contentList .tertiary figure {
            width: 104px;
            min-height: 78px;
            margin-bottom: 0;
        }
            .HomepageComponent .contentList .tertiary figure img, 
            .Homepage2Component .contentList .tertiary figure img,
            .Homepage3Component .contentList .tertiary figure img {
                width: 100%;
            }

        .HomepageComponent .contentList .tertiary .corps, 
        .Homepage2Component .contentList .tertiary .corps,
        .Homepage3Component .contentList .tertiary .corps {
            width: calc(100% - 127px);
            margin: 0 23px 0 0;
            float: left;
        }
        .HomepageComponent .contentList .tertiary .publish, 
        .Homepage2Component .contentList .tertiary .publish,
        .Homepage3Component .contentList .tertiary .publish {
            margin: 0;
            text-align: left !important;
        }

    .HomepageComponent .contentList .GRDC_webPoll, 
    .Homepage2Component .contentList .GRDC_webPoll,
    .Homepage3Component .contentList .GRDC_webPoll {
        margin-top: 14px;
    }

    .HomepageComponent .section.S1, 
    .Homepage2Component .section.S1,
    .Homepage3Component .section.S1 {
        margin-top: 16px;
    }

    @media screen and (min-width: 1000px) {
        .HomepageComponent .col_main {
            padding-bottom: 5px;
        }
    }

    .contentList .tertiary
    {
        width: 100%;
        float: none;
        min-height: 145px;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--lightGrey);
        overflow: hidden;
    }
        .contentList .tertiary h2{
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            font-size: 2.2rem;
            line-height: 2.8rem;
            margin: 0 0 15px 0;
        }

        .contentList .tertiary figure{
            width: 169px;
            float: right;
            min-height: 128px;
        }

        .contentList .tertiary .corps{
            width: calc(100% - 192px);
            margin: 0 23px 0 0;
            float: left;
        }

.HomepageComponent .mCaroussel, 
.Homepage2Component .mCaroussel,
.Homepage3Component .mCaroussel {
    clear: both;
    overflow: hidden;
}

    @media screen and (max-width: 999px) {
        .contentList .tertiary {
            /*width: 223px;*/
            display: inline-block;
            margin: 0 16px 0 0;
            border: none;
            min-height: 10px;
            vertical-align: top;
        }
        .contentList .tertiary h2{
            font-size: 1.6rem;
            line-height: 2.2rem;
            margin: 0;
        }

        .contentList .tertiary figure{
            width: 169px;
            margin-left: 16px;
            min-height: initial;
        }

        .contentList .tertiary figure img,
        .contentList .tertiary .corps{
            width: 100%;
            float: none;
            white-space: normal;
        }
            .contentList .tertiary .corps .desc{display: none;}
            .contentList .tertiary.noImage figure{
                min-height: 104px;
            }

            .HomepageComponent .mCaroussel,
            .Homepage2Component .mCaroussel,
            .Homepage3Component .mCaroussel {
                position: relative;
                overflow: hidden;
                clear: both;
                min-height: 250px;
                max-height: 250px;
            }
            .HomepageComponent .mCaroussel img,
            .Homepage2Component .mCaroussel img,
            .Homepage3Component .mCaroussel img {
                width: 100%;
                height: auto;
            }
                .HomepageComponent .mCaroussel .tertiary:not(.lslide), 
                .Homepage2Component .mCaroussel .tertiary:not(.lslide), 
                .Homepage3Component .mCaroussel .tertiary:not(.lslide), 
                .HomepageComponent .mCaroussel .tertiary:not(.clone), 
                .Homepage2Component .mCaroussel .tertiary:not(.clone),
                .Homepage3Component .mCaroussel .tertiary:not(.clone) {
                    float: none;
                    width: 100%;
                }
                    .HomepageComponent .mCaroussel .tertiary figure,
                    .HomepageComponent .mCaroussel .tertiary .corps,
                    .Homepage2Component .mCaroussel .tertiary figure,
                    .Homepage2Component .mCaroussel .tertiary .corps,
                    .Homepage3Component .mCaroussel .tertiary figure,
                    .Homepage3Component .mCaroussel .tertiary .corps {
                        float: none;
                        width: 100%;
                        margin: 0 !important;
                    }
                    
    }
    @media screen and (max-width: 999px){
        .ContentListComponent .contentList .tertiary figure{
            width: 30%;
        }
    }
    @media screen and (max-width: 468px){
        .ContentListComponent .contentList .tertiary figure{
            width: 104px;
        }
    }

    /* default */
    .contentList .default{
        width: calc(50% - 16px);
        float: left;
        min-height: 145px;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--lightGrey);
    }
    .contentList .default:nth-child(even){
        margin: 0 16px 24px 0;
    }
    .contentList .default:nth-child(odd){
        margin: 0 0 24px 16px;
    }
        .contentList .default figure img{
            width: 104px;
            float: right;
        }
        .contentList .default .corps{
            width: calc(100% - 118px);
            margin: 0 14px 0 0;
            float: left;
        }
        .contentList .default.noImage .corps{
            width: 100%;
            margin: 0;
            float: none;
        }


    .showMore {
        margin-top: 15px;
        clear: both;
    }

    .showMore a {
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #757575;
        color: var(--grey);
        text-transform: uppercase;
    }

    .showMore a.icon_arrowMenu.right::after {
        font-size: 2.2rem;
        vertical-align: top;
    }

.textComponent.element1 p:first-of-type::first-letter {
  font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
  font-size: 5.6rem;
  line-height: 5.2rem;
  float: left;
  padding: 0 13px 0 0;
}

/*
 * Détail article
*/

.GFWK_breadcrumb {
    margin-bottom: 10px;
}

.GFWK_breadcrumb li {
    display: inline-block;
}

    .GFWK_breadcrumb li a {
        color: #757575;
        color: var(--grey);
    }

    .GFWK_breadcrumb li a::before, 
    .GFWK_breadcrumb li span::before {
        line-height: 2.4rem;
    }

    .GFWK_breadcrumb li:first-child a::before {
        vertical-align: baseline;
    }

    .GFWK_breadcrumb li:last-child span::before {
        color: #757575;
        color: var(--grey);
    }

.ContentDetailComponent .GFWK_breadcrumb li.last{display: none}

/* .textComponent {
    clear: both;
} */

.textComponent .note{
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 1px solid var(--lightGrey);
    border-top: 1px solid var(--lightGrey);
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #212121;
    color: var(--darkGrey);
    font-size: 1.4rem;
}

.insetComponent .note{
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 1px solid var(--lightGrey);
    border-top: 1px solid var(--lightGrey);
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #212121;
    color: var(--darkGrey);
    font-size: 1.4rem;
}

.textComponent .chiffre{
    font-size: 2.4rem;
    font-weight: 600;
}

.textComponent .rel, .ContentDetailComponent article h2, article h4, 
.textComponent .question, 
.textComponent .intertitre {
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 30px 0 20px 0;
    font-weight: 600;
}

.ContentDetailComponent .titreresultat, 
.ContentDetailComponent .pararesultat { 
    width: calc(100% - 300px); 
    height: 16px; 
    display: table; 
    padding: 2px;
    overflow: hidden; 
    text-align: center;
}

    .ContentDetailComponent .titreresultat {
        margin-top: 15px;
        text-transform: uppercase;
        color: #FFF;
    }

        .skin_red1.ContentDetailComponent .titreresultat {
            background-color: #e3013a;
            background-color: var(--red1);
        }

        .skin_red2.ContentDetailComponent .titreresultat {
            background-color: #e30613;
            background-color: var(--red2);
        }

        .skin_blue1.ContentDetailComponent .titreresultat {
            background-color: #0069b4;
            background-color: var(--blue1);
        }

        .skin_blue2.ContentDetailComponent .titreresultat {
            background-color: #0076c0;
            background-color: var(--blue2);
        }

.ContentDetailComponent  .pararesultat {
    margin-bottom: 15px;
    background-color: #e6e6e6; 
    background-color: var(--lightGrey);
}

.skin_red1.ContentDetailComponent blockquote.question {
    color: #e3013a;
    color: var(--red1);
}

.skin_red2.ContentDetailComponent blockquote.question {
    color: #e30613;
    color: var(--red2);
}

.skin_blue1.ContentDetailComponent blockquote.question {
    color: #0069b4;
    color: var(--blue1);
}

.skin_blue2.ContentDetailComponent blockquote.question {
    color: #0076c0;
    color: var(--blue2);
}

.ContentDetailComponent .layout_detail .googleContent {
    clear: both;
}

.ContentDetailComponent .layout_detail div[class*="Component"] a {
    text-decoration: underline;
}

    .ContentDetailComponent .layout_detail div[class*="Component"] a:hover {
        text-decoration: none;
    }
 
.FreeHtmlComponent .appContent a, 
.FreeHtmlComponent #wrapper a {
    position: relative;
    text-decoration: underline;
    transition: background-color 0.5s, color 0.5s;
}

    .ContentDetailComponent .layout_detail article div[class*="Component"] a:not(.lSPrev,.lSNext):before,
    .FreeHtmlComponent .appContent a:before, 
    .FreeHtmlComponent #wrapper a:before {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #212121;
        background-color: var(--darkGrey);
        transform: scaleX(1);
        transition: transform 0.5s;
    }

    .ContentDetailComponent .layout_detail article div[class*="Component"] a:hover:before, 
    .FreeHtmlComponent .appContent a:hover:before, 
    .FreeHtmlComponent #wrapper a:hover:before {
        transform: scaleX(0);
    }

    .skin_red1.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover, 
    .skin_red1.FreeHtmlComponent .appContent a:hover, 
    .skin_red1.FreeHtmlComponent #wrapper a:hover {
        color: #e3013a;
        color: var(--red1);
    }

        .skin_red1.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover:before,
        .skin_red1.FreeHtmlComponent .appContent a:hover:before, 
        .skin_red1.FreeHtmlComponent #wrapper a:hover:before {
            background-color: #e3013a;
            background-color: var(--red1);
        }

    .skin_red2.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover, 
    .skin_red2.FreeHtmlComponent .appContent a:hover, 
    .skin_red2.FreeHtmlComponent #wrapper a:hover {
        color: #e30613;
        color: var(--red2);
    }

        .skin_red2.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover:before,
        .skin_red2.FreeHtmlComponent .appContent a:hover:before, 
        .skin_red2.FreeHtmlComponent #wrapper a:hover:before {
            background-color: #e30613;
            background-color: var(--red2);
        }

    .skin_blue1.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover, 
    .skin_blue1.FreeHtmlComponent .appContent a:hover, 
    .skin_blue1.FreeHtmlComponent #wrapper a:hover {
        color: #0069b4;
        color: var(--blue1);
    }

        .skin_blue1.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover:before, 
        .skin_blue1.FreeHtmlComponent .appContent a:hover:before, 
        .skin_blue1.FreeHtmlComponent #wrapper a:hover:before {
            background-color: #0069b4;
            background-color: var(--blue1);
        }

    .skin_blue2.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover, 
    .skin_blue2.FreeHtmlComponent .appContent a:hover, 
    .skin_blue2.FreeHtmlComponent #wrapper a:hover {
        color: #0076c0;
        color: var(--blue2);
    }

        .skin_blue2.ContentDetailComponent .layout_detail article div[class*="Component"] a:hover:before, 
        .skin_blue2.FreeHtmlComponent .appContent a:hover:before, 
        .skin_blue2.FreeHtmlComponent #wrapper a:hover:before {
            background-color: #0076c0;
            background-color: var(--blue2);
        }

.FreeHtmlComponent .appContent table a,
.FreeHtmlComponent table a {
    text-decoration: underline;
}

    .FreeHtmlComponent .appContent table a:before,
    .FreeHtmlComponent table a:before {
        content: none;
    }

        .FreeHtmlComponent .appContent table a:hover,
        .FreeHtmlComponent table a:hover {
            text-decoration: none;
        }

.ContentDetailComponent section {
    padding-bottom: 17px;
}

.ContentDetailComponent section:empty {
    padding-bottom: 0;
    border-bottom: none;
}

.ContentDetailComponent .S_main {
    padding-top: 24px;
}

    .ContentDetailComponent .S_main .viewPartial .content {
        padding-left: 0;
    }

    @media screen and (min-width: 1000px) {
        .ContentDetailComponent .S_main .content {
            padding-left: 80px;
            position: relative;
            min-height: 270px;
        }
    }

.ContentDetailComponent .S_comments {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--lightGrey);
}

.ContentDetailComponent .S_secondary {
    padding: 64px 0;
}

.ContentDetailComponent .infos {
    margin: 15px 0;
    line-height: 24px;
}

@media screen and (min-width: 1000px) {
    .ContentDetailComponent .infos {
        margin: 24px 0;
    }
}

.ContentDetailComponent .infos .author {
    font-weight: 700;
    color: #212121;
    color: var(--darkGrey);
}

.ContentDetailComponent .GSOC_viewCount {
    content: " ";
}

.ContentDetailComponent .mainImage{
    margin: 0 0 40px 0;
    width: 100%;
}
.ContentDetailComponent figure img{
    width: 100%;
}
.ContentDetailComponent figure .caption {
    width: 100%;
    margin-left: 0;
}

.ContentDetailComponent figure.left, 
.ContentDetailComponent figure.right {
    float: none; 
    width: 100%; 
    margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
    .ContentDetailComponent figure.left, 
    .ContentDetailComponent figure.right {
        width: 40%; 
    }

    .ContentDetailComponent figure.right {
        float: right;
        margin: 0 0 15px 15px;
     }

    .ContentDetailComponent figure.left {
        float: left;
        margin: 0 15px 15px 0;
     }
}

.ContentDetailComponent .bloc_relatedContent_InnerContent{
    clear: both;
    margin: 24px 0;
    padding: 16px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
}
    .ContentDetailComponent .bloc_relatedContent_InnerContent .title {
        display: block;
        font-size: 1.6rem;
        margin: 0 0 6px 0;
    }

    .skin_red1.ContentDetailComponent .bloc_relatedContent_InnerContent .title {
    color: #e30613;
    color: var(--red1);
    }
    .skin_red2.ContentDetailComponent .bloc_relatedContent_InnerContent .title {
        color: #e3013a;
        color: var(--red2);
    }

    .skin_blue1.ContentDetailComponent .bloc_relatedContent_InnerContent .title {
        color: #0069b4;
        color: var(--blue1);
    }
    .skin_blue2.ContentDetailComponent .bloc_relatedContent_InnerContent .title {
        color: #0076c0;
        color: var(--blue2);
    }
    .ContentDetailComponent .bloc_relatedContent_InnerContent h3{
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-family: "UnitSlabOT-Bold", Georgia, "Times New Roman", Times, serif;
    }
        .ContentDetailComponent .bloc_relatedContent_InnerContent h3::before{
            content:'-';
            display: inline-block;
            margin: 0 10px 0 0;
        }

    .skin_red1.ContentDetailComponent .bloc_relatedContent_InnerContent h3 a:hover {
        color: #e30613;
        color: var(--red1);
    }
    .skin_red2.ContentDetailComponent .bloc_relatedContent_InnerContent h3 a:hover {
        color: #e3013a;
        color: var(--red2);
    }

    .skin_blue1.ContentDetailComponent .bloc_relatedContent_InnerContent h3 a:hover {
        color: #0069b4;
        color: var(--blue1);
    }
    .skin_blue2.ContentDetailComponent .bloc_relatedContent_InnerContent h3 a:hover {
        color: #0076c0;
        color: var(--blue2);
    }

.ContentDetailComponent .content ul, 
.ContentDetailComponent .content ol {
    margin: 2rem;
    list-style-position: inside; 
    font-size: 1.5rem;
}

.ContentDetailComponent .content ul {
    list-style-type: disc;
}

.ContentDetailComponent .content ol {
    list-style-type: decimal;
}

.ContentDetailComponent .content li + li {
    margin-top: 5px;
}

/* Notations Etoiles LaboFnac */
/* .note_technique {

} */

    .note_technique .etoile {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url(../images/icoStarEmpty.svg);
        background-repeat: no-repeat;
        text-indent: -9000px;
    }

        .note_technique .etoile.active {
            background-image: url(../images/icoStarFull.svg);
        }

        .note_technique .etoile + .etoile {
            margin-left: 10px;
        }

/* Avantages et Inconvénients tests LaboFnac */
.items-liste .icon_plus, 
.items-liste .icon_minus {
    font-family: 'IconRedac';
    font-size: 2.5rem;
    font-style: normal;
}

    .items-liste .icon_plus:before {
        content: '\ea0a';
    }

    .items-liste .icon_minus:before {
        content: '\ea0b';
    }

/* Lettrine */
.ContentDetailComponent .textComponent:first-of-type > p:first-of-type::first-letter{
    font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    font-size: 5.4rem;
    float: left;
    padding: 10px 8px 0 0;
}

.fullDetailActions {
    margin: 15px 0;
    color: #D1D1D1;
}

@media screen and (min-width: 1000px) {
    .fullDetailActions {
        margin: 18px 0 30px 0;
    }
}

.fullDetailActions .icon_comment {
    margin-right: 16px;
}

.fullDetailActions .icon_commentEmpty {
    margin-right: 3px;
}

.fullDetailActions .icon_comment::before, 
.fullDetailActions .icon_commentEmpty::before {
    font-size: 2.2rem;
}

.fullDetailActions .icon_comment::before {
    margin-right: 10px;
}
.skin_red1 .icon_comment, 
.skin_red1 .icon_bookmarkFull {
    color: #e30613;
    color: var(--red1);
}

.skin_red2 .icon_comment, 
.skin_red2 .icon_bookmarkFull {
    color: #e3013a;
    color: var(--red2);
}

.skin_blue1 .icon_comment, 
.skin_blue1 .icon_bookmarkFull {
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2 .icon_comment, 
.skin_blue2 .icon_bookmarkFull {
    color: #0076c0;
    color: var(--blue2);
}

.ContentDetailComponent .illustration.empty + .col_main #sharingBlock, 
.ContentDetailComponent .illustration.empty + .col_main .content {
    margin-top: 0;
}

/*
 * Partage réseaux sociaux + par mail + copier le lien
*/
#sharingBlock {
    position: fixed;
    top: 90vh;
    /*top: 40vh;*/
    right: 16px;
    width: 42px;
    z-index: 1000;
}

    body.chocolat-open #sharingBlock {
        z-index: 999;
    }

        /*@media (min-width: 1000px) {
            body.chocolat-open #sharingBlock {
                z-index: 1000; 
            }
        }*/

/*
 * Articles payants / partialDetail
*/
body::before {
    content: "";
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -10000;
    transition: background-color 0.2s ease-in-out;
}

body.loadingContent::before {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

.viewPartial.locked .chapo::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg,#fff 10%,rgba(0,0,0,0));
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media screen and (min-width: 1000px) {
    #sharingBlock {
        position: absolute;
        top: auto;
        right: auto;
        z-index: 2;
        float: left;
        display: block;
        height: 200px;
        margin-left: -80px;
    }
}

#sharingBlock a {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    opacity: 1;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}
    .skin_red1 #sharingBlock a {
        background-color: #e30613;
        background-color: var(--red1);
    }
    .skin_red2 #sharingBlock a {
        background-color: #e3013a;
        background-color: var(--red2);
    }
    .skin_blue1 #sharingBlock a {
        background-color: #0069b4;
        background-color: var(--blue1);
    }
    .skin_blue2 #sharingBlock a {
        background-color: #0076c0;
        background-color: var(--blue2);
    }

    .skin_red1 #sharingBlock a:hover {
        background-color: #cc0134;
        background-color: var(--darkRed1);
    }
    .skin_red2 #sharingBlock a:hover {
        background-color: #cc0511;
        background-color: var(--darkRed2);
    }
    .skin_blue1 #sharingBlock a:hover {
        background-color: #005ea0;
        background-color: var(--darkBlue1);
    }
    .skin_blue2 #sharingBlock a:hover {
        background-color: #006aac;
        background-color: var(--darkBlue2);
    }


    #sharingBlock a::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -8px;
        font-family: "IconRedac";
    }

    #sharingBlock a.icon_facebook,
    #sharingBlock a.icon_twitter,
    #sharingBlock a.icon_mail,
    #sharingBlock a.icon_link { 
        display: none; 
        position: absolute;
    }

    @media screen and (min-width: 1000px) {
        #sharingBlock a.icon_facebook,
        #sharingBlock a.icon_twitter,
        #sharingBlock a.icon_mail,
        #sharingBlock a.icon_link {
            display: block;
        }
    }

    #sharingBlock a.showed {
        display: block;
    }

    #sharingBlock a.icon_share::before {
        content: '\ea82';
    }

        #sharingBlock a.icon_share.open::before {
            content: '\ea0f';
            margin-top: -9px;
    }

    @media screen and (min-width: 1000px) {
        #sharingBlock a.icon_share {
            display: none;
        }
    }

    #sharingBlock a.icon_facebook::before {
        content: '\ea90';
    }

    #sharingBlock a.icon_twitter::before {
        content: '\ea96';
    }

    #sharingBlock a.icon_mail::before {
        content: '\e900';
        margin-left: -12px;
        margin-top: -11px;
        font-size: 2.4rem;
    }

    #sharingBlock a.icon_link::before {
        content: '\e9cb';
        transform: rotate(45deg);
    }

    #sharingBlock a.icon_facebook {
        bottom: 51px;
    }

    #sharingBlock a.icon_twitter {
        bottom: 102px;
    }

    #sharingBlock a.icon_mail {
        bottom: 153px;
    }

    #sharingBlock a.icon_link {
        bottom: 153px;
    }

        #sharingBlock a.icon_link.tooltipShowed::after {
            content: attr(data-message);
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            width: 135px;
            margin-top: -12px;
            padding: 5px;
            background-color: #e6e6e6;
            background-color: var(--lightGrey);
            color: #000000;
            font-size: 1.2rem;
        }

    @media screen and (min-width: 1000px) {
        #sharingBlock a.icon_link.tooltipShowed::after {
            left: calc(100% + 10px);
        }

        #sharingBlock a.icon_facebook {
            top: 0;
            bottom: auto;
        }

        #sharingBlock a.icon_twitter {
            top: 52px;
            bottom: auto;
        }

        #sharingBlock a.icon_mail {
            top: 104px;
            bottom: auto;
        }

        #sharingBlock a.icon_link {
            top: 104px;
            bottom: auto;
        }
    }

 /* Séries */
 .seriePrevious, 
 .serieNext {
     position: fixed;
     top: 250px;
     z-index: 2;
     display: block;
     width: 40px;
     min-height: 100px;
     line-height: 2.2rem;
     background-color: #FFFFFF;
     font-family: "UnitSlabOT", Georgia, "Times New Roman", Times, serif;
     font-size: 1.6rem;
     color: #FFFFFF;
     transition: right 0.5s, left 0.5s;
 }

 .seriePrevious.opened, 
 .serieNext.opened {
     width: 350px;
 }

 .seriePrevious.opened .seriePreviousContent, 
 .serieNext.opened .serieNextContent {
     display: block;
 }

  .skin_red1 .seriePrevious.opened, 
  .skin_red1 .serieNext.opened {
      background-color: #e30613;
      background-color: var(--red1);
  }
  .skin_red2 .seriePrevious.opened, 
  .skin_red2 .serieNext.opened {
      background-color: #e3013a;
      background-color: var(--red2);
  }

  .skin_blue1 .seriePrevious.opened, 
  .skin_blue1 .serieNext.opened {
      background-color: #0069b4;
      background-color: var(--blue1);
  }
  .skin_blue2 .seriePrevious.opened, 
  .skin_blue2 .serieNext.opened {
      background-color: #0076c0;
      background-color: var(--blue2);
  }

  .seriePrevious .serieArrow, 
  .serieNext .serieArrow {
      position: absolute;
      top: 0;
      display: inline-block;
      width: 40px;
      height: 100%;
      min-height: 100px;
      border: 1px solid #e6e6e6;
      border: 1px solid var(--lightGrey);
  }

  .seriePrevious.opened .serieArrow, 
  .serieNext.opened .serieArrow {
      border: none;
  }

  .serieNext .serieArrow {
     right: 0;
  }

  .seriePrevious .serieArrow::before, 
  .serieNext .serieArrow::after {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -15px;
      content: '\e904';
      font-family: 'IconRedac';
      font-size: 3rem !important;
      color: #807B7C;
  }

  .seriePrevious .serieArrow::before {
      transform: rotate(270deg);
  }

 .serieNext .serieArrow::after {
     transform: rotate(90deg);
 }

  .seriePrevious .seriePreviousContent, 
  .serieNext .serieNextContent {
      display: none;
      padding: 11px;
  }

.seriePrevious {
    left: 0;
}

    .seriePrevious .seriePreviousContent {
        padding-right: 140px;
        padding-left: 70px;
    }

.serieNext {
    right: 0;
}

    .serieNext .serieNextContent {
        padding-left: 140px;
        padding-right: 70px;
    }

     .seriePrevious img, 
     .serieNext img {
         position: absolute;
         top: 50%;
         margin-top: -40px;
         width: 100px;
         height: 80px;
     }

        .seriePrevious img {
            right: 20px;
            margin-left: 20px;
        }

        .serieNext img {
            left: 20px;
            float: left;
            margin-right: 20px;
        }

    .seriePrevious .title, 
    .serieNext .title {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }


/* Composants de contenus riches */
[class*="Component"] + [class*="Component"] {
    margin-top: 45px;
}

.componentDescription {
    line-height: 2.8rem;
    font-size: 2rem;
    color: #212121;
    color: var(--darkGrey);
}

/*
 * Encadrés
*/
    .skin_red1 .insetComponent {
        border-top: 1px solid #e30613;
        border-top: 1px solid var(--red1);
        background-color: rgba(227, 6, 19, 0.05);
        background-color: rgba(var(--rgbRed1), 0.05);
    }
    .skin_red2 .insetComponent {
        border-top: 1px solid #e3013a;
        border-top: 1px solid var(--red2);
        background-color: rgba(227, 1, 58, 0.05);
        background-color: rgba(var(--rgbRed2), 0.05);
    }

        .skin_red1 .insetComponent .insetTitle {
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .insetComponent .insetTitle {
            color: #e3013a;
            color: var(--red2);
        }

    .skin_blue1 .insetComponent {
        border-top: 1px solid #0069b4;
        border-top: 1px solid var(--blue1);
        background-color: rgba(0, 105, 180, 0.05);
        background-color: rgba(var(--rgbBlue1), 0.05);
    }
    .skin_blue2 .insetComponent {
        border-top: 1px solid #0076c0;
        border-top: 1px solid var(--blue2);
        background-color: rgba(0, 118, 192, 0.05);
        background-color: rgba(var(--rgbBlue2), 0.05);
    }
        .skin_blue1 .insetComponent .insetTitle {
            color: #0069b4;
            color: var(--blue1);
        }
        .skin_blue2 .insetComponent .insetTitle {
            color: #0076c0;
            color: var(--blue2);
        }

    .insetComponent figure a {
        display: block;
    }

    .insetComponent {
        clear: both;
    }

        .insetComponent .insetContent {
            padding: 16px;
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
        }

            .insetComponent .insetContent p.insetTitle {
                line-height: 2.75rem;
                font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
                font-size: 2rem;
            }

            .insetComponent .insetContent p {
                line-height: 2.2rem;
                font-size: 1.6rem;
            }

            .insetComponent .insetContent .insetSignature {
                line-height: 2rem;
                font-size: 1.4rem;
                color: #757575;
                color: var(--grey);
            }

                .insetComponent .insetSignature::before {
                    content: '─';
                    margin-right: 9px;
                }

/* 
 * Contenu de type "Vidéo"
*/
.ContentDetailComponent .moviePlayer {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

    @media screen and (min-width: 1000px) {
        .ContentDetailComponent .moviePlayer {
            position: relative;
            width: 500px;
            height: 375px;
        }
    }

.ContentDetailComponent .moviePlayer iframe, 
.ContentDetailComponent .moviePlayer embed, 
.ContentDetailComponent .moviePlayer object {
    width: 100%;
}

    @media screen and (min-width: 1000px) {
        .ContentDetailComponent .moviePlayer iframe, 
        .ContentDetailComponent .moviePlayer embed, 
        .ContentDetailComponent .moviePlayer object {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }
    }

/*
 * Images + Vidéos
*/
.imagesComponent, 
.videoComponent {
    margin: 30px 0;
}

.imagesComponent .componentDescription, 
.videoComponent .componentDescription {
    margin-bottom: 24px;
}

.imagesComponent .lSSlideOuter {
	position: relative;
    width: 100%;
}

.imagesComponent .lslide img, 
.imagesComponent .clone img {
    max-width: 100%;
    height: auto;
}

.imagesComponent .lSSlideOuter .lightSlider, 
.imagesComponent .lSSlideOuter .lightSlider .item {
    min-height: 280px;
}
  
  @media screen and (min-width: 1000px) {
        .imagesComponent .lSSlideOuter .lightSlider, 
        .imagesComponent .lSSlideOuter .lightSlider .item {
            min-height: 380px;
        }

        .imagesComponent .lSSlideOuter .lSAction {
            top: calc(50% + 10px);
        }
    }
    
.imagesComponent .mainImage .caption {
    float: none;
}

.videoComponent { 
    width: 100% !important; 
}

    .videoComponent .videoContent { 
        position: relative;
        width: 100% !important;
        max-width: 560px;
        height: 300px;
        margin: auto;
    }
    
    .videoComponent .videoContent iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*
 * PDF
*/
.pdfComponent {
    clear: both;
    padding-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--lightGrey);
}

    .pdfComponent .componentDescription {
        margin-bottom: 15px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--lightGrey);   
    }

        .pdfComponent a {
            display: block;
            overflow: hidden;
        }

        .pdfComponent .pdfContent {
            float: left;
            width: 64%;
        }

        @media screen and (min-width: 1000px) {
            .pdfComponent .pdfContent {
                width: 65%;
            }
        }

        .pdfComponent figure {
            float: right;
            position: relative;
            width: 30%;
            margin-left: 20px;
            border: 1px solid #e6e6e6;
            border: 1px solid var(--lightGrey);
        }

        .pdfComponent .pdfContent .pdfTitle {
            padding-right: 30%;
            line-height: 2.2rem;
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            font-size: 1.6rem;
            color: #212121;
            color: var(--darkGrey);
        }

        .pdfComponent .pdfContent .pdfSize {
            line-height: 2.4rem;
            font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.4rem;
            color: #757575;
            color: var(--grey);
        }

/*
 * Twitter + Facebook
*/
.facebookComponent, 
.twitterComponent {
    clear: both;
    max-width: 100% !important;
}

.freeHtmlComponent {
    max-width: 100% !important; 
    overflow: auto;
    clear: both;
}

.fb_iframe_widget_fluid span, 
.fb_iframe_widget iframe {
    width: 100% !important;
}

.facebookComponent iframe, 
.fb_iframe_widget span, 
.twitterComponent iframe, 
.googleComponent iframe {
    max-width: 100% !important;
}

@media screen and (min-width: 1000px) {
    .facebookComponent iframe, 
    .fb_iframe_widget span, 
    .twitterComponent iframe, 
    .googleComponent iframe {
        width: 573px !important;
    }

    [id^='twitter-widget-'], 
    .EmbeddedTweet, 
    #twitter-widget-0 #twitter-widget-0 {
        max-width: 100% !important;
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }
}

.googleContent, 
.videoContent { 
    position: relative; 
    overflow: hidden; 
    padding-top: 56.25%;
}

.googleComponent iframe, 
.videoContent iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: 0;
}
/*
.twitterComponent .twitterContent .EmbeddedTweet, 
#twitter-widget-0 * {
    background-color: red;
    width: 100% !important;
    max-width: 100% !important;
}*/

/*
 * Citations
*/
.citation {
    margin: 30px 0;
    padding-left: 31px;
    border-left: 1px solid #212121;
    border-left: 1px solid var(--darkGrey);
}

    .citation p {
        margin: 0;
        line-height: 4.2rem;
        font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
        font-size: 3.2rem;
        font-weight: 700;
        color: #212121;
        color: var(--darkGrey)
    } 

    .citation .txt::before {
        content: "« ";
        font-weight: 400;
    }

    .citation .txt::after {
        content: " »";
        font-weight: 400;
    }

    .citation .nom {
        text-align: right;
    }

/*
 * Chiffre
 */
.chiffre {
   /*display: inline-block;
    width: 40px;
    height: 60px;*/ 
    /* line-height: 60px; */
    font-size: 3rem;
    font-weight: 600;
    padding-top: 10px;
}

.skin_red1 .chiffre {
    color: #e30613;
    color: var(--red1);
}
.skin_red2 .chiffre {
    color: #e3013a;
    color: var(--red2);
}
.skin_blue1 .chiffre {
    color: #0069b1;
    color: var(--blue1);
}
.skin_blue2 .chiffre {
    color: #0076c0;
    color: var(--blue2);
}

/*
 * Relance
*/
.rel {
    font-weight: 700 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

    .skin_red1 .rel {
        border-left: 5px solid #e30613;
    }

    .skin_red2 .rel {
        border-left: 5px solid #e3013a;
    }

    .skin_blue1 .rel {
        border-left: 5px solid #0069b1;
    }

    .skin_blue2 .rel {
        border-left: 5px solid #0076c0;
    }

/*
 * Boutons article payant
*/
.paying {
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--lightGrey);
}

    .paying .title {
        padding-top: 20px;
        line-height: 2.2rem;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

    .paying a {
        display: block;
        width: 100%;
    }

    .paying a.connect {
        margin: 0;
    }

    .paying .separator {
        position: relative;
    }

    .paying .separator::before {
        position: absolute;
        top: 50%;
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
        background-color: var(--lightGrey);
     }

    .paying .separator .white {
        position: relative;
        z-index: 1;
        display: block;
        width: 30px;
        margin: 0 auto;
        background-color: #FFFFFF;
        line-height: 20px;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        text-align: center;
    }


/*
 * Liste de tags
*/
.GFWK_tagsList,
.tagsList {
    margin-top: 36px;
    clear: both;
}

@media screen and (min-width: 1000px) {
    .GFWK_tagsList,
    .tagsList {
        margin-top: 32px;
    }
}

    .GFWK_tagsList .tag,
    .tagsList .tag {
        display: inline-block;
        margin-bottom: 10px;
        background-color: transparent;
        font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        transition: background-color 0.5s;
    }

        .GFWK_tagsList .tag.hidden,
        .tagsList .tag.hidden {
            display: none;
        }

        .GFWK_tagsList .tag a,
        .tagsList .tag a {
            transition: color 0.5s;
            padding: 8px 10px;
            display: inline-block;
        }
        .skin_red1 .GFWK_tagsList .tag,
        .skin_red1 .tagsList .tag {
            border: 1px solid #e30613;
            border: 1px solid var(--red1);
        }
        .skin_red2 .GFWK_tagsList .tag,
        .skin_red2 .tagsList .tag {
            border: 1px solid #e3013a;
            border: 1px solid var(--red2);
        }
            .skin_red1 .GFWK_tagsList .tag:hover,
            .skin_red1 .tagsList .tag:hover {
                background-color: #e30613;
                background-color: var(--red1);
            }
            .skin_red2 .GFWK_tagsList .tag:hover,
            .skin_red2 .tagsList .tag:hover {
                background-color: #e3013a;
                background-color: var(--red2);
            }
        
        .skin_red1 .GFWK_tagsList .tag a,
        .skin_red1 .tagsList .tag a {
            color: #e30613;
            color: var(--red1);
        }

        .skin_red2 .GFWK_tagsList .tag a,
        .skin_red2 .tagsList .tag a {
            color: #e3013a;
            color: var(--red2);
        }

            .skin_red1 .GFWK_tagsList .tag:hover a, 
            .skin_red2 .GFWK_tagsList .tag:hover a,
            .skin_red1 .tagsList .tag:hover a,
            .skin_red2 .tagsList .tag:hover a {
                color: #FFFFFF;
            }
    
        .skin_blue1 .GFWK_tagsList .tag,
        .skin_blue1 .tagsList .tag {
            border: 1px solid #0069b4;
            border: 1px solid var(--blue1);
        }
        .skin_blue2 .GFWK_tagsList .tag,
        .skin_blue2 .tagsList .tag {
            border: 1px solid #0076c0;
            border: 1px solid var(--blue2);
        }

            .skin_blue1 .GFWK_tagsList .tag:hover,
            .skin_blue1 .tagsList .tag:hover {
                background-color: #0069b4;
                background-color: var(--blue1);
            }
            .skin_blue2 .GFWK_tagsList .tag:hover ,
            .skin_blue2 .tagsList .tag:hover {
                background-color: #0076c0;
                background-color: var(--blue2);
            }
    
        .skin_blue1 .GFWK_tagsList .tag a,
        .skin_blue1 .tagsList .tag a {
            color: #0069b4;
            color: var(--blue1);
         }
        .skin_blue2 .GFWK_tagsList .tag a,
        .skin_blue2 .tagsList .tag a {
            color: #0076c0;
            color: var(--blue2);
         }

            .skin_blue1 .GFWK_tagsList .tag:hover a,
            .skin_blue2 .GFWK_tagsList .tag:hover a,
            .skin_blue1 .tagsList .tag:hover a,
            .skin_blue2 .tagsList .tag:hover a {
                color: #FFFFFF;
            }

    .GFWK_tagsList .tag.lastTag,
    .tagsList .tag.lastTag {
        content: " ";
        border: none;
    }

        .GFWK_tagsList .tag.lastTag:hover,
        .tagsList .tag.lastTag:hover {
            background-color: #FFFFFF;
        }

    .GFWK_tagsList .tag.lastTag.hidden,
    .tagsList .tag.lastTag.hidden {
        display: none;
    }

        .GFWK_tagsList .lastTag a::before,
        .tagsList .lastTag a::before {
            transform: rotate(45deg);
            cursor: pointer;
            font-size: 1.2rem;
            font-weight: 400;
        }
        .skin_red1 .GFWK_tagsList .tag.lastTag:hover a,
        .skin_red1 .tagsList .tag.lastTag:hover a {
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .GFWK_tagsList .tag.lastTag:hover a,
        .skin_red2 .tagsList .tag.lastTag:hover a {
            color: #e3013a;
            color: var(--red2);
        }

        .skin_blue1 .GFWK_tagsList .tag.lastTag:hover a,
        .skin_blue1 .tagsList .tag.lastTag:hover a {
            color: #0069b4;
            color: var(--blue1);
        }
        .skin_blue2 .GFWK_tagsList .tag.lastTag:hover a,
        .skin_blue2 .tagsList .tag.lastTag:hover a {
            color: #0076c0;
            color: var(--blue2);
        }

/*
 * Commentaires
*/
.boxSecure .showBoxConnect {
	width: 100%; 
    margin: 20px 0 0 0 ;
}

#PlugCommentsList2 {
    clear: both;
    padding-top: 32px;
    padding-bottom: 16px;
}

    @media screen and (min-width: 1000px) {
        #PlugCommentsList2 {
            padding-top: 61px;
        }
    }

#PlugCommentsList2 #commentaires {
    display: block;
    margin-bottom: 26px;
    line-height: 3.4rem;
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    color: #1F1F1F;
}

.listComments .comment {
    display: none;
    padding: 16px 0 6px 0;
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--lightGrey);
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--lightGrey);
}

    @media screen and (min-width: 1000px) {
        .listComments .comment {
            padding-bottom: 20px;
            border-top: none;
        }

        .listComments .comment:first-child {
            border-top: 1px solid #e6e6e6;
            border-top: 1px solid var(--lightGrey);
        }
    }

.listComments .comment .avatar {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 16px;
    background-color: #F4F4F4;
    background-position: 50% 50%; 
    background-size: cover;
    background-repeat: no-repeat; 
    border-radius: 100%;
}

.listComments .comment .avatar.noImage::before {
    display: block;
    line-height: 44px;
    margin-left: 2px;
    content: '\e901';
    font-family: 'IconRedac';
    font-size: 2.4rem;
    color: #212121;
    color: var(--darkGrey);
    vertical-align: middle;
    text-align: center;
}

.listComments .comment .extra {
    position: relative;
}

.listComments .comment .extra .author {
    line-height: 2.2rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.listComments .comment .extra .date {
    margin-top: 5px;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #777777;
}

.listComments .comment .extra a {
    position: absolute;
    top: 2px;
    right: 0;
    float: right;
    line-height: 1.7rem;
    font-size: 1.2rem;
    color: #777777;
}

.listComments .comment .note {
    margin-top: 12px;
    padding-left: 60px; 
}
    .listComments .comment .note p {
        color: #1f1f1f;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

#CommentAlert:not(:empty) {
  padding: 1rem 1rem;
  margin-top: 0.75em;
  margin-bottom: 0;
  color: #000000;
  border-radius: 0;
  background-color: #5BC0DE;
}

#loadMoreComments {
    display: none;
    width: 100%;
}

.addComments .title {
    margin-top: 32px;
    margin-bottom: 24px;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

#PlugCommentForm2 .blocButton input[type="submit"] {
    width: 100%;
}

#commenter {
    width: 100%;
    margin-bottom: 20px;
}

/*
 * Pagination
*/
.pager{
    margin: 24px 0;
    text-align: left;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.75rem;
    text-align: center;
    overflow: hidden;
    clear: both;
}

    .pager a{
        color: #757575;
        color: var(--grey);
        display: inline-block;
        padding: 2px 10px;
    }

        .pager .selected{
            font-weight: bold;
        }
        .skin_red1 .pager .selected{
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .pager .selected{
            color: #e3013a;
            color: var(--red2);
        }
        .skin_blue1 .pager .selected{
            color: #0069b4;
            color: var(--blue1);
        }
        .skin_blue2 .pager .selected{
            color: #0076c0;
            color: var(--blue2);
        }

        .pager a.icon_arrowBig.right{
            float: right;
        }
         .pager a.icon_arrowBig.left{
            float: left;
        }

/* A lire plus tard */
.BookmarkedContentListComponent .contentList{
    margin: 36px 0;
}

/* 
    Liste d'archives 
*/
.ArchiveDetailComponent .title,
.ArchiveListComponent .title {
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #212121;
    color: var(--darkGrey);
    margin: 10px 0 10px 0;
}

.ArchiveListComponent .year li{
    display: inline-block;
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 8px 8px 0;
}

.skin_red1.ArchiveListComponent .year li a {
    color: #e30613;
    color: var(--red1);
    border: 1px solid #e30613;
    border: 1px solid rgba( var(--rgbRed1), 0.25 );
}
.skin_red2.ArchiveListComponent .year li a {
    color: #e3013a;
    color: var(--red2);
    border: 1px solid #e3013a;
    border: 1px solid rgba( var(--rgbRed2), 0.25 );
}
.skin_blue1.ArchiveListComponent .year li a {
    color: #0069b4;
    color: var(--blue1);
    border: 1px solid #0069b4;
    border: 1px solid rgba( var(--rgbBlue1), 0.25 );
}
.skin_blue2.ArchiveListComponent .year li a {
    color: #0076c0;
    color: var(--blue2);
    border: 1px solid #0076c0;
    border: 1px solid rgba( var(--rgbBlue2), 0.25 );
}

.ArchiveListComponent .year li a {
    display: block;
    padding: 5px 8px;
    transition: background-color 0.15s ease-in-out;
}

.skin_red1.ArchiveListComponent .year .selectedYear {
    background-color:#e30613;
    background-color:var(--red1);
    color:#FFF;
}
.skin_red2.ArchiveListComponent .year .selectedYear{
    background-color:#e3013a;
    background-color:var(--red2);
    color:#FFF;
}
.skin_blue1.ArchiveListComponent .year .selectedYear{
    background-color:#0069b4;
    background-color:var(--blue1);
    color:#FFF;
}
.skin_blue2.ArchiveListComponent .year .selectedYear{
    background-color:#0076c0;
    background-color:var(--blue2);
    color:#FFF;
}

.ArchiveDetailComponent h2 a,
.ArchiveListComponent h2 a {
    font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    color: #1f1f1f;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: inline-block;
}

.ArchiveListComponent .archivesPerMonth {
    list-style: disc;
    margin: 0 15px 0 30px;
    display: inline-block;
    width: 100%;
}

.ArchiveListComponent .archivesPerMonth li {
    float: left;
    width: 100%;
}

.skin_red1.ArchiveDetailComponent h2 > a:hover,
.skin_red1.ArchiveListComponent h2 > a:hover {
    color: #e30613;
    color: var(--red1);
}
.skin_red2.ArchiveDetailComponent h2 > a:hover,
.skin_red2.ArchiveListComponent h2 > a:hover {
    color: #e3013a;
    color: var(--red2);
}
.skin_blue1.ArchiveDetailComponent h2 > a:hover,
.skin_blue1.ArchiveListComponent h2 > a:hover {
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2.ArchiveDetailComponent h2 > a:hover,
.skin_blue2.ArchiveListComponent h2 > a:hover {
    color: #0076c0;
    color: var(--blue2);
}

.ArchiveDetailComponent .contentList {
    margin-top: 15px;
}

.ArchiveDetailComponent .right {
    float: right;
}

.ArchiveDetailComponent .pager {
    margin-top:15px;
}

/* =============================================================================
   GPRF
   ========================================================================== */
body.CreateProfileComponent {
    /*background-color: var(--lightGrey);*/
    background-color: #F4F4F4;
}

    body.CreateProfileComponent .col_main, 
    body.CreateProfileComponent .col_sticky {
        background-color: #FFFFFF;
    } 

    body.CreateProfileComponent .col_main {
        padding: 28px 32px;
    }

    body.CreateProfileComponent .col_sticky {
        margin-top: 16px;
        padding: 20px 32px;
    }

    body.CreateProfileComponent .col_sticky ul.sale li {
        position: relative;
        padding-left: 40px;
    }

        body.CreateProfileComponent .col_sticky ul.sale li + li {
            margin-top: 25px;
        }

        body.CreateProfileComponent .col_sticky ul.sale li::before {
            content: '\e908';
            position: absolute;
            left: 0;
            font-family: 'iconRedac';
            font-size: 2.4rem;
        }
    
    body.CreateProfileComponent .col_sticky li + li {
        margin-left: 0;

    }
    
    body.CreateProfileComponent .col_sticky li {
        list-style-type: disc;
    }
    
        @media screen and (min-width: 1000px) {
            body.CreateProfileComponent .col_sticky {
                margin-top: 0;
            }
        }

.CreateProfileComponent .info {
    float: right;
    line-height: 2rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #757575;
    color: var(--grey);
    text-transform: capitalize;
}

@media screen and (min-width: 1000px) {
    .CreateProfileComponent .field {
        width: 60%;
    }
}

    .CreateProfileComponent .field.civilite {
        height: auto;
        color: #172328;
    }

        @media screen and (min-width: 1000px) {
            .CreateProfileComponent .field.civilite {
                min-height: 90px;
            }
        }

    .CreateProfileComponent .field.civilite.containerInputError {
        min-height: 105px;
    }
    
        @media screen and (min-width: 1000px) {
            .CreateProfileComponent .field.civilite.containerInputError {
                min-height: 90px;
            }
        }

    .CreateProfileComponent .field.civilite .messageInputError {
        top: 70px !important;
    }

        @media screen and (min-width: 1000px) {
            .CreateProfileComponent .field.civilite .messageInputError {
                top: 30px !important;
            }
        }

        .CreateProfileComponent .field.civilite .fieldContent {
            margin-top: 15px;
        }

        .CreateProfileComponent .field.civilite .labelField, 
        .CreateProfileComponent .field.civilite .radio {
            position: static;
            float: none;
            margin-top: 10px;
        }

.CreateProfileComponent .field.mdp.containerInputError {
    min-height: 115px;
}

    @media screen and (min-width: 1000px) {
        .CreateProfileComponent .field.mdp.containerInputError {
            min-height: 90px;
        }
    }

.CreateProfileComponent #ctl00_dateNaissance {
    background-color: transparent;
}

.CreateProfileComponent .formActions .checkboxContainer {
    position: relative;
}

@media screen and (min-width: 1000px) {
    .CreateProfileComponent .formActions .checkboxContainer {
        width: 60%;
    }
}

    .CreateProfileComponent .formActions .checkboxContainer .messageInputError  {
        margin-top: 0;
    }

    .CreateProfileComponent .formActions .checkboxContainer + .checkboxContainer {
        margin-top: 24px;
    }

    .CreateProfileComponent .formActions .checkbox {
        display: inline-block;
    }

    .CreateProfileComponent .formActions .checkboxContainer label {
        width: calc(100% - 45px);
        vertical-align: middle;
    }

    @media screen and (min-width: 1000px) {
        .CreateProfileComponent .formActions .checkboxContainer label {
            width: 310px;
        }
    }

    .CreateProfileComponent .formActions a:last-child {
        float: none;
    }

    @media screen and (min-width: 1000px) {
        .CreateProfileComponent .blocButtons {
            width: 60%;
        }
    }

        .CreateProfileComponent .blocButtons .bt_neutral {
            width: 100%;
        }
/* =============================================================================
   $Modules
   ========================================================================== */
.mod .title, .mod > h2, .mod > h4{
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    line-height: 3.4rem;
    color: #212121;
    color: var(--darkGrey);
    margin: 32px 0;
}

.section.media .mod .title, .section.media .mod h2, .section.media .mod h4{
    color: #ffffff;
}

.col_sticky .mod .title, .col_sticky .mod h2, .col_sticky .mod h4{
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 0 0 5px 0;
}

.col_sticky .mod a {
    transition: color 0.1s ease-in-out;
}
/*
.mod.GSOC_topMostComment 
.mod.GSOC_topMostView 
.mod.GRDC_newsFeed 
.mod .clubsList
*/
.skin_red1 .col_sticky .mod.GSOC_topMostComment a:hover,
.skin_red1 .col_sticky .mod.GSOC_topMostView a:hover,
.skin_red1 .col_sticky .mod.GRDC_newsFeed h2 > a:hover,
.skin_red1 .col_sticky .mod_selfpromotion a:hover,
.skin_red1 .col_sticky .mod .clubsList a:hover {
    color: #e30613;
    color: var(--red1);
}
.skin_red2 .col_sticky .mod.GSOC_topMostComment a:hover,
.skin_red2 .col_sticky .mod.GSOC_topMostView a:hover,
.skin_red2 .col_sticky .mod.GRDC_newsFeed h2 > a:hover,
.skin_red2 .col_sticky .mod_selfpromotion a:hover,
.skin_red2 .col_sticky .mod .clubsList a:hover {
    color: #e3013a;
    color: var(--red2);
}
.skin_blue1 .col_sticky .mod.GSOC_topMostComment a:hover,
.skin_blue1 .col_sticky .mod.GSOC_topMostView a:hover,
.skin_blue1 .col_sticky .mod.GRDC_newsFeed h2 > a:hover,
.skin_blue1 .col_sticky .mod_selfpromotion a:hover,
.skin_blue1 .col_sticky .mod .clubsList a:hover {
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2 .col_sticky .mod.GSOC_topMostComment a:hover,
.skin_blue2 .col_sticky .mod.GSOC_topMostView a:hover,
.skin_blue2 .col_sticky .mod.GRDC_newsFeed h2 > a:hover,
.skin_blue2 .col_sticky .mod_selfpromotion a:hover,
.skin_blue2 .col_sticky .mod .clubsList a:hover {
    color: #0076c0;
    color: var(--blue2);
}

    .col_sticky li {
        display: block;
    }

/* Module Event */
.GRDC_event .illus{
    display: block;
    min-height: 500px;
    width: 100%;
    background-size: cover; 
    background-position: 50% 50%; 
    background-repeat: no-repeat;
}
    .GRDC_event .illus::after{
        content: '';
        background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.9));
        display: block;
        min-height: 500px;
    }
.GRDC_event .constrain{
    position: relative;

}
.GRDC_event .infoContent{
    position: absolute;
    bottom: 65px;
    left: 0;
    padding: 0 16px;
}

.GRDC_event .publish {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: rgba(255,255,255,0.75);
}

    @media screen and (min-width: 1000px) {
        .GRDC_event .publish {
            bottom: 65px;
        }
    }

    .GRDC_event h2{
        color: #FFF; 
    }
        .GRDC_event .headline{
            display: inline-block;
            margin-bottom: 0;
            padding: 0 6px;
            color: #FFF;
            font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
        }
        .skin_red1 .GRDC_event .headline{
            background-color: #e30613;
            background-color: var(--red1);
        }
        .skin_red2 .GRDC_event .headline{
            background-color: #e3013a;
            background-color: var(--red2);
        }
        .skin_blue1 .GRDC_event .headline{
            background-color: #0069b4;
            background-color: var(--blue1);
        }
        .skin_blue2 .GRDC_event .headline{
            background-color: #0076c0;
            background-color: var(--blue2);
        }
        .GRDC_event .title{
            display: block;
            margin: 10px 0 32px 0;
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            font-size: 4.8rem;
            line-height: 5.4rem;
            color: #FFF;
        }
    .GRDC_event a + .publish { 
        position: absolute;
        bottom: 25px;
        left: 15px;
    }

@media screen and (max-width: 999px) {
    .GRDC_event .title{
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
    /* .GRDC_event a + .publish { 

    } */
}


    /* GXCO */
    .GXCO_connect#showBoxTempValidation {
        margin-left: 10px;
        font-size: 1.4rem;
        color: #FFF;
    }
    .boxSecure .title, 
    .GXCO_connect .title { 
        line-height: 2.2rem;
        font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
    }

/* Composant liseuse */
.MilibrisComponent #reader * {
    line-height: inherit
}
/* Module Liseuse */
.GJNU_PDFWidget{
    margin: 0 0 32px 0;
}
    .GJNU_PDFWidget .title{
        margin-bottom: 0 !important;
        padding: 0;
        text-align: left;
        border-bottom: 1px solid var(--lightGrey);
        border-bottom: 1px solid #e6e6e6;
    }
    .GJNU_PDFWidget .modContent{
        /*padding: 20px;*/
        text-align: center; 
    }
        .GJNU_PDFWidget .item {
            padding-top: 20px;
            background-color: #f4f4f4;
            /*background-color: var(--lightGrey);*/
        }

    .GJNU_PDFWidget .label {
        line-height: 2rem;
        font-size: 1.4rem;
        color: #757575;
        color: var(--grey);
    }

    .GJNU_PDFWidget a.linkAll {
        margin: 15px 0;
    }

    .GJNU_PDFWidget a:not(.linkAll) {
        display: block;
    }


/* Module Sondage/Vote */
.GRDC_webPoll{
    margin: 38px 0 30px 0;
    padding: 15px;
    background-color: #f4f4f4;
}
    .GRDC_webPoll .question{
        margin-bottom: 14px;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 2.2rem;
        line-height: 2.8rem;
        font-weight: 600;
    }
        .GRDC_webPoll .question span {
            display: inline-block;
            margin: 0 5px 0 0;
        }
        .skin_red1 .GRDC_webPoll .question span{
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .GRDC_webPoll .question span{
            color: #e3013a;
            color: var(--red2);
        }
        .skin_blue1 .GRDC_webPoll .question span{
            color: #0069b4;
            color: var(--blue1);
        }
        .skin_blue2 .GRDC_webPoll .question span{
            color: #0076c0;
            color: var(--blue2);
        }
    .GRDC_webPoll ul{
        overflow: hidden;
        font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .GRDC_webPoll ul li,
    .ContentDetailComponent .pollComponent ul li {
        display: block;
        margin: 0 0 16px 0;
    }

    @media screen and (min-width: 1000px) {
        .GRDC_webPoll ul li, 
        .ContentDetailComponent .pollComponent ul li {
            float: left;
            display: list-item;
            width: 50%;
            padding: 0 5px 0 0;
        }
    }
    .GRDC_webPoll label{
        color: #212121;
        color: var(--darkGrey);
    }
    .GRDC_webPoll .listOption {
        overflow: hidden;
    }
        .GRDC_webPoll .option{
                width: calc(50% - 16px); 
                display: inline-block;
                vertical-align: top;
            }
            .GRDC_webPoll .option:nth-of-type(odd){
                /*float: left; */
                margin: 0 8px 0 0;
            }
            .GRDC_webPoll .option:nth-of-type(even){
                /*float: right;*/ 
                margin: 0 0 0 8px;
            }
        @media screen and (max-width:999px) {
            
            .GRDC_webPoll .option {
                width: 100%;
                margin: 0 !important;
            }
        }
        


            .GRDC_webPoll .blocButtons {
                width: 100%;
                margin-top: 0;
                text-align: center;
            }

                .GRDC_webPoll .blocButtons .bt_default {
                    margin-top: 5px;
                }

            .GRDC_webPoll .reponse{
                font-size: 1.6rem; 
                line-height: 22px;
                margin: 5px 0 !important;
                clear: both;
            }
            .GRDC_webPoll .percent{
                width: 50px;
                float: left;
                font-size: 1.6rem;
            }
            .skin_red1 .GRDC_webPoll .percent {
                color: #e30613;
                color: var(--red1);
            }
            .skin_red2 .GRDC_webPoll .percent {
                color: #e3013a;
                color: var(--red2);
            }
            .skin_blue1 .GRDC_webPoll .percent {
                color: #0069b4;
                color: var(--blue1);
            }
            .skin_blue2 .GRDC_webPoll .percent {
                color: #0076c0;
                color: var(--blue2);
            }
            .GRDC_webPoll .resconteneur{
                float: left;
                margin: 0 0 10px 8px; 
                height: 16px;
                position: relative;
                width: calc(100% - 58px);
            }
            .skin_red1 .GRDC_webPoll .resconteneur{
                background-color: rgba(227, 6, 19, 0.08);
                background-color: rgba(var(--rgbRed1), 0.08);
            }
            .skin_red2 .GRDC_webPoll .resconteneur{
                background-color: rgba(227, 1, 58, 0.08);
                background-color: rgba(var(--rgbRed2), 0.08);
            }
            .skin_blue1 .GRDC_webPoll .resconteneur{
                background-color: rgba(0, 105, 180, 0.08);
                background-color: rgba(var(--rgbBlue1), 0.08);
            }
            .skin_blue2 .GRDC_webPoll .resconteneur{
                background-color: rgba(0, 118, 192, 0.08);
                background-color: rgba(var(--rgbBlue2), 0.08);
            }
            .GRDC_webPoll .result {
                display: inline-block;
                height: 17px;
            }
            .skin_red1 .GRDC_webPoll .result{
                background-color: #e30613;
                background-color: var(--red1);
            }
            .skin_red2 .GRDC_webPoll .result{
                background-color: #e3013a;
                background-color: var(--red2);
            }
            .skin_blue1 .GRDC_webPoll .result{
                background-color: #0069b4;
                background-color: var(--blue1);
            }
            .skin_blue2 .GRDC_webPoll .result{
                background-color: #0076c0;
                background-color: var(--blue2);
            }
        .GRDC_webPoll .total{
            clear: both;
            margin: 20px 0 0 0;
            padding: 7px 0 0 0;
            border-top: 2px solid #E6E6E6;
            text-align: right;
        }

/* module aroundTown */
.aroundTown {
    clear: both;
    margin: 32px 0;
}
.aroundTown .title{
    font-size: 2.2rem;
}

.aroundTown ul{
    overflow: hidden;
}
    .aroundTown ul li{
        float: left;
        margin: 0 16px 0 0;
    }

    .aroundTown ul li{
        float: left;
        font-size: 1.4rem;
        margin: 0 8px 8px 0;
    }
    .skin_red1 .aroundTown ul li a{
        color: #e30613;
        color: var(--red1);
        border: 1px solid #e30613;
        border: 1px solid var(--red1);
    }
    .skin_red2 .aroundTown ul li a{
        color: #e3013a;
        color: var(--red2);
        border: 1px solid #e3013a;
        border: 1px solid var(--red2);
    }
    .skin_blue1 .aroundTown ul li a{
        color: #0069b4;
        color: var(--blue1);
        border: 1px solid #0069b4;
        border: 1px solid var(--blue1);
    }
    .skin_blue2 .aroundTown ul li a{
        color: #0076c0;
        color: var(--blue2);
        border: 1px solid #0076c0;
        border: 1px solid var(--blue2);
    }
    .aroundTown ul li a{
        display: block;
        line-height: 32px;
        text-align: center;
        padding: 0 8px;
    }
    .aroundTown ul li a {
        transition: background-color 0.15s ease-in-out;
    }
    .skin_red1 .aroundTown ul li a:hover {
        background-color: rgba(227, 6, 19, 0.05);
        background-color: rgba(var(--rgbRed1), 0.05);
    }
    .skin_red2 .aroundTown ul li a:hover {
        background-color: rgba(227, 1, 58, 0.05);
        background-color: rgba(var(--rgbRed2), 0.05);
    }
    .skin_blue1 .aroundTown ul li a:hover {
        background-color: rgba(0, 105, 180, 0.05);
        background-color: rgba(var(--rgbBlue1), 0.05);
    }
    .skin_blue2 .aroundTown ul li a:hover {
        background-color: rgba(0, 118, 192, 0.05);
        background-color: rgba(var(--rgbBlue2), 0.05);
    }

        .aroundTown .btSearchTown{
            overflow: hidden;
            position: relative;
        }

        .aroundTown .btSearchTown::before{
            content: '';
            width: 48px;
            height: 48px;
            display: block;
            position: absolute;
            right: 0;
        }
            .skin_red1 .aroundTown .btSearchTown::before{
                background-color: #e30613;
                background-color: var(--red1);
            }
            .skin_red2 .aroundTown .btSearchTown::before{
                background-color: #e3013a;
                background-color: var(--red2);
            }
            .skin_blue1 .aroundTown .btSearchTown::before{
                background-color: #0069b4;
                background-color: var(--blue1);
            }
            .skin_blue2 .aroundTown .btSearchTown::before{
                background-color: #0076c0;
                background-color: var(--blue2);
            }

            .aroundTown input[type=text]{
                width: calc(100% - 55px);
                padding: 14px 15px;
            }
            .aroundTown input[type=image]{
                width: 24px;
                height: 24px;
                text-align: center;
                position: absolute;
                right: 11px;
                top: 12px;
                z-index: 9;
            }



/* GXCO */
body.hasModal {
    overflow-y: auto;
}

@media screen and (min-width: 1000px) {
    body.hasModal {
        overflow: hidden;
    }
}

    body.hasModal .overlay/*, body.hasModal .overlay .modal*/ {
        position: fixed;
        z-index: 1000;
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
    }

/* .GXCO_content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    width: 100vw;
    max-height: 100vh;
    overflow-y: auto;
}

    @media screen and (min-width: 1000px) {
        .GXCO_content {
            top: 50vh;
            left: 50vw;
            overflow-y: initial;
            width: 50vw;
            max-height: none;
            height: 70vh;
            transform: translate(-50%, -50%);
        }
    } */


/* INSCRIPTION */
/* #createAccountContainer {
    padding-bottom: 64px;
} */

/*.modal #submitCreateProfile {
    padding-bottom: 64px;
}*/

.modal #CGU p {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

#ui-datepicker-div {
    z-index: 10005 !important;
}

/* ACTIVATION COMPTE */
.GXCO_approveAccount .appContent p a {text-decoration:underline;color: #069;}

/* MODIFICATION MOT DE PASSE PAR LIEN + RESET PASSWORD */
@media screen and (min-width: 1000px) {
    .GXCO_ResetPassword .field, 
    .GXCO_ResetPassword .blocButtons, 
    .GXCO_forgotPwd .field {
        width: 60%;
    }

    .GXCO_ResetPassword .containerInputError {
        min-height: 48px;
    }
}
.GXCO_ResetPassword p.oblig::before { 
    content: "*"; 
    color: red; 
    margin: 0 2px; 
    padding:0;
}
.GXCO_ResetPassword p.oblig { 
    font-size: 13px; 
    text-align: right;
}

.GXCO_forgotPwd .messageBox.error {
    margin-top: 1rem;
}

.GXCO_forgotPwd .formActions .checkboxContainer {
    position: relative;
}

.GXCO_forgotPwd .formActions {
    margin-top: 40px;
}

@media screen and (min-width: 1000px) {
    .GXCO_forgotPwd .formActions .checkboxContainer {
        width: 60%;
    }
}

    .GXCO_forgotPwd .formActions .checkboxContainer .messageInputError  {
        margin-top: 0;
    }
	
	.GXCO_forgotPwd .formActions .checkbox {
        display: inline-block;
    }

    .GXCO_forgotPwd .formActions .checkboxContainer label {
        width: calc(100% - 45px);
        vertical-align: middle;
    }

    @media screen and (min-width: 1000px) {
        .GXCO_forgotPwd .formActions .checkboxContainer label {
            width: 310px;
        }
    }


/* GXCO : Page de connexion / Inscription */
body.AuthenticationComponent {
    background-color: #e6e6e6;
    background-color: var(--lightGrey);
}

.GXCO_ident{
    margin: 30px 0;
    background-color: #FFF;
    padding: 30px;
}

    .GXCO_ident section {
        margin-top: 16px;
    }

        .GXCO_ident h2 {
            margin-bottom: 25px;
            line-height: 3.8rem;
            font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 2.8rem;
            color: #000000;
        }

    .GXCO_ident .loginContent, 
    .GXCO_ident .subscription {
        padding: 0 16px;
    }

    .GXCO_ident .subscription {
        vertical-align: top;
    }

    	.GXCO_ident .subscription .description {
		margin-top: 36px;
	}
	
		.GXCO_ident .subscription .description li + li {
			margin-top: 10px;
            margin-left: 0;
		}
	
		.GXCO_ident .subscription .description li {
            position: relative;
            padding-left: 32px;
            line-height: 2.2rem;
            font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
		}
		
			.GXCO_ident .subscription .description li:before {
				content: '\e908';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.5rem;
                vertical-align: middle;
			}

            .GXCO_ident .linkOffers{
                width: 100%;
                /*margin: 60px 0 0 0;*/
            }

            .GXCO_ident input[type=submit]{
                display: block;
                width: 100%;
            }

        @media screen and (min-width: 1000px) {
            .GXCO_ident .loginContent{
                display: inline-block;
                width: calc(60% - 16px);
                border-right: 1px solid #E6E6E6;
            }
            .GXCO_ident .subscription{
                display: inline-block;
                width: calc(40% - 16px);
            }

            .GXCO_ident .loginContent {
                margin-right: 16px;
            }

            .GXCO_ident .subscription {
                margin-left: 0;
            }
            
        }


    .GXCO_ident .blocButtons {
        text-align: center;
    }
    .GXCO_ident .link_createAccount{
        text-transform: uppercase;
        color: #757575;
        color: var(--grey);
        padding-top: 40px;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        line-height: 1.4;
        display: block;
        position: relative;
        cursor: pointer;
    }
    .GXCO_ident .link_createAccount::before {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
        background-color: var(--lightGrey);
    }

    @media screen and (min-width: 1000px){
        .GXCO_ident .bt_fbConnect, .GXCO_ident .bt_googleConnect {
            width: calc(50% - 8px);
        }
        .GXCO_ident .bt_fbConnect{
            margin: 10px 4px 0 0;
            float: left;
        }
        .GXCO_ident .bt_googleConnect{
            margin: 10px 0 0 4px;
            float: right;
        }
    }


/* GSOC */
.GSOC_topMostView{
    margin: 32px 0;
}
    .GSOC_topMostView .top {
        position: relative;
        border-top: 1px solid #E6E6E6;
        overflow: hidden;
    }
    .GSOC_topMostView a {
        display: block;
        padding: 0;
        margin: 0 30px 0 0;
    }

    .GSOC_topMostView .topMost > *:last-child {
        border-bottom: 1px solid #E6E6E6;
    }
    
        .col_main .GSOC_topMostView .topMost > * {
            width: calc(50% - 16px);
            float: left;
        }

        .col_main .GSOC_topMostView .topMost > *:nth-of-type(2n) {
                margin: 0 0 16px 0;
        }
        .col_main .GSOC_topMostView .topMost > *:nth-of-type(2n+1) {
                margin: 0 16px 0 0;
        }
        .col_main .GSOC_topMostView .topMost > *:nth-last-child(2) {
            border-bottom: 1px solid #E6E6E6;
        }

        .GSOC_topMostView .text {
            display: inline-block;
            width: calc(100% - 45px);
            padding: 10px 0;
            vertical-align: top;
            background-color: #fff;
        }
        .GSOC_topMostView .objectlinker-text {
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            font-size: 1.6rem;
            line-height: 2.2rem;
            height: 100%;
        }

        .GSOC_topMostView .num {
            display: inline-block;
            width: 40px;
            height: 60px;
            /* line-height: 60px; */
            font-size: 3rem;
            font-weight: 600;
            padding-top: 10px;
        }
        .skin_red1 .GSOC_topMostView .num {
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .GSOC_topMostView .num {
            color: #e3013a;
            color: var(--red2);
        }
        .skin_blue1 .GSOC_topMostView .num {
            color: #0069b1;
            color: var(--blue1);
        }
        .skin_blue2 .GSOC_topMostView .num {
            color: #0076c0;
            color: var(--blue2);
        }

        .GSOC_topMostView .icon_bookmark {
            position: absolute;
            top: 10px;
            right: -3px;
            width: 20px;
            color: #757575;
            color: var(--grey);
        }

.GSOC_topMostComment {
    margin: 32px 0;
}
    .GSOC_topMostComment h2{
        border-bottom: 1px solid #E6E6E6;
    }
    .GSOC_topMostComment .most {
        border-bottom: 1px solid #E6E6E6;
        padding: 10px 0;
    }
    .GSOC_topMostComment a{
        display: block;
        padding: 0;
    }
    .GSOC_topMostComment h3{
    font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    height: 100%;
    }
    .GSOC_topMostComment .comment-count{
        text-align: right;
        margin: 5px 0 0 0;
        font-size: 1.4rem;
        color: #757575;
        color: var(--grey);
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    }


/* GSOC Jeux-concours */
/* .GSOC_contest .concours {

    } */

        .GSOC_contest .concours .photo img {
            max-width: 100%; 
            height: auto;
        }

        .GSOC_contest .concours figure {            
            /*margin-bottom: 64px;*/
            margin-bottom: 32px;
            text-align: center;
        }

        .GSOC_contest .concours .description {
            margin-top: 25px;
            margin-bottom: 32px;
            line-height: 5rem;
            font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            font-size: 4.8rem;
        }

        .GSOC_contest .contestParticipationTitle {
            margin-top: 64px;
            padding-bottom: 28px;
            border-bottom: 1px solid #e6e6e6;
            border-bottom: 1px solid var(--lightGrey);
            line-height: 24px;
            font-size: 1.8rem;
            font-weight: 700;
            color: #000000;
        }

        .GSOC_contest #ConcoursForm {
            margin-top: 24px;
        }

        .GSOC_contest #MailFormAlert:not(:empty) {
            margin-bottom: 15px;
        }

        .note_oblig { 
            margin: 15px 0;
            font-size: 80%;
        }

        .GSOC_contest .inputField  {
            width: 100%;
        }

            @media screen and (min-width: 1000px) {
                .GSOC_contest .inputField  {
                    width: 40%;
                }

                .GSOC_contest .GXCO_ident .inputField {
                    width: 100%;
                }
            }

        .GSOC_contest .formActions {
            margin-bottom: 24px;
        }

        @media screen and (min-width: 1000px) {
            .GSOC_contest .formActions {
                width: 40%;
            }
        }

            .GSOC_contest .formActions #btnContest {
                width: 100%;
            }
        
        /* Erreurs */
       .GSOC_contest #ConcoursForm .field.containerInputError {
            min-height: 85px !important;
        }

        .GSOC_contest #ConcoursForm .field.civilite div.messageInputError {
            top: 60px;
        }

       @media screen and (min-width: 1000px) {
           .GSOC_contest #ConcoursForm .field.containerInputError {
                /*min-height: auto !important;*/
                min-height: 48px !important;
            }

            .GSOC_contest #ConcoursForm .field {
                min-height: 48px !important;
            }

            .GSOC_contest #ConcoursForm div.messageInputError {
                left: calc(40% + 15px);
            }

                .GSOC_contest #ConcoursForm .field.civilite div.messageInputError {
                    top: 30px !important;
                }
        }

    .GSOC_contest .concours.expired .messageBox {
        margin-bottom: 0.75em;
    }

    .GSOC_contest .GXCO_ident {
        padding: 0;
    }

        @media screen and (min-width: 1000px) {
            .GSOC_contest .GXCO_ident {
                padding: 38px;
            }
        }

#sendBox, 
#cguBox, 
#cgpBox {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 50%;
    overflow-y: auto;
    width: 99%;
    max-height: 100vh;
    margin-left: -49.5%;
    padding: 50px 15px 10px 15px;
    background-color: #ffffff;
    color: #212121;
    color: var(--darkGrey);
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.msgAlert li + li {
    margin-left: 0;
}

#sendBox fieldset {
    margin-top: 25px;
}

@media screen and (min-width: 1000px) {
    #sendBox, 
    #cguBox, 
    #cgpBox {
        position: absolute;
        left: 50%;
        padding-top: 15px;
    }

        #sendBox, 
        #cguBox {
            top: 0;
        }

        #sendBox {
            width: 700px;
            max-width: 700px;
            margin-left: -350px;
        }

        #cguBox, 
        #cgpBox {
            width: 1000px;
            margin-left: -500px;
            max-height: 100vh;
            overflow-y: auto;
        }

        #cgpBox {
            position: fixed;
            top: 0;
            min-height: 350px;
            max-height: none;
        }

        #sendBox h1, 
        #cguBox h1,
        #cgpBox h1 {
            display: inline-block;
            padding-right: 35px;
        }
}

    #sendBox .btClose, 
    #cguBox .btClose, 
    #cgpBox .btClose {    
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        font-family: cursive; 
        display: inline-block; 
        font-weight: 600; 
        cursor: pointer; 
        padding: 0.6em 1em;
        }

        #sendBox .btClose::before, 
        #cguBox .btClose::before, 
        #cgpBox .btClose::before {
            font-size: 1.2rem;
        }

    #sendBox input, 
    #sendBox input {
        margin-bottom: 0;
    }

    #sendBox #captchaEnvoiMailArticle, 
    #sendBox .captcha {
        display: inline-block;
    }

    #sendBox #captchaEnvoiMailArticle {
        width: 63%;
    }
    
    @media screen and (min-width: 1000px) {
        #sendBox #captchaEnvoiMailArticle {
            width: 80%;
        }
    }

    #sendBox .captcha {
        /*width: calc(40% - 15px);
         margin-left: 10px; */
        position: absolute;
        left: calc(60% + 25px);
        top: 8px;
    }

    @media screen and (min-width: 1000px) {
        #sendBox .captcha {
            left: calc(80% + 25px);
        }
    }

    #sendBox .blocButtons {
        margin-top: 50px;
    }

    #sendBox .blocButtons input, 
    #sendBox .blocButtons a  {
        width: 100%;
    }

    @media screen and (min-width: 1000px) {
        #sendBox #MailRespMsg {
            margin-top: 30px;
        }
    }


/*#gsoc_mail_box {
    top: 0;
    left: 0;
    transform: translate(0,0);
}*/

/* Module d'inscription aux newsletters - GSOC */
.GSOC_newsletterRegistration {
    display: block;
    margin: 32px 0;
}

    .GSOC_newsletterRegistration .title {
        padding-bottom: 16px;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--lightGrey);
    }

    .GSOC_newsletterRegistration .description {
        margin-bottom: 16px;
        line-height: 2.2rem;
        font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        font-weight: 200;
    }

    .GSOC_newsletterRegistration .fakeForm {
        vertical-align: top;
    }

        .GSOC_newsletterRegistration .fakeInput, 
        .GSOC_newsletterRegistration button {
            display: inline-block;
            height: 48px;
            vertical-align: top;
        }

            .GSOC_newsletterRegistration .fakeInput {
                width: calc(100% - 56px);
                height: 48px;
                padding: 11px 16px;
                line-height: 28px;
                border: 1px solid #e6e6e6;
                border: 1px solid var(--lightGrey);
                color: #777777;
            }

            .GSOC_newsletterRegistration button {
                width: 48px;
                margin-top: 0;
                margin-left: 8px;
            }

/* Module d'inscription aux newsletters - GRDC */

.GRDC_newsletters { display: block; margin: 32px 0; }
.GRDC_newsletters .title { padding-bottom: 5px; border-bottom: 1px solid #e6e6e6; border-bottom: 1px solid var(--lightGrey); }
.GRDC_newsletters .description { margin-bottom: 16px; line-height: 2.2rem; font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: 200; }

.GRDC_newsletters .nwls-list { margin-bottom: 16px; max-height: 140px; overflow-y:auto; }
.GRDC_newsletters .nwls-list::-webkit-scrollbar { width: 5px; border-radius: 3px; position: absolute; right: 50px; top : 50px; }
.GRDC_newsletters .nwls-list::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.3); border-radius: 3px; }
.GRDC_newsletters .nwls-list::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,.5); }
.GRDC_newsletters .nwls-list::-webkit-scrollbar-thumb:active { background-color: rgba(0,0,0,.8); }
.GRDC_newsletters .nwls-list::-webkit-scrollbar-button { height: 0; }
.GRDC_newsletters .nwls-list::-webkit-scrollbar-button,
.GRDC_newsletters .nwls-list::-webkit-scrollbar-corner,
.GRDC_newsletters .nwls-list::-webkit-scrollbar-track,
.GRDC_newsletters .nwls-list::-webkit-scrollbar-track-piece,
.GRDC_newsletters .nwls-list::-webkit-resizer { color: transparent; background-color: transparent; }
.GRDC_newsletters .nwls-chk { display: inline-block; vertical-align: top; }
.GRDC_newsletters .nwls-title { display: inline-block; vertical-align: top; width: calc(100% - 48px); line-height: 24px; margin: 0 10px; }

.GRDC_newsletters .form { vertical-align: top; }
.GRDC_newsletters .field.chkAge { margin-top: 12px; }
.GRDC_newsletters .modalBlocButtons { margin-top: 0px; }
.GRDC_newsletters input[type='checkbox'].error { width: 20px; height: 20px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance:none; }

.GRDC_newsletterSubscribe .view{cursor: pointer; background-color: #ddd; color: #555; display: inline-block; padding: 0.5rem 1rem; line-height: inherit;}

.GRDC_newsletterSubscribe {min-height: 750px;}
.GRDC_newsletterSubscribe #preview{z-index: 100; display: none; width: 800px; height: 600px; border-radius: 8px; background-color: #FFF; opacity: 1; margin: 0 auto; position: absolute; left: calc(50% - 400px); top: 50px; padding: 0;}
.GRDC_newsletterSubscribe #preview .top {background-color: #e9edf0; color: #555; height: 30px; border-radius: 8px 8px 0 0; padding: 0 10px;}
.GRDC_newsletterSubscribe #preview .top h2 { line-height: 30px;}
.GRDC_newsletterSubscribe #preview .top span { float: right;}
.GRDC_newsletterSubscribe #preview .contentPreview { margin: 0 auto; overflow-y: scroll; height: 600px; width:100%; }
.GRDC_newsletterSubscribe #preview .contentPreview td, #preview .contentPreview h1{ border: initial; background-color: initial;}
.GRDC_newsletterSubscribe #preview .contentPreview ::before {background-color: initial;}
.GRDC_newsletterSubscribe #preview .closeBox {cursor: pointer; font-size: 14px;}

.skin_red1 .GRDC_newsletters .checkbox.error { box-shadow: inset 0 0 0 2px rgba(227, 6, 19, 1); box-shadow: inset 0 0 0 2px rgba(var(--rgbRed1), 1); }
.skin_red2 .GRDC_newsletters .checkbox.error { box-shadow: inset 0 0 0 2px rgba(227, 1, 58, 1); box-shadow: inset 0 0 0 2px rgba(var(--rgbRed2), 1); }
.skin_blue1 .GRDC_newsletters .checkbox.error { box-shadow: inset 0 0 0 2px rgba(0, 105, 180, 1); box-shadow: inset 0 0 0 2px rgba(var(--rgbBlue1), 1); }
.skin_blue2 .GRDC_newsletters .checkbox.error { box-shadow: inset 0 0 0 2px rgba(0, 118, 192, 1); box-shadow: inset 0 0 0 2px rgba(var(--rgbBlue2), 1); }

.GRDC_newsletters .error { margin-bottom:0px; }
.GRDC_newsletters #btSubscribe { width: 100%; margin: 0px; }

/* Pictoliens images */
.GRDC_linkImages{
    background-color: #212121;
    background-color: var(--darkGrey);
    padding: 64px 0;
}
     .GRDC_linkImages ul{
        overflow: hidden;
    }   

    .GRDC_linkImages li{
        float: left;
        width: calc(33% - 32px);
        margin: 0 16px;
        position: relative;
    }
        .GRDC_linkImages li a{
            display: block;
            position: relative;
        }
        .GRDC_linkImages li img {
            width: 100%;
            display: block;
            filter: brightness(60%);
            -webkit-filter: brightness(60%);
        }

        .GRDC_linkImages li .title{
            position: absolute;
            top: 50%;
            left: 50%;
            color: #FFF;
            display: block;
            transform: translate(-50%,-50%);
            font-size: 2.8rem;
            z-index: 2;
        }
        .GRDC_linkImages li:hover img {
            filter: brightness(100%);
            -webkit-filter: brightness(100%)
        }
        .GRDC_linkImages li:hover .title{
            color: #212121;
        }

/* Pictoliens sans images */
.GRDC_linkTags{
    /*
    overflow: auto;
    white-space: nowrap;*/
    margin: 0 0 17px 0
}

@media screen and (max-width: 999px) {
    .GRDC_linkTags{
        margin: 0 0 16px 0;
    }
}

.GRDC_linkTags li{
    display: inline-block;
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 8px 8px 0;
}
    .GRDC_linkTags li a{
        display: block;
        padding: 5px 8px;
        transition: background-color 0.15s ease-in-out;
    }
    .skin_red1 .GRDC_linkTags li a{
        color: #e30613;
        color: var(--red1);
        border: 1px solid #e30613;
        border: 1px solid rgba( var(--rgbRed1), 0.25 );
    }
    .skin_red2 .GRDC_linkTags li a{
        color: #e3013a;
        color: var(--red2);
        border: 1px solid #e3013a;
        border: 1px solid rgba( var(--rgbRed2), 0.25 );
    }
    .skin_blue1 .GRDC_linkTags li a{
        color: #0069b4;
        color: var(--blue1);
        border: 1px solid #0069b4;
        border: 1px solid rgba( var(--rgbBlue1), 0.25 );
    }
    .skin_blue2 .GRDC_linkTags li a{
        color: #0076c0;
        color: var(--blue2);
        border: 1px solid #0076c0;
        border: 1px solid rgba( var(--rgbBlue2), 0.25 );
    }
    .skin_red1 .GRDC_linkTags li a:hover {
        background-color: rgba(227, 6, 19, 0.05);
        background-color: rgba(var(--rgbRed1), 0.05);
    }
    .skin_red2 .GRDC_linkTags li a:hover {
        background-color: rgba(227, 1, 58, 0.05);
        background-color: rgba(var(--rgbRed2), 0.05);
    }
    .skin_blue1 .GRDC_linkTags li a:hover {
        background-color: rgba(0, 105, 180, 0.05);
        background-color: rgba(var(--rgbBlue1), 0.05);
    }
    .skin_blue2 .GRDC_linkTags li a:hover {
        background-color: rgba(0, 118, 192, 0.05);
        background-color: rgba(var(--rgbBlue2), 0.05);
    }

        .media .GRDC_linkTags li a {
            color: #FFFFFF;
            border: 1px solid rgba(255, 255, 255, 0.25);
        }

            .media .GRDC_linkTags li a:hover {
                background-color:rgba(255, 255, 255, 0.05);
            }

/* RelatedContent : contenu lié par le sujet */
.GRDC_relatedContent{
    margin: 32px 0;
}
    .GRDC_relatedContent .title {
        padding: 0 0 15px 0;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--lightGrey);
        display: block;
    }
        .GRDC_relatedContent article {
            padding: 0 0 15px 0;
            border-bottom: 1px solid #e6e6e6;
            border-bottom: 1px solid var(--lightGrey);
        }
            .GRDC_relatedContent figure {
                float: right;
                width: 104px;
            }
            .GRDC_relatedContent figure img{
                width: 100%;
            }
            .GRDC_relatedContent .corps {
                float: left;
                width: calc(100% - 114px);
            }
                .GRDC_relatedContent .corps h2{
                    font-size: 1.6rem;
                    line-height: 22px;
                    font-weight: 600;
                    margin: 0;
                }
                 .GRDC_relatedContent .publish{
                    text-align: left !important;
                    margin: 5px 0 0 0;
                }

/* =============================================================================
   GRDC par modèles
    modele 1 : articles similaires en detail
    modele 2 : a proximite, multis onglets (fond noir)
    modele 3 : a proximite, multis onglets (sans fond noir)
    modele 4 : a proximite en colonne sticky
    modele 5 : Carnet du jour
    modele 6 : Galerie media (fond noir)
   ========================================================================== */
.GRDC_List_Model1{ 
    margin: 64px 0;
}
    .GRDC_List_Model1 article{
        display: inline-block;
        vertical-align: top;
    }
        .GRDC_List_Model1 .title{
            font-size: 2.8rem;
            line-height: 3.4rem;
            margin: 0 0 24px 0;
        }
        .GRDC_List_Model1 article:not(.lslide){
            width: calc(33.33% - 25px) !important;
            margin: 0 16px !important;
        }
        .GRDC_List_Model1 article:not(.lslide):first-child{
            margin: 0 16px 0 0 !important;
        }
        .GRDC_List_Model1 article:not(.lslide):last-child{
            margin: 0 0 0 16px !important;
        }
            .GRDC_List_Model1 h2{
                font-size: 2.2rem;
                line-height: 2.8rem;
                font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
            }
            .GRDC_List_Model1 article.noImage figure{
                min-height: 174px;  
            }

@media screen and (max-width: 999px) {
    .GRDC_List_Model1 article:not(.lslide){
        width: 223px !important;
        white-space: normal;
    }
        .GRDC_List_Model1 h2{
            font-size: 1.6rem;
            line-height: 2.2rem;
        }
            .GRDC_List_Model1 h2 headline {
                margin: 0;
            }
        .GRDC_List_Model1 article.noImage figure{
                min-height: 125px;  
        }
        .GRDC_List_Model1 article .corps{
            display: none;
        }
}

.GRDC_List_Model2, 
.GRDC_List_Model3 {
    padding: 32px 0;
}

    .GRDC_List_Model2 .title, 
    .GRDC_List_Model3 .title {
        margin-bottom: 26px;
        line-height: 3.4rem;
        font-size: 2.8rem;
        font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #000000;
    }

.GRDC_List_Model2 .tabs, 
.GRDC_List_Model3 .tabs {
    margin-bottom: 15px;
}

.GRDC_List_Model2 .tab, 
.GRDC_List_Model3 .tab {
    display: inline-block;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000000;
}

        .GRDC_List_Model2 .tab:hover a,
        .GRDC_List_Model2 .tab.active a, 
        .GRDC_List_Model3 .tab:hover a, 
        .GRDC_List_Model3 .tab.active a {
            border-bottom: 1px solid #000000;
            color: #000000;
        }

@media screen and (min-width: 1000px) {
    /*.GRDC_List_Model2 .tab, 
    .GRDC_List_Model3 .tab {
        line-height: 2.4rem;
        font-size: 1.8rem;
     }*/
}

    .GRDC_List_Model2 .tab + .tab, 
    .GRDC_List_Model3 .tab + .tab {
        margin-left: 32px;
     }

        .GRDC_List_Model2 .tab a, 
        .GRDC_List_Model3 .tab a {
            display: block;
            padding: 10px 0;
            color: #757575;
            color: var(--grey);
            transition: all 0.5s;
        }

            @media screen and (min-width: 1000px) {
                .GRDC_List_Model2 .tab a, 
                .GRDC_List_Model3 .tab a {
                    padding: 16px 0;
                }
            }

.GRDC_List_Model2 .contentListTab, 
.GRDC_List_Model3 .contentListTab {
    display: none;
}

    .GRDC_List_Model2 .contentListTab.active, 
    .GRDC_List_Model3 .contentListTab.active {
        display: block;
    }

.GRDC_List_Model2 .tabAdditionalHtml, 
.GRDC_List_Model3 .tabAdditionalHtml {
    display: none;
    margin: 16px 0 24px 0;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #757575;
    color: var(--grey);
}

    @media screen and (min-width: 1000px) {
        .GRDC_List_Model2 .tabAdditionalHtml, 
        .GRDC_List_Model3 .tabAdditionalHtml {
            margin: 34px 0 30px 0;
        }
    }

    .GRDC_List_Model2 .tabAdditionalHtml.active,
    .GRDC_List_Model3 .tabAdditionalHtml.active {
        display: block;
    }

.GRDC_List_Model2 article, 
.GRDC_List_Model3 article {
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 1px solid #757575;
    border-bottom: 1px solid var(--grey);
}

    .GRDC_List_Model2 article:nth-of-type(1), 
    .GRDC_List_Model3 article:nth-of-type(1) {    
        border-top: 1px solid #757575;
        border-top: 1px solid var(--grey);
    }

        @media screen and (min-width: 1000px) {
            .GRDC_List_Model2 article:nth-of-type(1),    
            .GRDC_List_Model3 article:nth-of-type(1) {    
                border-top: none;
            }

            .GRDC_List_Model2 article + article,
            .GRDC_List_Model3 article + article {
                margin-left: 3%;
            }

            .GRDC_List_Model2 article,
            .GRDC_List_Model3 article {
                display: inline-block;
                width: 31%;
                vertical-align: top;
                border-top: none;
                border-bottom: none;
            }
        }

    .GRDC_List_Model2 article a, 
    .GRDC_List_Model3 article a {
        display: block;
        color: #757575;
        color: var(--grey);
    }

    .GRDC_List_Model2 article .surtitre, 
    .GRDC_List_Model3 article .surtitre {
        margin-bottom: 5px;
        line-height: 2.2rem;
        font-size: 1.6rem;
    }

    .GRDC_List_Model2 article h2, 
    .GRDC_List_Model3 article h2 {
        line-height: 2.2rem;
        font-size: 1.6rem;
        color: #000000;
    }

    .GRDC_List_Model2 article .h3 {
        color: #FFFFFF;
    }

    .GRDC_List_Model2 article .content, 
    .GRDC_List_Model2 article figure,
    .GRDC_List_Model3 article .content, 
    .GRDC_List_Model3 article figure {
        float: right;
    }

        @media screen and (min-width: 1000px) {
            .GRDC_List_Model2 article .content, 
            .GRDC_List_Model2 article figure, 
            .GRDC_List_Model3 article .content, 
            .GRDC_List_Model3 article figure {
                display: block;
            }
        }

    .GRDC_List_Model2 article .content, 
    .GRDC_List_Model3 article .content {
        width: calc(70% - 20px);
    }

        @media screen and (min-width: 1000px) {
            .GRDC_List_Model2 article .content, 
            .GRDC_List_Model3 article .content {
                width: 100%;
            }
        }

        .GRDC_List_Model2 article .publish,
        .GRDC_List_Model3 article .publish {
            font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.4rem;
            color: #757575;
            color: var(--grey);
        }

    .GRDC_List_Model2 article figure,
    .GRDC_List_Model3 article figure {
        width: 30%;
        min-height: 79px;
        margin-left: 15px;
        vertical-align: top;
    }

        @media screen and (min-width: 1000px) {
            .GRDC_List_Model2 article figure, 
            .GRDC_List_Model3 article figure {
                width: 100%;
                min-height: 171px;
            }
        }

        .GRDC_List_Model2 article figure.noImage, 
        .GRDC_List_Model3 article figure.noImage {
            content: "no image";
        }

        .GRDC_List_Model2 article figure img, 
        .GRDC_List_Model3 article figure img {
            max-width: 100%;
        }

.GRDC_List_Model2 .showMore, 
.GRDC_List_Model3 .showMore {
    float: right;
    display: block;
    margin-top: 15px;
}


/*GRDC_List_Model3 = GRDC_List_Model2 sur fond blanc */
.media .GRDC_List_Model2 .title, 
.media .GRDC_List_Model3 .title {
    color: #FFFFFF;
}

    .media .GRDC_List_Model2 .tab:hover a,
    .media .GRDC_List_Model2 .tab.active a, 
    .media .GRDC_List_Model3 .tab:hover a,
    .media .GRDC_List_Model3 .tab.active a {
        border-bottom: 1px solid #FFFFFF;
        color: #FFFFFF;
    }    

    .media .GRDC_List_Model2 article h3, 
    .media .GRDC_List_Model3 article h3 {
        color: #FFFFFF;
    }

/* Modèle 4 - A proximité (onglets) en colonne sticky */
.GRDC_List_Model4{
    margin: 32px 0;
}
    .GRDC_List_Model4 .title {
        padding: 0 0 15px 0;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--lightGrey);
        display: inline-block;
        width: 100%;
    }
        .GRDC_List_Model4 article {
            padding: 0 0 15px 0;
            border-bottom: 1px solid #e6e6e6;
            border-bottom: 1px solid var(--lightGrey);
        }
            .GRDC_List_Model4 figure {
                float: right;
                width: 104px;
            }
            .GRDC_List_Model4 figure img{
                width: 100%;
            }
            .GRDC_List_Model4 .corps {
                float: left;
                width: calc(100% - 114px);
            }
                .GRDC_List_Model4 .corps h2{
                    font-size: 1.6rem;
                    line-height: 22px;
                    font-weight: 600;
                    margin: 0;
                }
                 .GRDC_List_Model4 .publish{
                    text-align: left !important;
                    margin: 5px 0 0 0;
                }


/* Modèle 5 - Carnet du jour */
.GRDC_List_Model5 {
    overflow-x: auto;
}

.GRDC_List_Model5 .title {
    margin: 10px 0;
    line-height: 3rem;
    font-size: 2.2rem;
    color: #212121;
    color: var(--darkGrey);
}

@media screen and (min-width: 1000px) {
    .GRDC_List_Model5 .carnetCarousel {
        display: block;
    }
}

.GRDC_List_Model5 .typeCarnet {
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 25px;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
    border-right: 1px solid var(--lightGrey);
}
    .GRDC_List_Model5 .typeCarnet:last-of-type {
        border-right: none;
    }

    .GRDC_List_Model5 .typeCarnet .showMore {
        position: absolute;
        left: 15px;
        bottom: 0;
    }

    @media screen and (min-width: 1000px) {
        .GRDC_List_Model5 .typeCarnet {
            position: relative;
            float: left;
            display: block;
            width: calc(33% - 15px);
            margin-right: 15px;
        } 
    }

    .GRDC_List_Model5 .typeCarnet.naissance, 
    .GRDC_List_Model5 .typeCarnet.necrologie {
            padding-left: 15px;
    }

    .GRDC_List_Model5 .typeCarnet.mariage,
    .GRDC_List_Model5 .typeCarnet.naissance {
        border-right: 1px solid #e6e6e6;
        border-right: 1px solid var(--lightGrey);
    }

.GRDC_List_Model5 .typeCarnetTitle {
    margin-bottom: 15px;
    line-height: 2.8rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

    .skin_red1 .GRDC_List_Model5 .typeCarnetTitle {
        color: #e30613;
        color: var(--red1);
    }
    .skin_red2 .GRDC_List_Model5 .typeCarnetTitle {
        color: #e3013a;
        color: var(--red2);
    }

    .skin_blue1 .GRDC_List_Model5 .typeCarnetTitle {
        color: #0069b4;
        color: var(--blue1);
    }
    .skin_blue2 .GRDC_List_Model5 .typeCarnetTitle {
        color: #0076c0;
        color: var(--blue2);
    }

.GRDC_List_Model5 article + article {
    margin-top: 12px;
}

.GRDC_List_Model5 .contentTitle {
    margin-bottom: 5px;
    line-height: 2.2rem;
    font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    font-size: 1.6rem;
    color: #212121;
    color: var(--darkGrey);
}

.GRDC_List_Model5 .headline {
    margin-bottom: 5px;
    line-height: 2.2rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    color: #212121;
    color: var(--darkGrey);
}

.GRDC_List_Model5 .publish {
    margin: 0;
    line-height: 2.2rem;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}

/*GRDC_List_Model6 = galerie media fond noir */

.GRDC_List_Model6 .title {
    margin-bottom: 16px;
    line-height: 3.4rem;
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    color: #FFF;
}

.GRDC_List_Model6 .dCarousel {
    height: 260px !important;
}

    @media screen and (min-width: 1000px) {
        .GRDC_List_Model6 .dCarousel { 
            height: 380px !important; 
        }
    }

.dCarousel .secondary.noImage figure {
    min-height: 274px;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1000px) {
    .dCarousel .secondary.noImage figure{
        min-height: 274px;
    }
}



/* GRDC KeywordListBySectionsComponent */
.KeywordListBySectionsComponent .nav {
    margin-top: 30px;
}

    .KeywordListBySectionsComponent .nav li {
        display: table-cell;
        padding: 5px;
    }

        .KeywordListBySectionsComponent .nav li a {
            font-weight: 700;
        }

/* .KeywordListBySectionsComponent table {

} */

.KeywordListBySectionsComponent table tr {
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--lightGrey);
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--lightGrey);
}

    /* .KeywordListBySectionsComponent table tr:nth-child(odd) {
    } */

    .KeywordListBySectionsComponent table tr td:first-of-type {
        width: 50px;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-align: center;
    }

    .KeywordListBySectionsComponent table tr td {
        padding: 10px 0;
    }

/* dropSearch */

#showBoxSearch{
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
}

#showBoxSearch::after {
    z-index: 1005;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    transition: background-color 0.15s ease-in-out;
    margin: 0;
    padding: 0 2px 0 0;
}

.skin_red1 #showBoxSearch:hover::after{
    background-color: #cc0134;
    background-color: var(--darkRed1);
}
.skin_red2 #showBoxSearch:hover::after{
    background-color: #cc0511;
    background-color: var(--darkRed2);
}

.skin_blue1 #showBoxSearch:hover::after{
    background-color: #005ea0;
    background-color: var(--darkBlue1);
}
.skin_blue2 #showBoxSearch:hover::after{
    background-color: #006aac;
    background-color: var(--darkBlue2);
}

.boxSearch{
    display: none;
    background-color: #FFF;
    position: absolute;
    color: #212121;
    left: 0; 
    right: 0;
    padding: 32px 0 64px 0;
    min-height: 300px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
    top: 70px;
}

    .boxSearch .title{
        font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 2.8rem;
        line-height: 3.4rem;
        margin: 0 0 16px 0;
    }
    .boxSearch .icon_close{
        position: absolute;
        right: 0;
        cursor: pointer;
    }

        .boxSearch .content ul{
            overflow: hidden;
            color: #777;
            margin: 0 0 26px 0;
            font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
        }
            .boxSearch .content ul li{
                float: left;
                margin: 0 20px 0 0;
                cursor: pointer;
                transition: color 0.15s ease-in-out;
            }
                .boxSearch .content ul li:hover{
                    color: #212121;
                }

                .boxSearch .content ul li span {
                    position: relative;
                }
                
                .boxSearch .content ul li span::after {
                    content: "";
                    width: 100%;
                    height: 2px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    transition: all 0.15s ease-in-out;
                    transform: scaleX(0);
                }

                .skin_red1 .boxSearch .content ul li span::after {
                    background-color: #e30613;
                    background-color: var(--red1);
                }
                .skin_red2 .boxSearch .content ul li span::after {
                    background-color: #e3013a;
                    background-color: var(--red2);
                }

                .skin_blue1 .boxSearch .content ul li span::after {
                    background-color: #0069b4;
                    background-color: var(--blue1);
                }
                .skin_blue2 .boxSearch .content ul li span::after {
                    background-color: #0076c0;
                    background-color: var(--blue2);
                }

                .boxSearch .content ul li span.selected::after {
                    transform: scaleX(1);
                }

                .skin_red1 .boxSearch .content ul li span.selected{
                    color: #e30613;
                    color: var(--red1);
                }
                .skin_red2 .boxSearch .content ul li span.selected{
                    color: #e3013a;
                    color: var(--red2);
                }

                .skin_blue1 .boxSearch .content ul li span.selected{
                    color: #0069b4;
                    color: var(--blue1);
                }
                .skin_blue2 .boxSearch .content ul li span.selected{
                    color: #0076c0;
                    color: var(--blue2);
                }

                .boxSearch .content ul li span{
                    display: inline-block;
                    padding: 0 0 8px 0;
                }

                .boxSearch .content .box{
                    display: none;
                }
                    .boxSearch .content .box.actived{
                        display: block;
                    }

                /*#searchInContent, 
                #searchInTown {
                    display: block;
                }*/

            .boxSearch .box input[type='text']{
                float: left;
                height: 48px;
                line-height: 48px;
                width: calc(100% - 54px);
            }

            .boxSearch .box input[type='submit']{
                color: #FFF;
                width: 48px;
                line-height: 48px;
                height: 48px;
                float: right;
            }

            .ie .boxSearch .box input[type='text'], 
            .ie .boxSearch .box input[type='submit'] {
                line-height: 30px;
            }

            .skin_red1 .boxSearch .box input[type='submit']{
                background-color: #e30613;
                background-color: var(--red1);
            }
            .skin_red2 .boxSearch .box input[type='submit']{
                background-color: #e3013a;
                background-color: var(--red2);
            }
            .skin_blue1 .boxSearch .box input[type='submit']{
                background-color: #0069b4;
                background-color: var(--blue1);
            }
            .skin_blue2 .boxSearch .box input[type='submit']{
                background-color: #0076c0;
                background-color: var(--blue2);
            }

            .boxSearch .box ul{
                overflow: hidden;
                clear: both;
            }
                .boxSearch .box ul li{
                    float: left;
                    font-size: 1.4rem;
                    margin: 0 8px 8px 0;
                }
                .skin_red1 .boxSearch .box ul li a{
                    color: #e30613;
                    color: var(--red1);
                    border: 1px solid #e30613;
                    border: 1px solid var(--red1);
                }
                .skin_red2 .boxSearch .box ul li a{
                    color: #e3013a;
                    color: var(--red2);
                    border: 1px solid #e3013a;
                    border: 1px solid var(--red2);
                }
                .skin_blue1 .boxSearch .box ul li a{
                    color: #0069b4;
                    color: var(--blue1);
                    border: 1px solid #0069b4;
                    border: 1px solid var(--blue1);
                }
                .skin_blue2 .boxSearch .box ul li a{
                    color: #0076c0;
                    color: var(--blue2);
                    border: 1px solid #0076c0;
                    border: 1px solid var(--blue2);
                }
                .boxSearch .box ul li a{
                    display: block;
                    line-height: 32px;
                    text-align: center;
                    padding: 0 8px;
                }
                .boxSearch .box ul li a {
                    transition: background-color 0.15s ease-in-out;
                }
                .skin_red1 .boxSearch .box ul li a:hover {
                    background-color: rgba(227, 6, 19, 0.05);
                    background-color: rgba(var(--rgbRed1), 0.05);
                }
                .skin_red2 .boxSearch .box ul li a:hover {
                    background-color: rgba(227, 1, 58, 0.05);
                    background-color: rgba(var(--rgbRed2), 0.05);
                }
                .skin_blue1 .boxSearch .box ul li a:hover {
                    background-color: rgba(0, 105, 180, 0.05);
                    background-color: rgba(var(--rgbBlue1), 0.05);
                }
                .skin_blue2 .boxSearch .box ul li a:hover {
                    background-color: rgba(0, 118, 192, 0.05);
                    background-color: rgba(var(--rgbBlue2), 0.05);
                }
        .boxSearch .btSearchExalead, .boxSearch .btSearchTown{
            overflow: hidden;
            position: relative;
        }

        .boxSearch .btSearchExalead::before, .boxSearch .btSearchTown::before{
            content: '';
            width: 48px;
            height: 48px;
            display: block;
            position: absolute;
            right: 0;
        }

            .skin_red1 .boxSearch .btSearchExalead::before,
            .skin_red1 .boxSearch .btSearchTown::before{
                background-color: #e30613;
                background-color: var(--red1);
            }
            .skin_red2 .boxSearch .btSearchExalead::before,
            .skin_red2 .boxSearch .btSearchTown::before{
                background-color: #e3013a;
                background-color: var(--red2);
            }
            .skin_blue1 .boxSearch .btSearchExalead::before,
            .skin_blue1 .boxSearch .btSearchTown::before{
                background-color: #0069b4;
                background-color: var(--blue1);
            }
            .skin_blue2 .boxSearch .btSearchExalead::before,
            .skin_blue2 .boxSearch .btSearchTown::before{
                background-color: #0076c0;
                background-color: var(--blue2);
            }

            .boxSearch .btSearchExalead input[type=text],
            .boxSearch .btSearchTown input[type=text]{
                width: calc(100% - 55px);
            }
            .boxSearch .btSearchExalead input[type=image],
            .boxSearch .btSearchTown input[type=image]{
                width: 24px;
                height: 24px;
                text-align: center;
                position: absolute;
                right: 11px;
                top: 12px;
                z-index: 10;
            }

                .boxSearch .btSearchExalead input[type=image]:focus,
                .boxSearch .btSearchTown input[type=image]:focus{
                    outline: none;
                }
            

@media screen and (max-width: 999px) {
    .boxSearch .constrain{
        padding: 0 16px;
    }
}

/* Search - Burger Menu */
.boxSearch_burger {
    padding: 20px 0 10px;
}
.boxSearch_burger .btSearchExalead input[type=image]{
    margin-left: 15px;
}

.boxSearch_burger .btSearchExalead input[type=text]{
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 14px;
    margin-left: 10px;
    color: #212121;
    color: var(--darkGrey);
    width: calc(100% - 70px);
}

/* liste */
#SearchForm{
    margin: 0 0 37px 0;
    position: relative;
}

    #SearchForm::before{
        content: '';
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        right: 0;
    }
    .skin_red1 #SearchForm::before {
        background-color: #e30613;
        background-color: var(--red1);
    }
    .skin_red2 #SearchForm::before {
        background-color: #e3013a;
        background-color: var(--red2);
    }
    .skin_blue1 #SearchForm::before {
        background-color: #0069b4;
        background-color: var(--blue1);
    }
    .skin_blue2 #SearchForm::before {
        background-color: #0076c0;
        background-color: var(--blue2);
    }
    #SearchForm .field {
        width: calc(100% - 55px);
    }

    #BoutonRechercher{
        width: 24px;
        height: 24px;
        text-align: center;
        position: absolute;
        right: 11px;
        top: 12px;
        z-index: 10;
    }

@media screen and (max-width: 999px) {
    #results .contentList .tertiary{
        width: 100% !important;
        display: block !important;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 19px 0;
        margin: 0 0 15px 0;
    }
    #results .contentList .tertiary figure{
        width: 104px;
        min-height: 79px;
    }
    #results .contentList .tertiary .corps {
        float: left !important;
        width: calc(100% - 120px) !important;
        margin: 0;
    }
}


.typeFilter{
    margin: 0 0 30px 0;
}
    .typeFilter .facette{
        display: block; 
        font-size: 2.2rem; 
        line-height: 2.8rem;
        border-bottom: 1px solid #e6e6e6; 
        margin: 0 0 20px 0; 
        padding: 0 0 16px 0;
    }
    .treeview ul{
        position: relative; 
        padding: 0 0 0 20px; 
        margin: 0 0 20px 0;
    }
        .treeview ul a{
            cursor: pointer; 
            display: block;
        }
        .treeview ul a.level1{
            margin: 0 0 10px 0;
        }
        .treeview ul a.level1::before{
            padding: 0 10px 0 0;
        }
        .treeview ul.level2 a{
            font-size: 1.3rem;
        }
        .treeview ul.level2 a::before{
            content: '-'; 
            padding: 0 5px 0 0;
        }
        .treeview ul.level2::before{
            content: ''; 
            height: 100%; 
            width: 1px; 
            position: absolute; 
            top: 0; 
            left: 8px; 
            bottom: 0; 
            background-color: #CCC;
        }
        .treeview a.Refined.removeFacette::after{
            content: '\e90e'; 
            font-family: 'iconRedac'; 
            color: #d23c3c; 
            vertical-align: bottom; 
            padding: 0 0 0 5px;
        }

/* =============================================================================
   meteo
   ========================================================================== */

.imagemeteo {
    display: inline-block;
    margin: 0 16px 0 17px;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #212121;
    color: var(--darkGrey);
}

    @media screen and (min-width: 1000px) {
        .imagemeteo {
            margin-right: 0;
            margin-left: 0;
        }
    }

.imagemeteo img {
    margin-right: 10px;
}



/* =============================================================================
   $pubs
   ========================================================================== */
.pub{
    margin: 0 auto 26px auto;
}

.pub > div{
    margin: 0 auto;
}

.pub iframe{
    margin: 0 auto;
}

.section.S_top {
    padding: 24px 0;
}

.col_sticky [class^='pub']{
    text-align: center;
}

.fixedWallPaper #wrapper{
    width: 1024px;
    margin: auto;
    background-color: #FFF;
    cursor: default;
}

#pub-dfp-p1,
#pub-dfp-p18, #pub-dfp-p0, 
#pub_p1, #pub-p18, #pub-p0 
{
    margin: 0;
    text-align: center;
}

#pub-dfp-p1, #pub-dfp-p18, #pub-dfp-p8, #pub-dfp-p9 {
    margin: 26px 0;
    text-align: center;
}

.HomepageComponent .col_main #ultimedia_wrapper, 
.ContentDetailComponent .col_main #ultimedia_wrapper {
    margin-top: 26px;
}

    @media screen and (min-width: 1000px) {
        .HomepageComponent .col_main #ultimedia_wrapper {
            margin: 26px 0;
        }
        
        .ContentDetailComponent .col_main #ultimedia_wrapper {
            margin-bottom: 0
        }
    }

@media screen and (max-width: 999px) {

    #pub-dfp-p1 {
        margin: 0;
    }

    #pub-dfp-p1, #pub-dfp-p18, #pub-dfp-p8, #pub-dfp-p9{
        margin: 16px 0;
        text-align: center;
    }

}

#pub-dfp-p0{margin: 0;}

.ContentDetailComponent .S_secondary .pub, .ContentDetailComponent .S_comments .pub{
    margin: 32px 0 0 0;
}

#pub-dfp-p6 {
    position: relative;
    z-index: 100;
    overflow: visible;
    min-width: 300px;
    margin: 0 0 25px 0;
    float: unset;
}

.innerContent {
    text-align: center;
}

    @media screen and (min-width: 999px) {
    	.innerContent {
    		text-align: left;
    	}
        #pub-dfp-p6 {
            float: right;
            margin: 0 0 25px 30px;
        }
    }
/*
.OUTBRAIN:empty {
    display: none;
}*/

/*.lSSlideOuter a:before {
    content: none !important;
}*/

.lSPagerContainer {
    text-align: center;
}

.lSPager {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-tap-highlight-color: transparent;
}

  .lSPager li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    zoom: 1; 
    background-color: transparent;
  }

    .lSPager li.active a {
        /*width: 10px;
        height: 10px;*/
        transform: scale(1) !important;
    }

     .lSPager li:not(.active) a {
         transform: scale(0.8);
    }


  .skin_red1 .lSPager li.active a {
      background-color: #e3013a;
      background-color: var(--red1);
      opacity: 1;
  }

  .skin_red2 .lSPager li.active a {
      background-color: #e30613;
      background-color: var(--red2);
      opacity: 1;
  }

  .skin_blue1 .lSPager li.active a {
      background-color: #0069b4;
      background-color: var(--blue1);
      opacity: 1;
  }
  
  .skin_blue2 .lSPager li.active a {
      background-color: #0076c0;
      background-color: var(--blue2);
      opacity: 1;
  }

 .media .lSPager li.active a {
     background-color: #FFF !important;
}

    .lSPager li a {
      display: block;
      width: 10px;/* 3px avant */
      height: 10px; /* 3px avant */
      margin: 0 auto;
      background: #777777;
      opacity: 0.35;
      backface-visibility: visible;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
      outline: unset;
      transition: width 0.5s, height 0.5s;
    } 

        .lSPager li a::before {
            content: none !important;
        }
    
    .lSPager li a img {
        display: none !important;
    }   

    .lSPager li.active a, 
    .lSPager li:hover a {
      background: #869791; 
    }

    .lSSlideOuter:hover .lSAction, 
    .lSSlideOuter:focus .lSAction, 
    .lSSlideOuter:hover .pubPrev, 
    .lSSlideOuter:focus .pubNext {
        display: block !important;
        z-index: 1;
    }

    .lSSlideOuter .lSAction {
        position: absolute;        
        top: 30%;
        width: 100%;
    }

    @media screen and (min-width: 1000px) {
        .lSSlideOuter .lSAction {
            display: none;
        }
    }

        #pub-dfp-p6-gallery .pubPrev, 
        #pub-dfp-p6-gallery .pubNext {
            position: absolute; 
            top: 30%;       
            z-index: 2;
            display: none;
        }

    .ContentDetailComponent .illustration {
        margin-bottom: 32px;
    }

        .ContentDetailComponent .illustration img {
            max-width: 100%;
            width: 100%;
            height: auto;
        }

        .ContentDetailComponent .illustration .lSAction, 
        .ContentDetailComponent .pubPrev,
        .ContentDetailComponent .pubNext {
            z-index: 1;
            display: block;
            top: 50%;
        }

            @media screen and (min-width: 1000px) {
                .ContentDetailComponent .illustration .lSAction {
                    top: calc(50% + 10px);
                }
            }

        .lSSlideOuter .lSAction a, 
        .lSSlideOuter a.pubPrev,
        .lSSlideOuter a.pubNext {
            position: absolute;
            display: block;
            width: 44px;
            height: 44px;
            line-height: 44px;
            vertical-align: middle;
            background-color: rgba(255, 255, 255, 0.75);
            transition: background-color 0.5s;
            text-decoration: none !important;
            cursor: pointer;
        }

            .lSSlideOuter .lSAction a:before, 
            .lSSlideOuter a.pubPrev:before, 
            .lSSlideOuter a.pubNext:before {
                position: absolute;
                background-color: transparent !important;
                font-family: 'IconRedac';
                font-size: 2rem;
                color: #777777;
                transform: scaleX(1) !important;
            }

            .lSSlideOuter .lSAction a:hover,
            .lSSlideOuter a.pubPrev:hover, 
            .lSSlideOuter a.pubNext:hover {
                background-color: rgba(255, 255, 255, 1);
            }

            .lSSlideOuter .lSAction .lSPrev, 
            .lSSlideOuter .pubPrev {
                left: 0;
            }

                .lSSlideOuter .lSAction .lSPrev:before, 
                .lSSlideOuter .pubPrev:before {
                    content: '\e917';
                    margin-left: calc(50% - 5px);
                }

            .lSSlideOuter .lSAction .lSNext, 
            .lSSlideOuter .pubNext {
                right: 0;
            }
            
                .lSSlideOuter .lSAction .lSNext:before, 
                .lSSlideOuter .pubNext:before {
                    content: '\e918';
                    margin-left: calc(50% - 8px)
                }

                

    /* P6 Lightslider */
    .ContentDetailComponent #p6GalleryWrapper {
        display: none;
    }

        .ContentDetailComponent #p6GalleryWrapper.showed {
            display: block !important;
        }

        .ContentDetailComponent .illustration #p6GalleryWrapper.showed, 
        .ContentDetailComponent .imagesComponent #p6GalleryWrapper.showed {
            /*min-width: 100vw;*/
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
        }

            .chocolat-content.pubGallery {
                width: calc(100vw - 120px) !important;
                height: calc(100vh - 120px) !important;
                top: 60px !important;
                left: 60px !important;
            }

            @media screen and (min-width: 1000px) {
                .chocolat-content.pubGallery {
                    height: 827px !important;
                    background-color: #000000;
                }
            }

            .ContentDetailComponent .chocolat-content #p6GalleryWrapper.showed, 
            .ContentDetailComponent .chocolat-content #pub-dfp-p6-gallery {
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: 1;
                width: 300px;
                height: 250px !important;
                margin-top: -125px;
                margin-left: -150px;
            }

            .ContentDetailComponent .chocolat-content #pub-dfp-p6-gallery {
                display: none;
            }

                .ContentDetailComponent .chocolat-content #pub-dfp-p6-gallery.showed {
                    display: block;
                }
            
        @media screen and (min-width: 1000px) {
            .ContentDetailComponent .imagesComponent #p6GalleryWrapper.showed {
                width: 583px;
                height: 326px;
            }

            .ContentDetailComponent .illustration #p6GalleryWrapper.showed {
                width: 1000px;
                /*min-height: 560px;*/
                min-height: 540px;
            }
        }

/*.ContentDetailComponent .pubGallery a, 
.ContentDetailComponent .pubGallery a figure, 
    .ContentDetailComponent #pub-dfp-p6-gallery figure {
    height: 100%;
}*/
    .ContentDetailComponent #p6GalleryWrapper.showed .titlePub, 
    .ContentDetailComponent .pubGalleryWrapper .titlePub {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -38px;
        margin-left: -38px;
        font-size: 3rem;
        font-weight: 700;
        color: #FFF;
    }

    .ContentDetailComponent #p6GalleryWrapper.showed #pub-dfp-p6-gallery {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 300px;
        height: 250px;
        margin-top: -125px;
        margin-left: -150px;
    }

    /* .ContentDetailComponent #p6GalleryWrapper.showed iframe {

    } */


/* =============================================================================
   lightBox chocolat
   ========================================================================== */
.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out;
}
.chocolat-open {
    overflow: hidden;
}
.chocolat-overlay { 
    height: 100%;  
    width: 100%; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 10; 
    background-color:#000; 
    display: none; 
    opacity: 0.8;
}
.chocolat-wrapper { 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    display: none; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    color: #fff;
}
.chocolat-zoomable .chocolat-img { 
    cursor : zoom-in;
}
.chocolat-loader { 
    height: 32px; 
    width: 32px; 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    margin-left: -16px; 
    margin-top: -16px; 
    z-index: 1000; 
    background: url(/files/REDAC/images/loader.gif); 
    display: none;
}
.chocolat-content { 
    position: fixed; 
    width: 0px; 
    height: 0px; 
    left: 50%; 
    top: 50%; 
    z-index: 997; 
    text-align: left;
}

.chocolat-content .chocolat-img { 
    position: absolute; 
    width: 100%; 
    height: 100%;
}
.chocolat-image { 
    cursor: zoom-in; 
}
.chocolat-wrapper .chocolat-left { 
    position: absolute; 
    left: 0; 
    width: 50px; 
    height: 100px; 
    top: 50%; 
    margin-top: -50px; 
    cursor: pointer; 
    background: url(/files/REDAC/images/left.png) 50% 50% no-repeat; 
    z-index: 997; 
    display: none;
}
.chocolat-wrapper .chocolat-right { 
    position: absolute; 
    right: 0; 
    width: 50px; 
    height: 100px; 
    top: 50%; 
    margin-top: -50px; 
    cursor: pointer; 
    background: url(/files/REDAC/images/right.png) 50% 50% no-repeat; 
    z-index: 997; 
    display: none;
}
.chocolat-wrapper .chocolat-right.active { 
    display: block;
}
.chocolat-wrapper .chocolat-left.active {
    display: block;
}
.chocolat-wrapper .chocolat-top {
    position: absolute; 
    top: 0px; 
    right: 0; 
    left: 0; 
    line-height: 50px; 
    height: 50px; 
    overflow: hidden; 
    z-index: 997; 
    margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close { 
    width: 50px; 
    height: 50px; 
    cursor: pointer; 
    position: absolute; 
    top: 0; 
    right: 0; 
    background: url(/files/REDAC/images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    line-height: 2rem; 
    height: auto;
    padding: 15px;
    font-size: 1.8rem;
    z-index: 997;  
    background: rgba(0, 0, 0, 0.2); 
    text-align: center; 
    margin-top: 10px;
}
    @media screen and (min-width: 1000px) {
        .chocolat-wrapper .chocolat-bottom {            
            line-height: 40px;
            height: 40px; 
            padding: 0 15px;
            font-size: 1.4rem; 
        }
    }
.chocolat-wrapper .chocolat-set-title {
    display: inline-block; 
    padding-right: 15px; 
    line-height: 1; 
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination { 
    float: right; 
    display: inline-block; 
    padding-left: 15px;
    padding-right: 15px; 
    margin-right: 15px;
}
.chocolat-wrapper .chocolat-fullscreen { 
    width: 16px; 
    height: 40px; 
    background: url(/files/REDAC/images/fullscreen.png) 50% 50% no-repeat; 
    display: block; 
    margin: auto; 
    cursor: pointer; 
    float: right;
}
.chocolat-wrapper .chocolat-description { 
    display: inline;
}

/* no container mode*/
body.chocolat-open>.chocolat-overlay {
    z-index: 994;
}
body.chocolat-open>.chocolat-loader { 
    z-index: 994;
}
body.chocolat-open>.chocolat-content { 
    z-index: 997;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
    position: absolute;
}
.chocolat-in-container { 
    position: relative;
}


/* =============================================================================
   Fil Info
   ========================================================================== */
.GRDC_newsFeed{
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--lightGrey);
    padding-bottom: 5px;
}

.GRDC_newsFeed .headline {
    margin-top: 3px;
}

.GRDC_newsFeed .title {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--lightGrey);
}

.GRDC_newsFeed .publicationTime {
    display: inline-block;
    width: 55px;
    float: left;
    text-align: left;
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
}
.skin_red1 .GRDC_newsFeed .publicationTime{
    color: #e3013a;
    color: var(--red1);
}
.skin_red2 .GRDC_newsFeed .publicationTime{
    color: #e30613;
    color: var(--red2);
}
.skin_blue1 .GRDC_newsFeed .publicationTime{
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2 .GRDC_newsFeed .publicationTime{
    color: #0076c0;
    color: var(--blue2);
}
.GRDC_newsFeed h2 {
    display: inline-block;
    float: left;
    width: calc(100% - 55px);
}

.GRDC_newsFeed h2 a {
    font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    color: #1f1f1f;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: inline-block;
}

.GRDC_newsFeed .showMore {
    margin-top: 0;
} 

.GRDC_newsFeed .modContent li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.GRDC_newsFeed .modContent li:last-child a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 45px;
    background: linear-gradient(0deg,#fff 10%,rgba(0,0,0,0))
}

@media screen and (min-width: 1000px) {
    .GRDC_newsFeed .modContent li:last-child a::after {
        bottom: 10px;
    }
}

/*
------------------------------------------------
------------------------------------------------
------------------------------------------------
------------------------------------------------

/* GBEL Liste produits (Abonnements) *-/

.ProductListComponent .section{
    background-color: #f6f6f6;
}

.ProductListComponent .section .constrain h1{
    display: none;
}

.ProductListComponent  {
    padding-top: 80px;
    background-color: #e6e6e659;
    /*background-color: var(--lightGrey);*-/
}

    .ProductListComponent h1 {
        position: relative;
        line-height: 3rem;
        font-size: 2.4rem;
    }

        /*.ProductListComponent h1::before {
            content: "Étape 1 sur 2";
            display: block;
            line-height: 2.4rem;
            font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            margin: 0 0 5px 0;
        }*-/

            .ie .ProductListComponent #ad_portal {
                background-color: #e6e6e6;
                background-color: var(--lightGrey);
            }
            .ie .ProductListComponent h1::before {
                padding-top: 10px;
            }

        .skin_red1.ProductListComponent h1::before {
            color: var(--red1);
            color: #e3013a;
        }

        .skin_red2.ProductListComponent h1::before {
            color: var(--red2);
            color: #e30613;
        }

        .skin_blue1.ProductListComponent h1::before {
            color: var(--blue1);
            color: #0069b4;
        }

        .skin_blue2.ProductListComponent h1::before {
            color: var(--blue2);
            color: #0076c0;
        }

.GBEL_productList {
    overflow: hidden;
}

.GBEL_productList h2 {
    margin-bottom: 30px;
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

#FormOrderProduct .hpProduct {
    display: none;
}

.GBEL_productList .univers + .univers {
    /*margin-top: 55px;*-/
    margin-top: 100px;
}

.GBEL_productList .univers {
    overflow: hidden;
    margin-top: 30px;
}

    .GBEL_productList .univers .univers-header {
        margin-bottom : 2%;
    }

    .GBEL_productList .univers .univers-header .univers-header-title{
        font-size: 50px;
        font-weight: bold;
        text-align: center;
    }

    .GBEL_productList .univers .univers-header .univers-header-content{
        text-decoration: underline;
        text-align: right;
    }

    .GBEL_productList .lSPagerContainer {
        display: none;
    }

    .GBEL_productList .productsWrapper {
        overflow-x: scroll;
    }

        @media screen and (min-width: 1000px) {
            .GBEL_productList .productsWrapper {
                overflow-x: auto;
            }
        }

    .GBEL_productList .mobileView {
        display: none;
    }

    /*.GBEL_productList .desktopView {
        display: block;
    }*-/

    

    /* .GBEL_productList .univers .products {
        width: 1000px;
    } *-/

    .GBEL_productList .univers .products.mobileScroll {
        overflow-y: hidden;
        white-space: normal;
    }

        @media screen and (min-width: 1000px) {
            .GBEL_productList .univers .products {
                clear: both;
            }
        }

        .GBEL_productList .univers .products.auto {
            position: relative;
            /*transform: scale(0.62);*-/
            /*margin-left: -100px;*-/
                /*margin-left: -66%;*-/
        }

        .GBEL_productList .univers .products/*.auto*-/ .product:not(.metaProduct) .callToAction {
            position: absolute;
            bottom: 20px;
            left: 16px;
            right: 16px;
        }

        .GBEL_productList .univers .products.auto .product.metaProduct .callToAction {
            /*position: relative;
            bottom: auto;
            left: auto;
            right: auto;*-/
            position: absolute;
            bottom: 20px;
            left: 16px;
            right: 16px;
        }

        
            /*.GBEL_productList .univers .products.auto .callToAction {
                position: absolute;
                bottom: 20px;
                left: 16px;
                right: 16px;
            }*-/

        .GBEL_productList .univers .products .product {
            /*height: 600px;*-/
        }


        .GBEL_productList .univers .products .product.metaProduct .price, 
        .GBEL_productList .univers .products .product.metaProduct .variantes {
            /*margin-top: 20px;*-/
        }

        .GBEL_productList .univers .products .product.metaProduct .variantes {
            margin: 24px 0;
        }

        /*.GBEL_productList .univers .products .product.metaProduct .callToAction input, 
        .GBEL_productList .univers .products .product.metaProduct .generatedPrice {
            display: inline-block;
            width: 45%;
        }*-/

        .GBEL_productList .univers .products .product.metaProduct .generatedPrice {
            line-height: 50px;
            font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 3rem;
            vertical-align: middle;
        }

            .GBEL_productList .univers .products .product.metaProduct .generatedPrice.alone {
                width: 100%;
                margin-top: 15px;
            }

    .GBEL_productList .univers-divider {
        text-align: center;
        padding: 20px;
        margin-top: 65px;
    }

    .GBEL_productList .univers-divider span {
        text-align: center;
    }
    
    .GBEL_productList .univers-divider:before {
        content: '\e98f';
        font-family: 'IconRedac';
    } 

    .GBEL_productList .univers-divider:after {
        content:url("../images/paiement3.png");
        transform: scale(0.1);
    } 

/*.GBEL_productList .lSSlideWrapper .lSSlide {
    max-height: none;
}*-/

.GBEL_productList .product + .product {
    margin-left: 15px;
}

.GBEL_productList .product {
    float: left;
    width: 315px;
    color: #212121;
	color: var(--darkGrey);
}

@media screen and (min-width: 1000px) {
    .GBEL_productList .product + .product {
        margin-left: 30px;
    }

    .GBEL_productList .product {
        width: calc(33.3% - 22px);
        margin-bottom: 25px;
    }

            .products .product:only-child {
                float: none;
                margin: auto;
            }

        .GBEL_productList .product.metaProduct .base {
            min-height: 435px;
        }

        .GBEL_productList .product:not(.metaProduct) .base {
            min-height: 490px;
        }

        .GBEL_productList.nonStatic .product.metaProduct .base {
            min-height: 490px;
            height: 100%;
        }

        .GBEL_productList.nonStatic .product:not(.metaProduct) .base {
            min-height: 490px;
            height: 100%;
        }
        
        /* tous les 3 produits à partir du premier (1, 4, 7, 10...) *-/
        .GBEL_productList .product:nth-of-type(3n+1) {
            margin-right: 16.5px;
            margin-left: 0; 
            clear: both;
         }

        /* tous les 3 produits à partir du deuxième (2, 5, 8, 11... *-/
        .GBEL_productList .product:nth-of-type(3n+2) {
            margin-right: 16.5px;
            margin-left: 16.5px;
         }

        /* tous les 3 produits à partir du troisième (3, 6, 9, 12...) *-/
        .GBEL_productList .product:nth-of-type(3n+3) {
            margin-left: 16.5px;
         }
}

	.GBEL_productList .product .base {
        position: relative;
		padding: 47px 16px 20px 16px;
        padding: 47px 16px 90px 16px;
		background-color: #FFFFFF;
        text-align: center;
        /*min-height: 480px;*-/
	}

    .GBEL_productList.nonStatic .product .base {
        position: relative;
		/*padding: 47px 16px 20px 16px;*-/
        padding: 10px 0px 30px 0px;
		background-color: #FFFFFF;
        text-align: center;
        /*min-height: 480px;*-/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
		.GBEL_productList .product .base img {
			margin: 0 auto;
            max-width: 190px; /* Conformément au pattern NW_productsList et surtout pour les images de gnf *-/
            height: auto;
            max-height: 100px; /* Conformément au pattern NW_productsList et surtout pour les images de gnf *-/
		}
		
		.GBEL_productList .product .base .name {
			margin-top: 13px;
			line-height: 40px;
			font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 3.2rem;
		}

        .GBEL_productList.nonStatic .product .base .name {
			margin-top: 13px;
			line-height: 40px;
			font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 3rem;
		}
		
			.skin_red1 .GBEL_productList .product .base .name {
				color: #e3013a;
				color: var(--red1);
			}
		
			.skin_red2 .GBEL_productList .product .base .name {
				color: #e30613;
				color: var(--red2);
			}
		
			.skin_blue1 .GBEL_productList .product .base .name {
				color: #0069b4;
				color: var(--blue1);
			}
		
			.skin_blue2 .GBEL_productList .product .base .name {
				color: #0076c0;
				color: var(--blue2);
			}

            .GBEL_productList .product .base .selectVariant {
                display: block;
                margin: 0;
            }

                .GBEL_productList .product .base .selectVariant:first-of-type {
                    margin-top: 24px;
                }

                .GBEL_productList .product .base .selectVariant + .selectVariant {
                    margin-top: 24px;
                }

                .GBEL_productList .product .base .selectVariant:last-of-type {
                    margin-bottom: 24px;
                }

            .GBEL_productList .alert--danger {
                padding: 5px;
            }
			
		.GBEL_productList .product .base .price {
			line-height: 64px;
			font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 6.4rem;
		}

            .GBEL_productList .product .base .price .aPrice {
                font-size: 3.2rem;
                display: inline;
            }

            .GBEL_productList .product .base .euros, 
            .GBEL_productList .product .base .rightPart {
                display: inline-block;
                vertical-align: top;
            }

                .GBEL_productList .product.metaProduct .base .euros {
                    /*line-height: 40px;*-/
                    /*font-size: 3.2rem;*-/
                }

                .GBEL_productList .product .base .rightPart {
                    line-height: 40px;
                    font-size: 3.2rem;
                }
                    
                    .GBEL_productList .product .base .price.tacitReconduction .rightPart {
                        font-size: 2.3rem;
                    }

                        .GBEL_productList .product .base .price.tacitReconduction .rightPart .cents {
                            display: inline-block;
                        }

                    .GBEL_productList .product .base .rightPart small {
                        line-height: 20px;
                        font-size: 1.6rem;
                    }
		
			.GBEL_productList .product .base .price .reducedPrice, 
            .GBEL_productList .product .base .price small {
                display: block;
				line-height: 2rem;
				font-size: 1.6rem;
			}

            .GBEL_productList .product .base .price .reducedPrice {
                height: 20px;
                text-decoration: line-through;
            }

                .GBEL_productList .product .base .price .reducedPrice:empty {
                    display: none;
                    text-decoration: none;
                }

            .GBEL_productList .product .base .price small {
                margin-left: 10px;
            }
		
		.GBEL_productList .product .base .more, .GBEL_productList .product .base .dureeToDisplay {
			margin: 15px auto 0 auto;
			line-height: 2.3rem;
			font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 1.4rem;
			color: #f6f6f6;
			color: var(--grey);
		}

        .GBEL_productList.nonStatic .product .base .more, .GBEL_productList.nonStatic .product .base .dureeToDisplay {
			margin: 15px auto 0 auto;
			line-height: 2.3rem;
			font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 2.4rem;
            background-color: #E5E5E5;
            padding: 10px;
            color: black;
		}
	
		/*.GBEL_productList .product .base .callToAction {
            
            margin-top: 20px;
			border-top: 1px solid #E6E6E6;
			border-top: 1px solid var(--lightGrey);
		}*-/

        .GBEL_productList .product .base .callToAction {     
            /*margin-top: 20px;*-/
		}
            
            .GBEL_productList .base.descMeta .callToAction input {
                padding: 0 5px;
                width: 140px !important;
                height: 50px;
                min-width: 140px;
                border: none;
                box-shadow: none;
            }
            .GBEL_productList .m .base .callToAction input {
                width: 100%;
                min-width: inherit;
                border: none;
            }
		
	/*.GBEL_productList .product .description {
		margin-top: 36px;
	}*-/

    .GBEL_productList .description {
		padding: 20px 30px;
	}
	
		.GBEL_productList .description li + li {
			margin-top: 10px;
            margin-left: 0;
		}
	
		.GBEL_productList .description li {
            position: relative;
            padding-left: 32px;
            line-height: 2.2rem;
            font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            text-align: left;
		}
		
			.GBEL_productList .description li:before {
				content: '\e909';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.5rem;
                vertical-align: middle;
                color: darkgreen;
			}

        .GBEL_productList .description .descriptionCheck {
			padding-bottom: 10px;
		}

        .GBEL_productList .description .descriptionCheck li + li {
			margin-top: 10px;
            margin-left: 0;
		}
	
		.GBEL_productList .description .descriptionCheck li {
            position: relative;
            padding-left: 32px;
            line-height: 2.2rem;
            font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
		}
		
			.skin_red1 .GBEL_productList .description .descriptionCheck li:before {
				content: '\e909';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.5rem;
                vertical-align: middle;
                color: darkgreen;
			}

            .skin_red2 .GBEL_productList .description .descriptionCheck li:before {
				content: '\e909';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.5rem;
                vertical-align: middle;
                color: darkgreen;
			}

            .skin_blue1 .GBEL_productList .description .descriptionCheck li:before {
				content: '\e909';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.5rem;
                vertical-align: middle;
                color: darkgreen;
			}

            .skin_blue2 .GBEL_productList .description .descriptionCheck li:before {
				content: '\e909';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.5rem;
                vertical-align: middle;
                color: darkgreen;
			}

        .GBEL_productList .description .descriptionUncheck li+ li {
			margin-top: 10px;
            margin-left: 0;
		}
	
		.GBEL_productList .description .descriptionUncheck li {
            position: relative;
            padding-left: 32px;
            line-height: 2.2rem;
            font-family: "UnitOT-Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            color: rgba(170,170,194,0.7);
		}
		
			.GBEL_productList .description .descriptionUncheck li:before {
				content: '\ea0d';
                position: absolute;
                left: 0;
				font-family: 'IconRedac';
				font-size: 2.1rem;
                vertical-align: middle;
                color: rgba(170,170,194,0.7);
                margin-left: 2px;
			}

.outsideProduct{
    position: sticky !important;
    /*top: 260px;*-/
}




------------------------------------------------
------------------------------------------------
------------------------------------------------
------------------------------------------------
*/

/* GANO - Libra Memoria */
.DecesDuJourComponent .col_sticky, 
.ObsequesDuJourComponent .col_sticky {
    margin-top: 25px;
}

.textComponent p.libra {
    padding: 10px 15px;
    background-color: var(--lightGrey);
    background-color: #e6e6e6;
}

/* =============================================================================
   GMEX : module et page
   ========================================================================== */
div.GMEX_airquality {
    width: 100%;
    height: 70px
}
div.GMEX_airquality.typeStandard {
    height: 550px;
}
div.GMEX_airquality iframe { 
    width: 100%; 
    height: 100%;
}
.aside div.GMEX_airquality #widget { 
    width: 100%;
}

@media screen and (max-width: 749px) {
    div.GMEX_airquality { 
        height: 340px;
    }
}

/*.GMEX_weather { 
    width: 100%; 
    min-height: 90px; 
    display: flex !important; 
    justify-content: space-between; 
    border-width: 8px 0; 
    border-style: solid; 
    border-color: #e3e7ea; 
    margin: 0 0 20px 0;
}

    .GMEX_weather .entete {
        order: 1; 
        width: 50%; 
        min-height: 70px; 
        line-height: 70px; 
        margin: 0 10px 0 0; 
        padding: 0 0 0 50px; 
        font-size: 1.8rem; 
        text-transform: uppercase; 
        color: #00b1eb; 
        background: url(../../images/v1/bg_weather.png) no-repeat 100% 50% transparent;
    }

    .GMEX_weather #content_meteo {
        display: flex; 
        width: 50%;
    }

    .GMEX_weather .blocjour { 
        order: 2; 
        width: 25%; 
        padding: 5px 10px; 
        background: #00b1eb;
    }

    .GMEX_weather .infosjour {
        width: 100%; 
        display: flex; 
        align-items: center; 
        flex-flow: row wrap; 
        justify-content: space-between;
    }*/

    .GMEX_weatherForecastDetail .imagemeteo {
        display: inline-block;
        margin: 0 16px 20px 17px;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        color: #212121;
        color: var(--darkGrey);
    }

        @media screen and (min-width: 1000px) {
            .imagemeteo {
                margin-right: 0;
                margin-left: 0;
            }
        }

    .imagemeteo img {
        margin-right: 10px;
    }

    .meteoJour {
        text-transform: capitalize;
    }

    .GMEX_weather .temperature {
        margin-top: -10px; 
        color: #FFF; 
        font-size: 1.4rem;
    }

    .GMEX_weather .searchlocal {
        order: 3; 
        width: 25%; 
        padding: 5px 10px; 
        text-align: center; 
        background: #FFF;
    }

    .GMEX_weather #meteoNewsDayWeather {
        padding: 0 0 0 10px;
    }

    .GMEX_weather #txtVilleMeteo {
        width: calc(100% - 33px) !important; 
        color: #808080; 
        text-align: center; 
        font-size: 1.2rem; 
        background-color: #f2f2f2;
    }

    .GMEX_weather #meteolocsubmit { 
        font-weight: bold; 
        color: #FFF; 
        background-color: #a2b0b9; 
        border: none; 
        height: 28px; 
        width: 28px; 
        padding: 0 3px;
    }

    .GMEX_weather .suite {
        position: relative; 
        z-index: 0; 
        display: block; 
        width: 100%; 
        height: 28px; 
        line-height: 28px; 
        margin: 10px 0 0 0; 
        color: #fff; 
        text-align: center; 
        background-color: #00b1eb; 
        padding: 0 10px; 
        text-transform: uppercase;
    }

        .GMEX_weather .suite span::before {
            position: absolute; 
            right: 0; 
            top: 0; 
            font-family: 'icoERV'; 
            content: '\ea3c'; 
            color: #00b1eb; 
            display: inline-block; 
            font-size: 1.4rem; 
            z-index: 3; 
            height: 28px; 
            line-height: 28px;
        }

        .GMEX_weather .suite::after {
            border-right: 14px solid #FFF; 
            border-bottom: 14px solid transparent; 
            border-top: 14px solid transparent; 
            position: absolute; 
            display: block; 
            content: ''; 
            right: 0; 
            bottom: 0; 
            width: 0; 
            height: 0; 
            z-index: 2;
        }

    .layout_Section .GMEX_weather {
        display: block; 
        position: relative;
    }
        .layout_Section .GMEX_weather .entete {
            float: left; 
            width: 65%; 
            min-height: 110px; 
            line-height: initial; 
            background-position: 100% 10px; 
            padding: 20px 0 0 10px;
        }

        .layout_Section .GMEX_weather .blocjour {
            width: 35%;
        }

        .layout_Section .GMEX_weather .searchlocal {
            position: absolute; 
            bottom: 0; 
            left: 0; 
            width: 65%; 
            padding: 10px 0;
        }

            .layout_Section .GMEX_weather .searchlocal form { 
                float: left; 
                width: 50%;
            }

            .layout_Section .GMEX_weather .searchlocal .suite {
                float: right; 
                width: auto; 
                font-size: 1.2rem; 
                margin: 0; 
                min-width: 200px;
            }

@media screen and (max-width: 999px) {
    .GMEX_weatherForecastDetail .today .day, 
    .GMEX_weatherForecastDetail .today .infos, 
    .GMEX_weatherForecastDetail .today .suppl, 
    .GMEX_weatherForecastDetail .dayPreview {
        float: none;
        width: 100% !important;
    }
}

.GMEX_weatherForecastDetail {
    clear: both; 
    overflow: hidden; 
    margin: 0 0 30px 0;
}

    .GMEX_weatherForecastDetail h1 { 
        color: #808080; 
        font-weight: bold; 
        text-align: left;
    }

        .GMEX_weatherForecastDetail h1 strong { 
            color:#000;
        }

    .GMEX_weatherForecastDetail .form {
        text-align: right; 
        margin: 10px 0;
    }

    .GMEX_weatherForecastDetail #txtVilleMeteoD {
        width: 70%; 
    }

    .GMEX_weatherForecastDetail #meteolocsubmitD {
        height: 41px;
        vertical-align: top;
        font-weight: 700;
        text-transform: uppercase;
    }

    .GMEX_weatherForecastDetail .day {
        font-weight: bold; 
        display: block; 
        margin: 0 0 10px 0; 
        font-size: 1.5rem; 
        padding: 2px 0; 
        background-color: var(--grey);
        background-color: #757575; 
        color: #FFF; 
        text-transform: uppercase; 
        text-align: center;
    }

    .GMEX_weatherForecastDetail .temperature {
        font-weight: bold; 
        font-size: 2.2rem; 
        display: block; 
        margin: 10px 0;
    }

        .GMEX_weatherForecastDetail .temperature .mini, 
        .GMEX_weatherForecastDetail .temperature .maxi
         { 
            color: #212121;
            color: var(--darkGrey);
        }

    .GMEX_weatherForecastDetail .today {
        clear: both; 
        margin: 0 0 10px 0; 
        display: flex; 
        flex-flow: row wrap; 
        padding: 0; 
        border: 1px solid #e6e6e6;
        border: 1px solid var(--lightGrey);
    }

        .GMEX_weatherForecastDetail .today .day { 
            flex: 1 100%;
        }

        .GMEX_weatherForecastDetail .today .temperature { 
            font-size: 3rem;
            font-weight: bold; 
        }

        .GMEX_weatherForecastDetail .today .infos {
            width: 65%; 
            padding: 10px 30px;
        }

        .GMEX_weatherForecastDetail .today .infos .status {
            display: flex; 
            flex-flow: row; 
            justify-content: space-around; 
            align-items: center; 
            border-bottom: 1px solid #e6e6e6;
            border-bottom: 1px solid var(--lightGrey);
        }

            .GMEX_weatherForecastDetail .today .infos .status div { 
                text-align: center; 
                min-width: 50%;
            }

            .GMEX_weatherForecastDetail .today .infos .picto {
                float: left; 
                vertical-align: middle;
            }

    .GMEX_weatherForecastDetail .today .wind {
        margin: 0 55px; 
        color: #757575; 
        color: var(--grey); 
        padding: 10px 0 0 0;
    }        

        .GMEX_weatherForecastDetail .today .wind:before {
            line-height: 35px;
        }

        .GMEX_weatherForecastDetail .today .wind strong {
            display: inline-block; 
            width: 150px; 
            font-weight: 700;
            color: #757575; 
            color: var(--grey);
        }

        .GMEX_weatherForecastDetail .wind::before {
            font-family: 'IconRedac'; 
            content:'\e921'; 
            color: #808080; 
            font-size: 3rem; 
            float: left; 
            line-height: 68px;
            margin: 0 10px 0 0;
        }

    .GMEX_weatherForecastDetail .today .suppl {
        width: 35%; 
        padding: 10px 20px;
    }

    .GMEX_weatherForecastDetail .sunMoon { 
        background-color: #F7F7F7; 
        padding: 10px;
    }

    .GMEX_weatherForecastDetail .sunMoon .sun, 
    .GMEX_weatherForecastDetail .sunMoon .moon, 
    .GMEX_weatherForecastDetail .today .coord {
        display: block; 
        margin: 5px 0;
    }

    .GMEX_weatherForecastDetail .today .coord {
        margin: 5px 10px;
    }

    .GMEX_weatherForecastDetail .sunMoon .sun::before {
        font-family: 'IconRedac'; 
        content:'\e922'; 
        font-size: 2.8rem; 
        float: left; 
        margin: 0 10px 0 0; 
        color: #ffdd00;
    }

    .GMEX_weatherForecastDetail .sunMoon .moon::before {
        font-family: 'IconRedac'; 
        content:'\e923'; 
        font-size: 2.8rem; 
        float: left; 
        margin: 0 10px 0 0; 
        color: #999;
    }

    .GMEX_weatherForecastDetail .coord::before {
        font-family: 'IconRedac'; 
        content:'\e924'; 
        font-size: 2.6rem; 
        float: left; 
        margin: 0 10px 0 0; 
        color: #757575;
        color: var(--grey);
        height: 50px; 
        line-height: 50px;
    }

    .GMEX_weatherForecastDetail .today .suppl li .ico {
        float: left; 
        vertical-align: middle; 
        padding: 0 10px 0 0;
    }

    .GMEX_weatherForecastDetail .today .suppl li .value {
        float: left; 
        font-size: 1.6rem;
    }

    .GMEX_weatherForecastDetail .dayPreview {
        float: left; 
        width: calc(25% - 5px); 
        margin: 0 5px 0 0;
        border: 1px solid #e6e6e6;
        border: 1px solid var(--lightGrey);
        font-size: 1.2rem;
    }

        .GMEX_weatherForecastDetail .dayPreview:last-child { 
            margin: 0; 
            width: 25%;
        }

        .GMEX_weatherForecastDetail .dayPreview .picto {
            display: block; 
            text-align: center;
        }

            .GMEX_weatherForecastDetail .dayPreview .picto img {
                width: 50px;
            }

        .GMEX_weatherForecastDetail .dayPreview .infos {
            text-align: center; 
            border-bottom: 1px solid #d4edfc; 
            margin: 0 0 10px 0; 
            padding: 0 0 10px 0;
        }

        .GMEX_weatherForecastDetail .dayPreview .sunMoon {
            margin: 0 5px;
        }

        .GMEX_weatherForecastDetail .dayPreview .coord {
            margin: 5px 10px 5px 10px;
        }

        .GMEX_weatherForecastDetail .dayPreview .wind {
            color: #757575; 
            color: var(--grey); 
        }

            .GMEX_weatherForecastDetail .dayPreview .wind p {
                margin-bottom: 0;
                line-height: 1.8rem;
                font-size: 1.5rem;
            }

            .GMEX_weatherForecastDetail .dayPreview .wind strong {
                display: block; 
                font-size: 1.4rem;
                color:#000;
            }

            .GMEX_weatherForecastDetail .dayPreview .wind::before { 
                height: 55px;
            }

.GMEX_alert, 
.GMEX_radar {
    border: none;
}

.GMEX_radar .entete {
    color: #63aee8; 
    margin: 10px 0; 
    text-align: center; 
    font-size: 2rem;
}

/* =============================================================================
   GSPT : Page
   ========================================================================== */
.layout_1c .GSPT .rankingGlobal {
    table-layout: auto;
}

.layout_1c .GSPT .navigation select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}


/* Milibris */
body.MilibrisComponent {
    background-color: #e6e6e6;
    background-color: var(--lightGrey);
    padding-top: 0;
}

    @media screen and (min-width: 1000px) {
        body.MilibrisComponent {
            padding-top: 80px;
        }
    }

    body.MilibrisComponent #header {
        display: none;
    }

        @media screen and (min-width: 1000px) {
            body.MilibrisComponent #header {
                display: block;
            }
        }

    body.MilibrisComponent #ad_portal {
        padding-top: 0;
    }

        @media screen and (min-width: 1000px) {
            body.MilibrisComponent #ad_portal {
                padding-top: 50px;
            }
        }

            body.MilibrisComponent #wrapper > .section {
                margin-top: 0;
            }

                @media screen and (min-width: 1000px) {
                    body.MilibrisComponent #wrapper > .section {
                        margin-top: 32px;
                    }
                }


/* Pages statiques -> Bibliothèque de styles pour les webmasters */

.staticPage {
    margin-top: 24px;
}

    .staticPage h2, 
    .staticPage h3, 
    .staticPage p {
        margin: 1rem 0;
    }

    .staticPage h2, 
    .staticPage h3 {
        font-weight: 700;
    }

    .staticPage h2 {
        line-height: 2.5rem;
        font-size: 2.2rem;
    }

    .staticPage h3 {
        line-height: 2rem;
        font-size: 1.7rem;
    }

    .staticPage ul, 
    .staticPage ol {
        margin: 2rem;
        list-style-position: inside; 
        font-size: 1.5rem;
    }

    .staticPage ul {
        list-style-type: disc;
    }

    .staticPage ol {
        list-style-type: decimal;
    }

        .staticPage li + li {
            margin-top: 5px;
        }

	.staticPage table, 
    .staticPage table td, 
    .staticPage table th { 
        border: 1px solid; 
        border-collapse: collapse; 
        word-wrap: break-word;
	}

	.staticPage table td, 
    .staticPage table th { 
        padding: 5px; 
	}

	.staticPage h4 { 
        margin-left: 0 !important; 
        font-weight: 700; 
	}

    .staticPage strong {
        font-weight: 700;
    }


    /*.staticPage a {
        text-decoration: underline;
    }
        .skin_red1 .staticPage a {
            color: #e30613;
            color: var(--red1);
        }
        .skin_red2 .staticPage a {
            color: #e3013a;
            color: var(--red2);
        }

        .skin_blue1 .staticPage a {
            color: #0069b4;
            color: var(--blue1);
        }
        .skin_blue2 .staticPage a {
            color: #0076c0;
            color: var(--blue2);
        }*/

    .staticPage img {
        max-width: 100%;
        margin: 15px 0;
    }

    @media screen and (min-width: 1000px) {
        .staticPage img.left {
            float: left;
            margin-right: 15px;
            margin-left: 0;
        }

        .staticPage img.right {
            float: right;
            margin-right: 0;
            margin-left: 15px;
        }
    }

    .staticPage label {
        background-color: #fff;
        font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        vertical-align: middle;
        color: #777;
    }

    @media screen and (min-width: 1000px) {
        .staticPage [type="date"], 
        .staticPage [type="email"], 
        .staticPage [type="number"], 
        .staticPage [type="tel"], 
        .staticPage [type="text"], 
        .staticPage select, 
        .staticPage textarea, 
        .staticPage textarea, 
        .staticPage select {
            max-width: 50%;
        }
    }

    .staticPage .field.nonDynamic {
        height: auto;
    }

    .staticPage .field:not(.nonDynamic) {
        height: auto;
        min-height: 48px;
        margin-top: 24px;
    }

    .staticPage .field.nonDynamic .labelField,
    .staticPage .field.nonDynamic .radio, 
    .staticPage .field.nonDynamic .checkbox {
        position: static;
        float: none;
        margin-top: 10px;
    }

    .staticPage .field.nonDynamic .labelField {
        margin-bottom: 15px; 
    }

    /* Modules -> Bibliothèque de styles pour les webmasters */

    ul.clubsList li {
        display: block;
    }

        ul.clubsList li + li {
            border-top: 1px solid #e6e6e6;
            border-top: 1px solid var(--lightGrey);
        }

        ul.clubsList li:first-of-type {
            border-top: 1px solid #e6e6e6;
            border-top: 1px solid var(--lightGrey);
        }

        ul.clubsList li:last-of-type {
            border-bottom: 1px solid #e6e6e6;
            border-bottom: 1px solid var(--lightGrey);
        }

        ul.clubsList li a {
            position: relative;
            display: block;
            padding: 11px 13px;
            line-height: 2rem;
            font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 1.4rem;
            color: #777777;
            color: var(--grey);
        }

            ul.clubsList li a:after { 
                content: '\e918';
                position: absolute;
                right: 13px;
                top: 50%;
                margin-top: -10px;
                font-family: 'IconRedac';
                font-size: 1.2rem;
                color: #777777;
                color: var(--grey);
                transition: right 0.5s;
            }

            ul.clubsList li a:hover:after {
                right: 6px;
            }

            ul.clubsList li a img {
                max-width: 32px;
                width: 100%;
                height: auto;
                margin-right: 19px;
            }

    /* Page statique de protection des données */
    .PersonalDATA ol { 
        margin-left: 25px; 
    }

		.PersonalDATA ol li { 
            margin-bottom: 10px;
		}


/* jquery ui */

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    box-shadow: unset;
}
.ui-menu.ui-autocomplete{
    z-index: 1000 !important;
    border: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);;
    -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);;
    background: #ffffff;
}

.ui-autocomplete-input.ui-autocomplete-loading {
    background: url('../images/autocomplete-loader.svg') no-repeat right center, #ffffff;
    background-origin: content-box;
}

.ui-menu .ui-menu-item {
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 50px;
    color: #212121;
    color: var(--darkGrey);
    padding: 0 36px !important;
    cursor: pointer;
}

.ui-menu .ui-menu-item.ui-state-focus {
    background: var(--lightGrey);
    background: #e6e6e6;
    border: 0;
}

.ui-menu .ui-menu-item.noKeyword {
    font-style: italic;
    color: #DDDDDD;
    pointer-events: none;
    cursor: default;
}

/* Page de contact */
.CRC {
    margin: 38px 0 30px 0;
    padding: 15px;
    background-color: #f4f4f4;
}
.skin_red1 .CRC h2 {
    margin: 0;
    color: #e3013a;
    color: var(--red1);
}
.skin_red2 .CRC h2 {
    margin: 0;
    color: #e30613;
    color: var(--red2);
}
.skin_blue1 .CRC h2 {
    margin: 0;
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2 .CRC h2 {
    margin: 0;
    color: #0076c0;
    color: var(--blue2);
}

.CRC [class^="icon_"]{
    position: relative;
    padding-left: 45px;
    margin-top: 16px;
}

.CRC [class^="icon_"]::before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: baseline;
    color: #ffffff;
}

.CRC [class^="icon_"]::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
}

.skin_red1 .CRC [class^="icon_"]::after{
    background-color: #e3013a;
    background-color: var(--red1);
}

.skin_red2 .CRC [class^="icon_"]::after{
    background-color: #e30613;
    background-color: var(--red2);
}

.skin_blue1 .CRC [class^="icon_"]::after{
    background-color: #0069b4;
    background-color: var(--blue1);
}

.skin_blue2 .CRC [class^="icon_"]::after{
    background-color: #0076c0;
    background-color: var(--blue2);
}

.CRC .icon_mail::before{
    font-size: 2.2rem;
}

.contact_agences {
    padding-bottom: 70px;
}

.contact_agences .agence {
    display: inline-block;
    width: calc(50% - 18px);
    vertical-align: top;
}

.contact_agences .agence {
    margin-top: 40px;
}

.contact_agences .agence:nth-child(2n),
.allServices .serviceItem:nth-child(3n-1),
.allServices .serviceItem:nth-child(3n){
    margin-left: 32px;
}

.contact_agences .agence .infos .title,
.allServices .serviceItem .infos .title {
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
}

.skin_red1 .contact_agences .agence .infos .title,
.skin_red1 .allServices .serviceItem .infos .title {
    color: #e3013a;
    color: var(--red1);
}
.skin_red2 .contact_agences .agence .infos .title,
.skin_red2 .allServices .serviceItem .infos .title {
    color: #e30613;
    color: var(--red2);
}
.skin_blue1 .contact_agences .agence .infos .title,
.skin_blue1 .allServices .serviceItem .infos .title {
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2 .contact_agences .agence .infos .title,
.skin_blue2 .allServices .serviceItem .infos .title {
    color: #0076c0;
    color: var(--blue2);
}

.contact_agences .agence .infos,
.contact_agences .agence .map {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
}
.contact_agences .agence .map {
    background-color: #e6e6e6;
    background-color: var(--lightGrey);
}
.contact_agences .agence .map iframe {
    display: block;
}
.contact_agences .agence .infos {
    padding-right: 8px;
    color: #212121;
    color: var(--darkGrey);
    font-size: 1.3rem;
}
.contact_agences .agence .infos *:not(.title){
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 25px;
    line-height: 2rem;    
    margin-top: 12px;
}
.contact_agences .agence .infos *:not(.title)::before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
}
.contact_agences .agence .services {
    color: #626262;
    font-size: 1.2rem;
    clear: both;
    padding-top: 10px;
}
.contact_agences .agence .services a {
    color: #626262;
}
.skin_red1 .contact_agences .agence .services a:hover,
.skin_red1 .allServices .serviceItem .services a:hover {
    color: #e3013a;
    color: var(--red1);
}
.skin_red2 .contact_agences .agence .services a:hover,
.skin_red2 .allServices .serviceItem .services a:hover {
    color: #e30613;
    color: var(--red2);
}
.skin_blue1 .contact_agences .agence .services a:hover,
.skin_blue1 .allServices .serviceItem .services a:hover {
    color: #0069b4;
    color: var(--blue1);
}
.skin_blue2 .contact_agences .agence .services a:hover,
.skin_blue2 .allServices .serviceItem .services a:hover {
    color: #0076c0;
    color: var(--blue2);
}
.contact_agences .agence .services .service {
    display: inline-block;
    width: calc(50% - 6px);
    vertical-align: top;
}

.contact_agences .agence .services .service:not(:first-child):not(:nth-child(2)) {
    margin-top: 16px;
}

.contact_agences .agence .services .service:nth-child(2n){
    margin-left: 8px;
}
.contact_agences .agence .services .service .title,
.allServices .serviceItem .services .service .title {
    font-family: "UnitOT-Medi", "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 100%;
}
.contact_agences .agence .services .service > *:not(.title),
.allServices .serviceItem .services .service > *:not(.title){
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 25px;
    line-height: 2rem;
}
.contact_agences .agence .services .service > *:not(.title)::before,
.allServices .serviceItem .services .service > *:not(.title)::before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
}
.contact_agences .agence .services .service .icon_mail::before,
.allServices .serviceItem .services .service .icon_mail::before{
    font-size: 2.2rem;
    transform: translateX(-6px);
}

.allServices .serviceItem {
    display: inline-block;
    width: calc(33% - 21px);
    margin-bottom: 32px;
    vertical-align: top;
}

.allServices .serviceItem:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    padding-top: 32px;
    border-top: 1px solid #757575;
    border-top: 1px solid var(--grey);
}

.allServices .serviceItem .infos {
    display: block;
}
.allServices .serviceItem .services {
    color: #e6e6e6;
    color: var(--lightGrey);
    font-size: 1.2rem;
    clear: both;
}
.allServices .serviceItem .services a {
    color: #e6e6e6;
    color: var(--lightGrey);
}
.allServices .serviceItem .services .service {
    display: block;
    margin-top: 16px;
}

@media screen and (max-width: 999px) {
    .contact_agences .agence,
    .allServices .serviceItem{
        display: block;
        width: 100%;
        margin-left: 0 !important;
    }
    .contact_agences .agence iframe {
        width: 100%;
    }
    .allServices .serviceItem{
        padding-top: 32px;
        border: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 540px) {
    .contact_agences .agence .infos,
    .contact_agences .agence .map,
    .contact_agences .agence .services .service,
    .contact_agences .agence .services .service:nth-child(2n) {
        width: 100%;
        display: block;
        margin-left: 0;
    }
}


/*///// Sara CSS /////*/


.skin_blue1.ContentDetailComponent .layout_detail div[class*="Component"] a {
    text-decoration: none !important; 
    color: #0069b4;
    color: var(--blue1);
}

.skin_blue2.ContentDetailComponent .layout_detail div[class*="Component"] a {
    text-decoration: none !important; 
    color: #0076c0;
    color: var(--blue2);
}

.skin_red1.ContentDetailComponent .layout_detail div[class*="Component"] a {
    text-decoration: none !important;
    color: #e3013a;
    color: var(--red1);
}

.skin_red2.ContentDetailComponent .layout_detail div[class*="Component"] a {
    text-decoration: none !important;
    color: #e30613;
    color: var(--red2);
}

   
.ContentDetailComponent .layout_detail div[class*="Component"] a:hover {
    text-decoration: underline !important;
    color: #888 !important;
}
   
.ContentDetailComponent .layout_detail div[class*="Component"] a:visited {
    text-decoration: underline !important;
    color: #9E9E9E !important;
}
   
.insetComponent a:hover {
    text-decoration: none !important; 
    color: #0069b4 !important;
    color: var(--blue1) !important;
}

.insetComponent a:hover {
    text-decoration: none !important; 
    color: #0076c0 !important;
    color: var(--blue2) !important;
}


.insetComponent a:hover {
    text-decoration: none !important; 
    color: #e3013a !important;
    color: var(--red1) !important;
}

.insetComponent a:hover {
    text-decoration: none !important; 
    color: #e30613 !important;
    color: var(--red2) !important;
}

.skin_blue1 .insetComponent a, .skin_blue2 .insetComponent a {
    text-decoration: none !important;
    color: #000066 !important;
}
   
.skin_red1 .insetComponent a, .skin_red2 .insetComponent a {
    text-decoration: none !important;
    color: #660000 !important;
}

.skin_blue1 .insetComponent a:visited,
.skin_blue2 .insetComponent a:visited,
.skin_red1 .insetComponent a:visited,
.skin_red2 .insetComponent a:visited {
    text-decoration: none !important; 
    color: #9E9E9E !important;
}

[class$="Component"]+[class$="Component"], .textComponent, .insetComponent {
    margin-top: 45px;
}
   
.question {
    font-family: "UnitOT", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 30px 0 10px 0;
    font-weight: 600;
}   
.citation p {
    margin: 0;
    line-height: 3.2rem;
    font-family: "UnitSlabOT-Medi", Georgia, "Times New Roman", Times, serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #212121;
    color: var(--darkGrey);
}
.citation .nom {
    text-align: right;
    font-size: 2rem;
}

.textComponent ul, .insetComponent ul {list-style: none}
.textComponent ul li, .insetComponent ul li {list-style-type: none !important; margin: 0 !important;font-size: 1.6rem;}
.skin_blue1 .textComponent ul li::before, 
.skin_blue2 .textComponent ul li::before,
.skin_blue1 .insetComponent ul li::before, 
.skin_blue2 .insetComponent ul li::before
{content: "•"; color: #0069b4; display: inline-block; width: 1em;  margin-left: -1em;  padding: 0 10px 5px 0;}
.skin_red1 .textComponent ul li::before, 
.skin_red2 .textComponent ul li::before,
.skin_red1 .insetComponent ul li::before, 
.skin_red2 .insetComponent ul li::before
{content: "•"; color: #b40000; display: inline-block; width: 1em;  margin-left: -1em;  padding: 0 10px 5px 0;}
   
.textComponent ol, .insetComponent ol {list-style: none; counter-reset: li; margin: 0 !important;}
.textComponent ol li,.insetComponent ol li {counter-increment: li; list-style-type: none !important; margin: 0 !important; font-size: 1.6rem;}
.skin_blue1 .textComponent ol li::before, 
.skin_blue2 .textComponent ol li::before,
.skin_blue1 .insetComponent ol li::before, 
.skin_blue2 .insetComponent ol li::before
{content: counter(li); color: #0069b4; display: inline-block;  padding: 0 10px 5px 0; direction: rtl;}
.skin_red1 .textComponent ol li::before, 
.skin_red2 .textComponent ol li::before,
.skin_red1 .insetComponent ol li::before, 
.skin_red2 .insetComponent ol li::before
{content: counter(li); color: #b40000; display: inline-block;  padding: 0 10px 5px 0; direction: rtl;}


/* Nouvelles pages de contact */
.GFWK_form {    
    padding-bottom: 30px;
}

@media screen and (min-width: 1000px) {
    .GFWK_form {
        width: calc(100% - 337px);
        margin-right: auto;
        margin-left: auto;
    }
}

.GFWK_form form {
    display: block;
    margin: 30px 0;
}

    .GFWK_form form.hidden {
        display: none;
    }

.GFWK_form.envoi_ok p {
    margin-top: 30px;
}

    .GFWK_form.envoi_ok p a {
        text-decoration: underline;
    }

.objectContent {
    margin-top: 30px;
}

    .objectContent label, 
    .objectContent select {
        margin-bottom: 0;
    }

.subItemsList {
    margin-top: 30px;
}

.contactSwitches {
    border-bottom: 1px solid #000000;
}

    .contactSwitches.hidden {
        display: none;
    }

    .contactSwitches li {
        display: inline-block;
        /*border-bottom: 1px solid #000000;*/
        margin-right: 20px;
        cursor: pointer;
        transition: all 0.25s;
    }

        .contactSwitches li:hover, 
        .contactSwitches li.active {
            border-bottom: 3px solid #000000;
        }

            .skin_red1 .contactSwitches li.active {
                color: #e3013a;
                color: var(--red1);
                border-color: #e3013a;
                border-color: var(--red1);
            }

            .skin_red2 .contactSwitches li.active {
                color: #e30613;
                color: var(--red2);
                border-color: #e30613;
                border-color: var(--red2);
            }

            .skin_blue1 .contactSwitches li.active {
                color: #0069b4;
                color: var(--blue1);
                border-color: #0069b4;
                border-color: var(--blue1);
            }

            .skin_blue2 .contactSwitches li.active {
                color: #0076c0;
                color: var(--blue2);
                border-color: #0076c0;
                border-color: var(--blue2);
            }

            .contactSwitch.hidden {
                display: none;
            }

.contactBlocks {
    margin-top: 24px;
}
    
    .contactBlocks.active {
        display: block;
    }

    .contactBlocks.hidden {
        display: none;
    }

    .contactBlocks .phone {
        margin-bottom: 10px;
        font-size: 2rem;
        font-weight: 700;
    }

    .contactBlocks .text, 
    .contactBlocks .adress, 
    .contactBlocks .postalCodeWithTown {
        line-height: 1.6;
    }

    .contactBlocks a {
        float: right;
    }

        @media screen and (min-width: 1000px) {
            .contactBlocks a {
                float: none;
            }
        }

.GFWK_form .field {
}

    @media screen and (min-width: 1000px) {
        .GFWK_form .field {
            width: 65%;
        }
    }

    .GFWK_form .field.higher {
        height: 80px;
    }

    .GFWK_form .field .title, 
    .GFWK_form h2 {
        text-transform: uppercase;
    }

    .skin_red1 .GFWK_form .field .title, 
    .skin_red1 .GFWK_form h2 {
        color: #e3013a;
        color: var(--red1);
    }

    .skin_red2 .GFWK_form .field .title, 
    .skin_red2 .GFWK_form h2 {
        color: #e30613;
        color: var(--red2);
    }

    .skin_blue1 .GFWK_form .field .title, 
    .skin_blue1 .GFWK_form h2 {
        color: #0069b4;
        color: var(--blue1);
    }

    .skin_blue2 .GFWK_form .field .title, 
    .skin_blue2 .GFWK_form h2 {
        color: #0076c0;
        color: var(--blue2);
    }

.GFWK_form.envoi_ok h1 {
    margin-bottom: 30px;
}

.GFWK_form.rgpd {
    /*border-top: 1px solid #000000;*/
}

    .GFWK_form.rgpd.envoi_ok {
        border-top: none;
    }

    .GFWK_form .infosRgpd {
        margin: 30px 0;
    }

    .GFWK_form .formRgpdWrapper {
        border-bottom: 1px solid #000000;
    }

    .GFWK_form .formRgpdWrapper.hidden {
        display: none;
    }

    .GFWK_form.rgpd h2 {
        padding: 10px 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        cursor: pointer;
    }

    @media screen and (min-width: 1000px) {
        GFWK_form.rgpd h2 {
            border: none;
        }
    }

        .GFWK_form.rgpd h2::after {
            font-size: 2rem;
            color: #000000;
        }

.GFWK_form.agence form, 
.GFWK_form.service form {
    margin-top: 0;
}

    .GFWK_form.agence form label,
    .GFWK_form.service form label {
        margin-bottom: 0;
    }

.GFWK_form .containerInputError {
    min-height: 48px;
}

.GFWK_form div.messageInputError, 
.GFWK_form #lPasswordMessages {
    top: 37px;
}

.GFWK_form textarea + .messageInputError {
    top: 70px;
}

    @media screen and (min-width: 1000px) {
        .GFWK_form div.messageInputError, 
        .GFWK_form #lPasswordMessages,
        .GFWK_form textarea + .messageInputError {
            top: 55px;
        }

    }

.GFWK_form .googleRecaptchaProtection {
    margin-top: 35px;
    line-height: 1.6rem;
    font-size: 1.3rem;
}

    .GFWK_form .googleRecaptchaProtection a {
        float: none;
    }

.GFWK_form #rgpdContactForm .googleRecaptchaProtection {
    margin-top: 0;
}


/*
------------------------------------------------
------------------------------------------------
------------------------------------------------
------------------------------------------------

/* tunnel de conversion*-/
@media screen and (max-width: 1000px) {

    .layout_light #ad_portal{
        padding-top: 0px;
    }

    .univers{
        margin: 0 16px;
    }

    .GBEL_productList.nonStatic .mobileView {
        display: block;
    }

    .GBEL_productList.nonStatic .desktopView {
        display: none;
    }

    .GBEL_productList.nonStatic .univers .univers-header .univers-header-title{
        font-size: 30px;
    }

    .GBEL_productList.nonStatic .univers .products .product{
        width: 182px;
        height: 182px;
        /*margin-bottom: 390px;*-/
        border-radius: 5px;
    }

    .GBEL_productList.nonStatic .univers .products .product .base{
        height: 182px;
        padding: 0px;
        overflow: hidden;
        border-radius: 5px;
        border: solid 1px grey;
    }

    .skin_red1 .GBEL_productList.nonStatic .univers .products .product .base.productSelected{
        background-color: #fcf0ef;
        border: solid 1px #f1bab9;
    }

    .skin_red2 .GBEL_productList.nonStatic .univers .products .product .base.productSelected{
        background-color: #fcf0ef;
        border: solid 1px #f1bab9;
    }

    .skin_blue1 .GBEL_productList.nonStatic .univers .products .product .base.productSelected{
        background-color: #eff0fc;
        border: solid 1px #b9baf1;
    }

    .skin_blue2 .GBEL_productList.nonStatic .univers .products .product .base.productSelected{
        background-color: #eff0fc;
        border: solid 1px #b9baf1;
    }

    .GBEL_productList.nonStatic .product .base .name{
        font-size: 2rem;
        margin-top: 0px;
        height: 25%;
        line-height: normal;
        padding-top: 10px;
    }

    .GBEL_productList.nonStatic .product .base .price{
        height: 50%;
        padding-top: 10px;
        transform: scale(0.8);
    }

    .GBEL_productList.nonStatic .product .base .more, .GBEL_productList.nonStatic .product .base .dureeToDisplay{
        font-size: 1.3rem;
        margin: 0px;
        background-color: #ffffff;
        height: 25%;
    }

    .GBEL_productList.nonStatic .univers .products .product .more, .GBEL_productList.nonStatic .univers .products .product .dureeToDisplay{
        background-color: transparent;
    }

    .GBEL_productList.nonStatic .mobileView .product .description{
        display: none;
    }

    .GBEL_productList.nonStatic .mobileView .description{
        width: calc(100vw - 40px);
        /*position: absolute;*-/
        left: 0px;
        padding: 30px 40px;
        /*display: none;*-/
    }

    /*a revoir*-/
    .GBEL_productList.nonStatic .description .desctiptionCheck li:before {
		font-size: 2.2rem !important;
	}

    .skin_red1 .GBEL_productList.nonStatic .mobileView .firstProduct .base{
        background-color: #fcf0ef;
        border: solid 1px #f1bab9 !important;
    }

    .skin_red2 .GBEL_productList.nonStatic .mobileView .firstProduct .base{
        background-color: #fcf0ef;
        border: solid 1px #f1bab9 !important;
    }

    .skin_blue1 .GBEL_productList.nonStatic .mobileView .firstProduct .base{
        background-color: #eff0fc;
        border: solid 1px #b9baf1 !important;
    }

    .skin_blue2 .GBEL_productList.nonStatic .mobileView .firstProduct .base{
        background-color: #eff0fc;
        border: solid 1px #b9baf1 !important;
    }

    .GBEL_productList .mobileView .description{
        /*border: solid 10px red;*-/
    }

    .GBEL_productList.nonStatic .mobileView .firstProduct .description{
        /*display: block;*-/
    }

    .GBEL_productList.nonStatic .description.diplayOn{
        display: block;
    }

    .GBEL_productList.nonStatic .description.diplayOff{
        display: none;
    }

    .GBEL_productList.nonStatic .callToAction{
        /*position: fixed;
        top: 77%;*-/
    }
    
    .GBEL_productList.nonStatic .callToAction .bt_abo_mobile{
        width: calc(100vw - 12px);
        position: absolute;
        left: 6px;
    }


    .GBEL_productList .univers .products .product.metaProduct .price{
        margin-top: 0px;
    }

    .priceEuro {
        display: inline-block;
    }

    .priceDecimal{
        display: inline-block;
        font-size: 2.3rem;
        top: -24px;
        position: relative;
    }

    .zeroDecimal{
        font-size: 6.4rem;
        top: 0px;
    }
    
 }


/* ========================================================= *-/
/* Subscribe with Google *-/
/* ========================================================= *-/

.swg {
    align-items: center;
    display: flex;
    text-align: center;
    padding: 10px 0 10px 0;
}

.swg::before,
.swg::after {
    border-top: .1rem solid #E6E6E6;
    content: "";
    flex: 1;
    margin: 0 .5em;
}


------------------------------------------------
------------------------------------------------
------------------------------------------------
------------------------------------------------
*/