body {
  /* font-family: 'Segoe UI', sans-serif; */
  background-color: hsl(0, 0%, 0%);
  color: #fff;
  /* overflow-x: hidden; */
}

.hero-section {
  background-color: #000;
}

/* h1,
h2,
h4 {
  font-weight: bold;
} */

a.btn-warning {
  color: #000;
  font-weight: bold;
  /* width: 200px; */
}

#accueil h1 {
  font-size: 1.6rem;
  font-family: 'Cormorant Garamond', serif;

}


#accueil p {
  font-size: 3.1rem;
  font-family: 'Cinzel', serif;

}

h2 {
  font-size: 35px;
  font-family: 'Cinzel', serif;
}

#presentation1 h1 {
  color: black !important;
  /* font-size: 50px; */
  font-family: 'Cinzel', serif;

}

#presentation1 p {
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif;

}

#presentation1 img {
  width: 80% !important;
  border: 2px solid black;
  border-radius: 0px 50px 50px 50px;

}

#presentation1 a {
  /* font-size: 25px; */
  font-family: 'Cormorant Garamond', serif !important;

}

.article_presentation1 {
  border-left: solid 15px black;
  border-radius: 5px 20px 20px 5px;
  padding: 60px 30px;
}



#presentation2 h1 {

  /* font-size: 50px; */
  font-family: 'Cinzel', serif;

}

#presentation2 p {
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif;

}

#presentation2 img {
  width: 75% !important;
  border: 2px solid rgb(250, 191, 16);
  border-radius: 50px 0px 50px 50px;
}

#presentation2 a {
  /* font-size: 25px; */
  font-family: 'Cormorant Garamond', serif !important;

}

.article_presentation2 {
  border-right: solid 15px rgb(250, 191, 16);
  border-radius: 20px 5px 5px 20px;
  padding: 50px 30px;
  box-shadow: 0 4px 20px rgba(218, 165, 32, 0.701);
}

#temoignage h1,
h3 {

  /* font-size: 50px; */
  font-family: 'Cinzel', serif;

}

#temoignage p {
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif;

}

#temoignage a {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif !important;

}

.client {
  color: rgb(101, 228, 254);
}

.temoignage {
  background-color: #00000046;
}

.temoignage p {
  font-size: 18px !important;
}

.img-zoom-hover {
  transition: transform 0.4s ease;
}

.img-zoom-hover:hover {
  transform: scale(1.03);
}

.btn-dark:hover {
  background-color: #c19e42;
  color: #000;
  transition: 0.3s ease;
}



#services h1 {

  font-size: 30px;
  font-family: 'Cinzel', serif;

}

#services h4 {
  font-size: 23px;
  font-family: 'Cinzel', serif;
  color: #000;
}

#services p {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}



#services i {
  font-size: 30px !important;


}

#nous_choisir h1 {
  color: black !important;
  /* font-size: 50px; */
  font-family: 'Cinzel', serif;
  font-size: 30px;

}

#nous_choisir h5 {

  /* font-size: 50px; */
  font-family: 'Cinzel', serif;

}

#nous_choisir p {
  font-size: 25px;
  font-family: 'Cormorant Garamond', serif;

}

#nous_choisir a.text-decoration-none {

  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 20px 5px;
}

#nous_choisir a.text-decoration-none:hover {
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.liste {
  background-color: rgba(0, 0, 0, 0.292);
  padding: 20px 10px;
  border-left: solid 2px white !important;
}

.liste h5 {
  color: #ffc107 !important;
}

.liste p {
  color: white !important;
  font-size: 18px !important;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer h5 {

  /* font-size: 50px; */
  font-family: 'Cinzel', serif;

}

footer p,
li {
  font-size: 19px;
  font-family: 'Cormorant Garamond', serif;
}

footer i {
  font-size: 14px;
}

#logo {
  max-height: 100px;
  object-fit: contain;
  border: none !important;

}

.nav-hover {
  position: relative;
  transition: color 0.3s;
  font-size: 17px;
}

.nav-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: gold;
  transition: width 0.3s ease-in-out;
}

.nav-hover:hover {
  color: gold !important;
}

.nav-hover:hover::after {
  width: 100%;
}

#navbarNav ul li a {
  width: 100px;
  margin-left: 30px;
  font-family: 'Cinzel', serif;
}



section {
  /* min-height: 100vh; */
  height: auto;
  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
}

#accueil,
#nous_choisir,
#services,
#temoignage {
  min-height: 100vh;
}



/* #theodoret_image {
  width: 400px;
  border-radius: 20%;
} */

/* Thèmes de fond */
.bg-black-gold {
  background-color: #0a0a0a;
  color: white;
}

.bg-gold {
  /* background-color: #FFD700; */
  background-color: rgb(236, 178, 30);
  /* color: #000; */
}

.bg-white {
  background-color: white;
  color: #000;
}

.bg-sky {
  background-color: #e0f7ff;
  color: #000;
}

.bg-dark {
  background-color: #000000;
  color: white;
}




.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* border-left: solid 2px white; */
  padding: 20px 10px;
  position: relative;
  min-height: 180px;
  /* width: 100%; */
  background-color: rgb(137, 24, 24);
  overflow: hidden;
  z-index: 0;
  margin-left: 10px;
  margin-right: 10px;

}

.service-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.2);
  /* border-left: white solid 2px !important; */
}







.animated-border::before,
.animated-border::after,
.animated-border span::before,
.animated-border span::after {
  content: '';
  position: absolute;
  background: #ffc107;
}

.animated-border::before {
  /* Top */
  height: 2px;
  width: 100%;
  top: 0;
  left: -100%;
  animation: move-top 3s linear infinite;
}

.animated-border::after {
  /* Right */
  width: 2px;
  height: 100%;
  top: -100%;
  right: 0;
  animation: move-right 3s linear infinite;
}

.animated-border span::before {
  /* Bottom */
  height: 2px;
  width: 100%;
  bottom: 0;
  right: -100%;
  animation: move-bottom 3s linear infinite;
}

.animated-border span::after {
  /* Left */
  width: 2px;
  height: 100%;
  bottom: -100%;
  left: 0;
  animation: move-left 3s linear infinite;
}

@keyframes move-top {
  0% {
    left: -100%;
  }

  25% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes move-right {
  25% {
    top: -100%;
  }

  50% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

@keyframes move-bottom {
  50% {
    right: -100%;
  }

  75% {
    right: 100%;
  }

  100% {
    right: 100%;
  }
}

@keyframes move-left {
  75% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}




#nous_choisir p {
  font-size: 25px;
}


.service-card .card-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}



@media (max-width: 1200px) {
  #theodoret_image {
    width: 300px;
    border-radius: 20%;
  }

  #accueil h1 {
    font-size: 35px;
  }

  #accueil p {
    font-size: 17px;
  }

  #presentation h1 {
    font-size: 30px;
    margin-bottom: 10px !important;
  }

  #presentation p {
    font-size: 17px;
    margin-bottom: 10px !important;
  }

  #services h1 {
    font-size: 30px;
  }

  #services h4 {
    font-size: 18px;
  }

  #services p {
    font-size: 13px;
  }

  #nous_choisir h1 {
    font-size: 30px;
  }

  #nous_choisir p {
    font-size: 17px;
  }

  #nous_choisir img {
    width: 60%;
  }

  .brand-text {
    font-size: 1.1rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 8px 0;
  }

  .nom_site {
    display: none;
  }

  footer h5 {
    font-size: 15px;
  }

  footer li,
  p,
  li,
  a {
    font-size: 12px;
  }

}

@media (max-width: 768px) {
  #logo {
    height: 45px;
  }

  .brand-text {
    font-size: 1.1rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 8px 0;
  }

  .nom_site {
    display: none;
  }

  #theodoret_image {
    width: 200px;

  }



  #presentation h1 {
    font-size: 27px;
    /* margin-bottom: 10px !important; */
  }

  #presentation p {
    font-size: 15px;
    /* margin-bottom: 10px !important; */
  }

  #services h1 {
    font-size: 27px;
  }

  #services h4 {
    font-size: 15px;
  }

  #services p {
    font-size: 13px;
  }

  #nous_choisir h1 {
    font-size: 30px;
  }

  #nous_choisir p {
    font-size: 17px;
  }


}

@media (max-width: 576px) {
  #logo {
    height: 40px;
  }

  .brand-text {
    font-size: 1rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.9rem;
  }


}





.service-link {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.service-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.service-link .card {
  transition: background-color 0.3s ease;
}


.article_presentation1 .content-hover {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.article_presentation1:hover .content-hover {
  opacity: 1;
  max-height: 500px;
  /* ou une hauteur suffisante pour ton contenu */
}


.article_presentation2 .content-hover {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.article_presentation2:hover .content-hover {
  opacity: 1;
  max-height: 500px;
  /* Ajuste cette valeur si ton contenu est plus long */
}

.text-justify {
  text-align: justify;
}

.nav-link.active {
  color: #ffc107 !important;
  /* font-weight: bold; */
  border-bottom: 2px solid #ffc107;
}


@media (max-width: 1200px) {
  #accueil h1 {
    font-size: 1.0rem;
    font-family: 'Cormorant Garamond', serif;

  }


  #accueil p {
    font-size: 2.1rem;
    font-family: 'Cinzel', serif;

  }


}



header a {
  font-size: 1.0rem !important;
}