
.beforeContent .widgetSearchAdvanced .widgetContent .formSubmit .button{
	background: var(--second-color);
	color: #fff;
}
.widgetBienvenue .points strong{
	color: #fff;
}
.button:not(.secondaryButton) .icon{
	color: #fff;
}
.button:hover .icon{
	color: var(--second-color);
}

body.bubble #mainFooter {
    background: #F4F4F4;
}

#mainFooter .widgetCategories .widgetContent ul li a strong {
    color: #000;
}

#mainFooter .widgetCategories .widgetContent ul li a span {
    color: #000;
}

#mainFooter .widget .widgetContent ul li a {
    color: #000;
}

#mainFooter .secondRow {
    color: #000;
}

#mainFooter .secondRow .widgetLinks .widgetContent ul li:before {
    color: #000;
}

#mainFooter .secondRow .widgetAdmin .widgetContent ul li:before {
    color: #000;
}

/* Ligne de 7 inspis au lieu de 6 */
#mainColumn .widgetInspiration ul{
	grid-template-columns: repeat(7, 1fr);
}


/*
 * Style pour le widget newContact start
 */

 #mainHeaderWidgets .widgetNewContact .button, #mainHeaderWidgets .widgetNewContact .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetNewContact a {
    border: 1px var(--second-color) solid !important;
	color: #000 !important;
}

/*
 * Style pour le widget newContact end
 */
