/* Social icons */
@font-face {
    font-family: "socicon";
    src:url("../font/socicon.eot");
    src:url("../font/socicon.eot?#iefix") format("embedded-opentype"),
        url("../font/socicon.woff") format("woff"),
        url("../font/socicon.ttf") format("truetype"),
        url("../font/socicon.svg#socicon") format("svg");
    font-weight: normal;
    font-style: normal;
}


body
{
    background: white;
    color: black;
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    margin: 40px 0px 0px 0px;
    padding: 0px;
}


.container
{
    width: 100%;
    max-width: 1250px;
    padding: 20px;
    margin: 0px auto;
    box-sizing: border-box;
}

.nopadding
{
    padding: 0px !important;
}

.blurry
{
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    -moz-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
}

#topbar
{
  background-color: rgba(255, 255, 255, .975);
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 900;
  border-bottom: 1px solid rgba(0,0,0,.15);
  box-sizing: border-box;
}


.safari-mac #topbar
{
  background-color: rgba(255, 255, 255, .75);
}

#topbar .container
{
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 10pt;
  line-height: 39px;
  align-items: center;
}

#topbar a
{
  font-size: 12px;
  color: black;
  text-decoration: none;
}

#topbar-burger
{
  display: none;
}

#topbar-burger a
{
  font-family: "Material Icons";
  font-size: 14px;
}

#topbar-burger a img
{
  height: 1em;
  width: auto;
}

#topbar-today
{
  display: block;
  font-size: 14px;
}

#topbar-today img
{
    height: 1em;
    width: auto;
}

#topbar-social ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  line-height: normal;
  line-height: 25px;
}

#topbar-social li
{
  margin: 0px;
  padding: 0px;
  margin-right: 15px;
  line-height: 38px;
}

#topbar-social li:last-child
{
  margin-right: 0px;
}

#topbar-social a
{
    border-radius: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}

#topbar-social a i {
}

.social-facebook { background: #3b5998; color: white !important; }
.social-twitter { background: #000000; color: white !important; }
.social-instagram { background: #dd2a7b; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); color: white !important; }
.social-youtube { background: #e52d27; color: white !important; }
.social-ios { background: #b9bfc1; color: white !important; }
.social-android { background: #8ec047; color: white !important; }
.social-mastodon { background: #2b90d9; color: white !important; }
.social-threads { background: #000000; color: white !important; }
.social-bluesky { background: #1185FE; color: white !important; }

#topbar-social a:hover
{
    background: white !important;
    color: black !important;
}

#topbar #quickmenu
{
  flex-grow: 2;
  width: 100%;
  display: none;
}

#topbar #quickmenu a
{
  font-size: 24px;
}

.visible #quickmenu
{
  display: block !important;
}


#banner
{
  width: 100%;
  background: #ce1417;
  color: white;
  padding: 10px 0px;
}

#banner .container
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#banner .container > div
{
    margin: 0px 30px;
}

#banner .container > div:first-child
{
    margin-left: 0px;
}

#banner .container > div:last-child
{
    margin-right: 0px;
}

#banner #logo
{
    margin: 0px;
    padding: 0px;
}

#banner #logo img
{
  height: 120px;
  width: auto;
}

#banner #titrage
{
    height: 120px;
    background: rgba(255,255,255,.1);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
}

#titrage_pochette, #titrage_pochette img
{
    height: 100%;
    width: 120px;
}

#titrage_pochette img
{
    object-fit: cover;
}

#titrage_texte
{
  width: 230px;
  height: auto;
  padding: 10px 0px 0px 10px;
  box-sizing: border-box;
}

#titrage_texte div
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#titrage_like
{
  padding: 10px 0px 0px 10px;
}

#titrage_thumb_up:hover { color: #457dff !important; }
#titrage_thumb_down:hover { color: #ff7474 !important; }


#titrage_like a
{
  font-family: "Material Icons";
  font-size: 18pt !important;
  padding: 0px 5px;
  color: white;
  text-decoration: none;
}

#titrage_play
{
  position: relative;
  right: 0px;
}

#titrage_play a
{
  display: inline-block;
  width: 100px;
  line-height: 120px;
  text-align: center;
}

#titrage_play a img
{
  height: 65px;
  width: auto;
  vertical-align: middle;
}

#banner #titrage_artiste
{
  font-size: 16pt;
  text-transform: uppercase;
}

#banner #titrage_titre
{
  font-size: 14pt;
}

#mainmenu
{
    z-index: 500;
    background: #e6e6e6;
}

/*#mainmenu a
{
    color: black !important;
}*/

.menu .container
{
  padding: 0px;
}

.menu ul
{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
}

.menu li
{
  padding: 0px;
  margin: 0px;
}

.menu li a
{
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-size: 20pt;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 25px;
    line-height: 60px;
    white-space: nowrap;
}

.menu li.mobile
{
    display: none;
}



.menu li.play
{
    margin-top: 40px;
}









footer
{
    width: 100%;
    background-color: #ce1417;
    color: white;
}


footer section
{
    margin: 15px 0px;
}


footer .footer_title
{
    font-size: 22px;
    margin: 0px;
    padding: 0px;
}


footer a
{
    color: white;
}

footer nav ul
{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

footer nav li
{
    padding: 0px;
    margin: 0px;
}

footer nav a
{
    text-transform: uppercase;
    padding: 3px 10px;
    text-decoration: none;
    font-weight: 700;
}

footer nav a:hover
{
    text-decoration: underline !important;
}

#footer_partners
{
    text-align: center;
}

#footer_partners .partners
{
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    overflow-x: auto;
}

#footer_partners .partners li
{
    padding: 0px;
    margin: 2px;
}

#footer_partners .partners li a
{
    display: inline-block;
    white-space: nowrap;
    padding: 2px;
    background-color: white;
}

#footer_partners .partners li img
{
    width: 95px;
    height: 95px;
    object-fit: contain;
}

#newsletter
{
    width: 100%;
    text-align: center;
}

#newsletter_fields, #newsletter_submit
{
    display: inline;
}



#footer_social
{
    text-align:center;
}

#footer_social ul
{
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer_social li
{
    margin: 0px 10px;
    padding: 0px;
}

#footer_social a
{
    font-family: socicon;
    font-size: 26px;
    background: transparent;
    text-decoration: none;
    padding: 5px;
}



#last_diff
{
    margin: 20px 0px;
    text-align: justify;
    font-size: .8em;
    opacity: .7;
}

#credits
{
    font-size: 12px;
    font-style: italic;
    text-align: right;
}






section.toggle:nth-child(even), section.gray
{
    background-color: #f5f5f5;
}

section.toggle:nth-child(odd), section.white
{
    background-color: white;
}




section.dark
{
    background-color: #333;
    color: white !important;
}



.article_list ul
{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.article_list ul li
{
    display: block;
    width: 25%;
    box-sizing: border-box;
    font-size: 14px;
}

.article_list ul li.nolink
{
    padding: 20px;
}

.item_list ul li
{
    width: 20%;
}

.center_list ul
{
    justify-content: center;
}

.article_list ul li a
{
    display: block;
    padding: 20px;
    text-decoration: none;
}

.article_list ul li a:hover
{
    background-color: rgba(0,0,0,.1);
    backdrop-filter: blur(30px) saturate(120%);
    -moz-backdrop-filter: blur(30px) saturate(120%);
    -webkit-backdrop-filter: blur(30px) saturate(120%);
}

section.dark ul li a:hover
{
    background-color: rgba(255,255,255,.05);
}

.article_list ul li span
{
    display: block;
}

.article_list ul li .article_list_thumb
{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: transparent;
}

.item_list .article_list_thumb
{
    padding-bottom: 100% !important;
}

.article_list ul li .article_list_thumb img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list ul li .article_list_title
{
    width: 100%;
    font-size: 22px;
    padding: 10px 0px;
    text-align: justify;
}

section.dark ul li .article_list_title
{
    color: white;
}

.article_list ul li .article_list_meta
{
    width: 100%;
    padding: 0px 0px 10px 0px;
    text-align: left;
    color: #969696;
}

section.dark ul li .article_list_meta
{
    color: #bbb;
}

.article_list ul li .article_list_chapo
{
    text-align: justify;
}

.article_list ul li .article_list_meta strong
{
    color: black;
}

section.dark ul li .article_list_meta strong
{
    color: white;
}

.item_list .article_list_title, .item_list .article_list_meta, .item_list .article_list_chapo
{
    text-align: center !important;
}

section.dark .article_list_chapo
{
    color: white;
}



.info_list ul
{
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;;
    align-items: stretch;
}

.info_list ul li
{
    display: block;
    width: 33.33%;
    box-sizing: border-box;
}

.info_list ul li:nth-child(odd)
{
    background: #f5f5f5;
}

.info_list ul li:nth-child(even)
{
    background: white;
}

.info_list ul li a
{
    display: block;
    text-decoration: none;
    padding: 10px;
    height: 100%;
}

.info_list .home_info_title
{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}

.info_list .home_info_meta
{
    display: block;
    font-size: 12px;
    color: #969696;
}

.info_list .home_info_meta strong
{
    color: black;
}

.info_listsection.dark .home_info_meta strong
{
    color: white;
}


section.backlink
{
    text-align: center;
    padding: 30px 0px;
}

section.toggle:nth-child(even) ~ section.backlink, section.gray ~ section.backlink
{
    background: #f5f5f5;
}

.backlink a
{
    display: inline;
    margin: 0px auto;
    padding: 8px 20px;
    background: #ce1417;
    color: white;
    font-size: 22px !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.backlink a:before
{
    content: "« ";
}



.buttonlist .container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.buttonlist a
{
    margin: 10px;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.1);
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}



ul.pagination
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 15px 0px;
    padding: 0px;
}

ul.pagination li
{
    display: block;
    font-size: 20px;
    background-color: rgba(0,0,0,.1);
    margin: 10px;
}

ul.pagination li a, ul.pagination li span
{
    display: block;
    padding: 10px;
    text-decoration: none;
}

ul.pagination li.pagination_act span, ul.pagination li a:hover
{
    background-color: rgba(0,0,0,.1);
}

ul.pagination .pagination_cut
{
    background-color: transparent;
}





a
{
    color: black;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: 0px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 25px 0px;
    padding: 0px;
}

h1 { font-size: 56px; }
h2 { font-size: 52px; }
h3 { font-size: 48px; }
h4 { font-size: 44px; }
h5 { font-size: 40px; }
h6 { font-size: 36px; }

h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark
{
    color: #ce1417;
    font-weight: bold;
    background: none;
}

section.dark h1 mark,
section.dark h2 mark,
section.dark h3 mark,
section.dark h4 mark,
section.dark h5 mark,
section.dark h6 mark
{
    color: #dd2a29;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main
{
    text-align: center;
    margin-top: 0px;
}

div.intro
{
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}


.content img
{
    max-width: 100% !important;
    height: auto !important;
}

.content iframe
{
    max-width: 100%;
}

.content a
{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





#disclaimer_cookies
{
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 18px !important;
    font-family: "Tahoma", sans-serif;
    z-index: 20000;
    box-shadow: 0px 20px 50px black;
}

#disclaimer_cookies a
{
    color: white;
}

#cookies_accept
{
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    background-color: rgba(255,255,255,.3);
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 3px;
}



@media (max-width: 1000px)
{

    #banner .container
    {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #banner #logo
    {
        width: 100%;
        text-align: center;
    }

    #banner #titrage
    {
        width: auto;
        height: 100px;
        margin-top: 25px;
    }

    #titrage_pochette, #titrage_pochette img
    {
        width: 100px;
        height: 100%;
    }

    #titrage_texte
    {
        width: 300px;
        padding: 5px;
    }

    #titrage_like
    {

    }

    #titrage_play a
    {
        line-height: 100px;
    }

    #titrage_play a img
    {
        height: 50px;
    }

    #banner .container > div
    {
        margin: 0px;
    }



    .article_list ul li
    {
        width: 33.3%;
    }

    .item_list ul li
    {
        width: 25%;
    }


}




@media (max-width: 800px)
{

    body
    {
        margin-top: 60px !important;
    }

    .visible #quickmenu
    {
        display: none !important;
    }

    body.burgervisible
    {
        overflow: hidden;
    }

    .burgervisible #topbar
    {
        border: none;
        bottom: 0px;
    }

    .burgervisible #quickmenu
    {
        display: block !important;
        position: absolute;
        top: 60px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: auto;
    }

    .burgervisible #quickmenu ul
    {
        justify-content: center;
        flex-direction: column;
    }

    .burgervisible #quickmenu ul li
    {
        display: block;
        width: 100%;
    }

    .burgervisible #quickmenu ul a
    {
        display: block;
        font-size: 28px !important;
        padding: 0px !important;
        line-height: 60px !important;
        width: 100%;
        text-align: center;
    }

    .burgervisible #quickmenu ul a:hover
    {
        background-color: rgba(0,0,0,.1);
    }


    .menu li.mobile
    {
        display: block !important;
    }


    #topbar
    {
        background-color: rgba(255,255,255,.9);
    }

    #topbar a
    {
        font-size: 22px !important;
        line-height: 59px !important;
    }

    #topbar-burger
    {
        display: block !important;
    }

    #topbar-today
    {
        display: none;
    }


    #banner #logo img
    {
        height: 100px;
        width: auto;
    }

    #banner #titrage
    {
        display: none;
    }


    #mainmenu
    {
        display: none;
    }


    footer nav ul
    {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }

    footer nav li
    {
        display: block;
        width: 100%;
    }

    footer nav a
    {
        display: block;
        width: 100%;
        padding: 0px;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
    }

    footer nav a:hover
    {
        text-decoration: none !important;
        background-color: rgba(255,255,255,.2);
    }





    .article_list ul li
    {
        width: 50%;
    }

    .item_list ul li
    {
        width: 33.33%;
    }


}


@media (max-width: 600px)
{

    #home_slider
    {
        display: none;
    }

    .article_list ul li
    {
        width: 100%;
    }

    .item_list ul li
    {
        width: 50%;
    }


    .info_list ul li
    {
        width: 100%;
    }

    .info_list ul li a
    {
        padding: 30px;
    }





    #footer_partners .partners
    {
        flex-wrap: wrap;
        background-color: transparent;
    }



}
