/*
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');

/* CSS CONTAINER*/
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 */


* {
    font-family: 'DM Serif Text', serif;
    font-family: 'Lato', sans-serif;
}

.te
.bold {
    font-weight: bold;
}

.moyen-texte {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.petit-texte {
    font-weight: bold;
    font-size: 1.3rem;
}

.couleur-texte-orange {
    color: #F5A886;
}

.couleur-texte-gris-bleu {
    color: #45526C;
}

.couleur-texte-vert {
    color: #5AA997;
}

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

a:hover {
    color: #878787;
}

h1 {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #4d4d4d;
    margin: 3rem 0;
}

/*
h1 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #272727;
}
*/

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

h2 {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #4d4d4d;
    margin: 3rem 0;
}

h3 {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 0.5rem;
    color: #272727;
}

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

p {
    letter-spacing: 0.025em;
}

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

button {
    background-color: #F5A886;
    color: white;
    border-radius: 100px;
    border: none;
    padding: 0.5em 2em;
}

button:hover {
    background-color: #f9c4ad
}


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

/* Partie header homepage */

.pastilles_photos_intervenants {
    display: flex;
    margin-right: 1rem;
}

.une_pastille_intervenant img {
    border-radius: 50%;
  }

.date-conferenciers {
    background-image: url(medias/img/barre-orange-pointue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding-right: 5rem;
}

.date-conferenciers > p {
    font-size: 2rem;
    color: white;
    margin-bottom: 0px;
    margin-left: 7rem;
    margin-right: 3rem;
}

.slogan {
    max-width: 500px;
    margin-top: 1rem;
    margin-left: 5rem;
}

.slogan > p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-align: right;
 }

/* FIN - Partie header homepage */

.container-logo-infos-conferenciers {
    border-top: solid 2px #F5A886;
    padding-left: 6rem;
    padding-top: 2rem;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.container-primary-menu {
    padding-left: 5rem;
}

.header {
    padding: 15px 0;
    background: #F5F5F5;
    z-index: 999999;
    position: fixed;
    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: auto;
    width: 500px;
}

.header.top .logo img {
    height: 70px;
}

.header.top .container-logo-infos-conferenciers {
    padding-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.header.top .slogan {
    display: none;
}

body:not(.home) .slogan > p {
  font-size: 1.6rem;
  line-height: 1.9rem;
}

body:not(.home) .container-logo-infos-conferenciers {
  padding-top: 1rem;
}

body:not(.home) .logo img {
  width: 450px;
}

body:not(.home) .date-conferenciers > p {
  font-size: 1.7rem;
}

body:not(.home) .date-conferenciers {
  height: 50px;
}

.custom-dispo-red {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 100px;
  margin-right: 10px;
}

.custom-dispo-green {
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 100px;
  margin-right: 10px;
}

/* CSS MENU */

.current-menu-item {
    font-weight: bold;
}


.top-menu {
    width: 100%;
}


.top-menu ul {
    list-style: none;
    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 {
    display: block;
    font-size: 1.05rem;
    margin: 0 20px;
    /* text-transform: uppercase; */
    position: relative;
    color: #87C1B4;
}

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

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

/*
.top-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 5px);
    width: 0%;
    height: 3px;
    background: #272727;
    -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: #ffffff;
    color: #707070;
    width: auto;
    min-width: 300px;
    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.menu-item-has-children: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;
    margin-bottom: 15px;
}

.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;
}

/* CSS GLOBAL */

.container-extrait-conferenciers {
    max-width: 500px;
}


.container-texte-pas-encore-inscrit {
    border-radius: 25px;
    border: dashed 4px #F5A886;
    position: relative;
    margin: 4rem 2rem;
    padding: 2rem;
}

.vignette-point-exclamation {
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
}

.vignette-point-exclamation > p {
    width: 5rem;
    height: 5rem;
    background-color: #5AA997;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: white;
}

.traitille-top-gris {
    border-top: dashed 4px #45526C;
    margin-top: 3rem;
}

.programme-jour {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #F8E4DA;
    margin: 2rem 0rem;
    padding: 0 3rem;
}

.programme-semaine {
    border-radius: 25px;
    border: dashed 4px #F5A886;
    padding: 1rem 3rem;
}

.texte-programme {
    max-width: 70%;
}

.les-trois-c {
    text-align: center;
}

.container-fluid.main, .container.main {
    padding-top: 360px;
}

img {
    max-width: 100%;
}

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

.owl-nav {
    display: flex;
    justify-content: center;
}

.owl-nav, .owl-next {
    font-size: 4rem;
}

.carousel-image {
    max-width: 50%;
    display: block;
    margin: auto;
}

.titre-carousel {
    font-size: 1.5rem;
    margin-top: 20px;
}

.texte-carousel {
    font-size: 1.3rem;
}

.conferenciers-15 {
    border-radius: 10px;
    background-color: #F5A886;
    width: fit-content;
}

.conferenciers-15 > p {
    font-size: 2.5rem;
    margin: 1rem;
}


.image-header-home-background {
    background-image: url(medias/img/image-fond-header-home.png);
    color: white;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    align-items: end;
}

.micro-live {
    width: 350px;
    height: 250px;
    display: flex;
    align-items: end;
    margin-left: 5%;
}

.image-micro-live {
    background-image: url(medias/img/image-micro.png);
    background-size: cover;
    height: 100%;
    
}

.image-micro-live > p {
    font-size: 3rem;
    font-weight: bold;
    margin-left: 9rem;
    margin-top: 6rem;
}

.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 #272727;
}

.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: #272727;
    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;
    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: #272727;
    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: #272727;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

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


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

.ombre-categorie-video {
    border-radius: 30px;
    box-shadow: 0px 7px 15px 2px rgba(0,0,0,0.51);
    padding: 1rem 2rem;
}

.ombre-categorie-video img {
    max-width: 100px;
    margin-top: 1rem;
}

.colcontainer {
    margin-bottom: 2rem;
}

.categories-page-themes {
    border: solid 3px #F5A886;
    padding: 1rem 2rem;
    border-radius: 30px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-page-themes h3 {
    line-height: 3rem;
}

.vignette-etape a {
    display: block;
    overflow: hidden;
}

.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 {
    background: #f7f7f7;
    padding-bottom: 20px;
}

.video-title h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.video-title a {
    display: block;
    text-align: center;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-size: 0.9rem;
    background: #010101;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-transform: uppercase;
}

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

.video-title a:hover {
    background: #878787;;
}


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

.les-intervenants > h1 {
    color: #87C1B4;
}

.les-intervenants h3 {
    font-size: 1.8rem;
    color: #45526C;
}

.les-intervenants .specialisation {
    font-size: 1.5rem;
    color: #45526C;
}

/*
==========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: #272727;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

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

/*
==========TEMPLATE - ETAPE
*/

.blocTime{
    max-width: 680px;
    height: 380px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #eaeaea;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.textTimer{
    background-color: #306039b5;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    padding: 20px 20px 20px;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

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;
}


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

.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: #272727;
    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: #010101;
}

.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;
    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] {
    background: #010101;
    color: #fff !important;
    letter-spacing: 0.025em !important;
    padding: 0 30px !important;
    border: none;
    display: block !important;
    height: 50px;
    border-bottom: 4px solid #d87811;
    line-height: 46px;
    font-size: 1.1rem;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.form-submit input[type=submit]:hover {
    background: #878787;
    border-bottom: 3px solid #747474;
}

#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 {
    background: #010101;
    color: #fff !important;
    letter-spacing: 0.025em !important;
    padding: 0 30px !important;
    border: none;
    display: block !important;
    height: 50px;
    border-bottom: 4px solid #6a6a6a;
    line-height: 46px;
    font-size: 1.1rem;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

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

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


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

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

.footer_menu ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.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;
}

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

footer {
    padding: 0px 0px 60px 0px;
    background: #f7f7f7;
    border-top: 2px solid #d7d7d7;
    border-bottom: 5px solid #272727;
    margin-top: 60px;
}

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

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



/**** RESPONSIVE ****/

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

    .micro-live {
        width: 40%;
    }

    .video_text {
        margin-top: 20px;
    }

    .categories-page-themes {
        min-height: 300px;
    }

    .header .container {
        position: relative;
    }

    .logo img {
        height: auto;
        width: 350px;
    }

    .logo img,
    .header.top .logo img {
        height: 35px;
    }

    .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;
    }

    .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: #262626;
        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: #262626 !important;
        margin-top: 10px;
        transform: rotate(45deg);
    }

    .menu_toggle.active span:after {
        background-color: #262626 !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: rgba(247, 247, 247, 0.98);
        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;
    }

    .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;
    }

    .container.main {
        padding-top: 80px;
    }

}

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

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

    .container.main {
        padding-top: 70px;
    }

    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 {
        margin-top: 40px;
    }

    .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
    }

}

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

    .programme-semaine {
        padding: 0rem 0.5rem;
    }

    .top-menu ul {
        padding: 4rem 3rem 0rem 3rem;
    }

    .container-logo-infos-conferenciers {
        padding-left: 0rem; 
        padding-top: 0rem;
    }

    .texte-programme {
        max-width: 100%;
    }

    .les-trois-c h3 {
        font-size: 2rem;
    }

    .moyen-texte {
        font-size: 1.5rem;
    }

    .container-texte-pas-encore-inscrit {
        margin: 4rem 0px 0x 0px;
    }

    .programme-jour {
        text-align: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .container-fluid.main, .container.main {
        padding-top: 30px;
    }

    .container-extrait-conferenciers {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .infos-conferenciers {
        display: none;
    }

    .conferenciers-15 > p {
        font-size: 1.5rem;
        margin: 1rem;
    }

    .micro-live {
        display: none;
    }

    .logo img,
    .header.top .logo img {
        height: 30px;
    }

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

    .container.main {
        padding-top: 60px;
    }

    .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;
    }

    .container.main {
        padding-top: 60px;
    }

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

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

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

}