.section-gallery {
    padding: 0;
}

.card {
    box-shadow: 4px 4px 11px 13px rgb(0 0 0 / 17%);
    border-radius: 15px !important;
    width: 100% !important;
    margin: auto !important;
}

#date-foramtion {
    color: #EE6F35;
    font-weight: 900;
    font-size: 13px !important;
    position: absolute;
    right: 40px !important;
    top :  15px !important;
}

.section-formation .card-body p.card-text {
    font-size: 16px;
    /* position: absolute; */
}

.section-formation i {
    color: #EE6F35 !important;
    margin-left: 17px;
}
.section-formation i:hover {
    color: #1568B1 !important;
}
.card-second-title {
    margin-left: 10px !important
}

b {
    background: #d7e5f2;
    padding: 8px;
    border-radius: 5px;
}

.card.section-formation ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCE6DC;
    border-radius: 15px;
    transform: rotate(2deg);
    z-index: -1; 
}
.section-gallery {
    /* padding: 100px; */
}
.section-services .card-body i {
    font-size: 20px !important; 
    padding-bottom: 9px !important;
}
.section-services{ 
    position: fixed !important;
    bottom: 0;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    padding: 123% 36%;
    background-size: contain !important;
}

.d-flex.p-2 > img{
    width:33%
    
    }
    .section-formation a.btn.btn-primary {
      position:absolute;
      bottom: 21px !important;
        right: 2% !important;
    }
    @media (max-width: 1047px) {
    .section-formation a.btn.btn-primary {
        width: 23% !important;
    }
    }

    .d-flex.p-2 > img {
 
        width: 40% !important;
        height: 21rem;
    }
    .card{
          /* height: 23rem !important */
    }
     
    @media (max-width : 1047px ) {
     
    .card {
        /* height: 26rem !important; */
    }
    }
    
    #description-session-formation{
          /* padding: 41px; */
          margin-top: 15px !important;
    }
    .card-body { 
        padding: 4rem 1rem;
    }