/* 20250506173207 - v2 */
.gui,
.gui-block-linklist li a {
  color: #333333;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #26cad3;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #26cad3;
  box-shadow: 0 0 2px #26cad3;
}

.gui-select.gui-focus .gui-handle {
  border-color: #26cad3;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #333333;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #26cad3;
}

/* custom */
.gui-div-cart-shipping{
display:none;
}
.gui-div-cart-sum .gui-button-action{
    background: #1AD600 !important;
    font-size: 25px !important;
}
blockquote{
border-left:none !important;
}

@media (min-width: 64rem){
.hero-slideshow .carousel__controls .carousel__control {
    width: 60px;
    height:60px !important;
  border-radius:50%;
}
}

.main-header__link:hover{
text-decoration:none !important;
  font-size:17px !important;
}
.main-header__link{
  font-size:17px !important;
}

.carousel__control--prev{
margin-left:-80px;
}

.carousel__controls{
/*bottom:100px;*/
  bottom:40px;
top:inherit !important;}

.product-gallery__carousel .carousel__wrapper {
    overflow: visible;
}

.js .carousel:not(.carousel--is-dragging) .carousel__list:not(.carousel__list--animating) .carousel__item[tabindex="-1"]>* {
    visibility: visible !important;
}

.categories-gallery .carousel__controls, .products-gallery .carousel__controls {
    bottom: inherit !important;
    top: -65px !important;
}
.products-gallery .carousel__controls button
 {
    outline: none;
    width: 50px;
    background: #ebebeb;
    border-radius: 50%;
    height: 50px;
}

.section-control:not([data-theme]) {
    border-bottom: 1px solid #ccc;
}

.ticker {
  display: flex;
}
.ticker__list {
  display: flex;
  margin-top: 20px;
  animation: ticker 15s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
  margin-right: 20px;
}
@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

.ct-25{ width:22%; float:left; margin-right:3%;}
.ct-75{ width:75%; float:right;}

.ctl-25{ width:22%; float:left; margin-right:3%;}
.ctr-75{ width:75%; float:left; text-align:right;}
.ctr-25{ width:22%; float:right; margin-left:3%;}
.ctl-75{ width:75%; float:left;}


.ct-new-columns{ clear:both; margin-bottom:40px;}

.oxy-rich-text{padding-top:20px;}
.oxel_iconlist{
margin-top:10px;}
.oxel_iconlist__row .ct-image{
float:left; width:20px}

.oxel_iconlist__row .oxel_iconlist__row__label {
    margin-left: 24px;
}

#image-96-17, #image-140-17, #image-160-17, #image-180-17{
}
.text-uppercase{
text-transform:uppercase;}
footer.main-footer a:hover{
color:white !important;
}

.blocbleu{
    background: #62ccf9;
  padding:10px; color:#fff;
  padding-top:20px;
}

.fondbleu{
background:#41b6e6;
}


.megameu{
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 45px 0px;
    padding-top: 15px;
    border-bottom: 3px solid #ffa200;
    text-transform: none;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #efefef;
}

.main-header__top-section a{
	font-size:13px !important;
}

.btn--primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 2em;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.font-gris{
background:#f9f9f9;
}

.mb-20{
margin-bottom:20px;
}

.text-white{
color:white;
}

.box-shadow{
-webkit-box-shadow:  -6px 9px 15px -12px #000000;
    box-shadow: -6px 9px 15px -12px #000000;
    height: 120vh;
}

.accordion__icon-arrow{
color:#ffa301;
}

/*
.prod-card__img-wrapper figure:hover::after, .prod-card__img-wrapper figure:hover::before{
    transform: scale(1, 1);
}
.prod-card__img-wrapper figure::after, .prod-card__img-wrapper figure::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s;
}
.prod-card__img-wrapper figure::after{
    border-right: 4px solid #ffa301;
    border-left: 4px solid #ffa301;
    transform: scale(1, 0);
}
.prod-card__img-wrapper figure::before{
    border-top: 4px solid #ffa301;
    border-bottom: 4px solid #ffa301;
    transform: scale(0, 1);
  z-index: 99;
}
*/
.prod-card__action-button{
    color: #fff;
    background: #41b6e6bf;
    font-weight: 700;
    text-transform: uppercase;
}

.btn--primary{
background:#41b6e6;
}

.flex-column{
      flex-direction: column;
}

.flex-col-center {
    justify-content: center;
}

.text-normal{
text-transform:none !important;
}

.number-input__btn--plus{
    right: 52px !important;
}


input.js-number-input__value{
    background: transparent;
    border: none;
}
{
}

.text-xxxxxl {
    font-size: var(--text-xxxxxl, 3.4em)
}
.text-xxxxxxl {
    font-size: var(--text-xxxxxxl, 3.7em)
}

.text-xxxxxxxl {
    font-size: var(--text-xxxxxxxl, 4em)
}

.navbarNJ {    padding-top: 10px;}

.text-sm {
font-size:18px;}
.padding-l-20{
padding-left:20px;}

.text-no-decoration{
text-decoration:none;}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
    font-display: auto;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
.arrow-right:before {
  font-family: 'FontAwesome'; /* Spécifier la famille de police de Font Awesome */
  margin-left:10px;
  content: "\f061"; /* Spécifier le code de l'icône que vous voulez utiliser */
}

.gaps-xl{padding-left:120px;}
.gaps-xl2{padding-right:120px;}

.main-header__logo {
    height: 100px;
    margin-top: 0;
}

.story__badge {
    background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.9);
    padding: var(--space-xxxxs) var(--space-sm);
    border-radius: 2em;
    font-size: var(--text-sm);
    color: var(--color-bg);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.p-5{padding:5px;}
.mt-10{
margin-top:10px;}
.align-left{
text-align:left;}

.bleuciel{
  background-color: #63cdf8;
}
.menuNJ, .menuNJevents{
background:#000 !important;
color:#fff;}
.menuNJ a, .menuNJevents a{
color:#fff;}

.widbox-footer-container{display:none;}

.main-header__nav-logo-wrapper{
z-index:9999;
}


.gui-div-faq-questions{
display:contents;
}
.gui-div-faq-right{display:contents;}
.gui-div-faq-links{
display:none;}


.gui-div-faq-right .gui-validate, .gui-input input {
  width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 2px 12px #00000014;
    padding: 6px;
}


.gui-div-faq-form .gui-field label{
display:none;
}

.gui-div-faq-right .gui-border{
    border:none !important;

  
  
}

.gui-button-small, .gui-button-large {
    background: #41b6e6 !important;
  margin-right:30px  !important;
  border:none  !important;
  color:#fff !important;
    border-radius: 2em !important;
    padding-left: var(--space-md) !important;
    padding-right: var(--space-md) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  --btn-font-size: 1em !important;
    --btn-padding-x: var(--space-lg) !important;
    --btn-padding-y: var(--space-xs) !important;
    --btn-radius: 0em !important;
    cursor: pointer !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: all 0.2s ease !important;
  position: relative !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 1 !important;
    font-size: var(--btn-font-size, 1em) !important;
    padding-top: var(--btn-padding-y, 0.5em) !important;
    padding-bottom: var(--btn-padding-y, 0.5em) !important;
}
/*
.gui-button-small{
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  font-size:24px;
  font-weight:700;
  border:none !important;
  background:none ;
}
.gui-button-small::after {
font-family: 'FontAwesome';
    content: "\f061";
  display: inline-block;
    speak: none;
    text-transform: none;
    transition: transform .2s ease;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

.gui-input, .gui-div-faq-form .gui-text, .gui-div-faq-form .gui-select, .gui-div-faq-form .gui-number, .gui-div-faq-form, .gui-block{
border:none;
}
.gui-div-faq-form .gui-field:nth-of-type(-n+4) {
  display: inline-block;
  width: 48%;
  float: left;
      clear: none !important;

}

.gui-div-faq-form .gui-field:nth-of-type(odd) {
  margin-right: 10px;
}

.gui-div-faq-form .gui-field:nth-of-type(even) {
  margin-left: 10px;
}
.gui-div-faq-form .gui-field:nth-of-type(n+5) {
  clear: both;
    margin-left: 0;
  margin-right: 30px;

}

.gui-div-faq-form .gui-field:last-of-type {
  margin-left: 0;
}

.gui-div-faq-form .gui-field label{
font-size:15px; font-weight:700; line-height: 40px;
}

.gui-block-title{
text-transform:uppercase;
  font-size:40px;
}

.gui-col2-right .gui-col2-right-col1,.gui-col2-right .gui-col2-right-col2{
float:none; width:auto;
    flex-shrink: 0;
    flex-grow: 1;}

.gui-col2-right{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.gui-page-title{
display:none;
}
.gui-div-faq-form{
width:100%}
.gui-div-faq-questions{
  flex-direction: column;
    display: flex;
}


.text-page__content .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.text-page__content .col-1, .text-page__content .col-2, .text-page__content .col-3, .text-page__content .col-4, .text-page__content .col-5, .text-page__content .col-6, .text-page__content .col-7, .text-page__content .col-8, .text-page__content .col-9, .text-page__content .col-10, .text-page__content .col-11, .text-page__content .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.text-page__content .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.text-page__content .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.text-page__content .col-3 { flex: 0 0 25%; max-width: 25%; }
.text-page__content .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.text-page__content .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.text-page__content .col-6 { flex: 0 0 50%; max-width: 50%; }
.text-page__content .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.text-page__content .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.text-page__content .col-9 { flex: 0 0 75%; max-width: 75%; }
.text-page__content .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.text-page__content .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.text-page__content .col-12 { flex: 0 0 100%; max-width: 100%; }



#gui-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#gui-form .col-1, #gui-form .col-2, #gui-form .col-3, #gui-form .col-4, #gui-form .col-5, #gui-form .col-6, #gui-form .col-7, #gui-form .col-8, #gui-form .col-9, #gui-form .col-10, #gui-form .col-11, #gui-form .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#gui-form .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
#gui-form .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
#gui-form .col-3 { flex: 0 0 25%; max-width: 25%; }
#gui-form .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
#gui-form .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
#gui-form .col-6 { flex: 0 0 50%; max-width: 50%; }
#gui-form .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
#gui-form .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
#gui-form .col-9 { flex: 0 0 75%; max-width: 75%; }
#gui-form .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
#gui-form .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
#gui-form .col-12 { flex: 0 0 100%; max-width: 100%; }





b{
font-weight:700;
}

.main-header__item .main-header__link:hover{
font-size:13px!important;
}

.color-white{
color:white; text-decoration:none;
}

.featured-categories .carousel__controls button {
    outline: none;
    width: 50px;
    background: #ebebeb;
    border-radius: 50%;
    height: 50px;
  color:#000;
}

.h2-jaune{
  padding-left:70px;
  font-size:40px;
  margin-bottom:30px !important;
}
.h2-jaune:before{
    content: "";
    background: #FFA300;
    position: absolute;
    margin-left: -70px;
    height: 50px;
    width: 60px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.h2-bleu{
  font-size:45px;
  margin-bottom:30px !important;
}

/*
.h2-bleu:before{
 		content: "";
    background: #41b6e678;
    position: absolute;
    z-index:-1;
    height:20px;
    width:400px;
    margin-left:-35px;
    margin-top:17px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
*/
.fex-container {
  display: flex;
}

.fex-col {
  display: flex;
  gap: 15px; /* Espacement vertical entre les éléments */
}
.fex-col div:first-child{
	line-height: 70px;
    font-weight: bolder;
}
.fonctionHistoire{
margin-bottom:15px;
}
.h3{
font-size:40px;
  margin-bottom:5px !important;
}
.margin-b-20{
margin-bottom:20px !important;
}
.margin-b-30{
margin-bottom:30px !important;
}
.margin-b-40{
margin-bottom:40px !important;
}
.margin-b-50{
margin-bottom:50px !important;
}
.margin-b-60{
margin-bottom:60px !important;
}
.margin-b-70{
margin-bottom:70px !important;
}
.margin-b-80{
margin-bottom:80px !important;
}
.margin-b-90{
margin-bottom:90px !important;
}
.margin-b100{
margin-bottom:100px !important;
}

.margin-t-20{
margin-top:20px !important;
}
.margin-t-30{
margin-top:30px !important;
}
.margin-t-40{
margin-top:40px !important;
}
.margin-t-50{
margin-top:50px !important;
}
.margin-t-60{
margin-top:60px !important;
}
.margin-t-70{
margin-top:70px !important;
}
.margin-t-80{
margin-top:80px !important;
}
.margin-t-90{
margin-top:90px !important;
}
.margin-t-100{
margin-top:100px !important;
}
.margin-t-110{
margin-top:110px !important;
}
.margin-t-120{
margin-top:120px !important;
}


.btn-bleu{
  cursor:pointer !important;
background: var(--unnamed-color-41b6e6) 0% 0% no-repeat padding-box;
background: #41B6E6 0% 0% no-repeat padding-box;
border-radius: 34px;
color:#000;
font-size:25px;
  text-decoration:none;
  padding:10px;
  border:none;
}

.h2-bleu {
  position: relative;
  display: inline-block;
  font-size:45px !important;
  font-weight:inherit !important;
}

.h2-bleu::before {
  content: '';
  position: absolute;
  left: -40px;
  right: -40px;
  height: 20px;
  z-index:-1;
    background: #41b6e678;
    margin-top:22px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}






.sliderNJ, .sliderNJ-2 {
      width: 100%;
      margin: 0 auto;
 }
    .user-slideNJ {
      text-align: center;
    }
    .user-slideNJ-1 img,    .user-slideNJ-2 img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border:20px #000 solid;
      margin-bottom: 10px;
    }

.sliderNJ .slick-prev, .sliderNJ-2 .slick-prev{
  position:absolute;
  content:"";
  left:0;
  margin-top:100px;
  font-size: 0; /* Masquer le texte du bouton */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  z-index:9999;
}

.sliderNJ .slick-prev:before, .sliderNJ-2 .slick-prev:before{
  position:absolute;
  content:"<";
  font-size:40px;
  font-weight:bolder;
}


.sliderNJ .slick-next,.sliderNJ-2 .slick-next{
  position:absolute;
  content:"";
  right:0;
  margin-top:-160px;
  font-size: 0; /* Masquer le texte du bouton */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.sliderNJ .slick-next:before, .sliderNJ-2 .slick-next:before{
  position:absolute;
  content:">";
  font-size:40px;
  font-weight:bolder;
}

.bonbonsfav{
	width:70px;
  height:70px;
  margin-left:20px;
}


.h2-vert{
  padding-left:70px;
  font-size:40px;
  margin-bottom:30px !important;
}
.h2-vert:before{
    content: "";
    background: #C4D600;
    position: absolute;
    margin-left: -70px;
    height: 50px;
    width: 60px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.h2-orange{
  padding-left:70px;
  font-size:40px;
  margin-bottom:30px !important;
}
.h2-orange:before{
    content: "";
    background: #FFA300;
    position: absolute;
    margin-left: -70px;
    height: 50px;
    width: 60px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#conteneur-jobs::before {
  content: ""; /* Ajoute un contenu vide avant le div */
  display: block;
  width: 100vw; /* Largeur de la fenêtre visible */
  position: absolute;
  left: 50%; /* Décale de moitié la largeur du div parent */
  transform: translateX(-50%); /* Recentre le pseudo-élément */
  background-color: #EAF9FF; /* Couleur de fond du pseudo-élément */
  z-index: -1; /* Place le pseudo-élément en arrière-plan */
}

.vertical-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h3{
margin-top:0px !important;}

.collection-page__intro{
background:url(https://cdn.shoplightspeed.com/shops/614654/files/55106577/headerphoto.png); margin-bottom:50px;}

.ul-puces-bleu{
list-style:none !important;
  margin-left:70px;
}
.ul-puces-bleu li{
margin-bottom:10px;
background:url(https://cdn.shoplightspeed.com/shops/614654/files/55420667/crochet.png);
  background-size:contain;
background-repeat:no-repeat;
  padding-left:50px;
}

form .input, form .textarea, form .select{
	width:100%; margin-bottom:20px;
  font-size:15px;
  border-radius:10px;
  /* UI Properties */
  border:none;
background: #FAFAFA 0% 0% no-repeat padding-box;
box-shadow: inset 2px 2px 12px #00000014;
padding:10px;}

.gui {
    color: #000 !important;
}

.gui h2{
    line-height: inherit !important;
    margin-top: inherit !important;
  font-size:35px!important;
  font-weight:500 !important;
}

.fondNJ{
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://cdn.shoplightspeed.com/shops/614654/files/55208605/marquenj.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  height:600px;
      padding-left: var(--space-md);
    padding-right: var(--space-md);
}

.fondNJ a{
  color:#fff;
    text-decoration: none;
    border: 2px solid #fff;
    
  font-size:1em;
}

.titreBlanc{
color:#fff;
  font-size:40px;
margin-bottom:40px;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.products-gallery .carousel__controls {
    top: -94px !important;
}

.categories-gallery .carousel__controls {
    top: -58px !important;
}

.carousel__controls {
    margin-left: 92% !important;
}
.carousel__control--prev {
    margin-left: auto; 
}

.carousel__controls .btn--primary{
    position: absolute;
    margin-left: -210%;
    margin-top: -22px;
}

.bleuciel2{
background: #eaf9ff;
}

.banner-card--overlay-bg::before {
    background-color: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.55);
}
.story__badge{
background:#000 !important;
}
.boutonRS{text-decoration:none;}

.ticker__list {
    display: flex;
    margin-top: 20px;
    animation: ticker 50s infinite linear;
    animation-timing-function: linear;
}

.anim-cards__item {
    float: left;
    max-width: var(--anim-cards-width);
    flex-shrink: 0;
    margin-right: var(--anim-cards-gap);
}

.main-footer.border-top{
    border-top: 10px solid #ffa300;
}

footer .main-header__logo{
height:300px;
}

.wi-70{
width:70%;
}

.flex-inverse{
    flex-direction: row-reverse;
}
.collection-page__intro{
margin-bottom:0px;}

.hidden,.gui-div-cart-related {
display:none;
}

.btn--wishlist{
padding:5px !important;}


.gui-div-cart-coupons .gui-block-title{
font-size:22px;
  text-transform:none;
  padding-top: 0;
}

.gui-cart .gui-page-title{
display:block;
}

#gui-form-cart td a{
	color:#000;
}
.gui-button-link{
	color:#000 !important;
}

.gui-cart .gui-col3-equal aside{
  width:60%;
}
.gui-div-cart-coupons{
    display: flex;
    width: 100% !important;
}
.gui-div-cart-sum{
width:30%;
}

.gui-div-cart-coupons .gui-block{width:50%;}

.gui-div-faq-right .gui-validate, .gui-input input{
margin-bottom: 0px;
}

.gui-button-small{
	color:#fff !important;
}

.gui-login .gui-content-title{
text-transform: uppercase;
    font-size: 40px;
  padding-top: var(--space-sm);
}
.gui-account-loyalty-content{  
      padding-top: 25px;
}
.main-header__link--icon .counter{
background:#41b6e6;
}

.font-40{
font-size:30px;
  margin-right:20px;
}

.accordion__icon-arrow{
color: #41b6e6;
    font-size: 20px !important;
}

.fondNJ a{
border:none!important;
}


.white-space{
  white-space: nowrap;
}

#gui-form .gui-form .gui-field{
margin-bottom:20px;
}
.main-header__nav--is-visible{
	height:100vh;
}
.main-header__nav--is-visible .navbarNJ, .main-header__nav--is-visible .menu-containerNJ{
  height:100%;
}
.main-header__nav--is-visible .navbarNJ{
top:80px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    
    .responsive-block{
    display:block !important;}
    
    #gui-form .col-6{
    width:100% !important;
    flex: 100%;
    max-width: 100%;
}
    .collection-page__content .prod-card p.text-sm{
    font-size:14px;}
    .number-input__btn--plus{
    left:50px;
    }
    .font-gris{
    padding-bottom:50px;}
    .btn--wishlist{
    display:none;}
    #gui-form .gui-form .gui-field{
    	width:100%;
      margin-left:0;
    }
    .btnJobs{
    margin-bottom:20px;
    }
    #jobs-formulaire{
    margin-bottom:20px;
    }
    .ul-puces-bleu{
    margin-left:20px;
    }
    .histoire .col-8{
    text-align:center;
    }
    .histoire .fex-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    }
    
    #background-video{
    height:50vh !important;
    }
    #heroBanner1:not(.hero-slideshow__banner--no-overlay):before {
    background-color: rgba(0,0,0,0.65) !important;
}
    .hero-slideshow__label{
    	font-size:24px!important;
    }
    
    .height-85 {
    height: 100% !important;
		}
    .blog-preview {
    	padding-bottom:0px;
    }
    .responsive-inverse-flex{
    	flex-direction: column-reverse;
    }
    .fondNJ{
    height:300px;
      
    }
    .main-footer__content .col-4@lg{
    	text-align:center;
    }
    #animated-cards{
    margin-bottom:20px;
    }
    .fondNJ .container{
    height: 35vh !important;
    }
    .gaps-xl, .gaps-xl2{
    	padding:0 !important;
    }
    .user-slideNJ-1 img, .user-slideNJ-2 img{
    	width:100% !important;
      height:auto !important;
    }
    .h2-jaune{
      font-size: 30px !important;
      white-space: break-spaces;
    }
    .h2-jaune::before{
    	height:40px !important; 
    }
    .h2-bleu::before{
    	margin-top: 10px !important;
    }
    .h2-bleu{
    	font-size:30px !important;
    }
    .categories-gallery h2.text-xxl{
      margin-right:0 !important;
      font-size:28px !important;
    }
    .categories-gallery h2.category-card__title{
    	font-size:20px !important;
    }
    
    .categories-gallery .carousel__controls, .products-gallery .carousel__controls {
    	top: 260px !important;
    	margin-left: 70% !important;
		}
    .categories-gallery .carousel__controls{
    	top: 248px !important;
    }

    .products-gallery .text-component{
    	display:none;
    }
    
}



@media (max-width: 767px) {
  .text-page__content .col-1,
  .text-page__content .col-2,
  .text-page__content .col-3,
  .text-page__content .col-4,
  .text-page__content .col-5,
  .text-page__content .col-6,
  .text-page__content .col-7,
  .text-page__content .col-8,
  .text-page__content .col-9,
  .text-page__content .col-10,
  .text-page__content .col-11,
  .text-page__content .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-page__content .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .text-page__content .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
  .text-page__content .col-3 { flex: 0 0 25%; max-width: 25%; }
  .text-page__content .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .text-page__content .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
  .text-page__content .col-6 { flex: 0 0 50%; max-width: 50%; }
  .text-page__content .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
  .text-page__content .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
  .text-page__content .col-9 { flex: 0 0 75%; max-width: 75%; }
  .text-page__content .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
  .text-page__content .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
  .text-page__content .col-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .text-page__content .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .text-page__content .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
  .text-page__content .col-3 { flex: 0 0 25%; max-width: 25%; }
  .text-page__content .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
  .text-page__content .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
  .text-page__content .col-6 { flex: 0 0 50%; max-width: 50%; }
  .text-page__content .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
  .text-page__content .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
  .text-page__content .col-9 { flex: 0 0 75%; max-width: 75%; }
  .text-page__content .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
  .text-page__content .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
  .text-page__content .col-12 { flex: 0 0 100%; max-width: 100%; }
}

.products-gallery .carousel__controls button, .featured-categories .carousel__controls button {
    outline: none;
    width: 50px;
    background: black !important;
    border-radius: 50%;
    height: 50px;
    color: #ffffff !important;
}

.fondbleu{
  background-image: linear-gradient(to right bottom, #41b6e6, #49bfe7, #53c7e7, #61cfe6, #6fd7e6) !important;
}

.avatar-wrapper {
  border: 20px #000 solid;
  border-radius: 50%;
  overflow: hidden;
  width: 200px; /* ajustez la largeur selon vos besoins */
  height: 200px; /* ajustez la hauteur selon vos besoins */
}

.avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-slideNJ-1 img, .user-slideNJ-2 img{
border:none!important;
}

.categniv1::after {
 content: ">";
    color: white;
    position: absolute;
    right: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    margin-top: -2px;

}

.sliderNJ {
  overflow: hidden;
}

.slideNJ-container {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slideNJ {
  padding: 10px;
}
.text-description-produit{
  font-size:15px;
}

.produit-conteneur-image{
  background: #EAF9FE !important;
  padding: 20px !important;
}

.prod-card h3 a{
padding-right:20%;
}


.wsa-cookielaw{
    bottom: 0;
    padding: 20px;
    top: inherit;
    font-size: 16px;
}

.main-header__nav--is-visible form {
    z-index: 999999;
    position: relative;
}

input.header-v3__nav-form-control{
      height: 50px;
    font-size: 18px;
}
.main-header__search-form form{
      margin-top: 25px;
}

.sub-2330359{
display:none;}


.products__carousel .produit-conteneur-image {
    background: none;
    padding: 0px !important;
}
.wsa-cookielaw-button-red{
    background: #000;
    border: none;
    text-shadow: none;
    font-weight: 400;
}
.wsa-cookielaw-button-green{
    background: #41b6e6;
    border: none;
    text-shadow: none;
    font-weight: 400;
}

.gui .col-6 a.btn--primary{
color:#fff;
}

body{margin-top: 0px !important;}

.messageSlider{
    background: #0000008f !important;
    padding: 30px !important;
}
.hero-slideshow__banner{
background-position-y: -94px;
}

.homepagecss header .main-header__nav{
  background: #000;
}
.homepagecss .main-header__top-section{
background:#fff;  color:#000; 
}
.homepagecss .main-header__top-section a{
  color:#000!important;
}

.height-75 {
    height: 75%;
}

#heroBanner1:not(.hero-slideshow__banner--no-overlay):before{
background:transparent!important;}

.gui-reward-cart-block .gui-block-title{
font-size:20px; text-transform:inherit; padding:0 !important;
}
.gui-reward-cart-block .gui-button-small{
font-size:15px !important; margin-right:0 !important;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .gui-cart .gui-col3-equal aside{ width:100% !important;}
    .gui-div-cart-coupons{ display:block;}
    .gui-div-cart-coupons .gui-block{
    	width:100% !important;
    }
    #cart-block-related-title{
    font-size:25px;
    }
    
    
   li.carousel__item .hero-slideshow__banner {
    background-image: url(https://cdn.shoplightspeed.com/shops/614654/themes/18214/v/819822/assets/hero-banner-1-image.jpg?20230810205643);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 65%;
}
    .hero-slideshow__wrapper .height-75{
    height:100%;
    /*  margin-left: -20px;*/
      height: 100%;
    width: 100%;
    margin-top: -20px;
      display:block;
      padding-top: 20px;
    }
    .messageSlider{
        height: 100%;
    }
        .hero-slideshow .carousel__controls .carousel__control--next, .hero-slideshow .carousel__controls .carousel__control--prev{
          border-radius: 50%;
          width: 40px; height:40px;}
    .homepagecss .main-header__top-section{
    background-color: #000000;
    color: #ffffff;
    }
    .carousel__controls {
    margin-left: 87% !important;
}
    
    
    .col-8 .fex-col div:first-child {
    line-height: 23px;
    font-weight: bolder;
    padding-top: 15px;
}
    #gui-form .col-5{
    width:100%;
      max-width:100%;
    }
    #gui-form .row{
    display:block;}
}

#gift-cards-page header{
display:none !important;
}
#giftcard-design{
display:none !important;}

.cartecadeaux a{
    color: #c4d600;
}
.hideDesktop{display:none;}
.hero-slideshow .carousel__control--prev{ 
  margin-left: -90px ;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .carousel__controls{
    z-index:2;}
    .dropdownNJ.linkProduit::before {
    content: '>';
    position: absolute;
    right: 30px;
    margin-top: 13px;
    rotate: 90deg;
}
    
    .menuNJ a, .menuNJevents a{
    margin:0 !important;
    }
    
.hideDesktop{display:inherit !important;}
    .homepagecss .text-xxxxl{
    font-size:35px;
    }
    .hero-slideshow .carousel__controls {
    bottom: 45px;
    }
    .hero-slideshow .btn--primary{
    font-size:13px;
    }
   .hero-slideshow .carousel__control--prev{
      margin-left: -45px !important;
	}
    
   .hero-slideshow button.carousel__control{
      background:black; color:white;
    }
    .main-header__nav--is-visible form{
    padding-top:0px;}
    .homepagecss .main-header--expanded .main-header__nav-control {color:#fff;}
    .langMobile .main-header__dropdown{
          font-size: 11px; display:inline-flex; width:100%;
    }
   .langMobile .main-header__dropdown li:first-child  {
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
}


.video-mobile{
display:none;}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .messageSlider{
    text-align:center !important;}
.video-mobile{
display:block;}
    #background-video{
    display:none;}
}

#gui-product-custom-field-title-805823, .gui-product-custom-field-title-805018, .categ-4480703{display:none;}
.product-configure-custom-option-item{display:flex; margin-bottom:10px; font-size:17px;}
.product-configure-custom-option-item input{margin-right:10px;}
.product-configure-custom-option-date{display: flex;
    font-size: 12px;}
label[for=product_configure_option_quantite], #gui-product-custom-field-title-805822{
text-transform:uppercase;
  font-weight:800; 
  font-size:18px;
}

.product-configure-custom-option-date select{
    background-size: 10px !important;
}

.product-configure-custom[role=region]{
margin-top:20px;}
label#gui-product-custom-field-title-805577{
    display: none;
}
.product-configure-custom-option[role=group] .product-configure-custom-option-item:nth-child(3) input,
.product-configure-custom-option[role=group] .product-configure-custom-option-item:nth-child(5) input,
.product-configure-custom-option[role=group] .product-configure-custom-option-item:nth-child(7) input {
    display: none;
}
.product-configure-custom-option[role=group] .product-configure-custom-option-item:nth-child(3),
.product-configure-custom-option[role=group] .product-configure-custom-option-item:nth-child(5),
.product-configure-custom-option[role=group] .product-configure-custom-option-item:nth-child(7){
   padding-left:25px; font-size:13px;
}

#formulaireprojectproduct input{
  margin:0 !important;
}
.align-center{
text-align:center;
}
.page_e342adde348ba6d952e014ba63891cfb .btn--primary{
text-transform:uppercase !important; font-size:14px; font-weight:700;
}
.page_e342adde348ba6d952e014ba63891cfb .main-footer{
margin-top:275px;
}
.col-3.grille a {
    margin-top: 15px;
}
.col-3.grille {
    text-align: center;
}

.fullpage h2{
  text-transform:uppercase;
margin-bottom:20px;}
.fullpage{
    width: 100vw;
  padding-top:45px;
    position: absolute;
    left: 0;
    height: 300px;
    text-align: center;
    margin-top: 50px;
        background:linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(https://cdn.shoplightspeed.com/shops/614654/files/62197912/titefrette-pano.jpg);
      background-size:cover;

}
.p--events h2{
margin-bottom:20px;}
.p--events .main-footer {
    margin-top: 275px;
}

#events-formulaire b{
text-transform:uppercase;
margin-bottom:10px;}


.font-gris h1{
text-transform:uppercase;
}



   .mega-menuNJ24 .dropdownNJ24 > div {
        padding: 1.5em 2em;
    }
    .mega-menuNJ24 a:hover{ color: #C4D600;}
    .mega-menuNJ24 a{
        text-decoration: none;
        color: #fff;
    }
    .mega-menuNJ24{
    display: flex;
    background: #000;
    color: #fff;;
    justify-content: center;
    list-style:none;
    
   }
   .mega-menuNJ24 .menuNJ, .mega-menuNJ24 .menuNJevents {
        display: none; /* Cache le sous-menu par défaut */
        position: absolute;
        top: 100%; /* Positionne le sous-menu sous le lien principal */
        left: 0;
        width: 100%; /* Pleine largeur du conteneur */
        background-color: #fff; /* Couleur de fond du sous-menu */
        z-index: 999; /* Assure que le sous-menu est au-dessus du reste du contenu */
        box-sizing: border-box; /* Assure que le rembourrage est inclus dans la largeur */
        grid-template-columns: repeat(5, 1fr); /* Affichage en grille de 5 colonnes */
        gap: 10px; /* Espace entre les éléments */
        transition: 0.4s ease-in-out;
    }
    .mega-menuNJ24 .sub-dropdownNJ {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .mega-menuNJ24 .menuNJ li {
        list-style: none;
    }
    .mega-menuNJ24 .sub-menuNJ{
        margin: 0;
        padding: 0;
    }
    .mega-menuNJ24 .sub-menuNJ a{
        padding-top: 0px !important; padding-bottom: 10px !important;
    }
    .mega-menuNJ24 .menuNJ li a {
        display: block;
        padding: 10px;
        color: #fff; /* Couleur du texte du sous-menu */
    }
    
    /* Affiche le sous-menu lorsque son parent est survolé */
    .mega-menuNJ24 > li:hover .menuNJ {
        display: flex;
        justify-content: center;
        gap: 4em;
      width:105%;   
        background: #000;
        border-top:1px #fff solid;
        height: 350px;
        top:inherit;
        -webkit-box-shadow: 0px 10px 13px -7px #00000099, 5px 5px 15px 5px rgb(0 0 0 / 0%);
        box-shadow: 0px 10px 13px -7px #000000b5, 5px 5px 15px 5px rgb(0 0 0 / 0%)
    }

 .mega-menuNJ24 > li:hover .menuNJevents {
        display: flex;
   padding-top:25px;
        justify-content: center;
        gap: 4em;
   width:105%;
        background: #000;
        border-top:1px #fff solid;
        height: 350px;
        top:inherit;
        -webkit-box-shadow: 0px 10px 13px -7px #00000099, 5px 5px 15px 5px rgb(0 0 0 / 0%);
        box-shadow: 0px 10px 13px -7px #000000b5, 5px 5px 15px 5px rgb(0 0 0 / 0%)
    }


    .mega-menuNJ24 ul.col1 li{
        font-size: 1.8rem;
    }
    .mega-menuNJ24 .h2{
        text-transform: uppercase;
        font-size:1.2rem;
    }


.main-header--transparent2 .main-header__link{
color:#fff !important; }

.linkEvents--first .main-header__link{
font-size:24px !important; text-transform:uppercase;}

.mega-menuNJ24 a:hover{
color:#C4D600 !important;
}

.mega-menuNJ24 .linkProduit {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.h2-orange:before, .h2-vert:before {display:none !important;}
    .h2-orange, .h2-vert { padding-left: 0px !important;}
    #corpo-formulaire-events{ margin-bottom:25px; }
		.mega-menuNJ24 {display: block;}
    .mega-menuNJ24 .dropdownNJ24 > div {padding-left: 30px;}
    .main-header__nav--is-visible .menu-containerNJ{
    background:#000;
    }
    .langMobile a{color:white !important;}
}

.activecag-4482180 .categ-2330359
,.activecag-4482180 .categ-3357142
,.activecag-4482180 .categ-3800532
,.activecag-4482180 .categ-988596
,.activecag-4482180 .categ-1690526
,.activecag-4482180 .categ-4391245
,.activecag-4482180 .categ-4391918
,.activecag-4482180 .categ-4392006
,.activecag-4482180 .categ-4469150
,.activecag-4482180 .categ-4480703{
    display:none;
}

.activecag-3357142 .categ-4482180,
.activecag-3800532 .categ-4482180,
.activecag-988596 .categ-4482180,
.activecag-1690526 .categ-4482180,
.activecag-4391245 .categ-4482180,
.activecag-4391918 .categ-4482180, .activecag-0 .categ-4482180{
display:none;    
}
.campagneForfaitDescription{
margin-top:40px; font-size:15px;
}
.campagneForfaitDescription i{   font-style: italic; }
.campagneForfaitPrix{
    line-height: 58px;
    position: absolute;
    top: -5px;
    right: 25px;
    background: #46bbe7;
    color: white;
    padding: 10px;
    border-radius: 50%;
    height: 80px;
    width: 84px;
    font-size: 25px;
}
.campagneForfaitTitre{
font-size:23px; font-weight:600;}

.campagneForfaitPrix1{
      background: #46bbe7;
}
.campagneForfaitPrix3{
      background: #ffa300;
}
.campagneForfaitPrix2{
      background: #becf00;
}
.blocforfaits{
  border-right: 1px solid;
}

@media only screen 
  and (min-device-width: 10px) 
  and (max-device-width: 1350px)
  and (-webkit-min-device-pixel-ratio: 2) {
.campagneForfaitPrix1, .campagneForfaitPrix2, .campagneForfaitPrix3{
    position: initial;
    border-radius: 10px;
    height: 50px;
    line-height: 28px;
    margin-bottom: -30px;
}
    
    
#product_configure_form .js-number-input__value{
  width: 5em !important;
}
    
    .gui-div-cart-sum .gui-button-small{
    	margin-bottom:10px;
    }
    }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 680px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .col-3.grille{
   		 margin-bottom:25px;
    }

}

#product_configure_form .js-number-input__value{
  width: 8em;
}
.btn--add-to-cart{
    margin-top: -13px;
}



section.products-gallery .carousel__control--prev, section.featured-categories .carousel__control--prev{
    margin-left: 100px !important;
}

#formulaireprojectproduct{
padding-bottom:30px; padding-top:30px;
}

.product-configure-custom-option-item {
    display: block;
}

#messageDate{    font-size: 14px;
    font-weight: 600;
    color: red;
    margin-top: 10px;
    margin-bottom: 30px;}


.table-campagne-orange th, .table-campagne-orange td , .table-campagne-vert th, .table-campagne-vert td , .table-campagne-bleu th, .table-campagne-bleu td {
    border: 1px solid black;
    padding: 8px;
  padding-left:20px;
  padding-top:10px; padding-bottom:10px;
    text-align: left;
  }
.table-campagne-bleu td {
padding-right:20px;}
 .table-campagne-vert tr:first-child {
    background-color: #C4D600;
  }
 .table-campagne-orange tr:first-child {
    background-color: #FFA300;
  }
 .table-campagne-bleu tr:first-child {
    background-color: #41b6e6;
  }

.table-campagne-orange  tr:first-child td,.table-campagne-vert  tr:first-child td,.table-campagne-bleu  tr:first-child td {
  border:none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  text-align:center;
  font-weight:700;
  }

 .table-campagne-vert tr:not(:first-child), .table-campagne-orange tr:not(:first-child), .table-campagne-bleu tr:not(:first-child) {
    border-bottom: 1px solid black;
  }

 .table-campagne-vert tr:last-child, .table-campagne-orange tr:last-child, .table-campagne-bleu tr:last-child {
    background-color: #d9d9d9;
  }

.titre-campagne{font-size:26px; font-weight:600;}
.prix-campagne{
  font-size:22px;
   font-weight:500;
    margin-top: -30px;
    margin-bottom: 40px;
    margin-left: 70px;
}
.prix-campagne-bleu{
    font-size:22px;
  font-weight:500;
    margin-top: -10px;
    margin-bottom: 40px;
}

.campagne-titre {
margin-bottom: 80px !important;
    font-weight: 300;
}

.icone-tags{
width:100%; display:flex; gap:20px;}

.icone-tags img{
  height:80px;
  margin:0 !important;
  width:auto;
}

.eapps-instagram-feed-posts-grid-load-more-container{
display:none !important;}

.wsa-cookielaw{
display:none !important;
}
