/* Tools */

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
}

/* Généralité */

img {
    width: 100%;
    height: auto;
}

body {
    font-family: Athiti;
}

h1, h2, h3 {
    font-family: Merienda;
}

a {
    text-decoration: none;
}

/* Header */

header {
     text-align: center;
}

.logo {
    width: 20%;
    height: auto;
    display: block;
    margin: auto;
}

.h1 {
    font-size: 3rem;
   
}

nav {
    background-color: #ebe3db;
}

nav ul {
    padding: 0;
    list-style: none;
}

nav li {
    border: 1px solid #4c4343;
    padding: 1rem 0;
}

nav a {
    color: black;
    font-weight: bold;
}

nav li:hover, nav li:hover a {
    background-color: #4c4343;
    color: white;
}

.current {
    background-color: #4c4343;
}

.current a {
    color: white;
}

.imgfix {
    margin: 2rem;
}

.fresh {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem;
}

.fa-star {
    position: relative;
    bottom: 4px;
    color: #950000;
    vertical-align: middle;
    padding: 1rem;
}

.paddingadjust {
    padding: 1rem 0;
}

.gradient {
    background: linear-gradient(#ebe3db , #fff);
}

.slick-dots li button:before {
    font-size: 15px;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #950000;
}

.slick-next {
    right: 70px;
}

.slick-prev {
    left: 17px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-size: 70px;
}

/*  Main */

.container {
    margin-top: 10rem;
}

.presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    margin-bottom: 5rem;
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

.center {
    text-align: center;
}

article {
    margin: 2rem;
}

.topmargin {
    margin-top: 0;
}

.menu {
    background-color: #ebe3db;
    padding-top: 1rem;
}

.bottom-border {
    border-bottom: 1px dashed #4c4343;
}

.fixmenu {
    text-align: left;
    padding: 0 1rem;
}

.fixmenu p {
    margin: 1rem 0;
}

button {
    width: 97%;
    background-color: #4c4343;
    color: white;
    margin: 2rem 1rem 4rem 1rem;
    padding: 1rem 0;
    border: none;
}
button:hover {
    background-color: #950000;
}

/*footer*/

.footer {
	padding: 2em;
	text-align: center;
	color: #fff;
	background-color: #444;
}

.footer img {
    height: 100px;
    width: auto;
}

.footer a {
    color: white;
    text-decoration: underline;
}