body {
    padding-top: 4em;
    background-color: var(--pale);
    color: var(--dark);
}

main {
    /*margin: 5em 7em 3em;*/
    margin: 5em 0 3em;

}

#titre {
    margin-left: 7em;
    margin-bottom: 4em;
    margin-right: 7em;
}

#titre h1 {
    /*margin-bottom: 0;*/
    text-align: center;
    text-transform: uppercase;
    font-family: transat-text, sans-serif;
}

#titre p {
    margin-top: 1em;
    font-family: transat-text, sans-serif;
    text-align: center;
    font-size: 1.2em;
}

.filtre {
    display : flex ;
    justify-content: center;
    /*max-width: 25%;*/
    margin-left: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.filtre button {
    font-size: 1.2em;
    font-weight: 400;
    font-family: transat-text, sans-serif;
    background-color: var(--pale);
    /*color: var(--c-orange);*/
    /*border: 1px solid var(--c-orange);*/
    /*border-radius: 4px;*/
    border: none;
    padding: 0 1em;
    white-space: nowrap;
    cursor: pointer;
    /*height: 2.5em;*/
    /*line-height: 2.5em;*/
    margin-bottom: 0;
    margin-left: 0.5em;
}

hr:first-of-type {
    border-bottom: none;
    border-top-width: 0.13em;
    border-color: black;
}

.filtre .active {
    font-family: maxtrix-ii, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.3em;
    /*background-color: var(--c-orange);*/
    /*color: white;*/
    /*border: 1px solid var(--c-orange);*/
}

.image {
    /*padding-left: 2em;*/
    /*padding-right: 2em;*/
    /*padding-top: 2em;*/
    position: relative;
    max-height: 50vh;
    /*width: 92vh;*/
    /*max-width: 90%;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    /*background-color: var(--c-vert);*/
}

.all-projects {
    /*margin : 4em 2em;*/
    margin : 6em 7em 3em;
    display : grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2em;
    column-gap: 5em ;
}

.projets {
    /*background-color: var(--30-grey);*/
    /*background-color:white;*/
    height: 85vh;
    display: block;
}

.projets a {
    text-decoration: none;
    color: var(--dark);
}

.projets img {
    width: 100%
}

.content-project {
   /*padding: 0 2em;*/
    padding: 0;
}

.content-project h3 {
    font-family: transat-text, serif;
    text-transform: uppercase;
    font-size : 1.1em;
    margin-bottom: 0;
}

.content-project h4 {
    font-family: transat-text, serif;
    font-size : 1.15em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}

.italic {
    font-family: maxtrix-ii, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.1em;
}

hr {
    border-bottom: none;
    border-top-width: 0.15em;
    border-color: black;
}

.date {
    font-family: transat-text, serif;
    font-weight: 400;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 1.2em;
}

.domaine {
    font-family: transat-text, serif;
    text-align: right;
    font-weight: 600;
    font-size: 0.9em;
    /*margin-top: 1.7em;*/
    position: relative;
    bottom: 0;
}


/*----------- footer ------------------------*/

footer {
    margin-top: 3em;
}
