@media screen and (min-width: 991px) and (max-width: 1502px)
{

    #formationCard .col-md-3{
        flex: 0 0 auto;
        width: 50% !important;
     }
}
/************************************************************Version Descktop************************************************************************/ 
/*********Titre et texte*********/ 

 
.section-galerie-album .card h6, h2{
    text-align: left; 
}
.card{
     height: 100%;
}
 
.card-body {
    padding: 17px 3rem 1rem 10px;
}
.position-absolute {
     width: -webkit-fill-available;
     bottom: 0;
     right: -1px;
}
a.btn.btn-primary {
    width: inherit;
}
/*********Date*********/ 
.section-galerie-album .card span {
    color: #EE6F35; 
    font-weight: 800;
}
/*********icon Clock*********/ 
.section-galerie-album .card i {
    color: #EE6F35; 
}
/*********Padding Section galerie*********/ 


.col-sm-12 {
     width: 100%;
}
.formation-box {
    padding-top: 0;
}
.section-services {
    z-index: 2;
    position: fixed !important;
    bottom: 0;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    padding: 123% 36%;
    background-size: contain !important;
}
#section-actualites{
    background-image: url(../images/Tracé\ 1.png);
    padding: 0px 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 66%;
    position: relative;
}
.card {
     padding: 0px !important;
  
}
.section-galerie-album .card a.btn.btn-primary {
border-radius: 0;
}
/************************************************************Version Mobile************************************************************************/ 
/*********Titre et texte*********/ 

 
.col-md-12 {
    width: fit-content;
}
@media  (min-width : 1300px) and (max-width : 1502px) { 
    #formationCard .col-md-3 {
         width: 25% !important;
     } 
}   
@media   (max-width: 991px)
{
    div#navbarSupportedContent {
        background-color: rgb(255, 255, 255);
    } 
}
.section-galerie-album {
    padding: 0 2%;
}   
@media   (max-width: 992px)
{ 
    .section-galerie-album {
        padding: 10% 2%;
    }   
}


 