/* line 5, main.scss */
.product .top_product {
  margin-bottom: 100px;
}

/* line 8, main.scss */
.product-remove {
  display: none;
}

/* line 11, main.scss */
.reset_variations {
  display: none !important;
}

/* line 15, main.scss */
.woocommerce table.variations {
  width: auto;
  table-layout: initial;
  border-spacing: 4px;
}

/* line 21, main.scss */
.woocommerce table.variations td, .woocommerce table.variations th {
  border-bottom: 0px;
}

/* line 25, main.scss */
.woocommerce table.variations td.label {
  padding-right: 20px;
}

/* line 29, main.scss */
.woocommerce table.variations select {
  border: 1px solid #eee;
  height: 30px;
  border-radius: 5px;
  padding: 5px;
}

/* line 36, main.scss */
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

/* line 40, main.scss */
td.product-remove {
  margin-bottom: 25px;
}

/* line 44, main.scss */
#content {
  min-height: 60vh;
}

/* line 48, main.scss */
body, html, ul {
  margin: 0;
  padding: 0;
}

/* line 53, main.scss */
.splash_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  background: white;
  top: 0px;
}

/* line 62, main.scss */
.animation {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 70px;
}

/* line 69, main.scss */
.animation img {
  width: 100%;
}

/* line 73, main.scss */
.splash_screen .site-branding {
  margin-top: 10%;
}

/* line 77, main.scss */
.splash_screen .site-branding img {
  width: 180px;
}

/* line 81, main.scss */
body {
  margin-bottom: 50px;
}

/* line 85, main.scss */
h1 {
  font-family: "Maitree", serif;
  font-style: italic;
  font-size: 15px;
  margin: 0;
}

/* line 92, main.scss */
h1.entry-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  display: none;
}

/* line 101, main.scss */
h1.page-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}

/* line 109, main.scss */
.sub_header {
  text-align: center;
  margin-bottom: 150px;
}

/* line 114, main.scss */
.separator.inside.end_article {
  margin-top: 100px;
}

/* line 118, main.scss */
.site-branding {
  margin: auto;
  text-align: center;
  margin: 0px 0px 0px 0px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 0px;
}

/* line 128, main.scss */
.product-thumbnail img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* line 134, main.scss */
.site-branding svg {
  width: 180px;
}

/* line 138, main.scss */
.social_network h2.sub_title {
  display: none;
}

/* line 142, main.scss */
.bg_top {
  border-bottom: 1px solid lightgray;
  margin: 15px 40px 0px 40px;
}

/* line 147, main.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 152, main.scss */
h2.sub_title {
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

/* line 157, main.scss */
i:hover {
  color: inherit;
}

/* line 161, main.scss */
i:hover:hover {
  color: inherit;
}

/* line 165, main.scss */
a:hover h2 {
  border-color: #FE7B83;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

/* line 171, main.scss */
header#masthead {
  width: calc(100% - 20*2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 40px;
  -webkit-transition: color, background 0.5s ease;
  transition: color, background 0.5s ease;
  border: 0px;
  justify-content: space-between;
}

/* line 183, main.scss */
.sticky_2 {
  width: calc(100% - 40px*2);
  color: white;
  fill: white;
  background: #FE7B83;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 50;
  -webkit-transition: color, background 0.5s ease;
  transition: color, background 0.5s ease;
}

/* line 198, main.scss */
.sticky {
  fill: black;
  width: calc(100% - 80px);
  background: white;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 50;
  -webkit-transition: color, background 0.5s ease;
  transition: color, background 0.5s ease;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

/* line 214, main.scss */
.mobile {
  display: none;
}

/* line 218, main.scss */
.sticky_2 .cls-1 {
  fill: white;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

/* line 224, main.scss */
.header_flex {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 2;
}

/* line 232, main.scss */
header#masthead .right li {
  position: relative;
  display: inline;
  margin-left: 20px;
}

/* line 238, main.scss */
header#masthead .right {
  text-align: right;
}

/* line 242, main.scss */
header#masthead .right li i {
  font-size: 20px;
}

/* line 246, main.scss */
header#masthead li {
  list-style: none;
}

/* line 250, main.scss */
#site-navigation {
  left: 40px;
}

/* line 254, main.scss */
#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

/* line 263, main.scss */
a {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

/* line 268, main.scss */
.active {
  color: #FE7B83;
}

/* line 272, main.scss */
.custom_actived {
  font-size: 25px !important;
  display: none;
}

/* line 277, main.scss */
a:hover {
  color: #FE7B83;
}

/* line 281, main.scss */
.shadow {
  border-top: 1px solid lightgray;
}

/* line 285, main.scss */
ul#primary-menu > li.menu-item {
  text-transform: uppercase;
  margin-right: 0px;
  padding: 0px 20px 0px 20px;
  letter-spacing: 0.07em;
}

/* line 292, main.scss */
ul#primary-menu > li.menu-item > ul.sub-menu {
  position: absolute;
  width: 100vw;
  padding: 40px 40px 60px 40px;
  margin-top: 20px;
  color: black;
  z-index: 5;
  left: 0px;
  background: white;
  display: none;
}

/* line 304, main.scss */
ul#primary-menu > li.menu-item > ul.sub-menu:before {
  content: "";
  display: block;
  width: calc(100% - 160px);
  position: absolute;
  left: 0px;
  top: 20px;
  margin-left: 40px;
  border-bottom: 1px solid lightgray;
}

/* line 315, main.scss */
ul#primary-menu > li.menu-item > ul.sub-menu:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 200px;
  -webkit-box-shadow: -50px 100px 50px rgba(0, 0, 0, 0.3);
  box-shadow: -50px 100px 50px rgba(0, 0, 0, 0.3);
  z-index: -5;
}

/* line 328, main.scss */
#masthead.sticky #site-navigation .menu-menu-1-container ul#primary-menu > li.menu-item > ul.sub-menu:before {
  border-bottom: 1px solid lightgray;
}

/* line 332, main.scss */
#masthead.sticky #site-navigation .menu-menu-1-container ul#primary-menu > li.menu-item > ul.sub-menu {
  background: white;
  color: black;
}

/* line 337, main.scss */
ul.sub-menu {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

/* line 342, main.scss */
.bg_top {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

/* line 347, main.scss */
ul.sub-menu > li.menu-item {
  margin-top: 20px;
}

/* line 351, main.scss */
.site-branding img {
  width: 250px;
  height: auto;
}

/* line 356, main.scss */
.horizontal_seperator {
  width: 1px;
  border-left: 1px solid lightgray;
}

/* CONTENT */
/* line 362, main.scss */
#primary {
  margin: 40px;
}

/* FOOTER */
/* line 367, main.scss */
.custom_footer {
  width: 50%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 374, main.scss */
footer#colophon {
  border-top: 1px solid lightgray;
  margin: 0px 40px 0px 40px;
}

/* line 379, main.scss */
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid lightgray;
  font-family: "Maitree", serif;
  font-size: 12px;
  padding-top: 30px;
}

/* line 392, main.scss */
.footer_middle {
  margin: 50px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 402, main.scss */
img.logo_footer {
  width: 130px;
}

/* line 406, main.scss */
li.social_element {
  list-style: none;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 413, main.scss */
h2.sub_title {
  display: table;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 20px;
}

/* line 424, main.scss */
.menu-footer-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 433, main.scss */
.menu-footer-container ul li {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

/* line 440, main.scss */
li.social_element {
  height: 30px;
}

/* line 444, main.scss */
i.fa {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 20px;
  cursor: pointer;
}

/* line 451, main.scss */
i.fa:hover {
  color: #FE7B83;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 457, main.scss */
.entry-footer {
  display: none;
}

/* line 461, main.scss */
.menu_footer ul li {
  list-style: none;
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* line 466, main.scss */
.separator {
  width: calc( 100% - 80px);
  margin-left: 40px;
  border-bottom: 1px solid lightgray;
}

/* line 472, main.scss */
.separator.inside {
  width: 100%;
  margin: 0px;
  margin: 40px 0 40px 0;
}

/* line 478, main.scss */
li {
  list-style: none;
}

/* HOME RANDOM PRODUCT */
/* line 483, main.scss */
.random_product {
  padding-top: 30px;
  overflow: hidden;
  margin-top: 50px;
}

/* line 489, main.scss */
.random_product ul {
  width: 5000px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 400px;
}

/* line 496, main.scss */
.random_product ul li.product {
  list-style: none;
  border-left: 1px solid lightgray;
  padding: 0px 30px 0px 30px;
  display: inline-block;
}

/* line 503, main.scss */
.random_product ul li .product_description {
  width: 300px;
}

/* line 507, main.scss */
h3, h2.screen-reader-text {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}

/* line 515, main.scss */
.nav-links {
  font-family: "Maitree", serif;
}

/* line 519, main.scss */
.random_product ul li p {
  font-family: "Maitree", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

/* line 526, main.scss */
.random_product ul li.left {
  font-family: "Barlow Semi Condensed", sans-serif;
  width: 30vw;
  padding-left: 40px;
}

/* line 532, main.scss */
.random_product_title {
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  max-width: 500px;
}

/* line 539, main.scss */
.random_product_title .sub_title {
  display: inline-block;
}

/* line 543, main.scss */
.random_product_title p {
  font-family: "Maitree", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/* HOME ARTICLE */
/* line 551, main.scss */
.free_articles ul li {
  width: 300px;
  position: relative;
  padding: 0px 30px 0px 30px;
  display: inline-block;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid lightgray;
}

/* line 562, main.scss */
p {
  text-align: justify;
}

/* line 566, main.scss */
.free_articles ul > li:last-child {
  border-right: 0px;
}

/* line 570, main.scss */
.free_articles ul li p {
  font-family: "Maitree", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/* line 577, main.scss */
.article_img_home img {
  display: block;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: opacity, -webkit-filter 0.5s ease;
  transition: opacity, -webkit-filter 0.5s ease;
  transition: opacity, filter 0.5s ease;
  transition: opacity, filter 0.5s ease, -webkit-filter 0.5s ease;
}

/* line 588, main.scss */
.free_articles ul li:hover .article_img_home img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease, -webkit-filter;
  transition: opacity 0.5s ease, -webkit-filter;
  transition: filter, opacity 0.5s ease;
  transition: filter, opacity 0.5s ease, -webkit-filter;
}

/* line 598, main.scss */
.article_img_home {
  background: #FE7B83;
}

/* line 602, main.scss */
.free_articles ul li a .article_img_home img {
  width: 100%;
  height: auto;
}

/* line 607, main.scss */
.free_articles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translate(10px);
  transform: translate(10px);
}

/* line 616, main.scss */
.free_articles_title {
  max-width: 500px;
  margin: auto;
  margin-bottom: 65px;
  text-align: center;
  margin-top: 50px;
}

/* line 624, main.scss */
.free_articles_title .sub_title {
  display: inline-block;
}

/* line 628, main.scss */
.free_articles_title p {
  font-family: "Maitree", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* Navigation Arrow */
/* line 637, main.scss */
.navigation_arrows {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 650, main.scss */
.free_posts_list, li.product {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

/* HOME PRESENTATION */
/* line 658, main.scss */
.presentation_project_home {
  width: 600px;
  margin: auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

/* line 666, main.scss */
.presentation_project_home h2.sub_title {
  text-align: center;
  display: inline-block;
}

/* line 671, main.scss */
.presentation_project_home p {
  text-align: center;
  font-family: "Maitree", serif;
  line-height: 20px;
  font-size: 15px;
}

/* ARTICLE LIST */
/* line 679, main.scss */
.articles_list li.free_posts_list, .articles_list li .article_img_home img {
  width: 500px;
  height: auto;
}

/* line 684, main.scss */
.articles_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 695, main.scss */
.articles_list ul li img {
  width: 100%;
  height: auto;
}

/* line 700, main.scss */
.articles_list ul li {
  width: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 40px;
}

/* SHOP GLOBAL */
/* line 708, main.scss */
ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* line 721, main.scss */
ul.products li a.add_to_cart_button {
  display: none;
}

/* line 725, main.scss */
ul.products li.product .price {
  display: block;
  text-align: center;
}

/* line 730, main.scss */
h2.woocommerce-loop-product__title {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
}

/* line 735, main.scss */
.woocommerce-product-gallery__image img {
  width: 100%;
}

/* line 739, main.scss */
.woocommerce-Price-amount, .product_price {
  font-family: "Maitree", serif;
  text-align: center;
}

/* line 744, main.scss */
.product_filter_custom {
  width: 100%;
  top: 250px;
}

/* line 749, main.scss */
.woocommerce-result-count {
  display: none;
}

/* line 753, main.scss */
li.product {
  position: relative;
  padding-bottom: 20px;
}

/* line 758, main.scss */
li.product:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 765, main.scss */
.product_infos {
  text-align: center;
}

/* ARTICLE */
/* line 770, main.scss */
.article_middle {
  height: 5px;
  background: black;
}

/* line 775, main.scss */
.kc-title-wrap h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  font-style: normal;
}

/* line 781, main.scss */
.titre_fr {
  text-align: right;
  margin-bottom: 50px;
  padding-right: 150px;
}

/* line 787, main.scss */
.titre_en {
  margin-top: 50px;
  margin-bottom: 150px;
  padding-left: 150px;
}

/* line 793, main.scss */
.vc_separator {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 798, main.scss */
h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 5px;
}

/* line 806, main.scss */
.wpb_wrapper {
  text-align: center;
}

/* SLIDER */
/* line 811, main.scss */
.style1 .post-slide .post-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase !important;
}

/* line 816, main.scss */
.style1 .post-slide .post-bar {
  display: none;
}

/* line 820, main.scss */
.style1 .post-slide .read-more {
  display: none !important;
}

/* line 824, main.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent !important;
  color: #FE7B83 !important;
}

/* line 829, main.scss */
.owl-item {
  border-left: 1px solid lightgray;
}

/* line 833, main.scss */
button:focus {
  outline: 0;
}

/* line 837, main.scss */
.mega-post-carousel1 .mega-post-image img {
  width: auto !important;
}

/* line 841, main.scss */
.mega-post-meta, .mega-post-date {
  display: none;
}

/* line 845, main.scss */
.lvca-terms {
  display: none !important;
}

/* line 849, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
}

/* line 854, main.scss */
.white {
  color: white;
  border-color: white;
}

/* Single page product */
/* line 860, main.scss */
.product_image {
  width: 50%;
  max-width: 500px;
}

/* line 865, main.scss */
.product_image > img {
  width: 100%;
}

/* Contributeur */
/* line 870, main.scss */
.contributeurs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 883, main.scss */
.contributeur .contributeur_name {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bolder;
  margin-bottom: 5px;
}

/* line 892, main.scss */
.contributeur_location {
  font-family: "Maitree", serif;
  font-weight: 100;
}

/* line 897, main.scss */
.contributeur_mail {
  font-family: "Maitree", serif;
  font-weight: 500;
}

/* line 902, main.scss */
.contributeur_description {
  font-family: "Maitree", serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

/* line 909, main.scss */
li.contributeur {
  width: 300px;
  text-align: center;
  margin: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 918, main.scss */
p, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
  font-family: "Maitree", serif;
  line-height: 18px;
  font-size: 14px;
}

/* line 924, main.scss */
.product_filter_custom {
  width: 100%;
  top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  margin-bottom: 50px;
}

/* line 938, main.scss */
.product_filter_custom .filters h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  border: 0;
  display: block;
  text-align: right;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* line 949, main.scss */
.product_filter_custom .filters h2.open {
  color: #FE7B83;
}

/* line 953, main.scss */
ul.filters_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  overflow: hidden;
}

/* line 965, main.scss */
li.single_filter {
  padding: 0px 0px 0px 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* line 972, main.scss */
.woocommerce-breadcrumb {
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
}

/* line 977, main.scss */
.top_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 992, main.scss */
.related.products {
  padding-top: 100px;
  border-top: 1px solid lightgray;
}

/* line 997, main.scss */
.woocommerce-Tabs-panel--description {
  width: 500px;
}

/* line 1001, main.scss */
.tabs.wc-tabs {
  display: none;
}

/* line 1005, main.scss */
.quantity .screen-reader-text {
  display: none;
}

/* line 1009, main.scss */
button.single_add_to_cart_button.button.alt {
  height: 42px;
  margin-left: 20px;
  padding: 0px 20px 0px 20px;
  background-color: transparent;
  border: none;
  border: 1px solid #eee;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
  -webkit-transition: color, background-color  0.5s ease;
  transition: color, background-color  0.5s ease;
}

/* line 1023, main.scss */
button.single_add_to_cart_button.button.alt:hover {
  background-color: #FE7B83;
  color: white;
}

/* line 1028, main.scss */
.product_meta {
  margin-top: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* line 1033, main.scss */
.quantity {
  position: relative;
}

/* line 1037, main.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1043, main.scss */
.input-checkbox {
  -webkit-appearance: checkbox !important;
}

/* line 1047, main.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 1051, main.scss */
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

/* line 1063, main.scss */
.quantity input:focus {
  outline: 0;
}

/* line 1067, main.scss */
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

/* line 1073, main.scss */
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1092, main.scss */
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

/* line 1099, main.scss */
.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

/* line 1105, main.scss */
.woocommerce-message {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
}

/* line 1112, main.scss */
.woocommerce-message a:hover {
  border-color: #FE7B83;
  -webkit-transition: border-color, 0.2s ease;
  transition: border-color, 0.2s ease;
}

/* line 1118, main.scss */
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 1128, main.scss */
select.orderby {
  padding: 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  border: 1px solid lightgray;
}

/* line 1136, main.scss */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 1144, main.scss */
.with_separator .lvca-posts-carousel-item {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-color: rgba(211, 211, 211, 0.3);
}

/* line 1150, main.scss */
h1.product_title.entry-title {
  display: block;
}

/* line 1154, main.scss */
form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1160, main.scss */
form.variations_form.cart {
  display: block;
}

/* line 1164, main.scss */
.single_variation_wrap {
  margin-top: 40px;
}

/* line 1168, main.scss */
.product_meta, .reset_variations {
  display: none;
}

/* line 1172, main.scss */
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1179, main.scss */
.product_date {
  font-weight: 200;
}

/* line 1183, main.scss */
.sommaire_product {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
}

/* line 1190, main.scss */
h1.sommaire {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
}

/* line 1200, main.scss */
img.wp-post-image {
  width: 450px;
  height: auto;
}

/* line 1205, main.scss */
.title_parts {
  text-align: center;
}

/* line 1209, main.scss */
h1.title_parts_h {
  text-align: center;
  font-style: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  padding-bottom: 5px;
  display: inline-block;
}

/* line 1221, main.scss */
div.contributeur {
  max-width: 500px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

/* line 1229, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

/* line 1237, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover {
  background-color: #FE7B83;
}

/* line 1241, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item:hover .lvca-entry-text-wrap {
  color: #FE7B83;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

/* line 1247, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a {
  -webkit-transition: color .2s ease 0s;
  transition: color .2s ease 0s;
}

/* line 1252, main.scss */
.with_separator .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover {
  background-color: transparent;
}

/* line 1256, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title {
  color: inherit;
  margin-bottom: 0px;
}

/* line 1261, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
  color: inherit;
  margin-bottom: 0px;
}

/* line 1266, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta {
  -webkit-transition: color .2s ease 0s;
  transition: color .2s ease 0s;
}

/* line 1271, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
  color: #FE7B83;
}

/* line 1275, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta {
  -webkit-transition: color .2s ease 0s;
  transition: color .2s ease 0s;
}

/* line 1280, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover {
  color: #FE7B83;
}

/* line 1284, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry:hover img, .lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

/* line 1292, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry:hover .lvca-project-image, .lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover .lvca-project-image {
  background-color: #FE7B83;
}

/* line 1296, main.scss */
.lvca-entry-meta {
  font-family: "Maitree", serif;
  font-weight: 100;
}

/* line 1301, main.scss */
.entry-summary {
  font-family: "Maitree", serif;
  font-weight: 100;
}

/* line 1306, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
  color: black;
  border-bottom-color: black;
  border-bottom-width: 0px;
}

/* line 1312, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
  border-bottom-width: 1px;
  border-bottom-color: #FE7B83;
  color: #FE7B83;
}

/* line 1318, main.scss */
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
  font-weight: bolder;
  display: none;
}

/* line 1323, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
  display: none;
}

/* line 1327, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

/* line 1335, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover {
  background-color: #FE7B83;
}

/* line 1339, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1344, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item:hover {
  color: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1350, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a {
  color: black;
  border-bottom-color: black;
  border-bottom-width: 0px;
  font-weight: bolder;
}

/* line 1357, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
  border-bottom-width: 1px;
  border-bottom-color: #FE7B83;
  color: #FE7B83;
}

/* line 1363, main.scss */
.slick-slide {
  height: auto;
}

/* line 1367, main.scss */
h1.sommaire {
  letter-spacing: 0.1em;
}

/* GALLERY */
/* line 1372, main.scss */
.gallery_img {
  max-width: 500px;
  width: 100%;
}

/* line 1377, main.scss */
.gallery_img img {
  width: 100%;
}

/* line 1381, main.scss */
.gallery_item {
  width: 500px;
}

/* line 1385, main.scss */
.wpb_wrapper h4 {
  font-family: "Maitree", serif;
  font-size: 20px;
  /* letter-spacing: 0.05em; */
  font-weight: 300;
}

/* line 1392, main.scss */
.wpb_wrapper h5 {
  font-family: "Maitree", serif;
  font-size: 20px;
  font-style: italic;
}

/* line 1398, main.scss */
.wpb_wrapper p {
  line-height: 25px;
  font-size: 16px;
}

/* line 1403, main.scss */
.wpb_wrapper h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 35px;
  padding-bottom: 10px;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 1412, main.scss */
.breadcrumb {
  margin: 20px 80px 0px 80px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* line 1417, main.scss */
.newsletter {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  cursor: pointer;
  text-transform: uppercase;
  margin: auto;
}

/* line 1426, main.scss */
.footer_mail {
  width: 33%;
  text-align: center;
}

/* line 1431, main.scss */
.contact_us {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
}

/* line 1438, main.scss */
.contact_us a i {
  margin-right: 10px;
}

/* line 1442, main.scss */
.newsletter:hover {
  color: #FE7B83;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

/* line 1448, main.scss */
i.fa.fa-envelope {
  margin-bottom: 10px;
}

/* line 1452, main.scss */
i.fa.fa-envelope {
  -webkit-transition: none;
  transition: none;
}

/* line 1457, main.scss */
.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}

/* line 1461, main.scss */
.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
}

/* line 1470, main.scss */
.woocommerce-MyAccount-navigation ul li {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}

/* line 1476, main.scss */
.woocommerce-MyAccount-navigation .is-active {
  border-bottom: 2px solid black;
}

/* line 1480, main.scss */
.entry-content .woocommerce {
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}

/* line 1486, main.scss */
.woocommerce-MyAccount-content {
  max-width: 800px;
  margin: auto;
}

/* line 1491, main.scss */
.woocommerce-MyAccount-content .edit {
  font-family: "Maitree", serif;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  width: auto;
  border: 1px solid lightgray;
  /* display: block; */
  margin: auto;
  border-radius: 5px;
  font-size: 12px;
}

/* line 1503, main.scss */
.woocommerce-MyAccount-content .edit:hover {
  background: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1509, main.scss */
.woocommerce-MyAccount-content a.edit:hover {
  color: white;
}

/* line 1513, main.scss */
.woocommerce-MyAccount-content p {
  text-align: center;
  font-family: "Maitree", serif;
}

/* line 1518, main.scss */
address {
  margin-top: 10px;
  font-family: "Maitree", serif;
  font-size: 15px;
}

/* line 1524, main.scss */
.woocommerce-address-fields__field-wrapper p {
  text-align: left;
}

/* line 1528, main.scss */
.woocommerce-address-fields__field-wrapper p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding-bottom: 15px;
}

/* line 1533, main.scss */
.woocommerce-address-fields__field-wrapper p label {
  display: block;
}

/* line 1537, main.scss */
.woocommerce-address-fields__field-wrapper p .woocommerce-input-wrapper input {
  width: 100%;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}

/* line 1545, main.scss */
.woocommerce p {
  font-family: "Maitree", serif;
}

/* line 1549, main.scss */
.woocommerce button {
  border: 1px solid lightgray;
  padding: 20px;
  background: white;
  border-radius: 5px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
  cursor: pointer;
  width: 100%;
}

/* line 1561, main.scss */
.woocommerce button:hover {
  border-color: #FE7B83;
  background-color: #FE7B83;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1569, main.scss */
.woocommerce .woocommerce-error {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  color: #FE7B83;
}

/* line 1576, main.scss */
.woocommerce .woocommerce-EditAccountForm.edit-account p {
  text-align: left;
}

/* line 1580, main.scss */
.woocommerce .woocommerce-EditAccountForm.edit-account p label {
  display: block;
}

/* line 1584, main.scss */
.woocommerce .woocommerce-EditAccountForm.edit-account p input {
  width: 100%;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}

/* line 1592, main.scss */
.woocommerce .woocommerce-EditAccountForm.edit-account fieldset {
  border: 0px;
  margin-top: 50px;
}

/* line 1597, main.scss */
.woocommerce .woocommerce-EditAccountForm.edit-account legend {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
}

/* line 1603, main.scss */
.woocommerce #save-account-details-nonce p {
  text-align: center;
}

/* line 1607, main.scss */
.woocommerce .woocommerce-form-login p {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

/* line 1615, main.scss */
.woocommerce .woocommerce-form-login label {
  display: block;
}

/* line 1619, main.scss */
.woocommerce .woocommerce-form-login input {
  width: 100%;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}

/* line 1627, main.scss */
.woocommerce .woocommerce-form-login button {
  padding: 10px 20px 10px 20px;
  margin: auto;
  width: auto;
  margin-top: 20px;
}

/* line 1634, main.scss */
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme label {
  display: inline;
}

/* line 1638, main.scss */
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
  width: auto;
}

/* line 1642, main.scss */
.woocommerce thead {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
}

/* line 1647, main.scss */
.woocommerce table.shop_table {
  width: 100%;
  table-layout: fixed;
}

/* line 1652, main.scss */
.woocommerce .product-remove a {
  border: 1px solid lightgray;
  padding: 20px;
  border-radius: 5px;
}

/* line 1658, main.scss */
.woocommerce .product-remove a:hover {
  background-color: #FE7B83;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1665, main.scss */
.woocommerce .product-name {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
}

/* line 1672, main.scss */
.woocommerce table.shop_table.woocommerce-cart-form__contents {
  margin-bottom: 50px;
}

/* line 1676, main.scss */
.woocommerce table.shop_table.woocommerce-cart-form__contents .quantity input {
  margin-left: 40%;
}

/* line 1680, main.scss */
.woocommerce table.shop_table.woocommerce-cart-form__contents tr td {
  border-bottom: 1px solid lightgray;
}

/* line 1684, main.scss */
.woocommerce td.actions {
  padding-bottom: 50px;
}

/* line 1688, main.scss */
.woocommerce td.actions .coupon {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* line 1693, main.scss */
.woocommerce td.actions .coupon label {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 1702, main.scss */
.woocommerce td.actions .coupon input {
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
}

/* line 1708, main.scss */
.woocommerce td.actions .coupon button {
  width: auto;
  padding: 10px;
}

/* line 1713, main.scss */
.woocommerce td.actions button {
  width: auto;
}

/* line 1717, main.scss */
.woocommerce th {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid lightgray;
  height: 50px;
}

/* line 1724, main.scss */
.woocommerce td {
  border-bottom: 1px solid lightgray;
}

/* line 1728, main.scss */
.woocommerce .wc-proceed-to-checkout a {
  border: 1px solid lightgray;
  width: auto;
  display: inline-block;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  margin-top: 50px;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
}

/* line 1741, main.scss */
.woocommerce .wc-proceed-to-checkout a:hover {
  background: #FE7B83;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1748, main.scss */
.woocommerce .woocommerce-info {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 1754, main.scss */
.woocommerce .woocommerce-info a {
  font-weight: bolder;
}

/* line 1758, main.scss */
.woocommerce .woocommerce-form-coupon {
  max-width: 500px;
  width: 100%;
  margin: auto;
  text-align: center;
}

/* line 1765, main.scss */
.woocommerce .woocommerce-form-coupon p {
  text-align: center;
}

/* line 1769, main.scss */
.woocommerce .woocommerce-form-coupon input {
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
}

/* line 1775, main.scss */
.woocommerce .woocommerce-form-coupon button {
  width: auto;
}

/* line 1779, main.scss */
.woocommerce .checkout.woocommerce-checkout {
  max-width: 800px;
  margin: auto;
}

/* line 1784, main.scss */
.woocommerce .woocommerce-billing-fields {
  max-width: 800px;
  margin: auto;
}

/* line 1789, main.scss */
.woocommerce .woocommerce-billing-fields label {
  display: block;
}

/* line 1793, main.scss */
.woocommerce .woocommerce-billing-fields input {
  width: 100%;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 5px;
}

/* line 1800, main.scss */
.woocommerce #order_comments_field label {
  display: block;
}

/* line 1804, main.scss */
.woocommerce #order_comments_field .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

/* line 1810, main.scss */
.woocommerce .woocommerce-checkout-payment li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  font-size: 13px;
}

/* line 1814, main.scss */
.woocommerce .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 35px;
}

/* line 1826, main.scss */
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  font-family: "Maitree", serif;
}

/* line 1830, main.scss */
section.woocommerce-order-details {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

/* line 1836, main.scss */
p.woocommerce-customer-details--phone, p.woocommerce-customer-details--email {
  text-align: center;
}

/* line 1840, main.scss */
.entry-content {
  margin-top: 30px;
}

/* line 1844, main.scss */
.lvca-grid-item.lvca-portfolio-item h3.entry-title {
  margin-bottom: 0px;
}

/* line 1848, main.scss */
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
  display: none;
}

/* line 1852, main.scss */
.lvca-grid-item.lvca-portfolio-item {
  padding: 30px !important;
}

/* line 1856, main.scss */
p sup {
  line-height: 0px;
}

/* line 1860, main.scss */
.wpb_single_image .vc_figure-caption {
  font-family: "Maitree", serif;
  font-weight: lighter;
  margin-top: 5px;
}

/* line 1866, main.scss */
input:focus, textarea:focus, select:focus {
  outline: none;
}

/* line 1870, main.scss */
.search_splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  display: none;
}

/* line 1881, main.scss */
.search_splash .inside_search {
  margin-top: 200px;
}

/* line 1885, main.scss */
.search_splash .inside_search .search-field {
  width: 100%;
  margin: auto;
  padding: 20px 40px 20px 40px;
  border: none;
  color: black;
  background: transparent;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 25px;
  -webkit-appearance: none;
  /* add this */
}

/* line 1900, main.scss */
.search_splash .inside_search h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-align: center;
  font-size: 35px;
  padding-bottom: 10px;
}

/* line 1908, main.scss */
.search_splash .inside_search .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1919, main.scss */
.search_splash .inside_search .inside_search_form {
  width: 60%;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

/* line 1926, main.scss */
.search_splash button.search_button {
  position: absolute;
  background: transparent;
  border: none;
  /* width: 72px; */
  /* height: 72px; */
  top: 20px;
  right: 10px;
  width: auto;
  padding: 0px;
}

/* line 1938, main.scss */
.search_splash button.search_button:hover {
  background: transparent;
}

/* line 1942, main.scss */
.search_splash .search_button i.fa.fa-search {
  /* width: 60px; */
  /* height: 60px; */
  font-size: 25px;
  color: black;
}

/* line 1949, main.scss */
.content_custom_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 100px;
}

/* line 1962, main.scss */
.content_custom_search .entry-summary {
  margin-top: 20px;
}

/* line 1966, main.scss */
.content_custom_search img {
  width: 100%;
  vertical-align: middle;
}

/* line 1971, main.scss */
.content_custom_search .author {
  font-family: "Maitree", serif;
  margin-top: 10px;
}

/* line 1976, main.scss */
.content_custom_search .entry-meta {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: lighter;
  margin-top: 10px;
}

/* line 1982, main.scss */
.content_custom_search article:hover {
  color: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1988, main.scss */
.content_custom_search article:hover .image_search_custom {
  background: #FE7B83;
}

/* line 1992, main.scss */
.content_custom_search article:hover img {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2000, main.scss */
.custom_post_search {
  max-width: 400px;
  padding: 20px;
  width: 100%;
}

/* line 2006, main.scss */
.search_page_custom {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

/* line 2012, main.scss */
h3 {
  letter-spacing: 0.05em;
}

/* line 2016, main.scss */
.newsletter {
  letter-spacing: 0.03em;
}

/* line 2020, main.scss */
.wpb_wrapper ul li {
  list-style: circle;
  margin-left: 40px;
  font-family: "Maitree", serif;
}

/* line 2026, main.scss */
u {
  text-decoration: none;
}

/* line 2030, main.scss */
.cart_count {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  margin-left: 3px;
  font-size: 13px;
}

/* line 2037, main.scss */
.wpb_single_image .vc_figure {
  width: 100%;
}

/* line 2041, main.scss */
.wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}

/* line 2045, main.scss */
.wpb_single_image img {
  width: 100%;
}

/* line 2049, main.scss */
ul.sommaire_product {
  margin-top: 20px;
}

/* line 2053, main.scss */
ul.sommaire_product li {
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-family: "Maitree", serif;
  margin-bottom: 20px;
}

/* line 2061, main.scss */
ul.sommaire_product li.with_link .title {
  border-bottom: 1px solid black;
}

/* line 2065, main.scss */
ul.sommaire_product li.with_link:hover .title {
  border-color: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2071, main.scss */
ul.sommaire_product li .title {
  margin-right: 5px;
  font-weight: bolder;
}

/* line 2076, main.scss */
ul.sommaire_product li .author {
  margin-left: 5px;
}

/* line 2080, main.scss */
ul.sommaire_product li .line {
  font-weight: lighter;
}

/* line 2084, main.scss */
.podcasts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-family: "Maitree", serif;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 2094, main.scss */
.podcasts .bottom_podcast {
  margin-top: 10px;
}

/* line 2098, main.scss */
.podcasts li.podcast {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 300px;
  border: 1px solid lightgray;
  padding: 15px;
}

/* line 2108, main.scss */
.podcasts li.podcast h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  font-style: normal;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 10px;
}

/* line 2119, main.scss */
.podcasts li.podcast .description {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 21px;
}

/* line 2126, main.scss */
.podcasts li.podcast .img_podcast {
  width: 100%;
}

/* line 2130, main.scss */
.podcasts li.podcast .img_podcast img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2137, main.scss */
.podcasts .link_title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 2144, main.scss */
.podcasts .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

/* line 2151, main.scss */
.podcasts .links .svg {
  margin-right: 10px;
}

/* line 2155, main.scss */
.podcasts .links i.fa {
  font-size: 25px;
  margin-right: 10px;
}

/* line 2160, main.scss */
.podcasts li.podcast:hover h1, .podcasts li.podcast:hover .description {
  color: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2166, main.scss */
.podcasts li.podcast:hover .img_podcast {
  background-color: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2172, main.scss */
.podcasts li.podcast:hover img {
  opacity: 0.7;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2180, main.scss */
#deezer {
  height: 21px;
  margin-top: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2187, main.scss */
#deezer:hover {
  fill: #FE7B83;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 2193, main.scss */
.FR, .EN {
  margin-right: 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* line 2198, main.scss */
.social_network.custom_footer.side {
  position: fixed;
  top: 40%;
  width: 30px !important;
}

/* line 2204, main.scss */
.social_network.custom_footer.side li.social_element {
  display: block;
}

/*# sourceMappingURL=main.css.map */
/* Lightbox */
/* line 2211, main.scss */
.sl-close, .sl-prev, .sl-next {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: lighter;
  background-color: transparent !important;
  border: 0px !important;
}

/* line 2217, main.scss */
.sl-close:hover, .sl-prev:hover, .sl-next:hover {
  background-color: transparent !important;
  color: lightgray !important;
}

/* line 2223, main.scss */
.woocommerce-products-header {
  position: relative;
}

/* line 2227, main.scss */
.woocommerce-products-header .filter--tag {
  right: 0px;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 44px;
}

/* line 2239, main.scss */
.woocommerce-products-header .filter--tag li {
  margin: 5px;
}

/* line 2244, main.scss */
.lvca-gapless-grid .entry-title {
  font-weight: bold !important;
}

/* line 2248, main.scss */
.wpb_wrapper p a {
  position: relative;
}

/* line 2252, main.scss */
.wpb_wrapper p a:hover::after {
  height: 1px;
  transition: height 0.3s ease;
}

/* line 2257, main.scss */
.wpb_wrapper p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 2px;
  left: 0px;
  z-index: -1;
  background: #FE7B83;
  opacity: 0.3;
  transition: height 0.3s ease;
}

/* line 2270, main.scss */
.sounds li.podcast .description {
  margin-bottom: 10px;
}

/* line 1, layout/_header.scss */
.site-branding img.header_logo {
  width: 180px;
}

/* line 7, layout/_header.scss */
.site-branding:hover .to_move {
  transform: translate(0px, -30px);
  transition: all 0.3s ease;
}

/* line 14, layout/_header.scss */
.header_line {
  margin: 0px 40px;
  border-bottom: 1px solid lightgray;
}

/* line 23, layout/_header.scss */
.to_move {
  transform: translate(0px, 0px);
  transition: all 0.2s ease-in-out;
}
/* line 26, layout/_header.scss */
.to_move.up {
  transform: translate(0px, -30px);
  transition: all 0.1s ease;
}

/* line 1, layout/_stories.scss */
.stories_custom {
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 6, layout/_stories.scss */
.stories_custom .filters_lang {
  display: flex;
  justify-content: flex-end;
}
/* line 10, layout/_stories.scss */
.stories_custom .filters_lang button {
  margin-left: 10px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
}
/* line 20, layout/_stories.scss */
.stories_custom .filters_lang button:hover {
  color: #FE7B83;
  transition: color 0.3s ease;
}
/* line 28, layout/_stories.scss */
.stories_custom .stories_custom_list {
  margin-top: 50px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 50px;
  grid-auto-rows: minmax(100px, auto);
}
@media (max-width: 1024px) {
  /* line 28, layout/_stories.scss */
  .stories_custom .stories_custom_list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
/* line 38, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post {
  text-align: center;
}
/* line 41, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post:hover {
  color: #FE7B83;
}
/* line 43, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post:hover img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}
/* line 50, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}
/* line 56, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post .meta {
  display: block;
  font-family: "Maitree", serif;
  font-weight: 100;
  margin-bottom: 20px;
}
/* line 63, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post .img {
  background-color: #FE7B83;
}
/* line 66, layout/_stories.scss */
.stories_custom .stories_custom_list .single_post .img img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* line 1, layout/_woocommerce.scss */
.woocommerce-pagination {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 100px;
}
/* line 6, layout/_woocommerce.scss */
.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
}
/* line 9, layout/_woocommerce.scss */
.woocommerce-pagination .page-numbers li {
  margin: 0px 5px;
}
