/** Shopify CDN: Minification failed

Line 147:0 All "@import" rules must come first

**/


/*
  _____   ______          ______  _  _______ _______ 
 |  __ \ / __ \ \        / / __ \| |/ |_   _|__   __|
 | |__) | |  | \ \  /\  / | |  | | ' /  | |    | |   
 |  _  /| |  | |\ \/  \/ /| |  | |  <   | |    | |   
 | | \ \| |__| | \  /\  / | |__| | . \ _| |_   | |   
 |_|  \_\\____/   \/  \/   \____/|_|\_|_____|  |_|   
                                                     
V1 - 11/02/2025 - 15:37
NE PAS SUPPRIMER
 */

 /* TOUT CE QUE TU DOIS METTRE SOUS VARIABLE 
 
 
 Border si y'en a (image, bloc ...etc)
 Texte si besoin vérifier
 couleurs fond

 */



:root {
    /* GÉNÉRAL */
    --rowokit-padding-phone: 12px; /* bord sur les cotés gauche et droite des sections */

    --rowokit-border-radius-bloc: 10px; /* border radius sur les différents blocs et images*/
    --rowokit-top-padding-section: 34px; /* espacement au dessus des sections*/
    --rowokit-bottom-padding-section: 34px; /* espacement en dessous des sections */

    /* COULEURS */
    --rowokit-accent-color-01: #393160;
    --rowokit-accent-color-02: #E1E1E1;
    --rowokit-stars-color: green; /* couleurs des étoiles sur les sections de preuves sociales */

    
    --rowokit-section-bg-color-00: none;
    --rowokit-section-bg-color-01: #F1EDFE;
    --rowokit-section-bg-color-02: #F1EDFE;

    /* BOUTONS */
    --rowokit-border-radius-btn-primary: 23px; /* border radius du bouton principal*/
    --rowokit-bg-btn-primary: #E9573D;
    --rowokit-color-text-primary: white;

    /* TYPOS */

    /* couleurs typos */

}

/*


style de bouton c'est fait
les couleurs 
mettre toute les typos
pour aller plus loin mettre des transition et des effets en place

*/


/* BOUTON STYLE */

.rowokit-btn-primary {
    display: flex;
    text-decoration: none;
    width: max-content;
    box-sizing: border-box;
    /* CI DESSOUS MODIFIER PAS AVANT */
    padding: 12px 20px;
    color: white!important;
    background-color: var(--rowokit-accent-color-01);
    border-radius: var(--rowokit-border-radius-btn-primary);
  }
  
  .rowokit-btn-primary:hover {
    /* CI DESSOUS MODIFIER PAS AVANT */
    padding: 12px 20px;
    color: white!important;
    background-color: var(--rowokit-accent-color-01);
    border-radius: var(--rowokit-border-radius-btn-primary);
  }





/* FONT ET TYPOGRAPHIE */



.rowokit-sub-text {
    font-size: 12px!important;
    font-weight: inherit!important;
    color: inherit!important;
    line-height: 100%;

    letter-spacing: 1px!important;
    text-transform: uppercase !important;
    margin: 0px !important;
}



#shopify-section-template--24874911269209__d2001212-4c4f-44ba-9535-5beb4225ae1f {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #F1EDFE;
}


.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.section {
  margin-bottom: 0px;
}

.section.section.dark-blue {
  margin-bottom: 0px;
}














@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@500&family=Nunito+Sans:opsz,wght@6..12,500;6..12,600;6..12,800;6..12,900;6..12,1000&family=Raleway:wght@500&display=swap');








h1,h2,h3,h4,h5{
  margin:0px;
  letter-spacing: 0px;
}

html {
    padding: 0 !important;
}
/* ==== Header ======  */

.header-item--logo, .header-layout--left-center .header-item--logo, .header-layout--left-center .header-item--icons {
    -webkit-box-flex: auto !important;
    -ms-flex: auto !important;
    flex: auto !important;
}
.header-item--icons {
    flex: auto !important;
    justify-content: flex-end;
}
.announcement__text {
    font-size: 16px;
    padding: 6px 20px;
    font-family: 'Raleway';
}
.header-item--icons .site-nav.site-nav--icons .site-nav__icons .site-nav__link--icon.js-drawer-open-nav {
    display: none;
}
.site-header__logo-link.logo--inverted {
    display: none;
}
.site-nav__link.site-nav__link--icon {
    padding: 0px 0 0;
    font-size: 0px;
}
.site-header {
    padding: 20px 0;
    background: var(--text-clr, #B89BDB);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.header-item--icons .site-nav {
    margin-right: 0px;
}
.header-layout {
    align-items: center;
}
.common_title {
    color: #1A1A1A;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}
.common_btn {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 10px;
    background-color: #7b6ba8;
    border: 1px solid #7b6ba8;
    padding: 9px 27px;
    transition: all .4s ease;
}
.common_btn:hover {
    background: transparent;
    color: #7b6ba8;
}
.site-nav--icons .site-nav__icons a.js-drawer-open-cart.js-no-transition.hs-event-static:hover .cart-link svg path {
    fill: #7B6BA8;
}
.site-nav--icons .site-nav__icons a.js-drawer-open-cart.js-no-transition.hs-event-static .cart-link svg path {
    transition:all 0.4s ease;
}
















/* --------- lunna sub title --------  */

.lunna_subdescrip p {
    color: #1A1A1A;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
.lunna_main {
    max-width: 875px;
    margin: 0 auto;
}
.lunna_subdescrip {
    margin-bottom: 50px;
}
.lunna_block {
    display: flex;
    flex-wrap: wrap;
}
.lunna_wrapper {
    width: 25%;
    text-align: center;
}
.lunna_iconsvg {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-bottom: 23px;
}
.lunna_icon_content h4 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

/* -------- image text third -------------  */

.reprenz_background {
    background-color: #F9F6FF;
}
.reprenz_conten .common_title,.toujous_conten .common_title{
    text-align: left;
}
.reprenz_conten .common_title{
    letter-spacing: -1px;
}
.reprenz_main_block,.toujous_main_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.reprenz_right,.toujous_left {
    width: 48.8%;
}
.reprenz_left{
    width: 51.2%;
    padding-right: 46px;
}
.reprenz_right img {
    border-radius: 10px;
}
.reprenz_conten p, .toujous_conten p {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.68;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.reprenz_conten ,.toujous_conten{
    margin-bottom: 40px;
}
.toujous_right{
    width: 51.2%;
  padding-left: 30px;
}

/* --------- svg text ----------  */

.essayx_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -28px;
}
.essayz_wrapper {
    width: 33.33%;
    text-align: center;
    padding: 0px 28px;
}
.essayz_svg svg {
    width: 80px;
    height: 80px;
    display: inline-block;
}
.essayz_svg {
    margin-bottom: 15px;
}
.essayz_title {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}
.essayz_sub_title {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68;
    margin-bottom: 0px;
}
.svg_text_background {
    background-color: #F9F6FF;
    padding: 50px 0px;
}
.essayz_main .common_title {
    margin-bottom: 40px;
}




/* ------- product  section ---------  */

.grid-product__content a.grid-product__link .grid-product__image-mask  image-element img {
    border-radius: 10px !important;
}
.grid-overflow-wrapper .grid-product__content .grid-product__tag {
    text-align: center;
    top: -8px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 275px;
    padding: 12px 36px;
    letter-spacing: 0;
    border-radius: 0 0 10px 10px;
    /* background: var(--text, #1A1A1A); */
    background:#7B6BA8;
}
.grid-overflow-wrapper .grid__item.grid-product .grid-product__content .grid-product__tag::before {
    position: absolute;
    content: "";
    top: 0;
    left: -7px;
    height: 8px;
    width: 8px;
    background-color: #000;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.grid-overflow-wrapper .grid__item.grid-product .grid-product__content .grid-product__tag::after {
    position: absolute;
    content: "";
    top: 0;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
    right: -7px;
    height: 8px;
    width: 8px;
    background-color: #000;
    
}
.grid-product__content {
    margin-bottom: 0px;
}
.grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__title a {
    color: #1a1a17;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    transition: all .4s ease;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__price {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}
.grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__price .grid-product__price--original {
    color: #656565;
    text-decoration: line-through;
}
.grid-overflow-wrapper .grid-product__content .grid-product__image-mask .grid-product__secondary-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__title a:hover  {
    color: #B89BDB;
}
.grid-overflow-wrapper .grid-product__content .grid-product__meta {
    margin: 20px 0px 0px;
    padding: 0;
}
.footer_newsletter_form .errors {
    font-size: 12px;
    padding: 2px 4px;
    margin-bottom: 10px;
}

/* ----------- banner ----------  */

.banner_main {
    display: flex;
  align-items: center;
    flex-wrap: wrap;
}
.hero_banner_background {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #B89BDB; */
}
.banner_left_content {
    width: 63%;
}
.banner_right_image {
    width: 32%;
}
.banner_left_content .common_title {
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}
.banner_left_content .common_btn:hover {
    border-color: #fff;
    color: #fff;
}



/* section animation */

.hi-icon {
    display: inline-block;
    font-size: 0px;
    margin: 15px 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
    background: #B89BDB;
    /* -webkit-transition: -webkit-transform ease-out .1s,background .2s; */
    -moz-transition: -moz-transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
40% {
    opacity: .5;
    box-shadow: 0 0 0 2px #ffffff1a, 0 0 10px 10px #d7c8e9, 0 0 0 10px #ffffff80;
}
100% {
    box-shadow: 0 0 0 2px #ffffff1a, 0 0 10px 10px #b89bdc, 0 0 0 10px #ffffff80;
    transform: scale(1.5);
    opacity: 0;
}
}

/* end section */

.header-item.header-item--logo{
  justify-content:center;
}
.header-item--left .site-nav {
    margin-left: 0;
}
.header-layout[data-logo-align=center] .header-item--navigation {
    flex: auto;
}
.hero_mob_img{
  display:none;
}


/* -------- media --------  */

@media (max-width:1399px){
  .mb_100 {
    margin-bottom: 80px;
}
.lunna_iconsvg {
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
}
  .lunna_icon_content h4 {
    font-size: 18px;
}
  .reprenz_conten .common_title {
    letter-spacing: 0;
}
  .reprenz_left {
    padding-right: 20px;
}
  .common_title {
    font-size: 36px;
}
  /* .footer_newsletter h2 {
    font-size: 44px;
}
  .footer_copyright_text p, .footer_copyright_text p a {
    font-size: 16px;
} */
  .banner_right_image {
    width: 37%;
}
.announcement__text {
    font-size: 16px;
    padding: 6px 20px 5px;
}
}




@media (max-width:1199px){
  .lunna_subdescrip p {
    font-size: 18px;
}
  .lunna_subdescrip {
    margin-bottom: 36px;
}
  .common_title {
    font-size: 33px;
}
  .common_btn {
    font-size: 16px;
}
  .banner_left_content .common_title {
    margin-bottom: 25px;
}
  .lunna_main {
    max-width: 825px;
}
.grid-overflow-wrapper .grid-product__content .grid-product__tag {
    font-size: 16px;
    padding: 12px 13px;
}
  .grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__title a {
    font-size: 18px;
}
  .grid-overflow-wrapper .grid-product__content .grid-product__meta {
    margin: 10px 0 0;
}
  .essayz_svg svg {
    width: 70px;
    height: 70px;
}
  .essayz_svg {
    margin-bottom: 5px;
}
  .essayz_title {
    font-size: 18px;
}
  .essayz_sub_title {
    font-size: 14px;
}
  /* .footer_newsletter h2 {
    font-size: 38px;
} */
.site-header {
    padding: 22px 0;
}
}


@media (max-width:991px){
    .mb_100 {
    margin-bottom: 60px;
}
  .announcement__text {
    font-size: 14px;
    padding: 4px 20px 5px;
}
  .common_title {
    font-size: 28px;
}
  .reprenz_conten p, .toujous_conten p {
    font-size: 14px;
    margin-bottom: 5px;
}
  .reprenz_conten, .toujous_conten {
    margin-bottom: 20px;
}
.grid-overflow-wrapper .grid-product__content .grid-product__tag {
    font-size: 13px;
    padding: 12px 14px;
    width: 196px;
}
  .grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__title a {
    font-size: 16px;
}
  .grid-overflow-wrapper .grid__item .grid-product__meta .grid-product__price {
    font-size: 16px;
}
  .essayz_title {
    font-size: 16px;
}
  /* .footer_logo {
    width: 100%;
    margin-bottom: 30px;
}
  .footer_main {
    padding: 50px 0 0;
} */
  .lunna_subdescrip p,.lunna_icon_content h4 {
    font-size: 16px;
}
.essayz_wrapper {
    padding: 0 10px;
}
  .essayx_block {
    margin: 0 -10px;
}
}


@media (max-width:767px){
  .banner_right_image {
    display: none;
}
.mobile_banner {
    max-width: 250px;
    margin: 0 auto;
}
  .banner_left_content .common_title {
    margin-bottom: 0px;
}
.banner_left_content {
    width: 69%;
    margin: 40px 0 0;
}
  .reprenz_right, .toujous_left {
    width: 100%;
}
  .reprenz_main_block {
    flex-direction: column-reverse;
}
  .reprenz_left {
    width: 100%;
    padding-right: 0;
    padding: 30px 0px;
}
.lunna_wrapper {
    width: 50%;
    margin-bottom: 30px;
}
  .lunna_wrapper:nth-last-child(1) {
    margin-bottom: 0px;
}
  .lunna_iconsvg {
    width: 70px;
    height: 70px;
}
.toujous_right {
    width: 100%;
    padding-left: 0;
    margin: 30px 0 0;
}
  .grid-overflow-wrapper {
    padding-bottom: 0;
}
  .essayz_wrapper {
    width: 50%;
}
  .essayz_wrapper:nth-last-child(1) {
    margin: 20px auto 0;
}
  /* .footer_newsletter h2 {
    font-size: 32px;
} */
/* .banner_right_image {
    width: 60%;
    margin: -242px 0 0 280px;
} */
  /* .banner_right_image {
    width: 46%;
    margin: -60px auto 0;
} */
  /* .footer_copyright_text p, .footer_copyright_text p a {
    font-size: 14px;
} */
.header-item--icons .site-nav__icons .js-drawer-open-cart span.cart-link svg {
    width: 20px;
}
.footer_menu {
    display: none;
}
  .footer_linklist_block.active .footer_title svg {
    transform: rotate(180deg);
}
  .hero_mob_img{
    display:block;
  }
  .hero_desk_img{
    display:none;
  }
  .banner_main{
    position:relative;
  }
  .banner_left_content .common_title {
    /* margin-bottom: 310px; */
    text-align:center;
    /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden; */
}
  .banner_left_content {
    text-align: center;
    width: 100%;
    z-index: 1;
 }
/* .banner_right_image {
    width: 100%;
    margin: 0 auto;
    max-width: 76%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-180px);
} */
  .grid-overflow-wrapper .grid__item  {
    padding-top: 10px;
}
  .banner_left_content .common_btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
}

@media (max-width:575px){
.banner_left_content .common_title {
    font-size: 32px;
}
}

@media (max-width:426px){
/* .banner_right_image {
    max-width: 100%;
    transform: translate(-199px);
} */
}
@media (max-width:425px){
  .lunna_wrapper {
    margin-bottom: 20px;
}
  .banner_left_content .common_title {
    font-size: 29px;
}
  .mobile_banner {
    max-width: 220px;
}
  .common_title {
    font-size: 26px;
}
  .lunna_iconsvg {
    width: 60px;
    height: 60px;
}
  .grid-overflow-wrapper .grid-product__content .grid-product__tag {
    font-size: 12px;
    padding: 12px 10px;
    width: 160px;
}
.essayz_wrapper {
    width: 100%;
    margin-bottom: 20px;
}
  .essayz_wrapper:nth-last-child(1) {
    margin: 0px auto 0;
}
  /* .footer_newsletter h2 {
    font-size: 28px;
} */
  .common_btn {
    font-size: 14px;
}
  .lunna_subdescrip p, .lunna_icon_content h4 {
    font-size: 14px;
}
  /* .banner_left_content {
    width: 100%;
}

  .banner_right_image {
    width: 66%;
    margin: -110px  0 0px 140px;
} */
span.announcement__text {
    gap: 8px;
    padding: 4px 0;
  font-size: 12px;
}
  .mb_100 {
    margin-bottom: 50px;
}
}

@media(max-width:376px){
  /* .banner_left_content .common_title {
    margin-bottom: 280px;
} */
/* .banner_right_image {
    transform: translate(-174px);
} */
}

@media(max-width:370px){
  .common_title {
    font-size: 24px;
}
  .mb_100 {
    margin-bottom: 40px;
}
  /* .banner_left_content .common_title {
    margin-bottom: 230px;
} */
  .common_btn {
    padding: 9px 15px;
}
.banner_right_image {
    max-width: 100%;
    transform: translate(-145px);
}
  .banner_left_content .common_title {
    font-size: 25px;
}
}