/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/

/*p {color: #fff;}*/

/*#hero-slide .carousel-caption {
  background: none;
  clip-path: none;
  color: #fff;
} */

.custom-text-box-image { border-radius: var(--border-radius-none) !important;}

.custom-text-box { 
  border-radius: var(--border-radius-none) !important;
  margin-bottom: 0px !important;
}

.custom-text-box:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.text-center-slo {
    text-align: center !important;
    margin-bottom: -50px;
}

.about-image { 
  border-radius: var(--border-radius-none); 
  float: right;
}

.mytext {
    margin: 15px 0 40px 0;
    text-align: justify;
    line-height: 30px;
}

.custom-btn2 {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-none);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
  float: left;
  margin-bottom: 30px;
}

.custom-btn2:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.mystyle {
    font-weight: bolder !important;
    color: var(--primary-color) !important;
}

.form-control {
    border-radius: var(--border-radius-none);
}

.mytitle {
    float: right;
    color: var(--primary-color) !important;
}

.news-section {   
   background: linear-gradient(

      rgba(0, 0, 0, 0.80), 

      rgba(0, 0, 0, 0.80)

    ),url(../images/welcome-bg.jpg)no-repeat;background-size:cover;
}

.contact-form { border-radius: var(--border-radius-none) !important; }


.myleft {
    float: left !important;
}

.myright {
    float: right !important;
}

.site-footer {
    background: linear-gradient(

      rgba(0, 0, 0, 0.90), 

      rgba(0, 0, 0, 0.90)

    ),url(../images/foot-bg.jpg)no-repeat !important;
    background-size:cover !important;
}

.site-footer-bottom {
    background-color: #b48b0f !important;
}

.donate-section {
    background: linear-gradient(

          rgba(0, 0, 0, 0.60), 

          rgba(0, 0, 0, 0.60)

        ),url(../images/volontaire.jpg)no-repeat !important;
    background-size:cover !important;
}

.mytitre {
    margin-top: 20px;
    text-align: center;
    padding: 0px 15px 0px 15px;
}

.dropdown-menu { --bs-dropdown-min-width: 12rem !important;}