/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/* ----------- disposition page accueil ----------- */

.container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* grid-template-rows: 0.8fr 6fr 0.2fr; */
    -ms-grid-rows: auto 2px auto 2px auto;
        grid-template-areas: "p1" "p2" "p3";
    gap: 2px;
}

.p1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: p1;
}

.p2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: p2;
}

.p3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    /* ------------------- pied de page (footer) ----------------- */
    margin-top: 150px;
    grid-area: p3;
    position: relative;
    bottom: 0;
    width: 100%;
    /* border-top: solid 1px; */
    /* background-color: rgb(245, 245, 245); */
}


/* --- pour responsive --- */


/* @media screen and (min-width:500px) {} */


/* ------------------- fin disposition ------------------------- */

.page_accueil {
    padding: 5px;
}

.contenu_page_accueil {
    padding: 5px;
}


/* -------------------------------- message star ------------------------------------ */

.message_star {
    width: 290px;
    margin: 20px auto;
    padding: 5px;
    border-bottom: 2px solid rgb(141, 114, 156);
}

.message_star p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 5px;
    text-align: left;
}

.p_1_message,
.p_2_message,
.p_3_message,
.p_4_message,
.p_5_message {
    font-size: 20px;
}

.p_1_message,
.p_3_message,
.p_5_message {
    font-weight: 600;
    color: brown;
}


/* ------------------------------------------------------------- */

h3 {
    margin-top: 35px;
    margin-left: 20px;
    color: rgb(133, 117, 117);
}

hr {
    width: 260px;
    margin-left: 20px;
    margin-bottom: 35px;
    color: rgb(133, 117, 117);
}


/* ----------------------------- affichage video utilisation jwebmarket -------------------- */

.detail_video_jwebmarket {
    width: 300px;
    margin: auto;
    padding: 5px;
    background-color: whitesmoke;
    border-radius: 8px;
}

.detail_video_jwebmarket .bloc_1_dvideo {
    font-size: 24px;
    font-weight: 600;
    color: brown;
}

.detail_video_jwebmarket .bloc_2_dvideo {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.detail_video_jwebmarket .bloc_3_dvideo {
    margin-top: 12px;
    font-size: 14px;
}

.detail_video_jwebmarket video {
    width: 280px;
    aspect-ratio: 16/9;
}


/* -------------------------------- filtre de recherche ------------------------------------- */

.fitre_de_recherche {
    width: 295px;
    margin: 35px auto;
    padding: 4px;
    background-color: #a18e9c;
    border-radius: 12px;
}

.fitre_de_recherche .titre_filtre {
    font-size: 12px;
    color: whitesmoke;
    margin: 3px;
    text-align: center;
}

.fitre_de_recherche .bloc_1_filtre_recherche {
    margin: auto;
}

.fitre_de_recherche .bloc_1_filtre_recherche form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.fitre_de_recherche .bloc_1_filtre_recherche form select {
    margin: 3px;
    width: 160px;
    border: none;
    padding: 3px;
    /* color: rgb(233, 216, 216); */
    color: black;
    text-align: center;
    border-bottom: 1px solid black;
    background: none;
    background-color: #a18e9c;
    outline: none;
    margin: 3px;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
    cursor: pointer;
}

.fitre_de_recherche .bloc_1_filtre_recherche form select:hover,
.fitre_de_recherche .bloc_1_filtre_recherche form select:focus {
    width: 180px;
    border-bottom: 1px solid whitesmoke;
}

.fitre_de_recherche .bloc_1_filtre_recherche form input[type=submit] {
    margin: 3px;
    font-size: 12px;
    padding: 5px 9px;
    cursor: pointer;
    background: none;
    background-color: brown;
    color: white;
    border: 1px solid brown;
    border-radius: 6px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.fitre_de_recherche .bloc_1_filtre_recherche form input[type=submit]:hover {
    background-color: white;
    color: brown;
}

.fitre_de_recherche .bloc_1_filtre_recherche form p {
    font-size: 12px;
    color: whitesmoke;
    margin: 3px;
}

.fitre_de_recherche .resultat_filtre {
    width: 280px;
    margin: 8px auto;
    font-size: 24px;
    color: whitesmoke;
    text-align: center;
}


/* --------------------------------- les produits ---------------------------------- */

.les_produits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8px auto;
    padding: 10px;
    padding-top: 30px;
}

.les_produits a {
    width: 120px;
    margin: 6px;
    padding: 4px;
    background-color: whitesmoke;
    border-radius: 9px;
}

.les_produits a:hover {
    /* background-color: rgb(187, 238, 235); */
    background-color: rgb(181, 202, 211);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.les_produits .un_produit {
    width: 110px;
    margin: auto;
}

.les_produits .un_produit img {
    width: 110px;
    height: 110px;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    background-color: whitesmoke;
}

.les_produits .un_produit p {
    font-size: 14px;
}

.les_produits .un_produit .groupe_commande_min {
    color: rgb(133, 117, 117);
    font-size: 12px;
}


/* ------------------------------------ responsive design -------------------------------- */

@media screen and (min-width:350px) {
    .message_star {
        width: 310px;
        margin: 10px auto;
        padding: 5px;
    }
    .p_1_message {
        font-size: 28px;
    }
    .p_2_message {
        font-size: 25px;
    }
    .p_3_message {
        font-size: 23px;
    }
    .p_4_message {
        font-size: 20px;
    }
    .p_5_message {
        font-size: 18px;
    }
}

@media screen and (min-width:450px) {
    .message_star {
        width: 410px;
        margin: 10px auto;
        padding: 5px;
    }
    .les_produits a {
        width: 160px;
    }
    .les_produits .un_produit {
        width: 150px;
        margin: auto;
    }
    .les_produits .un_produit img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width:570px) {
    .les_produits a {
        width: 250px;
    }
    .les_produits .un_produit {
        width: 240px;
        margin: auto;
    }
    .les_produits .un_produit img {
        width: 240px;
        height: 240px;
    }
    /* ----------------------------- affichage video utilisation jwebmarket -------------------- */
    .detail_video_jwebmarket {
        width: 565px;
    }
    .detail_video_jwebmarket video {
        width: 550px;
        aspect-ratio: 16/9;
    }
}


/* @media screen and (min-width:500px) {} */