/* CSS GLOBAL */
.font, body, body.bubble {
	--title-font: "Roboto", sans-serif !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}

#mainColumn .widgetSearch .widgetContent .title {
    font-family: "Roboto", sans-serif !important;
}

.mainColorButton {
    background: var(--button-bg);
    color: var(--button-text);
    border-radius: var(--button-radius);
    height: 66px;
    font-size: 1.2rem;
}

.mx-h40 {
    max-height: 30px;
}

/* Logo start */

#mainHeader #mainLogoWrapper #mainLogo {
    max-width: 210px;
    max-height: 60px;
    margin: var(--header-logo-margin, auto);
}
@media only screen and (max-width: 768px) {
    #mainHeader #mainLogoWrapper #mainLogo {
    width: 100%;
    max-height: 60px;
    margin: var(--header-logo-margin, auto);
    }
}
.productInformations p.productTitle a:hover, #mainColumn .widgetAriane a:hover, .megaMenu .megaGrid a.megaCard:hover {
    color: var(--main-color);
    font-weight: 700;
}
.productInformations p.productTitle a:hover, #mainColumn .widgetAriane a:hover, .megaMenu .megaGrid a.megaCard:hover {
    text-decoration: solid !important;
    color: var(--main-color);
    font-weight: bold;
    transition: color 0.3s ease;
}

/* PAGE LOGIN */
.pageLogin{
    background-image: url("../img/bg_body_login.jpg");
}

.card {
    width: 100%;
    max-width: var(--card-width);
    margin-left: auto;
    margin-right: auto;
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    overflow: hidden;
}

.mdpForgetLogin {
    border-bottom: 2px solid var(--main-color);
    background-color: var(--grey-color);
    padding: .25rem;
}

.mdpForgetLogin>a {
    color: var(--second-color) !important;
    text-decoration: none !important;
}

/* NAV */

.widget.widgetNewContact a.button, .widget.widgetAccount a.button {
    background: var(--dark-color) !important;
    padding: var(--secondary-button-padding);
    border: 2px var(--dark-color) solid !important;
    color: var(--light-color);
    font-weight: 700;
    font-size: smaller !important;
}

@media only screen and (max-width: 768px) {
   .widget.widgetNewContact a.button {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
}


.widget.widgetAccount .icon {
    color: var(--light-color);
}

a.button span.buttonText {
    text-transform: uppercase;
    font-size: 0.8rem;
}

nav#mainHeaderNav {
    display: flex;

}
nav#mainHeaderNav {
    border-top: 2px solid var(--light-color);
}
@media only screen and (max-width: 768px) {
    nav#mainHeaderNav {
        border-top: 2px solid var(--light-color);
    }
    div#mainHeaderNav1 {
        width: 100%;
    }
    .widget.widgetCategories {
        display: flex;
        margin: 0 !important;
        border: none;
    }
}
#mainHeaderNav .widgetCategories .widgetContent ul li a:hover, #mainHeaderNav .widgetCategories .widgetContent ul li a:hover .icon {
    background: var(--main-color);
    opacity: 1;
    color: var(--dark-color);
}

/* HEADER */
.widgetCover .hero {
    height: 60vh;
    min-height: 300px;
    max-height: 441px;
    overflow: hidden;
}

.hero {
  position: relative;
  width: 100%;
  height: clamp(300px, 60vh, 700px);
  overflow: hidden;
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem 20px;
    flex-direction: column;
}

.hero__content h1 {
    color: var(--light-color);
    text-transform: uppercase;
    font-size: xxx-large;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.hero__content img {
    height: 3rem;
    margin-bottom: 0.5rem;
}

/* BODY */
.container{
	width: 100%;
	overflow: hidden;
}

div#mainContainer, #mainHeader {
    background-color: var(--dark-color);
}

.pageHome #mainWrapper, 
.pageList #mainWrapper, 
.pageProduit #mainWrapper,
.pageSimple #mainWrapper {
    width: 100%;
    max-width: var(--maxSize-width) !important;
    margin: 0 auto;
}

/* Classement */


.leaderboard {
  background: #000;
  color: var(--light-color) !important;
  font-family: system-ui, -apple-system, sans-serif;
}

.leaderboard .hero {
  position: relative;
  height: 60vh;
  min-height: 300px;
  max-height: 700px;
  overflow: hidden;
}

.leaderboard .hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.leaderboard .hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.leaderboard .hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 0 20px;
}

.leaderboard .hero__content h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  text-transform: uppercase;
  font-weight: 300;
  color: var(--flash-color) !important;
}

.leaderboard .hero__content p {
  color: var(--light-color) !important;
}

.leaderboard__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

.leaderboard__content h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

.leaderboard__table {
  width: 100%;
  border-collapse: collapse;
  color: var(--light-color);
}

.leaderboard__table thead {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #888;
}

.leaderboard__table th,
.leaderboard__table td {
  padding: 20px 10px;
  text-align: center;
}

.leaderboard__table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s ease;
}

.leaderboard__table tbody tr:hover {
  background: rgba(255,255,255,0.05);
}

.rank {
  font-weight: bold;
}

.rank--top {
  color: #ffd200;
}

.leaderboard__cta {
  text-align: center;
  padding: 80px 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.leaderboard__cta h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
}

.leaderboard__cta p {
  margin-top: 10px;
  color: var(--light-color) !important;
}

.btn__classement {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 32px;
  border: 1px solid #ffd200;
  color: #ffd200;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn__classement:hover {
  background: #ffd200;
  color: #000;
}

@media only screen and (max-width: 768px) {
        div#mainHeaderNav1 {
        width: 100%;
        justify-content: center;
    }
    .leaderboard__table th {
    font-size: x-small;
    }
    .leaderboard__table td {
    font-size: smaller;
    }
}

/*--- Container ---*/

#mainSection {
	margin: 40px auto;
}

.beforeContent .widgetSearchAdvanced .widgetTitles{
	display: none;
}

.button-fch {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--button-padding);
    background: var(--main-color);
    border: var(--button-border);
    outline: 0px;
    border-radius: var(--button-radius);
    text-align: center;
    text-decoration: none;
    color: var(--button-text);
    font-size: var(--button-text-size);
    transition: var(--transition);
    flex-direction: column;
}

.font-weight-light {
    font-weight: 300;
    font-size: small;
}

/* BIENVENUE */

.widgetBienvenue {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* background: var(--dark-color) !important; */
}

.widget.widgetBienvenue .widgetTitles strong {
    color: var(--light-color);
}

#mainColumn .widgetSearch .widgetContent .title {
    font-family: var(--title-font);
    color: var(--dark-color) !important;
    text-transform: uppercase;
    font-size: 1.25rem !important;
    padding: .7rem;
    font-weight: 400 !important;
}

#mainColumn .widgetSearch .widgetContent .title strong {
	color: var(--flash-color) !important;
    font-weight: bold !important;
}

body.bubble #mainWrapper .wrapper #mainColumn .homeSearch {
    padding: 0;
}

.widgetBienvenue .widgetTitle {
    font-family: var(--title-font);
    font-size: medium;
    font-weight: bold;
    text-align: center;
    color: var(--dark-color);
    text-transform: inherit;
}

body.bubble #mainWrapper .wrapper #mainColumn .widgetInspiration {
    margin-bottom: 50px;
    margin-top: 50px;
}

#mainColumn .widgetInspiration .widgetTitles {
    color: var(--light-color) !important;
    margin-bottom: 2rem;
}

#mainColumn .widgetInspiration .widgetTitles .widgetTitle {
    color: var(--light-color);
}

#mainColumn .widgetInspiration ul li a strong {
    font-size: 0.8rem;
}

.widgetProductsGrid .productsGrid li .productInformations .productTitle {
    font-weight: bold;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup {
    grid-template-columns: 1fr 66px;
    border-radius: var(--radius);
}

body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup .formItem button {
    width: -webkit-fill-available;
    border-radius: var(--radius);
}
/* PRODUITS STARS */

.afterHomeSection.independantSection .widgetProductsGrid .widgetTitles .widgetTitle{
    color: var(--second-color) !important;
}

/* PAGE CATEGORIE  */

span.panier__addCartText {color: var(--second-color);}

footer#mainFooter {
    border-top: 2px solid var(--light-color);
}

span.panier__addCartText {color: var(--second-color);}

.widget.widgetSearchAdvanced {
    background: var(--light-color);
    color: var(--second-color);
}

.pageList section.mainColorSection {
    background: var(--light-color);
    color: var(--second-color);
    padding: 1rem 0;
}

.widgetSearchAdvanced .formItem input, .widgetSearchAdvanced .formItem select {
    color: var(--second-color);
}

#mainColumn .widgetSearchAdvanced .widgetContent .formSubmit button, #mainColumn .widgetSearchAdvanced .widgetContent .formSubmit button a, .beforeContent .widgetSearchAdvanced .button a, .beforeContent .widgetSearchAdvanced #mainHeaderWidgets .widgetAdmin .widgetContent ul li a a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .beforeContent .widgetSearchAdvanced a a {
    color: var(--second-color);
}

.widgetSearchAdvanced .formSubmit .button.secondaryButton, .widgetSearchAdvanced .formSubmit #mainHeaderWidgets .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetSearchAdvanced .formSubmit a {
    color: var(--second-color);
}

#mainColumn .widgetAriane {
    color: var(--light-color);
}

@media only screen and (max-width: 768px) {
    .widgetProductsGrid .productsGrid {
        padding: 1rem !important;
    }
}

/* FICHES PRODUITS */
@media only screen and (max-width: 768px) {
    #mainColumn .widget.widgetAriane {
        padding: 10px;
    }
    .widgetProduct .productInformations .productCTA .button, .widgetProduct .productInformations .productCTA #mainHeaderWidgets .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetProduct .productInformations .productCTA a {
        width: -webkit-fill-available;
    }
    .widgetProductsGrid .widgetTitle {
        text-align: center
    }
}

/* FOOTER */

#mainFooter .mainRow .wrapper {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px;
}

.mainFooter__classicFooter {
    text-align: center;
    font-size: smaller;
}

#mainFooter .widget .widgetContent  ul.listLink li a {
    font-size: smaller;
}

section.secondRow ul.listLink li a {
    font-size: small !important;
}

/*-- widget classement --*/
.widget.widgetClassement a.button img {
    max-height: 40px;
    background: none;
}

.widget.widgetClassement a.button {
    background: none;
}

@media only screen and (max-width: 768px) {
    #mainFooter .mainRow .wrapper .widgetsWrapper,#mainFooter .mainRow .widget.widgetCategories {
        row-gap: 1em;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .independantSection .widgetProductsGrid {
        padding: 0 !important;
    }
    .widget.widgetInspiration {
    padding: 0px 15px !important;
    }
}

.widget.widgetInspiration {
    padding: 0px 15px !important;
}
footer#mainFooter {
    border-top: 2px solid var(--light-color);
}




/* BACK OFFICE USERS */
.pageSimple .contentWrapper {
    background: var(--light-color);
}
.form__adresseUser img.icon__valide {
    width: 24px;
    padding: 0.2rem;
    background: var(--flash-color);
    border-radius: var(--radius-16);
}
.pageAchats .darkbloc {
    border-radius: 4px;
}