body
{
    font-family: 'Work Sans', sans-serif;
    color: #1e4280;
}
.ad-title
{
    color: #1e4280;
    font-size: 10px;
}
a { color: #0085c6; outline: 0;}
h1, h2, .h1
{
    font-weight: 700;
    margin-bottom: 20px;
}
h1, .h1 {  font-size: 30px;  }
@media (max-width: 991px)
{
    h1, .h1
    {
        font-size: 24px;
    }
    .h3, h3
    {
        font-size: 20px;
    }
}
h2 {  font-size: 20px;  }
h2.home {  font-size: 26px;  }
.btn
{
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    transition: all 0.3s ease;
}
.btn-info {  background: #0085c6;  }
.btn-info:hover {  background: #71d27a;  }
@media (max-width: 991px)
{
    .btn
    {
        font-size: 12px;
    }
}
.container-gray
{
    background: #f2f2f2;
    padding: 30px 0;
    margin: 20px 0;
}
.container-blue
{
    background: #0085c6;
    padding: 30px 0;
    margin: 20px 0;
    color: #fff;
}
.container-blue a
{
    color: #fff;
}
.intro
{
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 991px)
{
    .intro
    {
        font-size: 20px;
    }

}
/** HEADER **/
.header
{
    padding-top: 20px;
}
.playing
{
    background: #f2f2f2;
    height: 95px;
    border-radius: 10px;
    margin-right: 150px;
    margin-left: 150px;
    padding: 10px 20px;
}
@media (max-width: 767px)
{
    .playing
    {
        margin-right: 0px;
    }
}
.playing-header
{
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}
.playing-artist
{
    font-size: 16px;
    font-weight: 500;
}
.playing-title
{
    font-style: italic;
}
.playing-btn
{
    display: block;
    background: #0085c6;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    color: #fff;
    border-radius: 24px;
    float:left;
    margin-right: 10px;
}
.download-appstore
{
    display: block;
    margin-bottom: 14px;
}
.header-message
{
    font-size: 13px;
    font-weight: 500;
}
.header-message p
{
    margin: 10px 0;
}
@media (max-width: 991px)
{
    .header-message p
    {
        text-align: center;
    }
}
.header-search
{
    margin-top: 18px;
}
@media (max-width: 767px)
{
    .header-search
    {
        margin-top:0;
    }
}
.header .link-facebook, .header .link-twitter
{
    color: #fff;
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
}
.header .link-facebook
{
    background: #3c599b;
    margin-right: 10px;
}
.header .link-twitter
{
    background: #00aced;
}
.header-search .form-control
{
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: #f2f2f2 url('../img/search.png') no-repeat 10px 10px;
    padding-left: 35px;
}
.header-search .form-control::-webkit-input-placeholder,
.header-search .form-control:-moz-placeholder,
.header-search .form-control::-moz-placeholder,
.header-search .form-control:-ms-input-placeholder
{
    color: #1e4280;
    opacity:  1;
}
/** Menu **/
.menu
{
    margin-top: 40px;
    margin-bottom: 32px;
    text-align: center;
}
.menu ul {margin: 0 0 0 0; padding: 0 0 0 0;}
.menu > ul {margin: 0 0 0 0; padding: 0 0 10px 0px;}

.menu li, .menu li a{
    font-weight: 700;
    text-transform: uppercase;
    font-size:16.5px;
    cursor: pointer;
    list-style-type: none;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1e4280;
}
.menu > ul > li:before
{
    content: " | ";
    font-weight: 100;
    color: #e5e5e5;
    margin-right: 10px;
}
.menu > ul > li:first-child:before
{
    content: "";
    margin: 0;
}
.menu > ul > li > a:hover
{
    color:#71d27a;
    text-decoration: none;
}
.sectionMenu
{
    background : url('../img/caret.jpg') center right no-repeat;
    padding-right: 15px;
}
.menu > ul > li
{
    display: inline-block;
    margin-right:15px;
    position: relative;
}
.menu > ul > li > ul
{
    position: absolute;
    padding: 15px 20px 15px 20px;
    margin-left: 0px;
    background-color: transparent;
    width: 330px;
    left: 0px;
    display: none;
    border-top: 10px solid rgb(255, 255, 255);
    height: auto;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu > ul > li:hover > ul {
    z-index: 22000;
    opacity: 1;
    background-color: #0085c6;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
}

.menu > ul > li > ul > li {
    padding-right: 20px;
    max-height: 100%;
    vertical-align: top;
}

.menu > ul > li > ul > li {
    margin-top: 5px;
}

.menu > ul > li > ul > li, .menu > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 0;
    line-height: 22px;
    color: #fff;
}

.menu > ul > li > ul > li > ul {
    margin-top: 15px;
}

.menu > ul > li > ul > li > ul > li, .menu > ul > li > ul > li > ul > li > a {
    text-transform: none;
    font-size: 16.5px;
    padding-bottom: 10px;
}

.menu > ul > li > ul > li > ul > li > ul {
    margin-top: 10px;
}

.menu > ul > li > ul > li > ul > li > ul > li, .menu > ul > li > ul > li > ul > li > ul > li > a {
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.menu > ul > li > ul > li > ul > li {
}

.menu > ul > li > ul li, .menu > ul > li > ul li a {
    color: #ffffff;
}
.menu > ul > li > ul > li:hover, .menu > ul > li > ul > li:hover > a,
.menu > ul > li > ul > li ul li:hover, .menu > ul > li > ul > li ul li:hover > a
{
    color: #1e4280;
    text-decoration: none;
}
.menu > ul > li > ul > li:last-child {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.menu ul li.selected {color: #71d27a;}
.menu ul li ul li.selected a {color: #1e4280; font-weight: 500;}
@media (max-width: 991px)
{
    .menu
    {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .sectionMenu
    {
        background: none;
        padding:0px;
    }
    .menu li, .menu li a
    {
        font-size: 14px;
    }
    .menu > ul > li
    {
        margin-right: 5px;
    }
    .menu > ul > li::before
    {
        margin-right: 5px;
    }
}
/* MENU MOBILE */
.before-move { display: none; }
a.togglemenu { display:none; text-decoration: none;line-height: 40px; font-size: 18px;font-weight: 400}
#menumobile .logo  {background: #fff none repeat scroll 0 0;display: block;margin: -20px -20px 0; padding: 30px 10px 30px;text-align: center;}
/*#menumobile{ text-transform:uppercase; font-size:.8em; background: #e60f46;}
#menumobile .top a.langue{ background:transparent;  }
#menumobile .top li { margin-bottom:.5em; }
#menumobile .top li a{ text-decoration:none; color:#ffffff; background:#e52226; padding: .25em .5em;  }
.mm-list > li > a, .mm-list > li > span { color: #fff; }
.mm-menu .mm-list > li::after, .mm-menu .mm-list > li > a.mm-subopen::before, .mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {border-color: #fff;}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span { background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;}*/
@media only screen and (max-width: 767px) {
    a.togglemenu { display:block; }
}

/* SLIDER */
.slider
{
    position: relative;
}
.slider .overlay
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    color: #fff;
}
.slider .btn
{
    float:right;
    font-weight: 700;
    font-size: 16px;
}
.slider-type
{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.slider-title.h2
{
    margin-top: 0px;
    margin-bottom: 5px;
}
.bxslider ul{margin:0;}
.bxslider li{list-style-type:none;position: absolute;top:0;left:0;}
.bx-wrapper .bx-viewport {
    border: 0px;
    box-shadow: 0 0 0px #fff;
    left: 0px;
    transform: translateZ(0px);
}
@media (max-width: 991px)
{
    .ad-home
    {
        margin-bottom: 10px;
        display: block;
    }
    .h2
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .ad-home
    {
        margin-bottom: 24px;
        display: block;
    }
}
/* NEWSLETTER */
.container-newsletter
{
    background: #0085c6 url(../img/papillons.png) top left no-repeat;
    padding-top: 28px;
    padding-bottom: 34px;
    margin: 27px 0;
}
.container-newsletter p
{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.container-newsletter .form-control, .container-newsletter .btn
{
    border-radius: 0px;
    border: 0px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}
.container-newsletter .btn
{
    padding: 7px 40px;
    margin: 0 20px;
    font-weight: 700;
    background-color: #71d27a;
}
@media (max-width: 767px)
{
    .container-newsletter {
        background: #0085c6;
    }
    .container-newsletter .form-control, .container-newsletter .btn
    {
        margin-left: 0px;
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .container-newsletter p
    {
        font-size: 15px;
    }
}
/** Footer **/
.footer
{
    margin: 40px 0px;
    font-size: 12px;
    font-weight: 500;
}
/** Podcast **/
.podcast
{
    min-height: 480px;
    margin-bottom: 30px;
}
.podcast .img-responsive
{
    margin-bottom: 5px;
}
.podcast-category
{
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 25px;
}
.podcast-banner .podcast-category
{
    padding-left: 0px;
    color: #fff;
}
.podcast h4
{
    font-weight: 400;
    font-size: 20px;
}
@media (max-width: 991px)
{
    .podcast h4
    {
        font-size: 16px;
    }
}
.podcast p
{
    font-size: 12px;
    font-weight: 300;
}
.podcast-title
{
    font-weight: 300;
    margin: 0;
}
.podcast-detail, .podcast-detail-small
{
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 30px;
}
.podcast-detail-small { margin-bottom: 10px; }
.podcast-text
{
    font-size: 13px;
}
.container-podcast
{
    margin-bottom: 80px;
}
.podcast-banner
{
    height: 180px;
    color: #fff;
    margin-bottom: 40px;
}
.podcast-page
{
    margin-top: 80px;
    font-weight: 700;
    font-size: 20px;
}
.podcast-banner .podcast-category
{
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
}
.podcast-link
{
    font-weight: 600;
    line-height: 40px;
}
.podcast-row
{
    margin-bottom: 40px;
}
@media (max-width: 767px)
{
    .podcast-row .img-responsive, .podcast .img-responsive
    {
        margin:0 auto;
        margin-bottom: 10px;
    }
}
.category-link
{
    padding-left:25px;
    display:block;
    height:25px;
    line-height:25px;
    margin-bottom:5px;
}
.chronicle-link
{
    padding-left:25px;
    display:block;
    margin-bottom:5px;
}
/* HOME */
@media (min-width:1200px)
{
    .col-slider
    {
        width: 920px;
    }
    .col-slider-left
    {
        width: 250px;
    }
}
/* PAGINATION */
.page-row
{
    margin-top: 25px;
    margin-bottom: 25px;
}
.page-row .page
{
    font-weight: 600;
}
.page-row .page.selected
{
    font-weight: 700;
    color: #000;
}
/* Réseaux sociaux */
.share
{
    line-height: 24px;
}
.share a
{
    font-size: 24px;
    margin: 0 5px;
    display: inline-block;
}
.share-small
{
    margin-top: 10px;
}
.share-small a
{
    font-size: 20px;
}