html, body {
  overflow-x: hidden;
  font-size: 1em; }

body {
    background: url("../assetsDGFOI/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(240, 190, 190, 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: #c2090a;
    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: #f0bebe;
  color: #c2090a;
  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: 18%;/*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: #edabab;
        text-align: left;
        padding: 10px;
        padding-left: 50px;
        transform: translateX(10px);
        border-top-left-radius: 10px;
        font-size: 1em; } }

@media screen and (max-width: 767px) {
  .SousNavRetourALaLigne {
    transition: all 1s;
    max-height: 100vh; } }

.SousNavRetourALaLigne a {
  text-decoration: none;
  color: White;
  background-color: rgba(230, 126, 126, 0.7);
  margin-bottom: 5px;
  font-size: 1.3em;/*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: #fc5858; }

.logo-desktop {
  width: 30%;
  max-width: 350px;
  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: #c2090a;
  font-weight: 700;
  font-size: 2em;
  background: linear-gradient(to right, #f0bebe, rgba(240, 190, 190, 0.3));
  padding: 15px;
  width: 72%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .TitreNav-accueil {
      position: absolute;
      top: 20%;
      left: 0;
      font-size: 0.8em;
      width: 100%;
      padding-left: 18px; } }

#navbar-toggle {
  background-color: rgba(240, 190, 190, 0.7);
  padding: 5px;
  border: solid 2px white;
  position: absolute;
  right: 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: #c2090a;
  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 */
