/*Début css Loew-tech*/
@font-face {

	src: url("../css/PerpetuaTitlingMTLight2.ttf");
  font-family: "FonteLoewTech";
}

h1 {
	font-family: 'FonteLoewTech', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .2em ;
  text-transform: uppercase;
  word-wrap: break-word;
}

h2 {

	font-family: 'FonteLoewTech', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .2em ;
  text-transform: uppercase;
  word-wrap: break-word;
}
/*Fin css loew-tech*/
/*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%;

}
.titre-a-propos {
color: black;
margin-bottom: 5%;
font-family: "FonteLoewTech";
font-weight: 500;
font-style: normal;
letter-spacing: .2em;
text-transform: uppercase;

}
/*Fin CSS nav*/
/*Début section breadcrumb*/
.breadcrumb {
  padding-top: 10%;
	font-size: 14px;
}
.repere-page {
	text-decoration: none;
  font-size: 14px;
	color: grey;

}
/*Fin section breadcrumb*/
/*Début section contact*/
.section-contact {
  margin-bottom: 5%;
	font-family: 'FonteLoewTech';
	font-size: 14px;
}

.section-contact-container {
  background-color: white;

}
.titre-section-contact {
  text-align: center;
  padding-top: 5%;
	font-size: 1.8em;

}

.marge-tableau {
 	font-family: "Perpetua ";
}

@media (max-width: 576px) { .titre-section-contact {
  margin-top: 30%;

}}

.btn-primary {

  background-color: grey;
  border: none;
  margin-bottom: 5%;
}
.btn {

  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: black;
  border-radius: 360;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
	margin-bottom: 5%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn:hover {

border : 1px solid black;

}
.row-contact {
  margin-top: 5%;

}

.form-control:hover {
	border : 1px solid black;
}
/*Fin section contact*/
/*CSS FOOTER*/

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

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

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: 1%;
  border-radius: 2px;
  margin-right: 5%;
}

.fa-instagram{

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

}

.fa-whatsapp {
	background: #25D366;
  color: white;
  padding: 1%;
  border-radius: 20%;
}

.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*/
