:root {
  --swiper-navigation-color: #395765;
}

/*****************************/
/*       Body elements       */
/*****************************/
body, html {
  font-family: 'Montserrat', Arial, Verdana;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  background: #f5f5f5;
  color: #4b6673;
  height: 100%;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

#mainMenuToggle {
  display: none;
  padding: 0.5em 0.5em;
}

.bold_font {
  font-weight: bold;
}

.underline_font {
  text-decoration: underline;
}

table {
  font-family: 'Montserrat', Arial, Verdana;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  color: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  color: #88a !important;
}

button a {
  color: #000000 !important;
  font-weight: normal;
}

button:hover a {
  color: #026890 !important;
  font-weight: normal;
}

.pointille {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000;
}

.pointilleBlanc {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ffffff;
}

.mobmob-fas {
  color: #395765;
}

.mobmob-fas:hover {
  color: #6ab2d3;
}

.mainDiv {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 24px;
}

.mainDivContent {
  font-size: 1.0em;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.mainDivContent, .mainDivContent table div {
  text-align: justify;
}

.dialog-no-title .ui-dialog-titlebar {
  display: none;
}

/*****************************/
/*      Page navigation      */
/*****************************/
.pageHeader {
}

.pageHeaderContent {
  width: 100%;
  position: relative;
  color: #395765;
  font-size: 0.85em;
  line-height: 14px;
  z-index: 150;
}

.pageHeaderContentTable {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

#movingMenuBottomPart {
  background-color: #395765;
}

.pageHeaderMenu {
  padding: 10px 0 0 0;
}

.pageHeaderSubMenu {
  background-color: #6ab2d3;
  display: flex;
  justify-content: center;
}

.pageHeaderSubMenu > div {
  padding: 12px 20px;
}

.pageHeaderSubMenu > div > a {
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.pageHeaderTitle, .pageHeaderTitle a {
  font-size: 38px;
  color: #444 !important;
  border: none;
}

.pageHeaderSubtitle {
  font-size: 12px;
}

.pageHeaderInfo {
  font-size: 0.9em;
}

.pageHeaderInfo > div:last-child {
  padding-top: 10px;
  font-weight: 700;
}

#profil-menu.sm li, #panier-menu.sm li {
  float: right;
}

.smallSizeDisplay #panier-menu {
  position: absolute;
  top: 10px;
  right: 4px;
  display: flex;
  flex-direction: column;
}

#profilLink, #panierLink {
  height: 20px;
  background-repeat: no-repeat;
  background-position: 1px 50%;
  background-size: contain; 
  padding-left: 34px;
  padding-top: 2px;
  color: inherit !important;
  border: none;
}

.smallSizeDisplay #profilLink, .smallSizeDisplay #panierLink {
  background-position: 30% 50%;
  padding-left: 30px;
  margin-bottom: 20px;
}

#profilLink {
  background-image: url('../images/divers/seconnecter.png');

  &.newHeader {
    background-image: url('../images/divers/seconnecter-white.png');
  }
}

#panierLink {
  background-image: url('../images/divers/panier.png');

  &.newHeader {
    background-image: url('../images/divers/panier-white.png');
  }
}

#profilLink .sub-arrow, #panierLink .sub-arrow {
  display: none;
}

.panierLinkCounter {
  position: absolute;
  top: 1px;
}

.panierCounter {
  padding: 3px 8px;
  background-color: #f33;
  text-align: center;
  font-weight: bold;
  display: none;
}

.largeSizeDisplay .panierLinkCounter {
  margin-left: 78px;
}

.smallSizeDisplay .panierLinkCounter {
  padding: 2px 5px;
  top: -10px;
  left: -10px;
}

.panierCounter>a {
  color: #fff !important;
  border: none;
}

#profilDiv, #panierDiv {
  border: solid 1px #9A9B8A;
  background-color: #fff;
  padding: 12px;
  width: 180px;
}

#profilDiv>div {
  padding-bottom: 14px;
}

#profilDiv a {
  border: none;
}

#search_input, #admin_search_input, #remise_input {
  display: inline-block;
  border-right: none;
  border-radius: 0;
  border-color: #6ab2d3;
  height: 30px;
  font-size: 11px;
}

#search_input, #admin_search_input {
  width: 244px;
}

#search_button, #admin_search_button, #remise_button {
  height: 30px;
  color: #444;
  border-radius: 0;
  border-color: #6ab2d3;
  background-color: #6ab2d3;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 11px;
}

#search_button, #admin_search_button {
  width: 30px;
  background-image: url('../images/divers/search.png?version=2');
}

.jquery-back-to-top {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageHeaderMandat {
  color: #f2f7f9;
}

.pageHeaderMandat, .pageFooterMandat {
  text-align: center;
  background-color: #6ab2d3;
  font-size: 0.9em;
  font-weight: 600;
  padding: 16px 0 10px 0;
  line-height: 14px;
}

.pageFooterMandat {
  background: #f5f5f5;
  color: #8aa1ae;
  margin: 15px 0 0 0;
}

.pageHeaderMandat img, .pageFooterMandat img {
  padding: 6px 0 6px 0;
}

.menu_image {
  text-align: center;
  padding-bottom: 6px;
}

.menu_image img {
  height: 22px;
}

.main-menu-sep {
  height: 56px;
  width: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 16px;
}

.breadcrumb {
  padding: 10px;
  font-size: 0.85em;
  font-style: italic;
}

.breadcrumb a {
  color: inherit;
  border: none;
}

.breadcrumb-current {
  font-weight: 700;
  text-decoration: underline;
}

.menu_standard, .menu_standard ul, .menu_standard li {
}

.menu_standard_wrap > a {
  height: 80px;
  min-width: 60px;
  max-width: 100px;
}

.menu_standard_wrap .menu_label {
  text-wrap: wrap;
  text-align: center;
}

#diaporama_container {
  margin: 12px;
  margin-left: 24px;
  width: 220px;
  height: 200px;
  text-align: center;
  border: solid 2px #9A9B8A;
}

.vignettes_container {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.articles_container {
  margin-top: 20px;
  text-align: left;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.vignette_div {
  margin: 14px;
  width: 190px;
  height: 190px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, Verdana;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.vignette_div:hover {
}

.article_vignette_div {
  width: 460px;
  height: 240px;
  overflow: auto;
  text-align: left;
  border: 1px solid #9A9B8A;
  background-size: 120px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.vignette_div_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  width: 200px;
  height: 240px;
  flex-grow: 1;
}

.panier_button {
  height: 46px;
  margin-bottom: 15px;
}

.panier_button_texte {
  background-image: url('../images/divers/panier-white.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2px 0 2px 34px;
  white-space: nowrap;
}

.ui-button {
  height: 46px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  border-radius: 23px;
  padding: 0px 10px;
  margin-bottom: 10px;
  font-weight: 700;
  background-position: 0;
}

.ui-button-text {
  font-size: 13px;
}

.ui-tooltip {
  padding: 6px 10px;
  background: #395765;
  color: white;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9em;
}

.vignette_div_panier_button .ui-button-text {
}

.vignette_div_panier_button {
}

.vignette_div_panier_button .panier_button_texte {
}

.vignette_div_cartouche {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  width: 160px;
  height: 160px;
  padding: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
}
.rubrique_vignette_div .vignette_div_cartouche {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.rubrique_vignette_div .vignette_div_cartouche {
  height: 46px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}

.rubrique_vignette_div.vignette_div:hover .vignette_div_cartouche {
  width: 190px;
  height: 190px;
  padding: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.article_vignette_div .vignette_div_cartouche {
  width: 260px;
  height: 240px;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  padding: 10px 15px 0 15px;
  line-height: 20px;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

.articles_similaires_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.articles_similaires_container .vignette_div {
  margin: 10px;
}
.articles_similaires_container .vignette_div_cartouche {
  width: 220px;
  height: 220px;
}
.articles_similaires_container .article_vignette_div {
  flex-direction: column;
  width: 220px;
  padding-top: 10px;
  height: auto;
}

.vignette_div_titre {
  font-size: 1.1em;
  margin-bottom: 4px;
}

.vignette_div_soustitre {
  font-size: 0.9em;
  font-weight: 500;
}

.vignette_div_prix {
  margin-bottom: 8px;
}

.vignette_div {
  background-color: #ffffff;
  overflow: hidden;
}

.vignette_div .vignette_div_cartouche {
  background-color: rgba(243, 239, 211, 0.80);
}

.infos_bloc {
  background-color: #395765;
  color: #ffffff;
  padding: 20px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  border-radius: 23px;
}

.select2-search {
  display: none;
}

.select2-container .select2-choice {
    height: 34px;
    padding: 0 0 0 8px;

    border: 2px solid #8aa1ae;
    line-height: 34px;
    color: #8aa1ae;
    font-style: italic;
    font-weight: 600;

    border-radius: 0;

    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(0.5, #f5f5f5));
    background-image: -webkit-linear-gradient(center bottom, #f5f5f5 0%, #f5f5f5 50%);
    background-image: -moz-linear-gradient(center bottom, #f5f5f5 0%, #f5f5f5 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#f5f5f5', GradientType = 0);
    background-image: linear-gradient(to top, #f5f5f5 0%, #f5f5f5 50%);
}

.select2-container .select2-choice .select2-arrow {
    width: 34px;

    border-left: none;
    border-radius: 0;

    background: #8aa1ae;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8aa1ae), color-stop(0.6, #8aa1ae));
    background-image: -webkit-linear-gradient(center bottom, #8aa1ae 0%, #8aa1ae 60%);
    background-image: -moz-linear-gradient(center bottom, #8aa1ae 0%, #8aa1ae 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8aa1ae', endColorstr = '#8aa1ae', GradientType = 0);
    background-image: linear-gradient(to top, #8aa1ae 0%, #8aa1ae 60%);
}

.couleur_preview_div {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-width: 36px;
  width: 36px;
  height: 24px;
}

.catalog_link {
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-image: url('../images/divers/catalog.png');
  padding-left: 28px;
  padding-top: 2px;
  margin-top: 22px;
  margin-left: 20px;
  height: 22px;
}

.prix_div {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center !important;
}

.prix_options_div {
  display: none;
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
}

.couleurOptionSelector {
  
}

#prix_options {
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-weight: normal;
  text-align: left;
}

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

.prix_apres_remise {
  font-weight: bold;
  color: #e63e4f;
}

.remise_content, .remise_tags {
  display: flex;
  align-items: center;
}

.remise_tag {
  display: flex;
  align-items: center;
  background-color: #e63e4f;
  color: #fff;
  font-size: 0.8em;
  padding: 4px 6px;
  margin: 0 3px 0 3px;
  border-radius: 6px;
}

.remise_tag_label {
  margin-right: 4px;
}

.delai_div {
  font-size: 12px;
  text-align: center !important;
}

.data_table {
  border: 1px solid #395765;
}

.data_table .data_table_header, .data_table .data_table_footer, .data_table .data_table_header a, .data_table .data_table_footer a {
  color: #f2f7f9;
}

.data_table .data_table_header, .data_table .data_table_footer {
  background-color: #395765;
  font-size: 1.2em;
  font-weight: bold;
}

.data_table .ligne_data {
  background-color: #fefefe;
}

.data_table .ligne_data>td, .data_table .data_table_footer>td {
  border-top: 1px solid #c1ccd2;
}

.panier_article_titre {
  font-size: 1.1em;
  font-weight: bold;
}

.panier_article_titre a {
  border: none;
}

.panier_article_sous_titre {
  padding-left: 10px;
  font-size: 0.9em;
  color: #555;
}

.devis_cartouche {
  position: absolute;
  top: 140px;
  right: 160px;
}

.article_informations {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.5);
  padding: 12px 20px;
  border-radius: 12px;
  font-style: italic;
}

.ligne_data .article_informations {
  padding: 10px 14px;
  margin-top: 4px;
  margin-left: 8px;
  background-color: rgba(220, 220, 220, 0.3);
}


/*************************/
/*      Page footer      */
/*************************/
.pageFooter {
  padding: 100px 6px 50px 6px;
  text-align: left;
  background-color: #8aa1ae;
  color: #f2f7f9;
}

.pageFooterTop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pageFooterBottom {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}

.pageFooterBottom .pageFooterContactLogos {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.pageFooter a, .pageFooter {
  font-family: 'Montserrat', Arial, Verdana;
  font-weight: 500;
  font-size: 12px !important;
  color: #f2f7f9;
  border: none;
}

.pageFooterFirstPart {
  border-right: 1px solid #f2f7f9;
  display: flex;
  flex-direction: row;
}

.pageFooterSecondPart {
  padding-left: 60px;
  display: flex;
  flex-direction: row;
}

.pageFooter .mainTitle {
  font-family: 'Montserrat', Arial, Verdana;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pageFooter .mainTitleSection {
  color: #a2a2a2 !important;
}

.pageFooter .rubriquesFooterContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 80px;
}

.pageFooter .rubriquesFooterContainer:last-child, .pageFooterContact {
  padding-right: 60px;
}

.pageFooter .rubriquesFooterContainer>.rubriquesFooterContent {
  padding: 4px;
}

.pageFooter .pageFooterContact .pageFooterContactLogos {
  padding-top: 40px;
}

.pageFooterLogos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pageFooterLogos > img {
  width: 160px;
}

/*************************/
/*         Forms         */
/*************************/
h1, .formTitle, .formSubTitle, .formSectionTitle {
  color: #9A9B8A;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 700;
}

h2, .formSubTitle {
  color: #9A9B8A;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 20px;
  font-weight: 500;
}

.formSectionTitle {
  font-size: 18px;
}

.formTitleUnderline {
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 1px solid #a4d4dd;
}

form {
  margin: 0px !important;
}

form p {
  margin: 2px !important;
}

form p.formButton {
  padding-top: 15px;
  text-align: center;
}

form p.formButton button {
  right: 0px;
}

form p.formField {
  padding: 3px 0;
}

form p.formField label {
  float: left;
  text-align: right;
  padding-top: 4px;
  margin-right: 12px;
  font-weight: bold;
  color: #595959;
}

input, textarea, select {
  border: solid 1px #bdbdbd;
  padding: 4px 6px;
  font-family: 'Montserrat', Arial, Verdana;
  font-weight: 500;
  font-size: 13px;
}

input[type=file] {
  border: solid 1px #fff;
}

.separator {
  border-bottom: 1px solid #9A9B8A;
}

.separator h1 {
  margin-bottom: 6px;
}

.inputErreur {
  background-color: #eebbbb;
}

#contact_form p.formField label {
  width: 130px;
}

#connexion_form p.formField label {
  width: 110px;
}

#connexion_form2 p.formField label {
  width: 180px;
}

#profil_form p.formField label {
  width: 180px;
}

#change_password_form p.formField label {
  width: 240px;
}

#adresse_commande_form p.formField label {
  width: 190px;
}

.commande_payee {
  width: 18px;
  height: 18px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.commande_payee_0 {
  background-color: #ee0000;
}

.commande_payee_1 {
  background-color: #00cc00;
}

.pageSelector {
  margin: 15px;
}

.pageSelectorItem {
  padding: 5px;
  border: none;
}

.pageSelectorItemSelected {
  color: #ffffff !important;
  background-color: #9A9B8A;
}

.adminCaption {
  font-weight: bold;
  text-decoration: underline;
}

/* Stepper */
.stepper {
  width: 100%;
  height: 28px;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

.stepper .stepper-input {
  width: 100%;
  height: 28px;
  color: #000;
  background: #FFF;
  border: 1px solid #CCC;
  margin: 0;
  padding: 1px 0 1px 5px;
  overflow: hidden;
  z-index: 49;
}

.stepper:hover .stepper-input, .stepper .stepper-input:focus {
  background-color: #F9F9F9;
}

.stepper .stepper-step {
  width: 20px;
  height: 13px;
  background: #EEE url(../images/stepper.png) no-repeat;
  border: 1px solid #CCC;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  z-index: 50;
}

.stepper .stepper-step:hover {
  background-color: #F9F9F9;
}

/* Up and Down arrows */
.stepper .stepper-step.up {
  background-position: center -2px;
  border-bottom: none;
  top: 0;
}

.stepper .stepper-step.down {
  background-position: center -20px;
  bottom: 0;
}

/* Disabled */
.stepper.disabled .stepper-input {
  background: #FFF;
  border: 1px solid #EEE;
  color: #CCC;
}

.stepper.disabled .stepper-step, .stepper.disabled .stepper-step:hover {
  background: #F9F9F9;
  border: 1px solid #EEE;
  cursor: default;
}

.stepper.disabled .stepper-step.up {
  background: #F9F9F9 url(../images/stepper.png) no-repeat;
  background-position: center top;
  border-bottom: none;
  top: 0;
}

.stepper.disabled .stepper-step.down {
  background: #F9F9F9 url(../images/stepper.png) no-repeat;
  background-position: center bottom;
  bottom: 0;
}

/* Slider */

.sliderLoupe {
    background-image: url(../images/divers/consult.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.slider_caption { position: absolute; border: 1px solid; border-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.3); }
.slider_caption:hover { background-color: rgba(255,255,255,0.5); }

.jssora04l, .jssora04r, .jssora04ldn, .jssora04rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../images/a04.png) no-repeat;
  overflow: hidden;
  width: 55px;
  height: 55px;
  top: 75px;
}

.jssora04l {
  background-position: -3px -33px;
}

.jssora04r {
  background-position: -63px -33px;
}

.jssora04l:hover {
  background-position: -123px -33px;
}

.jssora04r:hover {
  background-position: -183px -33px;
}

.jssora04ldn {
  background-position: -243px -33px;
}

.jssora04rdn {
  background-position: -303px -33px;
}

.smallSizeDisplay {
  display: none;
}


/*****************************/
/*          Swiper           */
/*****************************/
.swiper-pagination-bullet-active {
  background: #395765;
}
.swiper-pagination {
  text-align: center !important;
}
.swiper-magnify {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.7em;
  padding: 10px;
  z-index: 10;
}


@media ( max-width : 1140px) {
  .pageFooter {
    padding: 60px 6px;
  }
  .pageFooter .rubriquesFooterContainer {
    padding-right: 50px;
  }
  .pageFooterBottom {
    width: auto;
    justify-content: center;
  }
  .pageFooterBottom .pageFooterContactLogos {
    justify-content: center;
  }
}

@media ( max-width : 1050px) {
  .pageHeaderContent {
    background-color: #ffffff;
  }

  .pageHeaderContentTable {
    width: 100%;
  }
  .mainDivContent {
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  .breadcrumb {
    padding: 8px;
  }
  #mainMenuToggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pageHeaderTitle, .pageHeaderTitle a {
    font-size: 32px;
    padding-top: 6px;
  }
  .smallSizeDisplay {
    display: block;
  }
  .largeSizeDisplay {
    display: none !important;
  }
  #diaporama_container {
    display: none;
  }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    flex-direction: column;
  }
  .vignette_div {
    margin: 10px;
    width: 160px;
    height: 160px;
  }
  .vignette_div_cartouche {
    width: 150px;
  }
  .rubrique_vignette_div.vignette_div:hover .vignette_div_cartouche {
    width: 160px;
    height: 160px;
    padding: 20px;
  }
  .article_vignette_div {
    flex-direction: column;
    width: 220px;
    padding-top: 10px;
    height: auto;
  }
  .article_vignette_div .vignette_div_image {
  }
  .article_vignette_div .vignette_div_cartouche {
    width: auto;
    height: auto;
    padding: 10px;
    min-height: 170px;
  }
  .articles_container {
    text-align: center;
  }
  .vignette_div_prix {
    bottom: 14px;
    margin: 10px;
  }
  .rubrique_image {
    width: 138px;
    height: 120px;
  }
  .devis_cartouche {
    position: relative;
    margin-top: 20px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: auto;
  }
  .pageFooter {
    padding: 10px;
  }
  .pageFooterTop {
    flex-direction: column;
  }
  .pageFooter>table {
    width: auto;
  }
  
  .pageFooterFirstPart {
    border-right: none;
    padding: 4px;
    justify-content: space-evenly;
  }
  
  .pageFooterSecondPart {
    padding: 10px;
    border-top: 1px solid #f2f7f9;
    flex-direction: column;
    align-items: center;
  }

  .pageFooter .rubriquesFooterContainer {
    padding: 6px 0 10px 0;
  }
  
  .pageFooter .rubriquesFooterContainer:last-child, .pageFooterContact {
    padding: 10px;
  }

  .pageFooter .pageFooterContact .pageFooterContactLogos {
    padding: 10px 0 10px 0;
  }
  
  .swiper-magnify {
    display: none;
  }
  
  
  
  
  .data_table .data_table_header {
    display: none;
  }

  .data_table .ligne_data td, .data_table .data_table_footer td {
    display: block;
    width: auto !important;
    border-top: none;
  }

  .data_table .ligne_data td[data-label]:not([data-label=""]):before {
    display: block;
    background-color: #395765;
    font-size: 1.2em;
    font-weight: bold;
    content: attr(data-label);
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .data_table .ligne_data td span.smallSizeDisplay, .data_table .data_table_footer td span.smallSizeDisplay {
    display: inline-block;
  }
}
