.container {
    max-width: 1213px;
    padding-left: 20px;
    padding-right: 20px;
}
.top_banner {
    display: flex;
    justify-content: center;
}
.product-nav .header_sub_menu_inner_section {
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.contact-nav .header_sub_menu_inner_section {
    display:flex;
    flex-direction:row;
    justify-content:space-around
}
#header_right_zone {
    align-items:center
}
div#h_search_frame input {
    max-width:250px }
div#h_search_frame button {
    padding-left:12px;
    padding-right:12px
}
.header_sub_menu>h4 {
    color:#afdefa;
    padding:.8em 0 .3em;
    margin:0;
    font-size:160%;
    font-weight:300 }
.header_sub_menu>ul>li>a {
    line-height:2em;
    color:#fff;
    font-weight:400;
    font-size:100% }
@media (min-width: 1057px) {
    .AdsReadMore{
        margin-top:0;
        margin-bottom:0;
    }
    .AdsReadMore_L {
        width:75%;
        display: flex;
        justify-content: center;
    }
    .AdsReadMore_R {
        width:25%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
}
@media (max-width: 1056px) {
    .AdsReadMore{
        margin-top:0;
        margin-bottom:0;
        flex-direction:column;
    }
    .AdsReadMore_L {
        width:100%;
        display: flex;
        justify-content: center;
    }
    .AdsReadMore_R {
        width:100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin-top:25px;
        margin-bottom:10px;
    }
}
.AdsReadMore_btn:hover {
    border:1px solid #9877b6 !important;
}
.AdsReadMore_btn {
    background-image: url("/layout/adapt/view/img/fondation_sante.png");
}
.Leaderboard {
    transition: top 1.4s ease-in-out;
}
.Leaderboard_sticky {
    position: sticky;
    z-index: 3000;
}
.Leaderboard_sticky.is-pinned {
    min-height:unset !important;
}
.Leaderboard_sticky.is-pinned>.top_banner{
    min-height:unset !important;
}




.published_date {
    padding-bottom:0 }
img.peopledetail {
    max-height:201px;
}
img.peopledetail_big {
    max-height:352px;
    padding:0px;
    margin:20px;
}
.li_menu, .text_button, .text_button_read {
    font-family:Novecentowide-Bold,  Helvetica,  sans-serif;
    font-weight:400 }
.li_menu {
    font-size:16px;
    color:#000 }
.grid_also_on {
    display:flex !important;
    justify-content:space-between }
.text {
    color:#000;
    text-align:justify;
    margin-bottom:0 }
.comment_edit div.row {
    margin-top:10px;
    margin-left:10px !important;
    padding-left:10px !important }
p.comment_value {
    font-size:18px;
    line-height:24px }
div.comment_cell {
    margin-left:12px;
    padding:60px 15px !important }
div.comment_edit {
    margin-top:60px }
.text_align_right_only_bigscreen {
    text-align:right !important;
    margin-left:25px }
.text_also_available {
    padding-bottom:10px;
    color:#8d8f92;
    font-size:13px;
    line-height:21px }
.left_quote {
    color:#1C93C1 !important;
    margin-right:15px;
    float:left }
.right_quote {
    color:#1C93C1 !important;
    margin-left:10px }
.text_box_zone {
    margin: 25px 12px 40px;
    padding-left:15px;
    padding-right:15px }
.modified_date {
    color:#a1a1a1;
    font-size:13px }
p {
    margin:0 0 1em }
.flex_text_options {
    display:flex;
    justify-content:space-between }
.flex_button_zone {
    padding:0 0 0 12px;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-self:flex-end;
    margin-left:12px }
.alert {
    padding:10px 15px;
    margin-bottom:20px }
.text_button, .text_button_read {
    background-color:transparent !important;
    border:2px solid #1C93C1 !important;
    color:#1C93C1 !important;
    padding:0 12px;
    font-size:18px;
    text-align:center;
    /*    transition:all .5s;*/
    min-height:57px;
    max-height:57px;
    display:flex;
    justify-content:center;
    align-items:center }
.navheader {
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-end;
    border:none !important }
.banner_title {
    font-size:44px }
.float_right {
    float:right !important }
.partners-logos {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.partners-logos > div {
    margin-left:10px;
}

#header_content {
    justify-content:space-between
}