@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

*{
    font-family:'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body{
    margin:  auto;
	background: #b1a58f ;
}

/* tete de page */

header.header {
    display: flex;
    align-items: center;
}

header.header img{
    width: 100px;
    margin:5px;
}

section.top-page{
    background: url('../assets/images/bc2.jpg');
    background-size:cover;
    height: 75vh;
    padding: 25px;
}
/* page de bienvenue */

.landing-page {
    padding: 20px 50px;
}

.big-title {
    color : red;
    font-size : 80px;
    font-family: 'Abril FatFace',cursive;
    font-weight: 100;
}

/* menu de navigation */

nav.nav{
    display: flex;
    list-style: none;
    margin-left:30px;
}

nav.nav li a {
    color: orangered;
}

/* choix */

.choix {
    display: flex ;
    justify-content: space-evenly ;
    margin: 50px;
}

.choix-item  {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-decoration: none;
    margin-right: 50px;
	weight:100px;
}

.choix-item a {
    color: white;
    text-decoration: none;
}

.delivery-icon {
    font-size:40px;
    color: orangered;
}

.service-details {
    font-weight: 600;
    width: 200px;
}

/* corps texte */

.section-title {
    font-size: 50px ;
    font-family: 'Abril FatFace', cursive;
    font-weight: 100;
    position: relative;
    margin-left: 400px;
}

.section-title::before{
    content: "";
    position: absolute;
    background-color: orangered;
    width: 50px;
    height: 7px;
    bottom:0;
}
.section-title{
    color:white;
}
.dif-vidéo{
    min-height: 500px;
    margin-left: 525px;
    margin-bottom: 100px;    
}

.dif-ecris {
    margin:50px;
    margin-left: 525px;
    margin-bottom: 100px;
}

.dif-images {
     min-height: 500px;
     margin-left: 525px;
     margin-bottom: 100px;
}


.footer {
    display: flex;
    align-items: center;
    margin: 20px 100px;
    font-weight: 600;
}

.auteur {
    color: white;
    font-family: 'Abril FatFace', cursive;
    font-size:25px;
}

.back a {
    color: red;
    font-family: 'Abril FatFace', cursive;
    font-size:25px;
}