/*Début css Loew-tech*/
@font-face {
	font-family: "FonteLoewTech";
	src: url("../css/PerpetuaTitlingMTLight2.ttf") format("truetype");

}


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

@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*/
/*Début section breadcrumb*/
.breadcrumb {
  padding-top: 10%;
	font-size: 14px;
	color: white;
}

@media (max-width: 576px) {.breadcrumb {
	padding-top: 35%;

}}

@media (min-width: 768px) and (max-width: 1024px) { .breadcrumb {
	padding-top: 20%;

}}


}
.repere-page {
	text-decoration: none;
  font-size: 14px;
	color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: white;
}

/*Fin section breadcrumb*/
/*Début ancre*/
.ancreHomme {
display: block;
height: 215px; /*same height as header*/
margin-top: -215px; /*same height as header*/
visibility: hidden;
}
.ancrefemme {
display: block;
height: 215px; /*same height as header*/
margin-top: -215px; /*same height as header*/
visibility: hidden;
}
/*Fin Ancre*/
/*Début section-image*/
.section-image {
    background-image: url(../img/logo.JPG);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 350px;
    padding-bottom: 350px;
    background-color:  black;

}
.titre-presse {
    text-align: center;
    font-size: 6vw;
    font-weight: 400;
    color: white;
}

.card-img-top {
	max-width: auto;
	height: 250px;
	object-fit: contain;
	background-color:  black;

}
/*Fin section-image*/
/*Début Carousel*/
.section-carousel {
  margin-bottom: 5%;

}
.section-carousel-hide {
display: none;

}
@media (max-width: 767px) {
    .carousel-inner-lt .carousel-item-lt > div {
        display: none;

    }
    .carousel-inner-lt .carousel-item-lt > div:first-child {
        display: inline-block;margin-left: auto;
    margin-right: auto;
    }
}

.carousel-inner-lt .carousel-item-lt.active,
.carousel-inner-lt .carousel-item-next,
.carousel-inner-lt .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner-lt .carousel-item-end.active,
    .carousel-inner-lt .carousel-item-next {
      transform: translateX(25%);
    }

    .carousel-inner-lt .carousel-item-start.active,
    .carousel-inner-lt .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner-lt .carousel-item-end,
.carousel-inner-lt .carousel-item-start {
  transform: translateX(0);
}
/*Fin Carousel/
/*Début Card boutique*/
.titre-articles {
  margin-bottom: 5%;
  text-align: center;
}

.nav-pills {
 border-bottom: 1px solid #dee2e6;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	font-family: "FonteLoewTech";
	}

.card {
	background-color: black;
	border: none;
}

.card-title {
	font-size: 1.2rem;
font-family: "FonteLoewTech";
}

.card-title-sous-titre {
	font-size: 1rem;
	font-family: perpetua;
}

.card-body {
	background-color: white;
}

.card-footer {
	background-color: black;
	color:white
}
.card-footer-a {
	text-decoration: none;
	color:white;
	border-bottom:1px solid white;

}
.ZoomCard {
  /* Définit la propriété à animer */
  transform-origin: center;
  /* Définit l'origine de la transformation */
  transition: transform 0.3s ease;
  /* Utilise une transition sur la transformation avec une durée de 0.3 seconde et une fonction de temporisation "ease" */
}

.ZoomCard:hover {
  /* Lorsque survolé, applique une transformation d'échelle inversée */
  transform: scale(0.9);
  /* Échelle réduite de 10% */
}
/*Fin Card boutioque*/
/*Début CSS carousel modal*/

@media (min-width: 1024px) { .carouselmodalwidth {
  width: 50%;
	margin-left: 25%;

    } }
/*
		@media (max-width: 768px) {.img-modal-left {
			width:50%;
			height:100%;

		}}

@media (min-width: 768px) and (max-width: 1025px) {.img-modal-left {
	width:100%;
	height:100%;

}}*/

.img-modal-left {
	width:100px;
	height:70px;
	object-fit: cover;
	margin-top: 5%;
	margin-bottom: 5%;
}

.position-relative {
background-color: black;

}
/*Fin CSS carousel modal*/
/*Début bouton téléphone message*/
.buttonfixeMSG {

	position: fixed;
  z-index: 999;
	padding-left : 95%;
	padding-bottom:70px;
}

@media (max-width:767px)
{
	.buttonfixeMSG {

	position: fixed;
	z-index: 999;
	padding-left : 85%;
	padding-bottom:10%;
}
}


.btn-primary {

		background-color: black !important;
		border-color: black !important;
		border: none;
		border-top: 5px solid;
	 	border-bottom: 3px solid;
	 	border-left: 8px solid;
	 	border-right: 8px solid;
	 	padding: 0px;
}

.fas {
    font-size: 20px;
}

.contact-form{
    background: #fff;
    /*margin-top: 10%;*/
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-form form{
   /* padding: 14%;*/
}
.contact-form form .row{
   /* margin-bottom: -7%;*/
}
.contact-form h3{
    /*margin-bottom: 8%;
    margin-top: -10%;*/
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}
/*Fin bouton message fixe*/
/*Début bouton téléphone fixe*/
.buttonfixeTel {

	position: fixed;
  z-index: 999;
	padding-left : 95%;
	padding-bottom:20px;
}

@media (max-width:767px)
{
	.buttonfixeTel {

	position: fixed;
	z-index: 999;
	padding-left : 85%;
	padding-bottom:20%;
}
}


.btn-primary {

		background-color: black !important;
		border-color: black !important;
		border: none;
		border-top: 5px solid;
	 	border-bottom: 3px solid;
	 	border-left: 8px solid;
	 	border-right: 8px solid;
	 	padding: 0px;
}

.fas {
    font-size: 20px;
    color: white;
}

.contact-form{
    background: #fff;
    /*margin-top: 10%;*/
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-form form{
   /* padding: 14%;*/
}
.contact-form form .row{
   /* margin-bottom: -7%;*/
}
.contact-form h3{
    /*margin-bottom: 8%;
    margin-top: -10%;*/
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}
/*Fin bouton téléphone fixe*/
/*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: 2px;
  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: 2px;
    padding-left: 4px;
    padding-right:  4px;
    border-radius: 5px;

}

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