html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}
body {
  background: #e6e6e6;
  background: -moz-linear-gradient(45deg,#e6e6e6 0%,#ffffff 100%);
  background: -webkit-linear-gradient(45deg,#e6e6e6 0%,#ffffff 100%);
  background: linear-gradient(45deg,#e6e6e6 0%,#ffffff 100%);
  font-family: 'Fira Sans', sans-serif;
  background-attachment: fixed;
  color: #656565;
  overflow-x: hidden;
  min-height: 100vh;
  width: 100vw;
}
body > .container-fluid,
body > .container-fluid > .row {
  min-height: 100vh;
}
.box-shadow {
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: 'Font Awesome 7 Pro';
}
h1 {
  font-family: 'bebas_neuebold';
  color: #b1005d;
  font-size: 3.5rem;
  padding: 0 1.5rem;
}
h1.pagetitle {
  display: flex;
}
h1 .breadcrumb {
  margin-bottom: 0;
}
h3 {
  font-size: 1.5rem;
  font-family: 'Fira Sans Condensed';
  text-transform: uppercase;
  margin: .7em 0;
}
p.exclu {
  color: #b1005d;
  font-weight: bold;
  margin: 0;
}
h3.exclu {
  color: #b1005d;
  font-weight: bold;
}
h3 i {
  font-size: 1.25rem;
}
a {
  color: #8d004a;
}
a:hover {
  text-decoration: none;
  color: #b1005d;
}
span.facultatif {
  opacity: .5;
  font-size: 65%;
}
#logo {
  background-color: #fff;
}
.bg-dark {
  background-color: #343434 !important;
}
.row-fluid {
  display: flex;
}
.navbar-brand {
  background-color: #FFF;
  color: #8d004a;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 107px 0 0;
}
.sidebar,
.navbar-brand {
  border-right: .325rem;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-color: transparent;
  border-style: inset;
}
.white {
  color: #fff;
}
.hidden {
  display: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #e6e6e6;
  border-color: #8d004a;
  color: #b1005d !important;
  box-shadow: none;
}
#panneau {
  border-right: .45rem;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-color: transparent;
  border-style: inset;
  height: 100%;
}
#menu .nav a {
  padding: 0 .5rem .05rem 1rem;
  color: #FFF;
  display: block;
  font-family: 'Fira Sans Condensed';
  font-size: 110%;
}
#menu .nav a.link-all-products,
#menu .submenu-title {
  display: none;
}
#menu .fc_filter_buttons_box {
  display: none;
}
#menu #moduleFCform_168_filter {
  margin-bottom: .5em;
}
#menu .fc_filter_set {
  margin-top: 0;
}
#menu .nav > li {
  background-color: #343434;
  z-index: 500;
}
#menu .nav > li:hover {
  z-index: 900;
}
#menu .nav > li.deeper {
  position: relative;
}
#menu .nav > li.deeper > a {
  display: flex;
  justify-content: space-between;
  background-color: #343434;
}
#menu .nav > li.deeper > a:after {
  content: "\f0da";
  font-family: 'Font Awesome 7 Pro';
  font-weight: 600;
  opacity: .5;
}
#menu .nav > li.deeper:hover > a:after {
  opacity: 1;
}
#menu .nav > li > ul.nav-child {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 1;
  background-color: #111;
  min-width: 10rem;
  transition: all .3s ease;
  padding: .325rem;
  list-style: none;
  border-radius: 0 .5rem .5rem 0;
  z-index: 450;
  min-width: 12rem;
}
#menu .nav > li.item-656 > ul.nav-child,
#menu .nav > li.item-666 > ul.nav-child {
  top: initial;
  bottom: 0;
}
#menu .nav > li:hover > ul.nav-child {
  display: block;
  transition: all .3s ease;
  opacity: 1;
  left: 100%;
}
#main {
  margin-top: 14.5em;
  min-height: 84vh;
}
.subcategorieslist .dropdown-toggle {
  opacity: .5;
}
.subcategorieslist .open .dropdown-toggle,
.subcategorieslist .show .dropdown-toggle,
.subcategorieslist .dropdown-toggle:hover {
  opacity: 1;
}
.subcategorieslist .dropdown-menu {
  line-height: 1;
  padding: 1em;
}
.subcat {
  display: block;
  line-height: 2rem;
}
.peercat {
  line-height: .75em;
}
.scroller {
  height: 16em;
  overflow: auto;
}
a.primary-white {
  border-radius: 2em;
  background-color: #fff;
  color: #292929;
}
#menu .nav#raccourcis {
  padding: .05rem 1rem;
  flex-direction: row;
  justify-content: space-between;
}
#menu .nav#raccourcis .nav-item {
  margin: .5rem 0;
}
#menu .nav#raccourcis .nav-item a {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  max-width: 100%;
  padding: .05em .7em;
}
#menu .nav#raccourcis .nav-item a:hover {
  background-color: #fff;
  opacity: .5;
}
#menu .nav#raccourcis .nav-item a.fifty {
  font-size: 1rem;
}
#menu .nav#raccourcis .nav-item a.nouveau:after {
  content: "\f336";
  font-family: 'Font Awesome 7 Pro';
  color: #8d004a;
  margin-left: .45em;
  font-weight: 300;
}
#menu .nav#raccourcis .nav-item a.promo:after {
  content: "\f646";
  font-family: 'Font Awesome 7 Pro';
  color: #8d004a;
  margin-left: .45em;
  font-weight: 400;
}
#menu .nav#raccourcis .nav-item a.promo {
  color: #8d004a;
  font-weight: 600;
}
#menu .nav#raccourcis .nav-item a.exclusivites:after {
  content: "\f559";
  font-family: 'Font Awesome 7 Pro';
  color: #8d004a;
  margin-left: .45em;
  font-weight: 300;
}
.nav-item.item-633,
.nav-item.item-802 {
  width: 100%;
}
.nav-item.item-634,
.nav-item.item-635,
.nav-item.item-803,
.nav-item.item-804 {
  width: 48%;
  font-size: 1rem !important;
}
#mod_flexiadvsearch_default155,
#mod_flexiadvsearch_default156,
#mod_flexiadvsearch_default136 {
  padding: .325rem 1rem;
}
#modfcadvsearch_use_advsearch_options_lbl_136,
#modfcadvsearch_use_advsearch_options_lbl_156 {
  display: none !important;
}
.fc_filter_html.fc_text_search {
  width: 100%;
}
#mod_search_searchword-136,
#mod_search_searchword-155,
#mod_search_searchword-156,
#moduleFCform_168_filter {
  width: 100%;
  border-radius: 2rem;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.3rem;
  background: url('../images/search.png') 11vw 50% no-repeat #fff !important;
  font-family: 'Fira Sans Condensed';
}
#moduleFCform_168_filter_box .hidden {
  display: none;
}
#page-connexion #login {
  padding: 0 15px;
  width: 50%;
}
#page-connexion #login fieldset {
  max-width: 50%;
}
#page-connexion .login-fields {
  display: flex;
  flex-direction: column;
}
#page-connexion .login-fields:nth-child(3) {
  flex-direction: row;
}
#page-connexion .login-fields label {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#page-connexion .login-fields:nth-child(3) label {
  margin-right: 0.5em;
}
#page-connexion .login-fields input {
  margin-bottom: 0.5em;
}
#page-connexion button.button {
  background-color: #8d004a;
  color: white;
  margin-bottom: 2em;
  padding: 0.375em 0.75em;
  border: 1px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  padding: .3em 1.4em .1em .7em;
}
#page-connexion button.button:hover {
  background-color: #f9f9f9;
  color: black;
}
#page-connexion #infos {
  display: none;
}
#page-connexion .com-users-login > .row {
  margin: 0;
  padding: 2rem 1.25rem;
  flex-wrap: nowrap;
}
#page-connexion .com-users-login > .row > div:first-of-type {
  padding-right: 2em;
  border-right: 1px solid #656565;
}
#page-connexion .com-users-login > .row > div:last-of-type {
  padding-left: 2em;
}
#page-connexion .com-users-login > .row > div p {
  max-width: 500px;
}
#page-connexion h2 {
  color: #b1005d;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "bebas_neuebold";
  font-size: 2rem;
}
#page-connexion h4 {
  color: #b1005d;
}
#page-connexion .com-users-login .btn-primary {
  margin-bottom: 1em;
}
#page-connexion .com-users-login__submit {
  margin-top: 1em;
}
#reset #user-registration .btn-primary {
  margin: 1em 0;
}
#page-creation-compte #member-registration #jform_profile_tos-lbl {
  width: 100%;
  display: flex;
  align-items: center;
}
#page-creation-compte #member-registration #jform_profile_tos-lbl a {
  display: block;
  position: relative;
}
#page-creation-compte #member-registration #jform_profile_tos1 {
  margin-left: 0.5em;
}
#page-creation-compte #member-registration #jform_com_fields_cgv label {
  margin-bottom: 0;
}
#page-creation-compte #member-registration a.cgv {
  font-size: 0.75em;
}
#page-creation-compte #member-registration .offset-6 {
  padding-left: 2em;
}
#page-creation-compte #member-registration .catalogitem:hover {
  transform: none;
}
#registration-complete {
  margin-top: 1em;
}
#registration-complete p {
  padding: 0 39px;
}
#infos #messages {
  z-index: 100000;
  background-color: #8d004a;
}
#infos #messages .alert.alert-error {
  display: flex;
  margin-top: 1rem;
}
#infos #messages .alert.alert-error .close {
  margin-right: 2em;
}
#infos #messages .alert.alert-error div {
  margin-left: 0.5em;
}
#infos #messages .alert.alert-error h4 {
  margin-bottom: 0;
}
#infos #messages .alert.alert-error * {
  color: white;
}
.btn-outline-primary,
a.btn-outline-primary {
  color: #8d004a !important;
  border-color: #8d004a;
}
.item_content input.btn-primary,
.btn-primary {
  background-color: #b1005d;
  color: #fff;
  border-color: #8d004a;
}
a.btn-primary {
  color: #fff !important;
}
a.btn-primary:hover,
.btn-primary:hover {
  color: #fff !important;
  border-color: #8d004a;
  background-color: #8d004a;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #292929;
  border-color: #656565;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(177,0,88,0.5);
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(177,0,88,0.5);
}
#login-modal,
.sourcecoast.modal.fade.show {
  opacity: 1 !important;
}
.sourcecoast .btn {
  background-image: none;
  background-color: #fff;
  border-radius: .25rem;
}
.sourcecoast .btn-primary {
  background-color: #b1005d;
  color: #fff;
  border-color: #8d004a;
  background-image: none;
  border: none !important;
  border-radius: .25rem;
}
.sourcecoast a.btn-primary {
  color: #fff !important;
  border: none !important;
  border-radius: .25rem !important;
}
.sourcecoast a.btn-primary:hover {
  color: #fff !important;
  border-color: #8d004a;
  background-color: #8d004a;
}
.sourcecoast .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #292929;
  border-color: #656565;
}
.sourcecoast .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(177,0,88,0.5);
}
.sourcecoast .btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(177,0,88,0.5);
}
.sourcecoast .btn-primary:hover,
.sourcecoast .btn-primary:focus,
.sourcecoast .btn-primary:active,
.sourcecoast .btn-primary.active,
.sourcecoast .btn-primary.disabled,
.sourcecoast .btn-primary[disabled] {
  background-color: #b1005d;
}
.sourcecoast.ns-bs5 .btn-link {
  text-decoration: none;
}
#panier {
  background-color: #B10058;
  box-shadow: 0 0 3.5rem rgba(0,0,0,0.5) inset;
  padding: .7rem;
  color: #fff;
}
#panier a {
  color: #fff;
  text-decoration: underline;
}
#panier a:hover {
  text-decoration: none;
}
#decompte {
  padding: 0 1rem;
}
#articles {
  font-family: 'bebas_neuebold';
  font-size: 2.25rem;
  padding-right: 1rem;
}
#details {
  font-size: .7em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#transport {
  font-size: .7em;
  text-align: justify;
  padding: .5rem 1rem;
  background-color: #343434;
  margin-top: 0rem;
  margin-bottom: .5rem;
}
#shortcuts a {
  color: #fff;
  background-color: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: .05em .7em;
}
#shortcuts a:hover {
  background-color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.7);
}
#shortcuts a.fifty {
  width: 48%;
  display: inline-block;
  margin-top: 1em;
  padding: .3em .7em;
  font-size: 1rem;
}
#shortcuts .toPanier {
  font-size: 1.2em;
  font-weight: 600;
}
#shortcuts .toPanier i {
  font-weight: 300;
}
#shortcuts .miniz {
  display: flex;
  justify-content: space-between;
}
#main h2.cattitle,
#main h2.pagetitle {
  display: none;
}
.label.field_tarif {
  display: none;
}
.catalogitem {
  margin-bottom: .75em;
  transition: all 0.7s ease-out;
}
.catalogitem.hidden {
  display: none !important;
}
.catalogitem:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-out;
}
.item-id-1628 .catalogitem:hover {
  transform: scale(1.00);
  transition: all 0.2s ease-out;
}
.catalogitem:hover .item_content {
  box-shadow: -1em 1em 1em rgba(0,0,0,0.1);
}
.catalogitem .item_title {
  padding: .5rem 1.25rem .5rem 1.25rem;
  background-color: #f9f9f9;
  color: #656565;
  font-family: 'bebas_neuebook';
  border-top: 1px solid #f5f5f5;
  margin: 0;
  border-radius: .25rem .25rem 0 0;
}
.catalogitem .item_title .marque {
  font-family: 'bebas_neuebold';
}
.catalogitem .item_title a {
  color: #656565;
}
.catalogitem .item_title .fc_item_title {
  width: calc(100% - 1.5rem);
  display: block;
}
.catalogitem .item_content {
  background-color: #fff;
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
  transition: all 0.5s ease-out;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.catalogitem .item_content > .row {
  position: relative;
  width: 100%;
  margin: 0;
}
.catalogitem .item_content > .row.links {
  margin-bottom: .5rem;
  height: 100%;
}
.catalogitem .item_content form > .row {
  padding: 0 15px;
}
.item_nouveaute {
  border: 1px solid #b1005d;
  box-shadow: -0.75em .75em .75em rgba(250,0,0,0.05);
}
.ias-spinner,
.ias-trigger {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1em 0;
}
#liste_commande .item_catalogue a {
  margin-right: .5em;
  margin-left: 1em;
}
#precommande {
  overflow: hidden;
}
#image {
  margin-bottom: 2em;
  padding-right: 30px;
  padding-left: 30px;
}
#image .jcepopup {
  max-width: 100%;
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
}
#image img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.flags {
  position: absolute;
  left: 0;
  top: 1em;
}
#flags {
  position: absolute;
  right: 0;
  top: 1em;
}
.flags .flag,
#flags .flag {
  font-family: 'bebas_neuebold';
  padding: .3em .7em 0 .3em;
  color: #fff;
  background-color: #8d004a;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: .5em;
}
.flags .flag {
  right: initial;
  left: 0;
  text-align: left;
  padding-left: 1.5rem;
}
.flag i {
  color: #b1005d;
}
.flag.dark-flag,
.info_comp.dark-flag {
  background-color: #343434 !important;
  width: max-content;
}
#fiche {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#description {
  background: #fff;
  border: 10px solid #f9f9f9;
  padding: .75em;
  display: flex;
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
}
#description.connect #exptarifs {
  display: none;
}
#description img {
  max-width: 100%;
}
#description h2 {
  font-family: 'bebas_neuebold';
  color: #292929;
  font-weight: normal;
}
#promotions.row-fluid {
  display: initial;
  padding: 0 10px 1em 10px;
  background-color: #f9f9f9;
  border-top: 0px;
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
}
#promotions .list .fc-fieldgrp-value-box {
  border: 0;
  border-right: 1px solid rgba(255,255,255,0.5);
  border-radius: 0px;
  font-size: 120%;
  padding: 1em 3em;
  margin: 0;
}
#promotions .list .fc-fieldgrp-value-box:last-child {
  border-right: 0px;
}
#promotions .list .field_promo,
#promotions .list .field_promo_gms {
  text-transform: uppercase;
  font-weight: bold;
}
#promotions .list .field_promo i,
#promotions .list .field_promo_gms i {
  color: #8d004a;
}
#promotions .list .field_prix_gms,
#promotions .list .field_prix_promo {
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
#promotions .detail-promo {
  font-size: 1rem;
}
#page-promotions .alert,
#page-test-promotions .alert {
  display: none !important;
}
.infos .white:last-child {
  display: none;
}
footer {
  margin-top: 1em;
  background: #292929;
  min-height: 4em;
  width: 100%;
  padding: 1em;
  color: #bbb;
}
#menu .nav > li > ul.nav-child a {
  transition: all 0.3s ease-out;
}
#menu .nav > li > ul.nav-child a:hover {
  color: #8d004a;
  cursor: pointer;
}
#menu .nav-item.parent a img {
  margin-right: 0.3em;
  padding-bottom: 0.15em;
}
.nav_show {
  position: fixed;
  z-index: 100001;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  right: .5em;
  top: .2em;
}
.nav_show > div {
  display: block;
  position: absolute;
  width: 2.5em;
  height: 0.4em;
  margin: 1.25em 0 0 0;
  background: #b1005d;
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all;
}
.nav_show > div::before {
  margin: -1em 0 0 0;
}
.nav_show > div::after {
  margin: 1em 0 0 0;
}
.nav_show > div::before,
.nav_show > div::after {
  content: " ";
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.4em;
  background: #b1005d;
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all;
}
.nav_show.open div {
  background-color: transparent;
}
.nav_show.open div::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  color: #FFF;
}
.nav_show.open div::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #fff;
}
.nav_show.open div::before,
.nav_show.open div::after {
  margin: 0;
}
.pagination {
  padding: 0;
}
.pagination ul {
  list-style: none;
  display: flex;
  margin: auto;
}
.pagination ul .pagenav {
  margin: .5em;
  font-size: 1.25rem;
}
#catalog_items {
  width: 100%;
}
#catalog_items .log .btn,
fieldset .search-results .log .btn {
  font-size: 1em;
  padding: .25em .75em;
  border: none !important;
  border-radius: .25rem;
  margin-right: 0;
}
#catalog_items .log .btn-primary,
fieldset .search-results .log .btn-primary {
  margin-right: .5em;
}
h1.pagetitle {
  margin-bottom: 0;
  padding-right: 0.5rem;
}
h1.pagetitle ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
h1.pagetitle ul li {
  display: flex;
  align-items: center;
}
h1.pagetitle ul li:first-child {
  display: none;
}
h1.pagetitle ul li a,
h1.pagetitle ul li a:hover,
h1.pagetitle ul li a:visited {
  color: #8d004a;
}
h1.pagetitle ul .divider {
  color: white;
  font-size: 0.8em;
  padding-bottom: 0.2em;
  margin: 0 7px;
}
.peercategorieslist button.dropdown-toggle {
  background-color: transparent;
  border: 0;
  font-size: 2em;
  color: #656565;
  padding-bottom: 0.2em;
}
.peercategorieslist .dropdown-menu {
  left: auto;
  padding: 1rem;
}
.peercategorieslist .dropdown-menu.show {
  display: flex !important;
  flex-direction: column;
}
.subcategorieslist {
  margin-left: 1.5em;
  padding-bottom: 0.2em;
}
.catalogitem {
  margin-bottom: 30px;
}
.catalogitem .item_content {
  position: relative;
  height: 100%;
}
.catalogitem .item_content h2 {
  font-size: 1.9em;
}
.catalogitem .item_content h2 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.catalogitem .item_content .buttons {
  position: absolute;
  left: 1em !important;
  bottom: 1em !important;
  z-index: 1;
}
.catalogitem .item_content .fav-block {
  position: absolute;
  right: .5em !important;
  top: .25em !important;
  z-index: 555;
  opacity: 1;
}
.catalogitem .item_content .fav-block:hover {
  opacity: 1;
  cursor: pointer;
}
.catalogitem .item_content .fav-block .fav,
#fiche .fav-block .fav,
.search-results .fav-block .fav {
  color: #ddd;
}
.catalogitem .item_content .fav-block:hover .fav,
.catalogitem .item_content .fav-block .fav.fav-delete,
#fiche .fav-block .fav-delete,
.search-results .fav-block .fav-delete {
  color: #656565;
}
.catalogitem .item_content .fav-block .is_fav,
#fiche .fav-block .is_fav {
  color: #b1005d;
}
.catalogitem .field_photo {
  position: relative;
  margin-top: 1rem;
}
.info-item {
  position: absolute;
  top: 5px;
  left: 0;
}
.info-item .info_comp {
  background-color: #8d004a;
  padding: .5em .7em .3em 1.8em;
  margin-bottom: 5px;
  color: white;
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1;
}
.catalogitem .field_photo img {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 1em 0 1em 1em;
  object-fit: contain;
}
.catalogitem .infos-produit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1.25rem 1.3em 0;
  position: initial;
}
.catalogitem span i {
  color: #b1005d;
}
i.fa-wine-bottle {
  font-weight: 600;
  transform: rotate(45deg);
}
.tarif {
  font-size: 2em;
  font-family: 'bebas_neuebold';
  color: #b1005d;
  text-align: right;
  line-height: 1;
  margin: .5em 0;
  display: flex;
  flex-direction: column;
}
.tarif > div {
  display: flex;
  justify-content: end;
  gap: .25em;
  align-items: center;
}
.tarif-initial {
  text-decoration: line-through;
  color: #656565;
  font-size: .85em;
}
.tarif .commentaire {
  font-size: 1rem;
  font-family: 'Fira Sans', sans-serif;
}
#tarif .tarif-initial {
  font-size: 1.5em;
}
.promo-a-partir {
  font-size: 1rem;
  line-height: 1;
}
.date-fin-promo,
.detail-promo {
  font-size: 1.5rem;
  line-height: 1;
}
.tarif-initial.promo-palier {
  text-decoration: none;
  color: #b1005d;
}
.info-detail-promo {
  color: #656565;
  font-size: 1rem;
  cursor: pointer;
  background: none;
  border: none;
  width: fit-content;
  margin-right: .5em;
}
.info-detail-promo i {
  font-family: 'Font Awesome 7 Pro';
}
.degres_vol,
.infos-vin {
  text-align: right;
  display: inline-block;
  font-size: .9em;
  display: flex;
  gap: 0 .75em;
  margin-top: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.infos-vin + .degres_vol {
  margin-top: 0;
}
.degres_vol i,
.infos-vin i {
  color: #8d004a;
}
.panier .input .input-group {
  justify-content: end;
  margin: .25rem 0;
}
.panier .input .input-group input {
  padding: 0 3px;
  border: 1px solid #b1005d;
  border-right: none;
  border-left: 0;
  color: black;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  background: #FFF;
  text-align: center;
  font-size: 1.25em;
  width: auto;
}
.panier .input button {
  background-color: white;
  color: #656565;
  border: 1px solid #b1005d;
  border-radius: 7px;
  padding: .1em .5em;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-size: 1.25em;
}
.panier .input .btn-minus {
  border-right: none;
  color: #000;
  font-weight: bold;
  transition: all .3s ease-in-out;
}
.panier .input .btn-plus {
  border-left: none;
  border-right: none;
  color: #000;
  font-weight: bold;
  transition: all .3s ease-in-out;
}
.panier .input .btn-minus:hover,
.panier .input .btn-plus:hover {
  background: #b1005d;
  color: #FFF;
}
.panier .input .add {
  background: #b1005d;
  color: #FFF;
  font-family: 'bebas_neuebold';
  transition: all .3s ease-in-out;
  padding: .1em .75em;
}
.panier .input .add:hover {
  background: #FFF;
  color: #b1005d;
}
.panier .input .input-group * {
  border-color: #b1005d;
}
.panier .input .fas.fa-angle-right {
  font-size: 2.3em;
  color: #e6e6e6;
  font-weight: 600;
}
.panier .input .fas.fa-shopping-cart {
  position: relative;
}
.panier .input .fas.fa-shopping-cart:before {
  font-size: 2.5em;
  color: #656565;
}
.panier .input .fas.fa-shopping-cart .total {
  font-family: 'Fira Sans';
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 10em;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  background-color: #e6e6e6;
  color: black;
  text-align: center;
  padding-top: 0.2em;
}
.panier .input .fas.fa-shopping-cart .total.got {
  border: 1px solid #8d004a;
  background-color: #fff;
  color: #8d004a;
}
.links {
  position: relative;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex: unset;
}
.links .small {
  margin-top: 5px;
}
.links .small a {
  color: #656565;
  margin-right: 0.2em;
  font-size: 1em;
}
.links .small i {
  font-weight: 400;
}
.links .small a:last-child {
  margin-right: 0;
}
.links a:hover {
  color: #8d004a;
  transition: all 0.3s ease-out;
}
.links .item_link {
  font-size: 0.8em;
  color: black;
}
.item-content {
  position: relative;
}
.code-ean {
  position: absolute;
  font-size: .9em;
  left: 1.25rem;
  top: 0;
  margin-top: .5rem;
}
.code-ean span {
  font-weight: bold;
}
.flag.nouveaute {
  position: absolute;
  width: fit-content;
  background-color: #b1005d;
  color: #FFF;
  font-family: 'bebas_neuebold';
  left: 1.25rem;
  text-transform: uppercase;
  padding: .1em .75em;
  border-radius: 3px;
  top: -1em;
}
.flag.promo {
  color: #FFF;
  background-color: #b1005d;
  font-family: 'bebas_neuebold';
  padding: .1em .5em;
  border-radius: 3px;
  font-size: 1rem;
  width: fit-content;
}
.flag.promo i {
  color: #FFF;
  margin-left: .25em;
}
.switch-rappelprod {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #b1005d;
  margin-top: .5em;
}
.switch-rappelprod .toggle {
  display: none;
}
.switch-rappelprod .toggle,
.switch-rappelprod .toggle:after,
.switch-rappelprod .toggle:before,
.switch-rappelprod .toggle *,
.switch-rappelprod .toggle *:after,
.switch-rappelprod .toggle *:before,
.switch-rappelprod .toggle + .toggle-btn {
  box-sizing: border-box;
}
.switch-rappelprod .toggle::-moz-selection,
.switch-rappelprod .toggle:after::-moz-selection,
.switch-rappelprod .toggle:before::-moz-selection,
.switch-rappelprod .toggle *::-moz-selection,
.switch-rappelprod .toggle *:after::-moz-selection,
.switch-rappelprod .toggle *:before::-moz-selection,
.switch-rappelprod .toggle + .toggle-btn::-moz-selection,
.switch-rappelprod .toggle::selection,
.switch-rappelprod .toggle:after::selection,
.switch-rappelprod .toggle:before::selection,
.switch-rappelprod .toggle *::selection,
.switch-rappelprod .toggle *:after::selection,
.switch-rappelprod .toggle *:before::selection,
.switch-rappelprod .toggle + .toggle-btn::selection {
  background: none;
}
.switch-rappelprod .toggle + .toggle-btn {
  outline: 0;
  display: block;
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 0 .25em;
}
.switch-rappelprod .toggle + .toggle-btn:after,
.switch-rappelprod .toggle + .toggle-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.switch-rappelprod .toggle + .toggle-btn:after {
  left: 0;
}
.switch-rappelprod .toggle + .toggle-btn:before {
  display: none;
}
.switch-rappelprod .toggle:checked + .toggle-btn:after {
  left: 50%;
  background-color: #FFF;
}
.switch-rappelprod .toggle-ios + .toggle-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #b1005d;
}
.switch-rappelprod .toggle-ios + .toggle-btn:after {
  border-radius: 2em;
  background: #b1005d;
  transition: left 0.3s cubic-bezier(0.175,0.885,0.32,1.275), padding 0.3s ease, margin 0.3s ease;
}
.switch-rappelprod .toggle-ios + .toggle-btn:hover:after {
  will-change: padding;
}
.switch-rappelprod .toggle-ios + .toggle-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.switch-rappelprod .toggle-ios + .toggle-btn:active:after {
  padding-right: 0.8em;
  background-color: #FFF;
}
.switch-rappelprod .toggle-ios:checked + .toggle-btn {
  background: #b1005d;
}
.switch-rappelprod .toggle-ios:checked + .toggle-btn:active {
  box-shadow: none;
}
.switch-rappelprod .toggle-ios:checked + .toggle-btn:active:after {
  margin-left: -0.8em;
}
.infos-stock-item p.flag {
  margin: 0;
  font-size: 14px;
}
.infos-stock-item span {
  font-size: 14px;
}
.infos-produit .panier p {
  font-size: 14px;
  text-align: right;
}
.qte-prod-panier {
  font-size: 14px;
}
.qte-prod-panier a {
  color: #b1005d;
  text-decoration: underline;
}
.catalogitem.alpha .list {
  height: 16em;
}
.catalogitem.alpha .list h3 {
  margin: 0 1em .5em 1em;
  font-size: 1.1rem;
}
.view-item #main > .row-fluid.align-items-start {
  flex-direction: column;
}
#cat_infos {
  margin-bottom: 30px;
  height: 200px;
}
#cat_infos .image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
#cat_infos .pres {
  position: absolute;
  top: 0;
  padding: 1em 3em 1.5em 2em;
  line-height: 1.3;
  font-size: 80%;
}
#cat_infos .pres h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: white;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
#cat_infos .pres p {
  color: white;
  text-align: justify;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
#cat_infos .pres .scroller {
  padding-right: 2em;
}
.item_infos {
  margin-left: 15px;
}
.item_infos .cats .link_categories {
  margin: 0 5px 0 0;
  color: #656565;
}
.infos_contact {
  margin-left: auto;
}
.topright {
  margin-left: 0;
  margin-right: 2.5em;
  align-items: inherit;
}
.infos_contact .lien_qsn p {
  margin-bottom: 0;
}
.infos {
  font-family: 'bebas_neuebold';
  font-size: 1.2em;
  color: #656565;
  display: flex;
}
.infos .white {
  font-size: 0.8em;
  margin: 0 5px;
}
#desc_text {
  padding-right: 1rem;
}
#desc_text p {
  line-height: 1.8;
}
#desc_text h2 {
  font-size: 2.6em;
}
#fiche {
  padding-left: 15px;
}
#fiche .code-ean {
  position: initial;
  font-size: inherit;
  color: #b1005d;
}
#fiche #order {
  min-width: 175px;
}
#fiche #order .panier .input .input-group {
  justify-content: start;
}
#fiche i {
  color: #b1005d;
}
#fiche .exclu i {
  color: #b1005d;
}
#fiche .flag.promo i {
  color: #FFF;
}
#tarif-degressif {
  margin-bottom: 1em;
}
#description {
  padding: 15px;
  flex-direction: column;
}
#description h2 {
  font-family: 'bebas_neueregular';
  font-family: 3em;
}
#promotions {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  border: 10px solid #f9f9f9;
}
#promotions .list {
  width: 100%;
  justify-content: center;
}
#promotions .list > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#blocks {
  flex-direction: column;
}
#blocks .block {
  margin-top: .9em;
  padding: 0 .9;
}
#blocks .block .block-container {
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
  height: 100%;
  overflow: hidden;
}
#blocks .block .title {
  padding: 20px 45px 15px 45px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  font-family: 'bebas_neueregular';
}
#blocks .block .title h3 {
  margin: 0;
  font-size: 2em;
  font-family: 'bebas_neueregular';
}
#blocks .block .desc {
  padding: 30px 45px;
  background-color: white;
  height: 100%;
}
#blocks .block .desc p:last-child {
  margin-bottom: 0;
}
#blocks .block .desc p b,
#blocks .block .desc p strong {
  color: #8d004a;
}
#tarif .prix_net {
  font-size: 2.8rem;
  color: #b1005d;
  font-weight: 900;
  font-family: 'bebas_neuebold';
  line-height: 1.2em;
  margin-bottom: .5rem;
  display: flex;
  flex-direction: column;
}
#tarif .prix_net .commentaire {
  font-size: 1rem;
  font-family: 'Fira Sans', sans-serif;
  font-weight: normal;
  line-height: 1;
}
#tarif {
  position: relative;
}
#fiche .connect {
  background-color: #f1f1f1;
  border-radius: .25rem;
  width: 110%;
  height: 110%;
  display: flex;
  left: -5%;
  top: -5%;
  align-items: center;
  flex-direction: column;
  font-family: 'bebas_neuebold';
  color: #b1005d;
  padding: 1em;
  text-align: center;
  font-size: larger;
  line-height: 1;
  width: 100%;
}
#fiche .connect .sourcecoast.sclogin {
  display: flex;
  flex-wrap: nowrap;
}
.tarif-degres-vol {
  text-align: right;
  width: 100%;
}
.catalogitem .log,
fieldset .search-results .log {
  margin: auto;
  background-color: #f1f1f1;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #b1005d;
  padding: .5em;
  text-align: center;
  line-height: 1;
}
.catalogitem .log p,
fieldset .search-results .log p {
  margin: .3em 0;
}
.panier .input span.caddy:before {
  content: '\f07a';
  font-family: 'Font Awesome 7 Pro';
  color: #656565;
  font-weight: 600;
  font-size: 2.2em;
}
.panier .input span.caddy {
  position: relative;
}
.panier .input span.caddy > span.total {
  position: absolute;
  color: #8d004a;
  background: #fff;
  border: 1px solid #8d004a;
  padding: .1rem .5rem;
  border-radius: 30px;
  right: -15px;
  font-size: .9rem;
  font-weight: 900;
}
.buttons {
  position: absolute;
  left: 1em;
  bottom: 1em;
}
.panier p.delete.small,
.panier p.nomore.small {
  margin-top: .5em;
}
.delete {
  cursor: pointer;
}
.qty-prod-number:disabled,
.add:disabled {
  cursor: not-allowed !important;
}
.force {
  display: block !important;
  width: 33em;
  height: 22em !important;
  position: fixed;
  left: 50%;
  top: 50% !important;
  background-color: #fff;
  transform: translate3d(-50%,-50%,0);
  border-radius: 1em;
  box-shadow: 0 0 1em rgba(0,0,0,0.5);
}
.modal-header .close {
  z-index: 555;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#page-historique .item_content > .row {
  padding: 1.4em 15px;
}
#page-historique .item_title {
  padding: .6em 1.4em .6em 1.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}
#page-historique .item_title > div {
  display: flex;
  align-items: center;
}
#page-historique .item_title h2,
#page-historique .item_title span {
  display: inline;
  margin-bottom: 0;
  font-family: 'bebas_neuebold';
}
#page-historique .item_title .heure {
  margin-left: .5em;
  opacity: .5;
}
.historique-catalogue .tarif-degres-col {
  text-align: end;
}
.view-search .container-fluid {
  padding: 0;
}
.view-search .container-fluid > .row {
  margin-right: 0;
}
.fc_search_results_list.page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.fc_search_results_list.page fieldset {
  width: 33.33333%;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
}
fieldset .search-results {
  background-color: white;
  position: relative;
  border-radius: .25rem;
  transition: all .7s ease-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
fieldset .search-results:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-out;
}
fieldset .search-results h2 {
  padding: .5rem 1.25rem .5rem 1.25rem;
  background-color: #f9f9f9;
  font-family: 'bebas_neuebook';
  font-size: 1.9em;
  display: flex;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}
fieldset .search-results h2 a,
fieldset .search-results h2 a:hover,
fieldset .search-results h2 a:visited {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #656565;
  transition: all 0.3s ease-out;
}
.search-infos {
  display: flex;
  margin: 0;
  position: relative;
  height: 100%;
}
.search-infos .row {
  margin-left: 0;
}
.search-infos span i {
  color: #b1005d;
}
.search-infos .fc_search_result_image {
  padding: .7em 1em 1.3em 2em;
}
.search-infos .fc_search_result_image a {
  width: 100%;
  height: 100%;
}
.search-infos .fc_search_result_image a img {
  width: 100%;
  object-fit: contain;
}
.search-infos .fc_search_result_image .item-img {
  margin-top: 1rem;
}
.search-infos .fc_search_result_fields {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1.25rem 1.3em 0;
  position: initial;
}
#page-rechercher h2 .marque {
  font-family: 'bebas_neuebold';
}
.search_exp {
  color: #656565;
}
.item_content input.number {
  max-width: 4em;
}
.item_content input,
.item_content textarea {
  margin-bottom: .5em;
  border: none;
  border-bottom: 3px solid #eee;
  padding: .3em .7em;
  background-color: #f9f9f9;
  max-width: 100%;
}
.spacer {
  margin-top: 1em;
  width: 100%;
}
#liste_commande .sub {
  background-color: #f9f9f9;
}
#topbar.low {
  max-height: 3em;
  overflow: hidden;
}
#topbar.bg {
  background-color: rgba(255,255,255,0.95);
}
#topbar {
  transition: all .3s ease-out;
  width: 100vw;
}
#form-sclogin-submitcreate a,
.scuser-menu a.dropdown-toggle {
  color: #b1005d;
}
.topright {
  display: flex;
  text-transform: uppercase;
  font-size: .9rem;
}
.infos_contact .lien_qsn a {
  color: black;
  font-size: 14px;
  margin-right: 2em;
  background-color: white;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
}
.infos_contact .lien_qsn a:hover {
  color: #b1005d;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.topright .sourcecoast .dropdown-menu {
  left: initial;
  right: 0;
  border-radius: 2px;
}
.topright span.caret {
  display: none;
}
.topright .dropdown-toggle {
  color: #8d004a;
  border-radius: 2px !important;
  background: #fff;
  border: none;
}
.topright .dropdown-toggle::before {
  content: 'gérer ';
}
.topright .dropdown-toggle::after {
  content: '\f2bd';
  font-family: 'Font Awesome 7 Pro';
  border: none;
  vertical-align: sub;
  font-size: 1.5rem;
  padding: .2em .2em .2em .5em;
  margin-left: 0;
  font-weight: 900;
  height: auto;
  width: auto;
}
.topright .dropdown-toggle:hover {
  color: #b1005d;
}
.topright .sourcecoast .dropdown-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: .2em .5em;
  color: #8d004a !important;
  text-decoration: none !important;
}
.topright .sourcecoast .dropdown-menu > li > a:hover,
.topright .sourcecoast .dropdown-menu > li > a:focus,
.topright .sourcecoast .dropdown-submenu:hover > a,
.topright .sourcecoast .dropdown-submenu:focus > a {
  background-color: #8d004a;
  background-image: none;
  color: #fff !important;
}
.topright .sourcecoast .dropdown-menu > li > a:active,
.topright .sourcecoast .dropdown-submenu:active > a {
  background-color: #b1005d;
}
#container_slider {
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#container_slider,
#container_slider div {
  height: 53vh;
}
.camera_wrap img {
  height: 60vh !important;
  object-fit: contain;
  max-width: 110% !important;
  margin-left: 0 !important;
  margin-top: 20px !important;
}
#slider_2019 {
  margin: 0 30px;
  width: 100%;
  margin-top: -1.5em;
}
#slider_2019 .btn-block-accueil {
  font-family: 'bebas_neuebold';
  font-size: .6rem;
}
#slider_2019 .btn-block-accueil p {
  text-transform: uppercase;
  position: relative;
}
#slider_2019 .btn-block-accueil .bloc_1 {
  width: 100%;
  margin-bottom: 0px;
}
#slider_2019 .btn-block-accueil .bloc_1 > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#slider_2019 .btn-block-accueil .bloc_1 p,
#slider_2019 .btn-block-accueil .bloc_2 {
  padding: 1.6em 2.5em 1.4em 2em;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 2em;
}
#slider_2019 .custom.liens_accueil.bloc_1 p {
  border: 1px solid #8d004a;
}
#slider_2019 .btn-block-accueil .bloc_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #8d004a;
}
#slider_2019 .btn-block-accueil .bloc_1 p a {
  color: #292929;
  font-size: 1.8rem;
  position: relative;
}
#slider_2019 .btn-block-accueil .bloc_1 p:after {
  content: ' ';
  border-bottom: 4px solid #8d004a;
  position: absolute;
  right: 0;
  width: 1rem;
  bottom: 45%;
}
#slider_2019 .btn-block-accueil .bloc_2 p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #292929;
}
#slider_2019 .btn-block-accueil .bloc_2 p:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
#slider_2019 .btn-block-accueil .bloc_2 p a {
  font-size: 1rem;
}
#slider_2019 .capera_wrap {
  margin-bottom: 0 !important;
}
#slider_2019 .camera_pag {
  position: relative;
  top: -70px;
  right: 30px;
}
#slider_2019 .camera_pag .camera_pag_ul li {
  background: #fff;
}
#slider_2019 .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #8d004a;
}
#page-accueil-hidden footer {
  margin-top: 0;
}
#messages {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
#messages .message .alert {
  margin-bottom: 0;
}
#page-compte .user .item_content .col,
#page-my-account .user .item_content .col {
  padding-bottom: .5em;
}
#page-compte .user .field_group,
#page-my-account .user .field_group {
  display: flex;
  margin-bottom: .3em;
}
#page-compte .user .field_name,
#page-my-account .user .field_name {
  text-transform: uppercase;
}
#page-compte .user .field_name:before,
#page-my-account .user .field_name:before {
  content: '|';
  color: #8d004a;
  font-weight: 900;
  padding-right: 5px;
}
#page-compte .user .field_name:after,
#page-my-account .user .field_name:after {
  content: ' :';
  margin-right: .5em;
}
#page-edition .user .item_content .col {
  padding-bottom: .5em;
}
#page-edition .user .field_group {
  margin-bottom: .7em;
  border-left: 3px solid #8d004a;
  padding-left: 7px;
}
#page-edition .user .field_name {
  text-transform: uppercase;
}
#page-edition .user .field_group input {
  margin-bottom: 0;
}
h1.pagetitle {
  position: absolute;
  top: 160px;
  overflow: hidden;
}
h1.pagetitle span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.expe-container {
  display: flex;
  flex-direction: column;
}
.expe-container > div:first-of-type {
  display: flex;
  margin-bottom: 2em;
}
.expe-container > div:first-of-type > div:first-of-type {
  margin-right: 20px;
  margin-left: 30px;
}
.expe-container > div:last-of-type {
  padding-left: 2em;
}
.etape {
  background: url('../images/step.png') center top no-repeat transparent;
  padding: 40px 5px 40px 15px;
  max-width: 80%;
  background-size: cover;
  margin-left: 2em;
  display: flex;
  align-items: center;
}
.etape p.etape_chiffre {
  font-family: 'bebas_neuebold';
  font-size: 100px;
  line-height: 72px;
  color: #8d004a;
  margin: 0;
  margin-right: 10px;
}
.etape p {
  margin: 20px 0 0 0px;
  font-size: 14px;
  color: #323232;
}
.etape_detail {
  padding: 0 10px;
  max-width: 80%;
}
.etape p:not(.etape_chiffre) {
  padding-left: 0px;
}
.etape p em,
.etape p i {
  font-size: 10px;
}
.etape p em a,
.etape p i a {
  color: #323232;
}
.expe-container .carte {
  box-shadow: 0 0 .75em rgba(0,0,0,0.1);
  padding: 1em 2em;
  margin-bottom: 1em;
}
.expe-container .custom {
  margin-top: 15px;
}
.expe-container .custom p {
  margin-bottom: 0;
}
.expe-container h3 {
  border-left: 3px solid #8d004a;
  padding-left: 5px;
}
.expe-container .sclogin .sclogout-button {
  display: none;
}
.catalogitem.rupture {
  opacity: .25;
  filter: grayscale(1);
}
#messages .message h2 {
  font-size: 1.5rem;
}
.search input.fc_text_filter:not(.fc_iscalendar) {
  min-width: auto !important;
}
#slider_2019 .btn-block-accueil .bloc_1 {
  margin-bottom: 80px;
}
#slider_2019 .btn-block-accueil .bloc_2 p {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #292929;
}
.modal-header {
  height: 3em;
}
.modal-header .close {
  margin: 0;
}
.modal-header .modal-title {
  position: absolute;
  left: 1em;
}
footer .small {
  text-align: center;
  margin-bottom: 0;
}
.footer-bot {
  position: absolute;
  bottom: 0;
  right: 0;
}
.view-login h2.item_title,
.view-registration h2.item_title {
  margin-bottom: 0;
}
.view-registration div.item_content {
  padding: 1em;
}
body#page-catalogue-commercial #flexicontent {
  padding: 2em;
}
#the_list {
  margin-bottom: 2rem;
}
#the_list .peromption {
  margin-bottom: 0.5rem;
}
#the_list button#exportExcel {
  margin-bottom: 1rem;
  border: 1px solid #8d004a;
  border-radius: 150px;
  background-color: #8d004a;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
}
#the_list button#exportExcel:hover {
  background-color: white;
  color: #8d004a;
}
body#page-catalogue-commercial .peercategorieslist.group {
  display: none;
}
#filtre_rupture input {
  margin-right: 5px;
  display: inline-block;
}
#titre-catalogue {
  display: none;
  padding-left: 0;
}
div.carte-table {
  width: 100%;
  background: #fff;
  border: 10px solid #f9f9f9;
  padding: 0 2em 2em 2em;
  display: flex;
  box-shadow: -0.75em .75em .75em rgba(0,0,0,0.05);
  margin-bottom: 3em;
}
table.liste_catalogue {
  width: 100%;
}
table.liste_catalogue tr {
  border-bottom: 1px solid #eee;
}
table.liste_catalogue tr:nth-child(1),
table.liste_catalogue tr:nth-child(2) {
  border-bottom: 0;
}
table.liste_catalogue tr a {
  text-decoration: none;
}
table.liste_catalogue tr th {
  font-size: 1.1em;
}
table.liste_catalogue tr th,
table.liste_catalogue tr td {
  padding: 5px 15px 5px 0;
}
table.liste_catalogue h3 {
  font-weight: 600;
  margin-top: 1em;
}
table.liste_catalogue h3:before {
  content: '\f5ce';
  display: inline-block;
  color: #8d004a;
  font-size: 0.8em;
  font-family: 'Font Awesome 7 Pro';
  margin-right: .5em;
}
table.liste_catalogue:nth-child(2) h3 {
  margin-top: .7em;
}
table.liste_catalogue h4 {
  margin-top: 1.5em;
}
table.liste_catalogue tr:nth-child(3) h4 {
  margin-top: 0;
}
table#transport {
  background-color: #ddd;
  width: 80%;
}
table#transport td p {
  font-size: 1.5em;
  margin: 0.3em 0;
}
#infos-supp {
  padding: 0 2em;
}
#last_orders {
  margin-bottom: 5rem;
}
#last_orders table {
  border-collapse: collapse;
}
#last_orders thead th {
  border-left: 1px solid #292929;
  border-bottom: 1px solid #292929;
  padding: 0.5rem 0.25rem;
}
#last_orders thead th:first-of-type {
  border-left: 0;
}
#last_orders tbody td {
  border-left: 1px solid #292929;
  padding: 0.5rem 0.25rem;
}
#last_orders tbody td:first-of-type {
  border-left: 0;
}
#last_orders tbody tr:nth-of-type(even) {
  background-color: #e6e6e6;
}
#last_orders tbody tr:hover {
  background-color: #8d004a;
}
#last_orders tbody tr:hover td {
  color: white;
  border-color: #292929;
}
#liste-promotions,
#list-clients {
  margin-bottom: 5rem;
}
#liste-promotions table,
#list-clients table {
  border-collapse: collapse;
}
#list-clients thead th {
  border-left: 1px solid #292929;
  border-bottom: 1px solid #292929;
  padding: 0.5rem 0.25rem;
}
#liste-promotions thead th {
  border-left: 1px solid #292929;
  border-bottom: 1px solid #292929;
  padding: 0.5rem;
}
#liste-promotions thead th:first-of-type,
#list-clients thead th:first-of-type {
  border-left: 0;
}
#list-clients tbody td {
  border-left: 1px solid #292929;
  padding: 0.5rem 0.25rem;
}
#liste-promotions tbody td {
  border-left: 1px solid #292929;
  padding: 0.5rem;
}
#liste-promotions tbody td:first-of-type,
#list-clients tbody td:first-of-type {
  border-left: 0;
}
#liste-promotions tbody tr:nth-of-type(even),
#list-clients tbody tr:nth-of-type(even) {
  background-color: #e6e6e6;
}
#liste-promotions tbody tr:hover,
#list-clients tbody tr:hover {
  background-color: #8d004a;
}
#liste-promotions tbody tr:hover td,
#list-clients tbody tr:hover td {
  color: white;
  border-color: #292929;
}
#liste-promotions tbody td ul,
#list-clients tbody td ul {
  margin-bottom: 0;
  padding-left: 1em;
}
#loginPaywall {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  background-color: white;
}
body.item-id-16 #loginPaywall,
body.item-id-1757 #loginPaywall,
body#page-creation-compte #loginPaywall {
  background-color: rgba(0,0,0,0.3);
}
#loginPaywall .sclogin-creation-compte,
#login-modal .sclogin-creation-compte {
  border-right: solid 1px #656565;
  padding-right: 2em;
}
#loginPaywall > .sclogin,
#login-modal > .sclogin {
  padding: 2rem 2rem 1.5rem 2rem;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 1px 3px 6px rgba(0,0,0,0.16);
}
#loginPaywall .sclogin a,
#login-modal .sclogin a {
  color: #B10058 !important;
  text-decoration: none !important;
}
#loginPaywall > .sclogin fieldset > div,
#login-modal > .sclogin fieldset > div,
#login-modal fieldset > div {
  margin-bottom: 0.5rem;
}
#loginPaywall li,
#login-modal li {
  list-style: none !important;
}
#loginPaywall .sclogin a.btn-primary,
#login-modal .sclogin a.btn-primary {
  color: #FFF !important;
}
#loginPaywall h2,
#login-modal h2 {
  margin-bottom: 1.25rem !important;
  color: #B10058;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
}
#loginPaywall h4,
#login-modal h4 {
  color: #B10058;
}
#loginPaywall ul,
#login-modal ul {
  padding: 0 !important;
}
body.public-user .navbar-brand {
  background-color: transparent;
}
#loginPaywall .sclogin-connexion,
#login-modal .sclogin-connexion {
  padding-left: 2em;
}
#loginPaywall .sclogin-creation-compte a.btn.btn-primary,
#login-modal .sclogin-creation-compte a.btn.btn-primary {
  margin: 0 0 1em 0;
}
body.en-GB #loginPaywall h4,
body.en-GB #loginPaywall h2,
body.en-GB #loginPaywall .sclogin a,
body.en-GB #login-modal h4,
body.en-GB #login-modal h2,
body.en-GB #login-modal .sclogin a {
  color: #1167cc !important;
}
body.en-GB #loginPaywall .sclogin-creation-compte a.btn.btn-primary,
body.en-GB #login-modal .sclogin-creation-compte a.btn.btn-primary {
  color: white !important;
}
body.en-GB #loginPaywall .sclogin-creation-compte a.btn.btn-primary:hover,
body.en-GB #loginPaywall .sclogin-creation-compte a.btn.btn-primary:focus,
body.en-GB #login-modal .sclogin-creation-compte a.btn.btn-primary:hover,
body.en-GB #login-modal .sclogin-creation-compte a.btn.btn-primary:focus,
body.en-GB #loginPaywall .sourcecoast .btn-primary:hover,
body.en-GB #loginPaywall .sourcecoast .btn-primary:focus {
  color: #1167cc !important;
  background-color: white;
  border-color: #1167cc;
}
body.en-GB .sourcecoast .btn-primary:hover,
body.en-GB .sourcecoast .btn-primary:focus {
  background-color: white;
  color: #1167cc;
}
#login-modal {
  width: auto;
  height: fit-content !important;
}
#login-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: unset;
}
#login-modal .modal-dialog .modal-content {
  padding: 2rem 2rem 1.5rem 2rem;
}
#login-modal .modal-dialog .modal-header {
  border: none;
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0;
}
#login-modal .modal-dialog .modal-header h2,
#login-modal .modal-dialog .modal-header h3 {
  margin: 0;
  color: #b1005d;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
  font-size: 2rem;
  position: initial;
}
#login-modal .modal-dialog .modal-body {
  padding: 1rem 0;
}
#login-modal > .sclogin fieldset > div,
#login-modal fieldset > div {
  margin-bottom: .5rem;
}
#login-modal.force {
  display: none !important;
}
#login-modal.show {
  display: block !important;
}
#login-modal .btn-close {
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: .25rem;
  cursor: pointer;
  line-height: 1;
}
#login-modal .btn-close::before {
  content: 'x';
}
#login-modal .modal-content {
  border: none;
}
#login-modal .btn-link,
#loginPaywall .btn-link {
  text-decoration: none;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: #b1005d;
}
#modalTitle {
  position: initial !important;
}
#alertModal .btn.btn-close {
  padding: .25rem .75rem;
}
#alertModal .modal-header {
  height: auto;
}
#container_slider .camera_pag {
  position: absolute;
  bottom: 0;
  height: auto;
  right: 0;
}
.camera_wrap {
  position: initial;
}
.convertforms form .nr-recaptcha.g-recaptcha > div {
  width: 100% !important;
}
.convertforms form .nr-recaptcha.g-recaptcha iframe {
  max-width: 100%;
}
.bandeau-infos {
  position: fixed;
  bottom: 0;
  z-index: 100000001;
  width: 100vw;
  background-color: #FFF;
}
.bandeau-infos table {
  width: 100%;
}
.input-group {
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}
.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}
.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
  z-index: 5;
}
.input-group .btn {
  z-index: 2;
  position: relative;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}
.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}
.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}
.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width)*-1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 520px) {
  #slider_2019 .btn-block-accueil .bloc_1 > div,
  #slider_2019 .btn-block-accueil .bloc_2 {
    flex-direction: column;
  }
  #logo img {
    max-height: 3em;
  }
  #cat_infos {
    height: 20em;
  }
  .force {
    width: 100%;
  }
}
@media (max-height: 940px) {
  #menu .nav#raccourcis .nav-item a.fifty,
  #shortcuts a.fifty {
    font-size: .8em;
    padding: .2em 0;
  }
  #menu .nav a {
    font-size: 100%;
    line-height: 1.35;
  }
  #articles {
    font-size: 1.2rem !important;
  }
  #transport {
    font-size: .5em;
  }
  #panier {
    padding: .7rem;
  }
  #mod_search_searchword-136,
  #mod_search_searchword-155,
  #moduleFCform_168_filter {
    margin-bottom: .5em;
    font-size: 1.1rem;
  }
  #shortcuts .toPanier {
    font-size: 1em !important;
  }
  #raccourcis .nav-item {
    margin: .5rem 0 0 0 !important;
  }
  .panier .input .fas.fa-shopping-cart::before {
    font-size: 1.75em;
  }
  .links .fas.fa-tags {
    display: none;
  }
  .links .link_categories {
    display: inline-block;
  }
  #transport {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .sidebar {
    padding-top: 6vw;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 12px;
  }
  h1.pagetitle {
    top: 120px;
  }
  #main {
    margin-top: 15.5em;
  }
  #container_slider,
  #container_slider div {
    height: 60vh;
  }
  .camera_wrap img {
    height: 60vh;
    margin-top: 65px !important;
    max-width: 100% !important;
  }
  .expe-container > div:first-of-type > div:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .etape {
    padding: 50px 10px 50px 25px;
    background-size: cover;
    width: 60%;
  }
  #description,
  #blocks {
    flex-direction: row;
  }
  #cat_infos {
    height: auto;
  }
  #cat_infos .pres {
    line-height: 1.4;
    font-size: 1em;
  }
  input.number {
    width: 3.5em;
  }
}
@media (max-width: 1366px) {
  .catalogitem,
  .fc_search_results_list.page fieldset {
    padding: 0 10px !important;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  #container_slider {
    padding-top: 7vh !important;
  }
  .infos_contact .lien_qsn {
    padding-right: 0.5rem;
  }
  .infos_contact .lien_qsn a {
    display: block;
    margin-right: 0;
  }
  #mod_search_searchword-136,
  #mod_search_searchword-155,
  #moduleFCform_168_filter {
    background: url('../images/search.png') 19vw 50% no-repeat #fff !important;
  }
  #slider_2019 {
    width: 21vw;
  }
  #slider_2019 .btn-block-accueil .bloc_1 {
    margin-bottom: 0;
  }
  #slider_2019 .btn-block-accueil .bloc_1 p:after {
    width: 2rem;
  }
  .panier .input > i {
    display: none;
  }
  #page-qui-sommes-nous #description .col-12.row .col-4 > div {
    width: 16vw !important;
    height: 16vw !important;
  }
  footer .footer > .row:first-child {
    padding: 0 1.5em;
  }
  footer .footer > .row:first-child .order-3 p {
    text-align: right;
  }
  .item_infos {
    display: none;
  }
  .convertforms form .cf-two-thirds,
  .convertforms form .cf-one-third {
    width: 100% !important;
  }
  #page-connexion .com-users-login > .row {
    flex-direction: column-reverse;
  }
  #page-connexion .com-users-login > .row > div:first-of-type {
    padding-right: 0;
    padding-top: 2em;
    border-right: none;
    border-top: 1px solid #656565;
  }
  #page-connexion .com-users-login > .row > div:last-of-type {
    padding-left: 0;
    padding-bottom: 2em;
  }
}
@media (max-width: 767px) {
  body > .container-fluid > .row {
    margin: 0;
  }
  .container-fluid {
    margin-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }
  #main {
    margin-top: 1em;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  #topbar {
    width: 100vw;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: #fff !important;
    padding: .5rem !important;
    justify-content: space-between !important;
  }
  #topbar .navbar-brand {
    order: 1;
    padding-left: 0;
  }
  #topbar .topright {
    order: 2;
    gap: 1.5em;
  }
  #topbar h1.pagetitle,
  #topbar h1 {
    order: 3;
    display: none;
  }
  #topbar .infos_contact {
    order: 4;
    display: none;
  }
  #topbar.low {
    max-height: unset;
  }
  #logo img {
    max-height: 2.5em;
  }
  #topbar .navbar-brand {
    width: auto;
  }
  #container_slider {
    padding-top: 0vh !important;
  }
  #slider_2019 {
    width: 100% !important;
  }
  #mod_search_searchword-136,
  #mod_search_searchword-155,
  #moduleFCform_168_filter {
    background: url('../images/search.png') 78vw 50% no-repeat #fff !important;
  }
  .topright .dropdown-toggle::before {
    content: "";
  }
  .topright {
    margin-right: 0;
    flex-direction: row-reverse;
  }
  h1.pagetitle {
    position: relative;
    top: initial;
    font-size: 1.6rem;
  }
  .scuser-menu .dropdown-toggle {
    width: 3.2em;
    overflow: hidden;
  }
  .topright .dropdown-toggle::before {
    content: "\f2bd";
    margin-right: 1em;
    font-family: 'Font Awesome 7 Pro';
    font-weight: 900;
    font-size: 1.5rem;
    color: #b1005d;
  }
  .topright .dropdown-toggle::after {
    content: "";
  }
  .nav_show {
    position: initial;
    right: .5rem;
    top: .5rem;
  }
  .topright .cart-mobile {
    display: block;
    width: 2.5em;
  }
  .topright .cart-mobile i {
    color: #b1005d;
    font-size: 2em;
    position: relative;
  }
  .topright .cart-mobile i span {
    font-family: 'Fira Sans';
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 10em;
    border: 1px solid #e6e6e6;
    font-weight: 400;
    background-color: #e6e6e6;
    color: black;
    text-align: center;
    padding-top: 0.2em;
    font-size: 1rem;
  }
  #slider_2019 .btn-block-accueil .bloc_1 > div > div,
  #slider_2019 .btn-block-accueil .bloc_2 > div {
    width: 100%;
  }
  #main h2.cattitle,
  #main h2.pagetitle {
    display: block;
    color: #b1005d;
    font-size: 2.5rem;
    font-family: "bebas_neuebold";
    margin-bottom: 1.5rem;
    padding: 0 5px;
  }
  #image,
  #fiche {
    padding-left: 0;
    padding-right: 0;
  }
  #fiche > #description {
    margin-left: 0;
    margin-right: 0;
  }
  .panier .input input {
    width: 3.5em;
  }
  .panier .input .add {
    padding: .1em .5em;
  }
  .code-ean {
    left: .5rem;
    font-size: .8em;
  }
  .catalogitem .infos-produit,
  .search-infos .fc_search_result_fields {
    padding: 0 .5rem;
  }
  .qte-prod-panier {
    margin-bottom: .25rem;
    font-size: .8em;
  }
  .tarif {
    margin: .25em 0;
  }
  .flag.nouveaute {
    left: .5rem;
  }
  .item_catalogue {
    padding-left: 15px;
    padding-right: 15px;
  }
  #catalog_items {
    margin: 0 !important;
  }
  #cat_infos {
    padding: 0 !important;
  }
  .catalogitem,
  .fc_search_results_list.page fieldset {
    padding: 0 5px !important;
  }
  .catalogitem .item_title,
  fieldset .search-results h2 {
    padding: .5rem;
  }
  .catalogitem .item_content .fav-block {
    right: .5rem !important;
  }
  .catalogitem .item_title .fc_item_title {
    width: calc(100% - 2rem);
  }
  .catalogitem .field_photo {
    text-align: center;
  }
  .catalogitem .field_photo img,
  .search-infos .fc_search_result_image a img {
    max-height: 200px;
    padding: 1em 0;
  }
  p.exclu {
    font-size: .9em;
  }
  .panier .input .input-group input {
    font-size: 1em;
  }
  .catalogitem .item_content > .row.links,
  .search-infos .row.links {
    padding: 0 .5rem;
  }
  footer,
  footer p {
    text-align: center !important;
  }
  .item_content input.number {
    min-width: 3em;
  }
  #page-historique .item_title {
    flex-direction: column;
  }
  #page-rechercher #main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #page-rechercher #main .fc_search_results_list.page {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
  }
  #blocks .block .block-container {
    margin-bottom: 1em;
  }
  #blocks .block .block-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #liste_disponible,
  #liste_commande {
    margin: 0;
  }
  .search-infos .fc_search_result_image {
    padding: .7em .5rem 1.3em .5rem;
  }
  .row {
    margin: 0;
  }
  #login-modal {
    width: 90%;
  }
  .sclogin-joomla-login.row {
    flex-direction: column-reverse;
    gap: 1em;
    margin: 0;
  }
  #loginPaywall .sclogin-creation-compte,
  #login-modal .sclogin-creation-compte {
    border-right: none;
    border-top: solid 1px #656565;
    padding-top: 1em;
  }
  #loginPaywall .sclogin-connexion,
  #login-modal .sclogin-connexion {
    padding-left: .75rem;
  }
  #login-modal .modal-dialog .modal-header h2,
  #login-modal .modal-dialog .modal-header h3 {
    line-height: 1.1;
  }
  #sidebar {
    position: fixed;
    right: 101%;
    left: unset;
    min-height: 100vh;
    overflow-x: hidden;
    z-index: 1020;
    transition: all .5s ease-out;
    display: block !important;
    margin-top: 0;
    padding-top: 0;
    width: 100vw;
    overflow-y: auto;
  }
  #sidebar.active {
    right: 0vw;
    left: unset;
  }
  #menu .nav a {
    font-size: 1.25em;
  }
  #menu .nav a.link-all-products {
    display: block;
  }
  #menu .submenu-title {
    display: block;
    font-size: 1.5em;
    color: #FFF;
  }
  #menu .submenu-title::before {
    content: "\f0d9";
    font-family: "Font Awesome 7 Pro";
    font-weight: 600;
    opacity: .5;
    margin-right: .25em;
    margin-left: 1rem;
  }
  #menu-catalogue {
    position: relative;
    padding: .5rem 1rem;
  }
  #menu-catalogue.nav li {
    padding: .25em 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  #menu-catalogue.nav li:last-of-type {
    border-bottom: none;
  }
  #menu-catalogue.nav li a {
    padding: .5em .5rem;
  }
  #menu .nav > li {
    z-index: unset;
  }
  #menu .nav > li > ul.nav-child {
    position: absolute;
    left: 100%;
    top: 0 !important;
    transition: all .3s ease-in-out;
    width: 100%;
    display: block;
    z-index: 1;
    background-color: #343434;
    padding: 0 1rem;
  }
  #menu .nav > li.deeper {
    position: initial;
  }
  #menu .nav > li.deeper > a::after {
    transition: all .3s ease-in-out;
  }
  #menu .nav > li.deeper.open > a::after {
    transform: rotate(90deg);
  }
  #menu .nav > li.deeper.open > ul.nav-child {
    left: 0;
  }
  #decompte,
  #transport,
  #shortcuts .toPanier {
    display: none;
  }
  #shortcuts a,
  #menu .nav#raccourcis .nav-item a {
    padding: .5em .7em;
  }
  #shortcuts a.fifty {
    margin-top: 0;
  }
  #menu .nav#raccourcis .nav-item a.fifty,
  #shortcuts a.fifty {
    padding: .5em 0 !important;
    font-size: 1em !important;
  }
  #details {
    font-size: .9em;
  }
  #panneau {
    border-right: none;
  }
}
@media (max-width: 1600px) {
  #menu .nav#raccourcis .nav-item a.fifty,
  #shortcuts a.fifty {
    font-size: 90%;
    padding: .3em 0;
  }
  #tarif {
    width: 107%;
  }
  #fiche .connect {
    font-size: 1rem;
  }
  #fiche .connect .sclogin-modal-links {
    margin-top: .7em;
  }
  #tarif .sourcecoast .btn {
    padding: .3em .5em;
    margin: 0.25em 0;
  }
  #tarif .sourcecoast .btn:last-child {
    margin-right: 0;
  }
  #list-clients tbody td,
  #liste-promotins tbody td {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
  #logo img {
    width: 100%;
    height: auto;
    max-width: 295px;
  }
  h1.pagetitle {
    position: relative;
    top: 0;
  }
  #main {
    margin-top: 7.5em;
  }
  .sidebar,
  .navbar-brand {
    border-right: 0;
  }
  .navbar-brand {
    padding: 0;
  }
  #transport {
    max-width: 106%;
    width: auto;
  }
  #decompte,
  #transport {
    padding-left: 20px;
  }
  .topright .cart-mobile {
    display: none;
  }
  a.primary-white {
    font-size: 0.9rem;
  }
  #menu .nav#raccourcis,
  #panier,
  #mod_flexiadvsearch_default136,
  #mod_flexiadvsearch_default155 {
    padding-right: .3rem;
    padding-left: .3rem;
  }
  #container_slider,
  #container_slider div {
    height: 50vh;
  }
  .camera_wrap img {
    height: initial !important;
    margin-top: initial !important;
  }
  #slider_2019 {
    width: 18vw;
    top: 90px;
  }
  #cat_infos .pres {
    line-height: 1.3;
  }
  .mobile {
    display: none;
  }
  .lien_qsn {
    display: block !important;
  }
  #slider_2019 {
    margin: 0;
    margin-top: 0px;
    width: 22vw;
    margin-top: 0;
    position: absolute;
    top: 190px;
    right: -0.5em;
  }
  #slider_2019 .btn-block-accueil .bloc_1 > div {
    flex-direction: column;
  }
  #slider_2019 .btn-block-accueil .bloc_1 p::after {
    width: 3rem;
  }
  #slider_2019 .btn-block-accueil .bloc_1 p,
  #slider_2019 .btn-block-accueil .bloc_2 {
    padding: 1.6em 2.5em 1.4em 3em;
  }
  #slider_2019 .btn-block-accueil .bloc_2 p {
    text-align: right;
    width: 100%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 12px;
  }
  #transport {
    max-width: 110%;
  }
  #menu .nav#raccourcis .nav-item a {
    font-size: 1.3rem;
  }
  #container_slider,
  #container_slider div {
    height: 100vh;
  }
  .camera_wrap img {
    height: 100vh !important;
    object-fit: cover;
  }
  #shortcuts a.fifty {
    margin-top: .5em;
  }
  #articles {
    font-size: 1.8rem;
  }
  #menu .nav#raccourcis .nav-item a {
    font-size: 1rem;
  }
  .expe-container {
    flex-direction: row;
  }
  .etape {
    width: auto;
    background-size: cover;
    padding: 40px 5px 40px 15px;
  }
  #page-qui-sommes-nous #description .col-lg-5:last-of-type {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  #shortcuts a.fifty {
    margin-top: .5em;
  }
  #menu .nav#raccourcis .nav-item a {
    font-size: 1.3rem;
  }
  #articles {
    font-size: 2.25rem;
  }
  #transport {
    max-width: 106%;
  }
  #shortcuts .miniz,
  #menu .nav#raccourcis {
    flex-direction: row;
  }
  #shortcuts a.fifty,
  .nav-item.item-634,
  .nav-item.item-635 {
    width: 48%;
  }
  #container_slider {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  #container_slider,
  #container_slider div {
    height: 100vh;
  }
  #slider_2019 .btn-block-accueil {
    position: absolute;
    top: 120px;
    right: -0.5em;
    max-width: 240px;
    font-family: 'bebas_neuebold';
  }
  #slider_2019 .btn-block-accueil p {
    text-transform: uppercase;
    position: relative;
  }
  #slider_2019 .btn-block-accueil .bloc_1 {
    margin-bottom: 4em;
  }
  #slider_2019 .btn-block-accueil .bloc_1 p,
  #slider_2019 .btn-block-accueil .bloc_2 {
    padding: 2em 1.5em 1.8em 3em;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 2em;
  }
  #slider_2019 .btn-block-accueil .bloc_1 p a {
    color: #292929;
    font-size: 1.8rem;
    position: relative;
  }
  #slider_2019 .btn-block-accueil .bloc_1 p:after {
    content: ' ';
    border-bottom: 4px solid #8d004a;
    position: absolute;
    right: 0;
    width: 3.5rem;
    bottom: 45%;
  }
  #slider_2019 .btn-block-accueil .bloc_2 p {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #292929;
  }
  #slider_2019 .btn-block-accueil .bloc_2 p:last-of-type {
    margin-bottom: 0;
  }
  #slider_2019 .btn-block-accueil .bloc_2 p a {
    font-size: 1rem;
  }
  #slider_2019 .capera_wrap {
    margin-bottom: 0 !important;
  }
  #slider_2019 .camera_pag {
    position: relative;
    top: -70px;
    right: 30px;
  }
  #slider_2019 .camera_pag .camera_pag_ul li {
    background: #fff;
  }
  #slider_2019 .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #8d004a;
  }
  .expe-container > div:first-of-type {
    max-width: 40%;
  }
  .expe-container > div:first-of-type > div:first-of-type {
    margin-right: 10%;
    margin-left: 5%;
  }
  .expe-container > div:first-of-type > div:last-of-type {
    max-width: 70%;
    align-items: flex;
  }
  .etape {
    padding: 10% 3% 10% 3%;
    max-width: 80%;
    min-height: 22%;
    margin-left: 0;
  }
  .view-item #main > .row-fluid.align-items-start {
    flex-direction: row;
  }
  #image {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #page-accueil-hidden footer {
    margin-top: 0;
  }
  #cat_infos {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #cat_infos .image img {
    width: 100%;
    max-width: 100%;
  }
  #cat_infos .pres {
    font-size: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 1.5em 2em 1.5em 1em;
    line-height: 1.4;
  }
  #cat_infos .pres h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  }
  #cat_infos .pres p {
    color: white;
    text-align: justify;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  #logo img {
    height: 3em;
    width: auto;
  }
  #menu .nav#raccourcis .nav-item a.fifty,
  #menu .nav a,
  #mod_search_searchword-136,
  #mod_search_searchword-155,
  #moduleFCform_168_filter,
  #shortcuts .toPanier,
  #shortcuts a.fifty {
    font-size: .75rem !important;
  }
  #menu .nav#raccourcis .nav-item a {
    font-size: .9rem;
  }
  #shortcuts a.fifty {
    margin-top: .5em;
  }
  #menu .nav#raccourcis .nav-item a.fifty,
  #shortcuts a.fifty {
    padding: 0;
  }
  h1,
  h1.pagetitle {
    font-size: 2rem;
  }
}
@media (min-width: 1921px) {
  .catalogitem.col-xxl-3,
  fieldset.col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #cat_infos.col-md-8.col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .catalogitem .field_photo img,
  .search-infos .fc_search_result_image a img {
    width: 110%;
  }
  #mod_search_searchword-136,
  #mod_search_searchword-155,
  #moduleFCform_168_filter {
    background: url('../images/search.png') 11vw 50% no-repeat #fff !important;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .catalogitem .item_content h2,
  fieldset .search-results h2 {
    font-size: 1.5em;
  }
  .tarif-degres-vol {
    text-align: left;
  }
  .tarif > div {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .catalogitem .infos-produit,
  .search-infos .fc_search_result_fields {
    padding: 0 .5rem;
    align-items: start;
  }
  .catalogitem .field_photo img,
  .search-infos .fc_search_result_image a img {
    max-height: 150px;
    padding: 1em 0 0 0;
  }
  .panier .input .input-group {
    justify-content: start;
  }
  .tarif {
    text-align: left;
    font-size: 1.75em;
  }
  .tarif .commentaire {
    font-size: .8rem;
  }
  .infos-stock-item p.flag,
  .degres_vol,
  .infos-vin,
  .panier .input span,
  .infos-produit .panier p {
    font-size: .8em;
  }
  .infos-produit .panier p {
    text-align: left;
  }
  .catalogitem .item_content > .row.links,
  .search-infos .row.links {
    font-size: .9em;
  }
  .catalogitem .log {
    margin: 1em auto;
  }
}
#messages .custom p {
  color: #fff;
  margin-top: 1rem;
  margin-left: 1rem;
}
