﻿html, button, body, textarea, input {
    font-family: Roboto, sans-serif;
}

.material-icons {
    font-feature-settings: 'liga';
}

html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    box-sizing: border-box;
}

.pagecoba {
    min-width: 210px;
    font-size: 16px;
    outline: none;
}

.bouton-plat {
    background: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
    color: #607d8b;
}

    .bouton-plat:hover {
        color: #869ca6;
    }

.message {
    border-radius: 2px;
    border: 2px solid #000;
    padding: 7px 7px 5px 7px;
    margin: 5px;
    color: #333;
    max-width: 600px;
    flex-grow: 1;
}

    .message + .message {
        margin-top: 0px;
    }

    .message > i {
        display: table-cell;
        height: 24px;
        vertical-align: middle;
    }

    .message > div {
        display: table-cell;
        height: 24px;
        font-size: 14px;
        vertical-align: middle;
        padding-left: 10px;
    }

    .message.erreur {
        border-color: #ef212e;
        background-color: #fbd2d5;
    }

        .message.erreur > i {
            color: #ef212e;
        }

        .message.erreur > h4 {
            color: #ef212e;
        }

.textfield {
    position: relative;
    box-sizing: border-box;
    min-height: 58px;
    max-height: 58px;
    padding: 10px 0px 4px 0px;
    line-height: normal;
    font-size: 16px;
    margin: 5px;
    flex-basis: 48%;
    max-width: 600px;
}

    .textfield.multi {
        max-height: inherit;
    }

    .textfield > .field {
        width: 100%;
        border: none;
        outline: none;
        display: block;
        font-size: 16px;
        color: #333;
        padding: 0px; 
        position: relative;
        top: 11px;
        box-sizing: border-box;
    }

        .textfield > .field::-ms-clear {
            display: none;
        }

    .textfield > input {
    }

    .textfield > textarea {
        overflow-y: hidden;
        resize: none;
        margin-left: -2px;
    }

    .textfield > .field + span { 
        position: absolute;
        bottom: 17px;
        transform-origin: bottom left;
        color: rgba(0, 0, 0, 0.6);
        transition: transform 0.2s ease;
        pointer-events: none;
    }

    .textfield > .field[readonly] {
        background-color: inherit;
        color: #808080;
    }

    .textfield > .field[disabled] {
        background-color: inherit;
        color: #aaa;
    }

        .textfield > .field[disabled]::placeholder {
            color: #aaa;
        }

        .textfield > .field[readonly] ~ .cptcar,
        .textfield > .field[disabled] ~ .cptcar {
            display: none;
        }

    .textfield > .field[data-float="true"] + span, 
    .textfield > .field:focus + span { 
        transform: translateY(-21px) scale(0.75);
        transform-origin: bottom left;
        color: rgba(96, 125, 139, 0.9);
    }

    .textfield.multi > .field + span {
        position: absolute;
        top: 20px;
        transform-origin: top left;
        color: rgba(0, 0, 0, 0.6);
        transition: transform 0.2s ease;
        pointer-events: none;
    }

    .textfield.multi > .field[data-float="true"] + span, 
    .textfield.multi > .field:focus + span { 
        transform: translateY(-14px) scale(0.75);
        transform-origin: top left;
        color: rgba(96, 125, 139, 0.9);
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .textfield > .field[data-float="true"] + span, 
    .textfield > .field:focus + span { 
        width: 100%;
    }
}

.textfield > .field:focus + span { 
    color: #00a4ae;
}

.textfield > .field[readonly] + span { 
    color: #808080;
}

.textfield > .field[disabled] + span { 
    color: #aaa;
}

.textfield > .cptcar {
    right: 0px;
    bottom: 0px;
    position: absolute;
    color: #90a4ae;
    font-size: 12px;
}

.textfield > span + hr {
    position: absolute;
    width: 100%;
    bottom: 7px;
    border: none;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.textfield > .field[readonly] ~ span + hr {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
}

.textfield > .field[disabled] ~ span + hr {
    border-bottom: 2px dotted #aaa;
}

.textfield > span + hr + hr {
    visibility: hidden;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    bottom: 7px;
    border: none;
    border-bottom: 2px solid #00a4ae;
    transition: transform 0.2s ease;
}

.textfield > .field[readonly] ~ span + hr + hr {
    border-bottom: none;
}

.textfield > .field:focus + span + hr + hr {
    visibility: visible;
    transform: scaleX(1);
}

.textfield > .field:not([data-cptcar]) ~ .cptcar {
    display: none;
}

.textfield > .field[data-float="true"][data-afferreur] + span,
.textfield > .field:focus[data-afferreur] + span {
    color: red;
}

.textfield > .field ~ .err {
    display: none;
}

.textfield > .field[data-afferreur] ~ .err {
    display: inline;
    font-size: 0.75em;
    color: red;
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translateY(calc(100% - 1em));
    line-height: 12px;
}

.textfield > .field ~ .aide {
    display: inline;
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translateY(calc(100% - 1em));
    line-height: 12px;
}

.textfield > .field[data-afferreur] ~ .aide {
    display: none;
}

.textfield > .field[data-afferreur] + span + hr {
    border-bottom: 1px solid red;
}

    .textfield > .field[data-afferreur] + span + hr + hr {
        border-bottom: 2px solid red;
    }

.textfield > .field:required + span:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.rangee {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 1;
    justify-content: center;
}

    .rangee .droite {
        justify-content: flex-end;
    }

.header {
    flex-basis: 100%;
    flex-shrink: 0;
}

.loginbody {
}

.login-frm {
    width: 100vw;
    max-width: 100%;
}

.login-container {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.login-gauche {
    width: 50%;
    height: 100vh;
    flex-basis: 50%;
    flex-grow: 1;
    position: relative;
}

.login-bgimg {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.login-afficherImage {
    animation: animAfficherImage 1s forwards;
}

.login-cacherImage {
    animation: animCacherImage 1s forwards;
}

@keyframes animAfficherImage {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animCacherImage {

    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.login-logoEntete {
    position: absolute;
    left: 5px;
    top: 5px;
    display: none;
}

.login-logoLogin {
    object-fit: contain;
    visibility: hidden;
}

.login-droite {
    flex-basis: 50%;
    flex-grow: 1;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.login-droite-contenu {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    overflow-y: visible;
    max-height: 100%;
}

.login-sep {
    margin: 20px 0px;
    border: none;
    border-top: 1px solid #bbb;
}

.login-comm-cont {
    border-radius: 5px;
    padding: 1px;
}

.login-titre {
    font-weight: normal;
    margin: 0px;
}

.login-comm {
    box-sizing: border-box;
}

    .login-comm > div {
        margin: 0px;
        width: 100%;
    }

    .login-comm * {
        font-weight: normal !important;
        text-transform: lowercase;
    }

    .login-comm p {
        display: none;
    }

.login-droite h3 {
    margin-top: 0px;
}

.login-comm h4 {
    margin: 2px 0px !important;
}

    .login-comm h4:first-letter {
        text-transform: capitalize;
    }

.login-comm p:first-letter {
    text-transform: capitalize;
}

@media only screen and (max-width : 1024px) {

    .login-container[data-affimgmobile=true] .login-logoLogin {
        display: none;
    }

    .login-container[data-affimgmobile=true] .login-logoEntete {
        display: inline;
    }

    .login-container {
        height: auto;
        flex-direction: column;
        display: block;
    }

    .login-gauche {
        background-color: #eeeeee;
        height: 50vh;
        width: 100%;
    }

    .login-container[data-affimgmobile=false] .login-gauche {
        height: 0vh;
    }

        .login-container[data-affimgmobile=false] .login-gauche > .login-bgimg {
            display: none;
        }

    .login-bg {
        width: 100%;
        height: 50vh;
    }

    .login-droite {
        width: 100%;
        height: auto;
    }

    .login-droite-contenu {
        padding: 20px;
        height: auto;
        width: 100%;
        overflow-y: visible;
    }

    .login-logoLogin {
        width: 280px;
        margin-top: 70px;
    }
}

.icon {
    color: #333;
    align-self: center;
    margin-right: 5px;
}

    .icon.tooltip {
        cursor: help;
    }

.ctitre {
    color: #333;
    margin: 5px;
    font-weight: normal;
}

.login-texteenbas {
    text-align: center;
    margin: 0px 50px;
    font-size: 12px;
    margin-top: 15px;
}

.col-1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 7%;
}

.col-2 {
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 15%;
}

.col-3 {
    flex-grow: 3;
    flex-shrink: 3;
    flex-basis: 23%;
}

.col-4 {
    flex-grow: 4;
    flex-shrink: 4;
    flex-basis: 32%;
}

.col-5 {
    flex-grow: 5;
    flex-shrink: 5;
    flex-basis: 40%;
}

.col-6 {
    flex-grow: 6;
    flex-shrink: 6;
    flex-basis: 48%;
}

.col-7 {
    flex-grow: 7;
    flex-shrink: 7;
    flex-basis: 57%;
}

.col-8 {
    flex-grow: 8;
    flex-shrink: 8;
    flex-basis: 65%;
}

.col-9 {
    flex-grow: 9;
    flex-shrink: 9;
    flex-basis: 73%;
}

.col-10 {
    flex-grow: 10;
    flex-shrink: 10;
    flex-basis: 82%;
}

.col-11 {
    flex-grow: 11;
    flex-shrink: 11;
    flex-basis: 90%;
}

.col-12 {
    flex-grow: 12;
    flex-shrink: 12;
    flex-basis: 98%;
    max-width: 100%;
}

button::-moz-focus-inner {
    border: 0;
}

.bouton-souleve i {
    vertical-align: middle;
}

.bouton-souleve {
    border-radius: 2px;
    border: 0px;
    text-transform: uppercase;
    background: #de2e3b;
    color: #fff;
    height: 36px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.24);
    margin: 5px;
    position: relative;
    transition: background 0.4s;
    min-width: 88px;
    outline: none;
    cursor: pointer;
    flex-shrink: 0;
    width: 200px;
}

    .bouton-souleve.primaire {
        background: #de2e3b;
    }

        .bouton-souleve.primaire:hover {
            background: #e5606a;
        }


    .bouton-souleve:active {
        border: none;
    }

    .bouton-souleve:focus:before {
        content: "";
        display: block;
        background-color: #fff;
        opacity: .18;
        border-radius: 50%;
        position: absolute;
        box-sizing: border-box;
        top: calc(100% - 77px);
        height: 120px;
        animation: .3s ease-in 0s 1 alternate onfocusbouton, .4s ease-in-out .3s infinite alternate animerfocusbouton
    }

@keyframes onfocusbouton {

    from {
        left: 50%;
        top: 50%;
        width: 0px;
        height: 0px;
    }

    to {
        left: 10px;
        width: calc(100% - 20px);
        top: calc(100% - 77px);
        height: 120px;
    }
}

@keyframes animerfocusbouton {

    from {
        left: 15px;
        width: calc(100% - 30px);
    }

    to {
        left: 10px;
        width: calc(100% - 20px);
    }
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.combo2 {
    position: relative;
    box-sizing: border-box;
    min-height: 58px;
    height: 58px;
    padding: 10px 0px 4px 0px;
    margin: 5px;
    cursor: pointer;
    line-height: initial;
    min-width: 55px;
    text-align: left;
    max-width: 600px;
}

    .combo2 > label {
        position: absolute;
        bottom: 17px;
        color: rgba(0, 0, 0, 0.6);
        transition: transform 0.2s ease;
        transform-origin: bottom left;
        pointer-events: none;
        width: calc(100% - 27px);
    }

    .combo2 > select {
        width: 100%;
        font-size: 16px;
        height: 26px;
        border: none;
        color: #333;
        outline: none;
        box-sizing: border-box;
        top: 18px;
        position: absolute;
        cursor: pointer;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .combo2 > select:focus::-ms-value {
            background-color: transparent;
            color: black;
        }

        .combo2 > select::-ms-expand {
            display: none;
        }

        .combo2 > select[disabled] {
            background-color: inherit;
            color: #aaa !important;
            transform: translateY(2px);
            height: 21px;
            cursor: default;
            opacity: initial; 
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .combo2 > select {
        margin-left: -1px;
    }
}

.combo2 > select[data-value] ~ label,
.combo2 > select:focus ~ label {
    color: rgba(96, 125, 139, 0.9);
    transform: translateY(-21px) scale(0.75);
    transform-origin: bottom left;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .combo2 > select[data-value] ~ label,
    .combo2 > select:focus ~ label {
        width: 100%;
    }
}

.combo2 > select[disabled] ~ .combo2__souligne {
    border-bottom: 2px dotted #aaa;
}

.combo2 > select[disabled] ~ label {
    color: #aaa;
}

.combo2[data-disabled] {
    cursor: default;
}

.combo2 > .combo2__souligne {
    position: absolute;
    bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid rgb(224, 224, 224);
    margin: 0px;
}

.combo2 > .combo2__selfocus {
    position: absolute;
    bottom: 14px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid var(--secondaire);
    margin: 0px;
}

.combo2 > select ~ .combo2__selfocus {
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s;
}

.combo2 > select:focus ~ label {
    color: var(--secondaire);
}

.combo2 > select:focus ~ hr {
    transform: scaleX(1);
}

.combo2 > select[data-afferreur] ~ .combo2__souligne {
    border-bottom: 1px solid red;
}

.combo2 > select[data-afferreur] ~ .combo2__selfocus {
    border-bottom: 2px solid red;
}

.combo2 > select ~ .err {
    display: none;
}

.combo2 > select[data-afferreur] ~ .err {
    display: inline;
    font-size: 0.75em;
    color: red;
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translateY(calc(100% - 1em));
    line-height: 12px;
}

.combo2 > select:required + label:after {
    content: "*";
    color: red;
    position: relative;
    left: 5px;
}

.combo2 > select[data-float="true"][data-afferreur] + label,
.combo2 > select:focus[data-afferreur] + label {
    color: red;
}

.combo2__fleche {
    position: absolute;
    right: 0px;
    color: var(--neutre);
    pointer-events: none;
    font-size: 36px;
}

.combo2 > select ~ .aide {
    display: inline;
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translateY(calc(100% - 1em));
    line-height: 12px;
}

.combo2 > select[data-afferreur] ~ .aide {
        display: none;
}

.combo2 > select > option[data-hide] {
    display: none;
}

.schools {
    position: relative;
    box-sizing: border-box;
    min-height: 58px;
    height: 58px;
    padding: 10px 0px 4px 0px;
    margin: 5px;
    cursor: pointer;
    line-height: initial;
    min-width: 55px;
    text-align: left;
    max-width: 600px;
}

.autocomplete {
    max-width: 600px;
    display: flex;
    height: 58px;
    min-height: 58px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0px 4px 0px;
    margin: 5px;
    min-width: 55px;
    text-align: left;
    flex-grow: 1;
}

.autocomplete__label {
    position: absolute;
    transform: scale(100%);
    pointer-events: none;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    bottom: 17px;
    transform-origin: bottom left;
    transition: transform .2s ease;
    user-select: none;
    width: calc(100% - 27px);
}

.autocomplete[data-hasvalue] .autocomplete__label,
.autocomplete > input:focus ~ .autocomplete__label,
.autocomplete > .autocomplete__datalist[data-visible] ~ .autocomplete__label {
    color: #00a4ae;
    transform: translateY(-21px) scale(.75);
}

.autocomplete > input {
    outline: none;
    border: none;
    position: absolute;
    top: 18px;
    height: 26px;
    width: calc(100% - 36px);
    box-sizing: border-box;
    background-color: transparent;
    font-size: 16px;
}

.autocomplete > button {
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
}

    .autocomplete > button > span {
        font-size: 36px;
        color: #607d8b;
        user-select: none;
    }

.autocomplete__separator {
    position: absolute;
    width: 100%;
    bottom: 15px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 0px;
}

.autocomplete__separatorcolor {
    position: absolute;
    width: 100%;
    bottom: 14px;
    border: none;
    border-bottom: 2px solid #00a4ae;
    margin: 0px;
    transform: scaleX(0);
    visibility: hidden;
    transform-origin: bottom center;
    transition: transform 0.2s ease;
}

.autocomplete > input:focus ~ .autocomplete__separatorcolor {
    transform: scaleX(1);
    visibility: visible;
}

.autocomplete__datalist {
    top: 27px;
    border: 1px solid black;
    position: absolute;
    list-style: none;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    border: 1px solid transparent;
    background-color: white;
    max-height: 0px;
    transition: max-height 0.2s ease, opacity 0.2s ease;
    box-shadow: none;
    opacity: 0;
    user-select: none;
    outline: none;
    z-index: 1;
}

    .autocomplete__datalist[data-noelement]:after {
        content: attr(data-noelement);
        font-style: italic;
        color: rgba(0,0,0,0.6);
        line-height: 32px;
    }

    .autocomplete__datalist[data-visible] {
        max-height: 360px;
        box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.12);
        visibility: visible;
        opacity: 1;
    }

.autocomplete__item {
    padding-left: 10px;
    display: none;
    user-select: none;
    cursor: pointer;
}

    .autocomplete__item[data-match] {
        display: block;
        padding: 10px;
    }

    .autocomplete__item[data-selected] {
        background-color: rgba(0,0,0,0.20);
    }

.logomaclasse {
    max-width: 80px;
    top: 10px;
    right: 25px;
    position: fixed;
    object-fit: contain;
}