@media (min-width: 500px) {
    #page-desktop {
        max-width:500px;
        margin:0 auto;
    }
    .navBottom {
        max-width:500px;
    }
}

body {
    font-family: 'Lato', sans-serif;
}

h1 {
    text-align:center;
    font-weight:bold;
}

h2, h1, h3{
    font-size:14px;
}

h2, p, h1 {
    margin-bottom:0;
}
#page-desktop {
    padding:0 !important;
    background: linear-gradient(180deg, var(--dark-blue) 0%, var(--light-blue) 100%);
}

#connexion, #recuperation > div:nth-child(2), #ecranConnexion > div:nth-child(2) {
    padding:15px;
}
#recuperation > div:nth-child(2), #ecranConnexion > div:nth-child(2) {
    margin-top:48px;
}
/*#connexion > div:first-child, #connexion > div:nth-child(2) {
    height:140px;
}*/
#connexion > div {
    background-color:white;
    border-radius:5px;
    text-align:center;
    margin-bottom:20px;
    padding:15px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
}
#connexion .logoSigem {
    background-color:transparent;
}
#connexion > div:last-child {
    padding:0;
}

.inputBtn {
    width:200px;
    background-color:var(--dark-blue);
    color:white;
    border-radius:5px;
    height:30px;
    border:0;
}

.cadreTop {
    background-color:white;
    width:100%;
    height:48px;
    padding:15px;
    font-size:14px;
    position:fixed;
    max-width:500px;
}
.cadreTop>div {
    bottom:14px;
    cursor:pointer;
}
.cadreTop>div img {
    margin-right:5px;
}

#recuperation > div:nth-child(2) > div, #ecranConnexion > div:nth-child(2) > div {
    background-color:white;
    padding:15px;
    display:flex;
    flex-direction:column;
    align-items:center;
    border-radius:5px;
}

#recuperation > div:nth-child(2) > div > div, #ecranConnexion > div:nth-child(2) > div > div, #connexion > div:nth-child(2) > div {
    margin-bottom:15px;
}

#recuperation p, #ecranConnexion p {
    font-size:14px;
}

#recuperation input, #ecranConnexion input, #connexion input {
    width:200px;
}

/* ACCUEIL */
#accueil {
    padding-bottom:70px;
}
#accueil h1 {
    font-weight:bold;
    font-size:16px;
}
#accueil .cadreTop, #ecranBL .cadreTop, #ecranFac .cadreTop {
    margin-bottom:20px;
}
#accueil h2 {
    margin-bottom:40px;
}
#accueil h2, #ecranBL h2, #ecranFac h2 {
    color:#fff;
    font-size:16px;
    font-weight:500;
    text-align:center;
}
#accueil>div:nth-child(2) {
    margin-top:68px;
}
.mainMenu {
    padding:0 15px;
    margin-bottom:40px;
}
.mainMenu > div {
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
}
.mainMenu > div > div {
    width:82px;
    display:flex;
    align-items:center;
    flex-direction:column;
}
.mainMenu > div > div p {
    text-align:center;
    color:#fff;
    font-size:12px;
}
.btnMenu {
    width:75px;
    height:75px;
    border-radius:150px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:5px;
    cursor:pointer;
}
.btnMenu img {
    height:35px;
}

.logoBox {
    padding: 0 15px;
    margin-bottom:20px;
}
.logoBox > div {
    background-color:#fff;
    border-radius: 5px;
    height:210px;
    width:100%;
    display:flex;
    justify-content: center;
    padding: 15px;
    align-items:center;
}
.logoBox img {
    width:100%;
}

.logoSigem {
    padding: 0 15px;
    width:100%;
}
.logoSigem > div {
    padding: 0 15px;
    background-color:rgba(255,255,255,0.7);
    align-items:center;
    border-radius:5px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.logoSigem > div > img {
    max-width:50%;
}

.navBottom {
    height:50px;
    width:100%;
    background-color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position: fixed;
    bottom: 0;
}
.navBottom > div {
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.navBottom img {
    height:23px;
}
.navBottom p {
    text-align:center;
    font-size: 12px;
}

/* ECRAN BL, ECRAN FAC */
#ecranBL h2, #ecranFac h2 {
    margin-bottom: 20px;
}
#ecranBL h3, #ecranFac h3 {
    margin-bottom:0;
}
#ecranBL > div:nth-child(2), #ecranFac > div:nth-child(2) {
    margin-top:68px;
}
#ecranBL > div:nth-child(3), #ecranFac > div:nth-child(3) {
    padding:0 15px;
    padding-bottom: 55px;
}
#ecranBL > div:nth-child(3) > div, #ecranFac > div:nth-child(3) > div {
    margin-bottom:15px;
    border-radius:5px;
    overflow:hidden;
}
#ecranBL > div:nth-child(3)> div > div:first-child, #ecranFac > div:nth-child(3)> div > div:first-child {
    background-color:var(--dark-blue);
    color:#fff;
    padding: 5px 15px;
}
#ecranBL > div:nth-child(3)> div > div:nth-child(2), #ecranFac > div:nth-child(3)> div > div:nth-child(2) {
    background-color:#fff;
    padding:15px;
    justify-content:space-between;
}

/* ECRAN PREPARATION*/
#ecranPrep h2 {
    color:white;
    text-align:center;
    font-size: 16px;
    font-weight: 500;
}
#ecranPrep > div:nth-child(2) {
    padding:20px 15px;
    padding-bottom: 55px;
    margin-top:48px;
}
.blocPrep {
    margin-bottom:15px;
    border-radius:5px;
    overflow:hidden;
}
.blocPrep > div:nth-child(2) {
    padding:15px;
    background-color:#fff;
    flex:1;
}
.blocPrep > div:nth-child(2) > div, .blocPrep > div:nth-child(2) > p:nth-child(2) {
    margin-bottom:10px;
}
.statePrep {
    width:15px;
}
.stateE {
    background-color: var(--light-red);
}
.stateP {
    background-color: var(--light-blue);
}
.stateC {
    background-color: var(--gris-bellon);
}

/* ECRAN AUTRE */
#ecranAutres > div:nth-child(2) {
    padding:20px 15px;
    margin-top:48px;
}
#ecranAutres > div:nth-child(2) > div > div {
    background-color:#fff;
    padding:15px;
    border-radius:5px;
    margin-bottom:15px;
}
.deco {
    color: var(--light-red);
}

/* ECRAN INFOS */
#ecranInfos > div:nth-child(2), #ecranContact > div:nth-child(2) {
    padding: 20px 15px;
    margin-top:48px;
}
#ecranInfos > div:nth-child(2) > div {
    border-radius:5px;
    background-color:#fff;
    padding:15px;
    margin-bottom:20px;
}
#ecranInfos > div:nth-child(2) > div:first-child > div {
    margin-bottom:15px;
}
#ecranInfos > div:nth-child(2) > div:first-child p {
    font-size:12px;
    margin-bottom:5px;
}
#ecranInfos > div:nth-child(2) > div:nth-child(2) {
    font-size:14px;
}
#ecranInfos input[type='mail'], #ecranInfos input[type='password'] {
    border:1px solid #E0E0E0;
    width:100%;
    border-radius:5px;
    height:35px;
    padding: 5px 10px;;
}
#ecranInfos input[type='button'] {
    background-color: var(--dark-blue);
    border-radius:5px;
    border:0;
    color:#fff;
    font-size:16px;
    font-weight:600;
    width:100%;
    height:35px;
}

/* ECRAN CGV */
#ecranCGV > div:nth-child(2) {
    padding: 20px 15px;
    padding-bottom: 70px;
    margin-top:48px;
}
#ecranCGV > div:nth-child(2) > div {
    background-color:#fff;
    padding:15px;
    border-radius:5px;
}
#ecranCGV > div:nth-child(2) > div h2 {
    color: var(--dark-blue);
    font-size:16px;
    font-weight: 600;
    margin-bottom:15px;
}
#ecranCGV > div:nth-child(2) > div p {
    font-size:14px;
    text-align: justify;
    margin-bottom:15px;
}
#ecranCGV > div:nth-child(2) > div p:last-child {
    margin-bottom:0;
}

/* ECRAN CONTACT */
#ecranContact > div:nth-child(2) {
    padding-bottom:55px;
    margin-top:48px;
}
#ecranContact > div:nth-child(2) > div {
    padding:15px;
    background-color:#fff;
    margin-bottom:15px;
    border-radius:5px;
}
#ecranContact > div:nth-child(2) > div p, #ecranContact > div:nth-child(2) > div a {
    font-size:14px;
}
#ecranContact > div:nth-child(2) > div a {
    text-decoration:none;
    color:var(--dark-blue);
}
#ecranContact > div:nth-child(2) > div h2 {
    font-size:16px;
    color:var(--dark-blue);
    font-weight:600;
    margin-bottom:15px;
}
#ecranContact > div:nth-child(2) > div input {
    width:100%;
}
#ecranContact .divContact {
    align-items:center;
    margin-bottom:10px;
}
#ecranContact .nomContact {
    width:120px;
}
#ecranContact .numContact {
    margin-right:15px;
}
#ecranContact .divContact img {
    height:23px;
}

/* ECRAN CPT */
#ecranCpt > div:nth-child(2) {
    padding:20px 15px;
    padding-bottom:55px;
    margin-top:48px;
}
.encoursTotal {
    background-color:white;
    border-radius:5px;
    padding:15px;
    margin-bottom:20px;
}
.facNonPayee, .blNonFac {
    border-radius:5px;
    overflow:hidden;
    margin-bottom:20px;
}
.facNonPayee > div:first-child, .blNonFac > div:first-child {
    background-color: var(--dark-blue);
    color:white;
    padding:15px;
    text-align:center;
}
.facNonPayee h2, .blNonFac h2 {
    font-weight:bold;
    font-size:14px;
}
.facNonPayee > div:nth-child(2), .blNonFac > div:nth-child(2) {
    background-color:white;
}
.facNonPayee > div:nth-child(2) > div, .blNonFac > div:nth-child(2) > div {
    padding:15px;
}