/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


.bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin: 100px 0px 0px 0px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);

}

.btm-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /*width: 100vw;*/
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;

}

.btm-box-big {

    width: 25%;
    height: 605px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: hsla(0, 0.00%, 100.00%, 1.00);
    -webkit-box-shadow: 2px 2px 18px -10px;
            box-shadow: 2px 2px 18px -10px;

}

.btm-box-big:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);

  -webkit-transition:  0.5s;

  -o-transition:  0.5s;

  transition:  0.5s;  
}


.btm-image-big {
  object-fit: cover;
  width: 100%;
  height: 540px;
  padding: 0px;
  border-radius: 20px 20px 0px 0px;
  /*background-image: url("../ressource/images/activites/2_large/reno-laithienne-QUgJhdY5Fyk-unsplash.jpg");*/
  background-size: cover;
  background-position: 55% 50%;
  
}

.small-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 635px;
  margin: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}


.btm-box-small {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  -webkit-box-shadow: 2px 2px 18px -10px;
          box-shadow: 2px 2px 18px -10px;
}

.btm-box-small:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);

  -webkit-transition:  0.5s;

  -o-transition:  0.5s;

  transition:  0.5s;
}

.btm-image-small {
  object-fit: cover;
  width: 100%;
  height: 220px;
  padding: 0px;
  border-radius: 20px 20px 0px 0px;
 /* background-image: url("../ressource/images/activites/2_large/paul-hermann-QFTrLdQIRhI-unsplash.jpg");*/
  background-size: cover;
  background-position: 55% 40%;
}

.btm-box-small-2 {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  -webkit-box-shadow: 2px 2px 18px -10px;
          box-shadow: 2px 2px 18px -10px;
}

.btm-box-small-2:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
 
  -webkit-transition:  0.5s;
 
  -o-transition:  0.5s;
 
  transition:  0.5s;
}

.btm-image-small-2 {
  object-fit: cover;
  width: 100%;
  height: 120px;
  padding-bottom: 40px;
  border-radius: 20px 20px 0px 0px;
  /*background-image: url("../ressource/images/activites/2_large/kevin-hikari-rV_Qd1l-VXg-unsplash.jpg");*/
  background-size: cover;
  background-position: 55% 20%;
}

.btm-box-big-2 {

  width: 25%;
  height: 600px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  -webkit-box-shadow: 2px 2px 18px -10px;
          box-shadow: 2px 2px 18px -10px;
}

.btm-box-big-2:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  margin-left: 20px;
  -webkit-transition:  0.5s;
  -o-transition:  0.5s;
  transition:  0.5s;
}

.btm-image-big-2 {
width: 100%;
height: 500px;
padding-bottom: 40px;
border-radius: 20px 20px 0px 0px;
background-image: url("../ressource/images/activites/2_large/kilyan-sockalingum-NR8-cBCN3aI-unsplash.jpg");
background-size: cover;
background-position: 55% 50%;
}

.small-cards-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 635px;
  margin: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btm-box-small-3 {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  -webkit-box-shadow: 2px 2px 18px -10px;
          box-shadow: 2px 2px 18px -10px;
}

.btm-box-small-3:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
 
  -webkit-transition:  0.5s;
 
  -o-transition:  0.5s;
 
  transition:  0.5s;
}

.btm-image-small-3 {
  width: 100%;
  height: 180px;
  padding-bottom: 40px;
  border-radius: 20px 20px 0px 0px;
  /*background-image: url("../ressource/images/activites/2_large/florian-wehde-xW9e8gdotxI-unsplash.jpg");*/
  background-size: cover;
  background-position: 55% 05%;
}

.btm-box-small-4 {
  width: 100%;
  height: 280px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  -webkit-box-shadow: 2px 2px 18px -10px;
          box-shadow: 2px 2px 18px -10px;
}

.btm-box-small-4:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
 
  -webkit-transition:  0.5s;
 
  -o-transition:  0.5s;
 
  transition:  0.5s;
}

.btm-image-small-4 {
  width: 100%;
  height: 180px;
  padding-bottom: 40px;
  border-radius: 20px 20px 0px 0px;
  /*background-image: url("../ressource/images/activites/2_large/lena-paulin-wH2-EJoDcV0-unsplash.jpg");*/
  background-size: cover;
  background-position: 55% 05%;
}

.block-bottom  .name-card {
  margin-top: 20px;
}


/* @media screen and (max-width: 1640px) {
    

  h2 {
      text-align: center;

  }
  .bottom-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 1000px;
      margin: 50px 50px;
    }
    
  .btm-cards-container {
      justify-content: space-between;
    }

  .btm-box-big {
      margin: 0px 20px;
}

.small-cards-container {
    margin: 0px 80px;
}


.btm-box-big-2 {
  margin: 0px 80px;
}

.small-cards-container-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.btm-box-small-4 {
  margin-right: 80px;
}

}



@media screen and (max-width: 1525px) {


  h2 {
      text-align: center;

  }
      .bottom-container {
          width: 100%;
          height: auto;
          margin: 0px;
          margin-top: 30px;
          margin: 50px 50px;
      }

      .btm-cards-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          height: auto;
          flex-direction: row;
        
      }
      .btm-box-big {
          margin-right: 80px;
          margin-left: 30px;
    }
  
    .small-cards-container {
      margin: 0px 20px;
    }
  
  
    .btm-box-big-2 {
      margin-right: 80px;
    }
  
    .small-cards-container-2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
  }
  .btm-box-small-4 {
      margin-right: 80px;
  }
  
}
@media screen and (max-width: 1475px) {

  h2 {
      text-align: center;

  }
      .bottom-container {
          width: 100%;
          height: auto;
          margin: 0px;
          margin-top: 30px;
          margin: 50px 50px;
      }

      .btm-cards-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          height: auto;
          flex-direction: row;
        
      }
      .btm-box-big {
          margin-right: 80px;
          margin-left: 30px;
    }
  
    .small-cards-container {
      margin: 0px 20px;
    }
  
  
    .btm-box-big-2 {
      margin-right: 80px;
    }
  
    .small-cards-container-2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
  }
  .btm-box-small-4 {
      margin-right: 80px;
  }
  
}*/