
.img-mandat-container img {
    width: 100%;
    min-width: 250px;
    max-width: 1200px;
}
section {
    padding: 0 25rem;
}
header {
    margin-bottom: 10rem;
}
section.mandat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
}

.img-mandat-container {
    margin: 2rem 0;
    padding: 0.25rem;
    border: 1px solid #d9d9d9;
    transition: border-color 0.25s ease-in-out;
}

.img-mandat-container:hover {
    border-color: var(--gold);

}


/* Principes */

section.principes {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}

.principes-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-title {
    font-family: var(--nunito);
    font-size: 4.5rem;
    font-weight: 350;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
}
.section-title img {
    width: 50px;
    margin-right: 1rem;
}
.subtitle {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: var(--nunito);
    font-weight: 700;
    letter-spacing: 5px;
    color: var(--gold);
    margin-bottom: 1rem;
    z-index: 2;
    }
.section-p {
    color: black;
    font-size: 1.6rem;

    font-weight: 300;
    font-family: var(--roboto);
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 3rem;
}


/* presta  */
.left {
    position: relative;
    left: 1rem;
}
.leftx2 {
    position: relative;
    left: 1.5rem;
    
}
.small-mb {
    margin-bottom: 0.5rem;
}
.prestations {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.presta-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
section {
    margin-bottom: 9rem;
}

/* principales  */

section.principales {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}



/* obligations  */

section.obligations {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

/* keys  */

section.keys {
    display: flex;
    justify-content: flex-start;
}

body {
    display: flex;
    flex-direction: column;
}
main {
    flex-grow: 1;
}

@media only screen and (max-width: 1300px){
    .body-wrapper {
        padding: 0 8rem 5rem;
    
        }
        section {
            padding: 0rem;
        }
}
@media only screen and (max-width: 700px){
    .body-wrapper {
        padding: 0 3rem 5rem;
    
        }
        section {
            padding: 0;
        }
    .section-title {
        font-size: 2.25rem;
    }
    .subtitle {
        font-size: 1.3rem;
    letter-spacing: 3.5px;

        }
    header {
        margin-bottom: 3rem;
    }
    .section-p {
        font-size: 1.4rem;
        line-height: 20px;
    }
    .img-mandat-container {
        margin: 1rem 0;
    }
    .section-title img {
        width: 40px;
        
    }
}
@media only screen and (max-width: 450px){
    
        section {
            margin-bottom: 2rem;
        }
    .section-title {
        font-size: 1.75rem;
    }
    .subtitle {
        font-size: 1rem;
    letter-spacing: 2.5px;

        }
    .img-mandat-container {
        margin: 0.2rem 0;
    }
    header {
        margin-bottom: 1.5rem;
    }
    .section-p {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .section-title img {
        width: 30px;
        
    }
}