*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

header{
    background-color: #000;
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    
}


header>img{
    height: 50px;
    width: 50px;
    border-radius: 70%;
}

.carousel{
    z-index: -1;
    /*margin-top: 200px;
    margin-left: 30px;
    margin-right: 30px;*/
    margin-bottom: 50px;


}

/*.carousel img{
}*/

.logo{
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}

.logo span{
    color: #1e90ff;
}

.navbar{
    display: flex;
    position: relative;
}

.navbar li{
    list-style: none;
}

.navbar a{
    color: #fff;
    /*color: #00008B;*/
    text-decoration: none;
    margin-left: 30px;
    font-weight: 700;
}

.bouton-don{
    padding: 10px 20px;
    background: #1e90ff;
    margin-top: -10px;
    text-transform: uppercase;
}

.bouton-don:hover{
    background: #1e90ff;
    transition: ease-in-out;
}

header .navbar li a:hover{
    color: #1e90ff;
    border-bottom: 2px solid #1e90ff;

}

.fontStyleContainer {
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 50px;
    border-radius: 0px; 
    text-align: center; 
}

.fontStyleContainer h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #ffffff;
    opacity: 0; 
    transform: translateY(-20px); 
    animation: fadeIn 1s ease-out forwards; 
    animation-delay: 0.5s; 
}


.fontStyleContainer h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #ffffff;
    opacity: 0; 
    transform: translateY(20px); 
    animation: fadeIn 1s ease-out forwards;
    animation-delay: 1.5s; 
}


@keyframes fadeIn {
    to {
        opacity: 1; 
        transform: translateY(0); 
    }
}


#fontStyle{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

#pastoralCouple{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.PastorsPresent{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.PastorDescription{
    padding-top: 140px;
    width: 500px;
    text-align: justify;
}

.sct>h1{
    color: #9f0278;
} 

.sct>p{
    
    font-weight: bold;
}

.imagePasteurs>img{
    height: 500px;
    width: 600px;
}

/*.gradient-text3 {
    background: linear-gradient(to right, #0084ff, #00012e); 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-size: 48px; 
    font-weight: bold; 
    font-family: 'Poppins', sans-serif;
  }
*/
  .gradient-text1 {
    background: linear-gradient(to right, #16253e, #004b91); 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-size: 48px; 
    font-weight: bold; 
    font-family: 'Poppins', sans-serif;
  }

  .gradient-text2 {
    background: linear-gradient(to right, #e74b4b, #3f51b5); 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-size: 48px; 
    font-weight: bold; 
    font-family: 'Poppins', sans-serif;
  }
  .gradient-textB {
    background: linear-gradient(to right, #b3b2b2, #0b0b0c); 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-size: 48px; 
    font-weight: bold; 
    font-family: 'Poppins', sans-serif;
  }

  .gradient-text3{
    background: linear-gradient(to right, #0040b7, #001b3f); 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-size: 48px; 
    font-weight: bold; 
    font-family: 'Poppins', sans-serif;
  }

  .Ministeres div{
    border: 2px solid black;
    padding: 30px;
  }
.Ministeres{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/*#Ministeres img{
    
}*/

#JeunesseVie img{
    margin-top: 25px;
    
}

#Ecodim img{
    margin-top: 25px;
}

h5>a{
    text-decoration: none;
    color: #4c0259;
}

/*.gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}*/

.bureaurow1{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bureaurow2{
    display: flex;
    flex-direction: row;
}

.row {
    display: flex;
    justify-content: space-between;
}

.photo1 {
    text-align: center;
    height: 20%;
    width: 20%;
    /*margin-left: 50%;*/
}
.photo {
    text-align: center;
    /*margin-left: 50%;*/
}

.bureau {
    max-width: 100%;
    height: fit-content;;
    margin-top: 10%;
    /*filter: grayscale(1);*/
}

.bureau7 {
    max-width: 300px;
    height:393px; /* Vous pouvez ajuster la hauteur ici si nécessaire */
    margin-top: 10%;
}

h3 {
    margin-top: 10px;
}


footer{
    background-color: #111;
}

.footer-contenu{
    margin-top: 40px;
    width: 100%;
    padding: 70px 30px 20px;
}

.media{
    display: flex;
    justify-content: center;
}

.media a{
    text-decoration: none;
    padding: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 50%;
}

.media a i{
    font-size: 2em;
    color: #111;
    opacity: 0.9;
}

.media a:hover{
    background-color: #111;
    transition: 0.5s;
}

.media a:hover i{
    color: #fff;
    transition: 0.5s;
}

.footerNav{
    margin: 30px 0;
}

.footerNav ul{
    display: flex;
    justify-content: center;
}

.footerNav ul li a{
    color: #fff;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;

}

.footerNav ul li a:hover{
    opacity: 1;
}

.signature{
    background-color: #111;
    padding: 20px;
    text-align: center;
}


.signature p{
    color: #fff;
}

.designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}