body {
    font-family: Arial;
    background: #476dec;
    color: #fff;
    font-family: "Didact Gothic", "Open Sans", sans-serif;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 300;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #ffff96;
    text-decoration: none;
}

strong {
    color: #ffff96;
    font-weight: 600;
}

.logo {
    width: 60%;
    margin: 30px auto 0 auto;
}

.bandeau {
    background-color: #cb37aa;
    padding: 10px;
    border-bottom: 1px solid #626264;
    font-size: 1.2rem;
}
.bandeau a {
    font-weight: bold;
}

main h2 {
    margin-top: 40px;
    color: #ffff96;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
}

main a {
    text-decoration: none;
    display: block;
}

main a img {
    width: 50%;
    border: 3px solid #fff;
    border-radius: 15%;
    -webkit-box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, 0.44);
}

main a:hover img,
main a:focus img {
    border: 3px solid #ffff96;
    -webkit-box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, 0.2);
}

main a p {
    margin-top: 10px;
}

footer {
    margin-top: 60px;
    font-size: 1rem;
}

footer p {
    margin-top: 20px;
}

footer a[aria-label] {
    padding: 10px;
}

footer img {
    width: 40px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .logo {
        width: 40%;
    }

    main .accroche {
        min-height: 250px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo {
        width: 30%;
    }

    main .accroche {
        min-height: 200px;
    }

    main a p {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        /* added line */
        border: 0;
    }

    main a img {
        width: 40%;
    }

    main a#chauffeur:before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        background-size: 100px;
        background-image: url(../img/vous-etes-chauffeur.svg);
        height: 100%;
        width: 100%;
        background-size: 100px;
        background-repeat: no-repeat;
    }

    main a#soignant:after {
        content: "";
        position: absolute;
        bottom: -100px;
        right: -30px;
        bottom: -50px;
        background-size: 50px;
        background-position: right bottom;
        background-image: url(../img/vous-etes-soignant.svg);
        height: 100%;
        width: 100%;
        background-size: 200px;
        background-repeat: no-repeat;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .logo {
        width: 20%;
    }

    main .accroche {
        min-height: 150px;
    }

    main a img {
        width: 40%;
    }

    main a#chauffeur:before {
        left: 30px;
        background-size: 120px;
    }

    main a#soignant:after {
        right: -15px;
        bottom: -50px;
        background-size: 200px;
    }
}
