.container {max-width:1000px;}
ul { line-height:1.2; }
nav.navbar { background:#fafafa; padding:10px; border-bottom:1px solid #f0f0f0; position:sticky; min-height:58px;}
nav.navbar.top {top:0; z-index:1000;}
nav.navbar.footer {bottom:0; z-index:1000; border-top: 1px solid #f0f0f0; position:fixed;bottom:0;left:0;right:0;}
nav.navbar.footer a {
    text-decoration: none;
    color:#edaa00;
}
nav.navbar.footer .next a,
nav.navbar.footer .prev a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edaa00;
    width: 45px;
    height: 45px;
    border-radius: 10px;
}
nav.navbar.footer .go-home a {
    display: block;
    background: #edaa00;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}
body{font-family: 'Poppins', sans-serif; font-size:14px;}
main#app {padding-top:20px;padding-bottom:150px;}
main#app .page {display:none;}
main#app .page.active {display: flex;}
main#app .page.quizz .display {display:none;} 
main#app .logo {
	max-width:120px;
}
a#opNav {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
nav.navbar #type .apprentissage, nav.navbar #type .questionnaire {
    display: inline-flex;
    align-items: center;
}
nav.navbar #type .apprentissage::before {
    content:url('../images/book.svg');
    display: block;
    width: 30px;
    margin-right: 10px;
}
nav.navbar #type .questionnaire::before {
    content:url('../images/exam.svg');
    display: block;
    width: 30px;
    margin-right: 10px;
}
nav .cpt_page {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
}
nav .cpt_page .current {
    margin-left: 5px;
}
nav .cpt_page .total {
    
}
blockquote {
    background: #edaa00;
    padding: 2em;
    color: white;
    font-weight: 600;
}
#menu {
    max-width: 350px; 
    position: fixed;
    top:0;
    left:-350px;
    bottom:0;
    background: white;
    z-index: 9999;
    padding:60px 30px; 
    transition:all .4s ease-in-out;
    overflow-y: auto;
}
#menu.active {
    left:0;
}
#menu #closeNav {
    position: absolute;
    top:10px;
    right:10px;
}
#menu span.title {
    color: #edaa00;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 30px;
}
#menu ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
#menu ul ul li::before {
    content:'';
    display: block;
    width:10px;
    height:10px;
    border-radius: 100%;
    border: 1px solid #edaa00;
    transform: translateX(-5px);
    background: white;
}
#menu ul ul li {
    display: inline-flex;
    border-left: 1px solid #edaa00;
    padding-bottom: 15px;
    width: 100%;  
}
#menu ul ul li a {
    text-decoration: none;
}
#menu ul ul li a span {
    display: block;
}
#menu ul ul li a span:first-child {
    color:#0093c9;
}
#menu ul ul li a span:last-child {
    color: #edaa00;
    font-weight: 800;
}
#menu ul li.head:first-child::before {
    content: url(../images/book.svg);
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#menu ul li.head:last-child::before {
    content: url(../images/exam.svg);
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#menu span.head {
    background: #edaa00;
    color: #000;
    padding: 10px;
    display: inline-block;
    font-weight: 700;
    margin: 10px auto;
}
#app h1 {
    background: #edaa00;
    font-weight: 800;
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 15px;
    display: inline-block;
    color: white;
    padding: 15px;
    margin-right: 15px;
} 
#app .page h2 {
	font-weight: 600;
    font-size: 20px;
    background: #000;
    color: white;
    display: inline-block;
    padding: 15px;
}
#app .page h3 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
#app .page header {
    margin-bottom:35px;
    border-bottom:5px solid #edaa00;
    padding-bottom:5px;
    width:100%;
}
#app .page header h1 {
    background:transparent;
    color:#edaa00;
    margin:0;
    padding:0;
    display: block;
}
#app .page header h2 {
    font-weight: 600;
    font-size: 20px;
    background: transparent;
    color: #000;
    display:block;
    padding: 0;
    margin: 0;

}
#app .page header h3 {
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    width: 100%;
    color: #000;
    margin-top:15px;
}
#app .page p.stronger {
    font-size: 20px;
    line-height: 1;
    display: block;
    margin: 25px auto;
    font-weight: lighter;
    color: #0093c9;
}
#app .page .saviez_vous {
    padding: 25px 45px;
    border: 2px dashed #edaa01;
    border-radius: 0 50px;
    position: relative;
    margin: 70px 35px;
}
#app .page .saviez_vous::before {
    content: url(../images/question.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    background: #edaa00;
    padding: 15px;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    left: -35px;
}
#app .page .saviez_vous h4 {
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
#app .page .saviez_vous p:last-child {
    margin-bottom:0;
}
#app .page .slider .content {
    background: white;
    padding: 25px;
}
#app .page .slider .owl-dots {
    text-align: center;
}
#app .page .slider .owl-dots button.owl-dot {
    border: 2px solid #edaa01;
    color: black!important;
    padding: 10px!important;
    margin: 5px;
    border-radius: 10px;
}
#app .page .slider .owl-dots button.owl-dot.active {
    background: #edaa01!important;
}
#app .page .slider .content h4 {
    font-weight: 800;
    color: #edaa00;
    margin-bottom: 25px;
}
#app #introduction h1 {
    background:transparent;
	text-align: center;
	margin: 30px auto;
	border:none;
    color:#edaa00;
    padding:0;
}
#app #introduction h2 {
    font-size:1.5rem;
}
#app #introduction2 h2.entete {
    background: #000;
    display: inline-block;
    padding: 10px;
    color: white;
    font-size: 20px;
}
#app #introduction2 ul.choices {
    padding:0;
    margin:0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
#app #introduction2 a.link {
    color: #edaa00;
    text-decoration: none;
}
#app #introduction2 ul.choices > li {
    width:50%;
}
#app #introduction2 ul.choices li a {
    display: block;
    background: #edaa00;
    color: black;
    padding: 30px 0;
    height: 100%;
    margin: 0 15px;
    text-decoration: none;
    display: flex;
}
#app #introduction2 ul.choices li a div.content {
    margin:auto;
    width: 100%;
    padding: 0 30px;
}
#app #introduction2 ul.choices li a img {
    max-width: 80px;
    margin: auto auto 15px;
    display: block;
}
#app #introduction2 ul.choices li a h2 {
    font-weight:800;
    text-align: center;
}
#app #introduction2 ul.choices ul.details {
    margin:0;
    padding:0;
    list-style-type: none;
}
#app #introduction2 ul.choices ul.details li {
    margin:10px auto;
}
#app #introduction2 ul.choices ul.details li.time::before {
    content:url('../images/clock.svg');
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
#app #introduction2 ul.choices ul.details li.activites::before {
    content:url('../images/exam.svg');
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
#app #introduction2 ul.choices li .btn-action {
    display: block;
    background: black;
    color: white;
    padding: 1em;
    text-align: center;
    margin-top: 20px;
}
#app .btn {
	    outline: none;
    background: #0093c9;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    width: 250px;
    padding: 1em 0;
    margin: 35px auto;
    display: block;
}
#app .chapitres .chapitre {
	overflow:hidden;
	display: block;
	margin:15px auto;
	background:white;
	text-decoration: none;
    -webkit-box-shadow: 10px 10px 70px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 70px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 70px 0px rgba(0,0,0,0.1);
}
#app .chapitres .chapitre h2 {
	color:#0093c9;
	font-weight:400;
	font-size:15px;
	margin-bottom:0;
}
#app .chapitres .chapitre .content {
	padding: 2em 15px;
}
#app .chapitres .chapitre h3 {
	color: #edaa00;
    font-weight: 800;
    font-size: 18px;
    margin-bottom:0;
}
#app video {
	max-width: 70%;
    border: 2px solid #000;
    outline: none;
    margin: auto;
    display: block;
}
#app span.time {
	display: block;
    background: #000;
    color: white;
    font-weight: bold;
    margin-top: -10px;
    padding: 15px;
        max-width: 70%;
    margin: auto;
}
#app span.time::before {
    content: url(../images/clock.svg);
    display: inline-flex;
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
    filter:invert(1);
}
#app .accordion .title {
    color: #edaa01;
    font-weight: 800;
    font-size: 25px;
    margin-top: 25px;
    display: block;
    background: #fafafa;
    padding: 25px;
    cursor: pointer;
}
#app .accordion .title::after {
	content: url(../images/chevron.svg);
    display: inline-flex;
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
#app .accordion div.content {
	background: #fafafa;
    padding: 25px;
    display: none;
}
#app .accordion div.content.open {
	display: block;
} 
#app table {
    border: 1px solid #edaa00;
    margin: 30px auto;
}
#app table thead {
    background: #edaa00;
}
#app table thead tr th, #app table tbody tr td {
    padding:15px;
}
#app table tbody tr, #app table tbody td {
    vertical-align: top;
}
#app table tbody tr td {
    border-top:1px solid #eee;
}
#app table tbody tr td.no-line {
    border-top: none;
    padding: 0px 15px;
}
#app .page ul#categoryAccordion {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#app .page ul#categoryAccordion li {
    background: #edaa00;
    padding: 15px;
    margin: 5px auto;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition:all .3s ease-in-out;
}
#app .page ul#categoryAccordion li:hover, #app .page ul#categoryAccordion li:active, #app .page ul#categoryAccordion li:focus, #app .page ul#categoryAccordion li.active {
    background:#000;
    color:white;
}
#app .page ul#categoryAccordion li:first-child {
    margin-top:0;
}
#app .page div#accordion[data-type="categoryAccordion"] {
    border: 2px solid #000;
    padding: 25px;
}
#app .page div#accordion[data-type="categoryAccordion"] .item {
    display: none;
}
#app .page div#accordion[data-type="categoryAccordion"] .item.active {
    display:block;
}
#app .page .slider .owl-nav {
    margin-top:15px;
    text-align: center;
}
#app .page .slider .owl-nav button {
    margin:3px;
}
#app .page .slider .owl-nav button.disabled {
    display: none;
}
#app .page .slider .owl-nav button span {
    display: block;
    background: black;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: white;
    border-radius: 100%;
}
#app .page ul.glossaire {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#app .page ul.glossaire li {
    width: 40px;
    height: 40px;
    background: #edaa00;
    color: #000;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin: 5px;
    cursor: pointer;
}
#app .page.page-glossaire table tbody tr td {
    border-bottom:1px solid #edaa00;
}
#app .page.page-glossaire table tbody tr td:first-child {
    width:70%;
}
#app .page.quizz .sub_title {
    font-style: italic;
    display: block;
}
#app .page.quizz .question {
    display: block;
    border-radius: 0 20px;
    background: #edaa00;
    padding: 25px;
    text-align: center;
    margin: 15px auto;
}
#app .page.quizz ul.reponses.simple {
    justify-content: center;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 15px auto;
    font-size: 20px;
}
#app .page.quizz ul.reponses.simple li, #app .page.quizz ul.reponses.multiple li {
    margin:10px auto;
}
#app .page.quizz ul.reponses label {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    background: #fafafa;
    border-radius: 20px;
    padding: 15px;
    justify-content: center;
    width:100%;
    align-items: center;
    flex-wrap: wrap;
    transition:all .2s ease-in-out;
    text-align: center;
    font-size: 16px;
}
#app .page.quizz ul.reponses label:hover {
    background:#000;
    color:white;
}
#app .page.quizz ul.reponses.simple li input[type="radio"], #app .page.quizz ul.reponses.multiple li input[type="checkbox"] {
    display: none;
}
#app .page.quizz ul.reponses.simple li input[type="radio"]:checked + label::before, #app .page.quizz ul.reponses.multiple li input[type="checkbox"]:checked + label::before {
    content: url('../images/check.svg');
    width: 25px;
    height:25px;
    margin: 10px;
}
#app .page.quizz ul.reponses.simple li input[type="radio"]:checked + label, #app .page.quizz ul.reponses.multiple li input[type="checkbox"]:checked + label {
    background:#000;
    color:white;
}
#app .page.quizz ul.reponses.multiple {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}
#app .page.quizz button.quizzverify {
    background: #000;
    border: none;
    color: #edaa00;
    display: inline-block;
    padding: 1em 3em;
    text-transform: uppercase;
    font-weight: bold;
}
#app .page.quizz .response {
    padding: 15px;
    text-align: center;
    border-radius: 0 20px;
    display: block;
    margin: 35px auto 0;
}
#app .page.quizz .response ul,
#app .page.quizz .response ol {
    text-align: left;
}
#app .page.quizz .response.erreur {
    background: #e74c3c;
}
#app .page.quizz .response.valide {
    background: #61a830;
}
#app .page.quizz .response .titre {
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto 15px auto;
    display: block;
}
#app .page.quizz button.quizzverify:disabled {
    opacity:.4;
}
#app .page.quizz ul.reponses.multiple li {
    display: inline-flex;
    width: 100%;
}
#app .page.quizz ul.reponses.multiple li input {
    margin-right:10px;
}
#app .page.resultat .infos-bulle {
    width:50%;
}
#app .page.resultat .infos-bulle .bulle {
    width: 300px;
    height: auto;
    background: #000;
    border-radius: 100%;
    color: white;
    display: flex;
    padding: 40px 0;
    position: relative;
    flex-wrap: wrap;
}
#app .page.resultat .infos-bulle .bulle::after {
    content: '';
    width: 40px;
    height: 40px;
    background: black;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(20deg);
}
#app .page.resultat .infos-bulle .bulle .content {
    margin:auto;
        padding: 0 50px;
}
#app .page.resultat .infos-bulle .bulle .content .reponse {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    color: #edaa00;
}
#app .page.resultat .infos-bulle .dog {
    max-width: 300px;
}
#app .page.resultat form {
    background: #000;
    padding: 30px;
    color: white;
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}
#app .page.resultat form h3 {
    width:100%;
    font-weight: 600;
    font-size: 20px;
    background: #000;
    color: white;
    display: inline-block;
    padding: 15px;
}
#app .page.resultat form .group {
    width:50%;
    padding:10px;
    text-align: left;

}
#app .page.resultat form .group input {
    background:transparent;
    border:2px solid white;
    color:white;
    outline:none;
    width:100%;
}
#app .page.resultat form .group label {
    margin-bottom:0;
    display: block;
}
#app .page.resultat form button {
        border: none;
    background: white;
    color: #000;
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px;
    padding: 15px 0;
}
#app .colonne-bc .content {
    background: #edaa00;
    padding: 15px; 
}
#app .colonne-bc .content p {
    margin-bottom: 0; 
}
.navbar.footer #progressbar {
    width: 100%;
    height: 8px;
    background: #fafafa;
    position: absolute;
    top: -8px;
}
.navbar.footer #progressbar span {
    display: block;
    width: 0;
    height: 8px;
    background: #edaa00;
}
@media only screen and (max-width:768px) {
    nav.navbar {
        padding:5px;
    }
    nav.navbar.footer a img {
        max-width:25px;
    }
    #app #introduction2 ul.choices > li {
        width:100%;
        margin:15px auto;
    }
    #app .page ul.glossaire {
        flex-wrap: wrap;
    }
    #app .page video {
        width:100%;
    }
    #app .page.resultat .infos-bulle, #app .page.resultat form {
        width:100%;
    }
    #app .page.resultat form {
        margin-top:30px;
    }
}