

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight:  400;
    font-style:   normal;
    font-stretch: normal;
}



:root {
    --mainFont:'Graphik Web', sans-serif;
    --homeAgendaPromo:#946af3;
    --voxlogYellow:#f3f353;
    --voxlogSponsoredGrey:#e7ebea;
    --voxlogViolet:#885af2;
    --voxlogMarine:#083659;
    --voxlogLightRed:#fdb7b7;
    --voxlogRed:#fc4434;
    --voxlogBorderGrey:#e5e4e4;
    --voxlogStatusGrey:#bdcac8;
    --voxlogRedDark: #fc4434;
    --primary-color: #007bff;
    --primary-color-dark: #0056b3;
    --light-gray: #f8f9fa;
    --medium-gray: #e9ecef;
    --dark-gray: #ced4da;
    --text-color-normal: #212529;
    --text-color-light: #6c757d;
    --border-radius-std: 0.25rem;
    --warning-color: #ffc107;
    --sponsored-color: #fc4434;
    --sponsored-bg-color: #fde9e9;
    --gapSize:30px;
    --gapBSize:35px;
    --doubleGapSize:60px;
    --headerFontSize:45px;
    --headerLineHeight:47px;
    --regularFontSize:30px;
    --regularLineHeight:32px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
body,html{
    /*background:#f3f3f3;*/
    margin:0;
    padding:0;
    width:100%;
    min-width:400px;
    font-family: var(--mainFont);
}
body { background-attachment: fixed !important; }
button, input, textarea {
    font-family: var(--mainFont);
}
a {
    color:var(--voxlogRed);
    text-decoration: none;
}
a:hover {
    /*text-decoration: underline;*/
}
.mainContainer a:hover {
    box-shadow: inset 0 0 0 white, inset 0 -1px 0 black;
}
.mainContainer .annuaire-company-social-icons a {
    transition: transform ease-in-out 150ms;
}
.mainContainer .annuaire-company-social-icons a:hover {
    box-shadow: unset;
    transform:scale(1.06);
}
.contentCatTitle a:hover {
    box-shadow: inset 0 0 0 white, inset 0 -1px 0 var(--voxlogViolet);
}
img { display: block; }


.mobile_ad_1, .mobile_ad_2, .mobile_ad_3
{
    width:100%;
    margin: 30px auto;
    display:none;
}
.mobile_ad_1 img, .mobile_ad_2 img, .mobile_ad_3 img {
    margin:auto;
    max-width: 100%;
    height: auto;
}
#website_click {
    display:none;
    width: 100%;
    height: 1024px;
    z-index: 2;
    position: fixed;
    left:0 !important;
    top:0 !important;
    cursor: pointer;
}

.website_content {
    width:100%;
    padding-top:100px;
    position:relative;
    z-index:3;
}

.mainContainer {
    letter-spacing: -1.25px;
}
.spacing14 {
    letter-spacing: -1.4px;
}
.hidden {
    display: none;
}
header {
    position: fixed;
    top:0;
    left:0;
    z-index: 5;
    width: 100%;
    background:#FFF;


    /*padding:0 80px;*/
    border-bottom:1px solid var(--voxlogRed);
    height: 100px;
}
.innerHeader {
    max-width: 1440px;
    margin:0 auto;
    height: 100px;
    justify-content: center;
    display: flex;
}
.searchHeaderContainer {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100px;
    background: var(--voxlogRed);
    padding:12px 0;
    border-bottom:1px solid var(--voxlogRed);
    display: none;
    z-index:10;
}
.searchHeaderContainer.visible {
    display:flex;
}
.searchHeaderContainer form {
    width: 90%;
    max-width: 1450px;
    margin:auto;
    display: flex;
    gap:10px;
}
.searchHeaderInput {
    width: 100%;
    border:unset;
    border-bottom:1px solid #FFF;
    background:transparent;
    padding:3px 5px;
    font-size:30px;
    color:#FFF;
    line-height: 30px;
    outline:unset;
}

.searchHeaderInput::placeholder {
    color:#FFF;
}
.searchValidate {
    margin: auto auto 0 auto;
    font-size:30px;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    color:#FFF;
    transition: transform 120ms ease-in;
    position: relative;
    top:0;
    left:0;
    user-select: none;
}
.searchValidate:hover {
    transform: scale(1.25);
}
.headerLogoContainer {
    display: flex;
    margin:auto 0;
}
.headerLogo, .footerLogo {
    background:url('../gfx/logoHeader.svg') no-repeat;
    background-size:contain;
    width: 251px;
    height: 45px;
    margin:0 auto 0 0;
}
.headerLogo a {
    width: 100%;
    height: 100%;
    display: block;
}
.footerLogo {
    width: 340px;
    background:url('../gfx/logoFooter.svg') no-repeat;
    background-size:contain;
}
.headerTagline {
    color:var(--voxlogRed);
    font-size:20px;
    line-height: 20px;
    margin-left:20px;
    /*letter-spacing: -0.5px;*/
}
nav {
    margin: auto 0 auto auto;
}
header nav li + li {
    margin-left:20px;
}
.fixed {
    height: 100%;
    overflow-y:hidden;
}
nav ul {
    list-style: none;
    padding:0;
    display: flex;
}
nav li a {
    font-size:18px;
    line-height: 18px;
    color:var(--voxlogRed);
    text-decoration: none;
}
nav li a:hover {
    box-shadow: inset 0 0 0 white, inset 0 -1px 0 var(--voxlogRed);
}
header .searchBox {
    margin:auto 0 auto 0;
}



/* MOBILE MENU */
.menuSmall {
    display: block;

    top:70px;
    left:0;
    margin-left: -100%;
    width: 100%;
    position: fixed;
    background:#FFF;
    z-index: 40;
    transition: all 200ms ease-in;
    height: 100vh;
}
.menuVisible {

    margin-left:0;

}

.menuButton {
    width: 22px;
    height: 16px;
    display: none;
    margin:auto auto auto 0;
    border-top:2px solid var(--voxlogRed);
    border-bottom:2px solid var(--voxlogRed);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.menuButtonLine {
    margin:auto;
    width: 100%;
    display: flex;
    height: 2px;
    background:var(--voxlogRed);
}
.menuButton:hover {
    opacity: 0.8;
}

.menuSmall {
    /*position: absolute;*/
    display: flex;
    flex-direction: column;
}
.menuSmall nav {
    margin: 60px 0 0 20px;
}
.menuSmall nav ul {
    display: flex;
    flex-direction: column;
    gap:var(--gapSize);
}

.menuSmall nav a {
    font-size:24px;
    line-height: 24px;
    text-transform: uppercase;
}
.menuSmall nav a:hover {
    /*text-decoration: underline;*/
    box-shadow: inset 0 0px 0 white, inset 0 -1px 0 black;
}
.menuSmall .searchBox {
    display: flex;
    margin:15px 0 0 16px;
}
.menuSmall .searchBox form {
    width: 45%;
}
.menuSmall .searchBox input {
    border:1px solid #FEFEFE;
    font-size:24px;
    line-height: 24px;
    color:var(--voxlogRed);
    background:#FFF;
    width: 100%;
}
.menuSmall .searchValidate, header .searchButton {
    background:url("../gfx/magnify.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin: auto auto auto 20px;
}
header .searchButton {
    width: 16px;
    height: 16px;
    margin: auto auto auto 25px;
    cursor: pointer;
}
.fixed .menuButton {
    background:url("../gfx/close.svg") no-repeat;
    background-size: 20px 20px;
    border: unset;
    height: 20px;
    width: 20px;
}
.fixed .menuButton .menuButtonLine {
    display: none;
}
.menuFollow {
    margin:auto auto 40px 20px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color:var(--voxlogRed);
}

.menuBLinks {
    margin:0 auto 20px 20px;
    font-size:24px;
    line-height: 24px;
    padding-bottom: 40px;
}
.menuBLink + .menuBLink {
    margin-top:6px;
}
.menuBLink a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.menuFollowNetworks, .contentPropertiesNetworkContainer {
    margin-top:15px;
    display: flex;
    flex-flow:row wrap;
    gap:30px;
}
.contentPropertiesNetworkContainer {
    gap:20px;
}
.contentPropertiesNetworkContainer { margin-top:10px; }
.footerSocial {
    display: flex;
    gap:10px;
    font-size:14px;
    line-height: 14px;
    letter-spacing: -0.25px;
    color:#FFF;
}
.footerSocial .col_title {
    position: relative;
    /*top:-2px;*/
}
.menuFollowNetworks .fb, .contentPropertiesNetworkContainer .fb, .footerSocialNetworks .fb {
    background:url('../gfx/fbred.svg') no-repeat;
}
.menuFollowNetworks .tw, .contentPropertiesNetworkContainer .tw, .footerSocialNetworks .tw {
    background:url('../gfx/twred.svg') no-repeat;
}
.menuFollowNetworks .yt, .footerSocialNetworks .yt {
    background:url('../gfx/ytred.svg') no-repeat;
}
.menuFollowNetworks .in, .contentPropertiesNetworkContainer .in, .footerSocialNetworks .in {
    background:url('../gfx/inred.svg') no-repeat;
}

.footerSocialNetworks a {
    filter: brightness(0) invert(1);
    transition: all 150ms ease-in;
}

.footerSocialNetworks a:hover {
    transform: scale(1.1);
}
.footerSocial > div {
    margin:auto;
}
.footerSocialNetworks {
    display: flex;
    gap:20px;
}
.menuFollowNetworks a, .contentPropertiesNetworkContainer a, .footerSocialNetworks a {
    display: block;
    width:44px;
    height: 43px;
    background-size: contain;
}
.footerSocialNetworks a {
    width:28px;
    height: 28px;
    background-size: contain !important;
}
.contentPropertiesNetworkContainer a {
    width:30px;
    height: 30px;
    background-size: contain !important;
}




.headerMegaban {
    padding:var(--gapSize) 0;
    display: flex;
    justify-content: center;
    /*min-height: 30px;*/
}
.headerMegaban img {
    margin:auto;

}




/* HOME */
.homeTopContent {
    display: flex;
    justify-content: space-around;
    /*padding:0 80px;*/
    gap:var(--gapSize);
    max-width: 1450px;
    margin: 0 auto;
}
.topContentBothCol {
    display: flex;
    gap:var(--gapSize);
    padding-bottom:var(- -gapSize);
    border-bottom:1px solid var(--voxlogBorderGrey);
}
.innerContent .topContentBothCol {
    /*margin-top:60px;*/
}


.topContentLargeCol {
    /*width: 50%;*/
    width:710px;
    /*flex-shrink:0;*/
    margin:0 auto;
    /*flex-grow: 1;*/
}

.topContentSmallCol {
    /*width: 25%;*/
    width:340px;
    flex-shrink:0;
    margin:0 auto;
    min-width: 0;
    /*flex-grow: 1;*/
}

.topContentBox {
    padding-bottom: 27px;
    border-bottom:1px solid var(--voxlogBorderGrey);
    display: flex;
    flex-direction: column;
}
.topContentLowerContent .topContentBox {
    border-bottom: unset;
}
.topContentLowerContent .topContentBox + .topContentBox {
    margin-top:0;
}
.topContentLowerContent .topContentBox {
    width: 50%;
}

.homeMidContent {


}


.contentText {
    /*margin-top:7px;*/
    margin-top:15px;
}
.midContentBoxList .contentText,.sponsoredContent .contentText {
    margin-top:0;
}
.contentText .contentIntro {
    font-family: 'Georgia', sans-serif;
    letter-spacing: 0;
    line-height: 22px;
    font-size:16px;
}
#singleCol .topContentLargeCol > div:nth-of-type(2n) {
    flex-direction: row;
}
#singleCol .topContentLargeCol > div:nth-of-type(2n) .contentImage {
    flex-basis: 340px;
    flex-shrink: 0;
}
#singleCol .topContentLargeCol > div:nth-of-type(2n) .contentText {
    margin-left:var(--gapSize);
    position: relative;
    top:-3px;
}
#singleCol .topContentLargeCol > div:nth-of-type(2n) .contentText {
    margin-top:0;
}

.topContentBox + .topContentBox, .topContentBox + .topContentAd  {
    margin-top:var(--gapSize);
    border-bottom:unset;
}
#doubleCol .topContentLowerContentBox {
    margin-top:0;
    border-bottom:unset;
}
.topContentAd {
    text-align: center;
}


.contentTitle {

}
.contentTitle a {
    font-size:var(--headerFontSize);
    line-height: var(--headerLineHeight);
    color:#000;
    text-decoration: none;
}

.topContentSmallCol .contentTitle a,
.topContentLargeCol > div:nth-of-type(2n) .contentTitle a,
.sponsoredContent .contentTitle a,
.midContentBox .contentTitle a,
.homePodcast .contentTitle a,
.topContentLowerContent .contentTitle a,
.homeLowerContent .contentTitle a,
.homeVideo .contentTitle a,
.homeFolder .contentTitle a,
.siblingBox .contentTitle,
.siblingBox .contentTitle a
{
    font-size:var(--regularFontSize);
    line-height: var(--regularLineHeight);
    color:#000;
    text-decoration: none;
}
/*a:hover {*/
/*    text-decoration: underline !important;*/
/*}*/
.contentToC {
    margin-top:5px;
}
.contentToCLine {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.75px;
}
.contentToCLine + .contentToCLine {
    margin-top:1px;
}
.contentToCLine span {
    color:var(--voxlogRed);
}
.contentToCLine a {
    color:#000;
}
.contentImage img {
    width: 100%;
    /*height: 100%;*/
    height: auto;
    object-fit: cover;
}
.podcastBox .contentImage img, .videoBox .contentImage img {
    height: 100%;
}
.contentXtra {
    display: flex;
    flex-direction: row;
    margin-top:12px;
    letter-spacing: -0.25px;
}
.contentCat {
    font-size:12px;
    text-transform: uppercase;
    color:var(--voxlogRed);
}
.contentDate {
    font-size:12px;
    color:var(--voxlogStatusGrey);
    margin-left:5px;
}
.contentSponsored {
    font-size:12px;
    color:#000;
    margin-top:5px;
    text-transform: uppercase;
    letter-spacing: -0.25px;
}
.topContentAd img, .ad_spot_col img {
    max-width: 100%;
    height: auto;
    margin:0 auto;
}

/* HOME midContent */
.homeMidContent {
    padding-bottom:  var(--doubleGapSize);
    border-bottom:1px solid var(--voxlogBorderGrey);
}
.midContentBoxList {
    /*width: 710px;*/
}
.midContentMiddleCol {
    flex-basis:340px;
    flex-shrink:0;
    letter-spacing: -1.25px;
}
.newsletterPromo {
    background:url('../gfx/homeSubBG.png') no-repeat;
    background-size:contain;
    /*background-size: 340px 450px;*/
    padding:50px 10px 91px 10px;
    text-align: center;
    margin-top:var(--doubleGapSize);
}
.newsletterPromoDesc {
    font-size:27px;
    line-height: 29px;
    color:var(--voxlogViolet);
    text-transform: uppercase;
}
.newsletterPromoDescLower {
    margin:15px 0;
    font-size:28px;
    line-height: 28px;
    color:var(--voxlogViolet);
    text-transform: uppercase;
}
.newsletterPromoSubscribeBox {
    padding-top:30px;
    font-size:28px;
    line-height: 28px;
    color:#fc4434;
}
.newsletterPromoSubscribeBox div {
    /*display: inline;*/
}
.newsletterPromoSubscribeBox .smallLogo {
    margin:5px auto 0 auto;
    background:url("../gfx/homeSubLogo.png") no-repeat;
    background-size: contain;
    width: 105px;
    height: 19px;
    /*display: inline-block;*/
}
.newsletterSubscribe {
    background: none;
    text-transform: none;
    border:unset;
    color:#fc4434;
    font-size:14px;
    line-height: 14px;
    text-decoration: underline;
    height: 24px;
    margin-top:30px;
    cursor: pointer;
    padding:0;
}
.newsletterSubscribe:hover {
    color:var(--voxlogViolet);
}




.midContentBox + .midContentBox {
    margin-top:var(--gapSize);
}
.agendaPromo {
    background: var(--homeAgendaPromo);
    line-height: normal;
    padding: 0 0 var(--gapSize) 0;
}
.agendaPromoTitle {
    font-size:18px;
    line-height: 18px;
    color:#FFF;
    padding:var(--gapSize) var(--gapSize) 0 var(--gapSize);
}
.agendaPromoTitle a {
    color:#FFF;
    text-decoration: none;
}
.agendaPromoLine {
    margin-top:26px;
    padding: 0 var(--gapSize);
    text-wrap:pretty;
}
.agendaPromoLine.business_bg {
    padding:var(--gapSize) var(--gapSize) var(--gapSize);
}
.agendaPromoLine + .agendaPromoLine {
    margin-top:16px;
    padding: 0 var(--gapSize);
}
.agendaPromoDate a {
    font-size: 20px;
    line-height:  24px;
    color: var(--voxlogYellow);
}
.agendaPromoDate a:hover {
    box-shadow: inset 0 0 0 white, inset 0 -1px 0 var(--voxlogYellow);
}

.agendaPromoEvent {
    margin-top:2px;
}
.agendaPromoEvent a {
    font-size: 20px;
    line-height: 24px;
    color:#000;
}
.agendaPromoLine.business_bg {
    /*font-weight: bold;*/
    color:var(--voxlogViolet);
    background:var(--voxlogYellow);
    margin-top:26px;
    padding: 16px var(--gapSize) 16px;
}
.agendaPromoLine.business_bg .agendaPromoDate a {
    color: var(--voxlogViolet);
}
.agendaPromoEvent a {
    color:#000;
    text-decoration: none;
}

div + .annuairePromo {
    margin-top:var(--doubleGapSize);
}

.annuairePromo {
    background: var(--voxlogLightRed);
    line-height: normal;
    padding: 0 0 var(--gapSize) 0;
}
.mainContainer .annuairePromo a:hover {
    box-shadow: revert;
}
.annuairePromoTitle {
    font-size:18px;
    line-height:18px;
    color:#000;
    padding:var(--gapSize) var(--gapSize) 0 var(--gapSize);
}
.annuairePromoTitle a {
    color:#000;
    text-decoration:none;
}
.annuairePromoTitle a:hover, .annuairePromoCompany a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.annuairePromoLine {
    margin-top:26px;
    padding:0 var(--gapSize);
    text-wrap:pretty;
}
.annuairePromoLine.business_bg {
    padding:var(--gapSize) var(--gapSize);
    background:var(--voxlogRed);
    color:white;
}
.annuairePromoLine + .annuairePromoLine {
    margin-top:16px;
}
.annuairePromoCompany a {
    font-size:20px;
    line-height:24px;
    color:#000;
    text-decoration:none;
}
.annuairePromoLine.business_bg .annuairePromoCompany a {
    color:white;
}
.annuairePromoSocials {
    margin-top:6px;
}
.annuairePromoSocials .social-icon {
    transition: all ease-in-out 100ms;
}
.annuairePromoSocials .social-icon:hover {
    transform:scale(1.09);
}
.mostRead, .mostRead + .ad_space, .moduleCol + .ad_space, .ad_space + .agendaPromo {
    margin-top:var(--doubleGapSize);
}
.adHidden + .mostRead, .mostRead + .adHidden {
    margin-top:0;
}

.adHidden {
    /*display: none;*/
}
.mostReadTitle {
    font-size:18px;
    line-height: 18px;
    color:var(--voxlogViolet);
    letter-spacing: -0.8px;
}
.mostReadLine {
    margin-top:15px;
    font-size:22px;
    line-height: 22px;
}
.mostReadArticleTitle {
    color:#000;
}
.mostReadArticleTitle span {
    color:var(--voxlogViolet);
}
.mostReadArticleCat {
    margin-top:6px;
    color:var(--voxlogRed);
    font-size:12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    display: none;
}
.bottomContentAd + .bottomContentAd {
    margin-top:var(--doubleGapSize);
}



/* HOME Podcast, Video, Folder */
.sectionHeader {
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
.homeSectionFlex {
    display: flex;
    gap:var(--gapSize);
}

.sectionLink {
    margin: auto 0 auto auto;
    position: relative;
    top: -2px;
}
.sectionTitle {
    font-size:36px;
    line-height: 36px;
    margin:auto 0;
    position: relative;
    /*top:-2px;*/
}
.sectionLink a {
    font-size:12px;
    letter-spacing: -0.25px;
}
.podcast .sectionTitle, .podcast .sectionLink a {
    color:var(--voxlogViolet);
    text-decoration: none;
}
.video .sectionTitle, .video .sectionLink a, .video .sectionHeader .sectionTitle {
    color:var(--voxlogMarine);
    text-decoration: none;
}
.folder .sectionTitle, .folder .sectionLink a {
    color:var(--voxlogRed);
    text-decoration: none;
}

.newsletter_plain_text {
    margin-bottom:120px;
}

.homeMidContent,.homeLowerContent,.homeVideo,.homeFolder,.homePodcast {
    padding-bottom: var(--doubleGapSize);
    margin: var(--doubleGapSize) auto 0 auto;
}
.homePodcast, .homeLowerContent, .homeVideo {
    border-bottom: 1px solid var(--voxlogBorderGrey);
}
.homeContentInner {
    max-width: 1450px;
    margin: var(--doubleGapSize) auto 0 auto;
}
.homeContentFlex {
    display: flex;
    gap:var(--gapSize);
}
.gap35 {
    gap:35px;
}
.sponsoredContent {
    background:var(--voxlogSponsoredGrey);
    width: 100%;
}
.unsponsoredContent, .halfsponsoredContent {
    background: #FFF;
    width: 100%;
}
.sponsoredContentInner {
    display: flex;
    flex-direction: row;
    gap:var(--gapSize);
    margin: var(--doubleGapSize) auto 0 auto;
    max-width: 1450px;
}
.unsponsoredContent .sponsoredContentInner {
    margin: 0 auto 0 auto;
}
.sponsoredBox, .midContentBox {
    display: flex;
    flex-direction: row;
    width: 710px;
}
.sponsoredBoxSolo {
    background:var(--voxlogSponsoredGrey);
}
.sponsoredBoxSolo .contentText {
    padding:5px;
}
.sponsoredBox {
    padding:var(--doubleGapSize) 0;
}
.sponsoredBox .contentImage,.midContentBox .contentImage {
    flex-basis: 340px;
    flex-shrink: 0;
}

.midContentBox .contentText.noImage {
    width: 100%;
    margin:0;
    top: 0;
}


.sponsoredBox .contentText,.midContentBox .contentText {
    margin-left: var(--gapSize);
    position: relative;
    top: -4px;
    /*padding-right:8px;*/
}
.lowerContentSmallCol .contentText {
      position: relative;
      /*top: -12px;*/
      padding-right:8px;
  }
.lowerContentSmallCol article:last-of-type {
    padding-bottom: 0;
}
.adjustTop7 {
    position: relative;
    top:-7px;
}
.lowerContentSmallCol .contentText {
    margin-top:0;
}
.lowerContentSmallCol .contentImage + .contentText {
    margin-top:14px;
}
.lowerContentSmallCol .contentImage ~ .contentText {
    position: relative;
    top: 0;
}
.lowerContentSmallCol .contentIntro {
    margin-top:11px;
}
.lowerContentLargeCol {
    flex-basis: 710px;
    flex-shrink: 0;
    flex-direction: column;
}
.lowerContentLargeCol > div:nth-of-type(2n) {

    flex-direction: row;
}
.lowerContentLargeCol > div:nth-of-type(2n) .contentImage {
    flex-basis: 340px;
    flex-shrink: 0;
}
.lowerContentLargeCol > div:nth-of-type(2n) .contentText {
    margin-top:0;
    position: relative;
    top:-7px;
}
.homeContentFlex {

}
.lowerContentSmallCol {
    flex-basis: 340px;
    flex-shrink: 0;
}
.lowerContentSmallCol > article + article {
    margin-top:23px;
}
.lowerContentSmallCol > article + article.withImage {
    margin-top:var(--gapSize);
}
.lowerContentBox {
    padding-bottom:var(--gapSize);
    border-bottom: 1px solid var(--voxlogBorderGrey);
}
.lowerContentLargeCol .lowerContentBox {
    padding-bottom:27px;
}
.lowerContentLargeCol > article:nth-of-type(2n) .contentImage, .lowerContentLargeCol > article:nth-of-type(2n)  .contentText {
    width: 50%;
    margin-top:0;
}
.lowerContentLargeCol .contentText {
    margin-top:20px;
}
.lowerContentLargeCol > article:last-of-type, .lowerContentSmallCol > article:last-of-type {
    border-bottom:unset;
}

.podcast_colRightC {
    height: 140px;
}
.podcast_colRight iframe {
    width: 100%;
    width: calc(100% + 20px) !important;
    height: 140px !important;
    margin: 0 -10px;
}
.videoTitle {
    display: none !important;
}
.podcast .contentImage:hover .triangleContainer, .podcast .contentImage:hover .playButton, .podcast .contentImage:hover .podcastTitle,
.video .contentImage:hover .triangleContainer, .video .contentImage:hover .playButton, .video .contentImage:hover .videoTitle {
  left:-100%;
}


.rightContainer .podcastBox .contentImage {
    height: auto;
}
.rightContainer .podcastBox .contentImage img {
    height: auto;
    object-fit: unset;
}
.moduleCol .contentTitle a {
    font-size: var(--regularFontSize);
    line-height: var(--regularFontSize);
    color: #000;
    text-decoration: none;
}

.podcastModule .playButton {
    bottom:15px;
}

.contentCatTitle a {
    font-size:var(--regularFontSize);
    line-height: var(--regularLineHeight);
    color:var(--voxlogViolet);
    text-decoration: none;
}
.podcastBox, .videoBox, .folderBox {
    flex:1;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}
.sectionLogo {
    width: 36px;
    height: 43px;
    display: block;
    margin:auto 8px auto 0;
}
.moduleCol .sectionLogo {
    width: 24px;
    height: 29px;
}
.homePodcast .sectionLogo, .podcastModule .sectionLogo, .podcast .sectionLogo {
    background:url('../gfx/logoArrowsPurple.svg') no-repeat;
    background-size: contain;
}
.homeVideo .sectionLogo, .videoModule .sectionLogo, .video .sectionLogo {
    background:url('../gfx/logoArrowsMarine.svg') no-repeat;
    background-size: contain;
}
.homeFolder .sectionLogo, .folderModule .sectionLogo, .folder .sectionLogo {
    background:url('../gfx/logoArrowsRed.svg') no-repeat;
    background-size: contain;
}
.podcastBox .contentImage, .homeVideo .contentImage {
    height: 260px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.homeFolder .contentImage {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.podcast .contentImage, .video .contentImage {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.triangleContainer {
    width: 30%;
    height: 100%;
    /*transform:translate(0,-110px);*/
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    transition: all 200ms ease-in;
}
.rightContainer .podcastModule .triangleContainer, .podcast .siblingBox .triangleContainer {
    width: 45%;
}
.triangle {
    display : block;
    width: 100% ;
    height: 100%;
    /*border-top: 240px solid transparent;*/
    /*border-bottom: 240px solid transparent;*/

}
.video_colRightC {
    height: 140px;
}
.video_colRight iframe {
    width: 100%;
    width: calc(100% + 20px) !important;
    height: 140px !important;
    margin: 0 -10px;
}


.rightContainer .videoBox .contentImage {
    height: auto;
}
.rightContainer .videoBox .contentImage img {
    height: auto;
    object-fit: unset;
}
.moduleCol .contentTitle a {
    font-size: var(--regularFontSize);
    line-height: var(--regularFontSize);
    color: #000;
    text-decoration: none;
}
.videoModule .videoBox .videoTitle .videoEpisode {
    /*margin: 0 auto 65px 20px;*/
}

.videoModule .playButton {
    bottom:15px;
}
.podcast .triangle {
    background:url('../gfx/arrowViolet.svg') no-repeat center;
    background-size: cover;
}
.video .triangle {
    /*border-left: 130px solid var(--voxlogMarine);*/
    background:url('../gfx/arrowMarine.svg') no-repeat center;
    background-size: cover;
}
.folderBox .triangle {
    background:url('../gfx/arrowRed.svg') no-repeat center;
    background-size: cover;
}
.podcastBox .contentText, .videoBox .contentText {
    margin-top:17px;
}
.moduleCol .podcastBox .contentText,.moduleCol  .videoBox .contentText,.moduleCol  .folderBox .contentText {
    /*margin-top:7px;*/
    margin-top:15px;
}
.podcast .podcastTitle, .video .videoTitle {
    position: absolute;
    top:12px;
    left:0;
    z-index: 3;
    height: 100%;
    letter-spacing: -0.3px;
    width: 130px;
    display: flex;
    color:#FFF;
    font-size:17px;
    line-height: 17px;
    flex-direction: column;
    text-align: left;
    text-transform: uppercase;
    transition: all 200ms ease-in;
}
.listingGridContent .podcastTitle, .listingGridContent .videoTitle {
    top:15px;
}
.listingGridContent .videoBox + .videoBox {
    margin-top:0;
}
.podcast .podcastTitle .podcastSeason, .video .videoTitle .videoPerson  {
    margin:auto auto 3px 20px;
}
.podcast .podcastTitle .podcastEpisode, .video .videoTitle .videoCompany  {
    margin:0 auto auto 20px;
}

/*.podcastBox .podcastTitle .podcastSeason {*/
/*    margin: auto auto 2px 4px;*/
/*}*/
/*.podcastBox .podcastTitle .podcastEpisode {*/
/*    margin: 2px auto 4px 4px;*/
/*}*/
.podcast .midContentBoxList .podcastTitle .podcastSeason, .podcastBox .podcastTitle .podcastSeason, .video .midContentBoxList .videoTitle .videoPerson, .videoBox .videoTitle .videoPerson  {
    margin:auto auto 3px 15px;
}
.podcast .midContentBoxList .podcastTitle .podcastEpisode, .podcastBox .podcastTitle .podcastEpisode, .video .midContentBoxList .videoTitle .videoCompany, .videoBox .videoTitle .videoCompany {
    margin:0 auto auto 15px;
}
.podcast .midContentBoxList .podcastTitle {
    font-size: 15px;
    line-height: 15px;
}
.siblingBox .playButton {
    bottom:20px;
}
.siblingBox .podcast .podcastTitle, .podcastModule .podcastBox .podcastTitle, .podcast .podcastTitle,
.siblingBox .video .videoTitle, .videoModule .videoBox .videoTitle, .video .videoTitle {
    font-size:15px;
    line-height: 15px;
}



.playButton {
    position: absolute;
    bottom:26px;
    left:20px;
    width: 41px;
    height: 41px;
    z-index: 3;
    background:url("../gfx/playButton.svg") no-repeat;
    background-size: contain;
    transition: all 200ms ease-in;
}
.midContentBoxList .playButton {
    bottom: 12px;
    left: 12px;
    width: 31px;
    height: 31px;
}
.topContentSmallCol .playButton {
    bottom: 12px;
    left: 20px;
    width: 31px;
    height: 31px;
}
.video .midContentBoxList .contentImage, .podcast .midContentBoxList .contentImage {
    height: 195px;
}
.video .listingGridContent .contentImage, .podcast .listingGridContent .contentImage  {
    height: 300px;
}
.video .midContentBoxList .contentImage img, .podcast .midContentBoxList .contentImage img {
    height: 100%;
    object-fit: cover;
}
.video .triangleContainer, .podcast .triangleContainer, .search .triangleContainer {
    width: 41%;
}
.seriepodcast .triangleContainer, .homeTopContent .triangleContainer {
    width: 42%;
}
.homeTopContent .podcast .triangleContainer,.homeTopContent .video .triangleContainer, .videoModule .triangleContainer {
    width: 48%;
}

.listingGridContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 0 var(--doubleGapSize) 0;
    border-bottom: 1px solid var(--voxlogBorderGrey);
}
.search .listingGridContent {
    border-bottom: unset;
}
.listingGridContent .contentTitle a {
    font-size:var(--regularFontSize);
    line-height: var(--regularLineHeight);
}
.midContentBoxList + .listingGridContent {
    padding-top:var(--doubleGapSize);
}

    /* ARTICLE */
#articleContent .mainContainer, #doubleCol .mainContainer {
    /*padding-top:30px;*/
    width: 100%;
    margin:0 auto;
    /*padding:0 80px;*/
    display: flex;
    gap:28px;
    max-width: 1450px;
    letter-spacing: -0.3px;
}
#articleContent .mainContainer.podcast, #articleContent .mainContainer.dossier {
    padding-top: 30px;
}

.leftContainer {
    width: 67%;
    flex-basis: 1080px;
}
.leftContainer .innerContent {
    min-height: 700px;
}
.leftContainer.agenda {
    position: relative;
    top: -30px;
}
.headerListing.agenda {
    margin-bottom:90px;
}
.headerListing.article {
    margin-bottom:18px;
}
.rightContainer {
    flex-basis: 340px;
}
.innerContent {

}
.dossier .innerContent {
    padding-bottom: 120px;
}
.rightContainer .innerContent {
    display: flex;
    flex-direction: column;
    /*padding-top:40px;*/
}
#doubleCol .rightContainer .innerContent {
    /*padding-top:132px;*/
}
.mostReadLine a {
    color:#000;
}
.rightContainer .mostReadLine {
    font-size:20px;
    line-height: 22px;
}
.rightContainer .newsletterPromo {
    margin:var(--doubleGapSize) 0 var(--gapSize) 0;
}

/* POPUP NL */
.popupNL {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: 500px;
    min-height: 400px;
    border: 1px solid #f3f541;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#FFF;
    transition: all ease-in 350ms;
    opacity:1;
    display: none;
}
.popupNL .newsletterPromo {
    background:url('../gfx/homeSubBG.png') no-repeat;
    background-size:cover;
}
.popupNL .newsletterPromoForm {
    display: flex;
}
.popupNL input {
    padding: 2px 4px 4px 4px;
    width: 200px;
    border: 1px solid #CCC;
}
.popupNL .valid_nl_sub {
    font-weight: bold;
}
.popupNL .newsletterPromoDescLower {
    line-height: 33px;
}
.popupNL .newsletterCancel {
    margin:20px 0;
    font-size:13px;
    color:#000;
    padding:5px;
}
.popupNL .newsletterCancel:hover {
    text-decoration: underline;
}
.popupLayer {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top:0;left:0;
    background: rgba(100,100,100,0.5);
    display: none;
}



.contentCategorie {
    font-size:12px;
    line-height: 12px;
    text-transform: uppercase;
    color:var(--voxlogRed);
    font-family: var(--mainFont);
}
#articleContent article .contentTitle {
    /*margin-top:18px;*/
    font-size:var(--headerFontSize);
    line-height: var(--headerLineHeight);
    padding-right:170px;
    position: relative;
    left:0;
    /*left: -2px;*/
    top: 0;
}
#articleContent .midContentBoxList article .contentTitle, #articleContent .listingGridContent article .contentTitle {
    font-size:var(--regularFontSize);
    line-height:var(--regularLineHeight);
}
#articleContent article.contentArticleHeaderVideo .contentTitle, #articleContent .dossier article .contentTitle {
    margin-top:18px;
}
#articleContent .dossier article .contentIntro {
    padding-right:0;
}
#articleContent .midContentBoxList article .contentTitle {
    margin-top:0;
    padding-right:0;
}
#articleContent article .contentSupTitle {
    margin-top:23px;
    font-size:45px;
    line-height: 47px;
    padding-right:170px;
    position: relative;
    left: -2px;
    top: 0;
    color:var(--voxlogViolet);
}
#articleContent article .contentSupTitle + .contentTitle {
    margin-top:0;
}
#articleContent article .contentIntro {
    font-family: 'Georgia', sans-serif;
    letter-spacing: 0;
    padding-right:170px;
    margin-top:25px;
    font-size:16px;
    line-height: 22px;
}
#articleContent .dossier article .contentIntro {
    margin-top:0;
}
#articleContent article .contentProperties {
    /*margin-top:30px;*/
    margin-top:25px;
    font-size:12px;
    line-height: 18px;
    color:var(--voxlogStatusGrey);
}
#articleContent article .contentAuthor span {
    color:#000;
}
#articleContent article .contentMainPicture {
    margin-top:30px;
    position: relative;
}
#articleContent .interview article .contentMainPicture {
    width: 40%;
    margin:0 auto;
}
#articleContent article .contentArticleHeaderImage .contentMainPicture {
    margin-top:0;
}
#articleContent article .contentMainPicture img {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    height: auto;
}
#articleContent article .contentArticleText {
    /*width: 69%;*/
    width:740px;
    margin:30px auto 0 auto;
    font-family: 'Georgia', sans-serif;
    letter-spacing: 0;
    font-size:16px;
    line-height: 22px;
}
.dossier .contentArticleTopLine {
    border-bottom:1px solid var(--voxlogRed);
    height: 1px;
    display: block;
    width: 912px;
    margin-left:168px;
}
#articleContent .dossier article .contentArticleText {
    margin:0 auto 0 auto;
    padding-top:18px;
}
#articleContent article .contentArticleHeaderImage {
    width: 69%;
    margin:0 auto 20px auto;
    letter-spacing: 0;
    font-size:16px;
    line-height: 22px;
}
#articleContent article .contentMainIntro {
    font-weight: bold;
}
#articleContent article .contentMainText {
    margin-top:30px;
}
.contentPodcast {
    margin:0 auto 10px auto;
    width: 69%;
}
.contentPodcast iframe {
    width: calc(100% + 20px) !important;
    position: relative;
    left: -10px;
}
.contentEpisode {
    margin-top:12px;
    font-size:15px;
    line-height: 15px;
    color:#000;
}
.contentMainText img {
    max-width: 100%;
    height: auto;
}
.content_main_text .template_text_intertitre, .contentMainText .rencontre_question, .contentMainText .template_text_intertitre {
    font-family: var(--mainFont);
    margin:0 0 22px 0;
    letter-spacing: -1.3px;
    font-size:30px;
    line-height: 32px;
}
.contentFramed .template_text_intertitre {
    font-size:25px;
    line-height: 27px;
}
.contentFramed {
    border-top : 1px solid var(--voxlogRed);
    border-left : 1px solid var(--voxlogRed);
    padding-left : 20px;
    padding-top : 20px;
    margin-top : 20px;
    margin-left : 20px;
}
.content_enc_doss_image {
    margin-bottom:20px;
    position: relative;
}
.contentFramed .template_text_intertitre {
    margin:12px 0 22px 0;
}
.content_secondary_picture {
    margin-top:var(--gapSize);
    position: relative;
}
p + .contentArticleText .template_text_intertitre {
    margin:15px 0 22px 0;
}
.contentPictureCaption {
    /*height: 30px;*/
    display: none;
    padding: 3px 6px;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    background: rgba(100,100,100,0.6);
    transition: all 500ms ease-in;
    color:#FFF;
}
.contentPictureCaption_text {
    display: flex;
    font-family: var(--mainFont);
    padding-bottom:5px;
}
.contentMainPicture:hover .contentPictureCaption, .content_secondary_picture:hover .contentPictureCaption, .content_enc_doss_image:hover .contentPictureCaption {
    bottom:0;
    display: block;
}
.articleKeywordsContainer {
    width: 69%;
    border-top:1px solid var(--voxlogBorderGrey);
    margin:36px auto 20px auto;
    padding-top:16px;
    display: flex;
    font-size:12px;
    gap:10px;
    color:var(--voxlogStatusGrey);
}
.articleKeywordsTitle {
    flex-shrink: 0;
}
.articleKeywords {
    display: flex;
    gap:10px;
    flex-flow: row wrap;
}
.articleKeywords a {
    text-transform: uppercase;
}

/* DOSSIERS */
.contentFolderHeaderTitle {
    display: flex;
}
.contentFolderHeader {
    margin-top:35px;
    display: flex;
    gap:30px;
    padding-bottom:var(--doubleGapSize);
}
.singlePageFolder {
    gap:0;
}
.singlePageFolder .contentFolderToC {
    display: none;
}
.singlePageFolder .contentFolderIntro {
    flex-basis: 910px;
}
.contentFolderToC {
    display: block;
    flex-basis: 340px;
}
.tocNextpage {
    flex-basis: unset;
}
.contentFolderTocTitle {
    font-size:var(--regularFontSize);
    line-height: var(--regularLineHeight);
    margin-bottom:5px;
}
.contentFolderIntro {
    flex-basis: 540px;
}
.contentFolderHeaderTitle .contentProperties {
    margin:0 0 auto auto;
}
.contentFolderHeaderTitle .contentTitle {
    margin:0 auto 0 0;
}
.contentFolderHeaderTitle .contentProperties {
    flex-basis: 170px;
    flex-shrink: 0;
}
.contentFolderPageTitle {
    font-family: var(--mainFont);
    font-size:var(--headerFontSize);
    line-height: var(--headerLineHeight);
}
.contentFolderPageTitle span {
    color:var(--voxlogRed);
}
.dossier .nextPage {
    width: 100%;
    margin: 30px auto 50px auto;
    padding-top: 16px;
    padding-left: 170px;
    display: flex;
    gap: 10px;
    /*overflow:visible;*/
    /*white-space: nowrap;*/
    font-size:var(--regularFontSize);
    line-height:var(--regularLineHeight);
}
.dossier .nextPageTitle {
    padding:13px 0 20px 0;
    color:var(--voxlogRed);
    flex:1;
    border-top: 1px solid var(--voxlogRed);
    border-bottom: 1px solid var(--voxlogRed);
    display: flex;
}
.dossier .nextPageTitle a {
    color:#000;
}
.dossier .nextPageArrow {
    background:url('../gfx/nextPage.png') no-repeat right;
    background-size:24px 22px;
    width: 170px;
    height: 22px;
    margin:auto 0 auto auto;
}

/* NL */
.newsletterPromoForm {
    display: none;
    gap:20px;
    font-size: 14px;
    line-height: 14px;
    height: 24px;
    margin-top: 30px;
    justify-content: center;
}
.newsletterPromoForm input {
    padding: 0px 2px 2px 2px;
}
.valid_nl_sub {
    text-transform: uppercase;
    line-height: 16px;
    font-size:16px;
    margin:auto 0;
    position: relative;
    top:-2px;
}
.valid_nl_sub:hover {
    cursor: pointer;
}

/* VIDEOS */
.contentArticleHeaderVideo {
    width: 100%;
    max-width: 1450px;
    margin: 60px auto 0 auto;
}
.contentArticleHeaderiframe {
    width: 68.2%;
    margin: 0 auto 20px auto;
    position: relative;
    padding-bottom: 36.25%;

}
.plyr--video {
    width: 68.2%;
    margin: 0 auto 20px auto;
}
.plyr__control--overlaid {
    background-size: contain;
    width: 80px !important;
    height: 80px;
}
.plyr__control--overlaid:hover, .plyr--video .plyr__control:hover {
    opacity: 0.5 !important;
}
.contentArticleHeaderVideo .contentCategorie {
    width: 68.2%;
    margin: 0 auto;
}
.contentArticleHeaderiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.contentIntroContainer {
    margin: 0 auto;
    width: 68.2%;
    white-space: nowrap;
    overflow: visible;
}
.contentIntroColA {
    width: 82%;
    margin: 0 auto;
    display: inline-block;
    white-space: initial;
}
.contentIntroColB {
    width: 340px;
    margin:var(--gapSize) 0 0 var(--gapSize);
    display: inline-block;
    vertical-align: top;
}
#articleContent article .contentIntroColA .contentTitle,#articleContent article .contentIntroColA .contentIntro {
    padding-right:0;
}
#articleContent article .contentIntroColB .contentProperties {
    margin-top: 0;
}


/* ADS */
.contentBottomAdvertisement {
    width: 69%;
    margin: 0 auto 0 auto;
}
.contentBottomAdvertisement img {
    margin: 36px auto 15px auto;
}

#ad_megaban {
    margin-left:auto;
    margin-right:auto;
    display:block;

}
#ad_megaban img {
    margin: 0 auto;
}
#ad_carre_a,.ad_spot_col  {
    /*padding:10px;*/
    display:block;
    background:#FFF;
    transition: all 3s ease-in-out;
}
.ad_space, .ad_space_container {
    margin-right:0;
    margin-left: auto;
}
.ad_spot_col + .ad_spot_col  {
    /*margin-top:var(--doubleGapSize);*/
}
.ad_rotation {
    display: none;
}
.ad_visible {
    display: block;
}
.visibility_transition {
    -webkit-animation: ad_animation 1.0s forwards;
    animation: ad_animation 1.0s forwards;
}
@keyframes ad_animation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
#ad_carre_b {
    margin-top:30px;
    margin-bottom:30px;
    padding:10px;
    width:320px;
    display:block;
    background:#FFF;
}
#ad_carre_c {
    margin-top:30px;
    margin-bottom:30px;
    padding:10px;
    width:320px;
    display:block;
    background:#FFF;
}

.contentSiblingsContainer {
    font-family: var(--mainFont);
    margin: 117px auto 0 auto;
    max-width: 1450px;
    padding: 60px 0 120px 0;
    border-top:1px solid var(--voxlogBorderGrey);
}
.contentSiblingsTitle {
    display: flex;
}
/*.contentSiblingsTitle .sectionLogo {*/
/*    background: url(../gfx/logoArrowsMarine.svg) no-repeat;*/
/*    background-size: contain;*/
/*}*/
.sectionTitle {
    text-transform: uppercase;
    color:var(--voxlogMarine);
    font-size:36px;
    line-height: 36px;
}
.podcast .sectionTitle, .seriepodcast .sectionTitle {
 color:var(--voxlogViolet);
}
.moduleCol .sectionTitle {
    font-size:18px;
    line-height: 18px;
}
.contentSiblings {
    margin-top:21px;
    display: flex;
    gap:var(--gapSize);
}
.podcast .contentSiblings {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.siblingBox {
    width: 25%;
    /*flex-shrink:0;*/
}
.siblingBox .contentTitle {
    margin-top:10px;
}
.siblingBox .contentText {
    padding-bottom: 27px;
    border-bottom: 1px solid var(--voxlogBorderGrey);
}
.podcast .contentSiblings {
    gap:var(--gapSize);
}
.podcast .contentSiblings .siblingBox {
    width: 100%;
}

/* LEGACY */
.nominations_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:30px;
}
.nomination_text {
    width: 100%;
}
.nomination_date {
    color:var(--voxlogStatusGrey);
    font-size:18px;
}
.nomination_picture img {
    width: 100%;
    height: auto;
}
.nomination_date_s {
    font-size:10px;
}
.nomination_prenom {
    font-size:18px;
    line-height: 22px;
}
.nomination_societe {
    font-size:18px;
    line-height: 22px;
    font-weight: bold;
}
.nomination_desc {
    margin-top:10px;
    font-size:16px;
    line-height: 22px;
    font-family: 'Georgia', sans-serif;
}
.newsletter_name + .newsletter_name {
    margin-top:10px;
}


    /* LISTINGS */
.headerListing {
    width: 95%;
    max-width: 1450px;
    margin: 0 auto 60px auto;
}
.headerListing .headerTitle {
    position: relative;
    left:-2px;
}
.catChoicesContainer {
    margin-top:15px;
    display: flex;
    flex-flow:row wrap;
    gap:20px;

}
.catChoicesContainer a {
    color:var(--voxlogRed);
    font-size:12px;
    line-height: 12px;
    text-transform: uppercase;
}
.catChoicesContainer a span {
    color:#000;
}
.catChoicesContainer .selected {
    text-decoration: underline;
}
.headerTitle {
    font-size:45px;
    line-height: 45px;
    letter-spacing: -1.3px;
    color:var(--voxlogRed);
    text-transform: uppercase;
}
.podcast .headerTitle,.podcast .catChoicesContainer a, .agenda .headerTitle, .seriepodcast .headerTitle, .seriepodcast .catChoicesContainer a {
    color:var(--voxlogViolet);
}
.video .headerTitle,.video .catChoicesContainer a {
    color:var(--voxlogMarine);
}

.topContentLowerContent {
    display: flex;
    gap:var(--gapSize);
    padding-top:var(--gapSize);
}

.listingContent {
    display: flex;
    padding:var(--doubleGapSize) 0;
    gap:var(--gapSize);
    border-bottom: 1px solid var(--voxlogBorderGrey);
}
.search .listingContent {
    padding:0 0 var(--doubleGapSize) 0;
}
.search .listingContent + .listingContent {
    padding:var(--doubleGapSize) 0;
}
.listingContent .contentBox {
    width: 33%;
}
.paddingListingMiddle {
    padding: var(--doubleGapSize) 0 var(--gapSize) 0;
}
.paddingBottomNormal {
    padding: 0 0 var(--doubleGapSize) 0;
}
.paddingLess {
    padding:0;
}
.borderLess, #doubleCol .midContentBoxList.borderLess {
    border:unset;
}
.contentBox .contentTitle a {
    font-size:30px;
    line-height: 30px;
}
.listingContent .sponsoredBoxSolo {
    padding: var(--doubleGapSize) 0;
}
.listingContent .sponsoredLine {
    padding: var(--doubleGapSize) 0;
}
#doubleCol .midContentBoxList, #articleContent .midContentBoxList {
    padding:var(--doubleGapSize) 0;
    border-bottom: 1px solid var(--voxlogBorderGrey);
}
.listingContent.borderBottom .contentBox .contentText {
    border-bottom: 1px solid var(--voxlogBorderGrey);
    padding-bottom:var(--gapSize);
}
.listingContent.borderBottom .sponsoredBoxSolo .contentText {
    border-bottom:unset;
    padding-bottom:0;
}

/* AGENDA */
.listingAgenda, .listingAnnuaire {
    /*margin-top:var(--doubleGapSize);*/
    padding-bottom:var(--doubleGapSize);
}
.agendaBox, .annuaireBox {
    display: flex;
    gap:var(--gapSize);
    padding:var(--gapSize) 0 18px 0;
    border-top:1px solid var(--voxlogBorderGrey);
}
.agendaBox.business_bg {
    background:var(--voxlogSponsoredGrey);

}
.agendaBox.business_bg .agendaInfos span, .agendaBox.business_bg .annuaireInfos span {
    color:#000;
    font-weight: bold;
}
.agendaLogo, .annuaireLogo {
    flex-basis: 340px;
}
.agendaContent, .annuaireContent {
    flex:1;
}
.agendaDate {
    font-size:var(--regularFontSize);
    line-height: var(--regularLineHeight);
    color:var(--voxlogViolet);
}
.agendaTitle, .annuaireTitle, .annuaireTitle a {
    font-size:var(--regularFontSize);
    line-height: var(--regularLineHeight);
    color:#000;
}
.annuaireLogo img {
    width: 210px;
    max-width: 100%;
    max-height: 110px;
    height: auto;
    object-fit: contain;
    object-position: left;
}
.contentAnnuaireHeader {
    display: flex;
    gap:var(--gapSize);
    /*margin-top:47px;*/
}
.contentAnnuaireTitle {
    font-size:var(--headerFontSize);
    line-height: var(--headerLineHeight);
}

.annuaire-detail-container {
    max-width: 1450px;
    display: flex;
    gap: 28px;
    margin: 20px auto;
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
}
.inner-annuaire-detail {
    flex-grow: 1;
    padding: 20px;



}

.breadcrumb-annuaire {
    display: none;
    margin-bottom:20px;
    font-size:0.85em;
    color: #666;
    padding-top:5px;
}
.breadcrumb-annuaire a {
    text-decoration:none;
    color: var(--voxlogRed);
}
.breadcrumb-annuaire .breadcrumb_arrow {
    margin: 0 5px;
    color: #666;
}
.breadcrumb-annuaire span:not(.breadcrumb_arrow) {
    color: #333;
    font-weight: 500;
}

.annuaire-detail-header {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    align-items: center;
    min-height: 180px;
}
.annuaire-detail-header .logo {
    flex-shrink: 1;
    max-width: 200px;
    margin-right:50px;
}
.annuaire-detail-header .logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.annuaire-detail-header .company-title-tags {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.annuaire-detail-header .company-title-tags h1 {
    margin: auto 0 auto 0;
    font-size: 2.2rem;
    color: var(--voxlogRed, #c00);
    line-height:1.2;
    font-weight: 700;
}
.annuaire-detail-tags {
    margin: 50px 0 0 0;
}
.annuaire-detail-tags .tag-label {
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    margin-right: 8px;
    font-size:0.8em;
    display:inline-block;
    margin-bottom:5px;
    text-decoration:none;
    color: #000;
    border: 1px solid #e0e0e0;
}
.annuaire-detail-tags a.tag-label:hover {
    border-color: var(--voxlogRed);
    background-color:var(--voxlogRed);
    box-shadow: unset;
    color: #FFF;
}

.annuaire-detail-section {
    margin-bottom: 30px;
}
.annuaire-detail-section h2 {
    font-size: 1.6rem;
    color: var(--text-color-normal);
    border-bottom: 2px solid var(--voxlogRed, #c00);
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-weight:600;
}
.annuaire-detail-description {
    line-height: 1.7;
    font-size: 1rem;
}
.annuaire-detail-list ul {
    list-style: none;
    padding: 0;
    margin:0;
}
.annuaire-detail-list ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #eee;
    font-size:0.95rem;
    line-height:1.6;
    display: flex;
    flex-wrap: wrap;
}
.annuaire-detail-list ul li:last-child {
    border-bottom:none;
}
.annuaire-detail-list ul li strong {
    color: var(--text-color-normal);
    min-width:180px;
    flex-shrink: 0;
    display:inline-block;
    font-weight:600;
    vertical-align: top;
    margin-right: 10px;
}
.annuaire-detail-list ul li a {
    color:var(--voxlogRed);
    text-decoration:none;
}
.annuaire-detail-list ul li a:hover {
    text-decoration:underline;
}


.annuaire-media-gallery {

    gap: 15px;
}
.annuaire-media-item {
    position: relative;
    max-width: 100%;
}

.annuaire-media-row {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}


.annuaire-media-row.items-2 {
    grid-template-columns: repeat(2, 1fr);
}

.annuaire-media-row.items-3 {
    grid-template-columns: repeat(2, 1fr);
}


.annuaire-media-item .embed-item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
}
.annuaire-media-item .media-image-item {
    max-width: 100%;
    /*height: 220px;*/
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: var(--border-radius-std);
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
}
.annuaire-media-item .media-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
    transition: transform 0.2s ease-in-out;
}
.annuaire-media-item .media-image-item:hover img {
    transform: scale(1.05);
}
.annuaire-media-item .embed-item { height: 100%; }
.annuaire-download-list { list-style: none; padding: 0; margin:0; }
.annuaire-download-list li { padding: 8px 0; border-bottom: 1px dotted #eee; }
.annuaire-download-list li:last-child { border-bottom: none; }
.annuaire-download-list li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 24px;
    gap: 10px;
}
.annuaire-download-list li a:hover {
    color: var(--voxlogRed);
    box-shadow: unset;
    text-decoration: none;
}
.annuaire-detail-section + .annuaire-detail-section {
    margin-top:20px;
}
.annuaire-media-item iframe {
    width: 100%;
    height: 100%;
    min-height:200px;
    border:0;
    border-radius: var(--border-radius-std);
}
.annuaire-media-item video,
.annuaire-media-item audio {
    display:block;
    max-width: 100%;
    height:auto;
    border-radius: var(--border-radius-std);
    margin-bottom:5px;
}
.annuaire-media-item .file-download-link {
    display: block;
    margin-top:8px;
    font-size:0.85em;
    color:var(--primary-color);
    text-decoration:none;
    word-break: break-all;
}
.annuaire-media-item .file-download-link:hover {
    text-decoration:underline;
}


.annuaire-image-lightbox {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 20px;
    box-sizing: border-box;
}
.annuaire-image-lightbox-content {
    margin: auto;
    display: block;
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.annuaire-image-lightbox-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #f1f1f1;
    font-size: 45px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    line-height: 1;
}
.annuaire-image-lightbox-close:hover,
.annuaire-image-lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
}
body.annuaire-lightbox-active {
    overflow: hidden;
}

.annuaire-company-social-icons {
    margin-top: 15px;
    margin-bottom: 15px;
}

.annuaire-company-social-icons .social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border-radius: 4px;
}

.annuaire-company-social-icons .social-icon .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.annuaire-company-social-icons .fb {
    background-image: url('../gfx/fbred.svg');
}
.annuaire-company-social-icons .yt {
    background-image: url('../gfx/ytred.svg');
}
.annuaire-company-social-icons .in {
    background-image: url('../gfx/inred.svg');
}

.annuaire-company-social-icons .x {
    background-image: url('../gfx/xred.svg');
}
.annuaire-company-social-icons .ig {
    background-image: url('../gfx/igred.svg');
}
.annuaire-company-social-icons .bsky { /* Bluesky */
    background-image: url('../gfx/bskyred.svg');
}
.annuaire-company-social-icons .tk { /* TikTok */
    background-image: url('../gfx/tkred.svg');
}


.annuaire-public-container {  max-width: 1450px; display: flex; gap:28px; margin: 20px auto; padding: 0 15px; }
.annuaire-filters { margin-bottom: 25px; padding: 15px 0; border-bottom: 1px solid var(--medium-gray); display: flex; flex-wrap: wrap; align-items: center; gap:10px; }
.tag-buttons-public-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-start; flex-grow:1; }
.tag-button-public, #clear-filters-btn-public {
    background-color: #FFF; color: var(--text-color-normal); border: 1px solid var(--dark-gray);
    padding: 6px 12px; border-radius: 15px; cursor: pointer; font-size: 0.85rem;
    transition: all 0.2s ease-in-out; text-decoration: none; display: inline-flex; align-items: center;
}
#clear-filters-btn-public i { margin-right: 5px; }
.tag-button-public:hover, #clear-filters-btn-public:hover {  border-color: var(--voxlogRed); }
.tag-button-public.active-tag {
    background-color: var(--voxlogRed); color: white; border-color: var(--voxlogRedDark);
}
.tag-button-public.active-tag:hover { background-color: var(--voxlogRedDark); }

.annuaire-public-listing { display: flex; flex-direction: column; gap: 20px; }
.inner-annuaire-detail .headerListing {
    margin:0;
}
.inner-annuaire-detail {
    flex:1;
}
.annuaire-entry-row {
    border: 1px solid #e0e0e0; border-radius: var(--border-radius-std);
    background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    display: flex;
    padding: 20px;
    gap: 25px;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.annuaire-entry-row .logo-area {
    width: 150px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.annuaire-entry-row .logo-area a, .annuaire-entry-row .logo-area img { display: block; }
.annuaire-entry-row .logo-area img {
    width: 100%;
    height: auto;
    max-height: 100px; /* Limiter la hauteur du logo */
    object-fit: contain;
}
.annuaire-entry-row .details-area {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.annuaire-entry-row .details-area .company-title-link {
    text-decoration: none;
}
.annuaire-entry-row .details-area h3 {
    margin-top: 0; margin-bottom: 10px; font-size: 1.5rem; color: var(--voxlogRed);
    text-decoration: none; display:inline-block;
}
.annuaire-entry-row .details-area .company-title-link:hover h3 { text-decoration: underline; }

.annuaire-entry-row .visible-details-list {
    list-style: none; padding: 0; margin: 0 0 10px 0; font-size: 0.9rem; color: var(--text-color-light);
}
.annuaire-entry-row .visible-details-list li { margin-bottom: 5px; line-height: 1.6; }
.annuaire-entry-row .visible-details-list strong { color: var(--text-color-normal); font-weight: 600; min-width: 100px; display: inline-block; margin-right:5px;}

.annuaire-entry-row .details-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
}

.annuaire-entry-row .entry-tags-public {
    font-size: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #777;
    margin: 0;
}
.annuaire-entry-row .entry-tags-public .tag-label {
    background-color: var(--light-gray); color: var(--text-color-light);
    border-radius: 8px;
    padding: 3px 7px;
    display:inline-block; font-size: 0.75rem;
    border:1px solid transparent;
    cursor: pointer;
}
.annuaire-entry-row .entry-tags-public .tag-label:hover {
    border:1px solid var(--voxlogRed);
}
.entry-socials {
    display: flex;
    gap: 8px;
}
.annuaire-detail-header .entry-socials {
    margin-top:40px;
}
.entry-socials .social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    transition: all ease-in-out 200ms;
}
.entry-socials .social-icon:hover {
    transform:scale(1.05);
}
.entry-socials .social-icon:hover {
    box-shadow: unset !important;
}
.entry-socials .social-icon .sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.entry-socials .x { background-image: url('../gfx/xred.svg'); }
.entry-socials .fb { background-image: url('../gfx/fbred.svg'); }
.entry-socials .ig { background-image: url('../gfx/igred.svg'); }
.entry-socials .yt { background-image: url('../gfx/ytred.svg'); }
.entry-socials .in { background-image: url('../gfx/inred.svg'); }
.entry-socials .bsky { background-image: url('../gfx/bskyred.svg'); }
.entry-socials .tk { background-image: url('../gfx/tkred.svg'); }


.annuaire-entry-row .view-more-link {
    font-size: 0.85rem;
    color: var(--voxlogRed);
    text-decoration: none;
    margin-top: 10px;
    display: block;
}
.annuaire-entry-row .view-more-link:hover { text-decoration: underline; }

.annuaire-entry-row.sponsored {
    border-left: 5px solid var(--sponsored-color);
    background-color: var(--sponsored-bg-color);
}
.annuaire-entry-row.sponsored .details-area h3 {
    /* color: var(--voxlogRedDark); Optionnel : pour distinguer le titre */
}
.annuaire-entry-row .entry-tags-public .tag-label.disabled-combination {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #6c757d;
}
.tag-button-public.disabled-combination {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: #adb5bd;
}
.tag-button-public.disabled-combination:hover { /* Empêche le hover sur les désactivés */
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: #adb5bd;
}

.annuaire-pagination { text-align: center; margin-top: 30px; padding-bottom:20px; }
.annuaire-pagination #load-more-public-btn {
    background-color: var(--voxlogRed); color: white; border: none;
    padding: 10px 20px; border-radius: var(--border-radius-std); cursor: pointer; font-size: 1rem;
}
.annuaire-pagination #load-more-public-btn:hover { background-color: var(--voxlogRedDark); }
.annuaire-pagination #load-more-public-btn:disabled { background-color: #aaa; cursor: not-allowed; }
.annuaire-no-results { text-align: center; padding: 30px; font-size: 1.1rem; color: #777; }

.tag-search-container{
    display:inline-flex;align-items:center;margin-left:8px;gap:0;
    border: 1px solid var(--dark-gray);
    padding: 2px 12px;
    font-size: .85rem;
    border-radius: 15px;
}
#tag-search-input{
    outline:none;background:#FFF;color:var(--text-color-normal);border:unset;
}
#tag-search-btn{
    width:24px;height:24px;
    background:url('../gfx/magnify.svg') center/cover no-repeat;border:unset;
    cursor:pointer;transition:opacity .2s;
}
#tag-search-btn:hover{opacity:.7;}




.related-news-section h2 {}
.related-news-list .news-item {
    margin-bottom: 15px;
    padding-bottom:15px;
}
.related-news-list .news-item:last-child {
    border-bottom:none;
    margin-bottom:0;
}
.related-news-list .news-item .related-news-title {
    text-decoration: none;
    color: var(--voxlogRed, #c00);
    font-weight: bold;
    font-size:1.1rem;
    margin-bottom:5px;
}
.related-news-list .news-item .related-news-title:hover {
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
.related-news-list .news-item p.related-chapo {
    margin-top:7px;
    font-size: 0.9rem;
    color: #000;
    line-height:1.5;
}


.agendaDesc, .annuaireInfos {
    margin-top:5px;
}
.agendaDesc, .agendaInfos, .annuaireInfos {
    font-size:16px;
    line-height:22px;
    color:#000;
    font-family: 'Georgia', sans-serif;
    letter-spacing: 0;
}

.agendaInfos span, .annuaireInfos span {
    color:#999;
}
.agendaInfos a, .annuaireInfos a {
    color:#000;
}
.agendaLogo img, .annuaireLogo {
    max-width: 100%;
    height: auto;
}

/* PAGE NAVIGATION */
.pageNavigation {
    border-top: 1px solid var(--voxlogBorderGrey);
    padding:20px 0 120px 0;
    width: 100%;
    display: flex;
    gap:20px;
    justify-content: center;
}
.pageNavigation .arrow {
    margin: auto 50px auto 0;
    background:url('../gfx/navArrow.svg') no-repeat center;
    background-size: contain;
    width:9px;
    height: 14px;
    display: block;
}
.pageNavigation .arrow a {
    width: 100%;
    height: 100%;
    display: block;
}
.pageNavigation .arrow.inactive {
    transform: scale(1.15);
}
.pageNavigation .arrow.arrowRight.inactive {
    transform: scale(1.15) rotate(180deg);
}
.pageNavigation .fill {
    font-size: 12px;
    color: #000;
}
.pageNavigation .pageNumber {
    margin:auto 0;
    font-size:12px;
    line-height: 12px;
}
.pageNavigation .pageNumber a {
    color:#000;
}
.pageNavigation .pageNumber.selected a {
    color:var(--voxlogRed);
}

.pageNavigation .arrow:hover, .pageNavigation .arrow.inactive {
    opacity: 0.5;
}
.pageNavigation .arrowRight {
    margin: auto 0 auto 50px;
    transform:rotate(180deg);
}


/* FOOTER */

footer {
    position:relative;
    z-index:30;
    background: var(--voxlogRed);
}
.footerInner {
    max-width: 1450px;
    display: flex;
    padding:var(--doubleGapSize) 0;
    margin:0 auto;
}
.navFooter ul {
    gap:15px;
    margin: auto 0 auto auto;
}
.navFooter li a:hover, .contactUs:hover {
    cursor: pointer;
    text-decoration: underline;
}
.navFooter li a, .navFooter li {
    color:#FFF;
    font-size:10px;
    line-height: 14px;
    text-transform: uppercase;
}
.navFooter {
    width: 340px;
    margin: auto 0 auto auto;
    display: flex;
}


@media (max-width: 1460.98px) {

    .website_content {
        overflow: hidden;
        --gapSize:1rem;
        --gapBSize:1rem;
        --doubleGapSize:2rem;
        --headerFontSize:2rem;
        --headerLineHeight:2.1rem;
        --regularFontSize:1.22rem;
        --regularLineHeight:1.27rem;
        padding: 100px var(--gapSize) 0 var(--gapSize);
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n) .contentText {
        margin-left:0;
    }

    header {
        padding:0 20px;
    }


    .footerInner, .sponsoredContentInner, .homeContentInner, .homeTopContent, .sponsoredBox, .midContentBox {
        width: 100%;
    }
    .homeTopContent .contentCatTitle {
        margin-top:4px;
    }
    .contentCatTitle {
        letter-spacing: -0.5px;
    }
    .video .listingGridContent .contentImage, .podcast .listingGridContent .contentImage {
        height: auto;
    }
    .dossier .contentArticleText {
        border-top: 1px solid var(--voxlogRed);
    }
    .dossier .contentFolderHeaderTitle {
        display: block;
    }
    .dossier .contentFolderHeader {
        margin-top:var(--gapSize);
    }
    .dossier .contentArticleTopLine {
        display: none;
    }
    .topContentBothCol, #doubleCol .midContentBoxList, #articleContent .midContentBoxList  {
        width: 75%;
    }
    #doubleCol .topContentBothCol {
        width: 100%;
    }
    .midContentMiddleCol, .lowerContentLargeCol {
        flex-basis: unset;
        flex-shrink: unset;
    }
    .midContentBoxList, .lowerContentLargeCol, .sponsoredBox .contentText, .midContentBox .contentText, .sponsoredBox .contentImage, .midContentBox .contentImage {
        width: 50%;
    }
    .midContentMiddleCol, .midContentRightCol, .lowerContentSmallCol, .topContentSmallCol  {
        width: 25%;
    }
    .topContentLargeCol {
        width: 66.666%;
    }
    .topContentBothCol .topContentSmallCol {
        width: 33.333%;
    }
    .lowerContentLargeCol > div:nth-of-type(2n) {
        flex-direction: column-reverse;
        gap: 20px;
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n) {
        flex-direction: column;
        gap: 20px;
    }
    #singleCol .topContentLargeCol .topContentBox + .topContentBox {
        padding-top:var(--gapSize);
    }
    .topContentLargeCol > div:nth-of-type(2n) .contentText {
        margin:20px auto auto 0;
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n) {
        margin:0 auto auto 0;
    }

    #doubleCol .topContentBothCol + .topContentSmallCol {
        padding-top:var(--gapSize);
    }
    #singleCol .topContentBothCol + .topContentSmallCol {
        padding-top:0;
    }
    #doubleCol .mainContainer {
        padding: 30px var(--gapSize) 0 var(--gapSize);
    }
    #articleContent article .contentArticleText, .articleKeywordsContainer, .contentPodcast {
        width: 79%;
    }
    #articleContent  article .contentTitle,#articleContent  article .contentIntro {
        padding-right: 10%;
    }
    .sponsoredBox .contentImage, .midContentBox .contentImage, .lowerContentSmallCol {
        flex-basis: unset;
        flex-shrink: unset;
    }
    .adContent img, .bottomContentAd img {
        width: 100%;
        height: auto !important;
    }

    .podcastBox .contentImage, .homeVideo .contentImage, .homeFolder .contentImage {
        height: auto;
    }
    .contentImage img {
        object-fit: contain;
        height: auto;
    }
    .homeContentInner {
        margin: 2rem auto 0 auto;
    }
    .mostReadLine, .newsletterPromoDesc,
    .newsletterPromoSubscribeBox, .agendaPromoDate a,
    .agendaPromoEvent, .topContentSmallCol .contentTitle a,
    .sponsoredContent .contentTitle a, .midContentBox .contentTitle a,
    .homePodcast .contentTitle a, .homeLowerContent .contentTitle a,
    .topContentLowerContent .contentTitle a,
    .listingContent .contentBox .contentTitle a,
    .homeVideo .contentTitle a, .homeFolder .contentTitle a {
        font-size: var(--regularFontSize);
        line-height: var(--regularLineHeight);
    }
    .agendaPromoEvent a,
    .topContentLargeCol > div:nth-of-type(2n) .contentTitle a,
    .topContentSmallCol .contentTitle a,
    .contentTitle a {
        font-size: var(--headerFontSize);
        line-height: var(--headerLineHeight);
    }
    .agendaBox {
        padding: var(--gapSize) 0;
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n) .contentImage, .topContentLargeCol > div:nth-of-type(2n) .contentImage {
        flex-basis: unset;
        flex-shrink: unset;
    }
    /*.mostRead, .agendaPromoLine + .agendaPromoLine {*/
    /*    margin-top:var(--gapSize);*/
    /*}*/
    /*.sponsoredBox .contentText, .midContentBox .contentText {*/
    /*    margin-left:var(--gapSize);*/
    /*}*/
    /*.homeContentFlex, .topContentBothCol, .homeTopContent, .sponsoredContentInner {*/
    /*    gap:var(--gapSize);*/
    /*}*/
    /*.sponsoredContentInner {*/
    /*    margin: 2rem auto 0 auto;*/
    /*}*/
    /*.topContentBothCol {*/
    /*    padding-bottom: var(--gapSize);*/
    /*}*/
    .agendaPromo {
        padding: var(--gapSize) var(--gapSize) var(--doubleGapSize) var(--gapSize);
    }
    /*.homeMidContent, .homeLowerContent, .homeVideo, .homeFolder, .homePodcast {*/
    /*    padding-bottom: 2rem;*/
    /*    margin: 2rem auto 0 auto;*/
    /*}*/
    /*.sectionLogo {*/
    /*    margin: auto 10px auto 3%;*/
    /*}*/
    /*.sectionLink {*/
    /*    margin: auto 3% auto auto;*/
    /*}*/

    .agendaLogo {
        flex-basis: unset;
        width: 25%;
    }
    .footerInner {
        padding-left:2%;
        padding-right:2%;
    }
    .newsletterPromo {
        background-size:cover;
    }
}





/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    header nav, header .searchBox {
        display:none;
    }
    .menuButton {
        display: flex;
    }

    #articleContent  article .contentArticleText,.articleKeywordsContainer, .contentPodcast {
        width: 89%;
    }
    #articleContent article .contentTitle, #articleContent article .contentSupTitle, #articleContent  article .contentIntro {
        padding-right: 6%;
    }
    #singleCol .homeTopContent .topContentSmallCol, #doubleCol .topContentBothCol {
        flex-direction: column;
    }
    .newsletterPromo {
        background-size:contain;
    }
    #doubleCol .topContentLargeCol, #doubleCol .topContentBothCol .topContentSmallCol {
        width: 100%;
    }
    #doubleCol .topContentSmallCol {
        display: flex;
        flex-direction: row;
        gap:var(--gapSize);
    }
    #doubleCol .topContentSmallCol .topContentBox {
        width: 50%;
        border-bottom: unset;
        padding-bottom:var(--gapSize);
    }
    #doubleCol .topContentSmallCol .topContentBox + .topContentBox {
        margin-top:0;
    }
    #doubleCol .innerContent .topContentBothCol {
        /*margin-top:var(--gapSize);*/
    }
    .headerListing {
        width: 100%;
        margin-bottom:var(--gapSize);
    }
    .headerListing.agenda {
        margin-bottom:var(--gapSize);
    }
    .topContentBothCol, #doubleCol .midContentBoxList, #articleContent .midContentBoxList, #articleContent article .contentArticleHeaderImage {
        width: 100%;
    }
    .podcast .contentSiblings {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .contentArticleHeaderiframe, .contentIntroContainer, .contentArticleHeaderVideo .contentCategorie, .plyr--video {
        width: 85%;
    }
    .contentIntroColB {
        display: block;
        margin-left:0;
    }

    .contentFolderHeader {
        display: block;
    }
    .contentFolderIntro {
        margin-top: var(--gapSize);
    }
    /* LEGACY */
    .nominations_container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .adjustTop7 {
        top:0;
    }
    .cookie_warning {
        display: none !important;
    }
    .footerSocial {
        display: none;
    }
    .website_content {
        --gapSize: 1rem;
        --gapBSize: 1rem;
        --doubleGapSize: 1rem;
        --headerFontSize: 1.6rem;
        --regularFontSize: 1.22rem;
        --headerLineHeight: 1.65rem;
        --regularLineHeight: 1.27rem;
    }

    .headerMegaban img {
        max-width:100%;
        height: auto;
    }
    .contentMainText img, .contentMainText iframe {
        width: 100%;
        height: auto;
    }
    #doubleCol .topContentLargeCol {
        display: block;
    }
    .topContentLargeCol .topContentBox, .topContentLowerContent {
        width: 100%;
    }
    #singleCol .topContentLargeCol .topContentBox + .topContentBox {
        padding-top:var(--gapSize);
    }
    .topContentBothCol > .topContentSmallCol {
        padding-top:var(--gapSize);
    }
    #singleCol .topContentBothCol + .topContentSmallCol {
        padding-top:var(--gapSize);
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n) .contentImage, .topContentLargeCol > div:nth-of-type(2n) .contentImage {
        flex-basis: unset;
        flex-shrink: unset;
    }

    .topContentBothCol, .topContentSmallCol, .midContentMiddleCol, .midContentRightCol, #doubleCol .midContentBoxList, #doubleCol .topContentSmallCol .topContentBox {
        width: 100%;
    }
    .topContentLowerContent, #doubleCol .topContentSmallCol  {
        padding-top:0;
        flex-direction: column;
    }
     .topContentSmallCol .topContentBox, .topContentSmallCol .topContentAd, .newsletterPromo,.agendaPromo, .adContent, .mostRead {
        width: 50%;
        /*margin:0;*/
    }
    #doubleCol .midContentBoxList.borderLess {
         padding-bottom:var(--gapSize);
     }
    .topContentBox, .topContentBox + .topContentBox,  .topContentBox + .topContentAd, .agendaPromo {
        margin:0;
    }
    .leftContainer.agenda {
        top:0;
    }
    .podcastBox .contentText, .homeVideo .contentText, .homeFolder .contentText {
        margin:0;
    }
    .topContentBothCol, .listingContent, #doubleCol .midContentBoxList, #articleContent .midContentBoxList, .listingContent.borderBottom .contentBox .contentText {
        border:unset;
    }
    .listingContent.borderBottom .contentBox .contentText, #doubleCol .midContentBoxList {
        padding-bottom: 0;
    }
    .listingContent {
        padding:0;
        margin-top: var(--gapSize);
    }
    .homeTopContent, .topContentBothCol, #doubleCol .topContentSmallCol .topContentBox {
        display: block;
        margin-bottom:0;
        padding-bottom: 0;
    }
    .topContentLargeCol, .topContentBothCol .topContentSmallCol, .topContentSmallCol {
        width: 100%;
        display: flex;
        gap: var(--gapSize);
    }
    .topContentBox {
        padding-bottom: var(--gapSize);
        border-bottom: none;
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n), .topContentLargeCol > div:nth-of-type(2n) {
        gap:0;
    }
    .sponsoredContentInner {
        display: block;
    }
    #doubleCol .mainContainer {
        padding: 0 0 0 0;
    }
    #articleContent article .contentArticleText, .articleKeywordsContainer {
        width: 100%;
    }
    #articleContent article .contentArticleText {
        margin-top:var(--gapSize);
    }
    .sponsoredContent .contentTitle {
        margin-top:var(--gapSize);
    }
    .contentSiblings {
        flex-flow: row wrap;

    }
    .siblingBox {
        width: 47%;
    }
    .rightContainer {
        display: none;
    }
    #singleCol .topContentLargeCol > div:nth-of-type(2n) .contentText, .topContentLargeCol > div:nth-of-type(2n) .contentText {
        /*margin-top:7px;*/
        margin-top:20px;
    }
    .homeContentFlex {
        display: block;
    }
    .video .listingGridContent .contentImage, .podcast .listingGridContent .contentImage {
       height: auto;
    }
    .video .triangleContainer, .podcast .triangleContainer {
        width: 42%;
    }
    .playButton, .midContentBoxList .playButton {
        bottom: 15px;
        left: 15px;
        width: 41px;
        height: 41px;
    }
    .contentIntroColA, .contentIntroColB {
        width: 100%;
    }
    .midContentBoxList, .contentPodcast {
        width: 100%;
    }
    .mostReadLine,
    .listingGridContent .contentTitle a,
    .agendaTitle, .agendaDate,
    .topContentLowerContent .contentTitle a, .midContentBox .contentTitle a,
    .agendaPromoDate, .contentCatTitle a, .newsletterPromoDesc, .newsletterPromoSubscribeBox,
    .agendaPromoDate, .agendaPromoEvent, .topContentSmallCol .contentTitle a, .topContentLargeCol > div:nth-of-type(2n) .contentTitle a,
    .sponsoredContent .contentTitle a, .midContentBox .contentTitle a, .homePodcast .contentTitle a, .listingContent .contentBox .contentTitle a,
    .homeLowerContent .contentTitle a, .homeVideo .contentTitle a, .homeFolder .contentTitle a {
        font-size: var(--headerFontSize);
        line-height: var(--headerLineHeight);
    }

    .newsletterPromoDesc, .newsletterPromoSubscribeBox {
        font-size:2rem;
        line-height: 2.8rem;
    }
    .newsletterPromoSubscribeBox {
        margin-top:var(--gapBSize);
    }
    .agendaPromoEvent {
        font-size:2rem;
        line-height: 2.1rem;
    }
    .sponsoredBox {
        /*padding: var(--gapSize) 0 0 0;*/
        padding:0;
    }
    .sponsoredBox + .sponsoredBox {
        padding: 40px 0 var(--gapSize) 0;
    }
    .midContentBoxList {
        display: flex;
        gap: var(--gapSize);
        flex-direction: column;
    }
    .midContentMiddleCol, .midContentRightCol {
        display: flex;
        margin:var(--doubleGapSize) auto 0 auto;
        gap:var(--gapSize);
    }
    .podcastBox, .videoBox, .folderBox {
        display: flex;
        /*margin:var(--doubleGapSize) auto 0 auto;*/
        margin:0 auto 0 auto;
        gap:var(--gapSize);
    }
    .podcastBox + .podcastBox, .videoBox + .videoBox, .folderBox + .folderBox {
        margin-top:var(--doubleGapSize)
    }
    .homeMidContent {
        margin: var(--gapSize) auto 0 auto;
    }
    .homeContentInner {
        margin: 0 auto 0 auto;
    }
    .agendaPromo {
        text-align: center;
    }
    .newsletterPromo {
        background-size: cover;
    }
    .podcastBox .contentImage, .homeVideo .contentImage, .homeFolder .contentImage, .podcastBox .contentText, .homeVideo .contentText, .homeFolder .contentText {
        height: auto;
        width: 100%;
    }
    .podcastBox .contentImage, .homeVideo .contentImage, .homeFolder .contentImage {
        display: flex;
    }
    .footerInner {
        padding:1rem 1rem;
    }
    .contentText {
        margin-top:var(--gapSize);
    }
    .sponsoredBox .contentText, .midContentBox .contentText {
        top:-5px;
    }
    .newsletterPromo {
        padding-bottom:10px;
    }
    .lowerContentLargeCol {
        width: 100%;
        display: flex;
    }
    .lowerContentLargeCol .lowerContentBox {
        padding-bottom: var(--gapSize);
    }
    .lowerContentLargeCol > div:nth-of-type(2n) {
        flex-flow: row;
        border-bottom: 1px solid var(--voxlogBorderGrey);
    }
    .lowerContentSmallCol {
        width: 100%;
    }
    .lowerContentSmallCol .contentText {
        top:0;
    }
    .lowerContentSmallCol + .lowerContentSmallCol {
        display: flex;
        gap: var(--gapSize);
    }
    .bottomContentAd + .bottomContentAd {
        margin: 0 0 auto auto;
    }
    .contentArticleHeaderiframe, .contentIntroContainer, .contentArticleHeaderVideo .contentCategorie, .plyr--video {
        width: 95%;
    }

    .dossier .nextPage {
        padding-left: 0;
    }
    .contentBottomAdvertisement {
        width: 100%;
    }
    .contentBottomAdvertisement img {
        width: 100% !important;
        height: auto !important;
    }
    #articleContent article .contentSupTitle {
    margin-top:0;
    }

    .contentPodcast iframe {
        width: 100% !important;
    }
    .plyr__control--overlaid {
        background-size: contain;
        width: 40px !important;
        height: 40px;
    }

    /* LEGACY */
    .nominations_container {
        grid-template-columns: 1fr 1fr;
    }
}


/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navFooter {
        display: none;
    }
    .website_content {
        --gapSize: 20px;
        --gapBSize: 20px;
        --doubleGapSize: 20px;
        --headerFontSize: 1.6rem;
        --regularFontSize: 0.9rem;
    }
    .ad_space {
        margin:var(--gapSize) auto;
    }
    header {
        padding: 0 20px;
        height: 70px;
    }
    .innerHeader {
        height: 70px;
    }
    .agendaBox {
        flex-direction: column;
    }
    .agendaLogo {
        width: 60%;
    }
    .menuButton {
        position: absolute;
        top: 20px;
        transform: unset;
        left: 20px;
    }
    .headerLogo, .footerLogo {
        width: 175px;
        height: 32px;
    }
    .footerLogo {
        margin:0 auto;
    }
    .listingContent {
        flex-flow: column;
    }
    .listingContent .contentBox {
        width: 100%;
    }
    .listingGridContent {
        grid-template-columns: 1fr;
    }
    .midContentBox .contentImage, .midContentBox .contentText {
        width: 100%;
    }
    .midContentBox .contentText {
        margin-top:var(--gapSize);
        margin-left:0;
    }
    .video .midContentBoxList .contentImage, .podcast .midContentBoxList .contentImage {
        height: auto;
    }
    .listingGridContent {
        gap:var(--gapSize);
    }
    .midContentBox, .listingGridContent .videoBox, .listingGridContent .podcastBox {
        flex-direction: column;
        width: 100%;
    }
    .podcastBox .contentImage, .podcastBox .contentText, .listingGridContent .videoBox .contentImage, .listingGridContent .podcastBox .contentImage,.listingGridContent .videoBox .contentText,.listingGridContent .podcastBox .contentText {
        height: auto;
        width: 100%;
    }
    .listingGridContent .podcastBox .contentText,.listingGridContent .videoBox .contentText,.listingGridContent .folderBox .contentText {
        margin-top:0;
    }
    .podcastBox .contentImage img, .videoBox .contentImage img, .video .midContentBoxList .contentImage img, .podcast .midContentBoxList .contentImage img {
        height: auto;
    }
    .headerTagline {
        display: none;
    }
    .midContentMiddleCol, .midContentRightCol, .topContentLargeCol {
        display: block;
    }
    .agendaPromo {
        margin-top:var(--gapSize);
    }
    .topContentLowerContent, .newsletterPromo, .agendaPromo, .topContentLargeCol .topContentBox, .topContentSmallCol .topContentBox, .topContentSmallCol .topContentAd, .adContent, .mostRead, .sponsoredBox .contentText, .sponsoredBox .contentImage {
        width: 100%;
    }
    .topContentLowerContent .topContentBox {
        margin-top:0;
    }
    .sponsoredBox .contentText {
        margin-left:0;
        /*top:0;*/
    }
    .lowerContentLargeCol > div:nth-of-type(2n) {
        gap:0;
    }
    .lowerContentLargeCol .contentText, .lowerContentLargeCol > div:nth-of-type(2n) .contentText {
        margin-top:3px;
        top:0;
    }
    .lowerContentLargeCol > div:nth-of-type(2n) .contentImage {
        flex-basis: unset;
        flex-shrink: 0;
    }
    .sponsoredBox, .lowerContentLargeCol > div:nth-of-type(2n) {
        flex-direction: column;
    }

}
