body {
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    font-family: 'Merriweather';
    color: black;
    text-align: center;
}
img {
    border-radius: 4px;
}
.fa {
    color: white;
}
a {
    text-decoration: none;
}
/*----------------------
Styles de la navigation
----------------------*/

nav {
    margin-bottom: 20px;
}
/* Styles du nav ul */

nav ul {
    list-style-type: none;
    text-align: center;
    padding-top: 15px;
    margin: 0;
    z-index: 6;
    position: relative;
}
nav ul li {
    display: inline-block;
}
nav li a {
    color: white;
    opacity: 1;
    font-size: 1.2em;
    margin: 20px;
}
nav li a:hover {
    opacity: 0.8;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.fond {
    background-image: url("../img/cover.jpg");
    position: relative;
    background-position: center center;
    height: 470px;
    width: 100%;
}
.fond:after {
    content: "";
    display: block;
    background: linear-gradient(135deg, rgba(235, 137, 17, 0.63) 0%, rgba(235, 137, 17, 0.63) 36%, rgba(228, 112, 30, 0.63) 49%, rgba(199, 12, 80, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.headertitle {
    text-align: center;
    color: white;
    z-index: 6;
    position: relative;
    font-size: 4em;
    padding-top: 93px;
}
.plus {
    text-decoration: none;
    text-align: center;
    display: block;
    color: white;
    z-index: 5;
    position: relative;
    font-size: 2.5em;
    padding-bottom: 15px;
}
.bounce a {
    padding-top: 15px;
    text-align: center;
    display: block;
    color: #FF2728;
}
.bounce {
    animation: bounce 3s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.space {
    margin-top: 120px;
    border-bottom: 1px solid lightgrey;
    background-color: #fff;
}
.content {
    background-color: #fff;
}
.header-top {
    z-index: 5;
    position: relative;
}
.bloc1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 65%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #fff;
}
.bloc2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: white;
}
.bloc3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: white;
}
.bloc1 .element {
    width: 100%;
    margin-right: -18px;
}
.bloc1 .element img {
    width: 80%;
}
.bloc1 .element .aboutimg {
    width: 89.5%;
}
.orange {
    color: #f57c00;
}
h2 {
    font-size: 2.7em;
    line-height: 0.3;
    font-family: 'Rancho';
}
p {
    color: grey;
}
.black {
    background-color: #212121;
    padding-top: 10px;
}
.black h2 {
    color: white;
    line-height: 0.4;
}
.bloc4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #212121;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bloc4 img {
    width: 80%;
    filter: saturate(0);
    transition: filter;
    transition-duration: 0.6s;
}
.bloc4 img:hover {
    width: 80%;
    filter: saturate(1);
    transition: filter;
    transition-duration: 0.6s;
}
.bloc4 p {
    color: white;
}
.bloc4 form {
    width: 45%;
    text-align: center;
    display: inline-block;
}
.bloc4 input {
    width: 30%;
}
.element2 {
    width: 32%;
    background-color: #212121;
}
.element2 h2 {
    font-size: 2em;
}
#menu {
    padding-top: 15px;
}
.bloc5 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 65%;
    background-color: white;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.bloc5 .element3 {
    width: 29%;
    box-shadow: 5px 5px 5px 0px #656565;
    opacity: 0;
}
.bloc5 .element3:hover {
    border-bottom: 3px solid #f57c00;
}
.bloc5 h2 {
    font-size: 1.8em;
}
.bloc5 .element3 img {
    width: 100%;
    border-radius: 0px;
}
.price {
    padding: 0px;
    margin: 0px;
}
.price a {
    color: white;
    font-size: 1.2em;
    padding: 12px;
    background-color: #f57c00;
    border: 3px solid #f5f5f5;
    border-radius: 70%;
    font-family: 'Rancho';
    position: relative;
    bottom: 50%;
}
button {
    margin-bottom: 15px;
}
fieldset {
    width: 85%;
}
fieldset input,
fieldset textarea {
    width: 80%;
    margin-left: 20px;
    background-color: #F6F6F6;
}
button {
    background-color: #f57c00;
    border-radius: 10px;
    color: white;
    padding: 7px;
}
.bloc6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 65%;
    background-color: white;
    margin: 0 auto;
    
}
.bloc6 .fa {
    color: #f57c00;
    margin-right: 5px;
}
.bloc6 .fa:hover {
    color: grey;
}
.element5 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 35%;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fa-angle-double-up{
   color: #f57c00;
   text-align: right;
   padding-bottom: 5px;
}
.fa-facebook,
.fa-twitter,
.fa-instagram {
    margin-right: 5px;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover {
    color:grey;
}