*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

header{
    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;
    background-color: #000;
    /*border-radius: 50% / 20%;*/
}


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;
}

.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;

}

.PastorsPresent{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.PastorDescription{
    padding-top: 140px;
    width: 500px;
}

/*.sct h3 .cp {
    margin-top: 80%;
}*/  

.imagePasteurs>img{
    height: 500px;
    width: 600px;
}

.gradient-text1 {
    margin-top: 100px;
    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;
  }

  .Ministeres div{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 250px;
    margin-right: 250px;
    padding: 30px;
    text-align: center;
  }

  .Ministeres img{
    margin: 20px;
  }
 
  .Ministeres1 img{
    border: 8px solid  #020587;
  } 
  
  .Ministeres2 img{
    border: 8px solid  #bb003b;
  }
  .Ministeres3 img{
    border: 8px solid  #ff9900;

  }
  .Ministeres4 img{
    border: 8px solid  #005e26;

  }

  .MiniInternational{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 250px;
    margin-right: 250px;
    padding: 30px;
    text-align: center;
  }
  .MinisteresI1{
    border: 4px solid  #020587;
    margin: 10px;
    padding: 20px;
  }
  .MinisteresI2{
    border: 4px solid  #020587;
    margin: 10px;
    padding: 20px;
  }
  .MinisteresI3{
    border: 4px solid  #020587;
    margin: 10px;
    padding: 20px;
  }

  .MinisteresI3>i, .MinisteresI2>i, .MinisteresI1>i{
    margin: 0;
  }

  h5>#MinInternational{
    text-decoration: none;
    color: #020587;
}
  .Ministeres1{
    border: 4px solid  #020587;
    display: flex;
    justify-content: center;
  }

  h5>#MinHommes{
    text-decoration: none;
    color: #020587;
}

  .Ministeres2{
    border: 4px solid  #bb003b;
  }

  h5>#MinFemmes{
    text-decoration: none;
    color: #bb003b;
}

  .Ministeres3{
    border: 4px solid  #ff9900;
  }
  h5>#MinJeunesse{
    text-decoration: none;
    color: #ff9900;
}

  .Ministeres4{
    border: 4px solid  #005e26;
  }

  h5>#MinEcodim{
    text-decoration: none;
    color: #005e26;
}
  
.Ministeres div i{
    margin-bottom: 20px;
}

.Ministeres{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/*h5>a{
    text-decoration: none;
    color: #200259;
}*/

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;
}