/* Issue de BIG DEVICES.css */


/*A ENLEVER*/

#order footer #REA.box {
    border-top: 0;
}


/* Issue de GLOBAL.css */

#REA.box {
    margin-top: 50px;
    border-top: 0.25px solid #EFEFEF;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

#REA #REA_content {
    overflow-x: auto;
    width: 100%;
}

#REA ul {
    text-align: center;
    width: 1500px;
    margin: 0 auto;
}

#REA ul li {
    display: inline-block;
    width: 240px;
}

#REA ul img {
    height: 50px;
}

#REA ul .title {
    font: bold 16px 'Roboto';
    text-transform: uppercase;
    margin-top: 8px;
}


/* Issue de INDEX.css */

#REA #REA_content::-webkit-scrollbar-track {
    background-color: #FFF
}

#REA #REA_content::-webkit-scrollbar {
    height: 10px;
    background-color: #FFF;
}

#REA #REA_content::-webkit-scrollbar-thumb {
    background-color: #DDD;
    border-radius: 10px;
}


/* Issue de PRODUCT.css */

#product #REA ul {
    width: 1200px;
}

#product #REA ul li {
    width: 150px;
    margin-right: 10px;
}

#product #REA ul .ico {
    width: 22%;
    vertical-align: top;
    display: inline-block;
}

#product #REA ul .ico img {
    width: 100%;
}

#product #REA ul .txt {
    width: 70%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-left: 3%;
}

#product #REA ul .title {
    font: bold 12px 'Roboto Condensed', sans-serif;
    margin-top: 12px;
}

#product #REA ul p {
    font: 300 12px 'Roboto', sans-serif;
}

#product #REA.box {
    padding: 20px 0;
}


/* REASSURANCE */

#REA ul {
    width: 1200px;
}

#REA ul li {
    width: 150px;
    margin-right: 10px;
    vertical-align: top;
}

#REA ul .title {
    margin-top: 10px;
    padding: 0;
    font-size: 12px;
}

/* REASSURANCES PAGE SPE GLOBAL */

#REA .REA_content_global ul img {
    height: 50px;
    margin-bottom: 10px;
}

.box_global {
    margin-top: 50px;
    margin-bottom: 50px;
}

#REA .REA_content_global ul {
    width: 1200px;
    justify-content: center;
    gap: 50px;
    height: fit-content;
    background: #E130821A;
    display: flex;
    width: fit-content;
    border-radius: 100px;
    padding: 20px 150px;
    margin-left: 5%;
    margin-right: 5%;    
}

#REA .REA_content_global .REA_item .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}

#REA #REA_content.REA_content_global {
    overflow-x: auto;
    width: 100%;
    display: flex;
    margin: auto;
}


#REA .REA_content_global .REA_item{
    column-gap: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    color: #E13082;
    width: max-content;
    overflow-x: auto;
}

#REA .REA_content_global .REA_item_infos{
    text-align: center;
}

@media screen and (max-width: 800px) {
    #REA .REA_content_global ul {
        align-items: center;
        gap: 30px;
        padding: 20px 60px;
    }

}

@media screen and (min-width: 1200px) {
    #REA.box {
        padding: 20px 0;
    }

    #REA #REA_content.REA_content_global {
        justify-content: center;
    }
}



/* REASSURANCES SAINTVAL */

#REA .REA_content_saintValentin ul img,
#REA .REA_content_easter ul img {
    height: 25px;
    margin-right: 10px;
}

.box_saintValentin,
.box_easter {
    margin-top: 50px;
    margin-bottom: 50px;
}

#REA .REA_content_saintValentin ul,
#REA .REA_content_easter ul {
    width: 1200px;
    justify-content: center;
    gap: 50px;
    height: fit-content;
    padding-bottom: 2%;
}

#REA .REA_content_saintValentin .REA_item .title,
#REA .REA_content_easter .REA_item .title {
    text-transform: uppercase;
    margin-top: 0;
    width: max-content;
    font: normal normal bold 14px/19px Roboto;
}

#REA .REA_content_saintValentin .saintValentin1 .REA_item .title,
#REA .REA_content_easter .easter1 .REA_item .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}

#REA ul .saintValentin1,
#REA ul .saintValentin2,
#REA ul .saintValentin3,
#REA ul .saintValentin4,
#REA ul .easter1,
#REA ul .easter2,
#REA ul .easter3,
#REA ul .easter4,
#REA ul .adventCalendar_list{
    width: max-content;
}

#REA #REA_content.REA_content_saintValentin,
#REA #REA_content.REA_content_easter,
#REA .REA_content_pink {
    overflow-x: auto;
    width: 100%;
    display: flex;
    margin: auto;
}

#REA .REA_content_saintValentin ul,
#REA .REA_content_easter ul, 
#REA .REA_content_pink ul{
    background: #E130821A 0% 0% no-repeat padding-box;
    /* box-shadow: 5px 5px 15px #E130824D;; */
    display: flex;
    width: fit-content;
    border-radius: 100px;
    padding: 2% 3.925rem;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
}

#REA .REA_content_saintValentin .REA_item,
#REA .REA_content_easter .REA_item,
#REA .REA_content_pink .REA_item {
    column-gap: 30px;
    display: flex;
    align-items: center;
    color: #E13082;
    text-align: left;
    width: max-content;
}

@media screen and (max-width: 800px) {
    #REA .REA_content_saintValentin ul,
    #REA .REA_content_easter ul {
        background: #E130821A 0% 0% no-repeat padding-box;
        /* box-shadow: 5px 5px 15px #E130824D;; */
        display: flex;
        width: fit-content;
        border-radius: 100px;
        padding: 2% 3%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 2%;
        margin-right: 2%;
    }
    #REA .REA_content_saintValentin ul,
    #REA .REA_content_easter ul {
        width: 1200px;
        justify-content: center;
        align-items: center;
        gap: 30px;
        height: fit-content;
        padding-bottom: 2%;
    }
    #REA .REA_content_saintValentin .REA_item,
    #REA .REA_content_easter .REA_item {
        column-gap: 10px;
        display: flex;
        align-items: center;
        color: #E13082;
        text-align: left;
        width: max-content;
    }
}

@media screen and (min-width: 1200px) {
    #REA.box {
        padding: 20px 0;
    }

    #REA #REA_content.REA_content_saintValentin,
    #REA #REA_content.REA_content_easter,
    #REA .REA_content_pink {
        display: flex;
        margin: auto;
        justify-content: center;
    }
}


/* REASSURANCES CHRISTMAS */


/* Issue de GLOBAL.css */

#REA.box_christmas,
#REA.box_winterDiscount {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 40px;
}

#REA.box_winterDiscount {
    padding-bottom: 15px !important;
}

#REA #REA_content.REA_content_christmas,
#REA #REA_content.REA_content_winterDiscount {
    overflow-x: auto;
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin: auto;
}

#REA .REA_content_christmas ul,
#REA .REA_content_winterDiscount ul {
    background: #E130821A 0% 0% no-repeat padding-box;
    /* box-shadow: 5px 5px 15px #E130824D;; */
    display: flex;
    width: fit-content;
    border-radius: 100px;
    padding: 0.625rem 0.925rem;
    margin-left: 5%;
    margin-right: 5%;
}

#REA .REA_content_christmas ul li,
#REA .REA_content_winterDiscount ul li {
    margin: 0.625rem 0.625rem;
    width: 200px;
    padding: 0 2% 0 2%;
}


/* #REA .REA_content_christmas ul li.christmas1{
    width: 130px;
}
#REA .REA_content_christmas.REA_content_christmas_2021 ul li.christmas1{
    width: auto;
}

#REA .REA_content_christmas ul li.christmas2{
    width: 140px;
}

#REA .REA_content_christmas ul li.christmas3{
    width: 180px;
}

#REA .REA_content_christmas ul li.christmas4{
    width: 170px;
} */

#REA .REA_content_christmas .REA_item,
#REA .REA_content_winterDiscount .REA_item {
    display: flex;
    align-items: center;
    color: #E13082;
    text-align: left;
}

#REA .REA_content_christmas .REA_item .title,
#REA .REA_content_winterDiscount .REA_item .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}

#REA .REA_content_christmas ul img,
#REA .REA_content_winterDiscount ul img {
    height: 25px;
    margin-right: 10px;
}

#REA #REA_content.REA_content_christmas::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_saintValentin::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_easter::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_global::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_winterDiscount::-webkit-scrollbar-thumb {
    /* background-color: #DDD; */
    background-color: #FFF;
    border-radius: 10px;
}

#REA #REA_content.REA_content_christmas::-webkit-scrollbar-track,
#REA #REA_content.REA_content_saintValentin::-webkit-scrollbar-track,
#REA #REA_content.REA_content_easter::-webkit-scrollbar-track,
#REA #REA_content.REA_content_global::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_winterDiscount::-webkit-scrollbar-track {
    background-color: #FFF;
}

#REA #REA_content.REA_content_christmas::-webkit-scrollbar,
#REA #REA_content.REA_content_saintValentin::-webkit-scrollbar,
#REA #REA_content.REA_content_easter::-webkit-scrollbar,
#REA #REA_content.REA_content_global::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_winterDiscount::-webkit-scrollbar {
    height: 10px;
    background-color: #FFF;
}

#REA #REA_content.REA_content_christmas:hover::-webkit-scrollbar-thumb,
#REA #REA_content.REA_content_saintValentin::-webkit-slider-thumb,
#REA #REA_content.REA_content_easter::-webkit-slider-thumb,
#REA #REA_content.REA_content_winterDiscount:hover::-webkit-scrollbar-thumb {
    background-color: #DDD;
}

@media screen and (min-width: 800px) {
    #REA .REA_content_christmas .REA_item,
    #REA .REA_content_winterDiscount .REA_item {
        flex-direction: column;
        text-align: center;
    }
    #REA #REA_content.REA_content_christmas,
    #REA #REA_content.REA_content_winterDiscount {
        justify-content: center;
    }
    #REA .REA_content_christmas ul img,
    #REA .REA_content_saintValentin ul img,
    #REA .REA_content_easter ul img,
    #REA .REA_content_winterDiscount ul img {
        height: 50px;
        margin-right: 0;
    }
    #REA .REA_content_christmas ul,
    #REA .REA_content_winterDiscount ul {
        width: 1200px;
        justify-content: center;
        /* gap: 60px; */
        height: fit-content;
        padding-bottom: 1%;
    }
    #REA .REA_content_christmas ul li,
    #REA .REA_content_winterDiscount ul li {
        width: 100%;
    }
    #REA .REA_content_christmas .REA_item .title,
    #REA .REA_content_winterDiscount .REA_item .title {
        margin-top: 10px;
    }
    /* #REA .REA_content_christmas ul li.christmas1{
        width: 150px;
    }
    
    #REA .REA_content_christmas ul li.christmas2{
        width: 170px;
    }
    
    #REA .REA_content_christmas ul li.christmas3{
        width: 180px;
    }
    
    #REA .REA_content_christmas ul li.christmas4{
        width: 180px;
    } */
}