<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Benedict";
  src: url(font/Benedict.ttf);
}
@font-face {
  font-family: "Roboto";
  src: url(font/Roboto-Regular.ttf);
}
main.informations {
  background: #FFFFFF;
  padding-top: 15px;
}
main.informations .title-primary {
  font-family: 'Benedict', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
main.informations .title-secondary {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  main.informations .title-primary {
    font-size: 26px;
    margin-bottom: 20px;
  }
  main.informations .title-secondary {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
main.informations .mag-items {
  height: 387px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: #000000;
  background-color: #f0f1f4;
}
main.informations .spacebFlex {
  justify-content: space-between;
}
main.informations .centerFlex {
  justify-content: center;
}
main.informations .brandLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.informations .brandLink .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 285px;
}
main.informations .brandLink .link p {
  text-transform: capitalize;
}
main.informations .brandLink .link img {
  width: 200px;
  transition: all ease-out 0.3s;
}
main.informations .brandLink .link img:hover {
  transform: scale(1.1);
}
main.informations .brandLink .link .bg-img {
  background-color: #21233a;
}
main.informations .sousTitre {
  font-weight: bold;
  text-decoration: underline;
  font-size: 13pt !important;
}
main.informations.list ul {
  margin-left: 30px !important;
}
main.contact .mandatory {
  font-size: 14px;
  color: #e1042f;
}
main.contact .nosMarques {
  margin-top: 30px;
}
main.stores .store-block &gt; a {
  display: block;
  transition: color ease-in-out 0.2s;
}
main.stores .store-block &gt; a:first-child h1 {
  font-size: 24px;
  font-family: 'Benedict', sans-serif;
  margin-bottom: 10px;
}
main.stores .store-block &gt; a:first-child p {
  font-size: 18px;
}
main.stores .store-block &gt; a:first-child:hover {
  color: #e1042f;
}
main.stores .store-block &gt; a:last-child {
  color: #e1042f;
  font-size: 18px;
}
main.stores .store-block &gt; a:last-child:hover {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  main.stores .store-block &gt; a:first-child h1 {
    font-size: 20px;
  }
  main.stores .store-block &gt; a:first-child p {
    font-size: 16px;
  }
  main.stores .store-block &gt; a:last-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  main.stores .store-block &gt; a:last-child {
    margin-top: 10px;
  }
}
main.store-details {
  padding-top: 30px;
}
main.store-details h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Benedict', sans-serif;
  margin-bottom: 30px;
}
main.store-details p,
main.store-details a {
  font-size: 18px;
  line-height: 28px;
}
main.store-details .store-infos {
  margin-bottom: 30px;
}
main.store-details .store-infos a:hover {
  text-decoration: underline;
}
main.store-details .store-infos a:not(.mail) {
  color: #333333;
}
main.store-details .store-infos a.mail {
  color: #e1042f;
}
main.store-details .store-desc p {
  text-align: justify;
}
main.store-details .store-map {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  main.store-details {
    padding-top: 15px;
  }
  main.store-details h1 {
    font-size: 30px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 0px;
  }
}
main.faq .sort-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f1f4;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding: 5px 0;
}
main.faq .sort-menu li {
  padding: 10px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #bfbfbf;
  cursor: pointer;
  text-align: center;
  transition: all ease-out 0.3s;
}
main.faq .sort-menu li:hover {
  color: #21233a;
}
main.faq .sort-menu li.active {
  color: #21233a;
}
main.faq dl dt {
  cursor: pointer;
  padding: 10px 3px;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: all ease-out 0.3s;
}
main.faq dl dt:hover {
  color: #21233a;
  background-color: #f7f7f7;
}
main.faq dl dt:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f067";
  font-size: 16px;
  margin-right: 15px;
  color: #21233a;
}
main.faq dl dd {
  display: none;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 18px;
}
main.faq dl dd p + p {
  margin-top: 10px;
}
main.faq dl dd a {
  font-weight: 700;
  transition: color ease 0.2s;
}
main.faq dl dd a:hover {
  color: #21233a;
}
main.faq dl dd .guideSize {
  width: 100%;
  margin-top: 10px;
}
main.faq dl dd .guideSize thead {
  background-color: #21233a;
  color: #FFFFFF;
}
main.faq dl dd .guideSize thead th {
  padding: 15px 0;
}
main.faq dl dd .guideSize tbody tr td {
  width: 50%;
  padding: 3px 10px;
  text-align: center;
}
main.faq dl dd .guideSize tbody tr:nth-child(odd) {
  background-color: #f0f1f4;
}
@media screen and (max-width: 719px) {
  main.faq .sort-menu {
    margin-bottom: 20px;
  }
  main.faq .sort-menu li {
    font-size: 14px;
  }
  main.faq dl dt {
    align-items: baseline;
    font-size: 16px;
  }
  main.faq dl dt:before {
    font-size: 12px;
    margin-right: 7px;
  }
  main.faq dl dd {
    padding-left: 12px;
    font-size: 14px;
  }
}
main.informations.text {
  padding-bottom: 60px;
}
main.informations.text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
}
main.informations.text p {
  font-size: 16px;
  color: #333333;
  text-align: justify;
}
main.informations.text p a {
  color: #21233a;
}
main.informations.text p a:hover {
  text-decoration: underline;
}
main.informations.text p small {
  font-size: 10px;
  color: #808080;
}
main.informations.text .red {
  color: #e1042f;
}
main.informations.text h2 + p,
main.informations.text p + h2,
main.informations.text ul + h3,
main.informations.text ol + h3 {
  margin-top: 30px;
}
main.informations.text p + h2,
main.informations.text ul + h2,
main.informations.text ol + h2 {
  margin-top: 45px;
}
main.informations.text h3 + p,
main.informations.text p + p,
main.informations.text p + h3,
main.informations.text h2 + h3,
main.informations.text h3 + h4,
main.informations.text h4 + p,
main.informations.text p + h4,
main.informations.text h3 + ul,
main.informations.text h3 + ol,
main.informations.text h4 + ul,
main.informations.text h4 + ol {
  margin-top: 15px;
}
main.informations.text ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 6px;
  margin: 10px 0;
}
main.informations.text ul li {
  color: #333333;
  font-size: 16px;
  margin: 10px;
}
main.informations.text ul li &gt; ul {
  list-style-type: square;
}
main.informations.text ol {
  list-style: outside circle;
  padding-left: 6px;
  margin: 10px 0;
}
main.informations.text ol li {
  color: #333333;
  font-size: 14px;
  margin: 10px;
}
main.informations.text img {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
main.informations.text .align-picture-left {
  margin-left: 0;
}
main.informations.text .delivery-table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
  background-color: transparent;
  text-align: left;
  border: 0;
  border-collapse: collapse;
}
main.informations.text .delivery-table td,
main.informations.text .delivery-table th {
  padding: 5px;
}
main.informations.text.family p {
  font-size: 18px;
}
main.informations.text.family ul {
  list-style: outside none;
}
main.informations.text.family ul li {
  font-size: 18px;
  position: relative;
}
main.informations.text.family ul li:before {
  position: absolute;
  top: 13px;
  left: -17px;
  content: "Ã¢â‚¬Â¢";
  font-size: 40px;
  line-height: 0;
  color: #e99c9f;
}
main.informations.text.family .blue-bar {
  background: #cfefff;
  padding: 50px 30px;
}
main.informations.text.family .blue-bar p {
  font-family: 'Benedict', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}
main.informations.text.family .sidebar-txt {
  border-left: 13px solid #cfefff;
  padding: 25px 50px;
  font-style: italic;
  font-size: 20px;
  margin: 40px 0;
}
main.error {
  padding: 60px 0;
  min-height: 50vh;
  background-color: #FFFFFF !important;
}
main.error .er-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
main.error .er-title.first {
  font-size: 22px;
  color: #e1042f;
}
main.error .er-msg {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
</pre></body></html>