*,
body {
  margin: 0;
  padding: 0;
}

body,
.btn {
  font-family: 'Roboto Slab', serif;
  font-style: italic;

}

.bg-bg1 {
  height: 650px;
  background-image: linear-gradient(rgba(56, 55, 55, 0.884), rgba(56, 55, 55, 0.795)), url('./medias/haryo-setyadi-acn5ERAeSb4-unsplash\ \(1\)-min.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

/*NAV */
.logo {
  width: 120px;
}

.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.473);
  transition: background-color 0.3s ease;
}

.navbar-nav .active {
  border-bottom: 1px solid #E8AE00;
  color: #E8AE00 !important;
}

.itemActive .active {
  background-color: black !important;
  color: white !important;
}

/* ul li a:hover {
    color: #E8AE00 !important;
    transform: scale(0.9);
  } */

/* CONTENU */
.title {
  font-size: 70px !important;
  letter-spacing: 20px;
}

.title2 {
  letter-spacing: 10px;
}

/* .btn{
    color: #E8AE00 !important;
    border: 1px solid #E8AE00 !important;
    } */
.btn:hover {
  transform: scale(0.9);
  background-color: #E8AE00 !important;
  color: white !important;
  border: 1px solid #fff !important;
}

.color1 {
  color: #E8AE00 !important;
  font-size: 20px;
}

@media (max-width:770px) {
  .title {
    font-size: 45px !important;
    letter-spacing: 5px;
  }

  .title2 {
    letter-spacing: 3px;
  }

  .bg {
    background-attachment: scroll;
  }

  .colonne {
    margin-bottom: 5%;
  }

  .ptext {
    width: 100%;
  }
}

@media (max-width:470px) {

  .pnone,
  .cc {
    padding: 0 !important;
  }
}

@media (max-width:415px) {
  .bg-bg1 {
    height: 750px;
    background-attachment: scroll;
  }
}

@media (max-width:350px) {
  .bg-bg1 {
    height: 800px;
    background-attachment: scroll;
  }
}

@media (max-width: 630px) {
  .logo {
    width: 90px;
  }
}


/* CARTE1 */
.image-p {
  position: relative;
  overflow: hidden;
}

.image-item {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
}

.image-p:hover .image-item {
  transform: scale(0.9);
  /* Effet bounce-in sur l'image lors du survol */
}

.border-div {
  color: #fff !important;
  position: absolute;
  top: 50%;
  /* Centrer verticalement */
  left: 50%;
  /* Centrer horizontalement */
  transform: translate(-50%, -50%) scale(0.9);
  /* Ajuster le centrage */
  width: calc(100% - 100px);
  /* Largeur ajustée pour la distance de 50px des deux côtés */
  height: calc(100% - 100px);
  /* Hauteur ajustée pour la distance de 50px des deux côtés */
  border: 1px solid #fff;
  /* Couleur et style de bordure souhaités */
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

.image-p:hover .border-div {
  opacity: 1;
  /* Effet bounce-out sur la bordure lors du survol */
  background: linear-gradient(rgba(56, 55, 55, 0.452), rgba(56, 55, 55, 0.507));
}

/* FOOTER */
#whatsApp {
  background: #E8AE00 !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.liensScale:hover {
  color: #E8AE00 !important;
  transform: scale(0.9);
}

.mama {
  font-size: 10px;
}

.logof {
  width: 50% !important;
}

@media (max-width: 572px) {
  .colfooter {
    width: 33% !important;
  }
}

/* ABOUT */
.bg-bg2 {
  height: 650px;
  background-image: linear-gradient(rgba(56, 55, 55, 0.884), rgba(56, 55, 55, 0.5)), url('./medias/eduardo-pastor-3oejsU5OQVk-unsplash\ \(1\)-min.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.image {
  border-radius: 5px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.image img {
  border-radius: 5px;
  width: 100%;
  transition: all 2s ease-in-out;
}

.image:hover img {
  transform: scale(0.9);
  cursor: pointer;
}

.rsbtn:hover {
  color: #E8AE00 !important;
  transform: scale(0.9);
}

/* PRODUITS */
.bg-bg3 {
  height: 650px;
  background-image: linear-gradient(rgba(56, 55, 55, 0.884), rgba(56, 55, 55, 0.5)), url('./medias/harry-cunningham-7qCeFo19r24-unsplash\ \(1\)\ \(1\)-min\ \(1\).jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.profile-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 3px #222;
}

.profile-card:hover .profile-img img {
  transform: scale(1.2);
}

.profile-card .profile-img img {
  width: 100%;
  /* height: auto; */
  transition: transform 1s;
}

.pimages {
  height: 300px;
}

.profile-card .profile-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 40%;
  border: 3px solid #333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: scale(1, 1);
  transition: all 0.50s linear;
}

.profile-card .profile-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 40%;
  border: 3px solid #222;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: all 0.50s linear;

}

.profile-card:hover .profile-content:before {
  top: 20px;
  left: 20px;
}

.profile-card:hover .profile-content:after {
  bottom: 20px;
  right: 20px;
}

.profile-card .profile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50% 4%;
  text-align: center;

}

.profile-card .profile-content:hover {
  background-color: rgba(126, 120, 122, 0.5);
}

.profile-card .profile-content .title {
  font-size: 20px !important;
  color: #fff;
  opacity: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(-100px);
  transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}

.profile-card:hover .title {
  opacity: 1;
  transform: translateY(0);
}

.profile-card:hover .title::after {
  content: "";
  display: block;
  width: 50%;
  margin: 10px auto;
  border-bottom: 2px solid #222;
}

.profile-card .profile-content .title>span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  text-transform: capitalize;
}

.profile-card .profile-content .social-link {
  margin: 20px 0;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}

.profile-card:hover .social-link {
  opacity: 1;
  transform: translateY(0);
}

.profile-card .profile-content .social-link li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
}

.profile-card .profile-content .social-link li a {
  color: #fff;
  width: 30px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  background-color: #000;
}

@media (max-width: 578px) {
  .pimages {
    height: 450px;
  }
}

/* TABS */
.tab {
  background-color: transparent !important;
  width: 100px;
}

.tab:focus {
  background-color: black !important;
  color: white !important;
}

.rowtab:hover {
  background-color: white;
}

@media (max-width: 775px) {
  .nav-tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;

  }

  .nav-tabs .nav-item {
    width: 33%;
  }

  .tab {
    width: 100%;
  }
}

/* CONTACT */
.bg-bg4 {
  height: 650px;
  background-image: linear-gradient(rgba(56, 55, 55, 0.884), rgba(56, 55, 55, 0.5)), url('./medias/the-nix-company-4Hmj9gkyM6c-unsplash-min.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

@media (max-width: 775px) {
  .bg {
    height: 400px;
  }
}




















/* 
Coucou tout le monde ! Nous sommes ravis de vous présenter notre boutique en ligne EYYA STORE,
dédiée à la friperie et au prêt-à-porter. Suivez-nous pour des looks inspirants et partagez avec vos amis qui aiment se démarquer avec leur style ! 🌟🛍️" */