@font-face {
  font-family: Pangram;
  src: url(../fonts/Pangram/Pangram-Regular.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
}
* {
  font-size: 17px;
  font-family: "Pangram", sans-serif;
}
.titre-1,
h1 {
  font-size: 38px;
  font-family: "Pangram", sans-serif;
  font-weight: bold;
}
.titre-2,
h2 {
  font-size: 22px;
  font-family: "Pangram", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.025;
}
.titre-3,
h3 {
  font-size: 32px;
  font-family: "Pangram", sans-serif;
  font-weight: bold;
  line-height: 2.025;
  text-align: center;
}
.contenu-texte {
  font-size: 16px;
  font-family: "Pangram", sans-serif;
  line-height: 1.538;
}
.bouton {
  white-space: nowrap;
  border: solid black 1px;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  color: black;
  width: 220px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.bouton:hover {
  color: #c85296;
  background-color: #d9f7be;
  border-color: #c85296;
}
.bouton-vert {
  font-size: 17px;
  font-family: "Pangram", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #80e329;
  display: block;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  border-radius: 6px;
  border: 2px white solid;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.bouton-vert:hover {
  background-color: #d9f7be;
  color: hotpink;
}
.bouton-verte {
  font-size: 17px;
  font-family: "Pangram", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #80e329;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  border-radius: 6px;
  border: 2px white solid;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.bouton-verte:hover {
  background-color: #d9f7be;
  color: hotpink;
}
.mini-separateur {
  border-top: solid 3px #80e329;
  width: 75px;
  margin-bottom: 20px;
}
.civilite-group {
  padding-left: 60px;
}
.form-check-input:checked {
  background-color: #80e329;
  border-color: #80e329;
}
label,
.label {
  font-weight: bold;
  margin-bottom: 8px;
}
.error-msg {
  color: red;
  font-size: 13px;
  position: absolute;
  top: 75px;
  right: 25px;
}
/* Cacher les boutons des input number sur Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Cacher les boutons des input number Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.separateur-2 {
  border-bottom: 2px #d9d8d1 solid;
  width: 100%;
  height: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-gris {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
#header {
  padding-top: 25px;
  padding-bottom: 40px;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  background-color: white;
  z-index: 5;
}
@media (max-width: 767px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .header-left {
  margin-top: auto;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  #header .header-left {
    margin-bottom: 0;
  }
}
#header .header-left #navbar-toggler {
  position: relative;
}
@media (max-width: 767px) {
  #header .header-left #navbar-toggler {
    width: 60px;
  }
}
@media (min-width: 768px) {
  #header .header-left .navbar-toggler-icon {
    position: absolute;
    left: 8%;
  }
}
#header .header-mid {
  text-align: center;
  align-content: center;
}
#header .header-mid .logo-larez {
  width: 250px;
}
@media (max-width: 767px) {
  #header .header-mid .logo-larez {
    width: 160px;
  }
}
#header .header-right {
  margin-top: auto;
  margin-bottom: 10px;
  text-align: right;
}
#header .header-right a {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 50px;
  padding: 15px 10px;
  text-align: center;
  -webkit-transition: 0.15s all ease;
  -o-transition: 0.15s all ease;
  transition: 0.15s all ease;
}
@media (max-width: 767px) {
  #header .header-right a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }
}
#header .header-right a:hover {
  background-color: #80e329;
}
#header .header-right img {
  width: 30px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #header .header-right img {
    width: 22px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #header #navbarToggleContent {
    text-align: left;
  }
}
#header .navbar-nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #header .navbar-nav {
    margin-top: 10px;
  }
}
#header .nav-item {
  margin: 10px auto;
}
@media (max-width: 767px) {
  #header .nav-item {
    margin-left: 10px;
  }
}
#header .nav-link {
  font-family: "Pangram", sans-serif;
  text-align: center;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
#header .nav-link:hover {
  color: white;
  background-color: #80e329;
}
#header .main-cat {
  font-weight: bold;
}
#header .separateur {
  border-bottom: 2px #80e329 solid;
  width: 125px;
  height: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #header .separateur {
    margin-left: 0;
    width: 100%;
  }
}
#accueil-splash .splash-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 750px;
}
@media (max-width: 767px) {
  #accueil-splash .splash-container {
    padding-top: 50px;
  }
}
#accueil-splash .acces-rapide {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #accueil-splash .acces-rapide {
    position: absolute;
    left: 56%;
    top: 12%;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #accueil-splash .acces-rapide {
    width: 40%;
  }
}
#accueil-splash .acces-rapide h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
}
#accueil-splash .acces-rapide h3 {
  font-size: 22px;
  font-weight: normal;
}
#accueil-splash .logo-bienvenue {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 10px;
  width: 200px;
}
#accueil-splash .ask {
  margin-top: 20px;
  margin-bottom: 15px;
}
#accueil-splash .bouton {
  margin-left: auto;
  margin-right: auto;
}
#accueil-actualites {
  margin-top: 75px;
}
#accueil-actualites .titre-section-actus {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #accueil-actualites .titre-section-actus {
    margin-top: 75px;
  }
}
#accueil-actualites .titre-section-actus h4 {
  font-weight: bold;
}
#accueil-actualites .logo-actus {
  width: 200px;
}
@media (max-width: 767px) {
  #accueil-actualites .logo-actus {
    width: 125px;
  }
}
#accueil-actualites .mini-separateur {
  margin-left: 0;
}
#accueil-actualites .actu-left,
#accueil-actualites .actu-right {
  padding: 40px;
}
@media (min-width: 768px) {
  #accueil-actualites .actu-right {
    transform: translateY(-175px);
  }
}
#accueil-actualites .actu-left-container,
#accueil-actualites .actu-right-container {
  border: solid #d9d8d1 1px;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}
#accueil-actualites .actu-media img,
#accueil-actualites .actu-media video {
  max-width: 100%;
}
#accueil-actualites .actu-contenu {
  margin-top: 15px;
  margin-bottom: 15px;
}
#accueil-actualites .actu-contenu p {
  font-size: 15px;
}
#accueil-actualites .fleche {
  text-align: right;
  margin-left: auto;
  width: auto;
}
#accueil-actualites .fleche img {
  width: 40px;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
#accueil-actualites .fleche:hover img {
  transform: translatex(10px);
}
#banner .banner-container {
  width: 100%;
  height: 200px;
  align-items: center;
  text-align: center;
  background-color: #d9d8d1;
  background-size: cover;
  background-position: 50% 17%;
  background-repeat: repeat;
  position: relative;
}
@media (max-width: 768px) {
  #banner .banner-container {
    height: 100px;
  }
}
#banner .banner-text {
  padding-top: 70px;
}
@media (max-width: 768px) {
  #banner .banner-text {
    padding-top: 0px;
    font-size: 30px;
  }
}
#steps {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 50px;
}
#steps .titre-2 {
  text-align: center;
}
#steps .mini-separateur {
  margin-left: auto;
  margin-right: auto;
}
#steps .steps-row {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
}
#steps .step-number {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 36px;
  width: 60px;
  border: solid #80e329;
  border-radius: 60px;
}
#steps .step-number.active {
  color: white;
  background-color: #80e329;
  opacity: 1;
}
#steps .step-desc {
  font-weight: bold;
}
#steps .step-number.next,
#steps .step-desc.next {
  opacity: 0.33;
}
.lien_menu.next{
  text-decoration:none;
  opacity: 0.33;
  color: black;
}
.lien_menu.next{
  text-decoration:active;
  color: black;
}
#steps hr {
  border-top: #80e329 dotted 8px;
  background: none;
  opacity: 1;
  margin-left: -25px;
  margin-right: -25px;
}
#steps .step-line {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 8px;
}
#content .alert {
  text-align: center;
  background-color: #c85296;
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .titre-2 {
  text-align: center;
  margin-top: 50px;
}
#content .mini-separateur {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#content .sep-bottom {
  margin-bottom: 50px;
}
#content .form-preinscription .info,
#content .form-appartements .info,
#content .form-disposition .info,
#content .form-transactions .info,
#content .form-signature .info,
#content .form-contact .info,
#content .form-idee .info,
#content .form-intervention .info {
  color: #c85296;
  text-align: center;
  margin-top: auto;
}
#content .form-preinscription .icone-info,
#content .form-appartements .icone-info,
#content .form-disposition .icone-info,
#content .form-transactions .icone-info,
#content .form-signature .icone-info,
#content .form-contact .icone-info,
#content .form-idee .icone-info,
#content .form-intervention .icone-info {
  width: 30px;
  margin-right: 10px;
}
#content .form-preinscription .bouton-vert,
#content .form-appartements .bouton-vert,
#content .form-disposition .bouton-vert,
#content .form-transactions .bouton-vert,
#content .form-signature .bouton-vert,
#content .form-contact .bouton-vert,
#content .form-idee .bouton-vert,
#content .form-intervention .bouton-vert {
  margin-top: 40px;
}
#content .form-preinscription .adresse-check-text,
#content .form-appartements .adresse-check-text,
#content .form-disposition .adresse-check-text,
#content .form-transactions .adresse-check-text,
#content .form-signature .adresse-check-text,
#content .form-contact .adresse-check-text,
#content .form-idee .adresse-check-text,
#content .form-intervention .adresse-check-text {
  font-weight: normal;
}
#content .form-preinscription .rgpd-info,
#content .form-appartements .rgpd-info,
#content .form-disposition .rgpd-info,
#content .form-transactions .rgpd-info,
#content .form-signature .rgpd-info,
#content .form-contact .rgpd-info,
#content .form-idee .rgpd-info,
#content .form-intervention .rgpd-info {
  text-align: center;
  font-size: 14px;
}
#content .form-preinscription h4,
#content .form-appartements h4,
#content .form-disposition h4,
#content .form-transactions h4,
#content .form-signature h4,
#content .form-contact h4,
#content .form-idee h4,
#content .form-intervention h4 {
  color: #80e329;
  font-weight: bold;
}
#content .form-preinscription .form-group,
#content .form-signature .form-group {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 75px;
  padding-left: 75px;
}
#content .form-appartements .appart-nombre {
  margin-top: 10px;
  margin-bottom: 20px;
}
#content .form-appartements .filtre-titre {
  margin-top: 12px;
}
#content .form-appartements .ph-map {
  width: 100%;
  margin-top: 35px;
}
#content .form-appartements .icone {
  height: 50px;
}
#content .form-appartements .unactive {
  display: none;
}
#content .form-appartements .plan-controles {
  text-align: center;
  margin-top: 12px;
}
#content .form-appartements .label {
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}
#content .form-disposition {
  margin-top: 50px;
}
#content .form-disposition .form-group {
  position: relative;
}
#content .form-disposition .icone-calendrier {
  width: 25px;
  position: absolute;
  right: 30px;
  bottom: 8px;
  z-index: 0;
}
#content .form-disposition .documents {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#content .form-disposition .col-fichier {
  margin-top: 15px;
  margin-bottom: 15px;
}
#content .form-disposition .bouton-telecharger {
  white-space: nowrap;
  border: solid black 1px;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
#content .form-disposition .bouton-telecharger:hover {
  color: #c85296;
  background-color: #d9f7be;
  border-color: #c85296;
}
#content .form-disposition .icone-fichier {
  width: 20px;
}
@media (min-width: 1200px) {
  #content .form-disposition #fichier-1 {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  #content .form-disposition #fichier-2 {
    margin-right: 60px;
  }
}
#content .form-transactions .banniere-transactions {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 20px;
  width: 500px;
}
#content .form-transactions .info {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#content .form-transactions .icone-info {
  width: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#content .form-signature {
  margin-top: 50px;
}
#content .form-signature #yousign-container {
  border: #d9d8d1 1px solid;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
#content .form-signature #yousign-container img {
  width: 50%;
}
#content .horaires {
  text-align: center;
  padding-top: 50px;
}
#content .infos {
  text-align: center;
}
#content .infos .logo-alerte {
  width: 125px;
  margin-bottom: 30px;
}
#content .infos a {
  color: black;
}
#content .infos .logo-confirm {
  width: 125px;
  margin-top: 50px;
  margin-bottom: 25px;
}
#content .infos .bouton-vert {
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
#content .confirm {
  padding-bottom: 75px;
}
#content .horaires p,
#content .infos p {
  line-height: 1.8;
}
#content .form-contact .bouton-vert,
#content .form-idee .bouton-vert {
  margin-bottom: 80px;
}
#content .recherche {
  background-color: #d9f7be;
  padding: 25px;
  margin-bottom: 50px;
}
#content .recherche #searchForm {
  border: none;
  background-color: #d9f7be;
}
#content .recherche #searchItem {
  background-color: #d9f7be;
  border: none;
  border-bottom: solid 1px black;
  border-radius: 0;
  font-size: 26px;
}
#content .recherche .icone-recherche {
  width: 30px;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
#content .recherche #go:hover .icone-recherche {
  transform: rotate(-90deg);
}
#content .contenu-dropdown {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-bottom: #f1f4f7 2px solid;
  border-top: #f1f4f7 2px solid;
  transition: 0.4s;
}
#content .contenu-dropdown .titre-dropdown {
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

nav {
  position: relative;
}

img .plan {
  width: 100%;/* s'adapteras à la largeur du conteneur */
}

a .plan{
/* color:transparent;*/
  position: absolute;
  border: solid;
  top: 45%;
  left: 44%;
  width: 5%;
  height: 20%;
}


@media (max-width: 768px) {
  #content .contenu-dropdown .titre-dropdown {
    padding-right: 20px;
  }
}
#content .contenu-dropdown .titre-dropdown .arrow {
  width: 25px;
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 55px;
  transition: 0.4s;
  margin-top: 0;
  margin-bottom: 0;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  #content .contenu-dropdown .titre-dropdown .arrow {
    right: -10px;
  }
}
#content .contenu-dropdown .titre-dropdown:hover {
  transform: translatex(10px);
}
#popup-confirm {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 247, 190, 0.9);
}
#popup-confirm .popup-window {
  z-index: 6;
  position: relative;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  width: 50%;
  height: 50%;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 50px 30px;
  box-shadow: 0px 0px 3px darkslategray;
}
@media (max-width: 767px) {
  #popup-confirm .popup-window {
    width: 85%;
    height: 85%;
  }
}
#popup-confirm .logo-confirm {
  width: 130px;
  margin-bottom: 30px;
}
#popup-confirm .icone-croix {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
}
#popup-confirm .icone-croix:hover {
  cursor: pointer;
}
#login-body {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #login-body {
    background-color: #d9f7be !important;
    background-image: none !important;
  }
}
#login {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
@media (min-width: 768px) {
  #login {
    position: absolute;
    left: 56%;
    top: 25%;
  }
}
@media (max-width: 767px) {
  #login {
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  #login {
    left: 45%;
  }
}
#login .logo-row {
  text-align: center;
  margin-left: auto;
  justify-content: center;
}
#login .logo-larez {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#login label {
  margin-bottom: 8px;
  font-weight: normal;
}
#login .form-group {
  position: relative;
  margin-bottom: 25px;
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
#login .icone-login,
#login .icone-password {
  width: 17px;
  position: absolute;
  left: 25px;
}
#login .icone-login {
  top: 45px;
}
#login .icone-password {
  top: 42px;
}
#login .form-control {
  padding-left: 35px;
}
#login .bouton-vert {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 350px;
}
@media (max-width: 767px) {
  #login .bouton-vert {
    width: 280px;
  }
}
#login .login-text,
#login .login-text a {
  font-weight: normal;
  font-size: 14px;
  color: black;
}
#login .links {
  margin-top: 10px;
  padding-bottom: 50px;
}
#footer,
#footer-light {
  margin-top: 100px;
}
#footer a,
#footer-light a {
  text-decoration: none;
  color: black;
}
#footer a:hover,
#footer-light a:hover {
  color: #80e329;
}
#footer .sub-footer-mid,
#footer-light .sub-footer-mid,
#footer .sub-footer-right,
#footer-light .sub-footer-right {
  padding-left: 30px;
}
@media (max-width: 767px) {
  #footer .sub-footer-mid,
  #footer-light .sub-footer-mid,
  #footer .sub-footer-right,
  #footer-light .sub-footer-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer .sub-footer-left,
  #footer-light .sub-footer-left {
    text-align: center;
  }
}
#footer .sub-footer-left .logo-larez,
#footer-light .sub-footer-left .logo-larez {
  width: 150px;
}
#footer .sub-footer-left br.responsive,
#footer-light .sub-footer-left br.responsive {
  display: inline;
}
@media (min-width: 1400px) {
  #footer .sub-footer-left br.responsive,
  #footer-light .sub-footer-left br.responsive {
    display: none;
  }
}
#footer .social-div img,
#footer-light .social-div img {
  width: 40px;
  -webkit-transition: 0.15s all ease;
  -o-transition: 0.15s all ease;
  transition: 0.15s all ease;
}
#footer .social-div img:hover,
#footer-light .social-div img:hover {
  transform: scale(1.2);
}
#footer #signature,
#footer-light #signature {
  margin-top: 30px;
}
#footer #signature a,
#footer-light #signature a {
  font-style: italic;
  font-size: 12px !important;
  color: #999999 !important;
  margin-top: 30px;
}
#footer #signature img,
#footer-light #signature img {
  width: 90px;
  margin: 10px;
}
#footer #signature br.responsive,
#footer-light #signature br.responsive {
  display: inline;
}
@media (min-width: 960px) {
  #footer #signature br.responsive,
  #footer-light #signature br.responsive {
    display: none;
  }
}
#footer .sub-footer-left {
  border-bottom: #e4e4e4 1px solid;
}
@media (min-width: 768px) {
  #footer .sub-footer-left {
    border-right: #e4e4e4 1px solid;
  }
}
#footer .sub-footer-mid {
  border-bottom: #e4e4e4 1px solid;
}
@media (min-width: 768px) {
  #footer .sub-footer-mid {
    border-right: #e4e4e4 1px solid;
  }
}
#footer .sub-footer-right {
  border-bottom: #e4e4e4 1px solid;
}
@media (max-width: 767px) {
  #footer .logo-larez {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #footer .logo-larez {
    transform: translateY(35px);
  }
}
#footer-light .logo-larez {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #footer-light .sub-footer-left {
    border-bottom: #e4e4e4 1px solid;
  }
}
@media (min-width: 768px) {
  #footer-light .sub-footer-mid {
    border-bottom: #e4e4e4 1px solid;
  }
}
#footer-light .sub-footer-right {
  text-align: center;
}
@media (min-width: 768px) {
  #footer-light .sub-footer-right {
    border-bottom: #e4e4e4 1px solid;
    text-align: right;
  }
}
/*# sourceMappingURL=styles.css.map */