﻿

.alert {
    padding: 8px !important;
}

.formulaire ul {
    margin-bottom:0 !important;
}

html {
    font-size: 16px;
    font-family: Roboto;
}

body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    color: #4a5072;
    overflow: hidden;
    background-image: url("/images/PS.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #47077f;
}

.imgFond {
    background-image: url('/images/patient.jpg')!important;
}


.logoSize {
    width: 80%;
}

















@media (max-width:768px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:1024px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1280px) {
    html {
        font-size: 18px;
    }
}

.connexion-ps {
    position: relative;
    overflow: hidden;
    /*width: 100%;
    height: 1024px;
    
    background-image: url("/images/PS.jpg");*/
    /* Background image is centered vertically and horizontally at all times */
    /*background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #47077f;*/
}


.zoneLogin {
    position: relative;
    top: 3rem;
    border-radius: 6px;
    background-color: #f8f7fa;
    box-shadow: 0px 0px 4px rgba(75, 70, 92, 0.5);
    min-width: 27%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    float: right;
    margin-right: 5%;
}

.contenu {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    padding: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

#logo {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 85%;
}

#titre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    background-image: url("/images/hexagone.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 6.5rem;
}

#bienvenue {
    font-size: 1.75rem;
    line-height: 2.75rem;
    margin-top:20px;
}

#sousTitre {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

#bienvenueConsent {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

#sousTitreConsent {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.formulaire {
    width: 100%;
}

.form-label {
    margin-bottom: 0.25rem;
}














/*.welcome-page {
  .logo {
    width: 64px;
  }
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page {
  li {
    list-style: none;
    padding: 4px;
  }
}

.logged-out-page {
  iframe {
    display: none;
    width: 0;
    height: 0;
  }
}

.grants-page {
  .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;

    .card-title {
      img {
        width: 100px;
        height: 100px;
      }

      font-size: 120%;
      font-weight: bold;
    }

    label {
      font-weight: bold;
    }
  }
}



*/
