 .page-title-heading h1 {
     font-size: 55px;
     text-transform: uppercase;
     font-family: "Roboto", sans-serif;
     font-weight: 700;
     margin: 0;
     color: #fff;
     padding-left: 0;
     line-height: 1;
 }
 .page-title-heading h2:before {
     display: none;
     content: none;
 }
 .site-main .content-area h2 {
     margin-top: 0;
 }
 .ttm-page-title-row {
     background: #3039d6 url(../img/semaine-communication/banner.png) 100% 50% / auto 100% no-repeat;
 }
 .ttm-page-title-row-inner .row {
     min-height: 300px;
 }
 .cta.transparent-bckg {
    display: inline-block;
    position: relative;
 }
 .cta.transparent-bckg a {
        position: relative;
        z-index: 1;
        padding: 14px 20px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        border: 0 none;
        background: transparent;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #3333ff;
 }
 .cta::after {
     position: absolute;
     content: " ";
     display: inline-block;
     width: 0;
     height: 100%;
     top: 0;
     left: 0;
     -webkit-transition: width 0.3s linear;
     -o-transition: width 0.3s linear;
     -moz-transition: width 0.3s linear;
     transition: width 0.3s linear;
     background-color: #ffb14f;
 }
.cta.transparent-bckg::after {
     background-color: #FFF;
 }
.cta:hover::after {
    width: 100%;
}
.bg_white .cta.transparent-bckg::after {
    background-color: #EFF2FB;
}
.lire_la_suite span[class*="icon"], .readmore {
    font-size: 30px;
    margin-left: 15px;
}
.icon-chevron:before,
a:hover .icon-chevron:before {
    color: #3333ff;
}
img.nympheas {
    width: 250px;
}
img.effie {
    width: 400px;
}
img.aacc {
    width: 200px;
}
img.semaine-communication {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
}
.site-main .content-area h1, .site-main .content-area h2, .site-main .content-area h3, .site-main .content-area h4, .site-main .content-area h5, .site-main .content-area h6 {
    color: #3333ff;
}
h2.sub {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
h2.sub::after {
    position: absolute;
    width: 200px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background-color: #3333ff;
    margin: auto
}
.documents-category {
    margin-bottom: 60px;
}
.documents-category h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    font-size: 24px;
}
.documents-items {
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}
.document-title {
    font-weight: 700;
}
.document-title img {
    display: block;
    margin-bottom: 20px;
    max-width: 75%;
    max-height: 150px;
}
.document-description {
    font-size: 18px;
}
.document-description strong {
    font-weight: 700;
}
.document-download {
    text-align: right;
    font-size: 17px;
    font-weight: 700;
}
.document-download a {
    color: #2712B2;
    display: inline-block;
    padding-right: 38px;
    line-height: 30px;
    background: url(img/icon-download.png) 100% 0 / 30px no-repeat;
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border: 0;
}
@media screen and (max-width:1199.98px){
    .page-title-heading h1 {
        font-size: 45px;
    }
    .site-main .content-area h2 {
        font-size: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width:991.98px){
    .site-main .content-area h2 {
        font-size: 30px;
        line-height: 30px;
    }
    img.semaine-communication {
        width: 150px;
    }
    .document-cta-wrapper {
        text-align: center;
        margin-top: 15px;
    }
}
@media screen and (max-width:767.98px){
    .ttm-page-title-row {
        background: #3039d6 url(../img/semaine-communication/banner.png) 0% 50% / auto 120% no-repeat;
    }
    .page-title-heading h1 {
        font-size: 35px;
        text-align: center;
    }
    .site-main .content-area h2 {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }
    .site-main .content-area h2 br {
        display: none;
    }
    .document-title img {
        max-height: 120px;
    }
    img.semaine-communication {
        width: 150px;
        margin-right: 0;
        margin-bottom: 20px;
    }

}