/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


.testcustomcssenfant {
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* add background colors in variouse boxes  - start */

.product-info-row {
    background: #fff;
    margin: 0;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border: 1px solid #f0f0f0
}

#left-column {
    padding-right: 0;
}

body#checkout section.checkout-step,
.cart-grid-right .cart-summary {
    background: #fff
}

.cart-items {
    background: #fff;
    border: 1px solid #f0f0f0
}

.cart-item {
    padding: 1rem
}

.products-selection {
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #f0f0f0
}

.product-tabs .nav-link {
    padding: 1rem;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.product-tabs .nav-link.active {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.product-tabs .nav-tabs {
    margin: 0;
}

.product-tabs .tab-content {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    border-top: none;
}

.h6 {
    font-size: 1.2rem;
    color: #d40000
}


/*
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container 

 {
    height: auto!important;
}
*/


/*
.slick-products-carousel .product-carousel {
    height: 410px!important;
}
*/


/* add background colors in variouse boxes  - end */


/* declinaisonn grande taille */

.product-variants .color,
.product-variants .input-color {
    width: 10rem;
    height: 10rem;
    line-height: 2rem;
}


/* ========================= Début code Product description Farah ========================*/


/* class du body */

.fd-body {
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1518px;
    margin: auto;
}


/* class de tous les h2 */

.fd-title2 {
    margin: 0 0 7px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
}


/* class de tous les p */

.fd-text {
    margin: 0 0 11px 0;
    font-size: 14px;
}


/* === Séparateurs de contenu === */

.fd-bloc-divider {
    border-bottom: 1px solid #d40000;
    width: 100%;
    margin: 30px auto;
}

.fd-title-divider {
    border-bottom: 3px solid #d40000;
    width: 30px;
    margin-bottom: 14.4px;
}

.fd-title-card-divider {
    border-bottom: 2px solid #d40000;
    width: 100%;
}


/* === Bloc de déscription du produit === */

.fd-template-product-infos {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 auto 40px auto;
}

.fd-product-infos {
    width: 100%;
    padding: 20px 0px;
}

.fd-box-content {
    padding: 10px 20px;
    border: 1px dashed #afafaf;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 21%);
    height: auto;
    width: 30%;
    margin: 0 20px;
}

.fd-box-content .fd-ul {
    padding: 8.4px 8.4px 8.4px 28px;
    margin: 0;
    list-style-type: square;
}

.fd-box-content .fd-li {
    font-size: 14px;
}

.fd-template-product-alert {
    width: 85%;
    margin: 0 auto 40px auto;
    padding: 20px;
}

.fd-alert-title {
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: bold;
}


/* === Bloc de vidéos de présentation === */

.fd-template-product-videos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}

.fd-videos {
    width: 48%;
    margin: 15px 0;
}

.fd-videos iframe {
    /* liens videos remplacés par des images pour l'instant */
    width: 100%;
}


/* === Bloc de Cards === */

.fd-template-product-bonusInfos {
    width: 100%;
    margin: 0 auto 40px auto;
}

.fd-flex-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.fd-card {
    flex: calc(100% / 5);
    /* affichage de 4 cards max par ligne + 1 pour leur margin */
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #d1d1d1;
    margin: 20px 10px;
}

.fd-card .fd-title3 {
    font-size: 15px;
    margin: 10px 0;
    text-align: center;
}

.fd-card .fd-image {
    width: 100%;
}

.fd-card-infos {
    font-size: 12px;
    padding: 10px 10px 20px 10px;
}


/* changement de la taille de certains éléments lorsque les dimensions de la page sont inférieures à 992px */

@media screen and (max-width: 992px) {
    /* Bloc de déscription du produit */
    .fd-template-product-infos {
        flex-direction: column;
        width: 100%;
    }
    .fd-box-content {
        width: 80%;
        padding: 10px 30px;
    }
    /* Bloc de vidéos de présentation */
    .fd-videos {
        width: 95%;
    }
    /* Bloc de Cards */
    .fd-card {
        flex: 100%;
        margin: 20px 0;
    }
}


/* ========================= Fin code Product Description Farah ========================*/


/* ========================= Début code Hompage Farah ========================*/

.fd-bigTitle {
    text-align: center;
    font-size: 2rem;
    color: #1d1d1d;
    text-transform: capitalize;
    margin: 0 auto 20px auto;
    font-weight: 700;
}

/*
// Style Banniere 

.fd-slider {
    height: 530px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.fd-slider__nav {
    width: 12px;
    height: 12px;
    margin: 0 12px 10px 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #1d1d1d;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fd-slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.fd-slider__nav:checked:nth-of-type(1)~.fd-slider__inner {
    left: 0%;
}

.fd-slider__nav:checked:nth-of-type(2)~.fd-slider__inner {
    left: -100%;
}

.fd-slider__nav:checked:nth-of-type(3)~.fd-slider__inner {
    left: -200%;
}

.fd-slider__nav:checked:nth-of-type(4)~.fd-slider__inner {
    left: -300%;
}

.fd-slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.fd-slider__contents {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fd-slide1 {
    background-image: url('/img/cms/design/home/banniere_boutique_a_paris.png');
}

.fd-slide2 {
    background-image: url('/img/cms/design/home/banner_desktop_sur-mesure_50.jpg');
}

.fd-slide3 {
    background-image: url('/img/cms/design/home/banniere_securvision_2.png');
}

.fd-slide4 {
    background-image: url('/img/cms/design/home/banniere_securvision_2.png');
}

.fd-bannerLink {
    height: 80%;
    width: 100%;
}

@-webkit-keyframes check {
    50% {
        outline-color: #d40000;
        box-shadow: 0 0 0 6px #333, 0 0 0 12px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #d40000;
        box-shadow: 0 0 0 0 #d40000, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #d40000;
        box-shadow: 0 0 0 6px #333, 0 0 0 12px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #d40000;
        box-shadow: 0 0 0 0 #d40000, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}
*/

/* Style Réassurances */

.fd-servicesHome {
    display: flex;
    justify-content: space-evenly;
    background: #eee;
    padding: 5px 0;
    margin: 0 auto 30px auto;
    color: #000;
}

.fd-services-item {
    display: flex;
    align-items: center;
    width: calc(100% / 4.1);
}

.fd-services-item img {
    width: 25%;
    margin-right: 5px;
}

.fd-servicesTitle {
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.fd-servicesInfos {
    font-size: 0.9rem;
    margin: 0;
}


/* Style Catégorioes */
/*
.fd-categsHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.fd-categ-item {
    width: calc((100%/4) - 27px);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    position: relative;
}

.fd-categ-item:hover {
    opacity: 95%;
}

.fd-categTitle {
    position: absolute;
    bottom: 5%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    left: 52%;
}

.fd-camera-title {
    margin-left: -124px;
}

.fd-micro-title {
    margin-left: -110px;
}

.fd-traceur-title {
    margin-left: -106px;
}

.fd-detecteur-title {
    margin-left: -90px;
}

*/

/* Catégories homepage Nadim*/
.fd-categsHome {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 1.5rem 0;
}
.fd-categ-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color .18s, transform .18s;
}
.fd-categ-item a:hover {
  border-color: #e8000d;
  transform: translateY(-2px);
}
.fd-categ-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #e8000d;
}
.fd-categTitle {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .fd-categsHome {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Style Bannière MadeInFrance */

.fd-madeInHome {
  display: block;
  margin: 0 auto 60px auto;
  text-align: center;
}
 
.fd-madeInHome-img {
  width: 100%;
  height: auto;
  max-width: 1250px;
  display: block;
  margin: 0 auto;
}
 
/* Avis Google */
.avis-container {
  max-width: 100%;
  margin: 0 auto 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.avis-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.avis-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avis-logo img {
  height: 32px;
}
.avis-label {
  font-size: 1.25em;
}
.avis-note {
  font-size: 1.5em;
  font-weight: bold;
}
.avis-stars {
  color: #fbc02d;
  font-size: 1.4em;
  letter-spacing: 2px;
}
.avis-count {
  color: #0b57d0;
  font-size: .98em;
}
.avis-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.avis-card {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 1px 6px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.avis-card img,
.avis-card__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}
.avis-card__avatar {
  background: #cfd8dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #555;
}
.avis-card__nom {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 1.09em;
}
.avis-card__stars {
  color: #fbc02d;
  margin-bottom: 4px;
}
.avis-card__date {
  font-size: .93em;
  color: #888;
  margin-bottom: 9px;
}
.avis-card__texte {
  font-size: 1em;
  color: #333;
}
@media (max-width: 900px) {
  .avis-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .avis-list { grid-template-columns: 1fr; }
}

/* Style Avis Vérifiés */

.fd-avisVerifies {
    text-align: center;
    display: flex;
    width: 100%;
    margin: 0 auto 30px auto;
}

.fd-titleImg {
    margin-right: 20px;
}

.fd-avisSlider {
    width: 100%;
}

.fd-avisSlider__nav {
    display: none;
}

.fd-avisSlider__inner {
    display: flex;
    height: 100%;
    text-align: left;
}

.fd-avisSlider__contents {
    width: calc(100% / 3.2);
    margin: 15px;
    padding: 10px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 150px;
    position: relative;
}

.fd-topAvis {
    display: flex;
    justify-content: space-between;
}

.fd-rating {
    display: flex;
    width: 7%;
    height: 100%;
}

.fd-avisDate {
    margin: 0;
    color: #818181;
    font-size: 0.9rem;
}

.fd-avis {
    margin: 7px 0 0 0;
    font-size: 1rem;
    color: #818181;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.fd-avisAuthor {
    position: absolute;
    bottom: 15px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #666;
}


/* Style Contact */

.fd-contactUs {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px auto;
}

.fd-Column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    margin: 10px;
    padding: 15px 0 0 0;
    background-color: #fff;
    width: calc(100% / 3);
    min-height: 220px;
    color: #444;
}

.fd-firstColumn {
    margin-left: 0;
}

.fd-lastColumn {
    margin-right: 0;
}

.fd-lastColumn img, fd-guideImg {
    width: 100%;
}

.fd-columnTitle {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}

.fd-columnSubTitle {
    font-size: 1rem;
    font-weight: 500;
    margin: 10PX 0 10PX 20px;
}

.fd-newsletter {
    margin: 0 20px 20px 20px;
    width: auto;
}

.fd-newsletterBtn {
    font-size: 1.3rem;
    padding: 0.4rem 2rem;
}

.fd-newsletterInput {
    padding: 0.4rem 0.8rem;
}

.fd-icons {
    font-size: 1.8rem;
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.fd-icon {
    text-align: center;
    color: #fff;
    border-radius: 8px!important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fd-icon:hover {
    opacity: 80%;
}

.fd-fb {
    background: #3b5998;
}

.fd-insta {
    background: #833AB4;
}

.fd-ytb {
    background: #dd0000;
}

.fd-pinterest {
    background: #dd0000;
}

.fd-twitter {
    background: #1DA1F2;
}


/* Style Boutique */

.fd-boutique {
    display: flex;
    margin: 0 auto 30px auto;
    background-color: #fff;
}

.fd-boutiqueImg {
    width: 45%;
    max-height: 345px;
}

.fd-boutiqueInfos {
    padding: 15px;
    width: 55%;
}

.fd-titleColumn {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.fd-descripBoutique {
    font-size: 1.1rem;
}

.fd-boutiqueAccordion-title {
    font-size: 1rem;
    margin: 0;
}


/* Style Seo Footer */

.fd-seoFooter {
    padding: 50px 0 0 0;
    font-size: 11px;
    color: #797979;
}

.fd-seoCategInfos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fd-seoCategItem {
    width: calc(100% / 3.1);
    text-align: justify;
    margin-bottom: 10px;
}

.fd-seoTitle {
    font-size: 12px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fd-seoText {
    text-align: justify;
}

.fd-seoText a {
    color: #797979!important;
}

.fd-seoSeparator {
    border-bottom: 1px solid #797979;
    width: 50%;
    margin: 30px auto;
}


/* ---- Appareils max-width : 1060px ----*/
/*
@media screen and (max-width: 1060px) {
    // style slider 
    .fd-slider {
        height: 480px;
    }
    // Style Catégories
    .fd-categTitle {
        font-size: 1.5rem;
    }
    .fd-camera-title {
        margin-left: -93px;
    }
    .fd-micro-title {
        margin-left: -80px;
    }
    .fd-traceur-title {
        margin-left: -79px;
    }
    .fd-detecteur-title {
        margin-left: -64px;
    }
    // Style bannière made in france 
    .fd-madeInHome {
        height: 220px;
    }
    // Style Avis Vérifiés
    .fd-avis {
        font-size: 0.8rem;
    }
}
*/

/* ---- Appareils max-width : 836px ----*/

@media screen and (max-width: 836px) {
    /*
    // style slider 
    .fd-slider {
        height: 380px;
    }
    // Style Catégories 
    .fd-categTitle {
        font-size: 1.2rem;
    }
    .fd-camera-title {
        margin-left: -74px;
    }
    .fd-micro-title {
        margin-left: -63px;
    }
    .fd-traceur-title {
        margin-left: -64px;
    }
    .fd-detecteur-title {
        margin-left: -54px;
    }
    // Style bannière made in france 
    .fd-madeInHome {
        height: 175px;
    }

    */
    /* Style Avis Vérifiés */
    .fd-avisVerifies {
        flex-direction: column;
    }
    .fd-titleImg {
        width: 50%;
        margin: 0 auto 20px auto;
    }
    .fd-avisSlider {
        height: 180px;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fd-avisSlider__nav {
        display: block;
        width: 12px;
        height: 12px;
        margin: 2rem 12px;
        border-radius: 50%;
        z-index: 10;
        outline: 6px solid #a0a0a0;
        outline-offset: -6px;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .fd-avisSlider__nav:checked {
        -webkit-animation: check 0.4s linear forwards;
        animation: check 0.4s linear forwards;
    }
    .fd-avisSlider__nav:checked:nth-of-type(1)~.fd-avisSlider__inner {
        left: 0%;
    }
    .fd-avisSlider__nav:checked:nth-of-type(2)~.fd-avisSlider__inner {
        left: -100%;
    }
    .fd-avisSlider__nav:checked:nth-of-type(3)~.fd-avisSlider__inner {
        left: -200%;
    }
    .fd-avisSlider__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        -webkit-transition: left 0.4s;
        transition: left 0.4s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    .fd-avisSlider__contents {
        width: 100%;
        box-shadow: none;
        margin: 0;
        height: 100%;
    }
    .fd-avis {
        font-size: 1.3rem;
    }
    .fd-avisDate {
        font-size: 1.2rem;
    }
    @-webkit-keyframes check {
        50% {
            outline-color: #333;
            box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
        }
        100% {
            outline-color: #333;
            box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
        }
    }
    @keyframes check {
        50% {
            outline-color: #333;
            box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
        }
        100% {
            outline-color: #333;
            box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
        }
    }
    /* Style Contact */
    .fd-contactUs {
        flex-direction: column;
    }
    .fd-Column {
        width: 100%;
        margin: 10px 0;
    }
    /* Style Boutique */
    .fd-boutique {
        flex-direction: column;
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    }
    .fd-boutiqueImg {
        width: 100%;
    }
    .fd-boutiqueInfos {
        width: 100%;
    }
}


/* ---- Appareils max-width : 540px ----*/

@media screen and (max-width: 540px) {
    .fd-bigTitle {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    /* Style Banniere */
    .fd-slider {
        height: 318px;
        margin-bottom: 40px;
    }
    .fd-slide1 {
        background-image: url('/img/cms/design/home/banniere_boutique_a_paris_mobile.png');
    }
    .fd-slide2 {
        background-image: url('/img/cms/design/home/banner_mobile_sur-mesure_50.jpg');
    }
    .fd-slide3 {
        background-image: url('/img/cms/design/home/banniere_securvision_mobile.png');
    }
    .fd-slide4 {
        background-image: url('/img/cms/design/home/banniere_securvision_mobile.png');
    }

    /* Style Réassurances */
    .fd-servicesHome {
        display: none;
    }
   

    /* Style Seo Footer */
    .fd-seoFooter {
        display: none;
    }
}


/* ========================= Fin code Hompage Farah ========================*/


/* ========================= Début Style Mobile Footer Farah ========================== */

@media (max-width: 767px) {
    #footer .block-title {
        color: #a7a6ab!important;
        font-size: 20px;
        font-weight: 400;
        text-transform: none;
        padding: 0 30px;
        margin-bottom: 0.2rem;
        font-family: 'Roboto', sans-serif;
        height: 50px;
    }
    #footer .block-toggle._toggled>.block-content {
        font-size: 1.2rem;
    }
    #footer .block {
        padding-bottom: 0;
        background: #1d1d1d;
        margin-bottom: 2px;
        border-radius: 3px;
    }
    #footer {
        padding: 0 20px;
    }
    .block-content ul {
        padding: 10px 30px;
    }
}


/* ========================= Fin Style Mobile Footer Farah ========================== */


/* ========================= Début Style Product Page Farah ========================== */


/* Reference du produit */

.product-reference span {
    font-weight: 700;
}


/* Reassurances Page Produit */

.fd-productPage-reassurances {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 1rem 0 1rem;
}

.fd-productPage-reassurances div {
    width: calc((100% /4) - 1rem);
    text-align: center;
}

.fd-productPage-reassurances img {
    text-align: center;
    margin-bottom: 10px;
}

.fd-productPage-reassurances p {
    line-height: 15px;
}

@media screen and (max-width: 576px) {
    .fd-productPage-reassurances {
        margin: 0;
        margin-bottom: 4rem;
    }
    .fd-productPage-reassurances img {
        margin-bottom: 4px;
    }
}

.fd-productPage-reassurances p {
    width: 100%;
    word-break: break-word;
    text-align: center;
    font-size: 0.9rem;
    line-height: 12px;
}


/* Les plus produit container */
.fd-productPage-plusProduit p {
    margin-bottom: 20px;
}

.fd-productPage-plusProduit ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.fd-productPage-plusProduit li {
    padding-left: 1.3em;
}

.fd-productPage-plusProduit li:before {
    content: "\2b";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #d40000;
    -webkit-text-stroke: 1.5px #d40000;
}

.fd-productPage-plusProduit li {
    margin: 2px 0;
    color: #555;
}

.fd-productPage-plusProduit li::marker {
    color: #d40000;
}


/* Raccourcis Module Faq */

.lgconsultas_extraright {
    padding: 0;
}

.lgconsultas_extraright span {
    font-weight: 400!important;
    font-size: 1rem;
}

.lgconsultas_extraright i {
    color: #363636;
    font-size: 1.1rem;
    padding: 0;
    width: unset;
    margin-right: 0.1rem;
}

.lgconsultas_extraright i:hover {
    color: #d40000;
}


/* Texte "TTC" en dessous du prix du produit */

.text-muted {
    display: none;
}


/* tags du produit */

.iqitproducttags {
    margin-bottom: 1rem;
}

.iqitproducttags li {
    padding: 0.1rem 0.5rem;
    margin-bottom: 5px;
    background: #ddd;
}

.iqitproducttags a {
    color: #1d1d1d!important;
}


/* Boutique à Paris */

.iqit-accordion .title {
    background: #d6dbdf;
    padding: 0.5rem 0.8rem;
}


/* module date d'expédition */

.shippingdate-message {
    margin-top: 0.6rem;
}

#shippingdate-message-top {
    display: none;
}


/* module avis vérifiés */

.fd-productPage-priceInfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.fd-productPage-priceInfo-column {
    width: 60%;
}

.fd-productPage-priceDetails {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.fd-productPage-priceDetails .product-discount {
    margin-right: 5px;
    font-size: 1.2rem;
}

.fd-productPage-priceInfo .netreviews_review_rate_and_stars {
    width: 100%!important;
}

.fd-productPage-price {
    width: 40%;
}

.fd-productPage-price div {
    width: unset!important;
}

.fd-productPage-priceInfo .netreviews_stars_light {
    margin-top: 0;
}

.netreviewsProductWidgetNewRate {
    display: none;
}

.netreviewsProductWidgetNewLogo {
    width: 38px;
    height: 38px;
}

.netreviewsProductWidgetNew .ProductWidgetNewRatingWrapper {
    margin-left: 38px;
}

.netreviewsProductWidgetNew {
    height: unset;
    margin-bottom: 1rem;
    padding: 0;
}

@media screen and (max-width: 576px) {
    .fd-productPage-priceInfo-column {
        width: 50%;
    }
    .fd-productPage-price {
        width: 50%;
    }
    .fd-productPage-priceInfo {
        margin-bottom: 1rem;
    }
}

.price-countdown {
    width: 100%;
    text-align: center;
}

.has-discount div .badge {
    color: #fff;
    background: #555;
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    display: block;
}

.has-discount div .badge-discount {
    width: 150px;
}

.fd-productPage-price .badge {
    display: none;
}

.col-md-6.col-product-info {
    padding: 0;
}


/* Bloc Livraison */

.fd-productPage-shippingSection {
    border-top: 1px solid hsla(0, 0%, 63%, .25);
    padding: 1rem 0;
}

.fd-shippingSection-title {
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-start;
}

#shippingOption {
    border: 1px solid #d40000;
    padding: 3px 7px;
    border-radius: 50%;
    font-size: 0.8rem;
    cursor: pointer;
    color: #d40000;
}

#shippingOption:hover {
    color: #000;
    border: 1px solid #000;
}

.fd-shippingSection-title span {
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 0.8rem;
    font-weight : 700;
    font-size: 1.2rem;
}

.fd-productPage-cb {
    display: flex;
}

.fd-productPage-paiement {
    font-size: 1rem;
    margin: 0;
    color: #2c2e2f;
}

@media screen and (max-width: 576px) {
    .product-info-row {
        background: none;
        padding: 0;
        border: none;
    }
    .col-product-image,
    .product_header_container,
    .fd-productPage-plusProduit,
    .product_p_price_container,
    .fd-productPage-shippingSection,
    .product-additional-info,
    .product-actions .card {
        background: #fff;
    }
    .col-product-image {
        padding: 2rem 27px 0 27px;
    }
    .product_header_container {
        padding: 0 27px 1rem 27px;
        margin-bottom: 1rem;
        border: none;
    }
    .fd-productPage-plusProduit {
        margin-bottom: 1rem;
        padding: 15px 12px;
    }
    .product_p_price_container {
        padding: 1.5rem 12px;
        border: none;
    }
    .fd-productPage-shippingSection {
        border-top: none;
        padding: 1.5rem 12px;
        margin-bottom: 1rem;
    }
    .product-additional-info {
        border: none;
        padding: 1.5rem 12px;
    }
    .iqitproducttags {
        margin: 0;
    }
    .fd-productPage-shippingSection h6 {
        border-bottom: 1px solid hsla(0, 0%, 63%, .45);
        padding-bottom: 7px;
        font-size: 1.4rem;
    }
    .product-actions .card {
        padding: 0 12px 1.5rem;
    }
}

#avisVerifies_desktop,
#faq_module_desktop {
    display: flex;
    width: calc((100% / 3));
}

.fd-productPage-avisVerfies img {
    width: 0;
    height: 100%
}

.fd-productPage-topInfos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fd_productReference_desktop {
    width: calc((100% / 3));
}

.product-reference label {
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
    .product-reference {
        width: 100%;
    }
}

.fd-productPage-shippingSection .product-available,
.fd-productPage-shippingSection .badge-warning,
.fd-productPage-shippingSection .badge-danger {
    background: none!important;
    color: inherit!important;
}

.fd-productPage-shippingSection .badge {
    text-align: left;
    padding: 0;
}

.fd-productPage-availabilityMsg {
    padding: 3px 8px;
    color: #fff;
    width: fit-content;
    margin-bottom: 1rem;
}

.fd-productPage-available {
    background: #67a675;
}

.fd-productPage-oneItemLeft {
    background: #ff9a52;
}

.fd-productPage-unavailable {
    background: #a17738;
}

.fd-productPage-shippingTag {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.fd-shippingTag-row {
    display: flex;
    align-items: center;
    white-space: pre-line;
    width: calc((100% / 4) - 0.4rem);
    margin-bottom: 0.5rem;
}

.fd-shippingTag-row img {
    margin-right: 2px;
}

.fd-shippingTag-row p {
    margin-bottom: 0;
    word-break: break-word;
    text-align: left;
    font-weight: 100;
    font-size: 0.8rem;
}

@media screen and (max-width: 576px) {
    .fd-productPage-availabilityMsg {
        padding: 3px 8px;
        width: 100%;
    }
    .fd-productPage-shippingTag {
        border-bottom: 1px solid hsla(0, 0%, 63%, .45);
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
    }
    .fd-shippingTag-row {
        width: calc((100% / 2) - 0.8rem);
    }
    .fd-shippingTag-row p {
        font-size: 0.9rem;
    }
}

#fd_modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 55%);
    left: 0;
    display: flex;
    z-index: 100;
}

.custom-box {
    text-align: center;
    padding: 3rem 1.5rem;
    width: 390px;
    white-space: break-spaces;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 0px 5px 0px #999898;
    border-radius: 5px;
    position: relative;
}

#modal-close {
    position: absolute;
    top: 0.8rem;
    right: 1.2rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.custom-box h5 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.custom-box h6 {
    font-size: 1.3rem;
    color: #212529;
    margin-bottom: 0;
}

.fd-deliveryPopup-item {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 20%);
    margin-bottom: 2rem;
}

.fd-deliveryPopup-row {
    padding: 0.5rem 0.9rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fd-deliveryColumn-infos {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.fd-deliveryColumn-infos img {
    margin-right: 0.5rem;
}

.custom-box p {
    margin-bottom: 0;
}

.fd-deliveryRow-delay {
    font-weight: 600;
    font-size: 0.9rem;
}

.fd-deliveryRow-moreInfos {
    font-size: 0.85rem;
    color: #606060;
    font-weight: 100;
    margin-left: 37px;
    cursor: pointer;
}

.fd-deliveryRow-moreInfos>i {
    width: 20px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .custom-box {
        width: 90%;
    }
}

.fd-deliveryPopup-content {
    border-top: 1px solid #aaa;
}

.fd-deliveryPopup-content p {
    padding: 0.9rem 49.6px;
    text-align: left;
    font-size: 0.9rem;
}


/* fixed bottom "Ajouter au panier" */

@media (max-width:576px) {
    .product-add-to-cart .col-add-qty {
        display: none;
    }
    .btn-iqitcompare-add {
        display: none;
    }
    .extra-small-gutters>.col,
    .extra-small-gutters>[class*=col-] {
        padding-right: 4%;
        padding-left: 4%;
    }
}


/* ========================= Fin Style Product Page Farah ========================== */


/* Category page title */

#content-wrapper .page-title span {
    text-transform: uppercase;
}


/* ========== Début popup conseil d'expert ========== */

#alertProductPage h3 {
    font-size: 1.7rem;
    margin-bottom: 0;
}

#alertProductPage h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

#alertProductPage h5 {
    font-size: 1.1rem;
}

.fd-productPage-popupContent {
    margin-bottom: 1.2rem;
}

#alertProductPage {
    background-color: #cce5ff;
    color: #004085;
    width: 85%;
    margin: 0 auto 40px auto;
    padding: 20px;
}

.fd-productPage-alertTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fd-productPage-alertTitle:hover {
    opacity: 0.8;
}

.fd-productPage-alertTitle i {
    font-size: 1.7rem;
    font-weight: 700;
}

#fd-alert-content {
    margin-top: 1.5rem;
}


/* ========== Fin popup conseil d'expert ========== */


/* =========================== Début Module Cookie =========================== */

.lgcookieslaw-banner {
    background: #fff;
}

#lgcookieslaw_banner {
    line-height: 12px;
    z-index: 1000000;
    width: 95%;
    margin: 0 2.5%;
}

#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    bottom: 8px;
}

.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
    justify-content: space-evenly;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
    width: 35%;
    min-height: 45px;
}

.lgcookieslaw-banner-message p {
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    #lgcookieslaw_banner.lgcookieslaw-banner-bottom {
        padding: 20px 5px;
    }
    .lgcookieslaw-button-container .lgcookieslaw-reject-button,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        width: 100%;
    }
}


/* =========================== Fin Module Cookie =========================== */


/* ========== Début popup newsletter =========== */


/* popup newsletter et countdown */

#iqithtmlandbanners-block-11 .block-title {
    display: none;
}

#iqithtmlandbanners-block-11 {
    display: none;
}

#fd_newsletter_modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 70%);
    left: 0;
    display: flex;
    z-index: 10001;
}


.fd-popup-box {
    background: #fff;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 60px;
    padding: 20px;
}

.fd-popup-promoText {
    font-size: 1.3rem;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}

.fd-popupNewsletter-content {
    margin-bottom: 25px;
}

#fd-newsletter-modal-close {
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    bottom: 6px;
    right: 30px;
}

.fd-newsletter-custom-box button {
    outline: none;
    border: none;
    background: #82654d;
    color: #fbfbfb;
    border-radius: 5px;
    padding: 7px;
    font-size: 1rem;
    width: 60%;
    text-transform: uppercase;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    cursor: pointer;
    margin-top: 20px;
}

.fd-newsletter-custom-box button:hover {
    background-color: #000;
    color: #937e5c;
}

.fd-countdownBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #28373E;
    color: #fff;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 1.3rem;
    position: relative;
}

.fd-countdownBanner a {
    color: #febd18!important;
    font-size: 1rem;
    text-decoration: underline;
}

.fd-countdownBanner-promoText {
    font-size: 1.2rem;
    margin: 0;
}

.fd-countdownBanner-item {
    display: flex;
    justify-content: space-between;
    width: 150px;
    font-weight: 500;
    margin: auto;
}

.fd-countdownBanner-item p {
    margin: 0;
}

.fd-countdown-item {
    width: 17%;
    text-align: center;
}

#hour,
#day,
#minute,
#second {
    font-size: 1.2rem;
    line-height: 20px;
}

.fd-countdown-item p {
    font-size: 0.8rem;
}

.fd-countdown-points {
    width: 5%;
    text-align: center;
    line-height: 18px;
}

@media screen and (max-width: 789px) {
    .fd-newsletter-custom-box {
        width: 95%;
        height: 285px;
    }
    .fd-popup-box {
        width: 90%;
        background: rgba(256, 256, 256, 0.7);
    }
    .fd-countdownBanner {
        flex-direction: column;
        padding: 15px 20px;
        justify-content: center;
        position: unset;
        align-items: center;
    }
    .fd-countdownBanner-promoText {
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .fd-countdownBanner-item {
        position: unset;
        right: auto;
    }
}

.elementor-column {
    min-height: 0;
}


/* ========== Fin popup newsletter =========== */

/* Ajax correction texte taille */

.poduct-item__content-item {
    width: unset!important;
}

/* Liens page sous catégories */
.fd-subCategory-tagTitle {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    
    .fd-subCategory-tagLinks {
        display: flex; 
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .fd-subCategory-tagLinks a {
        padding: 0.1rem 0.5rem;
        margin: 0 10px 5px 0;
        background: #ddd;
    }

    .fd-mainCategory-link {
        padding: 5px;
        border: 1px dashed #d40000;
    }

    @media screen and (max-width : 480px) {
        .fd-subCategory-tagBox {
        margin-top: 1rem;
        }
    }

/* Début popup promo et Newsletter iqitpopup  */

/* Style iqit popup */
    
    #iqitpopup .iqitpopup-close {
        height: unset;
        background: none;
        position: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 4px 3px;
    }
    
    #iqitpopup .iqit-close-popup {
        background: none;
        position: unset;
    }
    
    #iqitpopup .cross:before {
        color: #000;
        font-size: 20px;
    }
    
    #iqitpopup.showed-iqitpopup {
        border-radius: 10px;
    }
    
    #iqitpopup .iqitpopup-newsletter-form {
        border-radius: 0 0 10px 10px;
    }
    
    .fd-iqitPopup-promo,
    .fd-iqitPopup-newsletter {
        background: #fff;
        padding: 25px 20px;
        text-align: center;
    }
    
    .fd-iqitPopup-promo img {
        width: 200px;
        margin: -45% auto 30px;
    }
    
    .fd-iqitPopup-promo {
        display: flex;
        flex-direction: column;
    }
    
    .fd-iqitPopup-span {
        font-size: 26px;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 30px;
    }
    
    .fd-iqitPopup-promo p {
        font-size: 14px;
        color: #000;
        margin: 0 0 30px;
    }
    
    .fd-iqitPopup-promo button {
        width: 200px;
        height: 40px;
        outline: none;
        border: none;
        color: #fff;
        box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.35);
        cursor: pointer;
        border-radius: 8px;
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 16px;
        background: #dea447;
    }
    
    .fd-iqitPopup-promo button:hover {
        background: #7d494d;
    }
    
    .fd-iqitPopup-separator {
        width: 100%;
    }
    
    .fd-iqitPopup-newsletter p {
        font-size: 15px;
        color: #000;
        margin-top: 20px;
    }
    
    .fd-iqitPopup-newsletter span {
        font-size: 20px;
        font-weight: 700;
    }
    
    .fd-countdownBanner-item {
        display: flex;
        justify-content: space-between;
        width: 240px;
        font-weight: 500;
        margin: auto;
        padding: 7px 40px;
        box-shadow: 0 0 12px 0px rgb(0 0 0 / 25%);
        border-radius: 5px;
    }
    
    .fd-countdownBanner-item p {
        margin: 0;
    }
    
    .fd-countdown-item {
        width: 17%;
        text-align: center;
    }
    
    #hour,
    #day,
    #minute,
    #second {
        font-size: 1.2rem;
        line-height: 20px;
    }
    
    .fd-countdown-item p {
        font-size: 0.8rem;
    }
    
    .fd-countdown-points {
        width: 5%;
        text-align: center;
        line-height: 18px;
    }
    
    @media screen and (max-width: 789px) {
        .fd-countdownBanner-item {
            position: unset;
            right: auto;
        }
    }

/* Fin popup promo et Newsletter iqitpopup  */

/* Début bouton formulaire catégorie */

.fd-category-help {
        color: #fff;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 25px auto;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.4rem;
    }
    
    .fd-category-help:hover {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .fd-category-help img {
        margin-left: 10px;
    }
    
    .fd-category-camera {
        background: url('/img/cms/design/quelle_camera_choisir.png');
    }
    
    .fd-category-camera:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/img/cms/design/quelle_camera_choisir.png');
    }

.fd-category-traceur{
        background: url('/img/cms/design/quel_traceur_choisir.png');
    }
    
    .fd-category-traceur:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/img/cms/design/quel_traceur_choisir.png');
    }

.fd-category-micro {
        background: url('/img/cms/design/quel_micro_choisir.png');
    }
    
    .fd-category-micro:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/img/cms/design/quel_micro_choisir.png');
    }

/* Fin bouton formulaire catégorie */

/* Début bloc micro données blog */

.fd-microdata-blog {
    margin: 30px 0;
}

.fd-microdata-blog h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
}
.fd-microdata-blog h4 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.fd-microdata-blog div{
    margin-bottom: 20px;
    font-size: 1rem;
}

/* Fin bloc micro données blog */


/* Changement style avis */
.product-miniature .iqitreviews-simple {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.iqit-review-star {
    color: #FFA41C;
}

/* Changement affichage des prix avec exposant centimes et symbole € */
.a-price[data-a-size="xl"] .a-price-fraction,
.a-price[data-a-size="xl"] .a-price-symbol {
    font-size: 13px !important;
    position: relative;
    top: -0.75em;
}
.a-price[data-a-size="xl"] .a-price-whole {
    font-size: 2rem;
    font-weight: bold;
}


/* prix barré miniature listing */
.product-price + .regular-price {
    color: #b7b7b7;
    text-decoration: line-through;
    margin-left: 0.5em;
    font-size: 0.95em;
    position: relative;
    top: -1px;
}

/* padding bas nom produit dans la liste des produits mini */

.product-miniature-grid .product-title {
    padding-bottom: 2.5em !important;
}


/* css pour CGV */

/* Style général pour les CGV */
.cgv-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  color: #333;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  font-size: 15px;
}

/* Style pour la partie introductive */
.cgv-container > p {
  margin-bottom: 1em;
  font-size: 0.95em;
  color: #555;
}

.cgv-container > p strong {
  color: #2c3e50;
}

.cgv-container hr {
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 2em 0;
}

/* Articles */
.cgv-article {
  margin-bottom: 3em;
  page-break-inside: avoid; /* Pour l'impression */
}

.cgv-article h3 {
  color: #1a365d;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 600;
}

/* Sections */
.cgv-section {
  margin-bottom: 2em;
  background: #fff;
  padding: 10px 0 0 10px;
}

.cgv-section h4 {
  color: #2b6cb0;
  margin: 1.5em 0 0.8em 0;
  font-size: 1.1em;
  font-weight: 600;
}

/* Sous-sections */
.cgv-subsection {
  background: #f8fafc;
  padding: 1.2em;
  margin: 1.5em 0;
  border-left: 4px solid #4299e1;
  border-radius: 0 4px 4px 0;
}

.cgv-subsection h5 {
  color: #2d3748;
  margin: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: 600;
}

.cgv-section ul, 
.cgv-section ol {
  padding-left: 1.8em;
  margin: 0.8em 0;
  list-style-position: outside; /* Réinitialise la position des puces */
}

.cgv-section li {
  margin-bottom: 0.5em;
  position: relative;
  list-style-type: inherit; /* Rétablit le style par défaut */
}
/* Tableaux */
.cgv-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
  font-size: 0.95em;
}

.cgv-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

.cgv-table tr:last-child td {
  border-bottom: none;
}

.cgv-table tr.cgv-total td {
  font-weight: 700;
  border-top: 2px solid #4299e1;
  border-bottom: none;
  background-color: #f0f7ff;
}

/* Liens */
.cgv-section a {
  color: #3182ce;
  text-decoration: none;
  transition: color 0.2s;
}

.cgv-section a:hover {
  color: #2c5282;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .cgv-container {
    padding: 15px;
    font-size: 14px;
  }
  
  .cgv-article h3 {
    font-size: 1.2em;
  }
  
  .cgv-section h4 {
    font-size: 1em;
  }
  
  .cgv-table {
    font-size: 0.9em;
  }
}

/* Pour l'impression */
@media print {
  .cgv-container {
    font-size: 12pt;
    padding: 0;
    max-width: 100%;
  }
  
  .cgv-article {
    page-break-inside: avoid;
    margin-bottom: 1.5em;
  }
  
  a {
    text-decoration: none !important;
    color: #000 !important;
  }
}



/* =============================================
   SLIDER SECURVISION - Homepage
   warehouse_child/assets/css/custom.css
   ============================================= */

.sv-wrap {
  width: 100%;
  margin: 0 0 1.5rem;
}

.sv-slider {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 4px;
}

.sv-track {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.sv-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
  z-index: 1 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.5s ease !important;
}

.sv-slide.active {
  position: relative !important;
  opacity: 1 !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

.sv-slide a {
  display: block !important;
  line-height: 0 !important;
}

.sv-slide img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 5;
  object-fit: cover !important;
  display: block !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .sv-slide img {
    aspect-ratio: 768 / 400;
  }
}

.sv-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: background 0.2s !important;
}

.sv-arrow:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}

.sv-prev { left: 12px !important; }
.sv-next { right: 12px !important; }

.sv-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.sv-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.25) !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}

.sv-dot.active {
  background: #e8000d !important;
}

@media (max-width: 768px) {
  .sv-arrow {
    width: 32px !important;
    height: 32px !important;
    font-size: 20px !important;
  }
}

















/* =============================================
   warehouse_child/assets/css/custom.css
   ============================================= */

/* FAQ accordéon natif */
#sv-faq {
  max-width: 100%;
  margin: 1.5rem 0;
}
.sv-faq__item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.sv-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  background: #fff;
  transition: background .15s;
}
.sv-faq__question::-webkit-details-marker {
  display: none;
}
.sv-faq__question::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: #d40000;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform .2s;
}
.sv-faq__item[open] .sv-faq__question {
  background: #d40000bd;
}
.sv-faq__item[open] .sv-faq__question::after {
  content: '−';
}
.sv-faq__answer {
  padding: 0 18px 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
}


/* changement de l'arriere plan rouge global*/
.bg-danger {
    background-color: #d40000 !important;
}
.btn-danger {
    --bs-btn-bg: #d40000;
}

/* Page CMS paiement */
.sv-paiement-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 1.5rem 0;
}
.sv-paiement-img {
  flex: 0 0 30%;
  text-align: center;
}
.sv-paiement-img img {
  max-width: 100%;
  height: auto;
}
.sv-paiement-content {
  flex: 1;
}
.sv-paiement-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .5rem;
}
.sv-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .sv-paiement-row {
    flex-direction: column;
  }
  .sv-paiement-img {
    flex: 0 0 auto;
    width: 100%;
  }
}


/* Page réassurances */


.fd-reassurancesPage-item {
  margin-bottom: 60px;
  box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
  padding: 20px 40px;
}
.fd-reassurancesPage-item h2 {
  margin-bottom: 30px;
  color: #353535;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #484848;
  padding-bottom: 10px;
}
.fd-reassurancesPage-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fd-reassurancesPage-images img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.fd-images-column {
  width: calc((100% / 4) - 20px);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .fd-images-column {
    margin: 0 0 20px;
    width: calc((100% / 2) - 4px);
  }
  .fd-reassurancesPage-item {
    padding: 20px;
  }
}


/* mega menu */

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    color: #484848!important;
    border-bottom: none 1px rgba(0,0,0,.12);
    font-size: .8571428571rem!important;
    font-style: normal!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: px!important
}

/* espace apres la pagination et avant le seo*/

.pagination {
    padding-bottom: 2rem!important;
}


/* Sécurisation du rendu responsive des vidéos YouTube dans les fiches produits */
.embed-responsive {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.embed-responsive:before {
    display: block !important;
    content: "" !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.embed-responsive-16by9:before {
    padding-top: 56.25% !important;
}