/**** SPECIAL FONT *****/
.knewave-regular {
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
}

/***** MOBILE FIRST *****/
/* mixin for Mobiles/Tablet Portrait up : max-width 600px; */

.underline::after {
    content: '';
    width: 9rem;
    height: 5px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

/*****  HEADER COPY ONLY not fixed*****/
header {
	width:100%;
	z-index: 600;
}
.header-info {
	max-width:600px;
	margin:0 auto;
	background-color: var(--bg-yellow-color);
    border-bottom: 1px solid #e0e0e0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.header-info p {
	padding:6px;
}
/**********  MAIN CONTENT  **********/
section {
	max-width:600px;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
#two-columns {
	width:100%;
	margin-left:auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#three-columns {
	width:100%;
	margin-left:auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#four-columns {
	width:100%;
	margin-left:auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

/*****  SECTION CTA BOOK/FIK AVEC ANIMATION  *****/
/* cssfx.netlify.app - effet shine */

.webform-row-en {
	padding: 15px 0 0 0;
	width: 100%;
	max-width: 355px;
	position: relative;
	margin: auto;
}
.webform-row-fr {
	padding: 0;
	width: 100%;
	max-width: 385px;
	position: relative;
	margin: auto;
}
#webform-cta  {
	margin:10px 0 15px;
	text-align: center;
}
#cta-book a {
  width: 100%;
  max-width: 246px;
  padding: 18px 40px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  background-color: hsl(0 0% 100%);
  color: var(--primary-color);
  font-family: var(--primary-font-family);
  font-size: 1.625rem; /*équiv. 26px pour mobile*/
  line-height: 1.625;
  letter-spacing: 0.02em;
  transition: all 300ms ease 0s;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

#cta-book-fr a {
    width: 100%;
    max-width: 350px;
    padding:18px 30px;
    cursor:pointer;
    text-decoration: none;
    border:none;
    border-radius: 50px;
    background-color: hsl(0 0% 100%);
    color:var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 1.625rem; /* equiv 26px pour mobile */
    line-height: 1.625;
    letter-spacing: 0.02em;
    transition: all 300ms ease 0s;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

#cta-book a::after {
  content: '';
  z-index: -1;
  background-color: hsla(41 100% 48.4% / 0.24);/* léger reflet pour rester subtil */
  position: absolute;
  top: -35%;
  bottom: -60%;
  width: 1.25em;
  transform: translate3d(-830%, 0, 0) rotate(35deg);
}

#cta-book-fr a::after {
  content: '';
  z-index: -1;
  background-color: hsla(41 100% 48.4% / 0.24);/* léger reflet pour rester subtil */
  position: absolute;
  top: -35%;
  bottom: -60%;
  width: 1.25em;
  transform: translate3d(-1100%, 0, 0) rotate(35deg);
}

#cta-book a:hover::after, #cta-book-fr a:hover::after {
  transition: transform 0.45s ease-in-out;
  transform: translate3d(200%, 0, 0) rotate(35deg);
}

#cta-book a:hover, #cta-book-fr a:hover {
  background-color: var(--bg-yellow-color);
  color: var(--secondary-color);
}

#cta-book.border a, #cta-book-fr.border a {
	border:2px solid var(--primary-color);
}

#cta-book.border a:hover, #cta-book-fr.border a:hover {
	border:2px solid var(--secondary-color);
}

#cta-fik a {
    width: 100%;
    max-width: 340px;
    padding:18px 20px;
    cursor:pointer;
    text-decoration: none;
    border:2px solid var(--primary-color);
    border-radius: 50px;
    background-color: transparent;
    color:var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 1.625rem; /* equiv 26px pour mobile */
    line-height: 1.625;
    letter-spacing: 0.02em;
    transition: all 300ms ease 0s;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

#cta-fik-fr a {
    width: 100%;
    max-width: 350px;
    padding:18px 18px;
    cursor:pointer;
    text-decoration: none;
    border:2px solid var(--primary-color);
    border-radius: 50px;
    background-color: transparent;
    color:var(--primary-color);
    font-family: var(--primary-font-family);
    font-size: 1.375rem; /* equiv 22px pour mobile */
    line-height: 1.625;
    letter-spacing: 0.00em;
    transition: all 300ms ease 0s;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

#cta-fik a::after {
  content: '';
  z-index: -1;
  background-color: hsla(0, 0%, 0%, 0.05);/*(258 100% 47.1% / 0.33) léger reflet pour rester subtil */
  position: absolute;
  top: -35%;
  bottom: -25%;
  width: 1.25em;
  transform: translate3d(-300px, 0, 0) rotate(35deg);
}
#cta-fik-fr a::after {
  content: '';
  z-index: -1;
  background-color: hsla(0, 0%, 0%, 0.05);/*(258 100% 47.1% / 0.33) léger reflet pour rester subtil */
  position: absolute;
  top: -35%;
  bottom: -25%;
  width: 1.25em;
  transform: translate3d(-355px, 0, 0) rotate(35deg);
}

#cta-fik a:hover::after, #cta-fik-fr a:hover::after {
  transition: transform 0.45s ease-in-out;
  transform: translate3d(200%, 0, 0) rotate(35deg);
}

#cta-fik a:hover, #cta-fik-fr a:hover {
    background-color: var(--primary-color);
    color:white;
}

/*****  MAIN OFFER BG AVEC ANIMATION  *****/
/* animated-gradient-background-generator.netlify.app */

main.bg-pattern, #ready-next {
  /*BG ANIME */
  background: linear-gradient(240deg,#1F0262,#4700F0,#1F0262,#4700F0);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

/*BG ANIME */
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/*****  SECTION INTRO BLOC OFFER *****/
section#intro-offer {
	padding: 10px 10px 40px;
	margin:0 auto;
}
section#intro-offer img.logo {
	min-width:190px;
	max-width: 190px;
}

/**** SECTION WHO IS LMD - 1 col ****/
section#who-is-lmd {
	padding:50px 20px;
}
section#who-is-lmd p {
	font-family: var(--secondary-font-family);
    font-size: 1.25rem !important;
    color: var(--paragraph-font-color);
    line-height: 1.4;
    text-align: left;
}

/* Liste avec icon personalise emoji */
ul.icon-emoji-list {
  	margin-left: 40px;
	padding-left: 0;
	list-style: none;
	font-family:var(--secondary-font-family) !important;
    font-size:1.25rem !important; /* equiv 20px */
    color:var(--paragraph-font-color);
    line-height: 1.4;
    text-align: left;
}
ul.icon-emoji-list li {
	padding:15px 0 20px;
}
ul.icon-emoji-list > li:nth-child(1) {
  list-style: "\1f4b8";
  list-style-position: outside;
  padding-left: 10px;
}
ul.icon-emoji-list > li:nth-child(2) {  
  list-style: "\1F4DA";
  list-style-position: outside;
  padding-left: 10px;
}
ul.icon-emoji-list > li:nth-child(3) {
  list-style: "\2728";
  list-style-position: outside;
  padding-left: 10px;
}
ul.icon-emoji-list > li:nth-child(4) {
  list-style: "\1F4AA";
  list-style-position: outside;
  padding-left: 10px;
}


/*****  SECTION WHY LMD *****/
section#why {
	padding:0 20px;
}
section#why #three-columns {
	background-color:var(--bg-purple-color);
	padding:15px 30px 30px;
	margin: 10px 0;
}
/* Liste avec icon check blue*/
ul.icon-arrow-list {
  	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family:var(--secondary-font-family) !important;
    font-size:1.25rem !important; /* equiv 20px */
    color:var(--paragraph-font-color);
    line-height: 1.4;
    text-align: left;
}
ul.icon-arrow-list li {
	padding:15px 0 20px 48px;
  background-image: url("/themes/custom/lasik/lp/images/img-generic/icon-check-yellow.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size:45px;
}
/* Liste avec icon personnalise pour titre why choose LMD*/
ul.icon-dollar-list {
    margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family:var(--primary-font-family) !important;
    font-size: 1.625rem !important; /* equiv 26px */
    line-height: 1.2;
    color:var(--title-font-color);
    text-align: left;
}
ul.icon-dollar-list li {
	padding:24px 0 20px 48px;
  background-image: url("/themes/custom/lasik/lp/images/img-generic/icon-affordability.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size:50px;
}
ul.icon-exp-list {
    margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family:var(--primary-font-family) !important;
    font-size: 1.625rem !important; /* equiv 26px */
    line-height: 1.2;
    color:var(--title-font-color);
    text-align: left;
}
ul.icon-exp-list li {
	padding:24px 0 20px 48px;
  background-image: url("/themes/custom/lasik/lp/images/img-generic/icon-experience.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size:50px;
}
ul.icon-care-list {
    margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family:var(--primary-font-family) !important;
    font-size: 1.625rem !important; /* equiv 26px */
    line-height: 1.2;
    color:var(--title-font-color);
    text-align: left;
}
ul.icon-care-list li {
	padding:24px 0 20px 48px;
  background-image: url("/themes/custom/lasik/lp/images/img-generic/icon-technology.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size:50px;
}

/*****  SECTION CHOOSE CONSULT *****/
section#choose {
	padding:0px 10px;
}
section#choose #two-columns {
	/*background-color:var(--bg-purple-color);*/
	border: 1px solid #e0e0e0;
	padding:30px 20px;
	margin: 20px 0 0px;
}
/* Liste avec icon arrow grey*/
ul.icon-arrow-grey {
  	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family:var(--secondary-font-family) !important;
    font-size:1rem !important; /* equiv 20px */
    color:var(--paragraph-font-color);
    line-height: 1.4;
    text-align: left;
}
ul.icon-arrow-grey li {
	padding:7px 0 8px 35px;
  background-image: url("/themes/custom/lasik/lp/images/img-generic/icon-arrow-grey.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size:25px;
}

/*****  SECTION GET LASIK : BENEFITS LASIK  *****/
section#get-lasik, section#get-lasik-fr {
	margin:30px 0 0;
	background-color:#3900BC;
}
section#get-lasik #two-columns.bloc-left{
	padding:8% 7%;
}
section#get-lasik-fr #two-columns.bloc-left{
	padding:8% 7%;
}
li.copy-intro {
	font-family:var(--secondary-font-family);
    font-size:1.25rem !important; /* equiv 20px */
    color:var(--paragraph-font-color);
    line-height: 1;
    text-align: left;
}
section#get-lasik #two-columns.img-bf-lifestyle, section#get-lasik-fr #two-columns.img-bf-lifestyle {
	/*background-image: url("/themes/custom/lasik/lp/images/img-generic/img-benefits-bloc-form.png");
	background-position: bottom;
  	background-repeat: no-repeat;
  	background-size: cover;*/
  	overflow: hidden;
  	min-height: 300px;
}
/*** creation section pour la gestion des images avec arrow qui depasse ***/
section#get-lasik-arrow {
	margin:0;
	padding: 0;
}
.remove-mobile {
	display: none;
}


/*****  SECTION COUNTDOWN AND OFFER *****/
section#memo-offer {
	margin:0 auto;
}
.paragraph-countdown {
	justify-content: center;
}
.paragraph-countdown .box {
	margin:2%;
}

/*****  SECTION GOOGLE REVIEWS *****/
section#google-reviews-copy {
	padding: 20px 0;	
}
section#google-reviews img.reviews{
	min-width:315px;
	max-width: 315px;
	margin:0 auto;
}

/*****  SECTION READY TO BE NEXT 
#ready-next {
	background-image:linear-gradient(180deg, #d4bffa, #3900BC);
}*****/

/*****  SECTION 4 REVIEWS *****/
img.quote {
	max-width: 110px;
	margin:0 auto;
}
section#blocreviews {
	padding:0 20px 20px;
}
section#blocreviews .reviews-copy{
	/*background-color:white;
	border:1px #AEAEAE solid;*/
	background-color: var(--bg-yellow-color);
	padding:30px;
	margin: 10px 0;
}
section#blocreviews .reviews-copy img.stars{
	max-width: 176px;
  margin: 0 auto 20px;	
}
section#blocreviews .reviews-img{
	margin: 10px 0;
}
section#blocreviews .reviews-img img {
	display: none;
}

/*****  SECTION FAQs *****/
section#faq {
	padding: 40px 20px 0;	
}


/*****  SECTION FIK *****/
section#get-fik, section#get-fik-fr {
	background-color:var(--bg-purple-color);
}
section#get-fik #two-columns.bloc-left {
	padding:8% 11%;
}
section#get-fik-fr #two-columns.bloc-left {
	padding:8% 5%;
}
section#get-fik #two-columns.img-bf-fik, section#get-fik-fr #two-columns.img-bf-fik  {
	background-image: url("/themes/custom/lasik/lp/images/img-generic/img-bg-women.png");
	background-position: left;
  	background-repeat: no-repeat;
  	background-size: cover;
  	overflow: hidden;
  	min-height: 235px;
}


/*****  SECTION FOOTER *****/
footer {
	max-width:600px;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.footer-copy{
	padding: 0rem 1rem 1rem;
}




/***** MOBILE FIRST *****/
/* mixin for Mobiles/Tablet Portrait up : max-width 600px; */

/* mixin for Tablet Landscape up; */
@media screen and (min-width : 601px) and (max-width : 900px) {
	/*BGimg LASIK days main.bg-pattern {
		background-image: url(/themes/custom/lasik/lp/images/img-generic/lasik-days-img/lasik-days-bg-light-pattern-desktop.png);
  		height: auto;
	} */
	#content {
		max-width: 900px;
	}
	.header-info {
		max-width:900px;
	}
	section, section#intro-offer, section#why, section#choose, section#get-lasik, section#get-lasik-fr, section#blocreviews, section#faq, section#get-fik, section#get-fik-fr {
		max-width:800px;
	}
	section#intro-offer img.logo {
		max-width:300px;
	}
	footer {
		max-width:900px;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		padding-top:12rem;
	}
	.footer-copy {
		padding:2rem 1rem;
	}
}



/* mixin for Desktop up; */
@media screen and (min-width : 901px) and (max-width : 1200px) {
	/*BGimg LASIK daysmain.bg-pattern {
		background-image: url(/themes/custom/lasik/lp/images/img-generic/lasik-days-img/lasik-days-bg-light-pattern-desktop.png);
  		height: auto;
	} */
	#content {
		max-width: 1200px;
	}
	.header-info {
		max-width:1200px;
	}
	section{
		max-width:1200px;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	#two-columns {
		max-width: calc(100% / 2);
	}
	#three-columns {
		max-width: calc(100% / 3);
	}
	#four-columns {
		max-width: calc(100% / 4);
	}
	#two-columns, #three-columns, #four-columns {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	section#intro-offer img.logo {
		max-width:300px;
	}
	section#intro-offer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#intro-offer img.logo {
		max-width:350px;
	}
	section#who-is-lmd {
		max-width: 850px;
		margin-left:auto;
		margin-right:auto;
	}
	section#who-is-lmd p {
    	text-align: center;
	}
	section#why #three-columns { 
		margin: 10px;
		max-width: calc(100%/3 - (20px) );
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#choose {
		padding:0px 20px;
	}
	section#choose #two-columns { 
		margin: 20px;
		padding:30px;
		max-width: calc(100%/2 - (40px) );
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#get-lasik, section#get-lasik-fr {
		max-width: 100%;
	}
	section#get-lasik #two-columns.bloc-left, section#get-lasik-fr #two-columns.bloc-left {
		padding:5% 9%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.remove-mobile {
		display: block;
	}
	section#memo-offer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#blocreviews {
		width:100%;
		max-width: 1200px;
	}
	section#blocreviews .reviews-img img{
		width:100%;
		height:auto;
		display: block;
	}
	section#blocreviews #four-columns { 
		margin: 40px 10px;
		max-width: calc(100%/4 - (20px) );
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#get-fik, section#get-fik-fr {
		max-width: 100%;
	}
	section#get-fik #two-columns.bloc-left {
		padding:5% 9%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#get-fik-fr #two-columns.bloc-left {
		padding:5% 4%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#faq { 
		max-width: 550px;
	}
	footer {
		width:100%;
		max-width: 820px;
        margin-left: auto;
        margin-right: auto;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
	}
	.footer-copy {
		padding:2rem 1rem;
	}
}

/* mixin for Big Desktop up */
@media screen and (min-width : 1201px) and (max-width : 4000px) {
	/*BGimg LASIK days main.bg-pattern {
		background-image: url(/themes/custom/lasik/lp/images/img-generic/lasik-days-img/lasik-days-bg-light-pattern-desktop.png);
  		height: auto;
	}*/
	#content {
		max-width: 1920px;
	}
	.header-info {
		max-width:1920px;
	}
	section {
		max-width:1300px;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	#two-columns, #three-columns, #four-columns {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#two-columns {
		max-width: calc(100% / 2);
	}
	#three-columns {
		max-width: calc(100% / 3);
	}
	#four-columns {
		max-width: calc(100% / 4);
	}
	section#intro-offer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#intro-offer img.logo {
		max-width:350px;
	}
	section#who-is-lmd {
		max-width: 850px;
		margin-left:auto;
		margin-right:auto;
	}
	section#who-is-lmd p {
    	text-align: center;
	}
	section#why #three-columns { 
		margin: 10px;
		max-width: calc(100%/3 - (20px) );
	}
	section#choose {
		padding:0px 20px;
	}
	section#choose #two-columns { 
		margin: 20px 20px 0px;
		padding:30px 5%;
		max-width: calc(100%/2 - (40px) );
	}
	section#get-lasik, section#get-lasik-fr {
		max-width: 100%;
	}
	section#get-lasik #two-columns.bloc-left {
		padding:7% 7%;
	}
	section#get-lasik-fr #two-columns.bloc-left {
		padding:5% 6%;
	}
	.remove-mobile {
		display: block;
	}
	section#memo-offer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section#blocreviews {
		width:100%;
		max-width: 1600px;
	}
	section#blocreviews .reviews-img img{
		width:100%;
		height:auto;
		display: block;
	}
	section#blocreviews #four-columns { 
		margin: 40px 10px;
		max-width: calc(100%/4 - (20px) );
	}
	section#get-fik, section#get-fik-fr {
		max-width: 100%;
	}
	section#get-fik #two-columns.bloc-left {
		padding:5% 8%;
	}
	section#get-fik-fr #two-columns.bloc-left {
		padding:5% 4%;
	}
	section#faq { 
		max-width: 600px;
	}
	footer {
		max-width:1300px;
		width: 100%;
		max-width: 820px;
        margin-left: auto;
        margin-right: auto;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
	}
	.footer-copy {
		padding:0 0 3rem 0;
		width: 100%;
	}
}




