@charset "UTF-8";
.fige ul, .fige li {
  list-style: none;
}

.mainMenu1 {
  width: 100%;
  background-color: #e3dcc8;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  position: relative;
  max-width: 1440px;
}
.mainMenu1 > li {
  display: flex;
  align-items: flex-end;
  font-size: 1.2em;
  letter-spacing: -0.02em;
  padding-top: 6px;
}
.mainMenu1 > li:hover > a::after {
  content: url(/Portals/_default/Skins/Store2021/Images/Tilda.png);
  opacity: 0;
  display: block;
  text-align: center;
  opacity: 1;
  transition: all ease-in 0.2s;
}
.mainMenu1 > li a {
  text-decoration: none;
  color: #562c1f;
  font-family: museo-sans-condensed, sans-serif;
  display: block;
}
.mainMenu1 > li a:hover {
  color: #aa3c44;
  cursor: hand;
}
.mainMenu1 > li > a::after {
  content: url(/Portals/_default/Skins/Store2021/Images/Tilda.png);
  opacity: 0;
  display: block;
  text-align: center;
}
.mainMenu1 > li.active > a::after {
  opacity: 1;
  transition: all ease-in 0.2s;
}
.mainMenu1 > #tab21, .mainMenu1 > #tab206 {
  width: 17%;
  max-width: 250px;
}
.mainMenu1 > #tab21 > a, .mainMenu1 > #tab206 > a {
  background-image: url(/Portals/_default/Skins/Store2021/Images/Logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 63px;
  width: 100%;
  color: transparent;
  padding: 0;
}
.mainMenu1 > #tab21 > a::after, .mainMenu1 > #tab206 > a::after {
  content: "";
  height: 0;
}
.mainMenu1 > #tab122 > ul {
  display: none;
}
.mainMenu1 > #tab220 > ul {
  display: none;
}

/* ---------- SOUS MENUS ----------*/
.mainMenu1 > li:hover > .mainMenu2 {
  transform: translateY(573px);
}

.mainMenu2 {
  position: absolute;
  top: -520px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin: 0;
  /*padding-bottom: 1em;*/
  z-index: -1;
  transition: all 0.5s ease-in-out;
  background-color: #e3dcc8; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3dcc8 0%, #d8cdb0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$main-bg", endColorstr="$dark-bg",GradientType=0 ); /* IE6-9 */
}
.mainMenu2::after {
  background: url("/Portals/_default/Skins/Store2021/Images/Ombre960.png") no-repeat center top;
  position: relative;
  height: 17px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -17px;
}
.mainMenu2 > li:before {
  background-image: url(/Portals/0/Categories/Menus/M-Broderie.jpg);
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 70px;
  content: "";
  transition: all ease-in 0.5s;
  border-radius: 0 0 50% 50%;
}
.mainMenu2 > li {
  margin-bottom: 1em;
}
.mainMenu2 > li > a > span {
  display: block;
  font-family: al-fresco, sans-serif;
  font-size: 2em;
  margin: 0.75em 1.3em 0.25em 1.3em;
  transition: all ease-in 0.5s;
  text-align: center;
  line-height: 0.6em;
}
.mainMenu2 > li:hover:before,
.mainMenu2 > li.active > a > span {
  opacity: 0.5;
}

.mainMenu3 {
  text-align: left;
  margin: 0;
  display: flex;
}
.mainMenu3 > li > a {
  padding: 6px 10px;
  line-height: 1.1em;
  font-family: garamond-premier-pro-display, serif;
  color: #aa3c44;
  font-size: 1.2em;
  transition: all ease-in 0.2s;
}
.mainMenu3 > li > a:hover {
  font-weight: bold;
}
.mainMenu3 > li.active > a {
  font-weight: bold;
}

.mainMenu4 {
  display: block;
  margin: 0;
  font-size: 0.9em;
  padding: 0 1.35em;
  line-height: 1.1em;
}
.mainMenu4 > li {
  padding: 5px 0.7em 5px 0;
}
.mainMenu4 > li:hover, .mainMenu4 > li.active {
  list-style-type: disc;
  color: #aa3c44;
}

/* Fournitures */
#tab91:before {
  background-image: url(/Portals/0/Categories/Menus/M-Accessoires.jpg);
}

#tab96:before {
  background-image: url(/Portals/0/Categories/Menus/M-Fils.jpg);
}

#tab101:before {
  background-image: url(/Portals/0/Categories/Menus/M-Toiles.jpg);
}

#tab91 .mainMenu3, #tab101 .mainMenu3 {
  flex-direction: column;
}

/* Dentelle */
#tab81:before {
  background-image: url(/Portals/0/Categories/Menus/M-Dentelle.jpg);
}

#tab81 .mainMenu3 {
  display: grid;
  grid-template-columns: 33% auto 33%;
  text-align: center;
}

#tab80:before {
  background-image: url(/Portals/0/Categories/Menus/M-MaterielDentelle.jpg);
}

#tab83:before {
  background-image: url(/Portals/0/Categories/Menus/M-SemiKitDentelle.jpg);
}

/* Point de croix */
#tab74 .mainMenu3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#tab74 .mainMenu3 #tab60, #tab74 .mainMenu3 #tab68 {
  grid-row-end: span 4;
}

#tab76:before {
  background-image: url(/Portals/0/Categories/Menus/M-MaterielBroderie.jpg);
}

#tab182:before {
  background-image: url(/Portals/0/Categories/Menus/M-Offerts.jpg);
}

#tab87 .mainMenu3, #tab182 .mainMenu3 {
  display: block;
}

/* Academie */
#tab58 .mainMenu2 {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}

#tab118:before {
  background-image: url(/Portals/0/Categories/Menus/M-Masterclass.jpg);
}

#tab119:before {
  background-image: url(/Portals/0/Categories/Menus/M-CoursCarte.jpg);
}

#tab134:before {
  background-image: url(/Portals/0/Categories/Menus/M-LBD.jpg);
}

/* Collection Prestige */
#tab114:before {
  background-image: url(/Portals/0/Categories/Menus/M-Manufacture.jpg);
}

#tab115:before {
  background-image: url(/Portals/0/Categories/Menus/M-AKP.jpg);
}

#tab116:before {
  background-image: url(/Portals/0/Categories/Menus/M-Filanthropistes.jpg);
}

#tab117:before {
  background-image: url(/Portals/0/Categories/Menus/M-Licenses.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainMenu1 {
    font-size: 80%;
  }
  .mainMenu2 > li > a > span {
    font-size: 1.8em;
    margin: 0.75em 0.5em 0.25em 0.5em;
    line-height: 0.6em;
  }
  .mainMenu2 > li:before {
    height: 50px;
  }
  .mainMenu4 > li {
    padding: 5px 1.3em 5px 0;
  }
  .mainMenu1 > #tab21 > a {
    line-height: 47px;
  }
  .mainMenu1 > #tab206 > a {
    line-height: 47px;
  }
}
@media only screen and (max-width: 1280px) {
  #tab58 .mainMenu2 {
    grid-template-columns: 1fr 1fr 4fr;
  }
}
/* Mini Menu */
#dnnMiniMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#dnnMiniMenu a {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all ease-in 0.2s;
  font-size: 75%;
}
#dnnMiniMenu > li {
  padding: 0;
  border-right: 1px solid #b7a296;
}

@media only screen and (min-width: 768px) {
  #dnnMiniMenu {
    padding: 0 0.5em;
  }
  #dnnMiniMenu > li a {
    padding: 0 10px;
  }
}
/* ------------ */
/*  Menu Mobile */
/* ------------ */
#burgerMenu {
  width: 50px;
  height: 50px;
  background: #f5f3ec;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #9f8779;
  font-size: 28px;
  margin: 10px;
  position: relative;
  z-index: 9999;
}
#burgerMenu:hover {
  cursor: pointer;
  color: #562c1f;
}

#mobileMenu {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: -10;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  width: 100%;
}
#mobileMenu .mobileModalMenu {
  list-style: none;
  margin: 0;
  background-color: #d8cdb0;
  height: calc(100vh - 70px);
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: auto;
}
#mobileMenu .topLevel {
  margin: 0;
  display: grid;
}
#mobileMenu .topLevel > li {
  border-bottom: 1px solid #e3dcc8;
  margin: 0 15px 0 10px;
}
#mobileMenu .topLevel > li > a {
  line-height: 1.1em;
  font-family: al-fresco, sans-serif;
  font-size: 2.6em;
  padding-bottom: 0;
  padding-top: 10px;
  transition: all ease-in 0.2s;
}
#mobileMenu .topLevel > li:nth-child(4) {
  display: none;
}
#mobileMenu .topLevel .tab57 {
  grid-row: 1;
}
#mobileMenu .topLevel .tab51 {
  grid-row: 2;
}
#mobileMenu .topLevel .tab56 {
  grid-row: 3;
}
#mobileMenu .topLevel .tab55 {
  grid-row: 4;
}
#mobileMenu a {
  display: block;
  text-decoration: none;
  transition: all ease-in 0.2s;
  padding: 7px 10px;
}
#mobileMenu a:hover {
  color: #aa3c44;
  cursor: pointer;
}
#mobileMenu .active > a, #mobileMenu .active > span {
  color: #aa3c44;
}
#mobileMenu .subLevel > li > a {
  /*font-weight:bold;*/
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.5em;
  letter-spacing: unset;
  padding: 10px;
}
#mobileMenu .dropdown-menu {
  margin: 0 0 0 18px;
  padding: 0 0 1em 0;
  /*.subDropdown .dropdown-menu .subSubLevel a{
      font-style: italic;
      font-size:.9em;
      padding:5px 10px;
  } */
}
#mobileMenu .dropdown-menu .subDropdown:last-child .dropdown-menu {
  padding: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  animation-name: pulse;
}

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

.wrapper {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
  will-change: transform, opacity;
  animation: carousel-animate-vertical 27s linear infinite;
}
.carousel__item img {
  max-width: 100%;
}

.carousel__item:nth-child(1) {
  animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  animation-delay: calc(-3s * 2);
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateX(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateX(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateX(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateX(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateX(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateX(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel {
    max-width: 500px;
  }
}
.relative {
  position: relative;
}

.desktopDisplay {
  display: none;
}

.fige {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
}

.Ombre {
  background: url("Images/Ombre960.png") no-repeat center top;
  background-size: contain;
  position: relative;
  height: 10px;
  width: 100%;
}

.petiteOmbre {
  background: url("Images/Ombre.png") no-repeat center top;
  background-size: auto;
  background-size: cover;
  height: 7px;
  display: block;
}

.border-right {
  border-right: 1px solid transparent;
}

.border-left {
  border-left: 1px solid transparent;
}

.border-right, .border-left {
  border-color: #e3dcc8 !important;
}

.hoverShadow {
  transition: all 0.5s ease-in-out;
  background-color: #d8cdb0;
}
.hoverShadow:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}

/* ---------------------- */
/* IMAGES */
/* ---------------------- */
.img-r {
  width: 100%;
  max-width: 100%;
}

.zoom {
  overflow: hidden;
  display: flex;
}
.zoom img {
  transition: all 0.5s ease-in-out;
}
.zoom:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

a.zoom:hover, a.zoom:hover h3, a.zoom:visited:hover, a.zoom:visited:hover h3 {
  color: #ece7d9;
}

/* PHTOS GALERIES */
.Grow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.Lrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.Lrow img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.Gcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.Gcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* ---------------------- */
/* ALIGNEMENTS */
/* ---------------------- */
.text-center {
  text-align: center;
}

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

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

/* ---------------------- */
/* MARGIN & PADDING */
/* ---------------------- */
.m0 {
  margin: 0;
}

.my-2 {
  margin: 0.5em 0;
}

.my-3 {
  margin: 1em 0;
}

.mb {
  margin-bottom: 1em;
}

.m-spacer {
  margin: 12px;
}

.mb-spacer {
  margin-bottom: 12px;
}

.mt-spacer {
  margin-top: 12px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

.p-spacer {
  padding: 12px;
}

.py-spacer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-spacer {
  padding-left: 12px;
  padding-right: 12px;
}

.spacingTop {
  margin-top: 12px; /* hack ancien html dans les fils : a modifier fiche par fiche */
}

/* ---------------------- */
/* TABLES */
/* ---------------------- */
.table, table {
  color: unset;
  margin: 0;
  width: 100%;
}
.table td, .table th, table td, table th {
  border-top: 1px solid #d8cdb0;
}

/* ---------------------- */
/* GRIDS */
/* ---------------------- */
.mainGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  padding: 70px 6px 0 6px;
  gap: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.bannerPane, .contentPane, .col75, .col33, .col50, .col25, .col66 {
  grid-column: span 12;
}

.mainGrid > div > div > div {
  position: relative;
}

.footerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.grid-25-75 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

/* PIED LBD */
.lbdPied {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: center;
}

/* SUPRA CAT */
.supraCat .col75 .ModDNNCorpRazorHostC {
  display: block;
}

/* HOME avec AGENDA */
.home {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding: 70px 6px 0 6px;
  gap: 12px;
  margin-left: auto;
  margin-right: auto;
}
.home .mainGrid {
  padding: 0;
}

/* ---------------------- */
/* FLEX */
/* ---------------------- */
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  justify-content: center;
  gap: 0.5em;
}

.flex-end {
  justify-content: end;
  gap: 0.5em;
}

.flex-start {
  align-items: flex-start;
}

.flex-grow {
  flex-grow: 1;
}

/* PERSONNALISATION BLOCK CONTENT */
.close-edit, .open-edit {
  z-index: 99 !important;
}

/* ---------------------- */
/* MODAL & EDITION */
/* ---------------------- */
.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 999;
  overflow: auto;
}
.modal .nudeForm {
  margin: 1em;
}

.modal > div {
  background-color: #d8cdb0;
  padding: 1em 1.5em;
  max-width: 400px;
}
.modal > div h3 {
  margin: 0 0.5em 0 0;
}

.bc-editing {
  background-color: #ece7d9;
  /*position: fixed;
  top:50px;
  left:100px;
  right:100px;
  bottom:100px;*/
  position: sticky;
  min-width: 400px;
  z-index: 999;
}
.bc-editing textarea.form-control {
  min-height: 500px;
  /*height:90%;
  overflow: auto;*/
}
.bc-editing .form-control {
  border-color: #d8cdb0;
}

.bc-dotted:hover {
  border-color: #562c1f !important;
}

/* ---------------------- */
/* PARALLAX (photo dans portal 0) */
/* ---------------------- */
.Parallax .ModDNNHTMLC .Normal > div {
  background: transparent no-repeat fixed;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}

.banniere:hover {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.banniere a {
  color: #f5f3ec;
  font-family: museo-sans-condensed, sans-serif;
  text-decoration: none;
  display: block;
}
.banniere a:hover {
  color: #f5f3ec;
}
.banniere h2 a {
  font-size: 160%;
  font-family: al-fresco, sans-serif;
  padding: 12px 0.5em;
  font-style: normal;
  line-height: 1em;
}
.banniere h3 {
  font-size: 160%;
  padding: 2em 1em 0 2em;
  margin: 0;
}
.banniere span {
  font-size: 120%;
  padding: 0 2em 3em 3em;
  display: block;
}

@media only screen and (min-width: 480px) {
  .col25 {
    grid-column: span 6;
  }
  .catalog .col25 {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 640px) {
  .col33 {
    grid-column: span 4;
  }
  .col50 {
    grid-column: span 6;
  }
  .col66 {
    grid-column: span 8;
  }
  .catalog .col25 {
    grid-column: span 4;
  }
  .catalog .col75 {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 768px) {
  .desktopDisplay {
    display: block;
  }
  .mobileDisplay {
    display: none !important;
  }
  .Ombre {
    height: 17px;
  }
  .fige {
    height: 116px;
  }
  .mainGrid, .home {
    padding: 116px 12px 0 12px;
  }
  .mainGrid > div > div {
    padding: 0 !important;
  }
  .col75 {
    grid-column: span 9;
  }
  .col25 {
    grid-column: span 3;
  }
  /*.catalog .col75{grid-column:span 8;}
  .catalog .col25{grid-column:span 4;}*/
  .lbdPied {
    grid-template-columns: repeat(4, 1fr);
  }
  .banniere h2 a {
    font-size: 250%;
  }
  .banniere h3 {
    font-size: 180%;
  }
  .banniere span {
    font-size: 140%;
  }
  .modal {
    position: absolute;
    min-height: 500px;
  }
  .modal > div {
    max-width: 700px;
  }
  .grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  /* SUPRA CAT */
  .supraCat .col75 .ModDNNCorpRazorHostC, .personabar-visible .col75 .ModDNNCorpRazorHostC .admin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  #Body.personabar-visible .supraCat .col75 .ModDNNCorpRazorHostC {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .catalog .col75 {
    grid-column: span 9;
  }
  .catalog .col25 {
    grid-column: span 3;
  }
  .m-spacer {
    margin: 24px;
  }
  .mb-spacer {
    margin-bottom: 24px;
  }
  .mt-spacer {
    margin-top: 24px;
  }
  .p-spacer {
    padding: 24px;
  }
  .py-spacer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .px-spacer {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* SUPRA CAT */
  .supraCat .col75 .ModDNNCorpRazorHostC, .personabar-visible .col75 .ModDNNCorpRazorHostC .admin {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .home {
    grid-template-columns: 3fr 1fr;
    gap: 24px;
  }
  .footerGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .fige {
    height: 122px;
  }
  .mainGrid, .home {
    max-width: 1440px;
    padding: 122px 12px 25px 12px;
    gap: 24px;
  }
  footer {
    max-width: 1440px;
    margin: 0 auto;
  }
  .Parallax .ModDNNHTMLC .Normal > div {
    min-height: 400px;
  }
  .lbdPied {
    gap: 24px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .mainGrid, .home, .footerGrid {
    gap: 36px;
  }
  .m-spacer {
    margin: 36px;
  }
  .p-spacer {
    padding: 36px;
  }
}
/* ---------------------- */
/* CATEGORIES */
/* ---------------------- */
.noStock {
  font-family: garamond-premier-pro-display, serif;
  margin-top: 0.6em;
  padding-top: 0.3em;
  font-size: 1.2em;
  border-top: 1px dashed #9f8779;
}

/* Standard */
.categorie {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.categorie .animation {
  background-color: #d8cdb0;
  grid-column: span 2;
}
.categorie .animation p {
  margin-bottom: 7px;
  font-family: museo-sans, sans-serif;
}
.categorie .animation .p-spacer {
  padding: 12px 12px 0 12px;
}
.categorie .animation:hover {
  box-shadow: none;
}
.categorie .titre {
  position: initial;
}
.categorie .titre > div {
  max-width: unset;
}
.categorie .detail {
  background-color: #d8cdb0;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: end;
}
.categorie .detail .tag {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  padding: 5px 10px;
  top: 5px;
  right: 5px;
  border-radius: 10px;
}
.categorie a {
  text-decoration: none;
  font-family: museo-sans, sans-serif;
}
.categorie h3 {
  font-size: 0.85em;
  margin: 0;
  line-height: 1.1em;
}
.categorie .stock {
  font-family: museo-sans-condensed, sans-serif;
  font-size: 0.9em;
  text-align: right;
}
.categorie .stock .coloredText {
  font-family: museo-sans, sans-serif;
  font-weight: bold;
}
.categorie .price {
  padding-left: 1.5em;
  font-size: 1.2em;
  white-space: nowrap;
}
.categorie .prixSpecial {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.25em;
  font-size: 0.8em;
  line-height: 1em;
}
.categorie .prixSpecial > span {
  color: #aa3c44;
}
.categorie .prixSpecial > span + span {
  color: #562c1f;
  font-size: 1.2em;
}
.categorie > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.categorie > div > a > span:last-child {
  display: block;
  text-align: right;
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.5rem;
  padding: 0em 0.5rem;
  transition: all 0.5s ease-in-out;
}
.categorie > div:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}

#dnn_ctr644_ModuleContent .tag {
  display: none;
} /* suppression du tag sur la page Nouveauté */
#dnn_ctr598_ModuleContent .categorie, #dnn_ctr596_ModuleContent .categorie {
  grid-template-columns: auto;
} /* affichage 1 colonne page filanthropistes & licenses */
/* Masonry */
.masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.masonry .column-1 {
  grid-column: 1;
}
.masonry .column-2 {
  grid-column: 2;
}
.masonry .column-3 {
  grid-column: 3;
}
.masonry > div {
  margin-bottom: 36px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.masonry > div:hover {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}
.masonry > div.animation:hover {
  box-shadow: none;
}
.masonry .detail {
  justify-content: flex-end;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
.masonry .detail h3 {
  font-size: 1.5em;
  padding: 1em;
  flex-grow: 0;
}
.masonry .detail .price {
  padding: 0 0 0.7em 0;
  text-align: center;
  font-family: museo-sans-condensed, sans-serif;
  font-size: 1.1em;
}
.masonry .detail .stock {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.masonry .zoom:hover + .detail {
  margin-top: 0;
  transition: all 0.5s ease-in-out;
}

/* Fils */
.categorieFils {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-family: museo-sans-condensed, sans-serif;
}
.categorieFils > div {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.categorieFils .productCard:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}
.categorieFils .search {
  background-color: #d8cdb0;
  padding: 12px;
  grid-column: span 2;
  margin-bottom: 7px;
  justify-content: space-between;
}
.categorieFils .search .btn {
  margin-bottom: 0.5em;
}
.categorieFils .detail {
  background-color: #d8cdb0;
  padding: 0.25em 0.5em 0.5em 0.5em;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-grow: 1;
}
.categorieFils a {
  text-decoration: none;
}
.categorieFils a .img-r {
  width: 120%;
  max-width: 120%;
  margin-top: 10px;
}
.categorieFils a.zoom {
  max-height: 120px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.categorieFils h3 {
  font-size: 0.85em;
  font-family: museo-sans, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 0.25em 0;
  flex-grow: 1;
  text-align: center;
}
.categorieFils .price {
  font-size: 1.3em;
  text-align: right;
}
.categorieFils .prixSpecial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5em;
  font-size: 0.8em;
  line-height: 1em;
}
.categorieFils .prixSpecial > span {
  color: #aa3c44;
}
.categorieFils .prixSpecial > span + span {
  color: #562c1f;
  font-size: 1.2em;
  white-space: nowrap;
}
.categorieFils .stock {
  font-size: 0.85rem;
  font-family: museo-sans-condensed, sans-serif;
  flex-grow: 1;
}
.categorieFils .stock .coloredText {
  font-family: museo-sans, sans-serif;
  font-weight: bold;
}
.categorieFils .form-xs {
  margin: 0.5em 0;
  width: 50px;
  height: unset;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
}
.categorieFils .btn {
  font-size: 0.8em;
}

/* WishList */
.wishList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-family: museo-sans-condensed, sans-serif;
}
.wishList > div {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.wishList .productCard:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}
.wishList .detail {
  background-color: #e3dcc8;
  padding: 0.25em 0.5em 0.5em 0.5em;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-grow: 1;
}
.wishList a {
  text-decoration: none;
}
.wishList h3 {
  font-size: 0.85em;
  font-family: museo-sans, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 0.25em 0;
  flex-grow: 1;
  text-align: center;
}
.wishList .price {
  font-size: 1.3em;
  text-align: right;
}
.wishList .prixSpecial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5em;
  font-size: 0.8em;
  line-height: 1em;
}
.wishList .prixSpecial > span {
  color: #aa3c44;
}
.wishList .prixSpecial > span + span {
  color: #562c1f;
  font-size: 1.2em;
  white-space: nowrap;
}
.wishList .stock {
  font-size: 0.85rem;
  font-family: museo-sans-condensed, sans-serif;
  flex-grow: 1;
}
.wishList .stock .coloredText {
  font-family: museo-sans, sans-serif;
  font-weight: bold;
}
.wishList .form-xs {
  margin: 0.5em 0;
  width: 50px;
  height: unset;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
}
.wishList .btn > i {
  font-size: 1.7em;
}
.wishList .btn-primary {
  font-size: 0.8em;
  padding: 6px;
}

/* ---------------------- */
/*   FICHE PRODUIT   */
/* ---------------------- */
.productDetail {
  display: grid;
  grid-template-columns: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background-color: #d8cdb0;
  padding-bottom: 12px;
}
.productDetail img {
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
}
.productDetail .pictures {
  display: flex;
  flex-direction: column;
}
.productDetail .pictures .mainPict {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.productDetail .pictures .mainPict .tag {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  padding: 8px 10px;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  font-size: 125%;
}
.productDetail .additionnalPict {
  display: flex;
  gap: 0.5rem;
  overflow: hidden;
  align-items: center;
}
.productDetail .additionnalPict a {
  margin-top: 0.5rem;
}
.productDetail .additionnalPict a:hover {
  opacity: 0.6;
  cursor: pointer;
}
.productDetail h1 {
  margin: 0.7rem 0 0.5rem 0;
  color: #aa3c44;
  font-size: 2rem;
}
.productDetail h2 {
  color: #b7a296;
  font-size: 1.2rem;
  margin: 0;
  font-family: museo-sans-condensed, sans-serif;
  line-height: 2rem;
}
.productDetail .breadPdt {
  color: #b7a296;
}
.productDetail .breadPdt a {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  color: #b7a296;
  text-decoration: none;
  font-size: 0.8rem;
}
.productDetail .breadPdt a:hover {
  text-decoration: underline;
}
.productDetail .breadPdt a:last-child {
  color: #562c1f;
}
.productDetail .refPdt {
  font-family: museo-sans, sans-serif;
  font-size: 0.7rem;
  padding-right: 1em;
  color: #562c1f;
}
.productDetail .SubSubHead {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  font-size: 1em;
  color: #aa3c44;
  font-weight: bold;
}
.productDetail p.SubSubHead {
  margin: 1rem 0 0.3rem 0;
}
.productDetail ul {
  margin-bottom: 0;
}
.productDetail li {
  list-style: disc;
  padding-bottom: 0.2rem;
}
.productDetail .headPdt {
  padding: 0 0.5rem;
}
.productDetail .descPdt {
  padding: 1rem 0.5rem 0 0.5rem;
}
.productDetail .citationPdt {
  margin: 2rem 12px 12px 12px;
  font-family: museo-sans, sans-serif;
  font-size: 0.9em;
  line-height: 1.1em;
  border-left: 1px solid #9f8779;
  padding: 0 1rem;
  /*a{
      font-size:.7em;
  }*/
}
.productDetail .achatPdt {
  font-family: museo-sans-condensed, sans-serif;
  grid-row-start: 3;
  text-align: center;
}
.productDetail .achatPdt .specialPrice {
  display: flex;
  padding-bottom: 0.8em;
  align-items: center;
}
.productDetail .achatPdt .specialPrice > span {
  display: block;
  color: #aa3c44;
  line-height: 1em;
  font-size: 0.9em;
  text-align: left;
  flex-grow: 1;
}
.productDetail .achatPdt .specialPrice > span + span {
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.7rem;
  color: #562c1f;
  text-align: right;
  white-space: nowrap;
}
.productDetail .achatPdt .noStockPdt {
  font-family: museo-sans, sans-serif;
  font-size: 0.9em;
  margin-bottom: 2em;
}
.productDetail .qtyRow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDetail .qtyRow > input {
  width: 35px;
  margin-left: 5px;
  border-bottom: 1px solid #f5f3ec;
  font-weight: normal;
  padding: 0.2rem 0.3rem;
  text-align: right;
}
.productDetail .stockPdt {
  align-self: end;
  padding: 1rem 1.5rem 1rem 0;
  text-align: right;
  font-family: museo-sans, sans-serif;
  grid-row-start: 4;
}
.productDetail .stockPdt > span {
  color: #aa3c44;
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.8rem;
}
.productDetail + .Ombre {
  z-index: 0;
}
.productDetail .ongletsPdt > span, .productDetail .ongletsPdt > a {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  background: #e3dcc8;
  padding: 0.4em 1em;
  display: inline-block;
  margin: 0 0.5em 1.3em 0;
  text-decoration: none;
}
.productDetail .ongletsPdt > span {
  background: #ece7d9;
  font-weight: bold;
}
.productDetail .ongletsPdt > a:hover {
  background: #ece7d9;
  color: #aa3c44;
}

.additionnalPdt {
  display: grid;
  margin: 1rem 0;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.additionnalPdt > div {
  background-color: #d8cdb0;
  transition: all 0.5s ease-in-out;
}
.additionnalPdt > div:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}
.additionnalPdt > div:hover a {
  color: #aa3c44;
}
.additionnalPdt > div a + a:link {
  display: block;
  padding: 1em 0.5em;
  text-align: center;
  text-decoration: none;
}

/* ---------------- */
/* CUSTOM PRODUCTS */
/* ---------------- */
.customproductDetail {
  font-size: 2.1vmin;
  line-height: 1.3em;
  background-color: #d8cdb0;
  position: relative;
}
.customproductDetail .darkBg {
  background-color: #e3dcc8;
}
.customproductDetail .lightBg {
  background-color: #ece7d9;
}
.customproductDetail video, .customproductDetail .video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.customproductDetail .mainVideo {
  position: relative;
  overflow: hidden;
}
.customproductDetail .mainGrid {
  display: block;
  padding: 24px;
  /*.centered{align-self: center;}*/
}
.customproductDetail .mainGrid img {
  max-width: 100%;
}
.customproductDetail .mainPadding {
  padding: 24px;
}
.customproductDetail .paddingRow {
  padding: 24px;
}
.customproductDetail h1, .customproductDetail h2, .customproductDetail h3, .customproductDetail h4 {
  line-height: 1.1em;
  margin: 0 0 12px 0;
}
.customproductDetail h1, .customproductDetail .seoTitle {
  font-size: 10vmin;
  font-family: museo-sans, sans-serif;
}
.customproductDetail h2, .customproductDetail h1.seo {
  font-size: 4vmin;
}
.customproductDetail h3 {
  font-size: 3.5vmin;
}
.customproductDetail h4 {
  font-size: 3vmin;
}
.customproductDetail em {
  font-size: 0.9em;
}
.customproductDetail .seoTitle {
  color: #fff;
  line-height: 1.1em;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.customproductDetail .seo {
  font-family: al-fresco, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 7.5vmin;
}
.customproductDetail .seo > span {
  font-size: 1.2rem;
  font-family: garamond-premier-pro-display, serif;
}
.customproductDetail .titles {
  /*z-index: 5;*/
  position: absolute;
  top: 0;
}
.customproductDetail .miniGrid {
  display: table;
}
.customproductDetail .fourpictures .span2 {
  padding: 0 48px 1em 48px;
}
.customproductDetail .fourpictures .span4 .mainGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 0;
}
.customproductDetail .fourpictures .span4 .mainGrid .span2 {
  grid-column-end: span 4;
  padding: 0;
}
.customproductDetail .fourpictures .span4 .mainGrid .span6 {
  grid-column-end: span 12;
}
.customproductDetail .fourpictures + .paddingRow {
  background-color: #e3dcc8;
}

/* product stuffs end */
/* END */
/* ---------------------- */
/* MEDIA QUERIES */
/* ---------------------- */
@media screen and (min-width: 480px) {
  .categorie, .wishList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .categorie > div:nth-child(7), .categorie > div:nth-child(18), .categorie > div:nth-child(25), .categorie > div:nth-child(33), .categorie > div:nth-child(49), .categorie > div:nth-child(66), .categorie > div:nth-child(79), .categorie > div:nth-child(90), .categorie > div:nth-child(94), .categorie > div:nth-child(112), .categorie > div:nth-child(135), .categorie > div:nth-child(154) {
    grid-row: span 2;
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .categorie {
    grid-template-columns: repeat(4, 1fr);
  }
  .categorieFils {
    grid-template-columns: repeat(3, 1fr);
  }
  .categorieFils .search {
    padding: 24px;
  }
  .wishList {
    grid-template-columns: repeat(5, 1fr);
  }
  .productDetail {
    grid-template-columns: 47% auto;
    grid-template-rows: auto auto 1fr auto auto;
    padding-bottom: 0;
  }
  .productDetail .pictures {
    grid-row: 1/span 4;
  }
  .productDetail .headPdt, .productDetail .stockPdt, .productDetail .descPdt {
    grid-column: 2;
  }
  .productDetail .headPdt {
    padding: 0 1.5rem 0 0;
  }
  .productDetail .achatPdt {
    grid-row-start: 2;
  }
  .productDetail .achatPdt .price {
    line-height: 1.3em;
  }
  .productDetail .citationPdt, .productDetail .descPdt {
    grid-column: 1/span 2;
  }
  .additionnalPdt {
    grid-template-columns: repeat(4, 1fr);
  }
  .CATProductListItem {
    font-size: 2em;
    padding: 0;
  }
  .customproductDetail {
    font-size: 2.1vmin;
    line-height: 1.3em;
  }
  .customproductDetail .mainGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    padding: 24px;
  }
  .customproductDetail .mainGrid .span2 {
    grid-column-end: span 2;
  }
  .customproductDetail .mainGrid .span3 {
    grid-column-end: span 3;
  }
  .customproductDetail .mainGrid .span4 {
    grid-column-end: span 4;
  }
  .customproductDetail .mainGrid .span6 {
    grid-column-end: span 6;
  }
  .customproductDetail .mainPadding {
    padding: 24px;
  }
  .customproductDetail .paddingRow {
    padding: 24px;
  }
  .customproductDetail .fourpictures .span2 {
    padding: 0 24px 1em 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .categorie > div:nth-child(2), .categorie > div:nth-child(7), .categorie > div:nth-child(18), .categorie > div:nth-child(25), .categorie > div:nth-child(33), .categorie > div:nth-child(49), .categorie > div:nth-child(66), .categorie > div:nth-child(79), .categorie > div:nth-child(90), .categorie > div:nth-child(94), .categorie > div:nth-child(112), .categorie > div:nth-child(135), .categorie > div:nth-child(154) {
    grid-row: span 2;
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .categorie {
    grid-template-columns: repeat(5, 1fr);
  }
  #dnn_ctr598_ModuleContent .categorie > div:nth-child(4), #dnn_ctr596_ModuleContent .categorie > div:nth-child(4) {
    grid-row: span 1;
    grid-column: span 1;
  }
  .categorieFils {
    grid-template-columns: repeat(4, 1fr);
  }
  .wishList {
    grid-template-columns: repeat(6, 1fr);
  }
  .productDetail {
    grid-template-columns: 43% auto 220px;
    grid-template-rows: auto 1fr auto auto auto;
  }
  .productDetail H1 {
    margin-top: 1.5rem;
  }
  .productDetail .headPdt, .productDetail .citationPdt, .productDetail .stockPdt {
    grid-column: 2/span 2;
  }
  .productDetail .descPdt {
    grid-column: 2;
    padding-right: 0;
  }
  .productDetail .achatPdt {
    display: flex;
    flex-direction: column;
    padding-right: 1.5rem;
    grid-row-start: 2;
    grid-column: 3;
    grid-row: 2;
  }
  .productDetail .achatPdt .price {
    font-size: 3em;
    line-height: 2.3em;
  }
  .additionnalPdt {
    max-width: 800px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin: 1rem auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .categorie > div:nth-child(3), .categorie > div:nth-child(7), .categorie > div:nth-child(20), .categorie > div:nth-child(28), .categorie > div:nth-child(48), .categorie > div:nth-child(66), .categorie > div:nth-child(79), .categorie > div:nth-child(90), .categorie > div:nth-child(94), .categorie > div:nth-child(113), .categorie > div:nth-child(135), .categorie > div:nth-child(154) {
    grid-row: span 2;
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .categorie {
    grid-template-columns: repeat(6, 1fr);
  }
  .categorie .animation .titre div {
    padding: 0.5em;
  }
  .categorie .animation .titre h3 {
    font-size: 280%;
    line-height: 0.7em;
    margin-bottom: 0.3em;
  }
  .categorie .animation .p-spacer {
    padding: 24px 24px 0 24px;
  }
  .categorie > div:nth-child(2), .categorie > div:nth-child(7), .categorie > div:nth-child(18), .categorie > div:nth-child(25), .categorie > div:nth-child(33), .categorie > div:nth-child(49), .categorie > div:nth-child(66), .categorie > div:nth-child(79), .categorie > div:nth-child(91), .categorie > div:nth-child(96), .categorie > div:nth-child(114), .categorie > div:nth-child(135), .categorie > div:nth-child(154) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .categorieFils {
    grid-template-columns: repeat(6, 1fr);
  }
  .categorieFils a .img-r {
    width: 140%;
    max-width: 140%;
  }
  .wishList {
    grid-template-columns: repeat(8, 1fr);
  }
}
/*----- LIENS ----- */
a, a:visited, a:active, .text-default {
  /*font-family: $sans-serif-cd;*/
  color: #562c1f;
  transition: all 0.5s ease-in-out;
}
a:hover, a:hover h3, a:visited:hover, a:visited:hover h3, a:active:hover, a:active:hover h3, .text-default:hover, .text-default:hover h3 {
  color: #aa3c44;
  transition: all 0.5s ease-in-out;
}

.link:hover {
  cursor: pointer;
  color: #aa3c44;
  transition: all 0.5s ease-in-out;
}

.alert, a.alert {
  color: #dc3545;
}

.success, a.success {
  color: #28a745;
}

.info, a.info {
  color: #0fb9dd;
}

a.nudeLink {
  text-decoration: none;
}
a.nudeLink:hover {
  text-decoration: underline;
}

.LoginLink[title=Connexion] {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-size: 95%;
}
.LoginLink[title=Connexion]:after {
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
}

.LoginLink[title=Déconnexion] {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-size: 95%;
}
.LoginLink[title=Déconnexion]:after {
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
}

/*----- TYPOGRAPHIE ----- */
.coloredText {
  color: #aa3c44;
}

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

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

.disabled, .disabled * {
  color: rgb(165.4481327801, 140.1203319502, 126.5518672199) !important;
}

/* ---------- FORMULAIRES ---------- */
.admin label, .label {
  font-family: museo-sans-condensed, sans-serif;
  color: #9f8779;
}

input, select, textarea {
  font-family: museo-sans, sans-serif;
}

textarea {
  min-height: 100px;
}

input[type=checkbox], input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0 0.5em 0 0;
}

.radio > label, .admin .radio > label {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  color: #562c1f;
  line-height: 24px;
  padding: 0 1.5em 0 0;
}

.checkboxes, .radio {
  display: flex;
  align-items: center;
}

.form-control, select.form-control {
  display: block;
  width: 100%;
  padding: 0.4rem 0.7rem;
  font-size: 1em;
  line-height: 1.5;
  color: #301c15;
  background-color: #ece7d9;
  border: 1px solid #ece7d9;
  border-radius: 0.2em;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
}
.form-control.form-xs, select.form-control.form-xs {
  height: calc(1.8125rem + 2px);
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.dnnFormItem input[type=text],
.dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type=email],
.dnnFormItem input[type=search], .dnnFormItem input[type=password] {
  padding: 0.4rem 0.7rem;
  font-size: 1em;
  line-height: 1.5;
  color: #301c15;
  background-color: #ece7d9;
  border: 1px solid #ece7d9;
  border-radius: 0.2em;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
  text-shadow: none;
  box-shadow: none;
}

select.form-control {
  padding: 0.5rem 0.3rem;
}

.relative .form-xs + label {
  top: 0.25rem;
  font-size: 0.875rem;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ece7d9;
  opacity: 1;
}

.form-control:focus {
  color: #301c15;
  outline: 0;
  background-color: #f5f3ec;
}

.nudeForm {
  margin-top: 2em;
}
.nudeForm .form-control {
  background-color: #e3dcc8;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b7a296;
  margin-bottom: 1.5em;
}
.nudeForm > .relative:last-child .form-control {
  margin-bottom: 2px;
}
.nudeForm .form-control:focus {
  background-color: #ece7d9;
}
.nudeForm .relative span {
  display: block;
  text-align: right;
}
.nudeForm .relative label {
  position: absolute;
  justify-content: start;
  left: 0;
  top: -1.15em;
  font-family: museo-sans-condensed, sans-serif;
  color: #8e7263;
  font-size: 0.95em;
  transition: all 0.15s ease-in-out;
}
.nudeForm .relative .form-control:focus + label {
  color: #562c1f;
  transition: all 0.15s ease-in-out;
}
.nudeForm .relative .alert {
  position: absolute;
  top: -1em;
  right: 0;
  font-family: museo-sans-condensed, sans-serif;
}
.nudeForm.connect {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-control:required {
  border-bottom: 1px solid #562c1f;
}

input.form-control:required {
  font-weight: bold;
}

/*----- BOUTONS ----- */
a.btn, .btn, .dnnPrimaryAction, .dnnFormItem input[type=submit], a.dnnPrimaryAction, .dnnSecondaryAction, a.dnnSecondaryAction {
  text-decoration: none;
  font-family: museo-sans, sans-serif;
  font-weight: normal;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 1em;
  letter-spacing: -0.02em;
  border-radius: 0.2em;
  color: #f5f3ec;
  cursor: pointer;
  padding: 12px 18px;
  box-shadow: none;
  text-shadow: none;
}
a.btn:hover, .btn:hover, .dnnPrimaryAction:hover, .dnnFormItem input[type=submit]:hover, a.dnnPrimaryAction:hover, .dnnSecondaryAction:hover, a.dnnSecondaryAction:hover {
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}
a.btn.btn-close, .btn.btn-close, .dnnPrimaryAction.btn-close, .dnnFormItem input[type=submit].btn-close, a.dnnPrimaryAction.btn-close, .dnnSecondaryAction.btn-close, a.dnnSecondaryAction.btn-close {
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 1.5em;
}
a.btn.fa-times, .btn.fa-times, .dnnPrimaryAction.fa-times, .dnnFormItem input[type=submit].fa-times, a.dnnPrimaryAction.fa-times, .dnnSecondaryAction.fa-times, a.dnnSecondaryAction.fa-times {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 22px;
  border: 1px solid #e3dcc8;
}
a.btn.btn-nude, .btn.btn-nude, .dnnPrimaryAction.btn-nude, .dnnFormItem input[type=submit].btn-nude, a.dnnPrimaryAction.btn-nude, .dnnSecondaryAction.btn-nude, a.dnnSecondaryAction.btn-nude {
  color: #aa3c44;
  padding: 0.5em;
  transition: all 0.5s ease-in-out;
}
a.btn.btn-nude:hover, .btn.btn-nude:hover, .dnnPrimaryAction.btn-nude:hover, .dnnFormItem input[type=submit].btn-nude:hover, a.dnnPrimaryAction.btn-nude:hover, .dnnSecondaryAction.btn-nude:hover, a.dnnSecondaryAction.btn-nude:hover {
  color: #6b0623;
  transition: all 0.5s ease-in-out;
}

.btn.btn-sm {
  padding: 0.25rem 0.5rem;
}

.btn.btn-lg {
  font-size: 1.2em;
}

.btn-default, a.btn-default, button.btn-default {
  background: linear-gradient(90deg, #ece7d9, #e3dcc8);
  color: #562c1f;
  /*border:1px solid $dark-bg;
  box-sizing: content-box;*/
  background-size: 280%;
  /*&:hover{
      background: $hoverColor;
      color:$light-color;        
  }*/
}

.btn-primary, .dnnPrimaryAction, .dnnFormItem input[type=submit], a.dnnPrimaryAction {
  background: linear-gradient(90deg, #562c1f, #301c15);
  background-size: 250%;
}

.btn-secondary, a.btn-secondary, button.btn-secondary, .dnnSecondaryAction, a.dnnSecondaryAction {
  background: #8e7263;
}
.btn-secondary:hover, a.btn-secondary:hover, button.btn-secondary:hover, .dnnSecondaryAction:hover, a.dnnSecondaryAction:hover {
  background: #9f8779;
  color: #f5f3ec;
}

.btn-dark-bg, a.btn-dark-bg, button.btn-dark-bg, .btn-close {
  background: #d8cdb0;
  color: #9f8779;
}
.btn-dark-bg:hover, a.btn-dark-bg:hover, button.btn-dark-bg:hover, .btn-close:hover {
  color: #562c1f;
}

.btn-info, a.btn-info {
  background: linear-gradient(90deg, #0fb9dd, #0e9ab8);
  background-size: 250%;
}

.btn-danger, .btn-warning {
  background: linear-gradient(90deg, #aa3c44, #6b0623);
  background-size: 250%;
}

.btn-success {
  background: linear-gradient(90deg, #28a745, #168330);
  background-size: 250%;
}

.btn-qty {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 6px;
  background-color: #9f8779;
}

/* p§@** de default btn de m... */
.dnnPrimaryAction:hover, .dnnFormItem input[type=submit]:hover, a.dnnPrimaryAction:hover {
  border-color: unset;
  background: unset;
  background: linear-gradient(90deg, #562c1f, #301c15);
  background-size: 250%;
  background-position: -100%;
  transition: all 0.5s ease-in-out;
}

/* Bouton à déplier en mobile */
.openBtn {
  display: block;
  padding: 12px;
  color: #562c1f;
  text-decoration: underline;
  text-align: center;
}
.openBtn:hover {
  color: #9f8779;
}

.sidePanel {
  position: fixed;
  top: 12px;
  z-index: 999;
  background: #d8cdb0;
  left: 0;
  bottom: 12px;
  width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}
.sidePanel:hover {
  transition: all 0.3s ease-in-out;
}

/*------- CARDS -------*/
.card {
  background-color: #ece7d9;
  border: 1px solid #d8cdb0;
}

.list-group-item {
  border: 1px solid #d8cdb0;
}

.choiceCard, .simpleCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  border: 1px solid #ece7d9;
  border-radius: 0.2rem;
}

.choiceCard .text-ext {
  font-size: 1.2em;
}
.choiceCard:hover {
  transition: all ease-in-out 0.5s;
  background-color: #e3dcc8;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.choiceCard.active {
  background-color: #e3dcc8;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/*------- LISTINGS -------*/
.listing {
  display: grid;
}
.listing > * {
  background-color: #e3dcc8;
  padding: 8px;
}
.listing:hover > * {
  background-color: #ece7d9;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.listing:hover > div.head {
  cursor: unset;
}
.listing a:hover {
  text-decoration: none;
}
.listing .head {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: transparent;
}

.listingSubHead {
  display: block;
  font-size: 1.35rem;
  line-height: 1.25em;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  font-family: garamond-premier-pro-display, serif;
  color: #aa3c44;
  text-align: center;
}

/*------- PROGRESS BARS -------*/
.box-bocal {
  background-color: #d8cdb0;
  padding: 12px;
}
.box-bocal h2 {
  color: #562c1f;
}
.box-bocal > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.pb-bocal {
  border-radius: 125% 75% 75% 125%/100% 95% 95% 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  width: 180px;
  height: 130px;
  rotate: 90deg;
}

/* ---------------------- */
/* MEDIA QUERIES */
/* ---------------------- */
@media only screen and (min-width: 768px) {
  .sidePanel {
    position: relative;
    width: 100% !important;
    z-index: 99;
    top: 0;
  }
  .sidePanel .catHeading {
    padding: 12px 24px;
  }
}
html, body {
  color: #562c1f;
  font-size: 17px;
  font-family: museo-sans-condensed, sans-serif;
  line-height: 1.16em;
  background-color: #e3dcc8;
  box-sizing: border-box;
}

p, .Normal {
  color: #562c1f;
  text-align: justify; /*test */
  margin-bottom: 0.8em;
}
p:last-child, .Normal:last-child {
  margin-bottom: 0;
}

h1, h2 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: garamond-premier-pro-display, serif;
  font-weight: normal;
  color: #aa3c44;
  line-height: 1em;
}

h3 {
  margin-top: 25px;
  margin-bottom: 5px;
}

h5 {
  color: #562c1f;
  font-size: 32px;
}

ul {
  list-style: disc outside;
}

.text-cd {
  font-family: museo-sans-condensed, sans-serif;
}

.text-ext {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
}

.alt-text {
  font-family: al-fresco, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

hr {
  border: none;
  height: 1px;
  color: #d8cdb0;
  background-color: #d8cdb0;
  width: 80%;
  margin: 17px auto;
}

.hrTilda {
  background: url(Images/Tilda.png) no-repeat center bottom;
  height: 17px;
  margin: 1rem auto;
}

hr.Tilda {
  content: url(Images/Tilda.png);
  margin: 0 auto 12px auto;
  height: 17px;
  border: 0;
  width: 44px;
}

.Title {
  font-family: garamond-premier-pro-display, serif;
  color: #aa3c44;
  font-size: 1.4em;
  font-weight: bold;
}

.darkTitle {
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.6em;
  line-height: 1em;
}

.altTitle {
  font-family: al-fresco, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  margin-top: 1em;
}

.subHead {
  font-size: 0.8rem;
  font-weight: bold;
}

.darkBgModule {
  background-color: #d8cdb0;
  padding: 0.5em;
}

.strike {
  text-decoration: line-through;
}

.price {
  font-family: garamond-premier-pro-display, serif;
  font-size: 2em;
}

/* fix UI connectée */
.personaBarContainer ~ .fige {
  left: 80px;
}

.dnnEditState .mainGrid {
  margin-top: 250px;
}

.dnnModuleManager {
  border-color: #fff !important;
}

/*------- HEADER -------*/
.registerGroup .buttonGroup {
  display: flex;
  list-style: none;
  margin: 0;
  align-items: center;
}

.loginGroup {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #301c15;
  padding: 0 0.5em;
  font-size: 80%;
  flex-grow: 1;
}

.displayName {
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding-top: 5px;
  font-family: garamond-premier-pro-display, serif;
  color: #aa3c44;
}

/* Langues */
.language-object {
  display: flex;
  gap: 1em;
}

/* Login Panel */
.LoginPanel {
  float: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel {
  display: block;
  margin: 6px auto;
  width: 100%;
  text-align: center;
}

.dnnLoginService .dnnLabel {
  width: 100%;
  text-align: left;
}
.dnnLoginService .dnnFormItem input[type=text], .dnnLoginService .dnnFormItem input[type=password], .dnnLoginService .dnnFormItem input[type=email] {
  width: 100% !important;
  max-width: none !important;
}

.dnnActions .text-ext {
  font-size: 80%;
}

/* Header */
.headerCart {
  background-color: #e3dcc8;
}

.headerPane > div {
  margin: 0 6px 0 0;
}

.UserControlPanel {
  display: flex;
}

.UserControlPanel > .desktopDisplay {
  flex-grow: 1;
}

.headerCart {
  z-index: 99;
}

/* Mobile menu */
.mobileDisplay > .d-flex {
  background-color: #e3dcc8;
}

.logo {
  flex-grow: 1;
  height: 45px;
  display: flex;
  justify-content: center;
}

.logo img {
  max-height: 100%;
}

/* ---------------------- */
/* COMPTE CLIENT */
/* ---------------------- */
/* Données générales */
.menuCpteClient {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 2em 0;
}
.menuCpteClient a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e3dcc8;
  padding: 12px 25px;
  text-align: center;
  position: relative;
  font-family: museo-sans, sans-serif;
}
.menuCpteClient a.active, .menuCpteClient a:hover {
  background-color: #562c1f;
  color: #f5f3ec;
}
.menuCpteClient .pill {
  position: absolute;
  top: -12px;
  right: 10px;
  left: auto;
  padding: 3px 8px;
  border-radius: 50%;
  background-color: #0fb9dd;
  color: #f5f3ec;
  font-weight: bold;
  font-size: 90%;
}

.cpteClient .simpleCard hr {
  width: 100%;
  min-height: 13px;
  background-size: contain;
  margin: 0.5rem 0;
}

.gridCpteClient {
  display: grid;
  grid-template-columns: auto;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
.gridCpteClient .mb > span {
  display: block;
}
.gridCpteClient .lead p {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 0.5em;
}

/* Commandes */
.cdesClient .listing {
  grid-template-columns: 80px 1fr 1fr 1fr 45px;
  margin-bottom: 1px;
  font-family: museo-sans, sans-serif;
  font-size: 15px;
}

.detailCdeClient .listing {
  grid-template-columns: 100px 2fr 1fr 1fr 50px 100px;
  margin-bottom: 1px;
  font-family: museo-sans, sans-serif;
  font-size: 15px;
}
.detailCdeClient .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}
.detailCdeClient .grid > div {
  border-right: 1px solid #ece7d9;
}
.detailCdeClient .grid > div p {
  margin-bottom: 0;
}
.detailCdeClient .grid > div:last-child {
  border-right: none;
}
.detailCdeClient .piedCde {
  margin: 1em 8px 0 1em;
  display: grid;
  grid-template-columns: 1fr 100px;
  text-align: right;
  row-gap: 0.5em;
  font-family: museo-sans, sans-serif;
  font-size: 15px;
}
.detailCdeClient h4 {
  font-family: museo-sans, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #562c1f;
}
.detailCdeClient strike {
  font-size: 90%;
  opacity: 0.9;
}

/* Téléchargements */
.dnldClient .listing {
  grid-template-columns: 80px 120px 1fr 65px;
  margin-bottom: 1px;
}

/* --- */
/* Minicart */
.headerCart .petiteOmbre {
  display: none;
}

.minicart {
  color: #9f8779;
  text-decoration: none;
  font-size: 90%;
}
.minicart:hover .minicarticon {
  background: #aa3c44;
  transition: all 0.4s ease-in;
}
.minicart .minicarticon {
  width: 50px;
  height: 50px;
  background: #d8cdb0;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  margin: 10px auto 0 auto;
}
.minicart .minicarticon i {
  color: white;
  font-size: 25px;
}
.minicart .minicarticon.pulse {
  background-color: #aa3c44;
}
.minicart p {
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  margin: -12px 0 0 0;
  font-size: 85%;
}

.minicartOpen {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 100%;
  margin-left: 6em;
  padding: 1em;
  box-shadow: 0 15px 10px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  background-color: #e3dcc8;
}

/* ---------------------- */
/* CONTENU */
/* ---------------------- */
/* Blocs titres */
.titre {
  position: absolute;
  top: 0;
  right: 5%;
  left: auto;
}
.titre h2 {
  color: #f5f3ec;
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-size: 100%;
  text-transform: uppercase;
  margin-top: 10px;
}
.titre h3 {
  color: #ffffff;
  font-family: al-fresco, sans-serif;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.1em;
}
.titre.bas {
  bottom: 0;
  top: unset;
}
.titre.bas .petiteOmbre {
  background-position: center bottom;
}
.titre.gauche {
  right: unset;
  left: 5%;
}
.titre > div {
  background: #562c1f;
  padding: 0.5em 1em;
  text-align: center;
}

.titreLbd {
  text-align: center;
}
.titreLbd h2 {
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-size: 120%;
  text-transform: uppercase;
  color: #562c1f;
}
.titreLbd h1 {
  font-family: al-fresco, sans-serif;
  font-size: 300%;
  line-height: 0.8em;
  color: #562c1f;
  margin-top: 0.4em;
}

.titre .h1h2 h1 {
  color: #f5f3ec;
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-size: 100%;
  text-transform: uppercase;
  margin-top: 10px;
}
.titre .h1h2 h2 {
  color: #ffffff;
  font-family: al-fresco, sans-serif;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: unset;
}

a:hover + .titre > div {
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}

/* Breadcrumd */
.Breadcrumb a {
  font-family: museo-sans-condensed, sans-serif;
}

/* --------AGENDA-------- */
.AgTitre {
  position: relative;
}
.AgTitre h4, .AgTitre h5 {
  color: #f5f3ec;
  position: absolute;
  text-shadow: 0px 0px 6px #301c15;
}
.AgTitre h4 {
  font-family: al-fresco, sans-serif;
  bottom: 0.1em;
  font-size: 4em;
  left: 0.1em;
}
.AgTitre h5 {
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  bottom: 0.2em;
  font-size: 1.1em;
  left: 0.5em;
}

.AgCorps {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 0.7em;
  align-items: center;
}
.AgCorps .AgDate {
  background-color: #562c1f;
  color: #f5f3ec;
  padding: 0.8em 0.5em 0.5em 0.5em;
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.1em;
}
.AgCorps .AgDate strong {
  font-size: 1.5em;
  display: block;
  line-height: 0.85em;
}
.AgCorps .AgDate + span {
  font-family: garamond-premier-pro-display, serif;
  color: #aa3c44;
  text-align: center;
  padding: 0 0.5em 0 0;
  font-size: 1.2em;
}
.AgCorps .AgDate + span span {
  display: block;
}
.AgCorps .AgDate.AgOff {
  background-color: #e3dcc8;
  color: #fff;
}
.AgCorps .AgDate + .AgOff {
  color: #fff;
  font-family: museo-sans, sans-serif;
  text-align: right;
  text-transform: uppercase;
}
.AgCorps .AgDate.AgFull {
  background-color: #aa3c44;
}
.AgCorps .AgDate + .AgFull {
  color: #aa3c44;
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
}
.AgCorps .btn {
  font-size: 0.7em;
  margin-top: 0.5em;
}

/* Agenda accueil */
.AgHome {
  margin-top: 24px;
}
.AgHome .AgTitre a {
  display: block;
  line-height: 0.8em;
  text-decoration: none;
}
.AgHome .AgTitre a:first-child {
  font-family: al-fresco, sans-serif;
  font-size: 2.6em;
  padding: 0.2em 0 0 0.2em;
}
.AgHome .AgTitre a:nth-child(2) {
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  font-size: 0.8em;
  padding: 0 0 0.5em 0.5em;
}
.AgHome .AgTitre a:last-child {
  margin: 0;
  font-size: 0.8em;
  text-align: right;
  padding: 9px 9px 7px 9px;
}
.AgHome .AgCorps {
  grid-template-columns: 5fr 2fr;
  gap: 0;
  align-items: stretch;
  text-decoration: none;
}
.AgHome .AgCorps .AgDate {
  display: flex;
  align-items: center;
  padding: 0.8em 0.5em 0.5em 1em;
  z-index: 99;
}

#dnn_ctr1412_ModuleContent > div + div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* Panier */
.listingPanier {
  border-collapse: collapse;
}
.listingPanier th, .listingPanier td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-bottom: 1px solid #e3dcc8;
  min-width: 40px;
  white-space: nowrap;
}
.listingPanier tr > th:first-child, .listingPanier tr > td:first-child {
  width: 100%;
  text-align: left;
  white-space: normal;
}
.listingPanier th:last-child, .listingPanier td:last-child {
  padding-right: 0;
}
.listingPanier th {
  font-size: 0.9em;
  font-weight: bold;
  font-family: museo-sans-condensed, sans-serif;
  border-bottom: 1px solid #9f8779;
}
.listingPanier select {
  border: none;
  font-size: 0.9em;
}
.listingPanier .gridPanier {
  display: grid;
  grid-template-columns: 60px auto;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  align-items: center;
}
.listingPanier .gridPanier a {
  font-size: 90%;
}
.listingPanier .gridPanier .articlePanier {
  grid-row: 1;
  grid-column: span 2;
}
.listingPanier .gridPanier .articlePanier + small > span {
  display: block;
}
.listingPanier strike {
  font-size: 90%;
  opacity: 0.9;
}

.navPanier {
  text-align: center;
  font-size: 0.9em;
  font-family: museo-sans-condensed, sans-serif;
  color: #8e7263;
  display: flex;
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-items: center;
  margin-bottom: 1em;
}
.navPanier a.nudeLink {
  padding: 0.2rem 0;
  font-family: museo-sans-condensed, sans-serif;
}
.navPanier .active {
  font-size: 1.2rem;
  color: #562c1f;
  flex-grow: 1;
  font-weight: bold;
}
.navPanier .active > span:after {
  display: block;
  content: url(/Portals/_default/Skins/Store2021/Images/Tilda.png);
}

.ligneTotalPanier {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  margin: 2em 1em 1em 0;
}
.ligneTotalPanier input {
  width: 160px;
  display: inline-block;
}

.totalPanier {
  text-align: right;
  padding-top: 1em;
}
.totalPanier > span {
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.5rem;
  padding: 0 0 0 0.5rem;
}

.notePanier {
  font-size: 0.9em;
  font-family: museo-sans-condensed, sans-serif;
}
.notePanier > span {
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.3rem;
}

.choixPanier textarea {
  max-width: 500px;
}
.choixPanier .coloredText > strong {
  font-size: 1.1em;
}
.choixPanier .coloredText > strong:after {
  content: "";
  height: 1px;
  display: block;
  background-color: #aa3c44;
  width: 60px;
  margin: 5px auto 0 auto;
}
.choixPanier .choixAdresses {
  display: grid;
  grid-template-columns: auto;
  gap: 12px;
  margin-bottom: 12px;
}
.choixPanier .choixAdresses .text-center > span {
  display: block;
}
.choixPanier .choixAdresses .choiceCard .fa-check-circle,
.choixPanier .choixAdresses .choiceCard.active .fa-circle {
  display: none;
}
.choixPanier .choixAdresses .choiceCard.active .fa-check-circle {
  display: block;
}
.choixPanier .deliveriesListing {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.choixPanier .deliveriesListing li {
  padding: 0.4em 0;
  display: flex;
  align-items: center;
}
.choixPanier .recapPanier {
  max-width: 450px;
  margin: 24px auto 0 auto;
  padding-top: 12px;
  border-top: 1px solid #ece7d9;
}
.choixPanier .recapPanier .coloredText > strong {
  font-size: 100%;
  padding-bottom: 0.5em;
}
.choixPanier .recapPanier .coloredText > strong:after {
  display: none;
}
.choixPanier .recapPanier .price {
  font-size: 1.4em;
}

/* Blocs 4 colonnes */
.bigFoot a {
  color: #ffffff;
}
.bigFoot:hover {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.bigFoot > p {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  text-align: center;
}
.bigFoot > p:hover {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}
.bigFoot > p > span {
  display: block;
}
.bigFoot > p > span:first-child {
  font-size: 150%;
  padding: 0.5em 0;
}
.bigFoot > p > span.plus {
  font-family: al-fresco, sans-serif;
  font-size: 290%;
  line-height: 0.7em;
}
.bigFoot > p > span:last-child {
  padding-bottom: 0.25em;
}

/* Terms & Copyright */
.copyright {
  display: flex;
  justify-content: center;
  color: #9f8779;
  align-items: center;
  text-align: center;
  padding-bottom: 1em;
}
.copyright a, .copyright span {
  color: #9f8779;
  padding: 0 0.5em;
  font-size: 0.8em;
  line-height: 1em;
}

footer .d-flex {
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
footer .d-flex a {
  color: #8e7263;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  text-decoration: none;
  font-family: museo-sans-condensed, sans-serif;
  white-space: nowrap;
  line-height: 1em;
  display: block;
  font-size: 0.9em;
  text-indent: -30px;
  margin: 6px;
}
footer .d-flex a span {
  color: #562c1f;
  font-family: garamond-premier-pro-display, serif;
  font-style: italic;
  display: block;
  margin-left: 35px;
  font-size: 1.6em;
  line-height: 1em;
}
footer .d-flex a:hover, footer .d-flex a:hover span {
  color: #aa3c44;
}
footer .d-flex .pay {
  padding: 7px 15px 5px 45px;
  background-image: url("Images/Paiement.png");
  background-size: cover;
}
footer .d-flex .shipping {
  padding: 7px 15px 5px 45px;
  background-image: url("Images/FraisPort.png");
  text-indent: -20px;
  background-size: cover;
}
footer .d-flex .contact {
  padding: 7px 15px 5px 65px;
  background-image: url("Images/Tel.png");
  text-indent: -40px;
  background-size: cover;
}
footer .d-flex .contact span:last-child {
  display: inline-block;
  margin-left: 40px;
  margin-top: -2px;
}
footer .d-flex .icn {
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 1.8em;
  color: #b7a296;
}

/* COPIE DE LA VERSION LOCALE */
/* HISTORIQUE DE COMMANDES CLIENT */
.orderHistory {
  display: flex;
  flex-wrap: wrap;
}
.orderHistory .grid-2col {
  grid-template-columns: 25% 75%;
  padding: 0.25rem;
}
.orderHistory > div {
  width: 22%;
}

/* ---------------------- */
/* MEDIA QUERIES */
/* ---------------------- */
@media only screen and (min-width: 480px) {
  .totalPanier {
    padding-top: 0;
  }
  .ligneTotalPanier {
    grid-template-columns: auto auto;
  }
  #dnn_ctr1412_ModuleContent > div + div {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 640px) {
  .listingPanier .d-flex {
    justify-content: left;
  }
  .listingPanier .d-flex a {
    font-size: 100%;
  }
  .listingPanier img {
    width: 50px;
    margin-right: 10px;
  }
  .choixPanier .choixAdresses {
    grid-template-columns: 1fr 1fr;
  }
  .listingPanier th, .listingPanier td {
    padding: 0.5rem 1rem 0.5rem 0;
  }
  .darkBgModule {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .UserControlPanel {
    padding-right: 10px;
    position: relative;
    margin: 0 auto -10px auto;
    box-sizing: border-box;
    background-color: #e3dcc8;
    max-width: 1440px;
  }
  .UserControlPanel .desktopDisplay {
    display: flex;
    align-items: center;
  }
  .registerGroup .buttonGroup {
    display: grid;
    list-style: none;
    margin: 0;
    align-items: center;
    grid-template-columns: auto auto auto;
    gap: 1.6em;
  }
  .LoginPanel {
    width: 500px;
  }
  .menuCpteClient {
    flex-wrap: nowrap;
  }
  .gridCpteClient {
    grid-template-columns: 1fr 2fr;
  }
  .gridCpteClient .choixPanier .choixAdresses {
    grid-template-columns: 1fr 1fr;
  }
  .gridCpteClient .choixPanier .choixAdresses .fa-check-circle, .gridCpteClient .choixPanier .choixAdresses .active .fa-circle {
    display: block;
  }
  .gridCpteClient > div:first-child {
    border-right: 1px solid #ece7d9;
  }
  .choixPanier .choixAdresses {
    gap: 25px;
    margin-bottom: 25px;
  }
  .grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .displayName {
    display: inline-block;
    padding: 0 0.5em;
    font-size: 1.2em;
  }
  /* Minicart */
  .headerCart .headerPane {
    background-color: #ece7d9;
  }
  .headerPane > div {
    margin: 0 10px;
  }
  .headerCart > div {
    padding: 0 0 0.4em 0;
  }
  .headerCart .petiteOmbre {
    display: block;
    padding: 0;
  }
  .minicart {
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    grid-column-gap: 0.5em;
    white-space: nowrap;
  }
  .minicart:hover .minicarticon {
    background: #aa3c44;
    transition: all 0.4s ease-in;
  }
  .minicart .minicarticon {
    grid-row: span 2;
  }
  .minicart .title {
    font-size: 2em;
    margin: 0;
    padding: 0.2em 0 0.1em 0;
    font-family: al-fresco, sans-serif;
    color: #562c1f;
    text-indent: -22px;
  }
  .minicart p {
    margin: 0;
  }
  .minicart p:hover {
    cursor: pointer;
  }
  h1 {
    font-size: 30px;
  }
  .titre h2, .titre .h1h2 h1 {
    font-size: 95%;
  }
  .titre h3, .titre .h1h2 h2 {
    font-size: 250%;
  }
  /* Panier */
  .listingPanier .gridPanier > img {
    grid-row: span 2;
  }
  .listingPanier .gridPanier a {
    font-size: 100%;
  }
  .listingPanier .gridPanier .articlePanier {
    grid-row: unset;
    grid-column: span 1;
  }
  .listingPanier .gridPanier .articlePanier + small > span {
    display: inline-block;
    padding-right: 0.5em;
  }
  .bigFoot > p > span.plus {
    font-size: 330%;
  }
  #dnn_ctr1412_ModuleContent > div + div {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .UserControlPanel {
    margin: 0 auto -20px auto;
  }
  .choixPanier .choixAdresses {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
  }
  .titre h2, .titre .h1h2 h1 {
    font-size: 110%;
  }
  .titre h3, .titre .h1h2 h2 {
    font-size: 260%;
  }
  .bigFoot > p > span.plus {
    font-size: 280%;
  }
  #dnn_ctr1412_ModuleContent > div + div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .titre > div {
    max-width: 260px;
    padding: 1em;
  }
  .titre h3, .titre .h1h2 h2 {
    font-size: 310%;
    line-height: 1em;
    margin: 0.5em 0 0 0;
  }
  .bigFoot > p > span:first-child {
    font-size: 180%;
  }
  .bigFoot > p > span:last-child {
    font-size: 120%;
  }
  .bigFoot > p > span.plus {
    font-size: 450%;
  }
}
/* Affichage MOBILES */
/*@media (max-width:768px) {
    .Fonce > .ModDNNHTMLC {padding:24px;}

}

@media (max-width:480px) {
    .Fonce + .Ombre {height: 5px;}
    .Fonce > .ModDNNHTMLC {padding:12px;}
    .c_footer {margin-bottom: 12px;}   
}*/
.vue-tel-input {
  border-radius: 0.2em;
  display: flex;
  border: unset;
  text-align: left;
}
.vue-tel-input .vti__dropdown {
  padding: 0;
}
.vue-tel-input .vti__dropdown .vti__selection {
  display: flex;
}
.vue-tel-input .vti__input {
  background: none;
  font-size: 0.95em;
  padding: 0.2em;
}/*# sourceMappingURL=skin.css.map */