.header-wrapper .logo-menu .logo{
    width: 220px;
}
.header-wrapper .main-menu {
    gap: 0 40px;
}
/*
- Pour le jaune : #ffcb2e
- Pour le vert : #387a0f
- Pour le rouge : #f83d35
*/

:root {
    --colorPrimary: #ffcb2e;
}
.top-and-bottom-bordered{
	border-top:2px solid #f83d35;
	border-bottom:2px solid #f83d35;
	}
.top-bordered{
	border-top:2px solid #f83d35;
	}
.bottom-bordered{
	border-bottom:2px solid #f83d35;
	}
footer .ps-footer_content .info {
    border-bottom: 1px solid #ffcb2e;
}
footer .ps-footer_content .social_link li a,
.ps-footer_bottom .ps-footer_bottom_text p b,
.ps-footer_bottom .ps-footer_bottom_text p,
.ps-footer_bottom .ps-footer_bottom_text p a,
.ps-topbar .topbar_icon li a,
.ps-topbar .ps-topba_info li a {
    color: #575142!important;
}

.horaires span{
	margin:0!important;
	margin-bottom:5px!important;
	padding-left:10px;
	color: var(--colorPrimary)!important;}
.horaires p {
	color: var(--colorWhite);
	font-size:12px;
}
.slider_btn{
	font-size:30px;
  text-shadow:
    -1px -1px 0 rgba(0,0,0,0.8),
     1px -1px 0 rgba(0,0,0,0.8),
    -1px  1px 0 rgba(0,0,0,0.8),
     1px  1px 0 rgba(0,0,0,0.8);
	 border:2px solid #f83d35;
	}
.ps-about_us_text ul li{text-transform:none;}
.section-banner .swiper-container .swiper-wrapper .swiper-slide{
	background-position: center!important;
    background-size: cover!important;
	}
.slider-container > div.animated-area{
    background-color: rgba(10, 10, 10, 0.5);
    border-radius: 40px;
	}


.header-open-hours{
position: absolute;
    width: 220px;
    line-height: 30px;
	color:#fff;
	text-align:center;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.8);
	}
.header-open-hours.status-closed{
	color: #cc3333;
	}
.header-open-hours.status-closing-soon{
	color: #e39b26;
	}
.header-open-hours.status-open{
	color: #26a269;
	}

.special-msg-hours{
	display: block;
    font-size: 22px;
    background-color: #34790f;
    color: #ffcb2e;
    border: 1px solid #bb2020;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
	}
.ps-footer_content .special-msg-hours{
	margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
    border: 0;
    line-height: 28px;
    border-radius: 7px;
	}

/*cookie-banner*/
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  display: none;
}

.cookie-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-banner-text {
  margin: 0;
  flex: 1 1 auto;
}

.cookie-btn-accept {
  background: #26a269;
  color: #fff;
  border: none;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.cookie-btn-accept:hover {
  opacity: 0.9;
}
/*cookie-banner*/