
* {

}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
}

/* tete de page */
header.header {
    display: flex;
    align-items: center;

    }
header.header img {
    width: 150px;
}
section.top-page{
    background: url("../images/image.jpg");
    background-size: cover;
    height: 80vh;
    padding: 25px;
} 

/* Page de bienvenue (landing page) */

.landing-page {
    position: relative;
}

.big-title {
color: white;
font-size: 100px;
padding: 10px 270px;
}

.title {
    color: white;
font-size: 20px;
padding: 0px 390px;
}
.derouler-down {
    color: red;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
}
/* menu de navigation */

nav.nav{
    display: flex;
    justify-content: space-between;
    list-style: circle;
    margin-left: 750px;
}

nav.nav li a{
color: white;
text-decoration: none;
}
/* services */
.services {
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
}
.service-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.delivery-icon {
    font-size: 50px;
    color: rgb(0, 225, 255);
}
.service-details {
    font-weight: 600;
}
/* bests-titels */
.section-title {
    font-size: 50PX;
    font-family: "Ablil FatFace", cursive;
    font-weight: 100;
    position: relative;
}

.section-title::before {
    content: "";
    position: absolute;
    background-color: red;
    width: 50px;
    height: 7px;
    bottom: 0;
}

.best-conceptions {
    margin: 100;
}
.best-conceptions {
    background-color: red;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
}

.conception-box {
    position: relative;
    background-size: cover;
    background-position: center;
    
}

.no-grid {
    min-width: 400px;
    height: 500px;
    flex: 1;
}
.conception1 {
    background-image: url(../images/I.jpg);
}

.conception2 {
    background-image: url(../images/Z.JPG);
}

.conception3 {
    background-image: url(../images/X.jpeg);
}

.conception4 {
    background-image: url(../images/F.jpg);
}

.conception-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #FFFFFFDF;
    padding: 5px 20px;
}

.Nom-de-l-article {
    font-size: 22px;
    font-weight: 600;
    line-height: 3px;
}

.Conception-price {
    color: red;
    font-size: 30px;
    font-weight: 900;
    line-height: 3px;

}

/* Nos réalisation */

.Nos-réalisation {
    margin: 100px;
}

.realisation-grid {
    position: relative;
    display: grid;
    min-height: 200vh;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, 295px);
}

.realisation-grid1 {
    background-image: url(../images/B.jpg);
    grid-column: 1/2;
    grid-row: 1/3;
}

.realisation-grid2 {
    background-image: url(../images/A.jpg);

}

.realisation-grid3 {
    background-image: url(../images/C.jpg);
    
}

.realisation-grid4 {
    background-image: url(../images/F.jpg);
  
}

.realisation-grid5 {
    background-image: url(../images/D.jpg);
    
}

.realisation-grid6 {
    background-image: url(../images/E.jpg);
    grid-column: 1/2;
    grid-row: 3/5;
}

.realisation-grid7 {
    background-image: url(../images/Q.jpg);
}

.realisation-grid8 {
    background-image: url(../images/H.jpg);
}

.realisation-grid9 {
    background-image: url(../images/I.jpg);
}

.realisation-grid10 {
    background-image: url(../images/Z.JPG);
}

.realisation-grid11 {
    background-image: url(../images/P.jpg);
    grid-column: 1/2;
    grid-row: 5/7;
}

.realisation-grid12 {
    background-image: url(../images/K.jpg);
}

.realisation-grid13 {
    background-image: url(../images/O.jpg);
}

.realisation-grid14 {
    background-image: url(../images/G.jpg);
}

.realisation-grid15 {
    background-image: url(../images/L.jpg);
}

.realisation-grid16 {
    background-image: url(../images/N.jpg);
}

.realisation-details {
    position: absolute;
    width: 100%;
    bottom: 20;
    background-color: #FFFFFFDF;
    padding: 2px 25px;
}

.realisation-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 3px;
}

.realisation-price {
    color: red;
    font-size: 30px;
    font-weight: 900;
    line-height: 3px;
}
/* A propos de nous */

.A-propos-title {
    font-size: 50PX;
    font-family: "Ablil FatFace", cursive;
    font-weight: 100;
    position: relative;
}

.A-propos-de-nous1 {
align-items: center;
margin: 10px 50px;
text-decoration: none;
color: black;
}

/* pied de page */

/* Contacts */

.Contacts-title {
    font-size: 50PX;
    font-family: "Ablil FatFace", cursive;
    font-weight: 100;
    position: relative;
}

.Contact-details {
    align-items: center;
    margin: 10px 50px;
    text-decoration: none;
    color: black;
    }

footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 50px;
    font-weight: 600;
}



footer a.cgv {
    color: black;
}