/* Le lab */

:root {
	--yellow: #7E4AC0;
	--color1: #7E4AC0;
	--blue: #966FDC;
	--color2: #966FDC;
	--lightGrey: #F9F6F6;
	--gradient1: linear-gradient(180deg, rgba(150, 111, 220, 0.09) 0%, rgba(150, 111, 220, 0.30) 100%);
	--gradient2: linear-gradient(180deg, rgba(150, 111, 220, 0.60) 0%, rgba(150, 111, 220, 0.19) 100%);
	--gradient3: linear-gradient(180deg, rgba(150, 111, 220, 0.001) 0%, rgba(150, 111, 220, 0.30) 100%);
}

body.header-light {
	padding-top: 0;
}
body.header-light header {}
body.header-light:not(.scrolled) header {
	background-color: transparent;
	padding-top: var(--gutter);
	padding-bottom: var(--gutter);
}
.header-logo .logo-title {
	font-size: 1.2em;
	font-weight: 600;
}
.header-logo .logo-baseline {
	font-size: 0.9em;
	font-weight: 600;
	margin-top: 0.25em;
	color: var(--color2);
}
header .main-nav ul {
	font-size: 0.875em;
}

body.header-light:not(.scrolled) .moving-button {
	color: var(--textColor);
}

section[class*="bg-gradient-"] > .inner {
	position: relative;
	overflow: clip;	
}
.bg-gradient-y > .inner, 
.bg-gradient-v5-a > .inner {
	position: relative;
	background: var(--gradient1);
	position: relative;
	overflow: clip;
}
.bg-gradient-y > .inner::after, 
.bg-gradient-v5-a > .inner::after {
	content: '';
	position: absolute;
	top: calc(100% - 7.5em);
	left: -10%;
	width: 120%;
	height: 40em;
	border-radius: 50%;
	background-color: var(--color1);
	filter: blur(75px);
}
.bg-gradient-b > .inner, 
.bg-gradient-v5-b > .inner {
	position: relative;
	background: var(--gradient2);
	position: relative;
	overflow: clip;
}
.bg-gradient-b > .inner::after, 
.bg-gradient-v5-b > .inner::after {
	content: '';
	position: absolute;
	bottom: calc(100% - 7.5em);
	left: -10%;
	width: 120%;
	height: 40em;
	border-radius: 50%;
	background-color: var(--color1);
	filter: blur(75px);
}

.v5-box.bg-gradient-y  {
	position: relative;
	background: var(--gradient2);
	position: relative;
	overflow: clip;
}
.v5-box.bg-gradient-y::after {
	content: '';
	position: absolute;
	top: calc(100% - 7.5em);
	left: -10%;
	width: 120%;
	height: 40em;
	border-radius: 50%;
	background-color: var(--color1);
	filter: blur(75px);
}
.v5-box.bg-gradient-b {
	position: relative;
	background: var(--gradient2);
	position: relative;
	overflow: clip;
}
.v5-box.bg-gradient-b::after {
	content: '';
	position: absolute;
	bottom: calc(100% - 7.5em);
	left: -10%;
	width: 120%;
	height: 40em;
	border-radius: 50%;
	background-color: var(--color1);
	filter: blur(75px);
}
.v5-box.bg-gradient-y > *,
.v5-box.bg-gradient-b > *,
.v5-box.bg-gradient-c > *,
section[class*="bg-gradient-"] > .inner > .wrapper {
	position: relative;
	z-index: 2;
}

.v5-box.bg-gradient-c {
	position: relative;
	background: var(--gradient3);
	position: relative;
	overflow: clip;
}
.v5-box.bg-gradient-c::after {
	content: '';
	position: absolute;
	top: calc(100% - 2.5em);
	left: -10%;
	width: 120%;
	height: 40em;
	border-radius: 50%;
	background-color: var(--color1);
	filter: blur(75px);
}


.v5-box.bg-gradient-y > .text,
.v5-box.bg-gradient-y > .title {
	color: #fff;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25em;
	justify-content: center;
}
.buttons.center {
	justify-content: center;
}
.buttons.left {
	justify-content: start;
	margin-left: 0 !important;
}
.buttons.right {
	justify-content: end;
}

.btn-crea {
	box-shadow: none !important;
	font-size: 0.875em;
	padding: 1.5em 2.3em;
}
.btn-crea {
	color: #fff;
}
.btn-crea:hover {
	color: var(--textColor);
}
.btn-crea.white {
	color: var(--textColor);
}
.btn-crea.white:hover {
	color: #fff;
}
.btn-crea.alt {
	background-color: var(--color2);
	color: #fff;
}
.btn-crea.alt:hover {
	background-color: var(--color1);
	color: #fff;
}

.title.mediumplus > * {
	font-size: 2.1875em;
	font-weight: 600;
}
.title > * span {
	color: var(--color1);
}
.title.mediumless > * {
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: 600;
}

.v5-box.bordered {
	border: 1px solid #E5E5E5;
}
.v5-box.normal {
	padding-bottom: 3.5em;
}

.v5-box .text.lh-plus p,
.v5-box .text.lh-plus ul,
.v5-box .text.lh-plus ol {
	line-height: 1.8em;
}


.v5-box img.rounded {
	border-radius: 50%;
}

.accordeon-line .headline strong {
	font-weight: 500 !important;
}

.v5-box.ill-tags {
	overflow: clip;
}
.v5-box.ill-tags .text img {
	width: calc(100% + 5em);
	max-width: calc(100% + 5em);
	margin-left: -2.5em;
}

.lab-formation-box {
	position: relative;
	border-radius: 1em;
	border: 1px solid #eee;
	padding: 1.25em 1.25em 6.5em 1.25em;
	height: 100%;
}
.lab-formation-box .ill {
	position: relative;
	border-radius: 1em;
	overflow: clip;
}
.lab-formation-box .ill::after {
	content: '';
	display: block;
	padding-bottom: 66%;
}
.lab-formation-box .tag {
	z-index: 3;
	position: absolute;
	bottom: 1em;
	right: 0.5em;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 0.5rem 0.625rem;
	font-size: 0.8125em;
	font-weight: 600;
}
.lab-formation-box .content {
	padding: 1.25rem 0 0.25rem 0;
	text-align: left;
}
.lab-formation-box .content > *:not(:first-child) {
	margin-top: 1rem;
}
.lab-list ul {
	list-style-type: none;
	margin-left: 0;
}
.lab-list li {
	position: relative;
	margin-bottom: 0.33em;
	padding-left: 2.1em;
	font-weight: 500;
}
.lab-list li::before {
	content: '';
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 1.3em;
	height: 1.3em;
	background-image: url(../../img/lab-check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.lab-formation-box .action {
	position: absolute;
	left: 1.25em;
	width: calc(100% - 2.5em);
	bottom: 1.5em;
}
.btn-crea.lab-light {
	background: rgba(126, 74, 192, 0.10);
	color: var(--color1);
	text-transform: none;
}
.btn-crea.lab-light:hover {
	background-color: var(--color1);
	color: #fff;
}
.lab-formation-box .action a {
	font-size: 0.9375em;
}

.lf-wrapper .builder-grid.keypoints {
	justify-content: start;
}

.the-form .title-small > * {
	font-weight: 400;
	font-size: 0.875em;
}
.the-form .title-small {
	margin-bottom: 0.65em;
}
.the-form.light-form form > div {
	padding-bottom: 0.65em;
}
.the-form.light-form input:not([type="submit"]),
.the-form.light-form textarea,
.the-form.light-form select {
	border-radius: 0.75em;
	border: 1px solid #d6d6d6;
}

.the-form input[type="submit"] {
	border-radius: 9999px;
	border: none;
	background-color: var(--color1);
	color: #fff;
	font-weight: 600;
	padding: 1.25em;
}
.the-form .wpcf7-not-valid-tip {
	margin-top: 0.5em;
	font-size: 0.75em;
}

*[class*="wrapper-"] {
	margin-left: auto;
	margin-right: auto;
}

.titles-carousel {
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease;
  padding-bottom: 4px;
}

.titles-carousel .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.titles-carousel .line.is-active {
  opacity: 1;
  transform: translateY(0);
}

.main-nav > ul > li:not(:last-child) {
	margin-right: 1.5em;
}
.featured-tel a {
	position: relative;
	padding: 1em 1.5em 1em 3.6em !important;
	background-color: #fff;
	font-weight: 600;
	border-radius: 9999px;
	border: 1px solid #d6d6d6;
	white-space: nowrap;
}
.featured-tel a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3.6em;
	height: 100%;
	background-image: url(../../img/icon-phone1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.05em auto;
	transition: 0.3s;
}
.featured-tel a:hover {
	background-color: var(--color1);
	color: #fff !important;
	border-color: var(--color1);
}
.featured-tel a:hover::before {
	filter: brightness(0) invert(1);
}


footer {
	background-color: #fff;
	color: var(--textColor);
	padding: calc(var(--gutter) * 0.25) 0 calc(var(--gutter) * 1) 0;
}
footer .header-logo {
	font-size: 0.9em;
}
.back-to-top {
	background-image: url(../../img/arrow-white.svg);
	background-size: 45% auto;
}

.mobile-menu {
	background: var(--color1);
}
.mobile-menu .header-logo {
	padding: 2em 1em;
	text-align: center;
}
.mobile-menu .header-logo .logo-baseline {
	color: #fff;
}

@media screen and (max-width: 1200px) {
  .header-logo {
    flex: 0 0 15em;
  }
  .main-nav > ul > li:not(:last-child) {
	  margin-right: 0.5em;
	}
}
@media screen and (max-width: 1100px) {
  header {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 751px) {
  .header-hamburger {
    display: none;
  }
}
@media screen and (max-width: 750px) {
	.main-nav li:not(.featured-tel) {
		display: none;
	}
	header .header-hamburger {
		display: flex;
		flex: 1;
	}
	header .header-logo {
		flex: 2;
		text-align: center;
	}
	header .header-nav {
		flex: 1;
	}
}
@media screen and (max-width: 600px) {
  header {
    padding: 0.5em 1.25em;
  }
  body.header-light:not(.scrolled) header {
    padding: 1.5em 1.25em;
  }
	.main-nav { 
		display: block;
	}
	header .header-nav { 
		display: flex;
	}
	header .header-hamburger {
		flex: 0 0 4em;
	}
  .keypoints > *, .keypoints > .regular,
  .keypoints > *, .keypoints > .midsize {
    flex: 0 0 100%;
  }
  section[class*="bg-gradient-"] {
    padding: 1em 0.5em !important;
  }
/*  .footer-grid {
  	flex-direction: column-reverse;
  }*/
  footer .header-logo,
  footer .text.aRight {
  	text-align: left !important;
  } 
  .footer-grid > * {
  	flex: 0 0 100%;
  }
}
@media screen and (max-width: 500px) {
	header .header-nav {
		flex: 0 0 5em;
	}
	.main-nav .featured-tel a {
		padding: 0 !important;
		width: 3em;
		height: 3em;
		background-color: transparent;
		border: none;
	}
	.main-nav .featured-tel a:hover {
		background-color: transparent;
	}
	.main-nav .featured-tel a .sr-only {
	  display: none;
	}
	.main-nav .featured-tel a:hover::before {
	  filter: none;
	}
}

.v5-intro-grid .v5-box:not(.yellow-label) .comp-label {
	border-color: #fff !important;
}
.v5-box:not(.bg-transparent) .comp-label,
.v5-box.bg-blue .comp-label {
	color: #fff !important;
}
.w-ou::after {
	color: #fff;
}

.slick-slider>button {
  z-index:11;
  position:absolute;
  top:50%;
  font-size:0;
  cursor:pointer;
  border:none;
  transition:0.3s
}
.slick-slider>button.slick-prev {
  left:0;
  transform:translateY(-50%) rotate(-90deg)
}
.slick-slider>button.slick-next {
  right:0;
  transform:translateY(-50%) rotate(90deg)
}
.slick-slider>button {
  display:block;
  width:32px;
  height:32px;
  border-radius:50%;
  background-color:#000;
  color:#fff
}
.slick-slider>button:hover {
  background-color:#fff;
  color:#000
}
.slick-slider>button::before {
  content:'';
  position:absolute;
  top:14px;
  right:18%;
  width:40%;
  height:3px;
  background-color:currentColor;
  transform:rotate(45deg)
}
.slick-slider>button::after {
  content:'';
  position:absolute;
  top:14px;
  left:18%;
  width:40%;
  height:3px;
  background-color:currentColor;
  transform:rotate(-45deg)
}

.box-progenda.bg-lightBlue {
	background-color: var(--color2) !important;
	color: #fff;
}
.box-progenda.bg-lightBlue .excerpt::before {
	filter: brightness(0) invert(1);
}


.builder-grid .hide {
	display: none;
}

.lf-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25em;
}
.lf-tags > * {
	padding: 0.5em;
}
.lf-tags a {
	display: block;
	padding: 1em 1.25em;
	border-radius: 9999px;
	background-color: #fff;
	border: 1px solid #eee;
	font-weight: 600;
}
.lf-tags a.active {
	border: 2px solid #7E4AC0;
	background: rgba(126, 74, 192, 0.10);
	box-shadow: 0 0 12px 0 rgba(126, 74, 192, 0.15);
	color: var(--color1);
}
.lf-tags a:not(.active):hover {
	background-color: #eee;
}
.lf-tags a.default {
	position: relative;
	padding-left: 3em;
}
.lf-tags a.default::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0.5em;
	width: 2.5em;
	height: 100%;
	background-image: url(../../img/icon-all.png);
	background-size: 1.25em auto;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
	.lf-tags {
		min-width: calc(100% + (var(--gutter) * 2));
		margin-left: calc(var(--gutter) * -1);
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: left;
	}
	.lf-tags > * {
		flex: 0 0 auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 600px) {
	.lf-tags { display: none; }
}

.main-nav > ul > li.current-menu-item > a::before,
.main-nav > ul > li.current-menu-ancestor > a::before {
	display: none;
}
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-ancestor > a {
	color: var(--color1);
}

.title + .titles-carousel {
	margin-top: -0.75em;
}

.underlineOnHover a {
	text-decoration: none !important;
}
.underlineOnHover a:hover {
	text-decoration: underline !important;
}