html, body {
  overflow-x: hidden;
  font-size: 1em; }

body {
  background: url("../assets/home-bg.png");
  background-size: cover;
  background-position: center;
  /*font-size: 1.2em;*/
  height: 100vh;
  font-family: Sans-Serif;/*Dosis;*/
}
  @media screen and (max-width: 767px) {
    body {
      overflow-x: hidden; } }

.login-wrapper-border {
    font-size: 0.75em;
    background-color: rgba(157, 188, 228, 0.5);
    float: right;
    margin-right: 50px;
    margin-top: 15vh;
    min-width: 350px;
    max-width: 400px;
    padding: 15px 20px;
    position: relative;
    z-index: 3;
}
  @media screen and (max-width: 767px) {
    .login-wrapper-border {
      position: absolute;
      top: calc(20% + 45px);
      left: 50%;
      transform: translateX(-50%);
      /*font-size: 0.8em;*/ } }

.login-wrapper {
    /*font-size: 0.8em;*/
    background-color: rgba(255, 255, 255, 0.5);
    color: #35398E;
    padding: 5px 15px 30px;
}
  @media screen and (max-width: 767px) {
    .login-wrapper {
      padding-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .login-wrapper label {
      transform: translateY(-5px);
      text-align: center; } }

.login-wrapper table {
  width: 100%; }

td {
  padding-top: 5px;
  padding-bottom: 5px; }

input[type=submit] {
  float: left;
  background-color: #9DBCE4;
  color: #35398E;
  border: none;
  font-weight: bold;
  padding: 10px; }

.SousTitre {
  font-weight: bold;
  font-size: 1.6em; }

.Alerte {
  font-size: 1em;
  color: #D9534F; }

#navigation {
  padding-top: 25px;
  width: 15%;/*15*/
  min-width: 150px; }
  @media screen and (max-width: 767px) {
    #navigation {
      position: fixed;
      height: 50px;
      top: 0;
      width: 100%;
      z-index: 10; }
      #navigation a {
        background-color: #7ea7dc;
        text-align: left;
        padding: 10px;
        padding-left: 50px;
        transform: translateX(10px);
        border-top-left-radius: 10px;
        font-size: 0.5em; } }

@media screen and (max-width: 767px) {
  .SousNavRetourALaLigne {
    transition: all 1s;
    max-height: 100vh; } }

.SousNavRetourALaLigne a {
    text-decoration: none;
    color: White;
    background-color: rgba(126, 167, 220, 0.7);
    margin-bottom: 5px;
    /*font-size: 0.5em;*/ /* 1.3  1.4*/
    padding: 10px;
    text-align: center;
}
  @media screen and (min-width: 768px) {
    .SousNavRetourALaLigne a {
      border-top-right-radius: 10px; } }

.SousNavRetourALaLigne a:hover {
  text-decoration: none;
  background-color: #58a0fc; }

.logo-desktop {
  width: 25%;
  max-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .logo-desktop {
      position: absolute;
      top: 0;
      left: 0;
      transform: none;
      min-width: 100px; } }

#contenu {
  float: right;
  display: inline-block;
  width: 25%; }

.TitreNav-accueil {
    color: #35398E;
    font-weight: 700;
    /*font-size: 1.2em;*/ /*2*/
    background: rgba(157, 188, 228, 0.3);/* linear-gradient(to right, #9dbce4, rgba(157, 188, 228, 0.3));*/
    padding: 15px;
    width: 225px;
    /*margin: 0 auto;*/
}
  @media screen and (max-width: 767px) {
    .TitreNav-accueil {
      position: absolute;
      top: 20%;
      left: 0;
      font-size: 0.8em;
      width: 200px;
      padding-left: 18px; } }

#navbar-toggle {
  background-color: rgba(157, 188, 228, 0.7);
  padding: 5px;
  border: solid 2px white;
  position: absolute;
  left: 10%;
  top: 2%;
  height: 50px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    #navbar-toggle {
      display: none; } }

@media screen and (max-width: 767px) {
  .liens-wrapper {
    margin-top: 48px;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .liens-caches {
    max-height: 0; } }

footer {
  width: 100%;
  background-color: #35398E;
  color: white;
  position: absolute;
  bottom: -15px;
  left: 0;
  padding: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1em;/*1.2*/ }
  @media screen and (max-width: 768px) {
    footer {
      font-size: 0.9em;
      bottom: -185px; } }

/*# sourceMappingURL=style_master_ADEF.css.map */
