body {
    background-image: url('/images/fond.jpg');
    background-attachment: fixed;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
}

header {
    text-align: center;
    position: absolute;
    width: 100vw;
    min-height: 90px;
    top: 0px;
    left: 0px;
    background: linear-gradient(#0d0e11, #282b33);
    border-bottom: #deaf79;
}

main {
    width: 95vw;
    margin-top: max(12vw, 120px);
    color: #DDD;
    background-color: #282b33;
    border: 1px solid #21242b;
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px !important;
}

footer {
    position: absolute;
    bottom: 0px;
}

a {
    text-decoration: none;
    color: #deaf79;
}

h4 {
    margin-left: 1vw;
}

.logo_header {
    height: 5vw;
    min-height: 80px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    position: relative;
    width: 94%;
    height: fit-content;
    left: 2%;
    background: #23282f;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1vw;
    border: 1px solid #1b1e24;
}

.project_card {
    width: min(94%, 400px) !important;
    margin-right: 15px;
    background-size: cover;
    height: 200px;
}

.card_header {
    position: relative;
    left: 10px;
    color: #deaf79;
    font-weight: 600;
    font-size: 20px;
}

.card_picture {
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 10px;
    width: min(120px,38%);
    height: fit-content;
    border-radius: 5px;
}

.card_img {
    height: calc(width );
    object-fit: cover;
    margin-top: 20px;
}

.card_type{
    padding-top: 10px;
    text-align: center;
    width: 50px;
    height: 40px;
    border: 1px solid #1b1e24;
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-radius: 20px 0px 5px 0px;
}

.culture {
    background-color: #894ccc;
}

.travaux {
    background-color: #f29137;
}

.economie {
    background-color: #3a99f0;
}

.logo_type img {
    height: 30px;
}

.view_all {
    position: relative;
    width: 90%;
    height: 20px;
    left: 5%;
    background: #21242b;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #1b1e24;
}

.en_savoir_plus {
    position: relative;
    left: 2vw;
    margin-top: 5px;
}

.logos_partenaires {
    text-align: center;
    display: flex;
    height: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
}

.logo_partenaire {
    width: 80px;
    margin: 10px;
}


.infos {
    display: grid;
}

.info {
    width: auto;
}