body
{
    font-family: sans-serif;
}

:focus
{
    outline : none;
}

button
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition-duration : 0.15s;
    cursor : pointer;
}

button:active
{
    filter : brightness(.2);
}

body
{
    padding : 0; 
    font-size : 16px;
    text-align : center;
    max-width:840px; 
    margin : auto;
}

#version
{
    position: fixed;
    left: 0;
    bottom: 0;
    padding-left: 2px;
    font-size: 0.8em;
    opacity: 0.6;
    pointer-events: none;
}

.stats .label-container
{
    display: flex;
    margin: 0.5em auto;
    width: 100%;
}

.stats .label-container label
{
    text-align: left;
    margin: auto;
    padding: 0;
}

.stats .label-container label.value
{
    text-align: right;
    width: auto;
}

.stats .important
{
    box-shadow: 0 0 20px 0 #00000029;
    border-radius: 5px;
    margin: 0.5em;
    padding: 0.5em;
}

.candidatures div.list div.head
{
    padding: 1em;
}

.candidatures div.list input
{
}

.separator
{
    height: 1px;
    background-color: rgb(59 150 33);
}

.intervenant textarea,
.masterclasses textarea
{
    font-family: sans-serif;
    font-style: italic;
    padding: 1em;
    font-weight: bold;
    border: none;
    width: calc(100% - 2em);
    margin-top: 1em;
    box-shadow: 0 0 10px #00000030;
}

.candidat div.prenom
{
    font-weight: bold;
    padding: 0.5em;
}

.candidat div.email
{
    font-style: italic;
    padding-left : 0.5em;
}

.candidat div.version
{
    padding-left : 0.5em;
    margin-top: 0.7em;
    text-decoration: underline;
}

div.window
{
    z-index : 10;
}

div.window.candidat footer button
{
    padding: 1em;
    border-radius: 0.2em;
    color: white;
    cursor : pointer;
}

div.window.candidat footer button.valid
{

    background: #007119;
}

div.window.candidat footer button.cancel
{
    background: #9c0000;
    margin-left: 2em;
}

div.window.candidat input[type="checkbox"]
{
    display: inline-block;
    width: 50px;
    cursor: pointer;
}

.candidat div.response
{
    font-style: italic;
    color: #053300;
}

div.window.candidat.draggable div.content
{
    max-height: 94%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

.candidatures div.list div.elmt,
.formations div.list div.elmt,
.suggests div.list div.elmt,
.challenge div.list div.elmt
{
    padding: 0.5em 1em;
    margin: 0.1em;
    border-radius: 0.4em;
    background: #e6e6e6;
    transition-duration : 0.2s;
    cursor : pointer;
}

.candidatures div.list div.elmts,
.formations div.list div.elmts,
.suggests div.list div.elmts,
.challenge div.list div.elmts
{
    max-height: 400px;
    overflow: auto;
}

.candidatures div.list div.elmt:hover,
.formations div.list div.elmt:hover,
.suggests div.list div.elmt:hover
{
    background: #048c42;
    color: white;
}

.formations .label-container
{
    display: flex;
}

div.window .formations label
{
    margin : 0.2em;
}

.suggest
{
    text-align: left;
}

.suggest-win footer
{
    display: flex;
}

.suggest-win footer button
{
    padding: 1em;
    background: #3b9621;
    color: white;
}

.suggest-win footer button.respond
{
    background: #52a0c7;
    margin-left : auto;
    margin-right: 0;
    padding : 1em;
}

.suggest p
{
    padding: 1em;
    text-align: left;
    font-style: italic;
    background: #e7e7e7;
}

.suggest-win div.writer,
.challenge div.writer
{
    min-height: 10em;
    height: inherit;
    max-height: 400px;
}

.tools
{
    display : block;
}

.tools div.tool
{
    display : inline-block;
    width : 45%;
}

.tools div.tool.openned
{
    display : block;
    width : initial;
}

.tools div.tool.hidden
{
    display : block;
}

button.tool-icon
{
    width : 100%;
}

img.tool-icon
{
    width : 100%;
}

img.menu-icon
{
    width : 48px;
}

img.icon
{
    width : 24px;
}

.tool menu
{
    text-align: right;
    margin: 0;
    padding: 1em;
    box-shadow: 0 0 2px #0000005e;
}

button
{
    border: none;
    background-color: #ffffff00;
    cursor: pointer;
    line-height: 0;
}

button:disabled
{
    opacity: 0.1;
}

.formations .buttons
{
    display: grid;
    grid-template-columns: auto auto auto;
}

.formations .buttons button
{
    padding: 1em;
    background: #3b9621;
    color: white;
    border-radius: 0.2em;
    font-size: 1em;
    margin: 0.2em auto;
    display: block;
    min-width: 200px;
}

.formations .buttons button:last-child
{
    margin-bottom: 1em;
}

div.window.work-grp button,
div.new-notif button.valid,
.challenge button.clean-participants,
div.window .h3d2-ps-news button
{
    padding: 1em;
    background: #3b9621;
    color: white;
    border-radius: 0.2em;
    font-size: 1em;
    margin: 0.2em auto;
    display: block;
    min-width: 200px;
}

.work-grp button
{

}

.h3d2-ps-news textarea
{
    display: block;
    width: calc(100% - 4em);
    margin: 1em auto;
    border: none;
    font-family: sans-serif;
    font-style: italic;
    font-size: 0.9em;
    min-height: 400px;
    box-shadow: 0 0 11px 0 #0000001f;
    padding: 1em;
    border-radius: 5px;
}

.h3d2-free .list
{
    max-height: 500px;
    overflow: auto;
}

.h3d2-free .list .elmt
{
    text-align: left;
    margin: 0.3em 0.5em;
    padding: 0.4em 0.5em;
    box-shadow: 0 0 2px #0000006b;
    transition-duration: 0.25s;
    cursor: pointer;
}

.h3d2-free .list .elmt.selected
{
    background-color: #3b9621;
    color : white;
}

.new-notif div.writer
{
    height: 150px;
    min-height: 0;
}

.notifs div.list
{
    margin: 1em 0;
    max-height: 150px;
    overflow: auto;
    position: relative;
}

div.notif-elmt
{
    padding: 0.5em;
    box-shadow: 0 0 4px #00000040;
    border-radius: 0;
    margin: 0.3em 0;
    cursor : pointer;
}

div.notif-elmt button.remove
{
    color: white;
    background: #b80000;
    padding: 0.9em 0.6em;
    position: absolute;
    margin-top: -1.55em;
    right: 0;
    margin-right: 0.4em;
}

div.notif-elmt.reduced, 
div.notif-elmt.reduced label
{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}

div.notif-elmt.reduced br
{
    display: none;
}

div.window div.notif-elmt label
{
    padding: 0;
    margin: auto;
}

.challenge button.clean-participants
{
    background: #850000;
}

.windows-manager div.tchat footer button
{
    padding: 1em;
}

.tool h2
{
    padding: 1em 0;
    padding-bottom: 0.6em;
    margin: 0;
    background-color: #009621;
    color: white;
    font-weight: bold;
}

.tool .stats 
{
    padding: 0;
    border-bottom: 1px solid rgb(59 150 33);
    margin-bottom: 1em;
}

.tool .stats ul
{
    text-align: left;
}

.tool .stats ul li
{
    list-style: none;
}

button.stats-full
{
    padding: 2em;
    color: white;
    font-weight: bold;
    background-color: rgb(59 150 33);
    margin: 0.5em 0.5em;
    border-radius: 0.3em;
    width: calc(100% - 2em);
}

.tool .stats button.stats-tool
{
    padding: 2em;
    color: white;
    font-weight: bold;
    background-color: rgb(59 150 33);
    margin: 0.5em 0.5em;
    border-radius: 0.3em;
    width: calc(50% - 2em);
}

.tool .stats .histograms
{
    padding-top : 1em;
}

.tool .stats .histograms button.archive
{
    padding: 1.5em;
    background-color: #3b9621;
    color: white;
    margin-top: 1em;
}

.tool .window .TagButtons button
{
    padding: 1em;
    border-radius: 0;
    color: white;
    background-color : #3b9621;
}

.tool .window .TagButtons button.active
{
    background-color: #51c643;
}

.tool .stats .histogram.container
{
    padding-bottom: 1em;
}
.tool .stats .histograms .ratios
{
    text-align : left;
}

input,
div.window .content input[type="number"]
{
    width: calc(95% - 2em);
    margin: 0 auto;
    border: none;
    padding: 1em;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
    border-bottom: solid 1px rgb(59 150 33);
    margin-bottom: 1.5em;
    background-color: white;
    box-shadow : none;
    border-radius: 0;
}

div.window .content input, 
div.window .content input[type="number"]
{
    margin : auto;
    margin-bottom: 0;
}

div.window .footer button
{
    margin-top : 1em;
    padding : 2em;
}

.stats div.window .result div
{
    padding : 0.5em 0;
    text-align : left;
}

.stats div.window .result div:first-child
{
    padding-top : 1.5em;
}

.stats div.window .content
{
    text-align : left;
}

.stats div.window.abonnes-progress .histogram.graphic
{
    overflow-y: auto; 
    max-height : 600px;
    padding-bottom: 2em;
    position : relative;
}

.stats div.window .TagButtons
{
    margin: auto;
    text-align: center;
}

.error
{
    color: #880000;
    font-style: italic;
}

input[type="checkbox"]
{
    text-align: right;
    width: inherit;
    zoom: 2;
}

.tool .compte
{
    box-shadow: 0 0 2px #00000057;
    padding: 0.5em;
    width: calc(95% - 1em);
    margin: auto;
    margin-bottom: 0.3em;
    position : relative;
    padding-top: 1em;
}

.tool .compte div.head
{
    display: flex;
    align-items: center;
}

.tool .compte div.body label
{
    padding: 0.6em 0;
    display: flex;
    align-items: center;
}

.tool .compte div.body input
{
    padding : .5em; 
    margin-bottom : 0;
    width : 60%;
}

.tool .compte div.body
{
    border-top: 1px solid rgb(59, 150, 33);
    padding: 1em;
    margin-top: 1em;
    text-align: left;
}

.tool .compte div.head div
{
    padding : 0 1em;
}

.tool .compte div.head div.buttons
{
    position: absolute;
    width: calc(100% - 1em);
    padding: 0;
    text-align: right;
}

.tool .compte div.head div.buttons button.delete
{

}

.tool .compte div.head div.prenom
{
    font-weight : bold;
    text-transform: capitalize;
    z-index: 1;
}

.tool .compte div.head div.email
{
    font-style : italic;
}

.tool .compte div.head div.formations
{
    color: #2a7415;
}

.stats menu.stats
{
    text-align: left;
    padding: 1em 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.stats menu.stats button
{
    line-height: 0;
    color: #3b9621;
    font-weight: bold;
    padding: 1.2em 0.7em;
    width: 100%;
    border-bottom: 2px solid;
    transition-duration : 0.2s;
}

.stats menu.stats button:hover
{
    background-color: #3b9621;
    color: white;
}

.stats div.abonnes div
{
    text-align : left; 
    padding-left : 2em;
    padding-top: 0.6em;
}

.stats div.histogram.container.abonnes
{
    width : calc(100% - 3em);
    overflow : auto;
}


.stats div.histogram.container.abonnes div.histogram.graphic
{
    padding : 0;
    width : 400%;
}

div.histogram.graphic div.histogram.column
{
    padding : 0; 
    margin : 0;
    height: 25px;
}

.stats div.lancements
{
    padding-bottom: 1em;
    box-shadow: 0px 2px 3px 0px #0000004f;
}

.stats div.lancements h2
{
    margin-bottom: 1.3em;
}

.stats div.lancements label
{
    margin-bottom: 0.5em;
    display: block;
    border-bottom: solid 1px #3b9621;
}

.stats div.histogram.column span {
    position : absolute;
    margin-left: 20px;
    margin-top: 3px;
}

.stats div.lancements button
{
    padding: 1.4em 1em;
    background-color: #3b9621;
    color: white;
    border-radius: 0.3em;
    margin-top: 1em;
    font-size: 1em;
    font-weight: bold;
}

.stats div.lancements div.ratios
{
    margin : 1em auto; 
    text-align : left; 
    padding-left : 2em;
}

.stats div.compare
{
    box-shadow: 0 0 6px #00000040;
    z-index: 2;
    margin: 1em auto;
}

.stats div.compare div.close
{
    text-align: right;
    padding-right: 1em;
}

.stats div.compare div.close button
{
    background-color: red;
    padding: 0.8em 0.9em;
}

select
{
    width: 90%;
    margin: auto;
    padding: 0.7em 1.1em;
    border: none;
    background-color: #3b9621;
    color: white;
    border-radius: 0.2em;
    font-weight: bold;
    font-size: 1em;
}

div.sondages select
{
    margin: 1em 0;
}

div.sondage p.head
{
    padding: 1em 1em;
    background-color: #ededed;
}


div.sondage p
{
    text-align : left;
}

div.sondage p.response
{
    font-style : italic;
    font-style: italic;
    padding: 0.5em;
}

div.content.visits div.url
{
    display : flex;
    align-items : center;
}

div.content.visits div.list
{
    position: fixed;
    z-index: 1000;
    background-color: white;
    padding: 1em;
    border-radius: 0.1em;
    box-shadow: 0 0 3px #00000052;
    top: 0;
    left: 0;
}

div.content.visits div.list div.elmt
{
    padding: 0.3em 0.5em;
    padding-bottom: 0.1em;
    cursor : pointer;
}

div.content.visits div.list div.elmt:hover
{
    background-color: #e3e3e3;
}

.formations header
{
    padding: 1em 0;
    border-bottom: 1px solid #3b9521;
    margin-bottom: 1em;
}

.formation h3
{
    margin: 0;
}

.formation h3 span.client-nb
{
    color: #494949;
    font-weight: normal;
}

.formation button.clients-toggle
{
    float: right;
    margin-right: 1em;
    margin-top: -2em;
}

.formation .client
{
    text-align: left;
    margin: 0.3em .5em;
    padding: .4em .5em;
    box-shadow: 0 0 2px #0000006b;
    transition-duration : 0.25s;
}

.formation .client span.email
{
    font-style: italic;
    font-weight: bold;
    color: #1a6b2a;
}

.tool .content button.add
{
    padding: 1em;
    font-size: 1em;
    color: white;
    background-color: #009621;
    border-radius: 0.2em;
}

.window div.add-compte textarea
{
    border: none;
    box-shadow: 0 0 7px #00000033;
    border-radius: 0.2em;
    padding: 1em;
    min-height: 300px;
    width: calc(100% - 4em);
    transition: box-shadow 0.2s;
}

.window div.add-compte textarea:focus
{
    box-shadow: 0 0 19px #00000033;
}

.window div.add-compte label
{
    display: flex;
}

div.popup
{
    z-index : 100000; 
    background-color: #009621;
    position : fixed;
    top : 1em;
    right : 1em;
    color: white;
    padding: 1em;
    border-radius: 0.2em;
}

ib
{
    font-weight: bold;
    font-style: italic;
}

.formations .client ib
{
    color: #005b96;
}

.formation .client header
{
    border: none;
    margin: auto;
    padding: 0.2em 0;
    display: flex;
    align-items: center;
}

.formation .client header button
{
    float: none;
    margin: auto;
    margin-right: 1em;
}

.formation .client header button:last-child
{
    margin-left: 0;
}

.formation .client header button.export
{
    float : none;
    padding: 0.7em;
    color: white;
    background: #009621;
    border-radius: 0.2em;
}

.formation div.ops
{
    display: flex;
    align-items: center;
}

.formation button.export,
.formation button.create,
.create-client button.create
{
    padding: 1em;
    background: #009621;
    color: white;
    margin:auto;
}

.formation .client .transactions header button
{
    float : inherit;
    padding: 1em;
    background: #238ebc;
    color: white;
    border-radius: 0.5em;
    padding-top: 1.1em;
    margin: auto;
    margin-left: 5%;
}

.formation .client .transactions div.list
{
    width: 90%;
    margin: auto;
    max-height: 250px;
    position: relative;
    overflow: auto;
    padding: 1em;
}

.formation .client .transactions div.transaction
{
    padding: 0.5em;
    display: flex;
    border-radius: 0.5em;
    box-shadow: 0 0 12px #00000033;
    margin: 0.3em auto;
}

.formation .client .transactions div.transaction div,
.formation .client .transactions div.transaction button
{
    margin : auto;
}

.formation .client .transactions div.transaction div:first-child
{
    margin-left : 1em;
}


.formation .client .transactions div.transaction button
{
    margin-right: 1em;
    float : inherit;
    padding: 1em;
    background: #377b98;
    color: white;
    border-radius: 0.5em;
    padding-top: 1.1em;
}

.formation .client label
{
    padding: 0 1em;
    margin: 0.2em;
}

.formation .client div
{
    padding: .5em 0;
}

.formation .client footer
{
    display : flex;
}

.formation .client footer button:first-child
{
    margin : auto; 
    margin-right : auto;
    margin-left : 0;
    padding : 1em;
    font-size : 1em;
    color : white;
    background-color: #009621;
    border-radius : 0.2em;
}

.formation h4
{
    margin : auto;
    margin-bottom : 0.5em;
}

.formation .client footer button:nth-child(2)
{
    margin-left : auto;
}
.formation .client footer button
{
    margin : auto;
    margin-right : 0.3em;
    margin-left : 0.3em;
}

button img.stripe
{
    width: 45px;
}

button.active,
.calendar div.options button.active
{
    background-color: #51c643;
}

label
{
    display: flex;
    align-items: center;
    padding: 1em;
    width: calc(100% - 2em);
}

label span, 
label input
{

}

label span
{
    width: 80%;
    text-align: left;
    padding: 0;
}

label input
{
    border: none;
    margin-bottom: 0;
    width: 100%;
}

label input[type="number"]
{
    width:50%;
}

menu.calendar
{
    box-shadow: none;
    border-bottom: 1px solid #008029;
    display : flex;
}

menu.calendar button
{
    padding: 1em 1.5em;
    background-color: #328029;
    font-weight: bold;
    color: white;
    margin: auto;
    border-radius: 2px;
}

.calendar div.options
{
    background-color: #efefef;
}

.calendar div.rdvs
{
    padding: 1em 0;
}

.calendar div.rdvs div.rdv
{
    text-align: left;
    padding: .5em;
    box-shadow: 0 0 2px #00000045;
    margin-left: .5em;
    border-radius: 0.1em;
    margin-bottom: 0.4em;
    width: calc(100% - 2em);
}

.calendar div.rdvs div.rdv.processing
{
    filter: blur(4px);
}

.calendar div.rdvs div.rdv header
{
    padding-bottom: .5em;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #327f2a;
}

.calendar div.rdvs div.rdv header .date
{
    margin-left: 2em;
    font-weight: bold;
    color: #2c6f25;
}

.calendar div.rdvs div.rdv header div.buttons
{
    float: right;
    margin-top: -0.3em;
}

.calendar div.rdvs div.rdv content div.email
{
    font-style: italic;
    color: #4e4e4e;
    margin: 0.5em 0;
}

.calendar div.rdvs div.rdv content div.buttons
{
    text-align: right;
}

.calendar div.rdvs div.rdv.passed
{
    background-color: #efefef;
}

.calendar div.real-calendar
{
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    height: 1000px;
    overflow-y: hidden;
}

.calendar div.day
{
    margin: auto 0.3em;
    padding: 1em;
    margin-top: 1em;
    box-shadow: 0 0 2px #00000087;
    border-radius: 0.2em;
    transition-duration: 0.25s;
}


.calendar div.day header
{
    background-color: #327f2a;
    color: white;
    line-height: 0;
    padding-top: 1.5em;
    padding-bottom: 1.1em;
    font-weight: bold;
}

.calendar .day-rdv
{
    padding: .5em;
    box-shadow: 0 0 4px #00000040;
    margin-top: 1em;
    border-radius: 0.3em;
}

.calendar .day-rdv div:first-child
{
    border-bottom: 1px solid #327e2a;
    margin-bottom: 0.7em;
}

.calendar .day-rdv div:nth-child(2)
{
    font-weight: bold;
}

.calendar .day-rdv div:last-child
{
    margin-top : .5em;
    color: #757575;
    font-style: italic;
}

.calendar div.options button
{
    color: white;
    padding: 1em 1.5em;
    border-radius: 0.4em;
    font-weight: bold;
    margin: 1em 0;
    background-color: #328029;
}

.calendar .day .dispo
{
    padding: .5em;
    box-shadow: 0 0 4px #00000040;
    margin-top: 1em;
    border-radius: 0.3em;
    color: #3c3c3c;
    transition-duration : 0.2s;
}

.calendar .day .dispo.passed,
.calendar .day .dispo.busy
{
    box-shadow: none;
    background-color: #cacaca;
    color: #aba6a6;
}

.tool .tchats button.tchatLabel,
div.tchat div.header,
div.tchat div.txtWriter div.header,
div.tchat button.send
{
    background-color: #1fa33c;
}

button.button-download 
{
    padding: 1.4em;
    background-color: #009b5b;
    color: white;
    font-weight: bold;
    margin: 1em auto;
    display: block;
    width: 100%;
}
button.button-download img
{
    width: 100%;
}

.tool div.gestion-formation div.list,
.tool div.gestion-formation div.video-details,
.tool div.gestion-formation div.task-creator
{
    box-shadow: 0 0 3px #00000029;
    margin: 2em 1em;
}

.tool div.gestion-formation div.list div.elmts,
.tool div.gestion-formation div.video-details div.details,
.tool div.gestion-formation div.task-creator div.task
{
    height : 360px;
    overflow-y : auto;
}

.tool div.gestion-formation div.list input.search
{
    margin-bottom: 0em;
    padding: 0.6em;
}

.tool div.gestion-formation div.lists
{
    display: flex;
    width: 200%;
    margin-left: -50%;
}

.tool div.gestion-formation div.lists div.list,
.tool div.gestion-formation div.video-details,
.tool div.gestion-formation div.task-creator
{
    width: calc(50% - 4em);
}

.tool div.gestion-formation div.list div.title,
.tool div.gestion-formation div.video-details div.title,
.tool div.gestion-formation div.task-creator div.title
{
    padding: 1em;
    font-weight: bold;
    font-size: 1.1em;
    color: white;
    background-color: #328029;
}

.tool div.gestion-formation div.video-details div.name
{
    text-transform: capitalize;
    padding: 1em;
    padding-bottom: 0.7em;
    font-weight: bold;
    color: green;
}

.tool div.gestion-formation div.video-details div.details
{
    position : relative;
}

.tool div.gestion-formation div.video-details div.lecteur-container
{
    width: 55%;
    margin-left: 21.5%;
}

.tool div.gestion-formation div.video-details div.lecteur
{
    width : 100%;
}

.tool div.gestion-formation div.video-details div.lecteur-container .lecteur div.buttons
{

}

.tool div.gestion-formation div.video-details div.lecteur-container .lecteur div.buttons img
{
    width : 23px;
}

.tool div.gestion-formation div.video-details div.lecteur-container .lecteur div.buttons img.fullscreen
{
    display: none;
}

.tool div.gestion-formation div.video-details div.lecteur-container .lecteur div.buttons img.settings
{
    margin-left: -30px;
}

.tool div.gestion-formation div.video-details div.lecteur-container .lecteur div.buttons img.point
{
    margin-top : -9px;
}

.tool div.gestion-formation div.video-details div.lecteur-container .lecteur div.waiting
{
    display : none;
}

.tool div.gestion-formation div.task-creator div.txtWriter div.header
{
    display : none;
}

.tool div.gestion-formation div.task-creator div.id-container
{
    display: flex;
}

.tool div.gestion-formation div.task-creator div.txtWriter div.writer
{
    text-align : left;
    height : initial; 
    min-height : 200px;
}

.tool div.gestion-formation div.elmts div.elmt
{
    text-align: left;
    padding: 0.5em;
    margin: 0.5em;
    box-shadow: 0 0 3px #00000030;
    border-radius: 0.2em;
    cursor : pointer;
}

.tool div.gestion-formation div.elmts div.elmt.free
{
    background: #c1f2d7;
}

.tool div.gestion-formation div.tasks div.notif,
.tool div.gestion-formation div.videos div.notif
{
    padding: 1em;
    position: fixed;
    background-color: green;
    border-radius: 0.4em;
    right: 0%;
    margin-right: 6%;
    top: 0%;
    margin-top: 7.7em;
    color : white;
    font-weight : bold;
    padding-bottom:0.7em;
    z-index : 1000;
}

.tool div.gestion-formation div.videos div.notif
{
    margin-top: 10.7em;
}

.tool div.gestion-formation div.tasks div.task
{
    position : relative;
}

.tool div.gestion-formation div.tasks img.type
{
    width: 25px;
    display: block;
    position: absolute;
    margin-top: -1.6em;
    margin-left: 43.7em;
}

.tool div.gestion-formation div.elmts div.elmt.selected
{
    background-color: #daeaff;
}

.tool div.gestion-formation div.elmts div.task div.id,
.tool div.gestion-formation div.elmts div.task div.modules
{
    font-style: italic;
    color: #464646;
    margin-left: 2em;
}

.tool div.gestion-formation div.elmts div.task div.modules
{
    color: #328029;
}

.tool div.gestion-formation div.elmts div.task div.name
{
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #328029;
    padding: 0.4em 0;
    padding-bottom: 0.2em;
    margin-bottom: 0.7em;
}

.tool div.gestion-formation div.elmts div.task div.path
{
    margin-left : 2em;
}

.tool div.gestion-formation div.elmts div.task div.html
{
    padding: 1em;
    margin-top: 0.5em;
    border-top: 1px solid green;
    padding-bottom: 0.3em;
}

.tool div.gestion-formation div.elmts div.video div.id
{
    margin-left: 1em;
    font-weight: bold;
    color: green;
}

.tool div.gestion-formation div.elmts div.video.free div.id
{
    color: #275c9d;
}

.tool div.gestion-formation div.elmts div.video div.path
{
    margin-left: 3em;
    font-style: italic;
    color: grey;
}

.tool div.window select
{
    background-color: #3b9621;
}

.tool div.window .sondages label
{
    margin : 0;
    display : flex;
    width:100%; 
    padding:0.5em 0;
}

.tool div.window .sondages label span
{
    width : initial;  
}

.tool div.window .sondages label select
{
    margin :0;
    margin-left : 2em;
}

.tool div.window .sondage
{
    max-height : 840px;
    overflow:auto;
}

.tool div.gestion-formation button.menu
{
    z-index: 100;
    position: fixed;
    top: 12px;
    left: 12px;
    width: 64px;
    background: white;
    box-shadow: 0 0 19px #00000085;
    border-radius: 0.3em;
    padding: 0.8em;
}

div.gestion.menu-win
{
    display: flex;
    flex-direction: column;
}

div.gestion.menu-win button
{
    padding: 1em;
    width: calc(100% - 2em);
    margin: 0.5em auto;
    font-size: 1em;
    box-shadow: 0 0 16px #00000045;
}

div.gestion.menu-win button i
{
    margin-left: 10em;
    font-size: 0.7em;
    color: #8e8e8e;
    font-weight: normal;
    margin-right : 1em;
}

div.window div.snr div.TagButtons
{
    margin-top : 2em;
}

div.tunas div.label-container
{
    display : flex;
}

div.tunas div.label-container label
{
    text-align: left;
    margin: auto;
    margin-left: 1em;
    width : initial;
}

.formation .client.blocked
{
    background: #929292;
    color: #e2e2e2;
    filter: contrast(0.2);
}

div.tunas div.label-container label.value
{
    margin-left: auto;
    margin-right: 1em;
}

div.window div.snr div.TagButtons button
{
    padding: 1em;
    width: 25%;
    background: #d1d1d1;
    font-size: 0.9em;
    border-radius: 0;
}

div.window div.snr div.TagButtons button.active
{
    color: white;
    background-color: #328029;
}

div.window div.snr footer
{
    margin: auto;
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #a5a5a5;
    width: 70%;
}

div.window div.snr footer button
{
    padding: 1em;
}

div.window .adsets
{
    max-height: 61vh;
    overflow: auto;
}

div.window ._adset
{
    display: flex;
    margin: 1px auto;
    padding: 0.5em;
    box-shadow: #0000003b 0 0 3px 0;
}

div.window ._adset label
{
    display: block;
    margin: auto;
    padding: 0;
    margin-left: 0;
    width: initial;
    cursor: pointer;
}

div.window ._adset label.name
{
    font-weight: bold;
}

div.window ._adset label:last-child
{
    margin-left: auto;
    margin-right: 0;
}

div.window ._adset button,
div.window button.fb
{
    color: white;
    background: green;
    padding: 1.1em;
}

div.window .vars label
{
    width: initial;
    padding: 0.5em;
    margin: auto;
    margin-left: 0;
}

div.window .vars select
{
    background: green;
}

div.window .vars .video
{
    display: flex;
}

div.window .vars .video label
{
    max-width: 295px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    font-size: 0.8em;
}

div.window .vars .list
{
    max-height: 40vh;
    overflow: auto;
}

div.window .vars .video input
{
    width: initial;
    margin: auto;
    margin-right: 0;
}

div.window .vars .videos button
{
    color: white;
    background: green;
    padding: 1em;
    margin-top: 1em;
}

div.window.budget label.input-container
{
    margin: auto;
    padding: 0;
}

div.window.budget button
{
    margin-top :1em;
}

div.window .intervenant
{
    margin: auto;
    margin-bottom: 5px;
    box-shadow: #0000006e 0 0 2px 0;
    border-radius: 2px;
    padding: 3px;
    width: calc(100% - 2em);
}

div.window .intervenant div.head
{
    margin: auto;
    display: flex;
}

div.window .intervenant div.body button,
div.window .masterclasses div.body button
{
    padding: 1em;
    background: #3b9621;
    color: white;
}

div.window .intervenant div.body button.save,
div.window .masterclasses div.body button.save
{
    margin-right: 1em;
}

div.window .intervenant div.body button.send,
div.window .masterclasses div.body button.send
{
    margin-left: 1em;
}

div.window .masterclasses div.body button.save,
div.window .masterclasses div.body button.send
{
    margin-top: 1em;
}

div.window .intervenant .head label
{
    display: block;
    margin: auto;
    padding: 0.5em;
    width: initial;
}

div.window .intervenant .head label:first-child
{
    margin-left:0;
}

div.window button.toggle
{
    background: #b0b0b0;
    color: white;
    line-height: normal;
}

div.window .intervenant button.toggle.active
{
    background: #00863c;
}

.intervenants .list,
.masterclasses .list
{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.intervenants button.add,
.masterclasses button.add
{
    margin-top: 1em;
    padding: 1em;
    background: #3b9621;
    color: white;
}

.intervenant div.description,
.masterclasses div.description,
.intervenant div.notif
{
    text-align: left;
    padding: 1em;
    font-size: 0.9em;
}

.intervenant div.img-container,
.masterclasses div.img-container
{
    display: flex;
}

.masterclasses div.img-container img,
.intervenant div.img-container img
{
    width: 200px;
    margin-right: 1em;
}

.intervenant div.img-container div.inputs,
.masterclasses div.img-container div.inputs
{
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-right: 1em;
    width: calc(70% - 2em);
    margin-top: 0;
}

.intervenant div.img-container div.inputs button,
.masterclasses div.img-container div.inputs button
{
    margin-top: 2em;
    background: green;
    color: white;
    padding: 1em;
}

div.window .intervenant.saving,
div.window .masterclass.saving
{
    background: #a7a7a7;
    color: grey;
}

.masterclasses div.elmts
{
    padding: .5em 0;
}

div.window .intervenant.error,
div.window .masterclasses.error
{
    background: #470f0f;
    color: #ffffff;
}

div.window .content select
{
    background: initial;
    color: initial;
    box-shadow: 0 0 16px 0 #0000002b;
}

div.window .sondages label
{
    display : block;
    margin : auto;
    padding : initial;
    width: initial;
}

.sondages div.sondage
{
    margin-top: 1em;
    max-height: 80vh;
    overflow: auto;
}

.sondages .choice
{
    display: flex;
    flex-direction: column;
    background: #eaeaea;
    border-radius: 5px;
    text-align: left;
    padding: 0.5em;
    margin-bottom: .5em;
}

div.window .sondages .label-container
{
    display: flex;
    padding: .5em;
    background: white;
    border-radius: 5px;
    margin-bottom: 5px;
}

div.window .sondages .label-container:first-child
{
    margin-top: 5px;
}

div.window .sondages .label-container:last-child
{
    margin-bottom: initial;
}

div.window .sondages .label-container label:first-child
{
    margin-left: 0;
}

div.window .sondages .label-container label:last-child
{
    margin-right: 0;
}

.sondage .response
{
    background: #f1f1f1;
    border-radius: 5px;
    padding: 1em;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.sondage label.email
{
    margin-bottom: 1em;
}

.sondage .response .questions
{
    background: white;
    padding: 1em;
    border-radius: 5px;
    margin-top: 0.5em;
}

.sondage .response .questions .question
{
    margin-bottom: 1em;
}


div.window .sondages label.id
{
    color: #676767;
    margin-left: 1em;
}

div.window .sondages label.value
{
    font-style: italic;
}

@media (min-width : 1280px)
{

    .tools div.tool
    {
        width : 25%;
    }
}

@media (max-width : 1200px)
{

    .tool div.gestion-formation div.menu-win button i
    {
        display : none;
    }
    .tool div.gestion-formation div.lists {
        flex-direction : column;
        width: 100%;
        margin-left: 0%;
        margin : auto;
    }

    .tool div.gestion-formation div.lists div.list, .tool div.gestion-formation div.video-details, .tool div.gestion-formation div.task-creator {
        width: calc(100% - 1em);
        margin: auto;
        margin-top: 1em;
    }

    .tool div.gestion-formation div.video-details div.lecteur-container {
        width: 95%;
        margin: auto;
        margin-left: auto;
    }
}

button.open-tchat
{
    display: block;
    padding: 2em;
    color: white;
    background-color: rgb(93 147 97);
    width: 100%;
    margin: auto;
    margin-top: 1px;
}

div.tchat footer button
{
    padding : 0.9em 0.8em;
}

button.open-tchat.not-readed
{
    font-weight: bold;
    background-color: rgb(0 155 62);
}

div.window .content .challenge input[type="date"],
div.window .content .challenge input[type="datetime-local"]
{
    border: none;
    width: auto;
    padding: 0.5em;
    margin: auto;
    background: #dbdbdb;
    border-radius: 0.2em;
    margin-bottom: 1em;
}

div.window .challenge label
{
    display: block;
    margin: auto;
    padding: 0.5em;
}

div.window .challenge footer button
{
    background: green;
    padding: 0.5em;
    color: white;
    display: block;
    margin: 0.5em auto;
    line-height: 1.2em;
}

.challenge img 
{
    width: 100%;
    cursor: pointer;
    max-width: 480px;
    max-height: 220px;
    object-fit: cover;
}

div.end,
div.end-votes,
div.correction
{
    display: flex;
    align-items: center;
    margin: 0.5em auto;
}

div.window .challenge div.end label,
div.window .challenge div.end-votes label,
div.window .challenge div.correction label
{
    width: fit-content;
    margin: auto;
    margin-left: 0;
    text-align: left;
}

div.window .content .challenge div.end input[type="date"],
div.window .content .challenge div.end-votes input[type="date"],
div.window .content .challenge div.correction input[type="datetime-local"]
{
    margin: auto;
    margin-right: 1em;
}

div.window .challenge label.input-container
{
    display: flex;
    align-items: center;
}

div.window.challenge div.content,
div.window.challenge.draggable div.content
{
    max-height: 700px;
    overflow: auto;
}

div.window.challenge div.combo-box button
{
    padding: 1em;
    margin: 1em auto;
    margin-top: 0;
    background: #00a359;
    color: white;
}

div.window.challenge div.cb-menu button
{
    padding : 0.8em;
    background: #b7b7b7;
    font-weight: normal;
}

div.window .resources div.elmts
{
    position: relative;
    overflow-y: auto;
    max-height: 350px;
}

div.window .resources div.elmt
{
    text-align: left;
    padding: 0.6em;
    margin: 1px auto;
    background-color: #ebebeb;
    color : black;
    border-radius: 3px;
    cursor : pointer;
    transition : background-color 0.3s, color 0.3s;
}

div.window .resources div.elmt.doned
{
    background-color: #cee4ed;
}

div.window .resources div.elmt.selected
{
    background-color: #328029;
    color: white;
}

div.window .resources div.elmt.selected.last
{
    background-color: rgb(85 139 112);
}

diV.window .resources textarea
{
    border: none;
    width: calc(100% - 4em);
    margin: 1em;
    padding: 1em;
    box-shadow: 0 0 10px #00000014;
    height: 150px;
}

div.period .input-container
{
    display: flex;
    margin: 0.2em;
    padding: 0.2em;
}

div.period .input-container input
{
    padding: 0.3em;
    padding-right: 0;
}

.leads .main
{
    box-shadow: 3px 2px 15px 0 #00000061;
    border-radius: 5px;
    padding: 0.5em;
}

.leads .main .label-container
{
    display: flex;
    margin: 0.5em auto;
}

.leads .main .label-container.leads
{
    font-size: 2em;
}

.leads .main .label-container.clients
{
    font-size: 1.5em;
    margin-top: 0.5em;
}

.src-btns
{
    display: flex;
    margin-bottom: 0.2em;
}

div.window .main button
{
    padding: 1em;
    background: #3b9621;
    color: white;
    margin: auto;
    width: 100%;
}

div.window .main .src-btns button:first-child
{
    margin-right: 0.1em;
}

div.window .main .src-btns button:last-child
{
    margin-left: 0.1em;
}

div.window .main .srcs .organic,
div.window .main .srcs .paied
{
    max-height: 40vh;
    overflow: auto;
}

div.window button.paid-ads,
div.window button.advanced
{
    color: white;
    padding: 1em;
    width: calc(100% - 1em);
    background: green;
    margin: 0.5em;
    margin-top: 1em;
}

div.window button.advanced
{
    margin-top: 0.5em;
}

.cpl
{
    font-size: 2em;
}

.cltv-cac
{
    font-size: 1.5em;
}

.histogram.container
{
    max-height: 350px;
    overflow: auto;
    position: relative;
}


.histogram span
{
    display: block;
    position: absolute;
    margin-left: 5px;
    margin-top: 6px;
    text-wrap: nowrap;
    font-size: 0.7em;
}

div.window div.main
{
    max-height: 800px;
    overflow: auto;
}

div.request-panel
{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    text-align: left;
    background: white;
    padding: 0.8em;
    font-size: 0.8em;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: 0 0 12px 0 #00000042;
    border-radius: 5px;
    pointer-events: none;
    transition : transform 0.5s;
    transform: translateY(60px);
}

div.request-panel.shown
{
    transform: translateY(0);
}

div.request-panel .content
{
    color: #494848;
    font-style: italic;
}

div.queued-requests-panel
{
    position: fixed;
    width: calc(61% - 4em);
    top: 100px;
    background: white;
    z-index: 1000;
    padding: 1em;
    margin: 1em;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 #0000004f;
    text-align:left;
}

div.queued-requests-panel button.close
{
    padding: 0.6em;
    margin: auto;
    margin-right: 0;
    display: block;
}

div.queued-requests-panel .title
{
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.queued-requests-panel .queue
{
    display: flex;
    flex-direction: column;
    max-height: 683.3px;
    overflow: auto;
}

div.queued-requests-panel .queued-request
{
    display: flex;
    margin-bottom: 6px;
}

div.queued-requests-panel .url
{
    margin: auto;
    margin-left: 0;
    font-size: 0.8em;
}

div.queued-requests-panel .body
{
    text-wrap: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.6em;
    font-style: italic;
    color: grey;
    margin:auto;
}

div.queued-requests-panel .queued-request button
{
    color: white;
    background: green;
    border-radius: 3px;
}

div.queued-requests-panel .queued-request button.del
{
    background: #b11313;
    margin-left: 0.4em;
}

div.queued-requests-panel button.send-all
{
    text-align: center;
    color: white;
    background: green;
    padding: 0.9em;
    display: block;
    margin: auto;
    border-radius: 3px;
}

.executor div.script
{
    display: flex;
    background: #dfdfdf;
    padding: 0.9em;
    cursor: pointer;
    width: calc(100% - 4em);
    margin: auto;
    margin-top: 1px;
    border-radius: 2px;
    transition: background 0.1s;
    align-items: center;
}

.executor div.script:hover
{
    background: #7ad9a0;
}

.executor div.script button
{
    color: white;
    border-radius: 4px;
    margin: auto;
    padding: 0.9em 1.2em;
    margin-right: 0.5em;
}

.executor div.script button.test
{
    background: green;
}

.executor div.script button.live
{
    background: #d60101;
    margin-left: 0;
}

.executor div.script button.delete
{
    background: #d60101;
    margin-left: 0;
    padding: 0.9em 0.7em;
}

.executor code
{
    color: white;
    width: calc(100% - 4em);
    display: block;
    position: fixed;
    z-index: 10;
    top: 5em;
    background: #383838;
    margin-left: 1em;
    border-radius: 5px;
    padding: 1em;
    text-align: left;
    font-size: 0.8em;
    left: 0em;
    max-height: 88vh;
    overflow: auto;
}

.executor button.close-code
{
    position: fixed;
    top: 2.6em;
    margin: auto;
    text-align: left;
    left: 1em;
    background: #7f7f7f;
    padding: 0.9em;
    color: white;
    border-radius: 2px;
}

.executor div.script-editor
{
    position: fixed;
    top: 5em;
    left: 0;
    width: calc(100% - 4em);
    background: white;
    box-shadow: 0 0 10px 0 #0000003b;
    border-radius: 5px;
    padding: 1em;
    margin-left: 1em;
}


.script-editor .head
{
    display: flex;
    align-items: center;
}

.script-editor .head label
{
    font-weight: bold;
    font-style: italic;
}

.script-editor .head button.close
{
    margin: auto;
    margin-right: 0;
}

.script-editor .body
{
    padding: 1em;
}

.script-editor .body textarea
{
    background: rgb(51, 51, 51);
    color: white;
    font-weight: bold;
    border: none;
    padding: 0.5em;
    width: calc(100% - 1em);
    border-radius: 3px;
    min-height: 250px;
    max-height: 800px;
    overflow: auto;
}

.executor .list
{
    max-height: 700px;
    overflow: auto;
}

.script-editor .foot
{
    display: flex;
    align-items: center;
}

.script-editor .foot .infos
{
    color: #4a4a4a;
    font-size: 0.8em;
    font-style: italic;
}

.script-editor .foot button.save
{
    background: green;
    color: white;
    border-radius: 3px;
    padding: 1em 2em;
    font-weight: bold;
}

div.window .masterclass.elmt
{
    box-shadow: 0 0 10px 0 #0000002e;
    border-radius: 4px;
    margin: 0 0.5em;
    margin-top: 5px;
    padding: 0.5em;
}

div.window .masterclass .head
{
    cursor: pointer;
}

div.window .masterclass .head label
{
    margin: auto;
    margin-left: 0;
    text-align: left;
    padding: initial;
}

@media (max-width : 630px)
{
    .tool .compte div.head div.formations
    {
        display : none;
    }

    .tools div.window,
    .windows-manager div.window
    {
        margin-top: 0px;
        position: fixed;
        top: 0;
    }

    div.window div.content
    {
        max-height: calc(100vh - 56px);
        overflow: auto;
    }

    div.queued-requests-panel {
        position: fixed;
        width: calc(100% - 4em);
    }


    .formations .buttons
    {
        display: grid;
        grid-template-columns: auto auto ;
    }

}

@media (max-width : 415px)
{
    .tool .stats button.stats-tool
    {
        padding: 2em;
        color: white;
        font-weight: bold;
        background-color: rgb(59 150 33);
        margin: 0.3em 0.5em;
        border-radius: 0.3em;
        width: calc(100% - 1em);
    }
    .tool .compte div.head
    {
        align-items: flex-start;
        flex-direction: column;
    }
    .tool .compte div.head div.prenom
    {
        display : none;
    }

    .tool .compte div.head div.buttons
    {
        margin-top: -0.4em;
    }

    .formations .buttons
    {
        display: grid;
        grid-template-columns: auto;
    }

}
