.titre {
    text-align: center;
}

.team-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.team-card {
    width: calc(22% - 20px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.team-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.team-card h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.team-card p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}
.team-card a {
    color: #ca6767;
}
.team-card a:hover {
    color: #6586b4;
}
.court {
    padding-top: 0 !important;

}

.text-section {
    padding: 20px;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    font-family: lato;
    font-weight: 400;
}
.team-card p.descriptif {
     padding: 5px;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-family: lato;
    font-weight: 300;
}

.new {
    border-top: 3px double #8c8b8b;
}
hr {
    width: 100%
}

.text-section.two-columns {
    display: flex;
    flex-direction: row;
    gap: 120px;
    color: black;
}
.soutienslogo {
  text-align: center;
  padding: 30px 0;
 
}
.soutienslogo img {
  max-width: 120px;
   padding: 0px 14px;
}
.text-section.two-columns div {
    flex: 1;
   
}
.deux img {
    width: 100%
}
section span {
    color: red;
}

.smart {
    display: none;
}

.ordi {display: block}
.nordi {display: none}


@media (max-width: 1080px) {
.text-section {

    width: 80%;
    
}

    .deux img {
        display: none;
    }

    .text-section {
        padding: 0px;
        width: 90%;
    }

    .team-card {
        width: calc(50% - 20px);
    }

    .text-section.two-columns {
        flex-direction: column;
        gap: 0
    }

    .text-section.two-columns div {
        flex: none;
    }
    .nordi {display: none}
    .ordi {display: block}
}

@media (max-width: 769px) {
.titre {
    padding-top: 80px;
    font-size: 14px;
}
.ordi {
        display: none;
}
.nordi {
        display: block;
}
}

@media (max-width: 480px) {
    .text-section {
    font-size: 16px;
    }
    .team-card {
        width: 100%;
    }
}