/*début CSS nav*/
@media (min-width: 1024px) { .brand-wrapper {
  position: absolute;   /* remplace le absolute que vous aviez sur .logo-navbar */
  left: 20px;
  display: flex;
  flex-direction: column;
  line-height: 1;
}}
.text-center {

top:inherit;

}
@media (min-width: 1025px) {#navbar:hover {
  background-color: white;
  color:black !important;
}}

@media (min-width: 1024px) {.logo-navbar {
  position: absolute;
  padding-left:20px;
}}
/*Suppresion de absolute pour lemony + artisant createur*/
@media (min-width: 1024px) {.logo-navbar-Lemony {
  padding-left:20px;
}}

@media (min-width: 1024px) {.logo-navbar-right {
  position: absolute;
  right: 0;
  margin-right: 50px;
}}

.nav-color {
  background-color: white;
padding: 30px;
}

.navbar-brand-color {
  color: black !important;
  font-family: 'FonteLoewTech', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;

  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.65rem;
  white-space: nowrap;

}

.navbar-brand {
  font-family: 'FonteLoewTech', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black !important;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.nav-link-color {
      /*font-family: Montserrat,sans-serif;*/
      font-family: 'FonteLoewTech';
      font-weight: 500;
      font-style: normal;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: black !important;

      text-decoration: none;
      padding: 0.5rem 1rem;
}
.activeNavbar::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}
.activeNavbar:hover::after {
    width: 100%;

}
/*Fin CSS nav*/
/*CSS FOOTER*/

footer {
/*  margin-top: 5%;*/
  padding-top: 2%;
  background-color: black;;
  color: white;

}
.DivTitreFooter {
  margin-bottom: 2%;
}
.footerleftline {
  border-bottom:1px solid #CCC;
}
.rightfooter {
  border-bottom:1px solid #CCC;
}
.title {
  font-family: "FonteLoewTech";
  text-align:center;
  margin: 0px;
}

footer h5 {
  font-family: "FonteLoewTech";

}

footer i {

  color: white;
}

.footer-link {
  list-style: none;
  text-decoration: none;
	font-size: 12px;
  font-family: arial;
  color: white;
  padding: 0;
  margin-bottom: 12px;
}

.icon-contact {
  text-decoration: none;
  color: white;
}

.contact-info {
  text-align:justify;
  color: white;
	font-size: 12px;
  font-family: arial;
}

.icone-footer {

  margin-left:15px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 2px;
  border-radius: 2px;
}

.fa-instagram{

  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  padding: 2px;
  padding-left: 4px;
  padding-right:  4px;
  border-radius: 5px;

}

.colLogoFabFrancaise {
  margin-top: 5%;
}

.imgFabFrancaise {
  width: 100%;
  max-width: 90px;
  height: 90px; 
  object-fit: contain;
}

.logoFabFrancaise {
  object-fit: cover;
}

.Copyright {

  margin-top: 2%;
  color: grey;
  background-color: black;
	font-size: 12px;
}

  @media (max-width: 767.98px) { .footer-center-mobile {


      text-align: center !important;
    } }

    @media (max-width: 767.98px) { .footer-titre-mobile {


        margin-top: 10%;
      } }
/*Fin CSS FOOTER*/