body {
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: auto;
    max-width: 100%;
    background-color: #faf4f2;
}

.presentation{
    display: grid;
    grid-template-rows: min-content 1fr;
    grid-template-areas:
        "language"
        "titre";
    background-image: url("assets/amphi.png");
    background-size: cover;
}

.langue {
    grid-area: language;
    border-radius: 2px;
    width: 100%;
    display: inline-flex;
    justify-content: end;
}

.titrepres{
    display:flex;
    flex-direction: column;
    padding-top: 7%;
    padding-bottom: 7%;
    grid-area: titre;
}

.titre{
    color: #a7271c;
    font-size: 500%;
    font-stretch: expanded;
}

.soustitre{
    font-size: 300%;
    color: #a2553b;
}

.imgNavBar {
    height: 25px;
    padding: 10px;
    border-radius: 100px;
}

.para {
    padding-top: 5%;
}

p {
    font-size: 120%;
    text-align: justify;
    line-height: 150%;
    padding-left: 10%;
    padding-right: 10%;
    color: dimgray;
}

h3 {
    color: #cc6442;
    font-size: 200%;
}

.presdashboard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-right: 5%;
    padding-left: 5%;
    justify-content: space-between;
}

.dashboard{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
    .dashboard {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
}

.dtr{
    width: 50%;
    align-self: center;
    border:solid dimgray;
}
.dap {
    width: 50%;
    align-self: center;
    border:solid dimgray;
}
.img {
    padding-bottom: 2%;
    justify-content: space-between;
}
.image {
    align-self: center;
    width: 60%;
    padding-left: 20%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.center {
    text-align: center;
}

.couleur{
    color: #cc6442;
}

.membres {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 5%;
    padding-right: 5%;
}

.membre {
    padding: 1% 2%;
}

.thanks {
    background: #cc6442;
    /*background: linear-gradient(180deg,rgba(171,196,231,1), rgba(0,74,173,1),  rgba(0,0,0,1));*/
    color: #faf4f2;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 0;
}