/*-- Fonts --------------------------------------*/
@font-face {
  font-family: "Raleway-Bold";
  src: url("");
  src: url("./../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway-ExtraLight";
  src: url("");
  src: url("./../fonts/Raleway/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("");
  src: url("./../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url("");
  src: url("./../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* =============   MENU ============== */
.site__header__menu {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  font-size: 0.9em;
  flex: 1;
}

#menu-principal li {
  padding: 0px 20px;
}

.menu-item {
  position: relative;
  display: inline-block;
  transition: all 0.2s;
}

.menu-item:hover {
  background: #1c2c43;
}

.menu-item > a {
  display: block;
  line-height: 50px;
  font-size: 1em;
  padding: 13px 20px;
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.top__user {
  background: #1c2c43;
  padding: 24px;
  cursor: pointer;
}

.top__user > a, .top__user:hover > a {
  font-size: 0.9em;
  color: #FFF;
  align-items: center;
  text-decoration: none;
  display: flex;
  gap: 10px;
}

.top__user:hover {
  background: #ff2952;
  color: #fff;
  text-decoration: none;
}

.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  background: #121f33;
  min-width: 350px;
  margin-left: -20px;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top left;
  transition: 0.4s ease-out all;
  box-shadow: 0 3px 15px #121f33;
  text-align: left;
}

.menu-item:hover > .sub-menu {
  transform: scaleY(1);
  opacity: 1;
}

.nav-link {
  display: flex !important;
  align-items: center;
  gap: 15px;
  color: #FFF;
}

.nav-link:hover {
  color: #FFF !important;
  text-decoration: none;
}

.nav-link img {
  width: 20px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px;
}

.notices {
  background-color: #ff2952;
}

.copopriete {
  background-color: #00D6B0;
}

.diagnostic {
  background-color: #ee9e6a;
}

.top__user__login img {
  width: 25px;
}

@media (min-width: 768px) {
  .top__back {
    display: none;
  }
  .top__back {
    color: #fff;
  }
}
/*-- Mobile --*/
#hamburger-icon {
  margin: auto 0;
  /*display: none;*/
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }
  .open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  .open .bar2 {
    opacity: 0;
  }
  .open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
  }
  .mobile-menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
  }
  .open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #1c2c43;
  }
  .sub-menu {
    position: relative;
    transform: scaleY(1);
    opacity: 1;
  }
  .mobile-menu li {
    width: 95%;
  }
  header nav {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
  .menu-item > a {
    font-size: 1.3em;
    padding: 0;
  }
}
.bg-light {
  background-color: #f8f9fa;
}

body {
  font-family: "Raleway" !important;
  margin: 0;
}

/* ----------------------  Header   -------------------------- */
header .header {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  background-color: #004271;
  gap: 10px;
  padding: 85px 10px 10px;
}
@media (min-width: 768px) {
  header .header {
    padding: 150px 0 20px;
  }
}
header .header_title h1 {
  color: #FFF;
  margin: 5px 0;
}
header .header_title p {
  color: #FFF;
  margin: 5px 0;
}
header .header_logo {
  width: 90px;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1999;
  background: rgba(46, 107, 149, 0.9) !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 0;
}

@media (min-width: 768px) {
  .top__logo {
    background: #1c2c43;
  }
}
.top__logo img {
  display: block;
  width: 56px;
  padding: 7px;
}

.top__brand:hover {
  color: #fff;
  background: #1c2c43;
}

.top__brand {
  display: block;
  color: #fff;
  padding: 29px;
  text-transform: uppercase;
  text-decoration: none;
}
.top__brand a:hover {
  text-decoration: none;
}

.top__brand span {
  font-weight: bold;
}

/*-- TEXTE/ polices --*/
h1, h2, h3, h4, h5 {
  font-weight: 200 !important;
}

h1 {
  font-size: 25px !important;
}

h2 {
  font-size: 25px !important;
}

h3 {
  font-size: 18px !important;
  line-height: 2.5rem;
}

/* texte */
body {
  color: #212529;
}

a {
  color: #02749c;
  transition: all 0.2s;
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------------------------------------- */
/*                            Pages                                       */
/* ---------------------------------------------------------------------- */
#main__container {
  padding: 10px;
  max-width: 900px;
  margin: auto;
}

/*---- CONTACT ---*/
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: rgba(46, 107, 149, 0.9) !important;
  border: 0 !important;
  color: #FFF !important;
}

/* ---------------------------------------------------------------------- */
/*                            Page LOCATAIRES                             */
/* ---------------------------------------------------------------------- */
.locataire-nom {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .locataire-nom {
    padding: 35px 0;
    margin: 0;
  }
}

.locataire__infos {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: auto;
  align-items: center;
}
@media (min-width: 768px) {
  .locataire__infos {
    flex-direction: row;
    align-items: center;
    gap: 35px;
    max-width: 1200px;
  }
}

.locataire-chambre {
  padding: 15px;
}
.locataire-chambre img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .locataire-chambre {
    width: 300px;
    padding: 25px;
  }
}

.locataire-details {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
@media (min-width: 768px) {
  .locataire-details {
    width: 400px;
    padding: 25px;
  }
}

.locataire__docs {
  padding: 15px;
  background-color: #f8f9fa;
}
.locataire__docs li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.locataire__docs img {
  width: 30px;
  height: auto;
}
.locataire__docs a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .locataire__docs {
    width: 250px;
    padding: 25px;
  }
}

.main__container {
  width: 95%;
  padding: 10px;
  margin-bottom: 20px;
}
.main__container h2 {
  text-align: center;
}
.main__container .locataire__observations {
  margin: auto;
}
@media (min-width: 768px) {
  .main__container {
    padding: 50px 0;
  }
  .main__container .locataire__observations {
    max-width: 1200px;
    padding: 10px;
  }
}

.main__container--color {
  background-color: #f8f9fa;
  width: 100%;
  padding: 50px 0;
}
.main__container--color h2 {
  text-align: center;
}
.main__container--color .locataire__quittances {
  max-width: 1200px;
  margin: auto;
}

.location-dates {
  width: 300px;
}

.locataire__quittances table {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .locataire__quittances table {
    width: 80%;
    margin-top: 50px;
  }
}
.locataire__quittances table thead {
  background-color: rgba(46, 107, 149, 0.9) !important;
  text-align: center;
  color: #FFF;
}
.locataire__quittances table td {
  padding: 10px 0;
  text-align: center;
}

/* Page QUITTANCES    */
.bailleur {
  width: 50%;
}

.locataire {
  width: 50%;
}

/*# sourceMappingURL=style.css.map */
