@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Comic+Relief:wght@400;700&display=swap');

/* All */
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
/* Accueil */
#imagebackground{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.nameAccueil {
    position: absolute;
    color: white;
    width: 50rem;
    margin-left: 5%;


}
.nameAccueil h1{
    font-family: "Caveat", cursive;
    font-size: 550%;
    font-weight: 700;
    margin-top: 20%;
    margin-bottom: 0%;
}
.nameAccueil h2{
    font-family: "Comic Relief", system-ui;
    font-weight: lighter;
    font-size: 160%;
    margin-left: 1%;
}





/* Présentation */
.container {
    width: 70vw;
    height: 130vh;
    margin: 0 auto;
    
}
.hero-section {
    margin-bottom: 40vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 180px;
    align-items: center;
    position: relative;
}

.photo_groupe img {
    width: 120%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 20px 8px rgba(0,0,0,0.1);
    margin-left: -170px;
    
}

.content-wrapper {
    margin-top: 100px;
    position: relative;
}

.logoP {

    text-align: center;

}

.logoP img {

    width: 100%;
    height: auto;
}

.texte {
    padding: 20px;
    font-family: "Comic Relief", system-ui;
}

.texte h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 50px 0;
    color: #333;
    font-family: "Comic Relief", system-ui;
}

.texte p {
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.5;
    color: #555;
}

/* Section légumes */
.legumes {
    display: flex;
    justify-content: flex-end;
    gap: 65%;
    margin: 200px 0;
    padding: 0 20px;
}

.legumes img {
    max-width: 150px;
    width: 200%;
    height: auto;
    transition: transform 0.3s ease;
    margin-right: -200px;
}


/* Nos pizzas */
.NosPizzas{
    background-color: #f0e3d5;
    height: 100vh;
}
.NosPizzas h1{
    margin-top: 5vh;
    padding-top: 10vh;
    text-align: center;
    font-size: 400%;
    font-family: "Comic Relief", system-ui;


}
.NosPizzas h1{
    text-align: center;
    font-size: 400%;
    font-family: "Comic Relief", system-ui;


}
.Pizzas {
    width: 31vw;
    height: 60vh;
    object-fit: cover;
    object-position: top;
}
#LignePizzas {
    width: 31vw;
    height: 20px;
    background-color: #c59c6b;
}
.ListPizzas h2 {
    width: 31vw;
    text-align: center;
    font-weight: 100;
    font-family: "Comic Relief", system-ui;
}


.ListPizzas {
    margin: 7vh;
    display: flex;
    gap: 15px;           /* Espace entre les pizzas */
    justify-content: center;
}
.ListPizzas > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}





/* Mangeons ensemble */
.mangeons-ensemble {
    background-color: #fff6ed;
    height: 100vh;
    width: auto;
}
.mangeons-ensemble h1 {
    padding: 1% 0%;
    text-align: center;
    font-size: 300%;
    background-color: #fff6ed;
    font-family: "Comic Relief", system-ui;
    height: 8vh;
    width: 80%;
    margin: 0 auto;
}
.Zone-ME-pizzas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 2% 0%;
    height: 100vh;
    font-family: "Comic Relief", system-ui;
}

.box-ME1 {

    margin-top: 20%;
    position: absolute;
    width: 20vw;
    height: 10vh;
    background-color: #fff6ed;
    left: 30px;
}
.box-ME2 {

    margin-top: 17%;
    position: absolute;
    width: 20vw;
    height: 10vh;
    background-color: #fff6ed;
    left: 30px;
}
.box-ME3 {

    margin-top: 43%;
    position: absolute;
    width: 20vw;
    height: 10vh;
    background-color: #fff6ed;
    left: 51vw;
}
.divME1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.divME2 {
    grid-column-start: 1;
    grid-row-start: 2;
}
.divME2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.divME3 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    
}
.divME3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Four maison / Convivialité */
.backh {
    background-color: #ffffff;
    padding-top: 10vh;
    margin-top: 13%;
}

.bande img {
    position: relative;
    bottom: 10vh;
    left: 10vw;
    justify-content:center;
    justify-content: space-between;
    margin-bottom: 4vh;

}
.bandetxt {
    text-align: center;
    display: flex;
    gap: 36%;
    margin-left: 23vw;

}
.bandetxt h1 {
    margin-top: -350px;
}
.bande {
    background-color: #e2c69e;
    padding-top: 10vh;
}
.backb {
    background-color: #ffffff;
    padding-top: 13vh;
    margin-top: 5%;
}

