body{
    margin:0;
    padding:0;
    color:#2D3131;
}
header{
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(../img/planches.jpg);
}
h1{
    font-family: 'Caveat Brush', cursive;
    text-transform: uppercase;
    display:flex;
    justify-content: space-around;
    font-style: italic;
}
nav ul{
    list-style-type: none;
    display:flex;
    justify-content: space-between;
    width:500px;
}
li a{
    color:#2D3131;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}
.styleTitre{
    font-size:26px;
    margin-right:10px;
    font-style:italic;
    margin-left:3px;
}
.traitTitre{
    position:absolute;
    font-family:'Caveat Brush', cursive;
    font-size:38px;
    font-style: italic;
    top: 22px;
    left: 158px;
    transform: skew(3deg, -6deg)
}
.cerf{
    background-image: url(../img/planches.jpg);
    display:flex;
    justify-content: center;
    height:500px;
    flex-direction: column;
    align-items: center;
    padding-top:80px;
}
.cerf img{
    width:15%;
}
.triangle{
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 150px solid #E53F6F;
    border-left: 150px solid transparent;
    opacity:50%;
    position:relative;
    bottom:150px;
    right:30px;
}
.arrow i{
    color: #E53F6F;
    font-size:100px;
}
.story, .fare, .local{
    display:flex;
}
.txt-story{
    /*background-color: #F1F0EB;*/
    font-family: 'Caveat Brush',cursive;
    text-align: center;
    padding:50px;
    width:700px;
    padding-top:150px;
}
.txt-story h2, .txt-fare h2, .txt-local h2{
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-size:2em;
    font-weight: 900;
}
.img-story, .img-fare, .img-local{
    width:100%;
}
.img-story img, .img-fare img, .img-local img{
    width:100%;
    height:100%;
}
.img-story img{
    transform: scale(-1, 1);
}
.txt-story h4, .txt-fare h4, .txt-local h4{
    color:#E53F6F;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
}
.ligne{
    width:50px;
    height:10px;
    border-radius: 3px 3px;
    background-color: #e53f6f;
    margin-left: 190px;
    margin-bottom:26px;
}
.txt-fare img, .txt-local img{
    width:50%;
}
.txt-fare, .txt-local{
    font-family: 'Caveat Brush', cursive;
    text-align: center;
    padding: 50px;
    width: 630px;
    padding-top: 100px;
}
.txt-local{
    padding-top:60px;
}
.txt-fare p, .txt-local p{
    padding-left:80px;
    padding-right:80px;
}
.eggs img{
    width:100%;
}
.ligneHeader{
    width:32px;
    height:10px;
    background-color: #e53f6f;
    position:relative;
    top: 30px;
    right: 340px;
}
.styleTitreFooter{
    font-size: 26px;
    margin-right: 10px;
    margin-left:3px;
    font-style: italic;
    font-family: 'Caveat Brush',cursive;
}
footer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 50px;
    font-family:'Montserrat',sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer h5{
    margin:0;
}
footer p{
    margin:0;
}
footer h4{
    font-family: 'Caveat Brush',cursive;
    font-size:2em;
    font-style: italic;
    text-transform: uppercase;
    display:flex;
}
.traitTitreFooter{
    position: relative;
    font-family: 'Caveat Brush', cursive;
    font-size: 2em;
    font-style: italic;
    transform: skew(3deg, -6deg);
    bottom: 84px;
    left: 16px;
}
.tel{
    margin-top:15px;
    font-size:15px;
}
.social a{
    color:#e53f6f;
}
.social i{
    margin-left:5px;
}
.ligneFooter {
    width: 32px;
    height: 10px;
    background-color: #e53f6f;
    position: relative;
    bottom: 76px;
    left: 36px;
}