/*page créée par Patrizio Ventura / 10-JANVIER-2024/ style page des pilotes */

h1 {
    text-align: center;
}

table {

    width: 60%;
    border-collapse: collapse;
    margin-top: 20px;
    margin: auto;
}

th,
td {
    border: none;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #f5f5f5;
}

.position {
    width: 20px;
}

/*--------images----------*/

.info1 {
    display: flex;
    margin: 20px;
    margin-top: 2%;
    flex-direction: column;
}

.info2 {
    display: flex;
    margin: 20px;
    margin-top: 5%;
    flex-direction: column;
}

.info3 {
    display: flex;
    margin: 20px;
    margin-top: 5%;
    flex-direction: column;
}

/*------tableau------*/
div>img {
    width: 200px;
    margin-bottom: 0;
}

div>.details {
    background-color: #000000;
    color: #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div>.details p {
    margin: 0;
    white-space: nowrap;
}

.top3 {
    display: flex;
    align-items: flex-start;
    align-items: center;
}


@media screen and (max-width: 1200px) {

    .info3,
    .info2 {
        display: none;

    }
}