/* CORPS GLOABL DU SITE */

@media screen and (max-width : 1160px) {
	#topMenuLogoImg{
		display: none !important;
	}
}
.mnModSlider .mnModSlide {
    top: 19%;
}
#topOverContainer {
	display: none;
}
.mnModSlider .arrow {
    display : none !important;
}
#footerContainer {
	border-top: 1px solid white;
}

#mobileBottomNav svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* MENU */

#topMenuContainer #topMenu #topMenuLogo {
    float: left;
    padding: 15px 30px;
}
@media screen and (min-width : 956px) {
	#topMenuContainer {
		border-bottom: 1px solid white;
	}
}
.menu {
  display: flex;
  background: var(--menu-bg);
  align-items: stretch !important; 
}
.topMenuLinksLi {
  	display: flex !important;
	justify-content: center;
	align-items: center;
	
  	padding: 15px 30px;
  	text-decoration: none;
  	color: white;
  	height: 100%;

  	border-left: 1px solid white;
  	border-right: 1px solid white;
  	transition: all 0.25s ease;
}
.topMenuLinksLi + .topMenuLinksLi {
  border-left: none;
}

#topMenuLinksUl {
	height: 90px !important;
}
.topMenuLinksLi:hover {
  background: white;
  color: var(--menu-bg);
}
.topMenuLinksLi:hover a{
  color: #00373D !important;
}

.topMenuLinksLiA {
	padding: 0 !important;
	
}


/* ACCUEIL */

.mod62 {
	border-bottom: 1px solid white;
}
.mod63 {
	border-bottom: 1px solid white;
}
.mod63-col1 {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.mod65 {
	border-bottom: 1px solid white;
}
.mod65-col1 {
	border-left: 1px solid white;
}
@media screen and (max-width : 860px) {
	.mod65-col1 {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
}
.mod65-col2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.mod68 {
	border-top: 1px solid white;
}
.mod68-col1 {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
@media screen and (max-width : 860px) {
	.mod68-col1 {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
}
.mod68-col2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.mod71 {
	border-bottom: 1px solid white;
}
.mod72 {
	border-top: 1px solid white;
}
@media screen and (min-width : 860px) {
	.mod72-col2 {
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
}



/* LE RESTAURANT */

.mod128 {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.mod128-col1 {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.mod128-col2 {
	border-right: 1px solid white;
}
@media screen and (max-width : 860px) {
	.mod128-col2 {
		border-left: 1px solid white;
	}
}
.mod129-col1 {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
@media screen and (max-width : 860px) {
	.mod129-col1 {
		border-right: 1px solid white;
	}
}
.mod129-col2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.mod132 /* module Nous Contacter */ {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod134 /* module Infos Pratiques */{
	border-top : 1px solid white;
}
@media screen and (min-width : 860px) /* case équipements */{
	.mod134-col2 {
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
}



/* NOTRE CARTE */

.mod78 {
	border-bottom: 1px solid white;
}
.mod80 {
	border-top: 1px solid white;
}
@media screen and (min-width : 860px) /* case équipements */{
	.mod80-col2 {
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
}

/* Animation photos défilantes */
.cmsCarroussel .flickity-slider {
  display: flex;
  animation: slide 100s linear infinite;
}

.cmsCarroussel .flickity-slider {
  display: flex;
  animation: slide 100s linear infinite; /* plus lent */
}

@keyframes slide {
  0% { transform: translateX(0); }
  25% { transform: translateX(-25%); }
  50% { transform: translateX(-50%); }
  75% { transform: translateX(-75%); }
  100% { transform: translateX(0); }
}

.flickity-button.flickity-prev-next-button.next {
    display: none !important;
}

.flickity-button.flickity-prev-next-button.previous {
    display: none !important;
}
/*Fin de l'animation */

.mod84-col1, .mod85-col1 {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}



/* PRIVATISATION */

.mod91 {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod93 {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod93-col1, .mod93-col3 {
	border-left : 1px solid white;
	border-right : 1px solid white;
}
@media screen and (max-width : 860px){
	.mod93-col2 {
		border: 1px solid white;
	}
}
.mod96-col3 {
	border : 1px solid white;
}
.mod97-col1 {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
@media screen and (max-width : 860px){
	.mod97-col1 {
		border-right: 1px solid white;
	}
}
.mod97-col2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.mod98 {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod99-col1 {
	border-left: 1px solid white;
}
@media screen and (max-width : 860px){
	.mod99-col1 {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
}
.mod99-col2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.mod106 /* module Nous Contacter */ {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod112 /* module Infos Pratiques */{
	border-top : 1px solid white;
}
@media screen and (min-width : 860px) /* case équipements */{
	.mod112-col2 {
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
}


/* AGENDA */

.mod101-col2, .mod102-col2, .mod103-col2 {
	border: 1px solid white;
}
.mod107 /* module Nous Contacter */ {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod113 /* module Infos Pratiques */{
	border-top : 1px solid white;
}
.mod113-col2 /* case Equipements */{
	border-left: 1px solid white;
	border-right: 1px solid white;
}


/* CONTACT */

.mod122 {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.mod122-col1 {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.mod122-col2 {
	border-right: 1px solid white;
}
@media screen and (max-width : 860px){
	.mod122-col2 {
		border-top: 1px solid white;
		border-left: 1px solid white;
	}
}
.mod124 /* module Nous Contacter */ {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod126 /* module Infos Pratiques */{
	border-top : 1px solid white;
}
.mod126-col2 /* case Equipements */{
	border-left: 1px solid white;
	border-right: 1px solid white;
}


/* FORMULAIRE BOUT DE CHOUX*/

.mod108 /* module Nous Contacter */ {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod114 /* module Infos Pratiques */{
	border-top : 1px solid white;
}
.mod114-col2 /* case Equipements */{
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/* FORMULAIRE SOIREE ARTI'SENS*/

.mod119 /* module Nous Contacter */ {
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}
.mod121 /* module Infos Pratiques */{
	border-top : 1px solid white;
}
.mod121-col2 /* case Equipements */{
	border-left: 1px solid white;
	border-right: 1px solid white;
}