/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.tvcmsmultibanners {
    position: relative;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}
.tvcmsmultibanners {
    text-align: center;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3,
.tvcmsmultibanners .tvmultibanner-4,
.tvcmsmultibanners .tvmultibanner-5 {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.tvcmsmultibanners .tvmultibanner-1
{
    padding: 0 15px;
}
.tvcmsmultibanners .tvmultibanner-2
{
    margin-bottom: 26px;
}
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3{
    padding: 0;
}
.tvmultibanner-2 .tvmultibanner-content.left,
.tvmultibanner-3 .tvmultibanner-content.left
{
left: 5%;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-4{
    margin-bottom: 30px;
}

.tvcmsmultibanners {
    margin-bottom: 80px;
}
.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
}
.none.tvmultibanner-content {
    display: none;
}
.tvmultibanner-content.left {
    position: absolute;
    z-index: 3;
    /* width: 90%; */
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 5%;
    text-align: left;
}

.tvmultibanner-content.top-left {
    top: 5%;
    left: 5%;
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    text-align: left;
}
.tvmultibanner3-wrapper .tvmultibanner-content.top-left{
    top: 5%;
    left: 5%;
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    text-align: left;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 5%;
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    text-align: left;
}

/*Right Align*/

.tvmultibanner-content.right {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 5%;
    text-align: center;
}

.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 5%;
    right: 9%;
    text-align: center;
}

.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    bottom: 10%;
    right: 5%;
    text-align: center;
}

/*Center Align*/

.tvmultibanner-content.center {
    position: absolute !important;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 15% !important;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    margin: auto;
    left: 0;
    text-align: center;
}

.tvmultibanner-content.top-center {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 6%;
    margin: auto;
    padding: 50px 0px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    outline: 1px #A96E2D solid;
    outline-offset: -10px;
}

.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content h4 {
    margin-bottom: 35px;
    position: relative;
    text-transform: capitalize;
    font-size: 84px;
    font-weight: 400;
    line-height: 87px;  
    font-family: 'Marcellus';
    color: #000000;
}
.tvmultibanner-content h6 {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    color: #C0822A;
}
.tvmultibanner-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Josefin Sans';
    margin-bottom: 10.2%;
}
.tvmultibanner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    font-size: calc(26px + (62 - 26) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.tvmultibanner-2 .tvmultibanner-content .tvall-inner-btn:before{
    background-color: #F0731E;
}
.tvmultibanner-content .tvall-inner-btn {
    background-color: #FDF8F4;
    padding: 15px 35px;
}
.tvmultibanner-content .tvall-inner-btn span{
    font-size: 16px;
    font-family: 'Josefin Sans';
    text-transform: capitalize;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
}
.tvmultibanner-content > *:last-child{
    margin-bottom: 0;
}
.tvmultibanner-2 .tvmultibanner-content p,
.tvmultibanner-3 .tvmultibanner-content p
{
    margin-bottom: 13px !important;
}
.lang-rtl .tvmultibanner-2 .tvmultibanner-content p,
.lang-rtl .tvmultibanner-3 .tvmultibanner-content p {
    margin-bottom: 5%;
}
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4
{
    font-family: 'Marcellus';
font-weight: 400;
font-size: 55px;
margin-bottom: 25px;
line-height: 53px;
color: #000000
}
/****************************** mobile tvcmsmultibanner1 *****************************************/

@media(max-width: 1440px) {
    .tvmultibanner-content h4 {
        font-size: 70px;
        line-height: 74px;
    }
    .tvmultibanner-2 .tvmultibanner-content p, .tvmultibanner-3 .tvmultibanner-content p {
        margin-bottom: 12.4%;
    }
}

@media(max-width: 1280px) 
{
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4
    {
        line-height: 48px;
        font-size: 49px;
    }

}
@media(max-width: 1200px) {
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 14px;
        line-height: 1;
    }
    .tvmultibanner-content h4 {
        font-size: 63px;
        line-height: 61px;
    }
    .tvtabcategory-tab-product
    {
        margin: 0 !important;
    }
    .tvmultibanner-content p {
        font-size: 20px;
        line-height: 20px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 44px;
        font-size: 46px;
        margin-bottom: 20px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        background-color: #FDF8F4;
        padding: 12px 28px;
    }
}
@media(max-width: 991px) and (min-width: 576px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
   
  
}

@media(max-width: 1025px){
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 36px;
        font-size: 39px;
        margin-bottom: 15px;
    }
    .tvmultibanner-content h4 {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 25px;
    }
}
@media(max-width: 850px){
.tvmultibanner-2 .tvmultibanner-content p, .tvmultibanner-3 .tvmultibanner-content p {
    margin-bottom: 9.4%;
}
.tvmultibanner-content .tvall-inner-btn span {
    font-size: 14px;
    line-height: 15px;
}
.tvmultibanner-content .tvall-inner-btn {
   padding: 10px 18px;
}
.tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 15px;
}
}
@media (max-width: 767px) and (min-width: 576px) {
    .tvmultibanner-content.top-center {
        left: 15px;
        right: 15px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 10px 24px;
    }
}
@media (max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
}
@media (max-width: 375px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 11px;
    }
    .tvmultibanner-content.top-center{
        padding: 15px;
    }
}
@media(max-width: 991px){
    .tvmultibanner1-wrapper,
    .tvmultibanner2-wrapper{
        margin-bottom: 15px;
    }
    .tvmultibanner-content h4 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 19px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 32px;
        font-size: 36px;
        margin-bottom: 15px;
    }
    .tvmultibanner-content p {
        font-size: 18px;
        line-height: 18px;
    }
   
}
@media(max-width: 768px)
{    
    .tvcmsmultibanners .tvmultibanner-1,
    .tvmultibanner-wrapper
    {
        width: 100%;
    }
    .tvfooter-product-box-layout .tvcmsprev-btn {
        right: 15%;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 1;
        font-size: 55px;
    }
    .tvmultibanner-content h4 {
        font-size: 70px;
        line-height: 74px;
    }
    .tvmultibanner-content p {
        font-size: 23px;
        line-height: 39px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 15px 35px;
    }
    .tvmultibanner-content .tvall-inner-btn span
    {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width: 575px)
{
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 1;
        font-size: 43px;
    }
    .tvmultibanner-content p {
        font-size: 17px;
        line-height: 18px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 13px 22px;
    }
    .tvmultibanner-content h4 {
        font-size: 61px;
        line-height: 66px;
    }
}

@media(min-width: 655px) and (max-width: 991px){
    .tvcmsmultibanners .tvmultibanner4-wrapper,
    .tvcmsmultibanners .tvmultibanner5-wrapper{
        padding: 0 15px;
    }
}
@media(max-width: 480px)
{
    .tvmultibanner-content h4 {
        font-size: 48px;
        line-height: 49px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        font-size: 30px;
    }
   
    
    .tvmultibanner-content p {
       display: none;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 10px 18px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width: 360px)
{
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 30px;
        font-size: 31px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 12px;
        line-height: 12px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 12px;
    }
}

/********************************* Bling borders & buttons *************************/
.tvcmsmultibanners {
    --bling-banner-border: clamp(5px, 0.75vw, 10px);
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    box-sizing: border-box;
    overflow: hidden;
    border: var(--bling-banner-border) solid #BF8F8F;
    background-color: #BF8F8F;
}
.tvcmsmultibanners .tvbanner-hover-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: none !important;
    box-shadow: none;
}
.tvcmsmultibanners .tvmultibanner-content .tvall-inner-btn {
    background-color: #BF8F8F;
    color: #ffffff;
    border: none;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.tvcmsmultibanners .tvmultibanner-2 .tvmultibanner-content .tvall-inner-btn:before {
    display: none;
}
.tvcmsmultibanners .tvmultibanner-content .tvall-inner-btn span,
.tvcmsmultibanners .tvmultibanner-content .tvall-inner-btn:hover span {
    color: #ffffff;
}
.tvcmsmultibanners .tvmultibanner-content .tvall-inner-btn:hover {
    background-color: #BF8F8F;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(191, 143, 143, 0.45);
    transform: translateY(-1px);
}
@media (min-width: 768px) {
    /*
     * Colonne droite = 2 cadres (4 bordures verticales)
     * Colonne gauche = 1 cadre (2 bordures verticales)
     * → retirer 2× l'épaisseur de bordure à l'écart d'origine (26px)
     */
    /*.tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(26px - (2 * var(--bling-banner-border))) !important;
    }*/
}
@media (max-width: 767px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper img {
        width: 100% !important;
        margin: 0 !important;
    }
}


.tvcmsmultibanners .tvmultibanner-2 {
    margin-bottom: calc(29px - (2 * var(--bling-banner-border))) !important;
}

@media (max-width: 1499px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(29px - (2 * var(--bling-banner-border))) !important;
    }
}

@media (max-width: 1450px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(28px - (2 * var(--bling-banner-border))) !important;
    }
}

@media (max-width: 1399px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(28px - (2 * var(--bling-banner-border))) !important;
    }
}

@media (max-width: 1299px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(26px - (2 * var(--bling-banner-border))) !important;
    }
}

@media (max-width: 1250px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(23px - (2 * var(--bling-banner-border))) !important;
    }
}

@media (max-width: 1199px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(24px - (2 * var(--bling-banner-border))) !important;
    }
}

@media (max-width: 991px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: calc(19px - (2 * var(--bling-banner-border))) !important;
    }
}