/* PAGE AVIS */

.topMenuLinksLi {
	position: relative!important;
}

.topMenuLinksLi:last-child > .topMenuLinksUl {
    left: -80px!important;
    position: absolute!important;
}

/* NE PAS TOUCHER AU DESSUS */


@media screen and (max-width : 768px) {
	.mnModSlider .mnModSlide {
	    top: 20%;
	}
}

.mod88-col1, .mod3-col1, .mod58-col, .mod59-col1, .mod60-col1 {
  border-left: 40px solid white;
  border-right: 40px solid white;
}

.cmsButton {
  display: block;
  width: 100%;
  box-sizing: border-box; /* évite que padding dépasse */
  text-align: center; /* garde le texte centré */
}

#topMenuContainer #topMenu #topMenuLogo {
    float: left;
    padding: 15px 20px 14px 25px;
}

.mnModMenu10 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu102 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu11 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu110 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu8 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu9 .slatMenuWidget .slateMenuDishGridBottom {
    display: none;
}

.mnModMenu8 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu8cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu9 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu9cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu10 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu10cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu11 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu11cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu82 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu102 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu102cat .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu110 .slatMenuWidget .slateMenuDishGridBottom, .mnModMenu110cat .slatMenuWidget .slateMenuDishGridBottom {
 display: none ;

}

.slateMenuDishGridContentVariantsResp{
	color: #ffffff !important;
}


@media screen and (max-width : 1106px) {
	#topMenuLogoImg{
		display: none !important;
	}
}

.mod35-col1, .mod35-col2 {
margin: 25px !important;
border: 20px !important;
border-radius: 0px;
background: #192B04;
box-shadow: 0px 0px 10.6px 0px rgba(0, 0, 0, 0.25);
}

.mnModMenu10 .slatMenuWidget .slateMenuWidgetTitle .slateMenuWidgetTitleTxt, .mnModMenu11 .slatMenuWidget .slateMenuWidgetTitle .slateMenuWidgetTitleTxt, .mnModMenu8 .slatMenuWidget .slateMenuWidgetTitle .slateMenuWidgetTitleTxt, .mnModMenu9 .slatMenuWidget .slateMenuWidgetTitle .slateMenuWidgetTitleTxt {
    text-transform: capitalize;
}

.mod88-col1 {
  position: relative;
  overflow: hidden;
}

.mod88-col1 {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* zoom au hover */
.mod88-col1:hover .bg-img {
  transform: scale(1.2);
}