@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,400&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    z-index: 9999;
    /* font-family:'Times New Roman'; */
    font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style: none;
}


.logo {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 100
}
.navbar a img {
  max-width: 150px
}

.liens a{
  color: #fff;
  margin: 0 15px;
  font-size: 1.2rem;
}
.navbar .liens .active {
  /* background-color: #a46109; */
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid rgba(1, 55, 60, 0.991);
}


.navbar .liens {
  position: relative;
}

.navbar .liens::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(1, 55, 60, 0.991) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 0.5s ease;
}

.navbar .liens:hover::after {
  background-position: left;
  width: 90%;
}

.fixed-navbar  {
  position: fixed;
  /* background-color: rgba(1, 11, 38, 0.967); */
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%; /* Assurez-vous que la barre de navigation occupe toute la largeur */
  z-index: 1000; /* Si nécessaire, pour que la barre de navigation apparaisse au-dessus des autres éléments */
  box-shadow: 0 2px 4px rgba(1, 55, 60, 0.991); /* Ajout de l'ombre en bas */
}
.fixed-navbar .navbar a{
  padding: 20px 0;
}
.resauxT{
  color: #ffffff;
  margin: 15px;
  font-size: 1.8rem;
}
.fixed-navbar .rTelephone .resauxT{
  color: rgba(1, 55, 60, 0.991);
}
.rTelephone {
  text-align: center;
  padding: 19px 0;
}
.navbar-brand{
  color: #fff;
}
#menu{
  color: rgb(255, 213, 0);
  font-size: 2.3rem;
}
.fixed-navbar .fixed-navbar .navbar-brand, .fixed-navbar{
  color: #000;
}

.banner {
  position: relative;
}


@media (max-width:884px) {
  .navbar-nav .liens{
    text-align: center;
    margin: 10px 0;
  }
  .navbar .liens::after {
    content: '';
    position: relative;
  }
  .logo {
    position: absolute;
    top: -10px;
  }
}

  .header2 {
    position: absolute;
    width: 100%;
    z-index: 1000;
  }


#floating-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  color: white;
}
#floating-text h1{
  font-size: 4.4rem;
  font-family: 'Times New Roman';
  font-weight: bolder;
}
#floating-text p{
  font-size: 2rem;
  font-family: 'Times New Roman';
}
.elite{
  font-size: 2.6rem;
}

/* Carrousel */
.carousel-item img {
  height: 650px; /* Hauteur des images du carrousel */
  object-fit: cover; /* Redimensionner les images pour remplir le conteneur */
  filter: brightness(60%);
}
.concierg{
  font-size: 3.4rem;
  font-weight: 600;
  color: #fff;
  margin-top: 250px;
}
/* footer */
.coordonnee {
  height: 240px;
  background: linear-gradient(rgba(0, 0, 0, 0.719), rgba(0, 0, 0, 0.719)), url('../images/cff.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image de fond */
  color: white; /* Couleur du texte */
}
@media (max-width:884px) {
.coordonnee{
  height: 400px;
}
}
@media (max-width:884px) {
  .concierg{
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carousel-item img, .bannerGalerie {
    height: 1000px; /* Hauteur des images du carrousel pour cette plage de largeur */
  }
  
  .concierg{
    margin-top: 400px;
  }
  
}


@media (min-width:768px) {
  .banner{
    margin-bottom: -40px;
  }
}

/* Contrôles du carrousel */
.carousel-control-prev, .carousel-control-next {
  width: 5%;
  color: #fff;
  opacity: .5;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1;
}

/* Icônes des contrôles du carrousel */
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev-icon::before {
  content: '‹'; /* Utiliser la flèche gauche */
  font-size: 2rem;
}

.carousel-control-next-icon::before {
  content: '›'; /* Utiliser la flèche droite */
  font-size: 2rem;
}


/* Apropos */
.sectionAprop{
  background-color: #000604;
  color: #fff;
  text-align: center;
}
.sectionAprop .card{
  background:linear-gradient(rgba(0, 0, 0, 0.61), rgba(0,0,0,0.407)), url('../images/Apro.jpeg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  border-radius: 0%;
}
.sectionAprop p, .sectionAprop h4, .sectionAprop h5{
  opacity: 0.6;
}


/* Services */
.servi{
  background-color: #000604;
}
.servi .card{
  border: none;
}

.card-titleImg1{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/v1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg2{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/ASS1.jpeg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg3{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../image/13.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg4{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/v3.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg5{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/v14.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg6 img{
  height: 350px;
}
@media (max-width:884px) {
  .card-titleImg6 img{
    height: 400px;
  }
}
.card-titleImg7{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/v11.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg8{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../image/2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg9{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/ASS.jpeg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg10{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/v13.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg11{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/im12.jpeg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.card-titleImg12{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,0)), url('../images/v15.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}


.PlusServ {
  /* Vos styles de base */
  color: #000; /* Couleur de la police transparente */
  border: 1px solid rgba(1, 55, 60, 0.991);
  padding: 10px 30px;
  border-radius: 20px;
  cursor: pointer;
  
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 1.5s ease, color 1s ease; /* Ajout de la transition */
}

.PlusServ:hover {
  background-position: left;
  color: #fff; /* Couleur de la police au survol */
  background-image: linear-gradient(to right, rgba(1, 55, 60, 0.991) 0%, rgba(1, 55, 60, 0.991) 50%, transparent 50%);
}


.card-body{
  padding: 40px;
}
.nmbre{
  font-size: 1.1rem;
}

.point{
  font-size: 0.3rem;
  margin-left: 10px;
}

/* equipe */
.equipe {
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.663), rgba(0,0,0,0.663)), url('../images/eqp2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image de fond */
  color: white; /* Couleur du texte */
}

.equipe h2 {
  margin-top: 20%; /* Ajuste la marge pour le positionnement vertical */
  text-align: center; /* Centre le texte */
  font-size: 3rem;
}

.couleur{
  color: #e99105;
  /* font-family: 'Lobster', sans-serif; */
}

/* Témoignages */
.temoignages{
  background: linear-gradient(rgba(0, 0, 0, 0.783), rgba(0,0,0,0.783)), url('../images/1.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image de fond */
  color: #fff;
  z-index: 1;
}
.FontG{
  font-size: 2rem;
}
/* Styling optionnel pour le carrousel */
.owl-carousel {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .owl-carousel .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  /* .owl-theme img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
  } */

  .partenaire{
    background-color: #000604fb;
  }
  .partenaire img{
    width: 100px;
  }
  .partenaire .calaoLogo{
    border-radius: 50%;
  }
  

/* A propos de nous */
.bannerApropo{
  background:linear-gradient(rgba(0, 0, 0, 0.601), rgba(0, 0, 0, 0.601)), url('../image/10.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image de fond */
  height: 630px;
}



.horraireCulte, .horraireCultes{
  position: absolute; 
  left: 20px; 
  bottom: 100px; 
  transform: translateY(100%);
}



.resaux{
  border-radius: 50%;
  padding: 7.5px 3px;
}

.resaux i{
  margin: 7px;
  color: #fff;
}
.resaux:hover{
  background: rgba(1, 55, 60, 0.991);
  transition: background 0.7s ease-in; /* Ajout de la transition */
}
.resaux:hover i{
  color: #fff;
}
.reseauxT i{
  color: #fff;
  margin: 7px;
}

/* A propos page */
.APro{
  background-color: #000604;
  color: #fff;
}
.APro .card{
  height: 440px;
  background:url('../images/c1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  border: 0;
}
.APro h4,  .APro p{
  opacity: 0.7;
}

/* services page */
.bannerService{
  background:linear-gradient(rgba(0, 0, 0, 0.601), rgba(0,0,0,0.601)), url('../image/19.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image de fond */
  height: 630px;
}
.SuiteService{
  font-weight: 700;
  color: rgba(1, 55, 60, 0.991);
}

#Rtop{
  margin-top: 20px;
  margin-left: 19px;
}

/* Contact */
.bannerContact{
  background:linear-gradient(rgba(0, 0, 0, 0.617), rgba(0, 0, 0, 0.617)), url('../images/iphone1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Fixe l'image de fond */
  height: 630px;
}

@media (max-width:884px) {
  .bannerService, .bannerApropo{
    background-position: 80% 50%;
  }
}
.contact{
  background-color: rgba(1, 55, 60, 0.991);
}

.trait{
  height: 1px;
  background-color: #e99105;
  width: 20%;
  margin: auto;
}
.form-control::placeholder {
  color: gray;
}
.bouton button{
  border: #e99105 2px solid;
  background: transparent;
  padding: 7px 20px;
  color: #e99105;
  font-weight: bold;
  border-radius: 10px;
}
.bouton button:hover{
  background-color: #fff;
  border: #fff 2px solid;
  border-radius: 15px;
  transition: background 0.7s ease-in;
}

form .form-control{
  background-color: transparent;
}

.form-control:focus{
  border: none;
  /* Vous pouvez personnaliser la couleur rouge selon vos préférences */
  box-shadow:none !important;
  /* Ajoutez une légère ombre rouge pour un effet de mise en évidence */
}

form p{
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 6px;
  
}
.txarea{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.modal-title{
  font-weight: bolder;
}

.bannerGalerie {
  position: relative;
  height: 630px;
  overflow: hidden; /* Pour cacher les parties de la vidéo qui dépassent */
}
.bannerGalerie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Pour remplir la zone avec la vidéo sans déformer */
  filter: brightness(70%)
}


/* Galerie */

/* Galery */

.image-container {
  display: flex;
  margin: auto;
}

.image-list {
display: flex;
flex-wrap: wrap;
}
.gallery-image {
width: 100%;
height: 350px;
object-fit: cover;
margin: auto;
cursor: pointer;
margin-bottom: 14px;
}
.gallery-image:hover{
  opacity: 0.9;
  transform: scale(1.01);
  transition: 0.3s ease-out;
}

.galerie .modal-content {
margin: auto;
display: block;
height: auto;
width: auto;
object-fit: contain;
background-color: rgba(0, 0, 0, 0.9);
border: none;
}
.closeP {
color: rgba(1, 55, 60, 0.991);
font-size: 2rem;
font-weight: bold;
position: absolute;
top: 60px;
right: 235px;
cursor: pointer;
}

.gallery{
display: flex;
}


/* Acceuil réalisations */
.galerie .card{
background-color: transparent;
border: none;
}

#modal-image {
  width: 750px;
  height: 550px;
  margin: auto;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

/* responsive grand écran */

@media screen and (min-height: 800px) {
    
  .carousel-item img, .bannerApropo,.bannerContact, .bannerService, .bannerGalerie {
    height: 1030px; /* Ajustez selon vos besoins, cela prendra 100% de la hauteur de l'écran */
  }
  .navbar-nav a{
      font-size: 1.3rem;
    }
    .resaux{
      font-size: 1.4rem;
    }
  p{
      font-size: 1.2rem;
    }
    .card-titleImg1 .card-titleImg2, .card-titleImg3, .card-titleImg4, .card-titleImg5, .card-titleImg6, .card-titleImg7, .card-titleImg8, .card-titleImg9, .card-titleImg10, .card-titleImg11, .card-titleImg11{
      height: 450px;
  }
  .concierg{
    font-size: 4rem;
  }
}

