@charset "UTF-8";
html, body {
  margin: 0;
  width: 100%;
  font-family: "poppinsregular";
}

html {
  scroll-behavior: smooth;
}

/*VARIABLES*/
/*COLORS
#ffd38a - Light Yellow
#fcc107 - Orange Yellow
#ff1760 - Red Rose
#3e97cf - Blue
#a8edae - Green
*/
/*GENERAL*/
.flex {
  display: flex;
  align-items: center;
}

.flex2 {
  display: flex;
}

/*NAVIGATION MOBILE*/
.hamburgermenu {
  position: fixed;
  left: 3%;
  top: 3%;
  z-index: 5;
  display: none;
}
.hamburgermenu .hampart {
  width: 30px;
  height: 5px;
  background-color: #ffd38a;
  border-radius: 30px;
  margin-bottom: 4px;
}

.navmobile {
  position: fixed;
  top: 0;
  left: -80%;
  width: 70%;
  height: 100%;
  background-color: white;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  transition: 0.7s ease;
  z-index: 4;
  display: none;
}

.navmobile ul {
  padding-top: 10vh;
}
.navmobile ul a {
  color: #ffd38a;
}
.navmobile li {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  transition: 0.3s ease;
}
.navmobile li p {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navmobile li:hover {
  border-top: 1px solid #ffd38a;
  border-bottom: 1px solid #ffd38a;
}
.navmobile h2 {
  margin-left: 20px;
  margin-bottom: 30px;
}
.navmobile .informationsmobile {
  position: absolute;
  left: 10%;
  bottom: 3%;
  font-family: "poppinsregular";
  font-size: 0.8em;
  z-index: 3;
}
.navmobile .informationsmobile h3 {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
}
.navmobile .informationsmobile p {
  margin: 0;
  margin-left: 10px;
  vertical-align: baseline;
}
.navmobile .informationsmobile img {
  height: 20px;
}
.navmobile .informationsmobile .email {
  margin-top: 10px;
}
.navmobile .informationsmobile .telephone {
  margin-top: 10px;
}

/* HEADER */
.menu {
  position: absolute;
  right: 1%;
  top: 5%;
  z-index: 3;
}
.menu img {
  height: 30px;
  margin-right: 13px;
  transition: 0.3s ease;
}
.menu img:hover {
  filter: invert(30%);
}

.informations {
  position: absolute;
  left: 1%;
  bottom: 10%;
  font-family: "poppinsregular";
  font-size: 0.8em;
  z-index: 3;
}
.informations h3 {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}
.informations p {
  margin: 0;
  margin-left: 10px;
  vertical-align: baseline;
}
.informations img {
  height: 20px;
}
.informations .email {
  margin-top: 10px;
}
.informations .telephone {
  margin-top: 10px;
}

.flextitle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  width: 600px;
  margin: 0 auto;
  z-index: 3;
}

#header {
  position: relative;
  height: 250px;
  color: white;
  background-color: #000000;
  border-bottom: 7px solid #ffd38a;
  font-family: "cocogoose_ultralight";
}

#header a {
  text-decoration: none;
  color: white;
}

.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: white;
  overflow: hidden;
  border: 7px solid #ffd38a;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 130%;
}

.title {
  padding-left: 20px;
}
.title h1 {
  margin-bottom: 5px;
}
.title h4 {
  margin: 0;
}

.bgcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background {
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: 1;
  filter: opacity(0.5);
}

/* MAIN CONTAINER */
#up {
  position: fixed;
  bottom: 5%;
  left: 3%;
  width: 80px;
  height: 80px;
  border-radius: 90px;
  background-color: #ffd38a;
  box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

#main {
  display: flex;
  margin-bottom: 5vw;
}

/*NAVIGATION */
#nav {
  position: sticky;
  position: -webkit-sticky;
  /* for Safari */
  top: 5%;
  width: 20%;
  border-right: 1px solid #f5f5f5;
  align-self: flex-start;
}

#blocnav {
  position: fixed;
  height: 100%;
  width: 20%;
  border-right: 1px solid #f5f5f5;
  z-index: -10;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.2s;
}
a:hover {
  color: #ffd38a;
}

#nav li {
  width: 100%;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.3s ease;
}
#nav li p {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#nav li:hover {
  border-top: 1px solid #ffd38a;
  border-bottom: 1px solid #ffd38a;
}

#nav li a {
  margin-left: 20px;
}

/*CONTENT */
#content {
  width: 68%;
  padding-left: 2%;
  margin: 0 auto;
  padding-top: 2%;
}
#content h3 {
  font-size: 14pt;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffd38a;
  margin-bottom: 25px;
}
#content h1 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 2px solid #ffd38a;
  line-height: 30pt;
}

.section1 {
  margin-top: 50px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 30px;
  /*ALL BUTTONS*/
  font-family: "poppinsregular";
}

.buttontemplate {
  padding-left: 20px;
  /*Button VOIR PLUS*/
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12pt;
  background-color: white;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #ffd38a;
  border-radius: 30px;
  border: 3px solid #ffd38a;
  transition: ease 0.5s;
  text-align: center;
}
.buttontemplate:hover {
  background-color: #ffd38a;
  border: 3px solid #ffd38a;
  color: white;
}

.seemore {
  display: flex;
  justify-content: center;
}

/*WOOCOMMERCE*/
/*FRONT-PAGE*/
.woocommerce {
  line-height: 1.3em;
}

.woocommerce ul.products li.product .button {
  background-color: #ffd38a;
  /*Button*/
  font-size: 10pt;
  padding-bottom: 15px;
  padding-top: 15px;
  color: white;
  border-radius: 30px;
  border: 3px solid #ffd38a;
  transition: ease 0.5s;
  text-align: center;
}
.woocommerce ul.products li.product .button:hover {
  background-color: white;
  border: 3px solid #ffd38a;
  color: #ffd38a;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-right: 1em;
  /*Product cards*/
  transition: 0.3s ease;
}
.woocommerce ul.products li.product:hover img, .woocommerce-page ul.products li.product:hover img {
  transform: scale(1.05);
  border-bottom: 8px solid #fff9f0;
}
.woocommerce ul.products li.product:hover a.tinvwl_add_to_wishlist_button, .woocommerce-page ul.products li.product:hover a.tinvwl_add_to_wishlist_button {
  opacity: 1;
}
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
  border-radius: 10px;
  /*Product cards image*/
  transition: 0.3s ease;
  border-bottom: 8px solid #ffd38a;
}

.woocommerce .woocommerce-result-count {
  color: #c4c4c4;
  /*Texte résultats affichage*/
  font-size: 9pt;
}

.woocommerce ul.products li.product .price {
  float: right;
  /*Prix*/
  font-family: "poppinssemibold";
  font-size: 14pt;
  color: #ffd38a;
  padding: 0.4em 0;
}

.woocommerce-loop-product__title {
  float: left;
  /*Titre carte produit*/
  width: 70%;
  height: 50px;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
  /* Etoiles */
}

.woocommerce a.added_to_cart {
  line-height: 1.3em;
  /*TEXTE BIEN AJOUTE AU PANIER*/
}

/*ACCOUNT PAGE*/
.woocommerce-MyAccount-navigation ul {
  display: flex;
  font-family: "poppinssemibold";
  margin-bottom: 80px;
}

.woocommerce-MyAccount-navigation ul li {
  padding-right: 25px;
}

.mwb_wpr_points_wrapper_with_exp {
  margin-bottom: 15px;
  /*POINTS PAGE*/
}

/*PAGE PRODUIT*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ffd38a;
  /* Panier button */
  font-size: 10pt;
  padding: 15px 20px 15px 20px;
  color: white;
  border-radius: 30px;
  border: 3px solid #ffd38a;
  transition: ease 0.5s;
  margin-left: 30px;
  text-align: center;
  font-family: "poppinsregular";
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: white;
  color: #ffd38a;
}

/*PAGE CHECKOUT & PANIER*/
.woocommerce div.product p.price {
  color: #ffd38a;
  font-family: "poppinssemibold";
}

.woocommerce .quantity .qty {
  margin-top: 15px;
  /*INPUT BUTTON*/
  border-radius: 3px;
}

.woocommerce button.button {
  font-family: "poppinssemibold";
  /*BUTTONS CHEKOUT*/
  padding: 15px 25px 15px 25px;
  border-radius: 30px;
}

.woocommerce table.cart td.actions .input-text {
  font-family: "poppinsregular";
  /*BUTTON CODE PROMO*/
}

.woocommerce table.cart td.actions .input-text {
  width: 130px;
  /*BUTTON CODE PROMO*/
  height: 30px;
  padding-left: 10px;
  border-radius: 5px;
}

.woocommerce table.cart img {
  max-width: 40%;
  /*IMAGES PANIER*/
}

.woocommerce form .form-row input.input-text {
  height: 40px;
  /*CHAMPS FORMULAIRE EXPEDITION*/
  padding-left: 10px;
  font-family: "poppinsregular";
}

.woocommerce form .form-row .input-text {
  font-family: "poppinsregular";
  line-height: 3em;
}

.woocommerce-privacy-policy-text p {
  line-height: 2em;
  /*POLITIQUE DE CONFIDENTIALITE PANIER*/
}

.woocommerce-error {
  line-height: 1.5em;
  /*MESSAGE ERREUR PANIER*/
}

.woocommerce-message {
  line-height: 1.5em;
}

/* PAGE CATEGORY*/
.term-description {
  display: none;
}

#mwb_wpr_order_notice {
  width: auto;
  /*POINTS AND REWARD TEXT BLOC*/
  font-size: 11pt;
}

.tinv-wishlist .product-action {
  width: 200px;
  /*WISHLIST */
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
  border-radius: 30px;
}

/* -------------------------------------------PLUGINS--------------------------------------------------*/
/*TI WISHLIST*/
a.tinvwl_add_to_wishlist_button {
  padding: 15px 25px 15px 25px;
  color: #ffd38a;
  border: 2px solid #ffd38a;
  border-radius: 30px;
  transition: 0.2s ease;
}

a.tinvwl_add_to_wishlist_button:hover {
  background-color: #000;
  color: #FFF;
  border-radius: 30px;
  padding: 15px 25px 15px 25px;
}

.woocommerce ul.products li.product a.tinvwl_add_to_wishlist_button {
  padding: 20px 20px 20px 20px;
  background-color: #FFF;
  color: #ffd38a;
  border: 2px solid #ffd38a;
  border-radius: 100px;
  opacity: 0;
  transition: 0.2s ease;
}

.woocommerce ul.products li.product a.tinvwl_add_to_wishlist_button:hover {
  background-color: #000;
  color: #FFF;
  border-radius: 100px;
  padding: 20px 20px 20px 20px;
}

/*WCPS*/
.owl-carousel .owl-item img {
  width: 350px !important;
  height: 250px;
  object-fit: cover;
}

.wcps-items-title {
  margin-bottom: 10px;
  margin-top: 15px;
}

.layout-142 .element-8 a {
  background-color: #ffd38a !important;
  /*Button*/
  font-size: 10pt;
  padding: 15px 20px 15px 20px;
  color: white;
  border-radius: 30px;
  border: 3px solid #ffd38a;
  transition: ease 0.5s;
}

.layout-142 .element-8 a:hover {
  background-color: white !important;
  color: #ffd38a !important;
}

.wcps-items-cart {
  margin-bottom: 20px;
  margin-top: 15px;
}

.layer-content {
  padding-left: 20px !important;
}

/* -------------------------------------------RESPONSIVE--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #nav {
    display: none;
  }

  #blocnav {
    display: none;
  }

  .navmobile {
    display: block;
  }

  .hamburgermenu {
    display: block;
  }

  .flextitle {
    flex-direction: column;
    top: 75%;
    width: auto;
  }
  .flextitle .circle {
    order: 2;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .flextitle .title {
    order: 1;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .informations {
    display: none;
  }

  .background {
    top: 0%;
  }

  #main {
    z-index: 0;
  }

  #content {
    padding-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .menumobile .navmobile {
    width: 60%;
  }

  .background {
    width: 130%;
  }

  #content {
    padding-top: 20%;
    width: 80%;
  }

  #up {
    bottom: 2.5%;
    left: 3%;
    width: 65px;
    height: 65px;
  }
}

/*# sourceMappingURL=/script.css.map */