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

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

.font {
	font-family: 'FonteLoewTech', sans-serif;
}

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: 1%;
	font-size: 14px;
}
.repere-page {
	text-decoration: none;
  font-size: 14px;
	color: grey;

}
/*Fin section breadcrumb*/
/*Début Carousel*/

.section-carousel {
  margin-bottom: 5%;

}
.titre-carousel {
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
  font-family: 'FonteLoewTech';
  font-weight: 500;
  font-style: normal;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #1c1b1b;


}
.SoulignementDouble {
  border-bottom: thick double white;

}
 .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0rem;
    left: 0%;
    padding-top: 1.25rem;
    top:0;
    color: black;
    font-family: "FonteLoewTech";
    font-weight: normal !important;
}

.positiontitre1 {
  position: absolute;
  right: 20%;
  top:5%;
}
@media (min-width: 1445px) {.positiontitre2 {
  position: absolute;
  top:50%;
  right: 75%;
}}
@media (min-width: 1024px) and (max-width: 1440px) {
  .positiontitre2 {
    position: absolute;
    top:0%;
    left: 25%;
  }}

@media (min-width: 768px) and (max-width: 1023px) { .positiontitre2 {
  position: absolute;
  top:0%;
  left: 60%;
}}
.positiontitre3 {
  position: absolute;
  left: 65%;
  top:25%;
}

/* medium and up screens *//*

    .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);
}*/
.carousel-item {
  transition: transform 2s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2s;
}
/*
@media (max-width: 768px) { .image {
height: 250px;

  } }
@media (min-width: 768px) and (max-width: 1025px) { .image {
  height: 650px;

    } }
@include media-breakpoint-between(sm, md) { #carouselExampleCaptions .carousel-item img {
  object-fit: cover;
  object-position: top;
  overflow: hidden;
min-width: 100%;
min-height: 100%;

} }
@media (min-width: 1025px) { #carouselExampleCaptions .carousel-item .image {
  /*object-fit: cover;
  object-position: top;
  overflow: hidden;*//*
  height:100vh;
  width: 100vh;

} }

@media (min-width: 1025px) { .image-carousel {
  /*object-fit: contain;
  object-position: top;
  overflow: hidden;*//*
  height:100vh;
  width: 100vh;

} }*/
@media (max-width: 768px) { .image {
  width: 100%;
height: 250px;
object-fit: cover;
  } }
@media (min-width: 768px) and (max-width: 1024px) { .image {
  height: 650px;
  object-fit: cover;

    } }
@media (min-width: 1025px) { .carousel .carousel-inner .image {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  object-position: top;
  overflow: hidden;
}}

@media (min-width: 1025px) { .carousel .carousel-inner .ImageMontre {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}}

@media (min-width: 1025px) { .carousel .carousel-inner .imagefordesktop {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}}
/*Fin Carousel/
/*Début css titre-anim*/
.tracking-in-contract {
	-webkit-animation: tracking-in-contract 3.8s  cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 3.8s 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
/*Fin css titre-anim*/
/*Début css contenu*/
.titre-section-apropos {
	text-align: center;
	padding-top: 5%;
  margin-bottom: 5%;
}

.circle-etape {
	font-family: perpetua;
	border-radius: 50%;
	border-bottom: 10px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
 	border-left: 1px solid black;
	padding: 30px;
	font-size: 17px;
	font-weight: bold;
	-webkit-animation: shake 6.72s  ;
	-webkit-animation-delay:2s;
	animation: shake 6.72s  ;
	animation-delay:2s;

}

.circle-etape2 {
	font-family: perpetua;
	border-radius: 50%;
	border-bottom: 10px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 30px;
	font-size: 17px;
	font-weight: bold;
	-webkit-animation: shake 6.72s  ;
	-webkit-animation-delay:4s;
	animation: shake 6.72s  ;
	animation-delay:4s;

}

.circle-etape3 {
	font-family: perpetua;
	border-radius: 50%;
	border-bottom: 10px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 30px;
	font-size: 17px;
	font-weight: bold;


	-webkit-animation: shake 6.72s  ;
	-webkit-animation-delay:6s;
	animation: shake 6.72s  ;
	animation-delay:6s;
}

@keyframes shake {
	0% { transform:translate(0,0) }
	  1.78571% { transform:translate(5px,0) }
	  3.57143% { transform:translate(0,0) }
	  5.35714% { transform:translate(5px,0) }
	  7.14286% { transform:translate(0,0) }
	  8.92857% { transform:translate(5px,0) }
	  10.71429% { transform:translate(0,0) }
	  100% { transform:translate(0,0) }
}

@media (max-width: 576px) { .circle-etape {
	width: 50%;
	margin-left: 24%;
} }

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.container-persoLT {
    max-width: 500px; /* Ajuste selon tes besoins */
    margin: 0 auto;
    text-align: justify;
}

.container-persoLT-Col-Droite {
    max-width: 200px; /* Ajuste selon tes besoins */
    margin: 0 auto;
    text-align: justify;
}

.Col-Gauche-Text {
  background-color: #15191a;
  color: #c1bca7;
}

.Col-Droite-Image {
background-color: #c1bca7;
color: #15191a;
}
.img-same-height {
  height: 300px; /* Ajuste selon ton design */
  width: 100%;
  object-fit: cover;
}

.ColGaucheFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #15191a;
  color: #c1bca7;
}

.ListeFooter {
  border-top: 1px solid #c1bca7;
  padding-top: 10px;
  font-size: 12px;
}
.bg-image {
  position: relative; /* OBLIGATOIRE */
  background-image: url("../img/surmesure/IMG_2323.JPG");
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
}

/* Voile */
.bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* opacité du voile */
  z-index: 1;
}

/* Contenu AU-DESSUS du voile */
.bg-image > * {
  position: relative;
  z-index: 2;

}
.TitreColLemony {
  font-family: 'FonteLoewTech', sans-serif;
  font-size: 62px;
  font-weight: bold;
  color: #c1bca7;
}
.TextColLemony {
  font-size: 24px;
  color: #c1bca7;
    
}
/*Fin css contenu*/
/*Début Card boutique*/
.card-img-top {
	max-width: auto;
	height: 250px;
	object-fit: contain;
	background-color:  black;

}
.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 CSS RENAISSANCE*/
.caption-fond1 {
	background-color: #8080804d;

}

.caption-fond2 {
	background-color: #8080801c;

}

.sousTitreCarousel {
	color: white;
}
/*Fin CSS A RENAISSANCE*/
/**/
.btnContact {
	text-decoration: none;
	margin-top: 5%;
  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;
	font-family: 'FonteLoewTech';
}

.btnContact:hover {
	text-decoration: none;
	border : 1px solid black;
	color: black;

}
/**/
/*Début SectionMosaique*/
.SectionMosaique {
	background-color: black;
	}
	.SectionMosaiqueText  {
		font-family: 'FonteLoewTech', sans-serif;
		font-weight: 500;
		font-style: normal;
		letter-spacing: .2em ;
		text-transform: uppercase;
		word-wrap: break-word;
		color: white;
	}
/*Fin SectionMosaique*/
/*Début bouton message fixe*/
.buttonfixeMSG {

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

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

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


.btn-primary {

		background-color: black !important;
		border-color: black !important;
		border: none;
		border-top: 7px solid;
	 	border-bottom: 5px solid;
	 	border-left: 10px solid;
	 	border-right: 10px 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;
	left : 95%;
	bottom:20px;
}

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

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


.btn-primary {

		background-color: black !important;
		border-color: black !important;
		border: none;
    border-top: 7px solid;
	 	border-bottom: 5px solid;
	 	border-left: 10px solid;
	 	border-right: 10px 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*/
