@media only screen and (min-width: 851px) {


html, body, h1, h2{
    padding: 0px;
    margin: 0px;

    width: 100%;
    
}
a{
    text-decoration: none;
}
h1{
    z-index: 3;
}


header{
    width: 100%;
    height: 875px;

    padding: 0px;
    margin: 0px;

    background: #CBCBCB;
}



header h1{
    width: auto;
    color: #8074C3;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    margin: 70px
}
header img{
    width: 100%;
    height: 600px;
    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: 75px;
    font-style: justify;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    margin-top: -80px;
    margin-left: 70px;

    width: 1400px;
}
header div h2{
    width: 323px;
    height: 50px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 70px;
}


/*  BODY COMMENCE  */
body{
    width: 100%;

    background: #2E2E2E;
}
.Menu{
    width: 100%;
    height: 100px;
    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: 35px;

    margin: auto;
}
a{
    text-decoration: none;
}

.CommandesContainer{
    display: flex;
    justify-content: center;
    gap: 300px;
    margin-top: 50px;
    margin-bottom: 80px;
}

/*  Commandes 1 */
.Commandes{
    width: 300px;
    height: 500px;
    flex-shrink: 0;

    background: #4D4D4D;
    border-radius: px;

    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-top: 165px;


}

#img_background{
    width: 100%;
    height: 300px;
    flex-shrink: 0;

    background: #888;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.Commandes img{
    width: 275px;
    height: 275px;
    flex-shrink: 0;

    margin: 13.5px;


}
.Commandes h3{
    /* width: 339px; */
    height: 10px;
    flex-shrink: 0;

    color: #8074C3;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-left: 40px;
    margin-bottom: 0px;
    margin-top: 40px;
}
#content{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    
    margin-left: 40px;
    margin-top: 30px;
}

.bouton div{
    width: 100px;
    height: 15px;
    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: 40px;

    margin: auto;
    margin-top:-10px;
}
#right_button{
    float: right;

    margin-top: 10px;
    margin-right: 20px;
}
.bouton p{
    width: 100px;
    height: 15px;
    flex-shrink: 0;

    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: justify;
    text-align: center;

    margin: auto;
    position: absolute;
    margin-top: -37px;
}
#More{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    
}
#More p{
    width: 100px;
    
    margin-top: 15px;
    text-align: center;
    position: absolute;
    margin-top: -22px;
}

/*  Porfolio */
#PorFolio{
    width: 300px;
    height: 550px;
    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{

    width: 300px;
    padding-top: 25px;
    padding: 25px;
}
#Illustrations img{
    margin-bottom: 20px;
}
#Illu1{
    width: 200px;
    height: 200px;
    flex-shrink: 0;

    margin: 25px;
}
#Illu2{
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}
#Illu3{
    width: 75px;
    height: 150px; ;
    flex-shrink: 0;
    
    float: right;
    margin-right: 50px;

    object-fit: cover;
}


}


a h2:hover{
    cursor: pointer;
    font-size: 2em;
}
    