/*
Theme Name: FNA - parcours-naturo.fr
Theme URI: https://parcours-naturo.fr/
Author: PureSant�
Author URI: https://www.pure-sante.info/
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 */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap');
/*variable couleurs */
:root {
    --jaune: #FCEA0F;
    --orange: #F39200;
    --vert: #95C11E;
    --bleu: #1D70B7;
    --rouge: #E6332A;
  }
/* CSS CONTAINER*/
body,
html {
    font-family: 'Cairo', sans-serif;
    color: #171717;
    font-size: 18px;
    line-height: 1.6;
    background: rgb(255,255,255);
}

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: #355957;
}

a:hover {
    color: #878787;
}

h1 {
    font-family: 'Cairo', sans-serif;
    display: block;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #355957;
}

h1 span {
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #183C39;
}

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

h2 {
    font-family: 'Cairo', sans-serif;
    display: block;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #183C39;
    margin-bottom: 1.5rem;
}

h3 {
    font-family: 'Cairo', sans-serif;
    display: block;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 1.1rem;
    color: #183C39;
}

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

p {
    letter-spacing: 0.025em;
}

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


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

.header {
    padding: 5px 0;
    padding-top:0;
    background: white;
    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;
    margin: 0 auto;
    width: 100%;
    border-bottom: 2px solid #183C39;
    padding: 5px;
    background: #183C39;
}

.logo img {
    height: auto;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ECDACC;
    border-radius: 5px;
}

.header.top .logo img {
    width: 400px;
}

/* CSS MENU */

.top-menu ul {
    list-style: none;
    text-align: center;
    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;
}

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

.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: #183C39;
    -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;
}

body.pratique ul li.videos a:after,
body.conseils ul li.videos a:after,
body.webinaire ul li.videos a:after,
.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%;
}

body.pratique ul li.videos a,
body.conseils ul li.videos a,
body.webinaire ul li.videos a,
.top-menu ul li.current-menu-parent a,
.top-menu ul li.current-menu-item a,
.top-menu ul li.current_page_item a {
    color: #355957;
}

body.pratique ul li.videos ul li.pratique a,
body.conseils ul li.videos ul li.conseils a,
body.webinaire ul li.videos ul li.webinaire a {
    color: #010101;
}

/* 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: 500px;
    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(15% - 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;
}

/* CSS GLOBAL */

.container.main {
    padding-top: 200px;
    background: white;
}

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 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: 0px;
    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: #183C39;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #355957;
    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: #355957;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.42); 
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.42);
}


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

.videos_list .video_item .cta-video:hover {
    background: #a58b5b;
    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: var(--orange);
    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: var(--rouge);
    color: #fff;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.video_pdf .cta-pdf:hover {
    background: var(--bleu);
    color: #fff;
}


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

.page-template-page-parent-categorie img.vignettes-categories {
    max-width: 200px;
    border-radius: 50%;
}

.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
*/


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

.ebooks .ebook .cta-pdf:hover {
    background: var(--rouge);
    color: #fff;
}

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


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 #183C39;
    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 #183C39;
    -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 var(--orange);
    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: #355957;
    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;
    font-size: 15px;
    margin: 0 20px;
    padding: 15px 10px;
    opacity: 1;
}

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

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

footer p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #878787;
    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;
    }

    .logo {
      float: left;
    }

    .menu_toggle {
        display: block;
        position: absolute;
        top: 30px;
        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: white;
        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: 140px;
    }

}

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

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

    .header {
        padding: 0px;
        background: #183C39;
        border-bottom: 2px solid #183C39;
    }

    .logo{
        float: left;
        max-width: 100%;
        border: none;
    }

    .logo img {
        width: 250px;
    }

    .header.top .logo img {
      width: 350px;
    }

    .menu_toggle {
        top: 20px;
    }

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

    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) {

    .logo {
        max-width: 240px;
    }

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

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

    .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: 100px;
    }

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

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

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

}