@media screen and  (min-width: 721px) and (max-width: 1023px){
    
/***********************GLOBAL*****************************************************/
h1 {
    font-size: 2.5em; 
}

h2 {
    font-size: 2.1em; 
}

h3 {
    font-size: 1.55em; 
}

p {
    font-size: 1.25em; 
    line-height: 1.6em; 
}

ol, ul {
    font-size: 1.15em; 
    line-height: 1.5em; 
}

main {
    margin: 80px auto 0px auto; 
    padding: 0 10px; 
}

.mwidth {
    max-width: 960px; 
}

.bottom {
    margin-bottom: 80px; 
}

.section_bottom {
    margin-bottom: 40px; 
}

.justify {
    justify-content: space-around; 
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
}

.border {
    border-bottom: 0.5px solid #d4af37; 
}
/*****************************************HEADER**************************************/

#header{
    font-size: 18px;
}
#menu > li > a {
    padding: 0px;
}
#logo_menu{
    width: 70%;
}
/*****************************************HOME PAGE**************************************/

.article1{
        display: flex;
        flex-wrap: wrap;
        }

.image_description{
        align-self: center;
}

.small_box{
    width: auto;
}
/*****************************************PRODUIT*******************************************/
.processus{
    padding: 0px 20px;
}
.processus_vodka{
    display: flex;
    flex-direction: column;
}
.processus_vodka_p_p{
    width: 100%;
}
.processus_vodka_p{
    width: 100%;
}
.processus_vodka2{
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 20px;
}
.processus_vodka_p_2{
    width: 100%;
}
.premium.section_bottom{
    padding: 20px;

}
.main_product{
    margin: auto;
}
#button-contact .button_contact{
    width: 100%;
}
.autres_produits_vodka{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.autres_produits_p_vodka{
    width: auto;
    padding: 0px 10px;
    text-align: left;
}
.autres_produits_img_vodka{
    width: 100%;
}
.img_autres_produits_vodka{
    width: auto;
    padding: 0px 10px;
}
.products{
    padding: 0px 20px;
}
.cockatil{
    justify-content: center;
}
.img_recette{
    align-self: end;
}
/****************************************GIN***************************************/
.main_product_gin{
    margin: auto;
    margin-top: 0px;
    padding-bottom: 85px;
}

.autres_produits_gin {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.autres_produits_p {
    width: auto;
    padding: 0px 10px;
    text-align: left;
}
.autres_produits_img_vodka {
    justify-content: center;
    align-content: center;
    align-items: center;

}
.premium_text {
    width: 90%;
    margin: auto;
    text-align: center;
    align-content: center;
}
.processus_gin{
    justify-content: center;
}
div .img_processus_gin{
    margin: -65px 0px;
}
.img_processus_gin{
    width: 650px;
    height: auto;
    display: flex;
    align-self: flex-start;
}
.processus_gin_p_2{
    width: 90%;
}
/*****************************************FOOTER********************************************/
/************************CONTACT*************************************/
.header_contact{
    margin-top: 80px;
}


}