#texterealisation{
    background-image: url('images/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size:16px;
    padding: 1px 40px 10px 40px;
}
#univers{
    text-align: center;
    color:#f25848;
    font-weight: bold;
    font-size:25px;
    padding: 0 20px 0 20px;
}

.crea1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0 10px 0;
}
    
#luna{
    background-image: url('images/banniere.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
}


/* --- Entre Laptop L et Laptop --- */

@media(max-width:1208px){

.crea1{
    flex-direction: column;
}

.img2{
    margin: 10px 0 10px 0;
}
}

/* --- Entre Tablette et Mobile L --- */

@media(max-width:629px){

#texterealisation{
    font-size: 15px;
}

#fanta{
    height: 370px;
    width: 250px;
}

#heinz{
    height: 370px;
    width: 250px;
}

#imgluna{
    height: 400px;
    width: 400px;
}

#flyer{
    height: 400px;
    width: 500px;
}

#etiquette{
    height: 400px;
    width: 500px;
}
}

/* --- Entre Tablette et Mobile L --- */

@media(max-width:552px){

#texterealisation{
    font-size: 14px;
}

#univers{
    font-size: 20px;
}

#fanta{
    height: 370px;
    width: 250px;
}

#heinz{
    height: 370px;
    width: 250px;
}

#imgluna{
    height: 300px;
    width: 300px;
}

#flyer{
    height: 300px;
    width: 400px;
}

#etiquette{
    height: 300px;
    width: 400px;
}
}

/* --- Entre Tablette et Mobile L --- */

@media(max-width:527px){

#texterealisation{
    font-size: 13.5px;
}
}

/* --- Entre Tablette et Mobile L --- */

@media(max-width:441px){

#texterealisation{
    font-size: 13px;
}

#fanta{
    height: 350px;
    width: 230px;
}

#heinz{
    height: 350px;
    width: 230px;
}

#imgluna{
    height: 270px;
    width: 270px;
}

#flyer{
    height: 270px;
    width: 350px;
}

#etiquette{
    height: 270px;
    width: 350px;
}
}

/* --- Entre Mobile L et Mobile M --- */

@media(max-width:382px){

#fanta{
    height: 300px;
    width: 200px;
}

#heinz{
    height: 300px;
    width: 200px;
}

#imgluna{
    height: 250px;
    width: 250px;
}

#flyer{
    height: 240px;
    width: 300px;
}

#etiquette{
    height: 240px;
    width: 300px;
}
}