/*
Theme Name: Publishing Factory BACKEND
Theme URI: https://url-du-backend.com/
Author: Publishing Factory
Author URI: https://www.pubfac.com/
Description: Template pour backend
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: no-tag

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Import fonts from google - à modifier selon la charte graphique du projet */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');

/* CSS CONTAINER*/

body{
    /*background-image: url(https://static-wp.radiolondressante.com/radiolondressante.com/wp-content/uploads/2024/06/05094944/rls-bg-texture.jpg);*/
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
       background: #fafafa;
}

body,
html {
    font-family: 'Open Sans', sans-serif;
    color: #171717;
    font-size: 18px;
    line-height: 1.6;
}

a, .logo img, .cta, .btn, .bdc_cta a .fas, .form-submit input[type=submit] {
    transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("css/webfonts/fa-solid-900.eot");
    src: url("css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("css/webfonts/fa-solid-900.woff2") format("woff2"), url("css/webfonts/fa-solid-900.woff") format("woff"), url("css/webfonts/fa-solid-900.ttf") format("truetype"), url("css/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/* CSS POLICE */

a {
    text-decoration: none !important;
    color: #0A0A0B;
}

a:hover {
    color: #878787;
}

h1 {
    font-family: classico-urw, sans-serif;
    display: block;
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    letter-spacing: -1px;
    color: #0A0A0B;
    text-transform: uppercase;
}

h1 span {
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    color: #0A0A0B;
    text-transform: uppercase;
}

h1 span.category {
    font-size: 2.5rem;
    text-transform: uppercase;
}

h2 {
    font-family: classico-urw, sans-serif;
    display: block;
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    letter-spacing: -1px;
    color: #0A0A0B;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

h3 {
    font-family: classico-urw, sans-serif;
    display: block;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 1.1rem;
    color: #0A0A0B;
}

h4 {
    display: block;
    font-size: 1.3rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin-bottom: 1.1rem;
    color: #0A0A0B;
}

p {
    letter-spacing: 0.025em;
}

p.erreur-non-connecte {
    color: #010101;
}

.wp-block-button__link{
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.is-style-outline a , .is-style-filled a{
  transition:300ms ease-in-out;
}

.is-style-outline a:hover , .is-style-filled a:hover{
    background-color: #f7f7f7!important;
}

/*
==========HEADER
*/

.header {
    padding: 0;
        background: #344252;
    z-index: 999999;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0,0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0,0, 0.2);
}

.logo {
    display: block;
    float: left;
}

.logo img {
    height: 115px;
    width: auto;
    padding: 5px;
}

.header.top .logo img {
    height: 90px;
    padding: 10px;
}

/* CSS MENU */

.top-menu {
    float: right;
}

.top-menu ul {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

.top-menu ul li {
    display: inline-block;
    line-height: 55px;
    position: relative;
}

.header.top .top-menu ul li {
    line-height: 45px;
    position: relative;
}

.top-menu li.home a:before {
    content: "\f015";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.top-menu li.videos a:before {
    content: "\f144";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

/* Activer seulement pour le sous menu page videos

.top-menu li.videos {
    padding-right: 20px;
    cursor: context-menu;
}

.top-menu li.videos a {
    pointer-events: none;
}

.top-menu li.videos:after {
    position: absolute;
    top: 2px;
    right: 10px;
    content: "\f078";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #010101;
    -webkit-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    opacity: 1;
}

.top-menu li.videos:hover:after {
    transform: rotate(-180deg);
}

*/

.top-menu li.gifts a:before {
    content: "\f06b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.top-menu li.tech a:before {
    content: "\f7d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.top-menu ul li a {
    font-family: classico-urw, sans-serif;
    display: block;
    font-weight: 900;
    font-size: 1.05rem;
    margin: 0 20px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    height: 115px;
    padding-top:25px;
}

.top-menu ul .current_page_item a {
   
    color: #b3e051;
    
}

.header.top .top-menu ul li a {
    font-size: 0.95rem;
    height: 90px;
}

.top-menu ul li.tech a {
    margin-right: 0;
}

.top-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
    width: 0%;
    height: 3px;
    background: #96bc43;
    -webkit-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.top-menu ul li.current-menu-parent a:after,
.top-menu ul li.current-menu-item a:after,
.top-menu ul li.current_page_item a:after,
.top-menu ul li a:hover:after {
    width: 80%;
}

/* CSS MENU DEROULANT*/

.top-menu ul li ul.sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    background: #f7f7f7;
    width: auto;
    min-width: 100%;
    text-align: left;
    padding: 10px 0;
    border: 1px solid #d7d7d7;
    -webkit-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.top-menu ul li.videos:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.top-menu ul li ul.sub-menu:before {
    position: absolute;
    top: -10px;
    left: calc(50% - 5px);
    display: block;
    height: 10px;
    width: 10px;
    content: "\f0de";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #d7d7d7;
    font-size: 20px;
    line-height: 20px;
}

.header.top .top-menu ul li ul.sub-menu:before {
    top: -8px;
}

.top-menu ul li ul.sub-menu li,
.header.top .top-menu ul li ul.sub-menu li{
    display: block;
    line-height: 2;
}

.top-menu ul li ul.sub-menu li a {
    font-size: 1rem;
}

.top-menu li.videos ul.sub-menu li a {
    pointer-events: initial;
}

.top-menu ul li ul.sub-menu li.current-menu-item a,
.top-menu ul li ul.sub-menu li a:hover {
    color: #010101;
}

.header.top .top-menu ul li ul.sub-menu li a {
    font-size: 0.85rem;
}

.top-menu ul li ul.sub-menu li a:after,
.top-menu ul li ul.sub-menu li a:before {
    display: none;
}

.top-menu ul li.videos a:hover:after {
    width: 0%;
}

.menu_toggle {
    display: none;
}

.menu-cta-button{
    background: #96bc43;
    color:#010101;
    padding: 0 1.333em;
    display:none !important;
    transition:300ms ease-in-out;
    
}

.alx-logged-out .menu-cta-button{
    display: inline-block!important;
}

.alx-logged-out .menu-cta-button.rls-live-button{
    display: none!important;
}

.menu-cta-button.rls-live-button{
   
    display:inline-block!important;
    
}



.menu-cta-button:hover{
    background: #79a812;
}
.menu-cta-button a{
    color: #fff !important;
    height: auto !important;
    padding: 0 !important;
}

.menu-cta-button a:after{
    display: none !important;
}
/* CSS SEARCH FORM */

.menu-search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 10px;
    box-shadow: 0px 10px 40px -16px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    border-radius: 10px 0px 0px 10px;
}
.menu-search-form input{
   border:0px;
   padding: 10px;
}
.menu-search-form button{
    border:0px;
    border-radius: 100px;;
 }
.menu-search-form.active {
    display: block;
}

.menu .fa-search {
    cursor: pointer;
    font-size: 18px;
}

/* HOMEPAGE */

.rls-live-nosubs-block{
    text-align: center;
    max-width: fit-content;
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    margin-top: -50px !important;
    margin-bottom: 50px !important;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 20px;
}

.rls-live-nosubs-block figure img{
border-radius: 20px;
margin-right:20px;
}
.episode-home-template{
    display: flex;
    flex-wrap: wrap;
}

.episode-home-template .wp-block-post{
    width: 50%;
    padding: 7px;

}
.episode-home-block {
   
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 20px;
   
}

.episode-home-block img{
   
    border-radius: 20px;
   
}



.wp-block-post-excerpt__more-link{
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    border: 2px solid;
    padding: .667em 1.333em;
    margin-top: 20px;
    background-color: #F7F7F7;
}

.cta-block-nosubs .wp-block-column.container{
    margin-bottom: -123px !important;
}

.cta-block-nosubs{
    display:none;
}

.alx-logged-out .cta-block-nosubs{
    display:block;
}

/* CSS GLOBAL */


img {
    max-width: 100%;
}

/*
==========TEMPLATE - HOME
*/


.home_pdf {
    text-align: center;
    padding: 20px 0;
}

.home_pdf a {
    font-size: 1.2rem;
    vertical-align: baseline;
}

.home_pdf a .fas {
    font-size: 2rem;
    vertical-align: baseline;
    margin-left: 10px;
    color: #878787;
}

.partner_intro {
    background: #f7f7f7;
    margin: 30px auto;
}

.partner_intro .partner_image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #0A0A0B;
}

.partner_intro .partner_image p {
    display: block;
    margin: 0;
    color: #878787;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 10px 0 15px 0;
    text-align: center;
    letter-spacing: 0.025em;
}

.partner_text {
    text-align: justify;
}

.program_introduction {
    margin: 30px auto;
    padding-top: 20px;
    text-align: justify;
}

.bdc_cta {
    margin: 60px auto 30px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d7d7d7;
    text-align: center;
}

.bdc_cta p {
    color: #878787;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.bdc_cta a {
    display: inline-block;
    width: 70%;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    background: #010101;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #6a6a6a;
    letter-spacing: 0.025em;
    padding: 0 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.bdc_cta a .fas {
    margin-left: 10px;
}

.bdc_cta a:hover {
    background: #878787;
    border-bottom: 3px solid #747474;
}


/* CSS VIDEO */

.videos_list {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.videos_list .video_item {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.videos_list .video_item.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.videos_list .video_item .cta-video {
    display: inline-block;
    width: auto;
    padding: 0 35px;
    background: #0A0A0B;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.videos_list .video_item .cta-video:hover {
    background: #4d4d4d;
    color: #fff;
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.video_pdf {
    background: #e7e7e7;
}

.pdf_picto {
    color: #0A0A0B;
    font-size: 6rem;
    text-align: center;
}

.video_pdf h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
}

.video_pdf .cta-pdf {
    display: inline-block;
    width: auto;
    padding: 0 35px;
    background: #0A0A0B;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.video_pdf .cta-pdf:hover {
    background: #4d4d4d;
    color: #fff;
}

/*
==========TEMPLATE - ABF AUDIO
*/

.page-template-page-abf-audio {
	    background: #95bc44;
}


.page-template-page-abf-audio header, .page-template-page-abf-audio footer{
	display:none !important;
}

.abf-audio .abf-header{
	    background: #344252;
		position:relative;
}

.abf-audio .abf-logo{
	    width:333px;
}

.abf-audio .content{
	    padding:50px;
	
}

.page-template-page-abf-audio .comments-area {
	  margin-bottom: 150px;
	
}

/*
==========TEMPLATE - CATEGORIES
*/

.video-grid{
    padding: 20px;
border-radius: 25px;
background: #fff;
box-shadow: rgb(0 0 0 / 18%) 0px 0px 20px;
}


.vignette-etape a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.vignette-etape a img {
    outline: none !important;
    border: none !important;
    display: block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-transform-style:preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vignette-etape a:hover > img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.video-title {
    padding-top:15px;
}

.video-title h3 {
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
   
}

.video-title a {
    display: block;
    text-align: center;
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    border: 2px solid;
    padding: .667em 1.333em;
    background-color: #F7F7F7;
    font-size: 0.9rem;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    
}

.video-title a .fas,
.video-title a .far {
    margin-left: 5px;
    font-size: 1.08rem;
}

.video-meta{
    font-size: 14px;
    color: #686868;
}

.categories-filter-nav{
    padding: 30px;
    border-radius: 30px;
   background: rgb(0 0 0 / 35%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
}

.categories-filter-nav .btn{
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    border: 2px solid;
    padding: .667em 1.333em;
    background-color: #F7F7F7;
    font-size: 0.9rem;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color:#0A0A0B;
    transition: 300ms ease-in-out;
}

#load-more-wrapper .btn{
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    border: 2px solid;
    padding: .667em 1.333em;
    background-color: #F7F7F7;
    -webkit-border-radius: 25px;
    border-radius: 0px;
    color:#0A0A0B;
    transition: 300ms ease-in-out;
}

.categories-filter-nav .btn:hover, #load-more-wrapper .btn:hover{
    
    background-color: #96bc43;
   
}
.categories-filter-nav .btn.active{
    
    background-color: #96bc43;
  
}
.pagination{
    justify-content: center;
}
.pagination .next, .pagination .prev{
    font-weight: 700;
    padding:10px;
}

.pagination .page-numbers{
    padding: 5px;
}

/*
==========TEMPLATE - CADEAUX
*/


.ebooks .ebook {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ebooks .ebook.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ebook h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
}

.ebooks .ebook .cta-pdf {
    display: inline-block;
    width: auto;
    padding: 0 35px;
    background: #0A0A0B;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.ebooks .ebook .cta-pdf:hover {
    background: #4d4d4d;
    color: #fff;
}

/*
==========TEMPLATE - EPISODE
*/


p.erreur-non-connecte,
p.pas-de-video {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
}

p.erreur-non-connecte {
    color: #010101;
}

.partie_text_bas {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.audio_container p {
    margin-bottom: 0;
}

.audios,
.dossier_cadeau {
    border-top: 1px solid #d7d7d7;
}

.audio_container audio {
    width: 100%;
}

.dossier_cadeau img {
    max-height: 500px;
    width: auto;
}

.visual_tests {
    border-top: 1px solid #d7d7d7;
}

.visual_tests .visuel img {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}


.episode-title{
    background: #96bc43;
    color: #010101;
    padding: 50px;
    padding-bottom: 150px;
    text-align:center;
    
}

.episode-title h1{
   
    color: #010101;
  
}


.single-video .rls-player{
    margin-top: -100px;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 20px;

}

.single-video .rls-player img{
    border-radius:20px;

}

.page-numbers.current{
    font-weight: bold;
}

.close.btn-player.enable:before{
	color:#000 !important;
}

.sr-playlist-item { 
    border-radius: 20px; 
    margin: 10px 0; }

/*
==========COMMENTAIRES
*/

.comments-area{
    background: #fff;
    padding: 30px;
    border: 4px solid #f7f7f7;
}

.comment-list {
    list-style: none;
    padding: 0px;
}

.comment-list li {
    padding: 15px 15px 15px 80px;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.comment-list li .comment-author {
    font-size: 14px;
}

.comment-list li .comment-author cite {
    font-style: normal;
    text-transform: uppercase;
}

.comment-list li .comment-author cite a {
    color: #878787;
    pointer-events: none;
}

.comment-list li .comment-author .says {
    display: none;
}

.comment-list li .comment-meta {
    margin-bottom: 10px;
}

.comment-list li .comment-author img {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment-list li .comment-meta.commentmetadata {
    margin-bottom: 0;
}

.comment-list li .comment-meta.commentmetadata a {
    color: #0A0A0B;
    font-size: 0.85rem;
    pointer-events: none;
}

.comment-list li .comment-meta.commentmetadata a.comment-edit-link {
    color: #010101;
    pointer-events: initial;
    display: none;
}

.comment-list li .comment-body .reply a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #878787;
    font-size: 0.85rem;
    padding: 0 20px;
    -webkit-border-radius: 15px;
    border-radius: 155px;
}

.comment-list li .comment-body .reply a:after {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}

.comment-list li .comment-body .reply a:hover {
    background: #79a812;
}

.comment-list li ol.children {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

.comment-body a {
    display: block;
}

.no-comments {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 20px;
    margin-top: 20px;
}

.comment-respond h3 {
    padding-top: 20px;
    margin-top: 60px;
    font-weight: 700;
    border-top: 1px solid #d7d7d7;
}

.comment-respond br {
    display: none;
}

.comment-form-comment label {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
    color: #010101;
    font-weight: 700;
    font-size: 1.2rem;
}

.comment-form-comment textarea {
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 200px;
    min-height: 200px;
    resize: none;
    padding: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.comment-form input[type=text],
.comment-form input[type=email] {
    display: block;
    margin-top: 10px;
}

.comment-form {
    font-size: .85rem;
}

.form-submit {
    padding-top: 15px;
}

.form-submit input[type=submit] {
    font-family: classico-urw, sans-serif;
    background: #96bc43;
    color: #010101 !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
    padding: 0 30px !important;
    border: none;
    display: block !important;
    line-height: 46px;
    font-size: 1.1rem;
    
}

.form-submit input[type=submit]:hover {
    
    background: #79a812;
}

#respond a {
    display: none;
}

.logged-in-as {
    display: none;
}

/*
==========TEMPLATE - FAQ
*/

.faq-block {
    border-top: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: #f7f7f7;
}

.faq-block .question-title {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.15rem;
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 4px solid #d87811;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    cursor: pointer;
}

.faq-block .question-title:after {
    position: absolute;
    top: 15px;
    right: 20px;
    content: "\f13a";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #010101;
    font-size: 1.6rem;
    -webkit-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    opacity: 1;
}

.faq-block.active .question-title:after {
    transform: rotate(-180deg);
}

.faq-block .question-title .far {
    color: #010101;
    font-size: 1.4rem;
}

.faq-block.grey .question-title {
    background: #e7e7e7;
}

.faq-block.white .question-title {
    background: #fff;
}

.faq-block .answer {
    display: none;
    padding: 20px;
    border-bottom: 2px solid #d7d7d7;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

.faq-block.block-1 .answer {
    display: block;
}

/*
==========TEMPLATE - 404
*/

.backhome {
    display: inline-block;
    width: auto;
}

.backhome a {
    font-family: classico-urw, sans-serif;
    background: #010101;
    color: #fff !important;
   font-weight: 900 !important;
    letter-spacing: -1px !important;
    padding: 0 30px !important;
    border: none;
    display: block !important;
    line-height: 46px;
    font-size: 1.1rem;
   
}

.backhome a:hover {
    background: #878787;
    
}

.backhome a .fas {
    margin-left: 10px;
}


/*
==========FOOTER
*/

.footer_menu {
    padding: 20px 0;
    background: #0A0A0B;
    color: #fff;
}

.footer_menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
}

.footer_menu ul li {
    display: inline-block;
    width: auto;
}

.footer_menu ul li a {
    color: #fff;
    display: block;
    margin: 0 20px;
    padding: 15px 10px;
    opacity: 1;
    font-family: classico-urw, sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.footer_menu ul li a:hover {
    opacity: 0.6;
}

footer {
    padding: 0px 0px 60px 0px;
    background: #0A0A0B;
   
}

footer p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.025em;
}

footer p.disclaimer {
    font-weight: 300;
    font-size: 0.75rem;
    text-align: justify;
    text-align-last: center;
}



/**** RESPONSIVE ****/

@media screen and (max-width: 1200px) {
    .header .container {
        position: relative;
    }

   

    .menu_toggle {
        display: block;
        position: absolute;
        top: 2px;
        right: 15px;
        transition: all ease-in 0.3s;
        -webkit-transition: all ease-in 0.3s;
        -ms-transition: all ease-in 0.3s;
        -o-transition: all ease-in 0.3s;
        cursor: pointer;
        z-index: 1;
        height: 100%;
        align-content: center;
    }

    .menu_toggle .hamburger {
        display: inline-block;
        height: 22px;
        margin-left: 0;
        width: 35px;
        position: relative;
        vertical-align: middle;
    }

    .menu_toggle .hamburger span,
    .menu_toggle .hamburger span:after,
    .menu_toggle .hamburger span:before {
        background-color: #96bc43;
        content: '';
        display: block;
        height: 3px;
        transition: all ease-in 0.2s;
        -webkit-transition: all ease-in 0.2s;
        -ms-transition: all ease-in 0.2s;
        -o-transition: all ease-in 0.2s;
        width: 100%;
    }

    .header .menu_toggle .hamburger span:before {
        position: absolute;
        margin-top: 10px;
    }

    .header .menu_toggle .hamburger span:after {
        position: absolute;
        margin-top: 20px;
    }

    .menu_toggle.active span,
    .menu_toggle.active .hamburger span:before,
    .menu_toggle.active .hamburger span:after {
        background-color: transparent;
    }

    .menu_toggle.active span:before {
        background-color: #96bc43 !important;
        margin-top: 10px;
        transform: rotate(45deg);
    }

    .menu_toggle.active span:after {
        background-color: #96bc43 !important;
        margin-top: 10px !important;
        transform: rotate(-45deg);
    }

    .header .top-menu {
        display: block;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: row;
        position: fixed;
        left: 0;
        top: calc(-100%);
        width: calc(100%);
        min-height: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        background-color: #344252;
        transition: all ease-in 0.5s;
        -webkit-transition: all ease-in 0.5s;
        -ms-transition: all ease-in 0.5s;
        -o-transition: all ease-in 0.5s;
        z-index: -1;
        opacity: 0;
    }

    .header .top-menu.active {
        top: 0;
        opacity: 1;
    }

    .top-menu ul {
        text-align: left;
    }

    .top-menu ul li,
    .header.top .top-menu ul li {
        display: block;
        line-height: initial;
        position: relative;
        margin-bottom: 40px;
    }

    .top-menu ul li.videos,
    .header.top .top-menu ul li.videos {
        margin-bottom: 15px;
    }

    .top-menu li.videos:after {
        top: 4px;
    }

    .top-menu ul li.last {
        margin-bottom: 0;
    }

    .top-menu ul li a,
    .header.top .top-menu ul li a {
        margin: 0;
        display: inline-block;
        width: auto;
        padding-bottom: 10px;
        font-size: 1.2rem;
        padding-top: 0;
        height: auto;
    }

    .top-menu ul li ul.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative;
        top: initial;
        border: none;
        padding-left: 30px;
        padding-top: 25px;
        background: transparent;
    }

    .top-menu ul li ul.sub-menu:before {
        display: none;
    }

    .top-menu ul li ul.sub-menu li,
    .header.top .top-menu ul li ul.sub-menu li{
        line-height: initial;
        margin-bottom: 10px;
    }

    .top-menu ul li ul.sub-menu li a,
    .header.top .top-menu ul li ul.sub-menu li a {
        line-height: initial;
        font-size: 1.1rem;
    }

   

    .episode-title {
        padding-bottom:0;
    }

}

@media screen and (max-width: 768px) {

    html, body { font-size: 17px; }

    

    h1 { font-size: 2.5rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.4rem; }
    h4 { font-size: 1.05rem; }

    h1 span {
        font-size: 1.2rem;
    }

    .col-sm-3,
    .audio_container .col-sm-4,
    .audio_container .col-sm-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dossier_cadeau img {
        max-height: 400px;
    }

    .faq-block .question-title {
        padding-right: 80px;
        font-size: 1rem;
    }

   

    .footer_menu ul li {
        display: block;
        padding-bottom: 15px;
    }

    .bdc_cta a {
        font-size: 1.1rem;
        height: auto;
        line-height: 1.2;
        width: 100%;
        padding: 15px 30px
    }

    .rls-live-nosubs-block figure img{
        width: 100px !important;
        margin-right:10px;
        }

        .episode-title {
            padding:10px;
            padding-bottom: 40px;
        }

        .categories-filter-nav{
            padding: 15px;
            overflow-x: scroll;
            flex-wrap: nowrap !important;
        }

        .vignette-etape a {
            width: 67%;
    margin: 0 auto;
        }

        .abf-audio .content {
    padding: 20px;
    padding-bottom: 100px;
}

}

@media screen and (max-width: 575px) {

   

    .menu_toggle,
    .header.top .menu_toggle {
        top: 0px;
    }

   

    .partner_image {
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .col-sm-3,
    .audio_container .col-sm-4,
    .audio_container .col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width: 340px) {

    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }
    h3 { font-size: 1.4rem; }
    h4 { font-size: 1.05rem; }

    .top-menu ul li, .header.top .top-menu ul li {
        margin-bottom: 25px;
    }

    .top-menu ul li ul.sub-menu {
        padding-top: 15px;
        padding-bottom: 0;
    }

   

    .partner_text,
    .program_introduction {
        text-align: left;
    }

    .bdc_cta p {
        font-size: 1.1rem;
    }

    .bdc_cta a {
        font-size: 1rem;
        padding: 15px 20px;
    }

}