/**
* 2007-2025 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-2025 PrestaShop SA
*  @version  Release: $Revision$
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/**************** Start Nivo Slider Css  ****************************************/
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 8;
    opacity: 1;
    display: none;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-caption p {
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: none;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}


/********************************* tvcmsslider *************************/
.tvcmsmain-slider-wrapper {
    position: relative;
}
/*.tvmain-slider-contant {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  max-width: 60%;
}
.tvmain-slider-contant.tvmain-slider-contant-left {
  left: 8%;
  text-align: left;
  right: auto;
  top: 0;
}
.tvmain-slider-contant.tvmain-slider-contant-right {
  right: 8%;
  text-align: right;
  left: auto;
  top: 0;
}
.tvmain-slider-contant.tvmain-slider-contant-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  top: 0;
  width: 60%;
    margin-left: -30%;
}*/
.tvmain-slider-contant.tvmain-slider-contant-none {
    display: none;
}
.tvmain-slider-contant .tvmain-slider-title {
    font-size: 35px;
    margin-bottom: 15px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.tvmain-slider-contant .tvmain-slider-info h2 {
    font-size: 35px;
    margin-bottom: 15px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.tvmain-slider-contant .tvmain-slider-info p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #222222;
}

.tvmain-slider-contant .tvmain-slider-button {
    border: 1px solid #222222;
    background-color: transparent;
    padding: 6px 25px;
    border-radius: 20px;
    font-size: 14px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.tvmain-slider-next-pre-btn {
    display: none;
}
.tvcmsmain-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    left: 30px;
    background-color: transparent;
    height: 30px;
    width: 30px;
}
.tvcmsmain-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    right: 30px;
    background-color: transparent;
    height: 30px;
    width: 30px;
}
.tvmain-slider-next-pre-btn .tvcmsmain-next i,
.tvmain-slider-next-pre-btn .tvcmsmain-prev i {
    line-height: 36px;
    height: 36px;
    text-align: center;
    width: 30px;
}
.nivo-directionNav {
    display: none;
}
.tv-main-slider {
    position: relative;
}
.nivo-controlNav {
    display: block !important;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
.nivo-controlNav .nivo-control {
    font-size: 0;
    border-radius: 20px;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
    position: relative;
}
.nivo-controlNav .nivo-control:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 20px;
}
.nivo-controlNav .nivo-control.active {
    border: 1px solid #ffffff;
}
.nivo-controlNav .nivo-control.active:before {
    left: 4px;
    top: 4px;
    height: 6px;
    width: 6px;
}

/**************** End Nivo Slider Css  ****************************************/

#tvmain-slider .tvmain-slider-contant {
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
}
#tvmain-slider .tvmain-slider-contant-left.show {
    opacity: 1;
    visibility: visible;
}
#tvmain-slider .tvmain-slider-contant-right {
    opacity: 0;
    visibility: hidden;
}
#tvmain-slider .tvmain-slider-contant-right.show {
    opacity: 1;
    visibility: visible;
}
#tvmain-slider .tvmain-slider-contant-center {
    opacity: 0;
    visibility: hidden;
}
#tvmain-slider .tvmain-slider-contant-center.show {
    opacity: 1;
    visibility: visible;
}
#tvmain-slider .tvmain-slider-contant .tvmain-slider-btn:hover {
    cursor: pointer;
}

.nivo-controlNav {
    display: none !important;
}

#tvmain-slider .owl-dots {
    display: none;
}
#tvmain-slider.loading a {
    display: none;
}
#tvmain-slider.loading a:first-of-type {
    display: block;
}
/**********/
#tvmain-slider.owl-carousel {
    display: block;
    /*height: 427px;*/
    overflow: hidden;
}
#tvmain-slider .owl-item img,
img.tvmain-slider-img {
    height: auto;
}
#tvmain-slider .owl-item img,
#tvmain-slider .owl-item .tvmain-slider-content-inner {
    display: block !important;
}
#tvmain-slider .owl-item .tvmain-slider-content-inner.tvmain-slider-contant-none {
    display: none !important;
}
button.tvslider-video-play i.material-icons,
button.tvslider-video-mute i.material-icons,
button.tvslider-video-link i.material-icons {
    color: #fff;
    font-size: 35px;
    margin: 0 5px;
}
button.tvslider-video-link i.material-icons {
    font-size: 30px;
    line-height: 26px;
}
button.tvslider-video-play,
button.tvslider-video-mute,
button.tvslider-video-link {
    position: absolute;
    bottom: 31%;
    right: 70px;
    background-color: #0000;
    border: none;
    z-index: 90;
}
button.tvslider-video-mute {
    right: 20px;
}
button.tvslider-video-link {
    right: 120px;
}
.tvslider-video {
    position: relative;
    /*-webkit-transform: translateY(-13%);*/
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
}
/*@media (max-width: 1440px) {
    #tvmain-slider.owl-carousel {
        height: 347px;
    }
}
@media (max-width: 1340px) {
    #tvmain-slider.owl-carousel {
        height: 320px;
    }
}*/
@media (max-width: 991px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 14px;
    }
    .nivo-controlNav {
        padding: 10px 0;
    }
    /*#tvmain-slider.owl-carousel {
        height: 398px;
    }*/
}
/*@media (max-width: 850px) {
    #tvmain-slider.owl-carousel {
        height: 338px;
    }
}
@media (max-width: 768px) {
    #tvmain-slider.owl-carousel {
        height: 302px;
    }
}
@media (max-width: 650px) {
    #tvmain-slider.owl-carousel {
        height: 254px;
    }
}*/
@media (max-width: 575px) {
    /*#tvmain-slider.owl-carousel {
        height: 222px;
    }*/
    .tvmain-slider-contant .tvmain-slider-title {
        font-size: 16px;
        margin-bottom: 5px
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 16px;
        margin-bottom: 5px
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tvmain-slider-contant .tvmain-slider-button {
        padding: 2px 15px;
        font-size: 12px;
    }
}
/*@media (max-width: 480px) {
    #tvmain-slider.owl-carousel {
        height: 182px;
    }
}
@media (max-width: 380px) {
    #tvmain-slider.owl-carousel {
        height: 138px;
    }
}*/

@media(max-width: 360px) and (min-width: 320px) {

    .tvmain-slider-contant .tvmain-slider-button {
        padding: 0px 15px;
    }

    .tvmain-slider-contant {
        max-width: 100%;
        width: auto;
    }

    .tvmain-slider-contant.tvmain-slider-contant-center {
        max-width: 100%;
        width: auto;
        left: 0;
        right: 0;
        margin-left: 0;
    }

    .tvmain-slider-contant.tvmain-slider-contant-left {
        left: 3%;
    }

    .tvmain-slider-contant.tvmain-slider-contant-right {
        right: 3%;
    }

    .nivo-caption {
        top: 40%;
        -webkit-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        transform: translateY(-40%);
    }

}

.tvslider-video-play,
.tvslider-video-mute,
.tvslider-video-link {
    display: none;
}

#tvmain-slider .owl-item.active .tvslider-video-play,
#tvmain-slider .owl-item.active .tvslider-video-mute,
#tvmain-slider .owl-item.active .tvslider-video-link {
    display: block;
}

.owl-item.active .tv-video,
.owl-item.active .tvimage,
#tvmain-slider .owl-item.active .tvslider-list:first-child {
    display: block;
}

.tvcms-hide-owl .owl-item .tv-video,
.tvcms-hide-owl .owl-item .tvimage,
.tvcms-hide-owl#tvmain-slider .tvslider-list {
    display: none;
}


.tvmain-slider-contant .tvmain-slider-info{
    font-size: 12px;
    color: #666;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .3px;
    margin-bottom: 10px;
    line-height: 2.1;
}

.tvmain-slider-content-inner:after {
    bottom: -6px;
}

/* Slider catalogue professionnel Arboremedia */
.arb-pro-slider-wrapper .tvcmsmain-slider-wrapper {
    padding: 0;
}
.arb-pro-slider-wrapper .tvcms-main-slider,
.arb-pro-slider-wrapper .tv-main-slider,
.arb-pro-slider-wrapper #tvmain-slider {
    border-radius: 16px;
    overflow: hidden;
}
.arb-pro-slider-wrapper #tvmain-slider {
    aspect-ratio: 1014 / 429;
    min-height: 360px;
    box-shadow: 0 18px 48px rgba(8, 24, 43, .16);
}
.arb-pro-slide {
    position: relative;
    min-height: 429px;
    overflow: hidden;
    color: #fff;
    background: #0c2035;
}
.arb-pro-slide__background,
#tvmain-slider .owl-item img.arb-pro-slide__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.arb-pro-slide__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 20, 36, .18) 0%, rgba(6, 20, 36, .08) 53%, rgba(6, 20, 36, .18) 100%);
}
.arb-pro-slide__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr);
    align-items: center;
    gap: clamp(20px, 4vw, 58px);
    min-height: 429px;
    padding: 42px clamp(34px, 5.5vw, 76px);
}
.arb-pro-slide__copy {
    max-width: 590px;
}
.arb-pro-slide__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #ffcf4a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.arb-pro-slide__eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #e3063b;
}
.arb-pro-slide__copy h2 {
    max-width: 570px;
    margin: 0 0 15px;
    color: #fff;
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -.8px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .16);
}
.arb-pro-slide__description,
.arb-pro-slide__description p {
    max-width: 550px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    line-height: 1.55;
}
.arb-pro-slide__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}
.arb-pro-slide__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 45px;
    padding: 0 22px;
    border-radius: 8px;
    color: #fff !important;
    background: #d90244;
    box-shadow: 0 9px 24px rgba(217, 2, 68, .28);
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.arb-pro-slide__button:hover,
.arb-pro-slide__button:focus {
    color: #fff !important;
    background: #b90039;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(217, 2, 68, .36);
}
.arb-pro-slide__button .material-icons {
    font-size: 18px;
}
.arb-pro-slide__availability {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 600;
}
.arb-pro-slide__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #49d17d;
    box-shadow: 0 0 0 4px rgba(73, 209, 125, .15);
}
.arb-pro-slide__product {
    display: grid;
    grid-template-rows: minmax(160px, 1fr) auto;
    min-width: 0;
    max-width: 330px;
    min-height: 335px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .54);
    border-radius: 14px;
    color: #142437 !important;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 52px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
    transition: transform .25s ease, box-shadow .25s ease;
}
.arb-pro-slide__product:hover,
.arb-pro-slide__product:focus {
    color: #142437 !important;
    transform: translateY(-4px);
    box-shadow: 0 28px 58px rgba(0, 0, 0, .3);
}
.arb-pro-slide__product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 18px 24px 8px;
    background: #fff;
}
#tvmain-slider .owl-item img.arb-pro-slide__product-image {
    width: 100%;
    max-width: 230px;
    height: 190px;
    object-fit: contain;
}
.arb-pro-slide__product-info {
    display: flex;
    flex-direction: column;
    padding: 14px 19px 17px;
    border-top: 1px solid #edf0f4;
}
.arb-pro-slide__product-name {
    min-height: 38px;
    color: #203044;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.42;
}
.arb-pro-slide__price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.arb-pro-slide__price-row strong {
    color: #d90244;
    font-size: 22px;
    line-height: 1;
}
.arb-pro-slide__price-row del {
    color: #8792a1;
    font-size: 12px;
}
.arb-pro-slide__discount {
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    background: #d90244;
    font-size: 10px;
    font-weight: 700;
}
.arb-pro-slide__product-info small {
    margin-top: 7px;
    color: #7a8797;
    font-size: 10px;
}
.arb-pro-slider-wrapper #tvmain-slider .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 14px;
    left: clamp(34px, 5.5vw, 76px);
    display: flex;
    gap: 7px;
}
.arb-pro-slider-wrapper #tvmain-slider .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .46);
    transition: width .25s ease, background-color .25s ease;
}
.arb-pro-slider-wrapper #tvmain-slider .owl-dot.active span {
    width: 27px;
    background: #fff;
}

@media (max-width: 991px) {
    .arb-pro-slider-wrapper #tvmain-slider,
    .arb-pro-slide,
    .arb-pro-slide__content {
        min-height: 390px;
    }
    .arb-pro-slide__content {
        grid-template-columns: minmax(0, 1fr) 250px;
        padding: 32px;
    }
    .arb-pro-slide__copy h2 {
        font-size: 31px;
    }
    .arb-pro-slide__product {
        min-height: 300px;
    }
    #tvmain-slider .owl-item img.arb-pro-slide__product-image {
        height: 155px;
    }
}

@media (max-width: 767px) {
    .arb-pro-slider-wrapper #tvmain-slider {
        aspect-ratio: auto;
        min-height: 520px;
        border-radius: 12px;
    }
    .arb-pro-slide,
    .arb-pro-slide__content {
        min-height: 520px;
    }
    .arb-pro-slide__content {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 20px;
        padding: 30px 24px 42px;
    }
    .arb-pro-slide__background {
        object-position: 40% center;
    }
    .arb-pro-slide__copy h2 {
        font-size: 28px;
    }
    .arb-pro-slide__description,
    .arb-pro-slide__description p {
        font-size: 14px;
    }
    .arb-pro-slide__actions {
        margin-top: 18px;
    }
    .arb-pro-slide__product {
        grid-template-columns: 120px minmax(0, 1fr);
        grid-template-rows: auto;
        max-width: 100%;
        min-height: 138px;
        margin: 0;
    }
    .arb-pro-slide__product-image-wrap {
        min-height: 138px;
        padding: 12px;
    }
    #tvmain-slider .owl-item img.arb-pro-slide__product-image {
        height: 112px;
    }
    .arb-pro-slide__product-info {
        justify-content: center;
        border-top: 0;
        border-left: 1px solid #edf0f4;
    }
    .arb-pro-slide__product-name {
        min-height: auto;
    }
    .arb-pro-slider-wrapper #tvmain-slider .owl-dots {
        bottom: 16px;
        left: 24px;
    }
}

@media (max-width: 420px) {
    .arb-pro-slider-wrapper #tvmain-slider,
    .arb-pro-slide,
    .arb-pro-slide__content {
        min-height: 560px;
    }
    .arb-pro-slide__content {
        padding-inline: 18px;
    }
    .arb-pro-slide__eyebrow {
        font-size: 10px;
    }
    .arb-pro-slide__copy h2 {
        font-size: 25px;
    }
    .arb-pro-slide__availability {
        display: none;
    }
    .arb-pro-slide__product {
        grid-template-columns: 105px minmax(0, 1fr);
    }
    .arb-pro-slide__price-row strong {
        font-size: 18px;
    }
}
