/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/**************** tv multibanner **********************/
.tvcmsmultibanners {
    position: relative;
}
.tvmultibanner{
    margin: 0 -15px;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}
.tvcmsmultibanners {
    margin-bottom: 120px;
}
@media (max-width: 991px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3 {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex    ;
        align-items: center;
        justify-content: center;
}
.tvbanner-hover-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
}
.none.tvmultibanner-content {
    display: none;
}
.tvbanner-hover-wrapper:after {
    position: absolute;
    content: "";
    width: 50px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    bottom: 0%;
    left: -110%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
.tvbanner-hover-wrapper:hover:after {
    left: 300%;
    -webkit-transition: all 1.5s ease 0.1s;
    -o-transition: all 1.5s ease 0.1s;
    transition: all 1.5s ease 0.1s;
}
/*Left Align*/
.tvmultibanner-content.left {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 9%;
    text-align: left;
}
.tvmultibanner-content.top-left {
    top: 10%;
    left: 9%;
    position: absolute;
    width: 60%;
    text-align: left;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 9%;
    position: absolute;
    width: 60%;
    text-align: left;
}
/*Right Align*/
.tvmultibanner-content.right {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 8%;
    text-align: right;
}
.tvmultibanner-content.top-right {
    position: absolute;
    width: 60%;
    top: 10%;
    right: 6%;
    text-align: right;
}
.tvmultibanner-content.bottom-right {
    position: absolute;
    width: 60%;
    bottom: 10%;
    right: 6%;
    text-align: right;
}
/*Center Align*/
.tvmultibanner-content.center {
    position: absolute;
    /*width: 60%;*/
   /* top: 0;
    bottom: 0;**/
    /*margin: auto;*/
    /*height: max-content*/
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
   /* right: 0;
    left: 0;*/
    text-align: center;
}
.tvmultibanner-content.top-center {
    position: absolute;
    /*width: 60%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content.bottom-center {
    position: absolute;
    /*width: 60%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content.none {
    display: none;
}
.tvmultibanner-content h4 {
    font-size: calc(18px + (30 - 18) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    color: #222222;
    margin-bottom: 15px;
}
.tvmultibanner-content h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.tvmultibanner-content .tvmultibanner-btn {
    text-transform: uppercase;
    font-size: calc(12px + (15 - 12) * ((100vw - 280px) / (1920 - 280)));
    color: #222;
    padding: 12px 0;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 0;
    border: none;
    text-shadow: none;
    margin-bottom: 0;
    background-color: transparent;
}
.tvmultibanner-btn span {
    letter-spacing: .5px;
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
}
.center.tvmultibanner-content {
    position: absolute;
   /* top: 20%;
    left: 20%;
    right: 45px;
    bottom: 30px;*/
    width: 410px;
    padding: 85px 15px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
      /*  height: 400px; */
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
}
.tvmultibanner-content .tvmultibanner-btn:hover span{
    color: #7F7F7F;
    border-bottom-color: #7F7F7F;
}
.tvmultibanner-content .tvmultibanner-btn:hover a {
    color: #ffffff;
}
.tvmultibanner-1 .tvmultibanner-content h6 {
    color: #ff2d3a;
}
.tvmultibanner-2 .tvmultibanner-content h6 {
    color: #11c68f;
}
.tvmultibanner-3 .tvmultibanner-content h6 {
    color: #4b48bb;
}
.tvmultibanner2-wrapper .center.tvmultibanner-content h4 {
    font-size: 18px;
}
.center.tvmultibanner-content h4 {
    font-family: "Playfair Display";
    font-weight: 700;
    margin-bottom: 20px;
}
.center.tvmultibanner-content h4 span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #000;
    font-family: 'Noto Sans';
    line-height: 24px;
}


.center.tvmultibanner-content p.titre {
    font-size: 55px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 50px;
}
.tvmultibanner2-wrapper:hover .center.tvmultibanner-content {
    background-color: #ffffff90;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvmultibanner2-wrapper .tvbanner-hover-wrapper:after {
    display: none;
}
/***** mobile tvcmsmultibanner1 *****/
@media (max-width: 1680px) {
    .center.tvmultibanner-content {
       /* padding: 30px 0;*/
       padding: 30px 15px;
       width: 90%;
    }
}
@media(max-width: 1199px) {
    .tvcmsleftsideofferbanners-one .tvbanner-hover-wrapper:after {
        display: none;
    }
    .tvmultibanner-content h4 {
        margin-bottom: 10px;
    }
    .center.tvmultibanner-content h4 {
        margin-bottom: 10px;
    }
    .center.tvmultibanner-content p {
        margin-bottom: 5px;
    }
    .center.tvmultibanner-content {
        padding: 50px 15px;
    }
}
@media(max-width: 1024px) {
    .tvmultibanner-content .tvmultibanner-btn {
        padding: 0;
    }
}
@media(max-width: 991px) {
    .tvmultibanner-content h6 {
        margin-bottom: 10px;
    }
    .tvbanner-hover-wrapper:after {
        display: none;
    }
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
    .center.tvmultibanner-content {
     /*   top: 10px;
        left: 15px;
        right: 15px;
        bottom: 10px;*/
    }
}
@media(max-width: 768px) {
    .tvmultibanner1-wrapper, 
    .tvmultibanner2-wrapper {
        margin-bottom: 15px;
    }
    .center.tvmultibanner-content {
       /* top: 10px;
        left: 25px;
        right: 25px;
        bottom: 10px;*/
    }
    .center.tvmultibanner-content {
        padding: 30px 0;
    }
    .tvmultibanner-content .tvmultibanner-btn {
        padding: 10px 0;
    }
}
@media(max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        margin-bottom: 15px;
    }
    .tvmultibanner3-wrapper .tvbanner-hover-wrapper {
        margin-bottom: 0;
    }
    .tvcmsmultibanners .tvmultibanner-1, 
    .tvcmsmultibanners .tvmultibanner-2, 
    .tvcmsmultibanners .tvmultibanner-3 {
        width: 100%;
    }
    .center.tvmultibanner-content {
        top: 30px;
        left: 45px;
        right: 45px;
        bottom: 30px;
        padding: 105px 0;
    }
}
@media(max-width: 500px) {
    .center.tvmultibanner-content {
        padding: 30px 0;
    }
}
@media(max-width: 375px)  {
    .center.tvmultibanner-content {
        padding: 25px 0;
    }
}