@media only screen and (max-width: 850px) {

html, body, h1, h2{
    padding: 0px;
    margin: 0px;

    width: 100%;
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
}


header{
    width: 100%;
    height: 1021px;

    padding: 0px;
    margin: 0px;

    background: #CBCBCB;
}
header h1{
    width: auto;
    color: #8074C3;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    margin: 30px;
}
header img{
    width: 100%;
    height: 577px;
    flex-shrink: 0;
    
    background: #D9D9D9;
    box-shadow: 0 -50px 100px 0 rgba(0, 0, 0, 0.50) inset;
}
#catchPhrase{
    color: #FFF;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    margin-top: -280px;
}
header div h2{
    width: 323px;
    height: 193px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 300px;
    margin-left: 30px;
}


/*  BODY COMMENCE  */
body{
    width: 100%;
    height: 5318px;

    background: #2E2E2E;
}
.Menu{
    width: 100%;
    height: 176px;
    flex-shrink: 0;

    background: #000;

    position: sticky;
    top: 0px;

    z-index: 2;
}
.Menu h2{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-align: center;
    padding-top: 75px;

}
a{
    text-decoration: none;
}

.CommandesContainer{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-direction: column;
}
/*  Commandes 1 */
.Commandes{
    width: 368px;
    height: 705px;
    flex-shrink: 0;

    background: #4D4D4D;
    border-radius: 5px;

    border: 5px solid #8074C3;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top left, #8074C3, #74C38C);
    
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    
    margin: auto;
    margin-top: 165px;
}

#img_background{
    width: 100%;
    height: 373px;
    flex-shrink: 0;

    background: #888;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.Commandes img{
    width: 288px;
    height: 288px;
    flex-shrink: 0;

    margin: 40px;

}
.Commandes h3{
    /* width: 339px; */
    height: 87px;
    flex-shrink: 0;

    color: #8074C3;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-left: 40px;
    margin-bottom: 0px;
    margin-top: 50px;
}
#content{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    
    margin-left: 40px;
    margin-top: 0px;
}
.bouton {
    margin: auto;
}
.bouton div{
    width: 162px;
    height: 60px;
    flex-shrink: 0;

    border-radius: 15px;
    background: linear-gradient(289deg, #8074C3 40.48%, #74C38C 95.86%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 4px 4px 4px 0 rgba(255, 255, 255, 0.50) inset;
    
    padding-top: 10px;
    margin: auto;
}
#right_button{
    float: right;

    margin-top: 10px;
    margin-right: 50px;
}
.bouton p{
    width: 53px;
    height: 44px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;

    margin: auto;
    margin-top: 5px;
}
#More{
    margin: 100px;
    margin-left: 120px;

    
}
#More p{
    width: 100px;
    
    margin-top: 15px;
    text-align: center;
}

/*  Porfolio */
#PorFolio{
    width: 346px;
    height: 765px;
    flex-shrink: 0;

    margin: auto;
    margin-top: 230px;

    border-radius: 5px;
    background: linear-gradient(167deg, #888 3.07%, #222 97.93%);

    border: 5px solid #8074C3;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top left, #8074C3, #74C38C);
 }
#Illustrations{
    margin: auto;
    margin-top: 40px ;

    width: 290px;
}
#Illustrations img{
    margin-bottom: 40px;
}
#Illu1{
    width: 288px;
    height: 311px;
    flex-shrink: 0;
}
#Illu2{
    width: 173px;
    height: 173px;
    flex-shrink: 0;
}
#Illu3{
    width: 90px;
    height: 173px;
    flex-shrink: 0;
    
    float: right;
    margin-right: 3px;

    object-fit: cover;
}


}