
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-<uniquifier> {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
margin: 0 auto;
background-color: #0c0f14;
}

/* tete de page */

header.header{
    display: flex;
    align-items: center;

}


header.header img {
    width: 100px;
    margin-left: 7px;
}

section.top-page{
    background: url('../images/fond.jpg');
    background-size: cover;
    height: 80vh;
    padding: 14px;
}

/* page Who is Xelifix ? */

.landing-page{
    padding: 0px 50px;
}

.big-title{
    color: white;
    font-size: 90px;
    font-family: "Oswald";

}
.big-title2{
    color: white;
    font-size: 90px;
    font-family: "Oswald";
    margin-top: 
}
.big-title3{
    color: white;
    font-size: 90px;
    font-family: "Oswald";
    margin-bottom:  
}

.scroll-down{
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 190px;
}

/* menu de navigation */

nav.nav{
    display: flex;
    justify-content: space-between;
    list-type: none;
    width: 400px;
    margin-left: 60px;
    margin-top: 20px;
    font-family: "Oswald";
}

nav.nav li{
    color: white;
}

.big-title, .big-title2, .big-title3 {
    color: white;
    font-size: 130px;
    font-family: "Oswald";
    margin-bottom: 100px;
    line-height: 0; 
    margin-top: 120px
   

}

/* reseaux */

.resaux{
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
}

.resaux-item{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.resaux-item img {
    width: 70px;
    height: 70px;
}

.resaux-details{
    font-weight: 600;
    color: white;
    font-family: "Oswald";
;
}
.resaux-details a {
    color: white;
 
}

/* drawings */

.section-title{
    font-size: 65px;
    font-family: Oswald;
    font-weight: ;
    position: relative;
    color: white;
    margin-left:70px;
}

.section-title::before{
    content: "";
    position: absolute;
    background-color: white;
    width: 70px;
    height: 4px;
    bottom: 0;
}

.item-drawings{
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
}


.drawings{
    margin: 60px;
}


.drawings-box{
    background-size: cover;
   background-position: center;
    min-width: 443px;
    height: 590.5px;
    flex: 1;
}

.draw1{
    background-image: url(../Images/1.jpg);
}

.draw2{
    background-image: url(../Images/2.jpg);
}

.draw3{
    background-image: url(../Images/3.jpg);
}

.draw4{
    background-image: url(../Images/4.jpg);
}

.draw5{
    background-image: url(../Images/5.jpg);
}

.draw6{
    background-image: url(../Images/6.jpg);
}

.draw7{
    background-image: url(../Images/7.jpg);
}

.draw8{
    background-image: url(../Images/8.jpg);
}

.draw9{
    background-image: url(../Images/9.jpg);
}

.draw10{
    background-image: url(../Images/10.jpg);
}

.draw11{
    background-image: url(../Images/11.jpg);
}

.draw1{
    background-image: url(../Images/1.jpg);
}


.drawings-box {
    background-size: cover;
    background-position: center;
    width: 443px;
    height: 590.5px;
    margin: 20px; 
    flex: 1 1 443px; 
    }

.item-drawings {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    max-width: 100%; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(443px, 1fr));
    grid-gap: 20px; 
}

.item-drawings {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(443px, 1fr));
    grid-gap: 20px; 
}

