.main-color {
    color: var(--main-color);
}
.flash-color {
    color: var(--flash-color);
}
body.bubble {
    --title-font: "Poppins", sans-serif;
}
/*-- page login --*/
.pageLogin header #mainHeader #mainLogoWrapper {
    TEXT-ALIGN: center;
    margin: 0 auto;
    width: 100%;
}

.pageLogin #mainHeader #mainLogoWrapper {
    margin: 0 auto;
    width: -webkit-fill-available;
    min-width: 100% !important;
    max-width: 100% !important;
}

.pageLogin #mainHeader .wrapper {
    width: 100%;
    max-width: var(--header-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: unset;
    justify-content: center;
}

/* -- header --*/
#mainHeader #mainLogoWrapper #mainLogo {
	max-height: 80px;
}

#mainHeader .widget.widgetNewContact .button .icon, #mainHeader .widget.widgetAccount .button .icon {
    color: var(--white-color);
}

#mainHeaderWidgets .widgetNewContact .button, #mainHeaderWidgets .widgetNewContact .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetNewContact a,#mainHeaderWidgets .widgetAccount .button, #mainHeaderWidgets .widgetAccount .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetAccount a {
    color: var(--white-color) !important;
    background: var(--main-color);
}

#mainHeaderWidgets .widgetNewContact .button {
    color: var(--white-color) !important;
    background: var(--main-color);
}

#mainHeader .widget.widgetNewContact .button .icon {
    color: var(--white-color);
}

.button .icon {
    color: var(--main-color);
}
/*-- Widget Welcome --*/

.widgetWelcome {
    display: flex;
    justify-content: center;
    text-align: center;
    background: var(--grey-color);
    padding: 3rem 1rem;
}

.homeTitleWelcome {
    text-transform: uppercase;
    font-size: 1.25rem;
}

.homeTitlePage {
    font-size: 2.5rem;
}

/* -- cover --*/

.pb_text-h1 {
    font-size: 3rem;
    font-weight: bold;
}
.pb_header-section .pb_wrapper .pb_text-header {
    font-size: 1.2rem;
    text-align: center;
}
.toUppercase {
    text-transform: uppercase !important;
}
section.pb_wrapper-section {
    background: #F6F7F8;
    color: var(--main-color);
    padding: 3rem 1rem;
}

#mainColumn .widgetSearch .widgetContent button .icon{
	color: #fff;
}
#mainFooter .widget .widgetTitle{
	color: #fff;
	font-weight: bold;
}
#mainFooter .widget .widgetContent ul li:before{
	color: var(--flash-color);
}

.container{
	width: 100%;
	overflow: hidden;
}

.pageHome #mainHeaderNav{
	
}

.beforeContent .widgetSearchAdvanced .widgetTitles{
	display: none;
}

/* -- text -- */

.PageSimple__productName {
    font-size: 2rem;
}

.widget.widgetInfosCom .widgetContent .textContentInfos h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.step-number {
    max-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--flash-color);
    color: var(--white-color);
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

.step1 button:hover span.icon, .step2 button:hover span.icon {
    color: var(--flash-color)
}

.widget.widgetInfosCom .parrainageColInfos .widgetTitle {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700 !important;
}

.widgetTitle {
    color: var(--flash-color);
}

.widgetContent.section-codeCadeau form {
    height: 60px;
    width: 60%;
    margin: 0 auto;
}

.widgetContent.section-codeCadeau form input {
    height: 100%;
    width: 70%;
    border: 1px solid #D9D9D9;
    padding: .5rem;
    font-size: 1rem;
}

.widgetContent.section-codeCadeau form button.button {
    width: 25%;
    height: 100%;
    border-radius: 0;
    background: var(--main-color);
}

/* -- content -- */

body.bubble #mainWrapper .wrapper #mainColumn .homeSearch {
    transform: translateY(-100px);
    margin-bottom: -100px;
	display: none;
}

.textContentInfos h3 {
    font-size: 1.25rem;
    font-weight: bold;
}

/*-- step2 --*/
.step2 section.sidebar {
    padding: 1.5rem 1rem;
}

.step2 section .wrapper {
    display: flex !important;
    row-gap: 1rem;
    flex-direction: column !important;
}

.step2 section .wrapper .product-name {
    font-size: clamp(24px, 1.8vw, 36px);
    text-transform: uppercase;
    font-weight: 900 !important;
}

.step2 .product-features li i.fa:before {
    content: "";
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: sub;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 1;
    transition: transform var(--ds-transition);
    will-change: transform clip-path;
    font-size: 1.1em;
    line-height: .6;
}

::before {}

.step2 .product-features li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: .8rem;
}

.product-detail.product-wrapper {
    background: #e7dbca;
    padding: 2rem 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 400px) 400px;
    grid-template-columns: calc(100% - 310px) 310px;
    grid-template-areas: "main sidebar";
    position: relative;
    transition: all .12s ease-in-out;
}

.validation-section {
    padding: 1rem 0;
    text-align: center;
}

.validation-section button.button {
    background: var(--flash-color);
    width: 100%;
    height: 60px;
    font-size: 1rem;
}

.step1 span.icon, .step2 span.icon {
    color: var(--light-color);
}


/* -- fiche produits sur la homepage -- */
.productDescToggle{
    display: flex;
    gap: .5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.15rem;
    text-align: center;
    padding: 1rem;
    margin: 1rem 0;
    font-weight: 600;
    cursor: pointer;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.productDescToggle .chevron{
    transition: transform .25s ease;
    display: flex;
    min-width: 40px !important;
    height: 40px;
    border-radius: 50%;
    background: var(--flash-color);
    color: var(--light-color);
    padding: 1px 1px 15px 1px;
    align-content: center;
    justify-content: center;
    font-size: 24px;
    align-items: center;
    flex-direction: column;
}

.productDescToggle .chevron.rotate{
transform: rotate(180deg);
}
.widget.widgetInfosCom {
    padding: 0 !important;
    display: grid;
    row-gap: 3rem;
}

.homeGenerateProduct.widgetProduct {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.homeGenerateProduct.widgetProduct .slider__nav {
	scroll-snap-type: x mandatory;
    display: flex;
    gap: 1rem;
	flex: 0 0 auto;
	flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;

    overflow-x: auto;        
    overflow-y: hidden;      
    
    scroll-behavior: smooth; 
    -webkit-overflow-scrolling: touch; 

    scrollbar-width: thin; 
	mask-image: linear-gradient(to right, transparent, black 0px, black calc(100% - 20px), transparent);/* Firefox */
}

.homeGenerateProduct.widgetProduct .slider__nav > * {
    scroll-snap-align: start;
}

.widgetProduct .slider__nav a.slider__navlink {
    min-width: 115px;
    min-height: 115px;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid var(--grey-color);
}

.widgetProduct .slider__nav a.slider__navlink:hover {
    border: 2px solid var(--flash-color);
}

.widgetProduct .slider__nav a.current {
    border-color: var(--flash-color);
}

.widgetProduct .slider__nav a img {
    width: 100%;
}

.productInformations {
    display: grid;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    padding: .85rem;
    align-content: space-between;
    background: var(--grey-color);
    border-radius: var(--radius-16);
}
.productCardHeader {
    border-bottom: 3px solid var(--grey-color);
    line-height: 24px;
}
.widgetProduct .productInformations .productBrand {
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--flash-color);
}
.widgetProduct .productInformations .productCategory {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
}
.widgetProduct .productInformations .productTitle {
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
}
.widgetProduct .productInformations .productReference {
    margin-bottom: 1rem;
}
.widgetProduct .productInformations .productReference .productRefLabel, .widgetProduct .productInformations .productReference .productRefName {
    font-size: 1rem !important;
}
.widgetProduct .productInformations .productReference .productRefLabel {
    color: #9d9d9d;
}
.widgetProduct .productInformations .productReference .productRefName {
    color: var(--main-color);
}
.widgetProduct .productInformations .productDescription, .parrainageColInfos .textContentInfos p {
    font-size: .9rem;
    font-weight: 400;
}
.parrainageColInfos .productCTA .productLink a {
    width: 100%;
}

.parrainageColInfos .productCTA {
    display: block;
    width: 100%;
}

.parrainageColInfos .productCTA .productLink {
    width: -webkit-fill-available;
}
@media (min-width: 1025px) {
    .widgetProduct .productInformations button.productDescToggle {
        display: none;
    }
}
/*-- parrainage homepage --*/
.parrainageColInfos {
    padding: .85rem;
    justify-content: space-between;
    align-content: space-between;
    background: var(--grey-color);
    border-radius: var(--radius-16);
 }

 .widget.Prefooter {
    text-align: center;
    font-size: 1.15rem;
    margin: 2rem 0 0 0;
}
/* -- footer -- */

body.bubble #mainFooter .logoWrapper figure img {
    max-height: 80px;
    width: auto;
}

body.bubble #mainWrapper .wrapper #mainColumn .widgetInspiration {
    margin-top: 30px;
}

body.bubble #mainWrapper .wrapper #mainColumn .widgetInspiration {
    margin-bottom: 50px;
}

body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch{
	/*background-image: url('../img/bg-home-search.png'),url('../img/bg-home-search.svg');*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left, right;
}
#mainFooter .mainRow .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}
#mainFooter .wrapper {
    max-width: var(--mainSection-width);
    margin: 0 auto;
    text-align: center;
}
#mainFooter .mainRow .wrapper .logoWrapper {
    margin-right: 0;
    margin-bottom: 1.2rem;
}
#mainFooter .mainRow .wrapper .logoWrapper figure {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 20px;
    box-shadow: none;
    background: none !important;
 }

.button .icon, #mainHeaderWidgets .widgetAdmin .widgetContent ul li a .icon {
    margin-right: 10px;
    font-size: 1.25rem;
    color: var(--second-color);
}

.beforeContent .widgetSearchAdvanced .widgetContent .formSubmit .button, .beforeContent .widgetSearchAdvanced #mainHeaderWidgets .widgetAdmin .widgetContent .formSubmit ul li a, #mainHeaderWidgets .widgetAdmin .beforeContent .widgetSearchAdvanced .widgetContent .formSubmit ul li a, .beforeContent .widgetSearchAdvanced #mainHeaderWidgets .widgetAdmin .widgetContent ul li .formSubmit a, #mainHeaderWidgets .widgetAdmin .beforeContent .widgetSearchAdvanced .widgetContent ul li .formSubmit a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
    background: var(--flash-color);
    color: var(--second-color);
}
#mainFooter .mainRow .wrapper .widgetsWrapper {
    display: flex;
    justify-content: center;
}
#mainFooter .widget {
    margin-left: 0;
}

/* Add css for Dekra Demo end */

.contentWrapper{
	overflow: hidden;
}

.widgetCover{
	position: relative;
}
.widgetCover .wrapper{
	max-width: var(--mainSection-width);
	margin: 0 auto;
}
.widgetCover figure{
	position: relative;
}
.widgetCover figure img{
	position: absolute;
	top:-200px;
	right: -100px;
	z-index: -1;
	
	width: 700px;
	height: 700px;
	
	object-fit: cover;
	
	border-radius: 50%;
	
	border: 20px solid #fff;
}
.widgetCover .logo{
	position: absolute;
	top:70px;
	right: 550px;
}
.widgetCover .wrapper .contentWrapper{
	
	min-height: 400px;
	padding: 0px 20px;
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.widgetCover .wrapper .contentWrapper .content{
	max-width: 500px;
}
.widgetCover h1{
	font-family: var(--title-font);
	color: var(--second-color);
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.widgetCover h2{
	font-family: var(--title-font);
	color: var(--main-color);
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
.widgetCover hr{
	max-width: 60px;
	border-color: var(--main-color);
	border-width: 2px;
}

@media only screen and (max-width: 1200px) {
	.widgetCover{
		display: flex;
		align-items: center;
	}
	.widgetCover  figure{
		display: flex;
		justify-content: center;
		
		margin: 0px;
		padding: 0px;
		
		position: relative;
		left: -50px;
	}
	.widgetCover  figure img{
		position: static;
		
		max-width: 400px;
		max-height: 400px;
	}
	.widgetCover .logo{
		right: unset;
		left: -20px;
		top: 20px;
	}
}
	
@media only screen and (max-width: 768px) {
	.widgetCover{
		flex-direction: column;
	}
	.cover {
		background-position: left;
	}
	.widgetCover .wrapper .contentWrapper{
		min-height: unset;
		position: relative;
		top: -25px;
	}
	.widgetCover figure{
		position: relative;
		top:-50px;
	}
	.widgetCover .logo{
		right: 70px;
		left: unset;
		top: 200px;
	}
	.widget.widgetInfosCom .caracteristiques-row {
		display: flex !important;
	}
	.phone-hidden {
		display: none !important;
	}
	.pageHome .anchor-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	}
}

section.widget.widgetMessage {
    background: var(--main-color) !important;
}

body.bubble #mainFooter {
    background: var(--main-color) 
}
.beforeContent .widgetSearchAdvanced .widgetContent .formSubmit .button, .beforeContent .widgetSearchAdvanced #mainHeaderWidgets .widgetAdmin .widgetContent .formSubmit ul li a, #mainHeaderWidgets .widgetAdmin .beforeContent .widgetSearchAdvanced .widgetContent .formSubmit ul li a, .beforeContent .widgetSearchAdvanced #mainHeaderWidgets .widgetAdmin .widgetContent ul li .formSubmit a, #mainHeaderWidgets .widgetAdmin .beforeContent .widgetSearchAdvanced .widgetContent ul li .formSubmit a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
    background: var(--flash-color);
    color: white;
}

/*
 * Style pour le widget newContact start
 */

 /* #mainHeaderWidgets .widgetNewContact .button, #mainHeaderWidgets .widgetNewContact .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetNewContact a {
    border: 1px var(--second-color) solid !important;
	color: var(--second-color)  !important;
} */

/*
 * Style pour la section actu
 */
.widget.widgetInfosCom .widgetContent.text-header {
    display: flex;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    align-items: center;
    gap: 1rem;
}

.widget.widgetInfosCom .widgetContent {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    align-items: center;
    gap: 1rem;
    margin: 1rem auto 3rem auto;
}

li.ongletCodes, li.ongletPoints, li.ongletListeEnvies{
        display:none !important;
}

body.bubble {
    background-color: #ffffff;
    background-image: none !important;
}

.widget.widgetInfosCom .widgetTitles {
    font-family: var(--title-font);
    color: var(--second-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.widget.widgetInfosCom .productCTA {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    /* border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; */
    margin-top: 1rem;
	align-items: center;
}

.widget.widgetInfosCom .productCTA .productPrice {
    font-size: 1.2rem;
    color: #000000;
	display: none;
}

.widget.widgetInfosCom .productLink a {
	background: var(--flash-color);
	padding-top: .65rem;
	padding-bottom: .65rem;
	color: #ffffff;
	padding: 1.5rem;
    font-weight: bold;
}

.widget.widgetInfosCom .widgetContent .textContentInfos {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: var(--dark-color);
}

.widget.widgetInfosCom ul li {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}
.validation-section .button:hover .icon {
    color: var(--light-color);
}

.widget.widgetInfosCom .caracteristiques-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    /* padding: 1rem; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.widget.widgetInfosCom .caracteristiques-row .item-avantage {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.widget.widgetInfosCom .caracteristiques-row .item-avantage img {
    width: 100%;
	height: auto;
}

.widget.widgetInfosCom .caracteristiques-row .item-avantage p {
    font-weight: 900;
}

.pageHome .anchor-container {
    display: inline-flex;
    align-content: center;
    align-items: center;
}

.anchor-container::before {
    content: "";
    width: .7rem;
    height: .7rem;
    margin-right: .5rem;
    background-color: var(--flash-color);
    display: inline-block;
    flex-direction: row;
    align-items: center;
    border-radius: 50%;
}

.anchor-container a {
    font-weight: bold;
    color: var(--flash-color);
    padding: 1rem 0;
    display: block;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	#mainHeader #mainLogoWrapper #mainLogo {
    max-height: 40px;
}
.productInformations{
    background: none;
}
    
body.bubble #mainFooter .logoWrapper figure img{
	max-height: 50px;
}

.widget.widgetInfosCom .widgetContent .textContentInfos {
    font-size: 2rem;
}

.widget.widgetInfosCom .widgetContent {
    display: block;
}

.productLink {
    width: 100%;
}

.widget.widgetInfosCom .productLink a {
    width: 100%;
}

body.bubble #mainFooter .widgetsWrapper {
    text-align: center;
}

    #mainFooter .secondRow {
        padding: 30px 20px;
        text-align: center;
    }
}


.modalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.modalOverlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modalBox {
  background: white;
  border-radius: 18px;
  padding: 28px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalFade .3s ease;
}

@keyframes modalFade {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.closeModalBtn {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 29px;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
}

.openModalBtn {
  padding: 10px 20px;
  background: #00A385;
  color: white;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: none;
}

.widgetMessage.premium {
  background: linear-gradient(145deg, #ffffff, #f2f4f7);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  max-width: 750px;
  margin: 0 auto;
  font-family: "Inter", system-ui, sans-serif;
}

.widgetMessage.premium .steps-list li {
  counter-increment: premium-counter;
  padding: 20px 28px;
  margin-bottom: 18px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eaeaea;
  position: relative;
}
section.widget.widgetMessage{
background:unset !important;
}

.widgetMessage.premium .steps-title {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #111;
  font-weight: 600;
}

.widgetMessage.premium .steps-intro {
  color: #555;
  margin-bottom: 26px;
}

.widgetMessage.premium .steps-list {
  list-style: none;
  padding: 0;
  counter-reset: premium-counter;
}

.widgetMessage.premium .steps-list li::before {
  content: counter(premium-counter);
  position: absolute;
  left: -18px;
  top: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widgetMessage.premium h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.widgetMessage .wrapper{
color: #00a385 !important;
}

.panierActions button{
display: none !important;
}


