@font-face {
  font-family: 'Libre Franklin';
  src: url('{{ url('theme://fonts/LibreFranklin-VariableFont_wght.ttf') }}') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Franklin';
  src: url('{{ url('theme://fonts/LibreFranklin-Italic-VariableFont_wght.ttf') }}') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('{{ url('theme://fonts/CormorantGaramond-VariableFont_wght.ttf') }}') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('{{ url('theme://fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') }}') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}


/* Core Stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #606d6e;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


#page-content {
  background-color: transparent !important;
}

#main-wrap {

  background-color: #ffffff;
  max-width: 100% !important;
  width: 100%;
  padding-top: 120px;
  flex: 1 0 auto;
}

@media screen and (max-width: 480px) {
  #main-wrap {
    padding-top: 100px;
  }
}

.content-section .text p:last-of-type {
  margin-bottom: unset;
}

.content-section .text {
  padding: 10px 50px 10px 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454B4D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 100%;
  font-family: "Cormorant Garamond", serif;
  color: #000;
  font-weight: 300;
}

h2.header,
h3.header {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: 42px;
  line-height: 45px;
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 34px;
    line-height: 45px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

h1.heading {
  color: #757575;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
  max-width: 800px;
  margin: 0 auto;
}

h1.heading.max {
  max-width: 1000px;
}

h1.heading.left {
  margin-left: 0;
}

h1.heading.right {
  margin-right: 0;
}

h2 {
  font-size: 42px;
  line-height: 45px;
}

@media screen and (max-width: 650px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h2.small {
  font-size: 28px;
  line-height: 33px;
}

@media screen and (max-width: 480px) {
  h2.small {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h3.big {
  font-size: 42px;
  line-height: 45px;
}

@media screen and (max-width: 650px) {
  h3.big {
    font-size: 34px;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  h3.big {
    font-size: 28px;
    line-height: 34px;
  }
}

h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Libre Franklin", sans-serif;
}

h4.big {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Libre Franklin", sans-serif;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  font-family: "Libre Franklin", sans-serif;
}

h2.heading,
h3.heading {
  #font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

h2.heading span,
h3.heading span {
  font-size: 35px;
}


.text h1 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.text h1:after {
  content: ".";
  color: #e74c3c;
}

.text h2:before {
  content: "| ";
  font-weight: 900;
  color: #e74c3c;
}

.text h3:before {
  content: "> ";
  font-weight: 900;
  color: #e74c3c;
}

.text h2.no-decoration::before,
.text h3.no-decoration::before {
  content: none;
}

.text h2,
.text h3 {
  padding-top: 20px;
  padding-bottom: 30px;
}


p {
  font-family: "Libre Franklin", sans-serif;
}

a {
  color: #e74c3d;
  text-decoration: none;
}

a:hover {
  color: #175E91;
}

pre {
  background: #F0F0F0;
  margin: 1rem 0;
  border-radius: 2px;
}

blockquote {
  border-left: 10px solid #eee;
  margin: 0;
  padding: 0 2rem;
}

em {
  font-style: italic;
}

.text ul {
  list-style: decimal;
  /* padding-left: 28px; */
  font-family: "Libre Franklin", sans-serif;
  color: #757575;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 25px 0 25px 15px;
}

.text ul {
  list-style: square;
}

.text ul li::marker {
  color: #e74c3c;
}

.sub-menu {
  white-space: nowrap;
}

ul.social {
  margin: unset !important;
}

.snipcart-summary {
  display: unset !important;
  float: unset !important;
  font-weight: unset !important;
  margin-left: unset !important;
}

#product-header span.price {
  display: inline;
}

.add-to-cart {
  margin-left: 30px;
}

.snipcart-items-count {
  font-family: "Libre Franklin", sans-serif;
}


.padding-leftright-null .left {
  float: unset !important;
}

@media screen and (max-width: 991px) {
  #sidemenu.sidemenu {
    background-color: #003759 !important;
    width: 170px !important;

  }

  #sidemenu.sidemenu .menu-holder {
    padding: 0px 50px 0px 0px !important;
  }
}

.back-recettes {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}

.back-recettes i {
  padding-right: 12px;
}

#contact-form .mauticform-textarea {
  min-height: 150px;
  field-sizing: content;
}

@media screen and (max-width: 991px) {
  button.btn-alt {
    margin-bottom: 0px;
  }
}

button.btn-alt {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 45px;
  line-height: 45px;
  /*text-align: center;*/
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-radius: 2px;
  font-weight: 300;
  color: white;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 35px;
  text-decoration: none !important;
  transition: all .4s ease;
  background-color: #e74c3c;
}


.mauticform-button-wrapper {
  text-align: right;
}

.float-left-image {
  float: left;
  margin: 0 10px 20px 0;
  max-width: 100px;
}

.float-right-image {
  float: right;
  margin: 20px 10px 0 0;
  max-width: 100px;
}

.float-right-image-nolimit {
  float: right;
  margin: 0 0 0 20px;
}

.float-left-image-nolimit {
  float: left;
  margin: 0 20px 0 0;
}

.image-100pc {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}

#popup-overlay.open {
  display: block !important;
}

.popup-content {
  max-width: 600px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Utility Classes */
.wrapper {
  margin: 0 3rem;
}

.padding {
  padding: 3rem 1rem;
}

.left {
  float: left;
}

.right {
  float: right
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* Content Styling */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
  background: white;
}

.header .padding {
  padding: 1rem 0;
}

.header a {
  color: #fff;
}

.header .logo {
  font-size: 1.7rem;
  text-transform: uppercase;
}

.footer {
  background-color: #eee;
}

/* Menu Settings */
.main-nav ul {
  text-align: center;
  letter-spacing: -1em;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  display: inline-block;
  letter-spacing: normal;
}

.main-nav ul li a {
  position: relative;
  display: block;
  line-height: 45px;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap;
}

.main-nav>ul>li>a {
  border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover>a {
  background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected>a {
  background-color: #fff;
  color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {
  position: relative;
}

.main-nav ul li ul {
  position: absolute;
  background-color: #1F8DD6;
  min-width: 100%;
  text-align: left;
  z-index: 999;

  display: none;
}

.main-nav ul li ul li {
  display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
  left: 100%;
  top: 0;
}

/* Active on Hover */
.main-nav li:hover>ul {
  display: block;
}

/* Child Indicator */
.main-nav .has-children>a {
  padding-right: 30px;
}

.main-nav .has-children>a:after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 0;
}

.main-nav .has-children .has-children>a:after {
  content: '\f105';
}

footer .container {
  padding: 50px;
}

footer .dividor {
  margin: 20px;
}

.event-datetime {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.price-caddy {
  padding-top: 1rem;
  padding-bottom: 1rem;
}


#header .snipcart-summary span.snipcart-items-count {
  background: #e74c3e;
}

@media screen and (max-width: 480px) {
  #page-content #projects .projects-items .single-item .item, 
  #page-content #projects .masonry-items .single-item .item, 
  #page-content #projects-filters .projects-items .single-item .item, 
  #page-content #projects-filters .masonry-items .single-item .item, 
  #page-content #masonry-filters .projects-items .single-item .item, 
  #page-content #masonry-filters .masonry-items .single-item .item {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  }
}


#product-header h1 {
  padding-bottom: 0px;
}

#product-header h3 {
  padding-bottom: 10px;
}

h4.star {
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
}

h4.star-margin-top {
  font-weight: bold;
  padding-top: 25px;
}

h4.star:before,
h4.star-margin-top:before {
  content: "✨ ";
}

