*{box-sizing:border-box}
body{font-size:15px;font-family:Open Sans Semibold,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;margin:0;background:url('./img/background-1.png');background-size:100% 100%}
html,body,#main{display:flex;min-height:100%;width:100%;flex-flow:column;flex:1}
h2{width:100%}img,video{max-width:100%}video{max-height:100vh;margin:10px 10px 15px}
a,a:hover,a:link,a:visited,a:active{color:#fff;font-weight:bold;text-decoration:none;text-shadow:0 0 4px #a2a2a2}a:not(.button):hover{text-decoration:underline;text-shadow:0 0 4px #fff}
#main{background:url('./img/background-2.png')}
input,select{font-size:15px;line-height:22px;height:32px;background:rgba(255,255,255,0.25);color:#eee;transition:background-color .2s;border:0;border-radius:4px;vertical-align:middle;padding:5px 10px}
select option{background:#293036}
button,.button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;background:#cc7b19;padding:0 20px;border-radius:4px;border:0;color:#fff;text-align:center;vertical-align:middle;text-transform:uppercase;white-space:nowrap;cursor:pointer;font-weight:bold;font-size:15px;line-height:32px;height:32px;text-shadow:0 0 4px #a2a2a2}
.button-secondary{background:#a98c69}
#top{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:rgba(0,0,0,0.3);flex-wrap:wrap}#top>*{line-height:52px}
#user span{display:inline-block;vertical-align:middle;--ggs:1.5;margin-left:10px}#user a{display:inline-block;margin:0 5px}#user a:last-child{margin-right:0}
#top .left{flex:1}#top>*>*{margin-right:20px}
#search>span{display:none}
#breadcrumb{position:relative;background:rgba(0,0,0,0.6);overflow:hidden;white-space:nowrap;font-size:12px}
#breadcrumb ul,#breadcrumb li{list-style:none;margin:0;padding:0}
#breadcrumb li{position:relative;display:inline-block;height:30px;line-height:30px;padding:0 20px 0 15px}
#breadcrumb li:not(:last-child):before{display:inline-block;content:'';border:1px solid #ccc;border-left:0;border-bottom:0;transform:rotate(45deg);width:30px;height:30px;position:absolute;right:0}
#breadcrumb a{position:relative}
.content{display:flex;width:100%;flex:1;flex-wrap:wrap}.content>h1{margin:0;padding:15px 20px;font-size:27px}
#login{max-width:420px;background:rgba(0,0,0,0.3);padding:0 20px 35px;height:auto}
#login h1{margin:0 -20px 20px;padding:20px;background:rgba(0,0,0,0.7);text-align:center}
#login label,#login input,#login select,#login textarea,#login button{width:100%;font-size:15px}#login label{display:block;margin-bottom:5px}#login input,#login select,#login textarea{margin-bottom:30px}
.section{display:flex;align-self:flex-start;flex-wrap:wrap;padding:15px 20px;width:100%}
.media{width:155px;margin:15px 30px 15px 0;flex:0 0 auto}
.media .thumb{position:relative;line-height:0}
.media .thumb>a,.media .thumb>span{position:absolute;display:none}.media:hover .thumb>a,.media:hover .thumb>span{display:block}
.media .thumb>a.view{width:100%;height:100%;text-align:center;line-height:232px;top:0;left:0;background:rgba(0,0,0,0.4)}.media .thumb>a.view>span{--ggs:2}
.media .thumb>a.download{bottom:7px;right:10px;padding:5px}
.media .thumb>span.size{bottom:0;left:0;font-size:12px;line-height:12px;background:rgba(0,0,0,0.8);border-top-right-radius:3px;padding:3px 4px 2px;color:#ccc}
.media .thumb>span.quality{display:block;top:0;right:0;font-size:12px;line-height:12px;background:rgba(0,0,0,0.8);border-bottom-left-radius:3px;padding:2px 2px 2px 4px;color:#e9e9e9}
.media .thumb img{width:155px;height:232px;background:rgba(0,0,0,0.7)}
.media h3{margin:5px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.media h4{font-size:12px;margin:5px 0;color:#ccc}

.single{width:100%;padding:15px 20px}
.single h1{margin:0 0 10px;font-size:25px}.single h2{font-size:16px;margin:0 0 20px}
.single .infos{flex:1;padding:0 50px}
.single .infos ul,.single .infos li{list-style:none;margin:0;padding:0}
.single .infos ul{display:table}
.single .infos li{display:table-row}
.single .infos li>span{display:table-cell}
.single .infos li>span:first-child{font-weight:bold;color:#ccc;padding:5px 30px 5px 0}
.single .section{padding:15px 0}.single .section h2{margin:0;font-size:18px}

.notifications{width:100%;margin-top:15px}
.notif{background:rgba(90,90,90,0.8);color:#fff;padding:10px 15px;margin:0 auto 20px;max-width:400px}
.notif-success{background:rgba(72,199,116,0.8);color:#fff}
.notif-info{background:rgba(50,152,220,0.8);color:#fff}
.notif-warning{background:rgba(255,221,87,0.8);color:#fff}
.notif-error{background:rgba(241,70,104,0.8);color:#fff}

.pagination{display:block;width:100%;text-align:center;margin-bottom:15px}
.pagination ul,.pagination li{list-style:none;margin:0;padding:0;display:inline-block;text-align:center}
.pagination a{display:inline-block;background:rgba(0,0,0,0.6);padding:4px 8px;font-size:18px}
.pagination .current{display:inline-block;background:#fff;color:#000;padding:4px 8px;font-size:18px;font-weight:bold}

#formations{margin:0 0 0 25px}
#categories{width:100%}
#categories ul{list-style:none;padding:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}
#categories a{display:inline-block;padding:5px 10px;border:1px solid;border-radius:5px;margin:5px}
#search-content{width:100%;display:flex;justify-content:center;margin:15px 0 0}

.categories{margin:15px;width:500px;max-width:100%}
.categories ul{width:100%;list-style:none;padding-left:20px}
.categories>ul{padding-left:0}
.categories li{padding:5px 0}
.categories a{border-bottom:1px solid;}


.list .course{width:100%;max-width:350px;margin:10px;box-shadow:0 0 5px #1a1e1e;border-radius:5px;overflow:hidden;display:flex;flex-direction:column}
.list .course:hover{box-shadow:0 0 5px #cc7b19}
.list .course .thumb{display:block;width:100%;height:247px;overflow:hidden;position:relative}
.list .course .thumb img{position:absolute;width:100%;min-height:100%;top:50%;transform:translateY(-50%)}
.list .course .title{margin:0;background:rgba(0,0,0,0.6);flex:1}
.list .course .title a{display:block;padding:10px;height:100%}

.chapitres{margin:15px;width:500px;max-width:100%}
.chapitres ul,.chapitres li{margin:0;padding:0;list-style:none}
.chapitres>ul>li>span{display:block;padding:8px 16px;background:rgba(0,0,0,0.6);font-size:120%}
.chapitres ul ul{margin:5px 15px 15px}
.chapitres ul ul .chapitre{display:flex;margin-bottom:10px}
.chapitres ul ul .chapitre span{vertical-align:middle;display:inline-block}
.chapitres ul ul .chapitre .name{flex:1}
.chapitres .status{line-height:0;margin-right:5px;width:25px}
.chapitre-html{width:1420px;max-width:100%;background:#fff;color:rgba(0,0,0,.87);padding:15px;margin-bottom:25px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif}
.chapitre-html [data-f-id="pbf"]{display:none}

.chapitre-html .rich-page-h2{background-color:#039be5;padding:15px 30px;margin-top:50px;border-radius:5px;color:#fff!important;font-size:1.7rem;font-weight:900;line-height:1.2em}.chapitre-html .rich-page-h3{margin-top:40px;padding-left:30px;color:#6bc622!important;font-size:1.5rem;font-weight:900}.chapitre-html .rich-page-h4{color:#0099ad!important;font-weight:800;text-transform:uppercase}.chapitre-html strong{color:#303030!important;font-weight:700;padding:2px}.chapitre-html .rich-page-question-text{color:#d0d0d0!important;font-weight:800;font-size:22px;font-style:italic;line-height:1.1em}.chapitre-html .rich-page-citation-text{border-left:3px solid #0099ad;margin-left:20px;padding-left:8px;color:#adadad!important;font-style:italic}.chapitre-html .rich-page-info-bloc{border:2px solid #fd0;margin:30px 0;padding:30px;color:#7f7f7f!important;border-radius:15px}.chapitre-html .rich-page-solution-bloc{background-color:#e7facb;margin:20px 0;padding:30px;border-radius:15px;color:#919191!important}
.chapitre-html .rich-page-conclusion-bloc{background-color:#fd0;margin:40px 0;padding:30px;border-radius:5px;color:#424242!important;font-weight:800}.chapitre-html ul.fr-dropdown-list{padding-inline-start:0!important;font-weight:inherit;font-style:inherit}.chapitre-html ul.fr-dropdown-list li:before{content:none!important}.chapitre-html ul.fr-dropdown-list li a{margin:0!important;padding:0 24px!important}.chapitre-html ol,.chapitre-html ul{color:#000}.chapitre-html ul{padding-inline-start:25px!important}.chapitre-html h1,.chapitre-html h2,.chapitre-html h3,.chapitre-html h4,.chapitre-html h5,.chapitre-html h6{font-weight:400;line-height:1.3}.chapitre-html h1 a,.chapitre-html h2 a,.chapitre-html h3 a,.chapitre-html h4 a,.chapitre-html h5 a,.chapitre-html h6 a{font-weight:inherit}.chapitre-html h1{font-size:4.2rem;margin:2.8rem 0 1.68rem}.chapitre-html h2{font-size:3.56rem;margin:2.37333rem 0 1.424rem}.chapitre-html h2,.chapitre-html h3{line-height:110%}.chapitre-html h3{font-size:2.92rem;margin:1.94667rem 0 1.168rem}.chapitre-html h4{font-size:2.28rem;margin:1.52rem 0 .912rem}.chapitre-html h4,.chapitre-html h5{line-height:110%}.chapitre-html h5{font-size:1.64rem;margin:1.09333rem 0 .656rem}.chapitre-html h6{font-size:1.15rem;line-height:110%;margin:.76667rem 0 .46rem}.chapitre-html em{font-style:italic}.chapitre-html strong{font-weight:500}.chapitre-html small{font-size:75%}.chapitre-html .light{font-weight:300}.chapitre-html .thin{font-weight:200}

.f{display:flex}.hc{justify-content:center}.hsb{justify-content:space-between}.hsa{justify-content:space-around}.vc{align-items:center}
.fc{flex-direction:column}
.tc{text-align:center}
.mb0{margin-bottom:0}.mt0{margin-top:0}
.gg-home{background:linear-gradient(to left,currentColor 5px,transparent 0)no-repeat 0 bottom/4px 2px,linear-gradient(to left,currentColor 5px,transparent 0)no-repeat right bottom/4px 2px;box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:14px;border:2px solid;border-top:0;border-bottom:0;border-top-right-radius:3px;border-top-left-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:-2px}.gg-home::after,.gg-home::before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-home::before{border-top:2px solid;border-left:2px solid;border-top-left-radius:4px;transform:rotate(45deg);top:-5px;border-radius:3px;width:14px;height:14px;left:0}.gg-home::after{width:8px;height:10px;border:2px solid;border-radius:100px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;left:3px;bottom:0}.gg-log-off{box-sizing:border-box;position:relative;display:inline-block;border-radius:16px;border:2px solid;transform:scale(var(--ggs,1));width:16px;height:16px;border-top:2px solid transparent}.gg-log-off::before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;height:8px;width:2px;background:currentColor;left:5px;bottom:6px}.gg-search{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:16px;height:16px;border:2px solid;border-radius:100%;margin-left:-4px;margin-top:-4px}.gg-search::after{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;height:8px;background:currentColor;transform:rotate(-45deg);top:10px;left:12px}.gg-download{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:16px;height:6px;border:2px solid;border-top:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;margin-top:8px}.gg-download::after{content:"";display:block;box-sizing:border-box;position:absolute;width:8px;height:8px;border-left:2px solid;border-bottom:2px solid;transform:rotate(-45deg);left:2px;bottom:4px}.gg-download::before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;height:10px;background:currentColor;left:5px;bottom:5px}.gg-website{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:18px;border:2px solid;border-radius:3px;box-shadow:0 -1px 0}.gg-website::after,.gg-website::before{content:"";display:block;box-sizing:border-box;position:absolute;width:6px;top:2px}.gg-website::before{background:currentColor;left:2px;box-shadow:0 4px 0,0 8px 0;border-radius:3px;height:2px}.gg-website::after{height:10px;border:2px solid;right:2px;border-radius:1px}.gg-play-button-o{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid;border-radius:20px}.gg-play-button-o:before{content:"";display:block;box-sizing:border-box;position:absolute;width:0;height:10px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid;top:4px;left:7px}.gg-sync{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));border-radius:40px;border:2px solid;margin:1px;border-left-color:transparent;border-right-color:transparent;width:18px;height:18px}.gg-sync:after,.gg-sync:before{content:"";display:block;box-sizing:border-box;position:absolute;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;transform:rotate(-45deg)}.gg-sync:before{border-left:6px solid;bottom:-1px;right:-3px}.gg-sync:after{border-right:6px solid;top:-1px;left:-3px}.gg-spinner{transform:scale(var(--ggs,1))}.gg-spinner,.gg-spinner:after,.gg-spinner:before{box-sizing:border-box;position:relative;display:inline-block;width:20px;height:20px}.gg-spinner:after,.gg-spinner:before{content:"";position:absolute;border-radius:100px}.gg-spinner:before{animation:spinner 1s cubic-bezier(.6,0,.4,1) infinite;border:3px solid transparent;border-top-color:currentColor}.gg-spinner:after{border:3px solid;opacity:.2}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.gg-danger{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:20px;height:20px;border:2px solid;border-radius:40px}.gg-danger:after,.gg-danger:before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:2px;background:currentColor;left:7px}.gg-danger:after{top:2px;height:8px}.gg-danger:before{height:2px;bottom:2px}.gg-check-o{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid;border-radius:100px}.gg-check-o:after{content:"";display:block;box-sizing:border-box;position:absolute;left:3px;top:-1px;width:6px;height:10px;border-color:currentColor;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg)}.gg-options{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:10px;height:2px;box-shadow:-3px 4px 0 0,3px -4px 0 0}.gg-options:after,.gg-options:before{content:"";display:block;box-sizing:border-box;position:absolute;width:8px;height:8px;border:2px solid;border-radius:100%}.gg-options:before{top:-7px;left:-4px}.gg-options:after{bottom:-7px;right:-4px}.gg-external{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:12px;height:12px;box-shadow:-2px 2px 0 0,-4px -4px 0 -2px,4px 4px 0 -2px;margin-left:-2px;margin-top:1px}.gg-external::after,.gg-external::before{content:"";display:block;box-sizing:border-box;position:absolute;right:-4px}.gg-external::before{background:currentColor;transform:rotate(-45deg);width:12px;height:2px;top:1px}.gg-external::after{width:8px;height:8px;border-right:2px solid;border-top:2px solid;top:-4px}


@media screen and (max-width:850px){
	#search form{position:absolute;display:block;left:0;right:0;text-align:center;background:#000;top:-500px;z-index:-1;transition:top 0.5s ease-out}
	#search form.show{top:100%;z-index:99}
	#search>span{display:inline-block;cursor:pointer}
	.section{justify-content:center}
	.media{margin:15px}
}
@media screen and (max-width:724px){
	.single .infos li{display:block;padding-bottom:10px}
	.single .infos li>span{display:block;padding:5px 0px}
	.single .infos li>span:first-child{padding:0}
}
@media screen and (max-width:600px){
	.single{flex-direction:column;text-align:center}
	.single .infos ul{display:inline-block}
}