/*width: calc(25% - 20px);*/

@charset "utf-8";

*{
    box-sizing: border-box;
}

figure img {
    width: 100%;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
div, header, nav, article, section, aside, footer, h1, h3, h4, h5, h6, p, a, ul, li, figure, figcaption, class, img { 
	margin: 0;
	padding: 0;
}
img, object, embed, canvas, video, audio, picture, svg {
	max-width: 100%;
	height: auto;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

body {
    margin: 0px;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.center {
    width: 960px;
    margin: 0 auto;
}


nav {
    background-color: #e5f5e5;
    color: black;
}

nav .flexbox {
    align-items: center;
}

nav .logo {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 20px;
}

nav .menu li a {
    display: block;
    padding: 0 30px;
    line-height: 50px;
    color: #142b30;
}

nav .menu li a:hover {
    background-color: grey;
}

header {
    background-image: url(photos/chalet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;
    text-align: center;
    color: white;
}

header h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 300;
}

header img {
    margin-bottom: 20px;
}

header p {
    padding: 50px 100px
}

.bienvenue {
    margin: 10px;
    padding: 50px 0;
}

.bienvenue img {
    width: 25%;
}

.bienvenue h2 {
    font-size: 36px;
    color: black;
}

.bienvenue p {
    margin-bottom: 20px;
}

.bienvenue article {
    width: 70%;
    margin: 20px;
    color: #2d6187;
    align-items: center;
}

.bienvenue a {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin-top: 20px;
    line-height: 50px;
    padding: 0 40px;
    border: solid 1px black;
    font-size: 20px;
    background-image: url(photos/pictoplus.png);
    background-position: right;
    background-repeat: no-repeat;
}

.chambre {
    font-family: 'Playfair Display', serif;
    text-align: center;
    background-color: #e5f5e5;
    padding: 50px;
}

.chambre h2 {
    padding: 5px;
    font-weight: 300;
    font-size: 36px;
}

.chambre p {
    margin-bottom: 20px;
    padding: 0 200px;
    color: #2d6187;
}

.chambre article {
    width: calc(33.3% - 20px);
    margin: 10px;
}

.chambre article h2 {
    padding: 0;
    margin-top: 10px;
}

.chambre article p {
    padding: 0;
}

.service {
    font-family: 'Playfair Display', serif;
    padding: 50px;
}
.service h2 {
    text-align: center;
    margin: 20px;
    font-size: 36px;
}

.service article {
    width: calc(33.3% - 20px);
    margin: 10px;
    padding: 30px 20px;
    border: solid 1px #2d6187;
    margin-bottom: 20px;
}

.service article p {
    font-family: 'Roboto', sans-serif;
}

.service article img {
    margin-bottom: 20px;
}

.service h3 {
    margin-bottom: 20px;
    font-size: 36px;
}

.hebergement {
    background-image: url(photos/decouvrir.jpg);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    color: white;
}

.hebergement h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.hebergement h2 {
    font-size: 53px;
    font-weight: 300;
    margin: 10px;
}

.hebergement a {
    display: inline-block;
    margin-top: 20px;
    line-height: 50px;
    padding: 0 30px;
    background-color: #28abb9;
    color: white;
    font-size: 24px;
}

client {
    padding: 50px;
    font-family: 'Playfair Display', serif;
}

.client h2 {
    text-align: center;
    padding-top: 20px;
    font-size: 36px;
}

.client p {
    text-align: center;
    color: #2d6187;
}

.client article {
    width: calc(50% - 20px);
    margin: 50px 10px;
    background-color: #a8dda8;
    padding-top: 60px;
}

.client article p {
    margin: 10px 30px;
    text-align: left;
    color: black;
}

.client article .haut {
    margin-left: 30px;
}

.client article .bas {
    margin-left: 360px;
    padding-bottom: 20px;
}

footer {
    background-image: url(photos/chalet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;
    text-align: center;
    color: white;
}