/* -- header --*/

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



/* -- cover --*/

#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 -- */

.widgetTitle {
    color: var(--flash-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;
}

/* -- 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 .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: var(--button-icon-size);
    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);
}

/* 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 {
    display: flex;
	font-size: 3.2rem;
	font-weight: bold;
    line-height: 1.25;
    text-align: left;
	align-items: center;
	gap: 1rem;
}

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%;
}

.widget.widgetInfosCom ul li {
    font-size: 1rem;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #000000;
    border-left: 5px solid var(--flash-color);
    padding-left: 1rem;
}
.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;
}

.flash-color {
    color: #24a285;
}

.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;
}

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;
}

.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;


