#fil{
    z-index: 999;
}
#fil li{
    color: #FFF;
    position: absolute;
    bottom: 145px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    width: 100%;
    
}
#fil li a{
    font-size: 35px;
    color: #FFF;
    text-decoration: none;
}

*{box-sizing:border-box; outline:0;}
:root {
    --main-color: #6FC9AF;
    --white: #FFFFFF;
    ---gray: #999999;
    --dark-gray: #333333;
    --light-gray: #ddd;
    --blue: #004EC0;
    --black: #000000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--white);
    margin: 0;
    padding: 0;
    font-size: 12px;
}
header, section, footer, aside, nav, article, figure {display:block;}
.container {
    max-width: 940px;
    background: var(--white);
    margin: 0 auto;
    position: relative;
}
.clearfix::after, .clear{clear:both; display:block; content:'';}

ul, ol, dl {padding:0; margin:0;}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    color: var(--dark-gray);
}
hr {
    height: 1px;
    border-width: 0;
    background: var(--light-gray);
    margin: 20px 0 20px 0;
}
p {
    margin: 0;
    padding: 0;
    color: var(--gray);
}

a img {
    border: none;
}

a {
    color: var(--main-color);
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}
label{display:block; margin:10px 0;}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
textarea,
select {
    box-shadow: 0px 1px 10px var(--gray) inset;
    border: 1px solid var(--light-gray);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

textarea{
    resize:vertical;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    border: 1px solid var(--dark-gray);
}
textarea{min-height:100px;}
button,
a.button,
span.button,
.button {
    cursor: pointer;
    text-decoration: none;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 13px;
    color: #666666;
    padding: 4px 7px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: linear-gradient(to bottom, var(--white) 0%, #f2f2f2 100%);
}

.button-action,
a.button-action,
span.button-action {
    background: #004EC0;
    color: var(--white);
    background: linear-gradient(to bottom, #0070DE 0%, #004EC0 100%);
    box-shadow: inset 0px 2px 0px 0px #46A3FF;
    border: 2px solid #000;
}
.button-smalltxt, a.button-smalltxt, span.button-smalltxt{font-size:15px !important;}
.button-small, a.button-small, span.button-small{font-size:13px !important; padding:5px 10px !important;}
.button-medium, a.button-medium, span.button-medium{padding:10px 20px !important;}
.button-large, a.button-large, span.button-large{padding:20px 40px !important;}

button.valid {
    margin: 20px;
    font-size: 20px;
    padding: 10px 38px;
}

span.button > img{height:13px;}

.error, .wrong{line-height:20px; padding:0 10px; border-radius:10px; background-color:rgba(255, 177, 177, 0.2); color:#FF3300; margin-top:5px; display:block;}
.infos{line-height:20px; padding:0 10px; border-radius:10px; background-color:rgba(177, 209, 255, 0.2); color:#3625b0; margin-top:5px; display:block;}

table {
    border-collapse: collapse;
}
table tr th{border-top:1px solid #ccc; border-left:1px solid #ccc; text-align:left; padding:5px 10px; width:5%; white-space:nowrap;}
table tr td{border-top:1px solid #ccc; border-left:1px solid #ccc; padding:5px 10px;}
table tr th:last-child{border:none;}
table tr th:last-child{border:none;}
table tr:last-child th{border-bottom:1px solid #ccc;}
table tr:last-child td{border-bottom:1px solid #ccc;}

/* -- Header -- */
header{margin:0; padding:0;}
header > div:first-child{margin:0 0 20px 0;}
header > div::after{display:block; content:''; clear:both;}
header > div > a img{margin:20px 0 0 0;}
header>div>span {
    padding: 20px;
    float: right;
    cursor: pointer;
    color: var(--white);
    display: block;
    background: linear-gradient(to bottom, #737474 1%, #515353 100%);
    background: #737474;
}
header > img{margin:0 0 20px 0; width:100%;}

/* Footer */
footer {
    padding: 10px 20px;
    background-image: url(../../img/elements/Footer.png);
    color: var(--dark-gray);
    font-weight: bold;
    font-size: 14px;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

footer p {
    color: var(--main-color);
    position: relative;
    bottom: -155px;
    text-align: center;
    margin-bottom: 50px;
    z-index: 1;
}
footer img#etsl_formation{float:right; position:relative; top:-6px;}

span.impressum{position:relative; cursor:pointer;}
span.impressum div{position:absolute; bottom:20px; left:0; background:#62809D; padding:20px; box-shadow:0px 6px 6px #888; font-weight:normal; width:250px; display:none;}
span.impressum div.display{display:block;}
span.impressum div p {
    margin: 0 0 5px 0;
    color: var(--white);
}

span.login{position:relative; cursor:pointer;}
span.login form {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: var(--white);
    padding: 10px;
    border: 1px solid #444;
    font-weight: normal;
    width: 250px;
    display: none;
}
span.login form button{margin:5px 0 0 110px; font-size:18px; margin:15px 0;}

/* Login */
body.login {
    overflow: hidden;
    background-color: var(--main-color);
}
body.login div#white-fade{display:block;}
body.login span.login{position:static;}
body.login span.login label {
    color: var(--main-color);
}
body.login span.login form::before{position:absolute; content:''; background-image: url(../../img/elements/logo-emploi-lausanne.svg); background-repeat:no-repeat; background-position:center; background-size:170px; z-index:101; display:block; width:calc(100% - 100px); height:90px; top:-100px; margin:0 auto; text-align:center;}

body.login span.login form::after{position:absolute; content:''; background-image: url(../../img/elements/Logo_Ville_Lausanne.svg); background-repeat:no-repeat; background-position:center; background-size:170px; z-index:101; display:block; width:calc(100% - 100px); height:90px; top:330px; margin:0 auto; text-align:center;}
body.login footer{position:static;}
body.login span.login form{border: solid #fffF; border-radius:10px; background-color:rgb(255, 255, 255); position:fixed; min-height:200px; width:80%; max-width:500px; padding:50px; top:200px; bottom:auto; left:0; right:0; margin:0 auto; display:block; z-index:100;}
/* body.login span.login form > div{} */
body.login span.login form>div button {
    width: 100%;
    color: var(--white);
    padding: 28px;
    margin: 50px 0 0 0;
    background: var(--main-color);
    border-radius: 10px;
    box-shadow: inset 0px 2px 0px 0px var(--main-color);
    border: 2px solid var(--white);
}

.header_container {
    position: relative;
}

#vid_banner {
    width: 100%;
    height: 470px;
    object-fit: cover;
    background-color: var(--main-color);
}

#Banner_head{
    position: relative;
    width: 100%;
    z-index: 0;
}

.header_container img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    bottom: -15px;
}

/* Popup - a propos */
div#white-fade {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: var(--main-color);
    display: none;
}
div#white-fade.display{display:block;}

div.popup{position:absolute; top:66px; right:5px; margin:0 0 0 0; padding:0; z-index:1000; display:none;}
div.popup.display{display:block;}
div.popup div.popup_content{background:url(../../img/elements/white_arrow-top_dir.png) no-repeat top right; margin:0; padding:18px 0 0 0;}
div.popup div.popup_content div.popup_marges{background:#62809D url(../../img/elements/engrenages.png) no-repeat bottom right; max-width:600px; box-shadow:0px 6px 6px #888; margin:0; padding:50px 50px 30px 50px; text-align:left;}
div.popup div.popup_content div.popup_marges img#close_a_propos{position:absolute; right:30px; top:60px; opacity:0.5; z-index:1001; cursor:pointer; transition:all 0.5s;}
div.popup div.popup_content div.popup_marges img#close_a_propos:hover{opacity:1;}
div.popup div.popup_content div.popup_marges h2 {
    color: var(--white);
    font-size: 24px;
    margin: 0;
}

div.popup div.popup_content div.popup_marges p {
    color: var(--white);
    font-size: 14px;
    margin: 25px 0 0 0;
}

div.popup div.popup_content div.popup_marges a {
    color: var(--white);
}
/* div.popup div.popup_content div.popup_marges img#signature{} */

/* Modal */
body.modal div.container{height:100vh;}
div.modal {
    z-index: 1000;
    display: none;
    /*left:0; right:0; bottom:0; top:0; margin:auto; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: center;
    background: #62809D;
    box-shadow: 0px 6px 6px var(--light-gray);
    width: 80%;
    max-width: 540px;
    height: 180px;
    position: fixed;
}
div.modal.display{display:block;}
div.modal > div.bulle-margin{margin:50px 15px;}
div.modal>div.bulle-margin h4 {
    font-size: 22px;
    color: var(--white);
}

div.modal>div.bulle-margin p {
    font-size: 12px;
    color: var(--white);
    font-weight: bold;
}
div.modal > div.bulle-margin > div.btn-zone{margin:22px;}
div.modal>div.bulle-margin>div.btn-zone a {
    background: #ededed;
    color: var(--dark-gray);
    padding: 16px 25px;
    margin: 1px;
}

/* Drag and drop*/
body.dnd * {user-select:none;}


/* 3D Module */
.scene3d{top:200px; left:200px; font-size:13px; transform:rotateX(-45deg) rotateY(-45deg);}
.scene3d, 
.scene3d .shape, 
.scene3d .shape > div{position:absolute; transform-style:preserve-3d;}
.scene3d .shape{top:50%; left:50%; width:0; height:0; transform-origin:50%; transform:translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg); opacity:1; width:3em; height:3em; margin:-2.5em 0 0 -2em;}
.scene3d .shape > div{overflow:hidden; transform-origin:0 0; backface-visibility:hidden; box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.4); background:#eee; width:100%; height:100%;}
.scene3d .shape .ft{transform:translateZ(1.5em); width:100%; height:100%; background:blue;}
.scene3d .shape .bk{transform:translateZ(-1.5em) rotateY(180deg); left:100%;}
.scene3d .shape .rt{width:3em; height:3em; transform:rotateY(-90deg) translateX(-50%);}
.scene3d .shape .lt{width:3em; height:3em; transform:rotateY(90deg) translateX(-50%); left:100%; background:orange;}
.scene3d .shape .tp{width:3em; height:3em; transform:rotateX(90deg) translateY(-50%); background:forestgreen;}
.scene3d .shape .bm{width:3em; height:3em; transform: rotateX(-90deg) translateY(-50%); top:100%;}
.scene3d .shape.shape-blank > div{background:transparent; opacity:0.5;}

.scene3d .shapeovereffects div{transition:all 0.5s;}
.scene3d .shapeovereffects:hover{cursor:pointer;}
.scene3d .shapeovereffects:hover div{box-shadow:0 0 4px rgba(0, 0, 0, 0.5);}
/* .scene3d .shapeovereffects.selected{} */
.scene3d .shapeovereffects.selected div{box-shadow:0 0 8px rgba(0, 0, 0, 0.7); border:2px solid #000; opacity:0.8;}

.exercise-control{margin-top:20px;}

.btn_level{
    font-size: 24px;
    border: 1px solid #6fc9af;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.btn_level:hover{
    background: #6fc9af !important;
    color: #fff !important;
    box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);;
}

.btn_level-disabled{
    font-size: 24px;
    border: 1px solid #d9d9d9;
}

.choix_niveau{
    margin-right: 20px;
    display: flex;
    justify-content: right;

}

.choix_niveau span{
    width: 170px;
    padding: 5px 10px;
    background: #6fc9af;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}

@media (min-width:400px){
    div.modal > div.bulle-margin > div.btn-zone a{padding:16px 40px;}
}