*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
/*    background: rgb(255,255,255);*/
}

.container20{
    display: flex;
    /* centrer dans l'axe des abscisses */
    justify-content: center;
    flex-wrap: wrap;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(formation/ft.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    /* position: relative; */
    /* bottom: 670px; */
    /* height: 80px; */

}

.card{
    background: white;
    width: 270px;
    margin: 25px;
    border-top: 5px solid #070461;
}

.card-image{
    height: 170px;
    background-size: cover;
}

.car-1{
    background-image: url(img1/i1.jpeg);
}

.car-2{
    background-image: url(img1/i3.jpeg);
}

.car-3{
    background-image: url(img1/i4.jpg);
}

.car-4{
    background-image: url(img1/i5.jpg);
}


.car-5{
    background-image: url(img1/i6.jpg);
}


.car-6{
    background-image: url(img1/i7.webp);
}



.card h2{
    padding: 10px;
    text-align: center;
    color: #070461;
}

.card p{
    padding: 10px;
    text-align: center;
    color: #070461;
}

.card p .sp{
    color: white;
}

.card h2 .sp{
    color: white;
}
a{
    text-decoration: none;
}

a:hover {
    background-color: rgb(15, 3, 117);
  }
