@import url('https://fonts.googleapis.com/css2? family= Prompt:wght@200;300;400 & display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

html{
  scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.FontG{
    font-family: 'Lobster', sans-serif;
}
.CouleurPrinc1{
    color: #ae751a;
}
.CouleurPrinc2{
    color: rgba(2, 26, 43, 0.994);
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style: none;
}

/* logo */
.logo{
    width: 70px;
    border-radius: 50%;
}

/* banner */
.nav-item{
  text-transform: uppercase;
  font-weight: bolder;
  color: #fff;
}
.nav-item a{
  color: #fff;
  margin: 0 10px;
}
.navbar .nav-link.active {
  color: #ae751a;
  font-weight: bold;
}
.navbar .nav-link:hover{
  color: #ae751a;
}

/* bouton de défilement  */
.scroll-top-button {
    position: fixed;
    bottom: 20px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: #55390a;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
    border-radius: 50%;
    font-weight: bolder;
    z-index: 1;
  }
  
  .scroll-top-button:hover {
    background-color: #211604;
    transition: background-color 0.3s;
  }
  
  .scroll-top-button.show {
    right: 20px;
    opacity: 1;
  }
  /* Style pour le deuxième header fixé */
.fixed {
    position: fixed;
    background-color: rgba(1, 11, 38, 0.967);
    border-bottom: 2px solid #623e03;
    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 */
    /* Autres styles CSS pour le header fixé */
  }

  .banner{
    background:linear-gradient(rgba(0,0,0,0.66), rgba(0,0,0,0.66)), url('../image/bble2.jpg') no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 570px;
}

.bannerEvent{
    background:linear-gradient(rgba(0, 0, 0, 0.728), rgba(0,0,0,0.728)), url('../image/EventB.jpg') no-repeat;
    background-size: cover;
    background-position: 70%;
    height: 800px;
}
  .bannerApropos{
    background:linear-gradient(rgba(0, 0, 0, 0.697), rgba(0, 0, 0, 0.429)), url('../image/18.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
}

  .bannerDon{
    background:linear-gradient(rgba(0, 0, 0, 0.728), rgba(0,0,0,0.728)), url('../image/don.jpg') no-repeat;
    background-size: cover;
    background-position: 70%;
    height: 800px;
}

.bannerMembre{
    background:linear-gradient(rgba(0, 0, 0, 0.533), rgba(0, 0, 0, 0.533)), url('../image/m1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
}

  .bannerCont{
    background:linear-gradient(rgba(0, 0, 0, 0.426), rgba(0, 0, 0, 0.426)), url('../image/iphone1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Fixe l'image de fond */
    height: 650px;
}
  .bannerGrpeM{
    background:linear-gradient(rgba(0, 0, 0, 0.568), rgba(0, 0, 0, 0.568)), url('../image/grp2.jpg') no-repeat;
    background-size: cover;
    background-position: 70%;
    height: 800px;
}

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

.icone a{
    margin: 15px;
  }
  .icone i{
    color: #fff;
    font-size: 1.6rem;
  }
  .icone i:hover{
    color: #fff;
  }
  .icone a:hover{
    transition: 0.5s;
    border-radius: 50%;
  }

  /* gallery */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 5px;
}

.gallery img {
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    aspect-ratio: 1/1; /* carré */
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Ce conteneur permet de centrer l'image et de la limiter à l'écran */
.modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    overflow: auto;
}

/* L'image elle-même */
.modal-image {
    width: 90%;
    height: 100%;
    object-fit: contain; /* Important : l'image conserve son format sans être coupée */
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 5rem;
    cursor: pointer;
    z-index: 1001;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
}

.prev { left: 10px; }
.next { right: 10px; }

/* @media (max-width:768px) {
  .banner{
    height: 1000px;
  }
} */

#phraseA, #phraseResponsive h1 {
    margin-top: 30px;
    font-size: 3.6rem;
    font-family: 'Lobster', sans-serif;
    white-space: nowrap;
    overflow: hidden;
}
#phraseResponsive h1{
    font-size: 2rem;
    margin-top: 60px;
}


/* contact */
.contact{
  background-color: rgba(1, 11, 38, 0.967);
}

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

.bannerEvent h1, .bannerDon h1, .bannerMembre h1, .bannerCont h1, .bannerGrpeM h1, .bannerApropos h1{
    margin-top: 200px;
    margin-left: 10px;
    font-size: 3rem;
}

#menu i{
  font-size: 2.4rem;
}

@media (max-width:884px) {
    .header2{
        background-color: rgba(1, 11, 38, 0.967);
    }
    .header2 i {
        font-size: 1.5rem;
        color: #ae751a;
    }
    .modal-container {
        width: 100%;
        height: 100%;
    }

    .modal-image {
        width: 100%;
        height: 100%;
    }
    .navbar-nav {
        text-align: center;
    }
    .don, .donh{
        margin: auto;
    }
    .bannerMembre{
    background:linear-gradient(rgba(0, 0, 0, 0.603), rgba(0, 0, 0, 0.603)), url('../image/m2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    }
    
  }
@media screen and (min-height: 800px) {
    
    .bannerApropos,.bannerEvent, .bannerGrpeM, .bannerCont, .bannerDon, .bannerMembre {
      height: 1010px; /* Ajustez selon vos besoins, cela prendra 100% de la hauteur de l'écran */
    }
    .banner{
        height: 950px;
    }
    .fixed{
        background-color: rgba(1, 11, 38, 0.967);
    }
    p{
        font-size: 1.2rem;
    }
  }
  @media (max-width:768px) {

    /* logo */
    .logo{
        width: 60px;
        border-radius: 50%;
    }

    .banner, .bannerApropos, .bannerEvent, .bannerDon, .bannerMembre, .bannerGrpeM, .bannerCont{
        background-size: cover;
        background-position: center;
        height: 600px;
    }

  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner, .bannerApropos, .bannerEvent, .bannerDon, .bannerMembre, .bannerGrpeM, .bannerCont{
    height: 1000px; /* Hauteur des images du carrousel pour cette plage de largeur */
  }
  #phraseA{
        margin-top: 300px;
        font-size: 3.4rem;
        max-width: 1000px; /* Le texte reviendra à la ligne lorsqu'il atteint 300px de largeur */
        overflow: hidden; /* Empêche le texte de déborder */
        white-space: pre-wrap; /* Permet au texte de passer à la ligne */
    }
    #phraseResponsive2 h1{
    font-size: 3.6rem;
    margin-top: 200px;
}
    .rejoinsN{
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: -10px;
    }
    .BannerH1{
        font-size: 2.4rem;
    }
    .logo{
        width: 70px;
        border-radius: 50%;
    }
    .icone i{
    font-size: 1.9rem;
  }

  .bannerEvent h1, .bannerDon h1, .bannerCont h1, .bannerGrpeM h1, .bannerApropos h1, .bannerMembre h1{
    margin-top: 300px;
    font-size: 3.5rem;
  }

  .louange h3{
    font-size: 2rem;
  }
}


.info{
    color: #fff;
    border-bottom: 1px solid;
    margin-left: 20px;
    width: 20%;
  
}

  
.imagesGprMuk .card{
    border: none;
}
.imagesGprMuk .card img{
    border-radius: 10px;
    border-top-right-radius: 70px;
    border-top: rgba(2, 26, 43, 0.994) 10px solid;
    border-bottom-left-radius: 70px;
    border-bottom: 10px solid rgba(2, 26, 43, 0.994);
}


@media (max-width:768px) {
    .bannerEvent h1, .bannerDon h1, .bannerCont h1, .bannerGrpeM h1, .bannerApropos h1, .bannerMembre h1{
        margin-top: 150px;
        margin-left: 15px;
        font-size: 2.5rem;
    }
}

  
/* Faire un don */
.don, .donh{
    border: 1px solid #fff;
    padding: 1px 30px;
    border-radius: 30px;
}
.don:hover{
    background-color: #ae751a;
    border: 1px solid #ae751a;
    color: #fff;
}
.donh{
    border: 1px solid #8b4500;
    border: none;
    background-color: #8b4500;
}
.donh:hover{
    background-color: transparent;
    border: 1px solid #fff;
}
.don .nav-link:hover{
    color: #fff;
}
@media (max-width:884px) {
    .don{
        width: 60%;
        padding-left: 0;
    }
    .donh{
        padding: 8px;
    }
}
/* Banner text */
.BannerH1{
    color: #ae751a;
    text-align: center;
    padding-top: 2px;
}
.ciel{
    font-family: 'Prompt', sans-serif;
}
.rejoinsN{
    background: #ae751a;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
}

@media (max-width:768px) {
    #phraseA{
        margin-top: 90px;
        font-size: 1.9rem;
        max-width: 360px; /* Le texte reviendra à la ligne lorsqu'il atteint 300px de largeur */
        overflow: hidden; /* Empêche le texte de déborder */
        white-space: pre-wrap; /* Permet au texte de passer à la ligne */
    }
    .rejoinsN{
        font-size: 0.8rem;
    }
}
.info{
    color: #fff;
    border-bottom: 1px solid;
    margin-left: 20px;
    width: 20%;
}
/* @media (max-width:884px) {
    .info{
        display: none;
    }
} */

/* welcom */
.welcom h1{
    font-family: 'Roboto Mono', monospace;
    font-size: 2.6rem;
    font-weight: bolder;
}
.VoirePlus a{
    background-color: #ae751a;
    color: #fff;
    padding: 10px;
}

.actualite{
    background-color: rgba(1, 11, 38, 0.967);
    color: #fff;
    margin-bottom: 5px;
}
.actualite a{
    color:#fff
}

/* A propos */
.card-img {
    display: flex;
    justify-content: center;
}

.image {
    max-width: 30%; /* Pour que l'image ne dépasse pas la largeur du conteneur */;
}
.image2 {
    max-width: 35%; /* Pour que l'image ne dépasse pas la largeur du conteneur */;
}

.img-fluid {
    max-width: 100%; /* Pour assurer la réactivité de l'image */
    height: auto;
}
.history{
    background-color: #211604;
    border-radius: 50%;
    padding: 10px;
}
.history2{
    background-color: #211604;
    border-radius: 50%;
    padding: 10px;
}
.Plus{
    color: #ae751a;
    font-weight: 600;
}
.Apropos .card:hover{
    background-color: rgba(1, 11, 38, 0.967);
    color: #fff;
    font-weight: 600;
}
.Apropos .card:hover a{
    color: #fff;
}
.Apropos .card:hover .history,
.Apropos .card:hover .history2{
    background-color: #fff;
}
.Apropo{
    background-image:linear-gradient(rgba(14, 20, 47, 0.823), rgba(14, 20, 47, 0.823)), url('../image/Apropos2.jpg');
    background-repeat: no-repeat;
    background-size:  100%;
}

.eventBtn{
    background-color: #ae751a;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
}
.eventBtn:hover{
    background-color: #623e03;
    transition: background 0.5s;
}
/* Témoignages */
.temoignages{
  background: linear-gradient(rgba(14, 20, 47, 0.823), rgba(14, 20, 47, 0.823)), url('../image/merci2.jpg')no-repeat;
  background-size: cover;
  background-position:center 70%;
  color: #fff;
  z-index: 1;
}

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

.pasteurs .card-title{
    background-size: cover;
    background-position: center;
    width: auto;
}
.pasteurs .card-title:hover{
    background: url('../image/img4.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    transition: 1.5s;
}
.IconePasteur i{
    margin: 0 10px;
    border-radius: 50%;
    background-color: rgba(1, 11, 38, 0.967);
    color: #fff;
    padding: 5px 8px;
}
.IconePasteur i:hover{
    background-color: #ae751a;
    transition: background 1s;
}
.pasteurs .card{
    border: none;
    border-bottom: 6px solid #ae751a;
}

/* Footer */
.footer{
    background: rgba(1, 11, 38, 0.967);
}
.footer-container {
    position: relative;
    display: inline-block;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.footer-input {
    width: 100%;
    max-width: 430px;
    padding: 12px 15px;
    border-radius: 30px;
    outline: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border: none;
}

.footer-input:focus {
    border-color: 2px solid #ae751a;
}

.footer-button {
    position: absolute;
    right: 5px;
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(45deg, #ae751a, #8b4500);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, font-weight 0.5s ease;
}

.footer-button:hover {
    background: rgba(1, 11, 38, 0.967);
}

@media (max-width:884px) {
    .footer-input{
        width: 360px;
    }
    .footer-button{
        margin-right: -10px;
    }
}

/* membre */
#form-membre {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

#form-membre h2 {
    margin-bottom: 20px;
    color: #ae751a;
}
.full-width {
    grid-column: span 2;
}

        
.upload-box {
    width: 120px;
    height: 120px;
    border: 2px dashed #ae751a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.upload-box:hover {
    background-color: #eaeaea;
}

.upload-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: none;
}

.upload-text {
    color: #ae751a;
    font-weight: bold;
    position: absolute;
    text-align: center;
    font-size: 12px;
    width: 80%;
}

input[type="file"] {
    display: none;
}

#form-membre .form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

#form-membre label {
    display: block;
    text-align: left;
    margin: 8px 0 5px;
    font-weight: bold;
    color: #555;
}

#form-membre input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
}

#form-membre input:focus {
    border-color: #ae751a;
}

#form-membre input[type="file"] {
    border: none;
}

#form-membre button {
    margin-top: 15px;
    width: 100%;
    padding: 12px;
    background: #80530b;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: bold;
}
#form-membre .full-width {
    grid-column: span 2;
}

#form-membre button:hover {
    background: rgba(1, 11, 38, 0.967);
}

@media (max-width: 768px) {
    #form-membre .form-group {
        grid-template-columns: 1fr;
    }
}



/* Modals */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (max-width:884px) {
    .modal-content {
        top: 60%;
    }
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.modal img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
#Detail{
    border: none;
    border-radius: 70px;
    padding: 1px 15px;
    color: #fff;
    font-weight: 600;
    background-color: #ae751a;
}

/* A propos page */
#imgHistoire, #imgMission{
    border-top-right-radius: 70px;
    border-top: #ae751a 10px solid;
    border-bottom-left-radius: 70px;
    border-bottom: 10px solid #ae751a;
}

/* Dons */
.dons .card{
    width: 300px;
    height: 110px;
    border: #ae751a 5px solid;
}
.dons .card img{
    width: 60px;
    height: 50px;
}
.dons p{
    margin-top: 10px;
    font-weight: bold;
}
@media (max-width:884px) {
    .dons .card{
        width: auto;
        height: 170px;
        border: #ae751a 5px solid;
    }
    .dons .card img{
        width: 90px;
        height: 80px;
    }
}
.btns{
  background-color: #ae751a;
  color: #fff;
  border: none;
  padding: 10px 85px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: 600;
}

.btns:hover{
  background:rgba(1, 11, 38, 0.967);
  transition: background 0.7s ease-in;
}

.form .form-control:focus, .footer .footer-input:focus{
  border-color: rgba(1, 11, 38, 0.967) !important;
  /* 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 */
}

.programme{
    background: #fff;
    color: #ae751a;
    border-radius: 20px;
    
}
.programme h1{
    font-weight: bolder;
}

scrolling-text {
      white-space: nowrap;
      overflow: hidden;
      animation: scrollText 10s linear infinite;
    }

footer p{
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
}