.w100 {
    width: 100%;
}

/* __ Header __ */
#mainHeaderNav .widget.widgetCategories {
    background-color: var(--header-bg-color);
}

a.link-stim {
    text-decoration: none;
}

a.link-stim:hover {
    color: var(--flash-color);
}

#mainHeaderNav2 .listLink li a {
    border: none !important;
    color: var(--main-color);
    font-weight: 900;
    font-size: 0.9rem;
}

#mainHeaderNav2 .listLink li a:hover {
    text-decoration: none !important;
    border: none !important;
    color: #ffffff !important;
    background: none !important;
}

/* __ body __ */

body.bubble {
    background-image: none !important;
    background-color: #ffffff;
}

#mainFooter .widget .widgetTitle,
#mainFooter .widget .widgetContent ul li:before{
	color: var(--flash-color);
}

.pageList .contentWrapper{
	background: var(--bg-color);
}

#mainColumn .widgetInspiration ul li a .icon{
	color: var(--flash-color);
	font-size: xx-large;
}

/* __ widget de bienvenue __ */

#mainColumn .widgetBienvenue {
	padding: 30px;
    background: var(--second-color);
}

/* __ widget de cadeaux stars __ */

.widgetProductsGrid .productsGrid li .productInformations .productBrand {
    font-size: 12px;
    font-weight: 900;
    color: #616366;
    text-transform: uppercase;
}

.pageHome .widgetProductsGrid .productsGrid li .productInformations .productDescription {
	display: none;
}

.widget.widgetProductsGrid .widgetTitles .widgetTitle, .widget.widgetInfosCom .widgetTitles .widgetTitle, .widget.widgetsectionRS .widgetTitles .widgetTitle {
    margin-right: 10px;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
    font-family: var(--title-font);
    color: var(--second-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

/* __ widget actualité __ */

.textContentInfos {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.widget.widgetInfosCom img {
	border-radius: var(--border-radius);
}

/* __ widget inspiration __ */

body.bubble #mainWrapper .wrapper #mainColumn .widgetInspiration {
	padding: 10px;
    padding-bottom: 20px;
}

#mainColumn .widgetInspiration .widgetTitles {
    margin-right: 10px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#mainColumn .widgetInspiration ul li {
    box-shadow: var(--shadow);
}

#mainColumn .widgetInspiration ul li a:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow);
}

#mainColumn .widgetInspiration ul li:hover {
    box-shadow: var(--shadow);
}

#mainColumn .widgetInspiration ul li a:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow);
    background: var(--main-color);
    color: #ffffff;
}

#mainColumn .widgetInspiration ul li a:hover strong {
	color: var(--flash-color);
}

/* __ prefooter __ */

.rs {
    /* background: var(--main-color); */
    border-radius: 32px;
}

.icon-rs {
    width: 3rem;
    margin: .35rem;
    border-radius: 32px;
    /* background-color: var(--flash-color);
    border: 2px solid var(--flash-color); */
}

ul#menu-liste-boutons {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    gap: 1rem;
}

.menu-liste-boutons-container {
    padding: 10px;
    padding-bottom: 20px;
}

.block-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
    border-radius: var(--border-radius);
}

.block-icon:hover {
    background-color: var(--flash-color);
}

.sub-text-icon {
    font-size: .8rem;
    font-weight: bold;
    color: var(--main-color);
	text-align: center;
}

.block-icon:hover .sub-text-icon {
    color: #ffffff;
    text-decoration: none !important;
}

.sub-text-icon:hover {
    text-decoration: none !important;
}

/* __ Modifications des pages simples __ */

.widgetCard img {
    border-radius: .8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.widgetCard h1, .widgetCard p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.widgetCard a:hover {
    color: var(--flash-color);
}

.widgetCard .list-image {
    display: flex;
    justify-content: space-evenly;
}

.widgetCard h2 {
    font-weight: bold;
    text-transform: uppercase;
    padding: .3rem;
    border-left: 10px solid var(--flash-color);
}

.content-flash {
    background-image: radial-gradient(262.59% 50% at 50% 51.04%, #fdc613 29.5%, #ffa600);
}

.content-flash p, .content-flash a {
    color: var(--main-color);
}

.content-flash a {
    font-weight: bold;
}

.content-flash a:hover {
    color: #ffffff;
}

/* __ responsive __ */ 
@media only screen and (max-width: 768px) {
    .contentWrapper {
    margin-top: 215px;
    }
    
    #mainWrapper {
        margin-top: 50px;
    }

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

    .widgetBienvenue hr {
    margin: 0 auto;
    }

    header#mainHeader {
        position: fixed;
        width: 100%;
        top: 0;
    }

    nav#mainHeaderNav {
        position: fixed;
        top: 106px;
        width: 100%;
        z-index: 100;
    }

    .widgetCard h1 {
    margin-top: 3rem;
    }

    #mainColumn .widgetInspiration .widgetContent ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #mainColumn .widgetInspiration .widgetContent ul li span:not(.icon) {
        display: block !important;
    }
    .widgetTitle,h1,h2,p {
    /* margin: 0 auto; */
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 100%;
    }
    .pageList section.mainColorSection.beforeContent {
    position: fixed;
    z-index: 100;
    width: 100%;
    }
    .pageList .widget.widgetProductsGrid {
    padding-top: 200px !important;
    }

}








