﻿
body {
    /*Modif jeremy 13/09/2022*/
    /*background-color: #EFEFFD;*/
    background-color: #E0F5F5;
    width: 100%;
    height: 100%;
}


.header-site {
    /*Modif jeremy 13/09/2022*/
    /*background-color: #EFEFFD;*/
    background-color: #00AFAA;
    width: 100%;
    height: 10%;
    top : 0px;
    
}
#Connexion-LogoIC {
    position: absolute;
    top: 1%;
    left: 1%;
    height: 8%;
}


#Logo_Deconnexion {
    position: absolute;
    top: 1%;
    right: 1%;
    height: 8%;
}

#Logo_Home {
    position: absolute;
    top: 1%;
    right: 1%;
    height: 8%;
}


#TitreAppli {
    position: relative ;

    top: 25%;

    font-family: Nunito;
    font-style: normal;
    font-size: 24px;
    color: white;
}



@font-face {
    font-family: 'Nunito';
    src: url('./../rsc/Nunito-Regular.ttf');
}

h1 {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #1A316A;
}

h2 {
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #1A316A;
}

h3 {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #5C72AF;
}

h4 {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #5C72AF;
}

input {
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 16px 0px;
    border: 1px solid #CCCCDF;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1A316A;
    padding-top: 10px;
}

.input-label {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #5C72AF;
}

button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(270deg, #4B4DED -3.44%, #4B78ED 93.75%);
    border-radius: 5px;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-width: thin;
}



.LogoICicone {
    min-width: 100px;
    background-image: url("./../rsc/interconsult-icone-couleur.png");
    background-repeat: no-repeat;
    background-size: contain  ;
    background-position: left ;
}

.LogoDeconnexionIcone {
    min-width: 100px;
    background-image: url("./../rsc/icons8-bouton-darrêt-30.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.LogoHomeIcone {
    min-width: 100px;
    background-image: url("./../rsc/icons8-accueil-32.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}



.LabelRond {
    background: #EFEFFD;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    align-items: center;
    text-align: center;
    padding-top: 7px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #CCCCDF #EFEFFD;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #EFEFFD;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #CCCCDF;
        border-radius: 20px;
        border: 3px solid #EFEFFD;
    }

.scroller {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-color: #CCCCDF #EFEFFD;
    scrollbar-width: thin;
}