/* CSS Document */

.prix_barre {
    text-decoration: line-through;
}

.prix {
    position: relative;
    background-image: url(/global/img/bg/prix.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 41px;
    padding: 15px 0px 0px 20px;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
}

.cadre_produits {
    position: relative;
    background-image: url(/global/img/bg/fond-cadre.jpg);
    background-repeat: repeat-x;
    border: 1px solid #F6C6D2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
    behavior: url(/global/css/ie-css3.htc);
}

.cadre_produits p {
    text-align: justify;
}


/* Fil ariane */
#fil_ariane {
    /*border:1px solid #FF9900;
    padding:5px;*/
    margin-bottom: 15px;
}


/* Top des ventes */
.top_ventes {
    position: relative;
    float: left;
    width: 207px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
}

.top_ventes .prix {
    float: left;
    background-image: url(/global/img/bg/prix2.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 31px;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

.top_bas {
    position: absolute;
    bottom: -20px;
    right: 10px;
}


/* Fiche article */
.fa_titre_produit {
}

#fa_cadre_image {
    position: relative;
    text-align: center;
}

#fa_image {
    position: relative;
    vertical-align: middle;
    width: 300px;
    height: 200px;
    text-align: center;
}

.fa_images {
    position: relative;
    float: left;
    margin-right: 20px;
}

#fa_prix {
    position: absolute;
    top: -10px;
    right: 0px;
    background-image: url(/global/img/bg/prix.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 41px;
    padding: 15px 0px 0px 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFF;
}

#fa_dispo {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

#fa_note {
    position: relative;
    width: 300px;
    text-align: center;
}

#fa_descriptif_texte {
    line-height: normal;
}

#fa_descriptif_texte p {
    padding: 0;
    margin: 0;
    margin: 8px 0px 8px 0px;
}

.fa_galerie {
    position: relative;
    padding: 10px;
    border: 1px solid #CCC;
    margin-top: 10px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 0px 20px #ccc;
    -moz-box-shadow: 0px 0px 20px #ccc;
    -webkit-box-shadow: 0px 0px 20px #ccc;
    behavior: url(/global/css/ie-css3.htc);
}

#quantiteProd {
    background-color: #C12B75;
    width: 20px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: #FFF;
}

.fa_cadre_couleur, .fa_cadre_decoration {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: pointer;
}

.fa_cadre_couleur div {
    height: 40px;
    width: 70px;
    margin: auto;
    margin-bottom: 5px;
}


/* Onglets */
.onglet {
    position: relative;
    float: left;
}

.onglet a {
    display: block;
    padding: 10px 10px 10px 10px;
    background-image: url(/global/img/bg/fond-cadre.jpg);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    text-align: center;
    font-weight: bold;
}

.onglet a:hover {
    text-decoration: none;
    color: #000;
    background-image: none;
    background: linear-gradient(#fff, #ccc);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
    background: -moz-linear-gradient(#fff, #ccc);
    -pie-background: linear-gradient(#fff, #ccc);
    behavior: url(/global/css/ie-css3.htc);
}

.onglet a.onglet_actif {
    background: linear-gradient(#fff, #ccc);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
    background: -moz-linear-gradient(#fff, #ccc);
    -pie-background: linear-gradient(#fff, #ccc);
    color: #000;
    behavior: url(/global/css/ie-css3.htc);
}

.contenu_onglet {
    position: relative;
    background-image: url(/global/img/bg/fond-cadre.jpg);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    padding: 20px;
    behavior: url(/global/css/ie-css3.htc);
}


/* Listes */

.bx-wrapper{
    background: white;
    padding: 2rem 0;
}
#slider {
    padding: 0;
    margin: 0;
}

#slider li {
    margin: 0;
    list-style: none;
    background-image: none;
}

.bx-next {
    /*position:absolute;*/
    right: 1px;
    /*top:162px;*/
}

.bx-prev {
    /*position:absolute;*/
    left: 1px;
    /*top:162px;*/
}

.bx-prev, .bx-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3rem;
    width: 3rem;
}

.bx-prev img, .bx-next img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.liste_articles {
    position: relative;
    height: 379px;
    /*border:1px solid #EEE;*/
    margin-bottom: 10px;
    padding: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-rows: repeat(7, 1fr);*/
    /*grid-column-gap: 30px;*/
    /*grid-row-gap: 30px;*/
}

.liste_articles h2 {
    margin-bottom: 20px;
}

.liste_articles h2 a {
    margin-bottom: 20px;
    font-size: 30px;
}

.liste_lien {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 11px;
}

.liste_nouveaute {
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 100;
    color: #B42200;
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE < 8 */
}

.liste_articles2 {
    position: relative;
    width: 100%;
    /*height: 100px;*/
    height:18rem;
    gap:4rem;
    max-height:18rem;
    background: white;
    box-shadow: rgba(0,0,0,0.15) 0 0 20px 0;
    border: 1px solid #EEE;
    margin-bottom: 10px;
    padding: 10px 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.liste_articles2_txt{
    height: 95%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:2rem
}

.liste_articles2_img {
    position: relative;
    /*float: left;*/
    /*width: 300px;*/
    /*height: 100px;*/
    text-align: center;
    width: auto;
    height: 95%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.liste_articles2_img a {
    position: relative;
    width: 100%;
    height: 100%;
}

.liste_articles2_img a img{
    position: relative;
    width: auto;
    height: 95%;
    object-fit: contain;
}

.lien_suite {
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*right: 10px;*/
    border-radius: 25px;
    background: #52C22B;
    border: solid #52C22B 1px;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 7px 14px;
    width: fit-content;
}

.liste_articles2 .lien_suite{
    place-self: end;
}

.lien_suite:hover {
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*right: 10px;*/
    border-radius: 25px;
    background: white;
    border: solid #52C22B 1px;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 7px 14px;
}

.lien_suite a{
    color: white;
}

.lien_suite:hover a{
    color:#52C22B;
}

#main {
    /*background-image:url(/global/img/bg/main-02.jpg);*/
}


/*@media (min-width: 1024px){*/
/*    .liste_articles2 {*/
/*      width: 25%;*/
/*    }*/
/*}*/