@charset "UTF-8";

.ws-c {
    margin-top: 0px !important;
}

main * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.def h2:after {
    background: none !important;
}

#article-content {
    margin: 1rem;
    flex: 1;
}

#article-sub-title {
    text-align: center;
    font-weight: 300;
    font-size: 2.4rem;
}

#wrapper-background-white .wrapper-author-date .article-author-name {
    padding-left: 1.7rem;
    margin-top: 0.8rem;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
}

#article-content .wrapper-infos {
    position: relative;
    max-width: 72rem;
    min-height: 50rem;
    margin: 0px;
    padding: 5rem 2rem 4.2rem;
    background-color: #ffffff;
    font-size: 1.8rem;
    box-sizing: border-box;
    z-index: 2;
}

#article-content .wrapper-infos p {
    margin-bottom: 2rem;
    line-height: 1.5;
}

#article-content .wrapper-infos p a {
    text-decoration: underline;
}

ul.pager {
    margin-bottom: 0 !important;
    font-size: 0;
    margin-top: 3px;
    padding-left: 80px;
}

ul.pager li {
    background-image: none !important;
    padding-left: 0 !important;
    display: contents;
    font-size: 1.8rem;
    margin: 0 5px;
}

ul.pager li.pager-previous,
ul.pager li.pager-next {
    color: #4c9fc7;
}

ul.pager li.pager-next {
    margin-left: 18px;
}

ul.pager li.pager-item a,
ul.pager li.pager-current {
    background-color: #ffffff;
    color: #000000;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.4s ease;
}

#blog-home {
    background-color: transparent !important;
    margin: 1rem;
}

#blog-home .pager {
    padding: 0 0 5rem;
    text-align: center;
    font-size: 1.8rem;
}

#slot-sous-cat .title {
    position: relative;
    padding-top: 30px;
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
}

#slot-sous-cat .title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

#slot-sous-cat{
    background-color:white;
    max-width: 1280px;
    width: 100%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#sous-categories-blog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
}

#sous-categories-blog a {
    position: relative;
    margin-right: 1rem;
    padding: 0.7rem;
    border: 0.2rem solid;
    font-weight: bold;
    font-size: 2.2rem;
    text-transform: uppercase;
    box-sizing: border-box;
    z-index: 0;
    letter-spacing: -1px;
}

#sous-categories-blog a,
#article-content a,
.zone-blog a {
    text-decoration: none !important;
}

#sous-categories-blog .c-s{
    display: inherit;
    flex-wrap: inherit;
    width: 100%;
}

#sous-categories-blog a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
}

#blog-home .blog-articles {
    margin-top: 6rem;
}

#blog-home ul.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

#blog-home ul.pager li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 0.2rem solid #4c9fc7;
    color: #4c9fc7;
    width: 4.8rem;
    height: 4.8rem;
    box-sizing: border-box;
    margin: 4px;
}

ul.blog-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

ul.blog-article-list li {
    width: calc(100% / 3);
    margin-bottom: 6rem;
    padding: 0 1.2rem;
    background: none;
    box-sizing: border-box;
}

#wrapper-background-white>.article-title,
#wrapper-background-white>.field-name-field-article-sous-titre {
    text-align: center;
    position: relative;
    padding-top: 2rem;
    margin-top: 1rem;
    font-size: 4rem;
    font-weight: bold;
}

#wrapper-background-white .wrapper-author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 62rem;
    margin: 1.7rem auto -5rem;
    padding: 0rem 1rem 6rem 1rem
}

.article-author-name {
    line-height: 1;
    margin-top: 0.4rem;
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: none;
}

.wrapper-author-date .date-creation {
    margin-left: auto;
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1;
}

#wrapper-header-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.addthis_toolbox {
    display: flex;
    justify-content: flex-end;
}

.addthis_toolbox a {
    margin-right: 5px;
}

.share {
    margin-left: auto;
}

.share .title {
    display: none;
}

.share .at300b {
    display: block;
    padding: 0;
}

.at300b .at-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.6rem !important;
    height: 5.6rem !important;
    border-radius: 50%;
    line-height: 5.6rem !important;
}

.addthis_toolbox .button_email {
    background-color: #656F75;
    background-repeat: no-repeat;
    height: 5.6rem !important;
    width: 5.6rem;
    background-image: url("/statics/medias/images/icon-button-mail.svg");
    background-size: 3rem 2rem;
    background-position: center center;
    border-radius: 50%;
    float: left;
    margin-bottom: 9px;
}

#for-you {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 10px 20px 10px;
    z-index: 0;
    margin: 0px auto;
    max-width: 1280px;
}

#for-you>* {
    position: relative;
    z-index: 1;
}

#for-you h3 {
    margin-bottom: 5rem;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1;
}

.link-all-articles {
    margin-bottom: 5rem !important;
    margin-left: auto;
    font-size: 2rem;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.link-all-articles::after {
    content: " >>";
    text-decoration: none;
}

.blog-article-list .article-summary {
    height: 100%;
}

.article-summary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-radius: 1rem;
    background-color: #fff;
    color: #323337;
    z-index: 1;
}

.article-summary .wrapper-image img {
    border-radius: 1rem 1rem 0 0;
}

.wrapper-group-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 2rem 1rem 2rem 1rem;
}

.wrapper-group-infos>* {
    position: relative;
    z-index: 2;
}

.wrapper-group-infos a {
    color: inherit;
}

.sous-categorie-article {
    position: absolute;
    top: -1rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: max-content;
    background-color: #297DA9;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 1;
    overflow-wrap: break-word;
    padding: 5px;
}

.video-container .iframe-blog{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.article-title {
    margin-bottom: 1rem;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.1;
}

.article-title>a {
    padding: 0;
    color: inherit;
}

.article-accroche {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.article-accroche p:first-child {
    margin-top: 0;
}

.article-accroche p:last-child {
    margin-bottom: 0;
}

.article-accroche p strong {
    font-weight: normal;
}

#blog-articles-summary {
    max-width: 1280px;
    margin: 0px auto;
}

.article-author {
    margin-bottom: 1.5rem;
    margin-top: auto;
}

.article-author-pic {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
}

.article-author-pic img {
    border-radius: 50%;
}

.article-author-profession {
    margin-top: 0.5rem;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wrapper-background-white .article-author-profession {
    margin-top: 0.3rem;
}

.article-author-filler {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

a.lien-sous-categorie {
    margin-top: 3px;
    margin-right: 0.5rem;
    padding: 0 1rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 300;
    line-height: 1;
    font-size: 1.8rem;
    color: #4c9fc7;
    transition: all 0.4s ease;
}

a.lien-sous-categorie::after {
    content: "\00a0>>";
    text-decoration: none;
}

main {
    color: #323337;
    font-size: 1.6em;
    line-height: 1.2;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    background-color: #f0f0f0;
}

li {
    list-style: none;
    list-style-image: none;
}

#sous-categories-blog div a {
    margin-bottom: 1rem;
}

#article-container p a,
#article-container p a em,
#article-container p em a {
    color: #50a0c5;
}

#article-container h2 {
    font-weight: bold;
    font-size: 2.8rem;
    color: #323337;
    text-transform: none;
    box-shadow: none;
    margin-bottom: 1rem;
}

em {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 0.7692em;
    line-height: 1;
}

sup {
    bottom: 1.4ex;
}

.sous-categorie-article a {
    color: #f0f0f0;
}

.article-accroche p a,
.article-accroche a{
    text-decoration: underline !important;
}

#article-container div {
    left: auto;
    width: 100%;
    border: 0;
    font-weight: normal;
    text-align: left;
    color: #323337;
    text-transform: none;
}

#article-container iframe {
    width: 100%;
    height: 1000px;
}

@media screen and (max-width: 739px) {
    .blog-chronomots #article-container iframe {
        height: 760px;
    }
}

#article-container img{
    margin: 0;
}

.zoneBlogAlt iframe {
    margin: auto;
    display: block;
    z-index: 1;
    position: relative;
}

.titre-abonnement {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    color: #323337 !important;
    margin-bottom: 2rem;
    font-weight: normal;
    text-transform: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.abonnement .link-youtube {
    display: flex;
    margin: auto;
    width: 27.2rem;
    height: 7.8rem;
    background-image: url(/statics/medias/images/sprite/resized/link-youtube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#big-article-summary {
    position: relative;
    width: 100%;
    padding: 0 1rem;
    border-radius: 1rem;
    background-color: white;
    flex-direction: row;
    padding-bottom: 0;
    display: flex;
}

#big-article-summary .wrapper-image img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    border-radius: 1rem 0 0 1rem;
    margin: unset;
}

#big-article-summary .wrapper-group-infos {
    width: 33.3333%;
    padding-left: 1.5rem;
    box-sizing: border-box;
}

#big-article-summary .wrapper-image {
    width: 66.6666%;
}

.wrapper-image {
    position: relative;
}

#wrapper-header-image img {
    margin: 0rem !important;
    max-width: 100%;
    height: auto !important;
}

.wrapper-group-infos .article-title {
    color: #323337;
    box-shadow: none;
    text-transform: none;
    font-size: 3rem;
}

#for-you .zone-blog {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.at-icon {
    fill: #fff;
    border: 0;
}

ul.blog-article-list .first {
    width: 100%;
}

#btn-display-subcategories .c-b.c-b-c {
    display: none;
}

#btn-display-subcategories.a .c-b.c-b-c div:before {
    transform: rotate(180deg);
}

.article-accroche .mots-croises h1 {
    font-size: 2.8rem;
    margin: 1em 0;
}

#article-container {
    overflow-x: hidden;
    margin-bottom: 1rem;
}

#for-you p strong {
    font-weight: normal;
}

.ws-a,
.leftslot-wrapper {
    margin-top: 7rem;
}

/*-------------------------MEDIAS QUERIES-------------------------*/
/*-------------------------MOBILE FIRST 480PX-------------------------*/

@media screen and (max-width: 480px) {
    body,
    header,
    main,
    footer {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .ws-h {
        position: fixed;
    }
    #for-you {
        padding-top: 25px;
    }
    #wrapper-background-white {
        background-color: #ffffff;
    }
    #blog-articles-summary {
        margin: 0px 1rem;
    }
    .wrapper-author-date {
        width: 100%;
        padding: 5px;
    }
    .article-author-profession {
        white-space: inherit;
    }
    #for-you>* {
        display: block;
    }
    #for-you a,
    #for-you h3 {
        text-align: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    #for-you .zone-blog h3,
    #for-you h3 {
        font-size: 4rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    #for-you .link-all-articles {
        margin: auto;
        margin-bottom: 2rem;
    }
    #for-you>*,
    #article-content .content .wrapper-infos,
    #wrapper-header-image img,
    #slot-sous-cat:before {
        width: 100%;
    }
    #big-article-summary {
        flex-direction: column;
        padding: 0;
    }
    #big-article-summary .wrapper-image,
    #big-article-summary .wrapper-group-infos {
        width: 100%;
    }
    #big-article-summary .wrapper-image img {
        border-radius: 1rem 1rem 0 0;
    }
    ul.blog-article-list li {
        width: 100%;
        padding: 0;
    }
    .addthis_toolbox .button_email,
    .at300b .at-icon-wrapper {
        width: 4rem !important;
        height: 4rem !important;
    }
    #for-you {
        padding: 4rem 0 0rem;
    }
    #sous-categories-blog {
        height: auto;
        padding: 0px !important;
    }
    #sous-categories-blog .c-s {
        display: flex !important;
        flex-direction: column;
        
    }
    #sous-categories-blog a {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        border-color: #dcdcdc !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        padding: 6px 10px 3px 10px !important;
    }
    #sous-categories-blog a:first-child {
        border-top: 2px solid #dcdcdc !important;
    }
    #btn-display-subcategories .c-b.c-b-c {
        display: block;
    }
    #slot-sous-cat > div{
        width: 100%;
    }
}

@media screen and (min-width: 480px){
    #sous-categories-blog {
        height: auto !important;
    }
}

/*-------------------------480PX & 900PX-------------------------*/

@media screen and (min-width: 480px) and (max-width: 900px) {
    html,
    body,
    header,
    main,
    footer {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .ws-h {
        position: fixed;
    }
    #wrapper-background-white {
        background-color: #ffffff;
    }
    #for-you .zone-blog {
        margin: 0;
        padding: 0 2rem;
    }
    .link-all-articles,
    #for-you .zone-blog {
        display: block;
        text-align: center;
    }
    #for-you a,
    #for-you h3 {
        text-align: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    #for-you h3 {
        font-size: 4rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    #article-content .content .wrapper-infos,
    #wrapper-header-image img,
    #slot-sous-cat:before {
        width: 100%;
    }
    #big-article-summary .wrapper-image {
        width: 100%;
    }
    .addthis_toolbox .button_email,
    .at300b .at-icon-wrapper {
        width: 5rem !important;
        height: 5rem !important;
    }
    .article-summary,
    #big-article-summary {
        padding: 0;
    }
    #big-article-summary {
        flex-direction: column;
    }
    #big-article-summary .wrapper-group-infos {
        width: 100%;
    }
    ul.blog-article-list li {
        width: calc(100% / 2);
    }
    #big-article-summary .wrapper-image img {
        border-radius: 1rem 1rem 0 0;
    }
}
/*-------------------------900PX & 1200PX-------------------------*/

@media screen and (min-width: 900px) and (max-width: 1200px) {
    html,
    body,
    header,
    main,
    footer {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .ws-h {
        position: fixed;
    }
    #wrapper-background-white {
        background-color: #ffffff;
    }
    #for-you .zone-blog {
        margin: 0;
        padding: 2rem 2rem;
    }
    #wrapper-header-image {
        max-width: 72rem;
    }
    .article-summary,
    #big-article-summary {
        padding: 0;
    }
    .addthis_toolbox .button_email,
    .at300b .at-icon-wrapper {
        width: 5rem !important;
        height: 5rem !important;
    }
}
@media screen and (max-width: 1144px) {
    #blog-home {
        margin: 1rem 0;
    }
    #article-content{
        margin: 1rem 1rem; 
    }
    .h-t {
        display: none;
    }
    .pager-on-browser{display:none !important;
    }
}

/*-------------------------1200PX-------------------------*/

@media screen and (min-width: 1200px) {
    html,
    body,
    header,
    main,
    footer {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .ws-h {
        position: fixed;
    }
    #wrapper-background-white {
        background-color: #ffffff;
        margin: auto;
        max-width: 1340px;
    }
    #for-you .zone-blog {
        margin: 0;
        padding: 0 2rem;
    }
    #wrapper-header-image img,
    #slot-sous-cat:before {
        width: 100%;
    }
    #wrapper-header-image {
        max-width: 72rem;
    }
    .article-summary,
    #big-article-summary {
        padding: 0;
    }
}
/*-------------------------END MEDIAS QUERIES-------------------------*/

/*---------------------------DECODEUR GAME----------------------------*/

div[data-article-id="2358"] iframe,
div[data-article-id="2434"] iframe {
    height: 640px !important;
}

/*----------------_---------END DECODEUR GAME-------------------------*/
