
body {
    background-color: #f7fafc;
    width: 1000px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
}


header {
    height: 60px;
    padding: 15px;
}


.logo {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #0056ac;
    margin-right: 40px;
}

nav {
    display: inline-block;
    width: 900px;
    text-align: right;
}

nav a {
    text-decoration: none;
    margin-left: 25px;
    color: black;
    font-size: 14px;
}


nav a:hover {
    text-transform: uppercase;
    border-bottom: 3px solid blue;
    color: #760001;
}


.banner {
    height: 200px;
    background-image: url("photo/banière.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.banner a {
    color: white;
    font-weight: bold;
}


.content {
    margin-top: 25px;
}

.content h2 {
    font-size: 1.3em;
}

article {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    margin-right: 65px;
}

aside {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    background-color: #706b64;
    padding: 15px;
    color: white;
}

aside p {
    font-size: 0.9em;
}

.photo img {
    width: 100%;
    margin: 10px 0;
}

.social {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}


footer {
    border-top: 2px solid black;
    margin-top: 30px;
    padding: 20px;
}

footer div {
    display: inline-block;
    width: 300px;
    margin-right: 15px;
    vertical-align: top;
}

footer ul {
    list-style: none;
    padding: 0;
}


.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
.social img {
    width: 30px;
    margin: 0 8px;
}

