@charset "UTF-8";

@font-face {
  font-family: 'Intelo';
  src: url('../fonts/Intelo-Light.eot');
  src: url('../fonts/Intelo-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intelo-Light.woff2') format('woff2'),
    url('../fonts/Intelo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Intelo';
  src: url('../fonts/Intelo-LightItalic.eot');
  src: url('../fonts/Intelo-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intelo-LightItalic.woff2') format('woff2'),
    url('../fonts/Intelo-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Intelo';
  src: url('../fonts/Intelo-SemiBold.eot');
  src: url('../fonts/Intelo-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intelo-SemiBold.woff2') format('woff2'),
    url('../fonts/Intelo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, section, p, a, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: none;
}

:root {
  --cream: #fafaf7;
  --dark-cream: #f3f3ef;
  --dark-cream-1: #d2cdc4;
  --chalk: #ece9e3;
  --dark: #393736;
  --olive: #7c7942;
  --olive-1: #8b8735;
  --olive-2: #e3d2b7;
  --light-olive: #afaf0a;
  --dark-olive: #57552b;
  --border: 1px solid #cdcdc4;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -5px rgba(0, 0, 0, 0.3);
  --shadow-bottom: rgba(33, 35, 38, 0.3) 0px 10px 10px -10px;
}

::-moz-selection {
  background: #d3d3c9;
}

::selection {
  background: #d3d3c9;
}

input {
  border: 0;
  outline: 0;
}

input:focus {
  outline: none !important;
}

input[type=text], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--cream);
}

main {
  flex: 1;
  margin: auto;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

#carousel {
  margin: 0;
  padding: 50px 0 0;
}

@media screen and (max-width: 600px) {
  #carousel {
    margin: 0;
    padding: 30px 0 0;
  }
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin: 3em auto;
  width: 1500px;
  max-width: 100%;
  z-index: 0;
}

section:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  width: 1500px;
  max-width: 100%;
  z-index: 0;
  border-bottom: 0;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  margin: auto;
  padding: 20px 0 30px;
  border-top: var(--border);
}

footer p {
  font-family: 'Intelo', sans-serif;
  font-size: .82em;
  font-weight: 600;
  text-align: center;
  color: var(--olive);
}

footer a[href^=tel] {
  text-decoration: none;
  color: inherit;
  border-bottom: 0;
}

footer a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--olive);
  text-decoration: none;
  line-height: 20px;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: all .05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all .05s ease;
}

footer a:hover {
  font-family: inherit;
  font-size: inherit;
  color: var(--dark);
  text-decoration: underline;
}

#footer-social ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}

#footer-social ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-social li {
  list-style: none;
}

#footer-social li a {
  margin: 0 10px;
  text-decoration: none;
  border-bottom: 0;
  font-size: 1.2em;
}

#pictos {
  margin: -10px auto 0;
  padding: 0;
}

#pictos ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  pointer-events: none;
  padding: 0;
}

#pictos li {
  display: inline-block;
  margin: 0 15px;
}

#pictos li img {
  height: 50px;
}

ion-icon {
  pointer-events: none;
}

/* * * * * * * * * * *
TOOLTIP
* * * * * * * * * * */
.tooltip {
  position: relative;
  text-align: center;
}

.tooltip::after {
  display: none;
  background-color: var(--dark);
  color: var(--cream);
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  z-index: 999;
}

.tooltip::before {
  background-color: var(--dark);
  content: ' ';
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 999;
}

.tooltip:hover::after {
  display: block;
}

.tooltip:hover::before {
  display: block;
}

.tooltip.top::after {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .8em;
  content: 'Voir le produit';
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

.tooltip.top::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}

.infos_wrapper .tooltip {
  position: relative;
  text-align: center;
}

.infos_wrapper .tooltip::after {
  display: none;
  background-color: var(--dark);
  color: var(--cream);
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  z-index: 999;
}

.infos_wrapper .tooltip::before {
  background-color: var(--dark);
  content: ' ';
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 999;
}

.infos_wrapper .tooltip:hover::after {
  display: block;
}

.infos_wrapper .tooltip:hover::before {
  display: block;
}

.infos_wrapper .tooltip.top::after {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .8em;
  content: 'Voir la facture';
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

.infos_wrapper .tooltip.top::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}

/* * * * * * * * * * *
LOGO
* * * * * * * * * * */
.logo {
  height: 80px;
  -webkit-transition: all .15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all .15s ease;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .logo {
    height: 60px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    height: 53px;
    margin-left: 5px;
  }
}

.logo:hover {
  transform: scale(1.05);
}

.footer-logo {
  height: 90px;
  pointer-events: none;
}

/* * * * * * * * * * *
TYPOGRAPHY
* * * * * * * * * * */
h1 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: calc(1em + 1.4vmax);
  line-height: 1;
  text-align: left;
  color: var(--olive);
}

h1::after {
  content: '';
  display: block;
  border-top: 4px solid var(--olive);
  width: 70px;
  margin: 20px 0 20px;
}

@media screen and (max-width: 668px) {
  h1 {
    font-size: 1.7em;
  }

  h1::after {
    content: '';
    display: block;
    border-top: 4px solid var(--olive);
    width: 50px;
  }
}

#intro h1, {
  font-family: 'Intelo', sans-serif;
  font-weight: normal;
  font-size: calc(1em + 2vmax);
  line-height: 1;
  text-align: left;
  color: var(--olive);
  margin: 0;
}

@media screen and (max-width: 668px) {
  #intro h1 {
    font-size: 2.2em;
    text-align: left;
  }
}

#intro h1::after {
  border: 0;
}

h2 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: calc(1em + 1.4vmax);
  line-height: 1;
  text-align: left;
  color: var(--dark);
}

h2::after {
  content: '';
  display: block;
  border-bottom: 4px solid var(--olive);
  width: 70px;
  margin: 20px 0 40px;
}

@media screen and (max-width: 668px) {
  h2 {
    font-size: 1.7em;
  }

  h2::after {
    width: 50px;
  }
}

#entretien h2 {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: left;
  color: var(--olive);
  margin: 10px 0 0;
  padding: 0;
}

#entretien h2::after {
  border: 0;
  margin: 30px 0 10px;
}

@media screen and (max-width: 668px) {
  #entretien h2 {
    font-size: 1.3em;
  }
}

#product h2 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: left;
  color: var(--olive);
  margin: 0 0 10px;
}

#product h2::after {
  border: 0;
  margin: 0;
}

@media screen and (max-width: 668px) {
  #product h2 {
    font-size: 1.3em;
  }
}

h3 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: left;
  color: var(--olive);
  margin: 0 0 10px;
}

@media screen and (max-width: 668px) {
  h3 {
    font-size: 1.3em;
  }
}

h4 {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
  color: var(--dark);
  margin: 10px 0 0;
}

strong {
  font-weight: 600;
}

p {
  font-family: 'Intelo', sans-serif;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dark);
  margin-bottom: 10px;
}

@media screen and (max-width: 668px) {
  p {
    font-size: 1.05rem;
    text-align: left;
  }
}

p:last-child {
  margin-bottom: 0;
}

.legende {
  font-size: .8em;
  margin: 5px 0 0;
}

.linked a {
  font-family: 'Intelo', sans-serif;
  font-size: .9em;
  font-weight: 600;
  color: var(--cream);
  background: var(--olive);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0 0;
  padding: 8px 12px 6px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.linked a:hover {
  color: var(--cream);
  background: var(--dark);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.link a {
  font-family: 'Intelo', sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: none;
  color: var(--olive);
  text-decoration: none;
  line-height: 20px;
  margin: 0;
  display: inline-block;
  -webkit-transition: all .05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all .05s ease;
}

.link a:hover {
  color: var(--dark);
}

.link i {
  font-size: .75em;
}

.product_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn_linked {
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  color: var(--cream);
  background: var(--olive);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin: 10px 0 0;
  padding: 8px 10px 5px;
}

.btn_linked:hover {
  color: var(--cream);
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

/* * * * * * * * * * *
TOP BAR
* * * * * * * * * * */
#top-nav {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--cream);
  width: 100%;
  height: 100px;
  padding: 0 2%;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #top-nav {
    height: 80px;
  }
}

#login {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  height: 40px;
}

#login .log_container {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  gap: 20px;
  height: auto;
}

#login .log_container a {
  text-transform: uppercase;
}

@media screen and (max-width: 668px) {
  #login {
    height: 50px;
  }

  #login .log_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    height: auto;
    gap: 10px;
  }

  #login .log_container .visible_xl {
    display: none;
  }
}

#login .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
}

@media screen and (max-width: 668px) {
  #login .cart {
    margin-left: 10px;
  }
}

#login ion-icon {
  font-size: 20px;
}

#login span.logged {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .85em;
  text-align: center;
  color: #fff;
}

#login .compte {
  position: relative;
}

#top-nav .deconnexion {
  display: none;
  position: absolute;
  top: 90px;
  right: 25px;
  margin-top: 10px;
  padding: 10px 15px;
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  background-color: var(--chalk);
  box-shadow: var(--shadow-large);
}

@media screen and (max-width: 600px) {
  #top-nav .deconnexion {
    top: 70px;
  }
}

#top-nav .deconnexion li {
  padding: 3px 0;
}

#top-nav .deconnexion li a {
  text-decoration: none;
  color: var(--olive);
}

#top-nav .deconnexion li a:hover {
  text-decoration: none;
  color: var(--dark);
}



.logged {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: var(--olive);
  color: var(--cream);
  cursor: pointer;
}

.logged:hover {
  background: var(--dark);
}

.logged ion-icon {
  color: var(--cream);
}

.unlogged {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--dark);
  cursor: pointer;
}

.unlogged:hover {
  color: var(--olive);
}

@media screen and (max-width: 668px) {
  .logged, .unlogged {
    margin-left: 10px;
  }

  .logged ion-icon {
    color: var(--cream);
    margin-right: 1;
  }
}

#login a {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .85em;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  color: var(--dark);
  -webkit-transition: all .05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

#login a:hover {
  color: var(--olive);
}

#login a.active {
  color: var(--olive);
  pointer-events: none;
}

#login .cart ion-icon {
  font-size: 1.5em;
  margin-left: 1px;
  margin-top: 5px;
}

/* * * * * * * * * * *
CONTAINERS
* * * * * * * * * * */
#intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: 1500px;
  width: 90%;
  gap: 3em;
  padding: 10em 0 0;
}

@media screen and (max-width: 668px) {
  #intro {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
  }
}

@media screen and (max-width: 968px) {
  #intro {
    padding: 3em 0 0;
  }
}

.picto_rosamia {
  height: 150px;
}

.intro_text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--dark-cream-1);
  padding: 20px 0 20px 40px;
}

@media screen and (max-width: 668px) {
  .intro_text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 0;
    padding: 0;
  }

  .picto_rosamia {
    height: 100px;
  }
}

.intro_text_container p {
  text-align: left;
}

/* ROSAMIA */
.container_rosamia {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1500px;
  width: 90%;
  align-items: center;
  gap: 4em;
  margin: 4vw auto;
}

@media screen and (max-width: 768px) {
  .container_rosamia {
    grid-template-columns: 1fr;
  }
}

.rosamia_photos_container {
  display: flex;
  align-items: center;
}

.photo_1 {
  position: relative;
  width: 60%;
}

.photo_2 {
  position: relative;
  width: 70%;
  margin-left: -2.5vw;
}

@media screen and (max-width: 968px) {
  .photo_1 {
    position: relative;
    width: 65%;
  }

  .photo_2 {
    width: 50%;
    margin-left: -5vw;
  }
}

@media screen and (max-width: 668px) {
  .rosamia_photos_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .photo_1 {
    position: relative;
    width: 100%;
  }

  .photo_2 {
    width: 100%;
    margin-left: 0;
  }
}

.shadow_photo {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.rosamia_photos_container img {
  pointer-events: none;
}

/* BLOG */
.container_blog {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 4em;
  max-width: 1500px;
  width: 90%;
  margin: 4vw auto;
}

.container_blog img {
  pointer-events: none;
}

.container_blog .item-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
}

@media screen and (max-width: 1200px) and (min-width:968px) {
  .container_blog {
    grid-template-columns: 1fr 4fr;
  }

  .container_blog .item-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 968px) {
  .container_blog {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .container_blog .item-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }

  .container_blog .item-1:nth-of-type(1) {
    order: 1;
  }
}

@media screen and (max-width: 668px) {
  .container_blog .item-1 {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}

.blog_intro {
  padding-top: 75px;
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.blog_intro p {
  font-size: 1.2em;
  font-weight: 400;
  text-align: justify;
}

/* entretien */
.container_entretien {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1500px;
  width: 90%;
  gap: 4em;
  margin: 4vw auto;
}

.container_entretien img {
  pointer-events: none;
}

.container_entretien .item-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}

@media screen and (max-width: 1400px) {
  .container_entretien {}
}

@media screen and (max-width: 1200px) and (min-width:968px) {
  .container_entretien {
    grid-template-columns: 4fr 1fr;
  }

  .container_entretien .item-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 968px) {
  .container_entretien {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .container_entretien .item-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}

@media screen and (max-width: 668px) {
  .container_entretien .item-2 {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}

/* NEWSLETTER */
.newsletter {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  max-width: 1500px;
  width: 90%;
  margin: 2em auto;
  gap: 4em;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .newsletter {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.newsletter h3 {
  font-family: 'Intelo', sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.newsletter input {
  border-radius: 0;
  background: var(--dark-cream);
  width: 250px;
  height: 35px;
  border: 1px solid var(--dark-cream-1);
  padding: 0 0 0 10px;
  margin: 0 0 30px;
}

.newsletter input:focus {
  outline: none !important;
}

.newsletter input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Intelo', sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
  text-indent: 0;
  background: var(--olive);
  color: #ffffff;
  border: 0;
  outline: none;
  cursor: pointer;
  min-width: 100px;
  padding: 5px 0px 4px;
  margin: 20px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.newsletter .styled-checkbox+label:before {
  margin-bottom: 3px;
}

.newsletter input[type=submit]:hover {
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

.newsletter input:focus {
  outline: none !important;
}

.newsletter label {
  display: inline-block;
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 300;
}

.realperson-regen {
  padding-top: 0;
  font-family: 'Intelo', sans-serif;
}

.form-ligne {
  width: 100%;
  margin-bottom: 20px;
}

.form-ligne a {
  font-family: inherit;
  color: inherit;
}

.form-ligne a:hover {
  color: var(--dark);
}

.newsletter input {
  margin-bottom: 0;
}

.ligne-capcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.ligne-capcha p {
  font-size: 0.9rem;
}

#formNews span {
  font-family: 'Intelo', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--olive);
  text-align: left;
}

#formNews span.confirm {
  margin-top: 6rem;
  display: block;
  font-size: 1.1rem !important;
}

@media screen and (max-width: 768px) {
  #formNews span.confirm {
    margin-top: 0;
  }
}

/* * * * * * * * * * *
PAGE MENU PRODUITS
* * * * * * * * * * */
.cards {
  max-width: 1200px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-items: center;
  gap: 5em;
  margin: auto;
  padding: 3em 1em;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .cards {
    gap: 2em;
  }
}

@media screen and (max-width: 968px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
  }
}

@media screen and (max-width: 668px) {
  .cards {
    grid-template-columns: 1fr;
    padding: 3em .2em;
  }
}

.product_flex {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  background: var(--cream);
  box-shadow: var(--shadow-medium);
  padding: 0;
}

.card_infos_container {
  padding: 20px;
}

.card_infos_container p {
  text-align: left;
}

.card_btn_container {
  margin-top: auto;
  padding: 0 0 0 20px;
}

.card_title {
  margin-top: 10px;
}

.card_title h3 {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  color: var(--olive);
}

.card_title .price {
  font-weight: 600;
  color: var(--dark);
  display: flex;
  justify-content: space-between;
}

/* hover img */
.img-container {
  overflow: hidden;
}

.img-container .zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: pointer;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.img-container:hover .zoom img {
  transform: scale(1.05);
  filter: saturate(1);
}

/* * * * * * * * * * *
PAGE PRODUIT
* * * * * * * * * * */
#rubrique {
  width: 100%;
  padding: 0 0 2em;
}

#product_name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 170px 0 10px;
  height: auto;
}

@media screen and (max-width: 668px) {
  #product_name {
    margin: 130px 0 0 0;
  }
}

#product_name h1, .erreur-wrapper h1 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  color: var(--dark);
}

#product_name h1::after {
  content: '';
  display: block;
  border-top: 2px solid var(--olive);
  width: 50%;
  margin: 20px auto 0;
}

.erreur-wrapper h1::after {
  content: '';
  display: block;
  border-top: 2px solid var(--olive);
  width: 10%;
  margin: 20px auto 0;
}

.product-container {
  max-width: 1500px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 4em;
  padding: 3em 0;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .product-container {
    grid-template-columns: 1fr;
    gap: 3em;
  }
}

@media screen and (max-width:668px) {
  .product-container {
    gap: 2em;
    padding: 4em 0 0;
  }
}

.product-container a {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: inherit;
  color: var(--olive);
}
.product-container a:hover {
  color: var(--dark);
}
.price_container a, .price_container a:hover{
  color:var(--cream);
}

.container_artisan a{
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: inherit;
  color: var(--olive);
}

.container_artisan a:hover {
  color: var(--dark);
}

.blog_content_inner a{
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: inherit;
  color: var(--olive);
}

.blog_content_inner a:hover {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: inherit;
  color: var(--dark);
}

.rubrique_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 3em 1em;
}

.col-left {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 2em;
}

.col-left .photos-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 2em;
  margin-bottom: 2em;
}

.col-left .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.price_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) and (min-width: 568px) {
  .price_container {
    flex-direction: row;
  }

  .col-left {
    gap: 0;
  }

  .col-left .photos-container {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-rows: 1fr;
    gap: 1.5em;
  }

  .col-left .gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width:568px) {
  .price_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .col-left {
    gap: 0;
  }

  .col-left {
    margin: 0;
  }

  .col-left .photos-container {
    gap: .5em;
  }

  .col-left .gallery {
    gap: .5em;
  }
}

.col-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 2em;
}

#rubrique {
  margin: 3em auto 0;
}

#rubrique h3 {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: var(--olive);
  margin: 0 0 5px;
  width: 75%;
}

#rubrique p {
  text-align: left;
  font-size: 1em;
  margin-bottom: 0;
}

.product_price {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.55em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: var(--olive);
  padding: 0 0 10px;
  width: 75%;
}

.ordering {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  border-radius: 0;
  margin: 10px 0 0;
}

.quantity span {
  font-family: 'Intelo', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .75em;
  text-align: center;
  letter-spacing: 1px;
  color: var(--dark);
}

.quantity {
  display: flex;
  flex-direction: column;
  align-items: flex;
  width: 100%;
}

.nostock {
  font-family: 'Intelo', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: var(--olive);
}

.fb_share {
  margin-top: 20px;
}

@media screen and (max-width: 668px) {
  .fb-share {
    margin-top: 20px;
  }
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number_input {
  border: 1px solid var(--dark);
  display: inline-flex;
  margin: 5px auto;
}

.number_input, .number_input * {
  box-sizing: border-box;
}

.number_input_container {
  display: flex;
  align-items: center;
}

.number_input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number_input button:before,
.number_input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: .7rem;
  height: 2px;
  background-color: var(--olive);
  transform: translate(-50%, -50%);
}

.number_input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number_input input[type=number] {
  display: flex;
  align-items: center;
  align-items: center;
  border-left: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
  border-radius: 0;
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: var(--dark);
  max-width: 2rem;
  padding: 0;
  height: 1.5rem;
  text-align: center;
  background: var(--cream);
}

.btn_buy {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream);
  background: var(--olive);
  padding: 12px 10px 9px;
  margin-top: 10px;
  width: auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_buy:hover {
  color: var(--cream);
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

@media screen and (max-width: 1024px) and (min-width: 568px) {
  .number_input_container {
    display: flex;
    align-items: flex-end;
  }

  .col-right {
    border-top: var(--border);
    padding-top: 30px;
  }
}

@media screen and (max-width:568px) {
  .col-right {
    border-top: var(--border);
    padding-top: 30px;
  }

  .ordering {
    margin-top: 30px;
  }

  .ordering .quantity {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    background: var(--cream);
    width: 100%;
  }

  .btn_buy {
    margin: -2px 0 0 20px;
  }
}

/* * * * * * * * * * *
PAGE LOG IN
* * * * * * * * * * */
#account {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 150px auto 0;
  width: 100%;
  min-height: 600px;
}

#account h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(1em + .75vmax);
}

#account p {
  text-align: left;
}

#account a {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .85em;
  color: var(--dark);
  text-align: left;
  width: 80%;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#account a:hover {
  color: var(--olive);
}

.account_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  max-width: 1300px;
  width: 95%;
  gap: 2em;
  margin: auto;
  padding: 20px;
}

.column {
  display: flex;
  flex-direction: column;
}

.mon_espace {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0;
  min-height: 350px;
}

.mon_espace h3 {
  margin: 0 0 10px;
}

.mon_espace:last-child {
  margin: 0 0;
  ;
}

.myForm_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  width: 90%;
  margin: auto;
}

.myForm {
  height: auto;
  width: 100%;
  margin: 0;
}

#my_account .myForm {
  padding: 0;
  height: auto;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

#my_account h4 {
  text-transform: uppercase;
}

.form_container {
  max-width: 700px;
  width: 90%;
}

.myForm label {
  display: inline-block;
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-align: left;
  color: var(--olive);
  margin: 0 0 10px;
}

.mon_espace input {
  border-radius: 0;
  background: var(--dark-cream);
  height: 35px;
  margin-bottom: 0;
  border: 1px solid var(--dark-cream-1);
  padding: 0 0 0 10px;
}

input::placeholder {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #9e9e90;
  opacity: 1;
  padding-left: 5px;
}

.myForm button {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--olive);
  color: var(--cream);
  padding: 8px 12px 6px;
  text-align: center;
  width: auto;
  margin: 10px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.myForm button:hover {
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

.myForm button i {
  margin-right: 5px;
}

.new_customer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 40px;
  padding-bottom: 20px;
  border-left: var(--border);
}

.new_customer h3 {
  color: var(--olive);
}

.new_customer p {
  color: var(--olive);
  font-size: 1em;
}

.new_customer ion-icon {
  font-size: 20px;
  margin: 0 10px 0 0;
  padding-top: 5px;
}

.new_customer i {
  font-size: 20px;
  margin: 0 14px 0 2px;
  padding-top: 5px;
}

.account_container .myForm {
  max-width: 500px;
}

@media screen and (max-width: 968px) {
  #account {
    display: flex;
    height: 100%;
    margin: 150px auto 0;
  }

  .account_container {
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 1em 10px 3em;
  }

  .myForm button {
    text-align: center;
    width: auto;
    margin: 20px 0;
  }

  .new_customer {
    padding-left: 0;
    border-left: 0;
  }

  .account_container .myForm {
    max-width: 90vw;
  }
}

#account .btn_create_account_container {
  padding: 15px 0 0;
}

#account .btn_create_account {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--olive);
  color: var(--cream);
  padding: 10px 12px 8px;
  text-align: center;
  width: auto;
  margin: 10px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#account .btn_create_account:hover {
  color: var(--cream);
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
}

.password-wrapper .mdp-voir {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.confirm {
  font-size: 1rem !important;
}

.erreur {
  color: #ff3c3c !important;
  font-size: 1rem !important;
}

.erreur-form {
  background-color: #fff9f9 !important;
  border: 1px solid #ff3c3c !important;
}

.erreur-valid {
  display: none;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
  color: #ff3c3c;
  text-align: center;
  border-radius: 3px;
  background-color: #fff9f9;
  border: 1px solid #ff3c3c;
}

.account_container .form-ligne {
  width: 100%;
  margin-bottom: 20px;
}

.account_container .myForm label {
  display: block;
}

.account_container .mon_espace input {
  width: 100%;
  margin-bottom: 0;
}

.mdpoublie {
  display: none;
  width: 100%;
}

.mdpoublie {
  display: none;
  width: 100%;
  margin: 5px 0 0;
}

#mdpoublie_email {
  float: left;
  width: calc(100% - 100px);
  background: var(--dark-cream);
  border: 1px solid var(--dark-cream-1);
}

#mdpoublie_ok {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .85em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: var(--cream);
  width: 90px;
  background: var(--olive);
  border: 0;
  padding: 7px 10px 5px;
  cursor: pointer;
}

#mdpoublie_ok:hover {
  background: var(--dark);
}

.invit {
  margin: 40px 0 0;
}

/*  AJOUT A.G.  */
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
}

.password-wrapper .mdp-voir {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.erreur {
  color: #ff3c3c !important;
  font-size: 1rem !important;
}

.erreur-form {
  background-color: #fff9f9 !important;
  border: 1px solid #ff3c3c !important;
}

.erreur-valid {
  display: none;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
  color: #ff3c3c;
  text-align: center;
  border-radius: 3px;
  background-color: #fff9f9;
  border: 1px solid #ff3c3c;
}

#my_account .form-ligne {
  width: 100%;
  margin-bottom: 20px;
}

#my_account .myForm label {
  display: block;
}

#my_account .mon_espace input {
  width: 100%;
  margin-bottom: 0;
}

#my_account .container {
  padding-bottom: 0;
}

#my_account .mon_espace input[type=radio] {
  height: auto;
}

#my_account .mdp-format {
  font-size: 0.75em;
}

/* * * * * * * * * * *
PAGE CREATE MY ACCOUNT
* * * * * * * * * * */
#my_account {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  width: 90%;
  margin: 3em auto;
}

@media screen and (max-width: 668px) {
  #my_account {
    margin: 100px auto 3em;
  }
}

#my_account h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(1em + .75vmax);
  color: var(--olive);
}

#my_account p {
  text-align: left;
  font-size: .9em;
}

#my_account a {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: var(--dark);
  text-align: left;
  width: 80%;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#my_account a:hover {
  color: var(--olive);
}

.create_account_container {
  display: flex;
  align-items: flex-start;
  margin: auto;
  padding: 3em 0;
}

#my_account .myForm label {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .95em;
  text-align: left;
  color: var(--olive);
  margin: 0 0 10px;
}

#my_account .mon_espace input {
  border-radius: 0;
  background: var(--dark-cream);
  height: 35px;
  border: 1px solid var(--dark-cream-1);
  padding: 0 0 0 10px;
}

@media screen and (max-width: 668px) {
  #my_account .mon_espace input {
    margin-bottom: 10px;
  }
}

#my_account input::placeholder {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #9e9e90;
  opacity: 1;
  padding-left: 5px;
}

#my_account .myForm button {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  background: var(--olive);
  color: var(--cream);
  padding: 8px 12px 6px;
  text-align: center;
  width: auto;
  margin: 10px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#my_account .myForm button:hover {
  background: var(--dark);
}

#my_account .myForm button:hover {
  box-shadow: var(--shadow-large);
}

#my_account .myForm button i {
  margin-right: 10px;
}

.checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#my_id {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  padding: 0 0;
}

#my_id h4 {
  margin: 35px 0 0;
}

.id_account_container {
  width: 95%;
  padding: 2em 1em 1em;
}

/* Custom Radio_Btn */
/* The container */
#my_account .container, #panier .container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 40px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#panier .container {
  padding-bottom: 5px;
}

/* Hide the browser's default radio button */
#my_account .container input, #panier .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.controls {
  display: flex;
  /*margin: 0 0 10px;*/
}

/* Create a custom radio button */
.checkmark_1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--chalk);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark_1, {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark_1 {
  background-color: var(--light-olive);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark_1:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkmark_1:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--chalk);
}

/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 30px;
}

/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 5px;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--dark-cream);
  border: 1px solid var(--dark-cream-1);
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked~.checkmark {
  background-color: var(--olive);
  border: 1px solid var(--olive);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* * * * * * * * * * *
PAGE RECAPITULE
* * * * * * * * * * */
.erreur {
  color: #ff3c3c !important;
  font-size: 1rem !important;
}

.erreur-form {
  background-color: #fff9f9 !important;
  border: 1px solid #ff3c3c !important;
}

.erreur-valid {
  display: none;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
  color: #ff3c3c;
  text-align: center;
  border-radius: 3px;
  background-color: #fff9f9;
  border: 1px solid #ff3c3c;
}

.myForm .form-ligne {
  width: 100%;
}

.myForm .mon_espace input {
  width: 100%;
}

.order_recap {
  width: 100%;
}

.order_recap h3 {
  margin: 25px 0;
}

textarea {
  border-radius: 0;
  background: var(--dark-cream);
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid var(--dark-cream-1);
  padding: 0 0 0 10px;
  font-family: 'Intelo', sans-serif;
  font-size: 0.9rem;
  outline: 0;
}

/* * * * * * * * * * *
 MON ESPACE ROSAMIA
* * * * * * * * * * */
#mon_espace_rosamia {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1em;
  max-width: 700px;
  width: 90%;
  height: auto;
}

#mon_espace_rosamia h2 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  color: var(--dark);
}

@media screen and (max-width: 768px) {
  #mon_espace_rosamia h2 {
    font-size: 2em;
  }
}

#mon_espace_rosamia h2::after {
  content: '';
  display: block;
  border-top: 2px solid var(--olive);
  width: 50%;
  margin: 20px auto 0;
}

#mon_espace_rosamia .user_id_wrapper {
  margin: 10px 0 0;
}

#mon_espace_rosamia .user_id_wrapper .user_id {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
}

#mon_espace_rosamia .user_id_wrapper .user_id span {
  margin-top: 4px;
  margin-left: 2px;
  color: var(--cream);
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 1px;
}

#mon_espace_rosamia .log_out_container {
  margin: 20px 0;
}

#mon_espace_rosamia .log_out_btn {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .85em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--olive);
}

#mon_espace_rosamia .log_out_btn:hover {
  color: var(--dark);
}

#wrapper_mon_espace {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  border-top: var(--border);
}

.commande_wrapper .tooltip.top::after {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .8em;
  content: 'Voir la facture';
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

#mon_espace_rosamia h3 {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  color: var(--olive);
}

#mon_espace_rosamia span {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.recap_infos_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
}

.recap_infos_wrapper span {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.15em;
  padding: 0;
  margin: 15px 0;
}

#mon_espace_rosamia .user_id {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--olive);
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

#mon_espace_rosamia .user_id span {
  margin-top: 4px;
  margin-left: 2px;
  color: var(--cream);
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .5em;
  letter-spacing: 1px;
}

#wrapper_mon_espace .recap_infos_wrapper a[href^=tel] {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.commande_wrapper {
  display: flex;
  justify-content: space-between;
  flex-basis: auto;
  width: 100%;
  padding: 8px 15px 5px;
  margin: 10px 0;
  background: var(--chalk);
}

.commande_wrapper:first-child {
  margin-top: 20px;
}

.commande_wrapper .item_a {
  display: flex;
  width: 40%;
}

.commande_wrapper .item_b {
  display: flex;
  width: 25%;
}

.commande_wrapper .item_c {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}

.commande_wrapper i {
  font-size: 1.2em;
  margin-right: 10px;
}

@media screen and (max-width:668px) {
  .commande_wrapper i {
    font-size: 1em;
    margin-right: 10px;
  }

  #mon_espace_rosamia span {
    font-family: 'Intelo', sans-serif;
    font-weight: 600;
    text-align: right;
    font-size: .8em;
    padding: 0;
    margin: 0;
  }
}

/* * * * * * * * * * *
 MON PANIER
* * * * * * * * * * */
#panier {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: calc(72vh - 50px);
}

.order_recap {
  max-width: 700px;
  width: 100%;
  margin: 50px 0 0;
}

.content_infos {
  position: relative;
  display: grid;
  grid-template-columns: .7fr 1fr;
  justify-content: stretch;
  align-items: center;
  gap: 2em;
  padding: 5px;
  width: 100%;
}

.panier_recap_container {
  border: 1px solid #d7d7d1;
  padding: 5px;
  margin: 15px 0;
}

.panier_price_container {
  display: grid;
  grid-template-columns: 1fr 1fr .5fr;
  width: 100%;
}

.panier_price_item_1 {
  display: grid;
  place-items: center;
  width: 100%;
}

.panier_price_item_1 span {
  text-align: center;
}

.panier_price_item_2 {
  display: grid;
  place-items: center;
  width: 100%;
}

.left-15px {
  padding-left: 15px;
}

.panier_price_item_3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.panier_price_item_3 .panier_txt {
  font-weight: 600;
}

.panier_item_infos {
  display: flex;
  justify-content: space-between;
}

.panier_item_infos img {
  max-width: 100px;
  margin-right: 10px;
  padding: 0;
}

.closeButton {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #93978b;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.closeButton:hover {
  background: #605e5a;
}

.closeButton i {
  font-size: .65em;
  color: var(--cream);
  cursor: pointer;
  padding: 0 0 0 0;
}

.product_ref {
  position: relative;
  display: flex;
  align-items: center;
}

.product_ref .promo {
  position: absolute;
  top: -16px;
  left: 87px;
  background-color: #fff;
  color: #000;
  border: 0px solid #000;
  border-radius: 50%;
  padding: 5px;
  font-size: 1.1rem;
}

@media screen and (max-width: 668px) {
    .product_ref .promo {
      left: 59px;
    }
  }

.product_ref img {
  max-width: 100px;
}

.panier_item_r_item {
  justify-self: center;
}

.panier_txt_product {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: .9em;
  color: var(--dark);
  max-width: 100px;
  margin-left: 20px;
}

.panier_txt {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: .95em;
  color: var(--dark);
}

.panier_txt_right {
  font-family: 'Intelo', sans-serif;
  font-weight: 900;
  font-size: .95em;
  color: var(--dark);
}

.panier_txt_total {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  text-align: right;
  font-size: 1em;
  color: var(--dark);
}

.panier_total {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .75em;
  color: var(--olive);
}

.btn_action {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--olive);
  color: var(--cream);
  padding: 8px 12px 6px;
  text-align: center;
  width: auto;
  margin: 10px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_action:hover {
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

.btn_action_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--cream);
  background: var(--dark);
  padding: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_action_inner:hover {
  background: var(--olive);
}

.recapitulatif {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  padding: 10px;
  background: var(--chalk);
  margin: 10px 0;
}

.recapitulatif span {
  color: var(--dark);
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 1.5;
  margin: 0;
}

.panier_action {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 2em auto;
  text-transform: uppercase;
  font-size: .9em;
}

.panier_action i {
  margin-right: 10px;
}

.empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.empty p {
  color: var(--dark);
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  padding: 0;
  margin-top: 2rem;
}

.empty ion-icon {
  color: var(--dark);
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: calc(1em + 2.2vmax);
}

/* responsive */
@media screen and (max-width: 668px) {
  .order_recap {
    margin: 10px 0 0;
  }

  .content_infos_top {
    display: grid;
    align-items: end;
  }

  .content_infos {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: stretch;
    gap: .5em;
    padding: 0;
    width: 100%;
  }

  .panier_price_container {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  .product_ref img {
    max-width: 70px;
    padding: 0;
  }

  .panier_price_item_1 {
    display: grid;
    width: 70%;
  }

  .panier_price_item_2 {
    display: grid;
    width: 100%;
    margin-left: -15px;
  }

  .panier_price_item_3 {
    display: grid;
    width: 100%;
  }

  .panier_txt {
    font-size: .8em;
  }

  .panier_txt_product {
    display: none;
  }

  .left-15px {
    padding-left: 0;
  }
}

.cart {
  position: relative;
}

.panier-compteur {
  /*display: none;*/
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--olive);
  text-align: center;
  animation: pulse-black 1.5s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.dialog {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.dialog-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: auto;
  margin-left: -150px;
  margin-top: -75px;
  border-radius: 0;
  background-color: var(--cream);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  text-align: center;
  color: var(--dark);
}

.dialog-wrapper img {
  height: 60px;
  margin-bottom: 15px;
}

.dialog-wrapper p {
  width: 100%;
  font-size: 1em;
  text-align: center;
}

.dialog-wrapper ion-icon {
  font-size: 30px;
  color: var(--olive);
  margin: 0 auto 5px;
}

.dialog_btn {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .7em;
  text-align: center;
  text-transform: uppercase;
  min-width: 60px;
  color: var(--cream);
  background: var(--olive);
  border-radius: 60px;
  padding: 8px 20px 6px;
  margin: 10px 5px 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dialog_btn:hover {
  background: var(--dark);
  box-shadow: var(--shadow-large);
}

.my_order {
  display: grid;
  grid-template-columns: auto 1.5fr 1fr 1fr;
  justify-items: end;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin: auto;
  background: var(--dark-cream);
  padding: 0 10px 0 0;
  margin-top: 20px;
}

.my_order img {
  max-width: 80px;
}

.my_order_text {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: .95em;
  color: var(--dark);
}

@media screen and (max-width:668px) {
  .my_order {
    display: grid;
    grid-template-columns: auto 0 1fr 1fr;
    justify-items: end;
    align-items: center;
    margin: auto;
    padding: 10px 0 0;
    background: var(--dark-cream);
    padding: 0 10px 0 0;
    margin-top: 10px;
  }

  .no_xs {
    display: none;
  }
}

.ordered_item {
  text-align: right;
}

.price_wrapper {
  display: flex;
  justify-content: space-between;
  background: var(--chalk);
  max-width: 700px;
  width: 100%;
  padding: 15px 10px 10px 10px;
  margin-top: 10px;
}

.total_price_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  background: var(--olive);
  padding: 15px 10px 10px 10px;
  margin-top: 10px;
}

.total_price_wrapper span {
  color: var(--cream);
}

.order_info_wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.order_info_wrapper span {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: .95em;
  color: var(--dark);
}

.order_info_wrapper input {
  width: 100%;
}

.order_info_wrapper label {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .95em;
  color: var(--olive);
}

.cp_ville {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1em;
}

.card_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--olive);
  padding: 20px;
  margin-top: 25px;
}

.card_container h3 {
  color: var(--cream);
  text-align: center;
  margin: 20px 0 10px;
}

.card_container p {
  color: var(--cream);
  font-size: 1em;
  text-align: center;
  margin: 0;
}

.card_container button {
  background: var(--chalk);
  color: var(--dark);
}

.card_container button:hover {
  background: var(--cream);
  color: var(--olive);
}

.card_container .fa-brands {
  font-size: 2.5em;
  color: var(--cream);
  margin: 10px 20px 15px 0;
}

.card_container .fa-solid {
  font-size: 1em;
  color: var(--cream);
  margin: 0 5px 0 0;
}

.btn_regler_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0;
}

.cc_container_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 25px;
  margin-top: 10px;
}

.cc_container_2 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 25px;
  margin: 25px 0;
}

.card_container .field {
  color: #999;
  width: 100%;
  background: var(--cream);
  height: 25px;
  margin: 0 10px 0 10px;
}

.card_container .brand {
  position: absolute;
  top: 5px;
  left: 15px;
}

.card_container .field::-webkit-input-placeholder {
  color: #CFD7E0;
}

.card_container .field::-moz-placeholder {
  color: #CFD7E0;
}

.card_container .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

#card-number-element {
  padding-left: 45px;
  padding-top: 5px;
}

#card-expiry-element,
#card-cvc-element {
  width: 150px;
  padding-left: 10px;
  padding-top: 5px;
}

#card-errors {
  font-family: 'Intelo', sans-serif;
  color: #ff3c3c;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

#card-errors.visible {
  display: inline;
}

/* * * * * * * * * * *
PAGE FORMULAIRE
* * * * * * * * * * */
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
}

.password-wrapper i {
  color: var(--olive);
  margin-top: 3px;
}

.password-wrapper .mdp-voir {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.pay_btn_container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.myForm button.pay_btn {
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--dark);
  color: var(--cream);
  padding: 8px 12px 6px;
  text-align: center;
  width: auto;
  margin: 30px auto;
  display: block;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.myForm button.pay_btn:hover {
  background: var(--olive);
  color: var(--cream);
  box-shadow: var(--shadow-large);
}

.erreur {
  color: #ff3c3c !important;
  font-size: 1rem !important;
}

.erreur-form {
  background-color: #fff9f9 !important;
  border: 1px solid #ff3c3c !important;
}

.erreur-valid {
  display: none;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
  color: #ff3c3c;
  text-align: center;
  border-radius: 3px;
  background-color: #fff9f9;
  border: 1px solid #ff3c3c;
}

#my_account .form-ligne {
  width: 100%;
  margin-bottom: 10px;
}

#my_account .form-ligne i {
  color: var(--olive);
}

#my_account .myForm label {
  display: block;
}

#my_account .mon_espace input {
  width: 100%;
  margin-bottom: 0;
}

#my_account .container {
  padding-bottom: 0;
}

#my_account .mon_espace input[type=radio] {
  height: auto;
}

/* * * * * * * * * * *
PAGE CONNEXION
* * * * * * * * * * */
/*  AJOUT A.G. */
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
}

.password-wrapper .mdp-voir {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.erreur {
  color: #ff3c3c !important;
  font-size: 1rem !important;
}

.erreur-form {
  background-color: #fff9f9 !important;
  border: 1px solid #ff3c3c !important;
}

.erreur-valid {
  display: none;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
  color: #ff3c3c;
  text-align: center;
  border-radius: 3px;
  background-color: #fff9f9;
  border: 1px solid #ff3c3c;
}

#my_account .form-ligne {
  width: 100%;
  margin-bottom: 20px;
}

#my_account .myForm label {
  display: block;
}

#my_account .container {
  padding-bottom: 0;
}

#my_account .mon_espace input[type=radio] {
  height: auto;
}

#my_account .mdp-format {
  font-size: 0.75em;
}

/*  FIN AJOUT A.G. */
.account_container .myForm label {
  display: block;
}

.account_container input {
  width: 100%;
  margin-bottom: 0;
}

/*  AJOUT A.G.  */
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
}

.password-wrapper .mdp-voir {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.confirm {
  font-size: 1rem !important;
}

.erreur {
  margin-top: 5px;
  color: #ff3c3c !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  ;
}

.erreur-form {
  background-color: #fff9f9 !important;
  border: 1px solid #ff3c3c !important;
}

.erreur-valid {
  display: none;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.2;
  color: #ff3c3c;
  text-align: center;
  border-radius: 3px;
  background-color: #fff9f9;
  border: 1px solid #ff3c3c;
}

.account_container .form-ligne {
  width: 100%;
  margin-bottom: 20px;
}

.account_container .myForm label {
  display: block;
}

.account_container .mon_espace input {
  width: 100%;
  /*margin-bottom: 10px;*/
}

.mdpoublie {
  display: none;
  width: 100%;
}

#mdpoublie_email {
  float: left;
  width: calc(100% - 100px);
}

#mdpoublie_ok {
  float: right;
  width: 90px;
}

/* * * * * * * * * * *
SUR MESURE
* * * * * * * * * * */
#sur-mesure {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

#sur-mesure p {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 10px;
}

#sur-mesure ul {
  margin-bottom: 15px;
}

#sur-mesure ul>li {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.5;
  color: var(--dark);
}

#sur-mesure ul>li {
  margin-bottom: 10px;
}

#sur-mesure ul>li::before {
  content: "•";
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  color: var(--olive);
  display: inline-block;
  margin-left: -2em;
  width: .7em;
  font-size: 1em;
}

#sur-mesure a[href^=tel] {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border-bottom: 0;
}

/* * * * * * * * * * *
PAGE LOG IN
* * * * * * * * * * */
#log_in {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 90%;
}

#log_in h2 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  color: var(--dark);
  margin: 150px auto 0;
}

@media screen and (max-width: 768px) {
  #log_in h2 {
    font-size: 2em;
  }
}

#log_in h2::after {
  content: '';
  display: block;
  border-top: 2px solid var(--olive);
  width: 50%;
  margin: 20px auto 0;
}

#log_in h4 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  color: var(--dark);
  margin: 150px auto 0;
}

/* * * * * * * * * * *
PAGE D'ERREUR
* * * * * * * * * * */
.erreur-wrapper {
  margin-top: 218px;
  height: calc(100vh - 300px);
}

.erreur-wrapper h1 {
  text-align: center;
  margin: 0 auto 40px auto;
}

.erreur-wrapper p {
  text-align: center;
}

/* * * * * * * * * * *
PAGE CONTACT
* * * * * * * * * * */
#contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 2em;
  grid-column-gap: 3em;
  max-width: 900px;
  width: 90%;
  height: auto;
  margin: 100px auto 0;
}

#contact .item_1 {
  grid-column: 1 / 3;
}

#contact .item_2 {
  grid-column: 1 / 2;
}

#contact .item_3 {
  grid-column: 2 / 3;
}

@media screen and (max-width: 768px) {
  #contact {
    grid-template-columns: 1fr;
    gap: 1em;
    margin: 50px auto 0;
  }

  #contact .item_1 {
    grid-column: 1 / 3;
  }

  #contact .item_2 {
    grid-column: 1 / 3;
  }

  #contact .item_3 {
    grid-column: 1 / 3;
  }
}

#contact p {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#contact i {
  text-align: center;
  font-size: 1em;
  margin: 0 5px;
}

#contact .fa-solid {
  text-align: center;
  font-size: .75em;
  margin: 0 5px 0 0;
  color: var(--olive);
}

#contact .item_3 a[href^=tel] {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 668px) {
  .xs_left {
    margin-left: 18px;
  }
}

/* * * * * * * * * * *
 PAGE MENU NOS ARTISANS
* * * * * * * * * * */
#rubrique {
  width: 100%;
  padding: 0 0 2em;
}

#rubrique_name {
  display: flex;
  justify-content: center;
  height: 80px;
  margin: 170px 0 10px;
}

@media screen and (max-width: 668px) {
  #rubrique_name {
    margin: 130px 0 0 0;
  }
}

#rubrique_name h1 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  color: var(--dark);
}

@media screen and (max-width: 768px) {
  #rubrique_name h1 {
    font-size: 2em;
  }
}

#artisan h2 {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1;
  text-align: left;
  color: var(--olive);
  margin: 0 0 10px;
}

@media screen and (max-width: 668px) {
  #artisan h2 {
    font-size: 1.3em;
  }
}

#artisan h2::after {
  border: 0;
}

#rubrique_name h1::after {
  content: '';
  display: block;
  border-top: 2px solid var(--olive);
  width: 50%;
  margin: 20px auto 0;
}

/*
#intro_artisans {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

#intro_artisans p {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 0;
}
*/
#intro_artisans, #intro_faq {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

#intro_artisans p, #intro_faq p {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 0;
}

/*
.artisans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 2em;
  grid-row-gap: 6em;
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 3em;
  background: var(--cream);
  padding-bottom: 10px;
}*/
.artisans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 2em;
  grid-row-gap: 6em;
  max-width: 1300px;
  width: 90%;
  margin: 50px auto 3em;
  background: var(--cream);
  padding-bottom: 10px;
}

.artisans h4 {
  text-align: center;
  color: var(--olive);
  margin: 10px 0;
}

.artisan_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avatar img {
  width: 150px;
  height: 150px;
  margin: auto;
  pointer-events: none;
}

/* * * * * * * * * * *
PAGES MENTIONS
* * * * * * * * * * */
#mentions {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  width: 90%;
  height: auto;
  margin: 50px auto 2em;
}

@media screen and (max-width: 768px) {
  #mentions {
    margin: 50px auto 0;
  }
}

#mentions h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 25px 0 10px;
}

#mentions ul, .blog_content_inner ul {
  padding-left: 15px;
  margin: 0;
}

#mentions ol {
  margin: 0;
}

#mentions ol>li {
  list-style-type: decimal;
}

#mentions ul, .blog_content_inner ul {
  margin-bottom: 15px;
}

#mentions ul>li, .blog_content_inner ul>li {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5;
  color: var(--dark);
}

#product ul>li {
  margin-bottom: 15px;
}

#mentions ul>li::before, .blog_content_inner ul>li::before {
  content: "•";
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  color: var(--olive);
  display: inline-block;
  margin-left: -.7em;
  width: .7em;
  font-size: 1em;
}

#mentions ol>li {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5;
  color: var(--dark);
  padding: 0 0 10px;
}

#mentions ol>li>ul>li {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.05em;
  line-height: 1.5;
  color: var(--dark);
  padding: 0;
}

#mentions ol>li>ul:last-child {
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width:668px) {
  #mentions ul {
    padding-left: 15px;
  }

  #mentions ol {
    font-size: .95em;
    line-height: 1.5;
    margin-left: 20px;
    padding: 0;
  }

  #mentions ul>li::before {
    content: "•";
    font-family: 'Intelo', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: -.7em;
    width: .7em;
    font-size: 1em;
  }
}

/* * * * * * * * * * *
 PAGE ARTISAN
* * * * * * * * * * */
#artisan p {
  text-align: left;
}

#artisan img {
  pointer-events: none;
}

.container_artisan {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 3em;
  max-width: 1500px;
  width: 90%;
  margin: 2em auto;
}

.artisan_wrapper_1 {
  grid-column-start: 1;
  grid-column-end: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: 2em;
}

@media screen and (max-width: 768px) {
  .artisan_wrapper_1 {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    grid-column-gap: 2em;
    grid-row-gap: 0;
  }
}

@media screen and (max-width: 468px) {
  .artisan_wrapper_1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-template-columns: 1fr;
    gap: 2em;
  }
}

.artisan_wrapper_2 {
  grid-column-start: 2;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.artisan_wrapper_2 h3 {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .artisan_wrapper_2 {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.artisan_wrapper_3 {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2em;
}

.wrapper_3_box_1 {
  grid-column: 1 / 3;
}

.wrapper_3_box_2 {
  grid-column: 3 / 5;
}

.wrapper_3_box_3 {
  grid-column: 5 / 7;
}

@media screen and (max-width: 968px) {
  .wrapper_3_box_1 {
    grid-column: 1 / 4;
  }

  .wrapper_3_box_2 {
    grid-column: 4 / 7;
  }

  .wrapper_3_box_3 {
    grid-column: 1 / 7;
  }
}

@media screen and (max-width: 568px) {
  .wrapper_3_box_1 {
    grid-column: 1 / 7;
  }

  .wrapper_3_box_2 {
    grid-column: 1 / 7;
  }

  .wrapper_3_box_3 {
    grid-column: 1 / 7;
  }
}

.wrapper_3_box_1:hover, .wrapper_3_box_2:hover, .wrapper_3_box_3 {
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wrapper_3_box_1:hover, .wrapper_3_box_2:hover, .wrapper_3_box_3:hover {
  box-shadow: var(--shadow-large);
}

/* * * * * * * * * * *
 PAGE UNIVERS ROSAMIA
* * * * * * * * * * */
.univers_rosamia_container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 5em;
  max-width: 1500px;
  width: 90%;
  margin: 5em auto 2em;
}

.univers_rosamia_wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 3em;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .univers_rosamia_wrapper {
    grid-template-columns: 1fr;
  }

  .univers_rosamia_wrapper .item-1:nth-of-type(1) {
    order: 1;
  }
}

.photo_wrapper {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .photo_wrapper {
    border-radius: 0;
  }
}

.univers_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.univers_rosamia_container h3 {
  font-size: 1.2em;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  color: var(--dark);
  max-width: 60%;
  margin: 25px 0 30px;
}

@media screen and (max-width: 668px) {
  .univers_rosamia_container h3 {
    font-size: .9em;
    max-width: 100%;
  }
}

.univers_rosamia_container p {
  text-align: left;
  line-height: 1.85;
}

.credit_photo {
  font-family: 'Intelo', sans-serif;
  font-size: .8em;
  font-weight: 600;
  color: var(--dark);
  padding-top: 20px;
}

.univers_rosamia_container img {
  pointer-events: none;
}

.univers_rosamia_container .tcycle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.univers_rosamia_container .tcycle img {
  border: 0;
}

.univers_rosamia_photo_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titre {
  position: absolute;
}

.titre h4 {
  font-family: 'Intelo', sans-serif;
  font-size: calc(10px + 3vw);
  font-weight: 300;
  text-align: center;
  color: var(--cream);
  padding-top: 20px;
}

.link-1 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: var(--dark);
  padding: 0 1px;
  transition: color ease 0.2s;
}

.link-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 3px;
  background-color: var(--olive-1);
  transition: all ease 0.15s;
}

.link-1:hover {
  color: var(--cream);
}

.link-1:hover::after {
  height: 90%;
}




/* * * * * * * * * * *
 BLOG INTRO
* * * * * * * * * * */
.blog_inner {
  display: grid;
  grid-template-columns: 35% 1fr;
  align-items: center;
  gap: 3vw;
  max-width: 1200px;
  width: 100%;
  background: var(--dark-cream);
  margin: 3em auto 2em;
  padding: 3%;
  -webkit-transition: all .5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog_inner:hover {
  background: var(--chalk);
  background-image: url("../img/logo/bg.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .blog_inner {
    grid-template-columns: 1fr;
    border-radius: 0;
    gap: 2em;
    padding: 5%;
    background-size: 100%;
  }

  .blog_inner:hover {
    background: var(--chalk);
  }
}

.blog_inner h3 {
  margin: 0 0 10px;
}

.blog_inner img {
  pointer-events: none;
}

.blog_inner p {
  text-align: left;
}

.date-post {
  margin: 20px 0;
}

.date-post span {
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark);
  padding-top: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}

.pagination-page {
  background: var(--chalk);
  border-radius: 50%;
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark);
  padding: 10px 15px;
  margin: 0 0.5rem;
}

.pagination-page:hover {
  background: var(--dark);
  border-radius: 50%;
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--cream);
  padding: 10px 15px;
}

.pagination-page-on {
  background: var(--olive-1);
  border-radius: 50%;
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--chalk);
  padding: 10px 15px;
  margin: 0 0.5rem;
}

.pagination-left,
.pagination-center {
  margin: 0 1rem;
}

.pagination-left a,
.pagination-right a {
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark);
}

.pagination-btn {
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark);
  margin-left: -10px;
}

.pagination-btn:hover {
  font-family: 'Intelo', sans-serif;
  font-size: .85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--olive);
}

/* * * * * * * * * * *
 BLOG CONTENU
* * * * * * * * * * */
#blog {
  margin: 170px auto 10px;
}

@media screen and (max-width: 768px) {
  #blog {
    margin: 130px auto 10px;
  }
}

.blog_content_inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2em;
  max-width: 1200px;
  width: 100%;
  margin: 3em auto 2em;
  padding: 0 4%;
}

.blog_content_inner h2 {
  text-transform: none;
  font-weight: 300;
  font-size: calc(10px + 1.5vw);
  color: var(--olive);
  max-width: 100%;
  margin-bottom: 30px;
}

.blog_content_inner h2:before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--chalk);
  margin-bottom: 10px;
}

.blog_content_inner h2:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--chalk);
  margin-top: 5px;
}

.blog_content_inner_photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 2em;
}

@media screen and (max-width: 968px) {
  .blog_content_inner_photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
  }
}

@media screen and (max-width: 668px) {
  .blog_content_inner_photos {
    grid-template-columns: 1fr;
  }
}

.blog_content_inner_photos img {
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blog_content_inner_photos img:hover {
  box-shadow: var(--shadow-large);
}

/* * * * * * * * * * *
PAGES ENTRETIEN
* * * * * * * * * * */
#entretien {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  width: 90%;
  height: auto;
  margin: 75px auto 2em;
}

#entretien .photos_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  margin: 20px 0;
}

#entretien .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--chalk);
  margin: 35px 0;
  padding: 20px;
}

#anchor-1, #anchor-2, #anchor-3, #anchor-4, #anchor-5, #anchor-6 {
  padding-top: 150px;
  margin-top: -150px;
}

#entretien .link {
  background: var(--cream);
  color: var(--dark);
  border-radius: 2px;
  padding: 3px 10px;
  margin: 8px 15px;
  -webkit-transition: all .2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#entretien .link:hover {
  background: var(--olive);
  color: var(--cream);
  border-radius: 3px;
  box-shadow: var(--shadow-large);
}

#entretien .fa-solid {
  margin-right: 3px;
}

@media screen and (max-width: 968px) {
  #entretien {
    margin: 70px auto 2em;
  }

  #entretien .nav {
    padding: 10px 10px 20px 10px;
    margin: 30px 0;
  }

  #entretien .link {
    margin: 8px 10px 0;
  }

  #entretien .photos_container {
    grid-template-columns: repeat(2, 1fr);
  }

  #anchor-1, #anchor-2, #anchor-3, #anchor-4, #anchor-5, #anchor-6 {
    padding-top: 120px;
    margin-top: -120px;
  }
}

#entretien ul {
  padding-left: 15px;
  margin: 0;
}

#entretien ul>li {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5;
  color: var(--dark);
  margin-bottom: 15px;
}

#entretien ul>li::before {
  content: "•";
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  color: var(--olive);
  display: inline-block;
  margin-left: -.7em;
  width: .7em;
  font-size: 1em;
}

#entretien ul>li br {
  margin-bottom: 10px;
}

@media screen and (max-width:668px) {
  #entretien ul {
    padding-left: 15px;
  }

  #entretien ol {
    font-size: .95em;
    line-height: 1.5;
    margin-left: 20px;
    padding: 0;
  }

  #entretien ul>li::before {
    content: "•";
    font-family: 'Intelo', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: -.7em;
    width: .7em;
    font-size: 1em;
  }
}

/* * * * * * * * * * *
FILETS
* * * * * * * * * * */
hr.style1 {
  width: 100%;
  background-color: #d8d8d1;
  border: 0 none;
  height: 1px;
  margin: 15px 0;
}

hr.style2 {
  width: 100%;
  background-color: #cdcdc4;
  border: 0 none;
  height: 1px;
  margin: 10px 0;
}

hr.style3 {
  width: 100%;
  background-color: #cdcdc4;
  border: 0 none;
  height: 1px;
  margin: 30px 0;
}

/* * * * * * * * * * *
SETTINGS
* * * * * * * * * * */
.responsive {
  max-width: 100%;
  display: block;
  height: auto;
}

/* * * * * * * * * * *
RETURN TO TOP
* * * * * * * * * * */
#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all .3s ease;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #return-to-top {
    right: 19px;
    bottom: 15px;
  }
}

#return-to-top:hover {
  background-color: var(--olive);
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 10px;
  top: 8px;
  font-size: 22px;
  -webkit-transition: all .15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all .15s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

@media screen and (max-width: 768px) {
  #return-to-top:hover i {
    color: #fff;
    top: 10px;
    opacity: 1;
  }
}

/* * * * * * * * * * *
COOKIE ALERT
* * * * * * * * * * */
.cookiealert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 350px;
  min-height: 150px;
  z-index: 9999;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: var(--cream);
  background: var(--olive);
  font-family: 'Intelo', sans-serif;
  font-size: .9rem;
  font-weight: 300;
  text-align: center;
  padding: 1vw;
}

@media screen and (max-width: 568px) {
  .cookiealert {
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    padding: 2vw;
  }
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  font-family: 'Intelo', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  color: var(--cream);
  line-height: 20px;
  color: inherit;
  -webkit-transition: all .05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all .05s ease;
}

.cookiealert a:hover {
  font-weight: 600;
}

.cookiealert .acceptcookies {
  font-family: 'Intelo', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  vertical-align: center;
  background: var(--cream);
  color: var(--dark);
  border-radius: 50%;
  padding: 5px 6px 3px;
  margin: 5px 0 0 6px;
  cursor: pointer;
}

.cookiealert .acceptcookies:hover {
  background: var(--dark);
  color: var(--cream);
}

/* * * * * * * * * * *
LOADER
* * * * * * * * * * */
.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: var(--cream);
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loader {
  height: 250px;
  width: 250px;
  background-image: url("../img/logo/load.svg");
  background-repeat: no-repeat;
  position: absolute;
  animation: load 3s infinite;
}

@-webkit-keyframes load {
  from {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}

/* * * * * * * * * * *
COLORS
* * * * * * * * * * */
.dark {
  color: var(--dark);
}

.olive {
  color: var(--olive);
}

.cream {
  color: var(--cream);
}

.tcycle {
  background: var(--cream);
  -webkit-box-shadow: var(--shadow-large);
  -moz-box-shadow: var(--shadow-large);
  box-shadow: var(--shadow-large);
}

.tcycle img {
  border: 8px solid var(--cream);
}

@media screen and (max-width: 968px) {
  .tcycle img {
    border: 5px solid var(--cream);
  }
}

@media screen and (max-width: 668px) {
  .tcycle {
    background: var(--cream);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .tcycle img {
    border: 0;
  }
}

/* * * * * * * * * * *
STRIPE
* * * * * * * * * * */
.cc_container_0 {
  margin: 10px 10px 20px 10px;
}

#carte-nom {
  padding: 0 10px;
  width: 100%;
  height: 25px;
  font-family: sans-serif;
  color: #333;
  font-size: 0.95em;
  line-height: 1.2em;
  background: var(--cream);
}

#carte-nom::placeholder {
  color: #666;
}

#submitBtn:disabled {
  opacity: 0.3;
}

.submit_container {
  margin-top: 10px;
  text-align: center;
}


/* * * * * * * * * * *
ACCORDION
* * * * * * * * * * */
.faq{
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 0;
}

.accordion-container {
    margin: 0;
}
.accordion-container:last-child {
  border-bottom: 1px solid #999;
}

.accordion {
  font-family: 'Intelo', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  color:var(--olive);
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Center content horizontally and add space between */
    margin-bottom: 1px;
    /* Add 1px margin between accordion buttons */
    border-top: 1px solid #999;
}

.icon {
    font-size: 18px;
    margin-left: 10px;
}

.accordion.active .icon {
    transform: rotate(45deg);
    /* Rotate the plus sign to a minus sign */
}


/* Update your existing CSS styles */
.panel {
    display: none;
    padding: 0;
    overflow: hidden;
    max-height: auto;
    transition: max-height 0.3s ease;
}

.accordion.active + .panel {
    max-height: 6000px;
    padding: 0;
}

.panel div {
    margin: 0 0 15px 0;
    font-size: 1.1em;
}


/* Accordion styles */
.accordion-container {
    margin: 0;
}



















/* * * * * * * * * * *
ACCORDION
* * * * * * * * * * */

.faq{
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 0;
}

.accordion-container {
    margin: 0;
}
.accordion-container:last-child {
  border-bottom: 1px solid #999;
}

.accordion {
  font-family: 'Intelo', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  color:var(--olive);
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Center content horizontally and add space between */
    border-top: 1px solid #999;
}

.icon {
    font-size: 18px;
    margin-left: 10px;
}

.accordion.active .icon {
    transform: rotate(45deg);
}


.panel {
    display: none;
    padding: 0;
    overflow: hidden;
    max-height: auto;
    transition: max-height 0.3s ease;
}

.accordion.active + .panel {
    max-height: 6000px;
    padding: 0;
}

.panel div {
    margin: 0 0 15px 0;
    font-size: 1.1em;
}
.panel a{
  font-family: 'Intelo';
  font-weight: 600;
  color: var(--olive);
}
.panel a:hover{
  font-family: 'Intelo';
  font-weight: 600;
  color: var(--dark);
}

.panel  ul {
  padding-left: 15px;
  margin: 0;
}
.panel  ul>li {
  font-family: 'Intelo', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: inherit;
  color: var(--dark);
}

.panel  ul>li {
  margin-bottom: 10px;
}

.panel ul>li::before {
  content: "•";
  font-family: 'Intelo', sans-serif;
  font-weight: 600;
  color: var(--olive);
  display: inline-block;
  margin-left: -13px;
  width: .7em;
  font-size: 1em;
}

/* Accordion styles */
.accordion-container {
    margin: 0;
}
