@font-face {
    font-family: titreParagraphFont;
    src: url("../fonts/Gecko.ttf");
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Calibri, sans-serif;
    background-color: #e6e6e6;
}

#connexionHeader {
    height: 80px;
    background-color: #191d35;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#connexionHeaderLien {
    padding-bottom: 5px;
    margin-left: 10px;
}

#connexionContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex: 1;
}

#connexionConnect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#connexionConnectBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid black;
    margin: 5px;
    padding: 5px 5px 1px 5px;
    border-radius: 10px;
    background-color: white;
}

#connectBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

#nameInputBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    color: black;
    font-size: 18px;
    text-align: center;

    width: 300px;

    border: 1px solid #808080;
    border-radius: 6px;
    margin: 5px;
    height: 60px;
}

.inputIconeBeforeBox img {
    width: 30px;
}

#revealPswdIcon img {
    width: 27px;
}

.feedbackInput {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #e3e3e3;
    padding: 14px 13px 13px 14px;

    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;

    -webkit-transform-origin: center;
    transform-origin: center;

    border: none;

    height: 33px;
}

.feedbackInput:focus{
    outline: none;
}

#loginInput {
    border-radius: 0 6px 6px 0;
    width: 300px;
}

#pswdInput {
    width: 260px;
}

#pswdInputBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    color: black;
    font-size: 30px;
    text-align: center;

    width: 300px;

    border: 1px solid #808080;
    border-radius: 6px;
    margin: 10px;

    height: 60px;
    background: #e3e3e3;

    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.inputIconeBeforeBox {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e3e3;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px 0px 0px 6px;
    border-right: 1px #ada9a9 solid;
}

#connectButton {
    cursor:pointer;
}

#connectButton img {
    width: 40px;
}

#buttonSeConnecter {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    cursor: pointer;
    border: #009933 solid 4px;
    background-color: white;
    color: #009933;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    margin-bottom: 4px;
    font-weight: 700;
}

#buttonSeConnecter:hover {
    background-color: #009933;
    color: white;
}

.errorConnexion {
    font-size: 14px;
    font-style: italic;
    color: red;

    text-align: center;
}

#revealPswdIcon {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    right: 20px;
    top: 4px;
}

.youtube {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.youtubeBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    margin: 5px;
    background: white;
    border: 1px solid #a4a4a4;
    border-radius: 6px;
    cursor: pointer;
}

#youtubeBox img {
    width: 205px;
}

#youtubeChaine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#youtubeQRCode img {
    width: 200px;
    height: 200px;
}

.noselect, img {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.bold {
    font-weight: bold;
}

#statsBox {
    min-height: 80px;
    background-color: #191d35;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    flex-wrap: wrap;
}

#statsBox div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#statsBox div img {
    width: 35px;
    margin-right: 10px;
}

/* TOOLTIP */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
    line-height: 1;
    font-size: .9em;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    display: none;
    opacity: 0;
}
[data-tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 100;
}
[data-tooltip]:after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px;
    border-radius: 5px;
    background: #191d35;
    color: #fff;
    font-weight: bold;
    z-index: 99;
    font-size: 20px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    opacity: 0.8;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #191d35;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
    bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #191d35;
}
[data-tooltip][data-flow="bottom"]::after {
    top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #191d35;
    left: calc(0em - 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #191d35;
    right: calc(0em - 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
    display: none !important;
}


.titreParagraph {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    font-family: titreParagraphFont;
    font-weight: 900;
    font-size: 30px;

    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;

    border-radius: 3px;

    color: #000;
    text-shadow: #e0e0e0 1px 1px 0;

}

.titreParagraph:before {
    content: ' ';
    height: 15px;
    width: 15px;
    background: black;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */

    margin-right: 10px;
    margin-bottom: 8px;
}

.titreParagraph:after {
    content: ' ';
    height: 15px;
    width: 15px;
    background: black;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */

    margin-left: 10px;
    margin-bottom: 8px;
}

.fraction {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    letter-spacing: 0.001em;

    text-align: center;

    margin-right: 5px;

    margin-left: 5px;

}

.fraction > span {

    display: block;

    padding: 5px;

}

.fraction span.fdn {border-top: 3px solid black;}

.fraction span.fdnWhite {border-top: 6px solid white;}



.fraction span.bar {display: none;}




/* PETITS ECRANS */
@media only screen and (max-width: 750px) {

}
