/* ATTENTE */
#introduction .attente {
  position: absolute;
  bottom: 40px;
}
#introduction h3 {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600
}

/* GENERAL */

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, p, label, ul, li {
  font-family: 'Roboto', sans-serif;
  color:#000000;
}
h4 {
  font-size: 1rem !important;
  color:#ff4838;
}
h1.titre-page {
  font-size: 2rem !important;
}
p {
  line-height: 1.5rem
}
a {
  color:#ff4838 !important;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/* no-gutters Class Rules */
.row.no-gutters, .no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left:0 !important;
  padding-right: 0 !important;
}

h2.semibold {
  text-align: center !important;
  font-weight: 600 !important;
}
.semibold {
  font-weight: 600 !important;
}
h1 {
  font-size: 4rem !important;
  font-weight: 600 !important;
}

.bg_white {
  background:#fff;
  padding:80px 20px;
}
.white {
  color:#fff;
}
.rouge {
  color:#ff4838;
}
.uppercase {
  text-transform: uppercase;
}
.bigger {
  font-size: 1.5rem;
}
.bg-black {
  background: #000000;
}

/* BOUTONS */
.btn {
  background: #ff4838 !important;
  padding: 17px 44px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px !important;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  /* line-height: 0; */
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0 !important;
  overflow: hidden;
  margin: 0;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #000000;
  color: #fff !important;
  z-index: 1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}
.btn-border {
  background: #fff !important;
  border:2px solid #ff4838 !important;
  color:#ff4838 !important;
  margin:0 0.75rem;
}
a.nav-link.btn.btn-border.active.show {
  background: #ff4838 !important;
  color: #fff !important;
  border: #fff !important;
}
.btn-white {
  background: #fff !important;
  color:#000000 !important;
}
.btn-white:hover, button:hover {
  color:#fff;
}
.btn-black {
  background: #000000 !important;
  color:#fff!important;
}
.btn-black:hover, .btn-black::before {
  background: #ff4838 !important;
  color:#fff !important;
}
.btn-small {
  font-size: 0.7rem !important;
  text-align: left;
  text-transform: inherit;
}
.btn-100 {
  width: 100%
}
.header-btn {
  line-height: 1 !important;
  padding:10px 20px;
}
.filter-button {
  height:55px;
  padding: .375rem .75rem !important;
  margin-bottom:.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn {
    width: 100%;
    margin-bottom:20px;
  }
  .nav-item .btn{width:auto;margin-bottom:0}
}
@media (max-width: 575px) {
  .btn {
    width: 100%;
    margin-bottom:20px;
  }
}
.filter-button.active, .filter-button:active
{
  background-color: #ff4838 !important;
  color: white;
}
.btn:focus {
  box-shadow: none !important;
}

/* MENU */
ul#navigation {
  margin: 0.5rem;
}
.header-area.header-transparent.header-sticky {
  z-index: 99999;
}
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.header-area .main-header {
  padding: 0 150px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mobile-cta {
  display: none;
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .header-area .main-header {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-area .main-header {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header {
    padding: 0;
  }
  .main-header.bg-white {
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding: 0 70px;
  }
  .main-header.bg-white {
    padding:0 !important;
  }
  .desktop-cta {
    display: none;
  }
  .mobile-cta {
    display: inline-flex;
  }
  .ico-live_video:after {
    display: none !important;
  }
  .mobile-cta .col {
    padding:0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header {
    padding: 0 70px;
  }
  .main-header.bg-white {
    padding:0 !important;
  }
  .desktop-cta {
    display: none;
  }
  .mobile-cta {
    display: inline-flex;
  }
  .ico-live_video:after {
    display: none !important;
  }
  .mobile-cta .col {
    padding:0;
  }
}

@media (max-width: 575px) {
  .header-area .main-header {
    padding: 0 20px;
  }
  .main-header.bg-white {
    padding:0 !important;
  }
  .desktop-cta {
    display: none;
  }
  .mobile-cta {
    display: inline-flex;
  }
  .ico-live_video:after {
    display: none !important;
  }
  .mobile-cta .col {
    padding:0;
  }
  #fond-aleatoire h2, #fond-aleatoire h1.titre-page {
    margin-top:20px;
  }
  .p-prog {
    flex-direction: column;
  }
  .p-heures, .p-tehme, .p-rappel {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
  .mobile-cta{
    width: 100%
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
  .mobile-cta {
    width: 100%
  }
}

@media (max-width: 575px) {
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
  .mobile-cta .col-sm-4.col-md-3.bg-black {
    max-width: 33.33%;
  }
  #introduction {
    background-size: 250% !important;
  }
  .ligne-accroche {
    left:0 !important;
    flex-direction: column !important;
  }
  .ligne-accroche svg {
    width: 100%;
    margin-bottom:10px;
  }
}

.header-area .menu-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .menu-wrapper .main-menu {
    margin-right: 30px;
  }
}

.header-area .menu-wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
li#menu-prog {
  display: none;
}

.header-area .menu-wrapper .main-menu ul li a {
  color: #000 !important;
  font-weight: 400;
  padding: 19px 19px;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .menu-wrapper .main-menu ul li a {
    padding: 14px 14px;
    font-size: 0.8rem
  }
  .logo{
    width:110px !important;
  }
}

.header-area .menu-wrapper .main-menu ul li:hover > a {
  color: #ff4838 !important;
}

.header-area .menu-wrapper .main-menu ul li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area .menu-wrapper .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: rgba(18,21,26, 0.8);
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area .menu-wrapper .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

.header-area .menu-wrapper .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #fdfdfd;
}

.header-area .menu-wrapper .main-menu ul ul.submenu > li > a:hover {
  color: #ff4838;
  background: none;
  padding-left: 13px !important;
}

.header-sticky.sticky-bar {
  background: #ffffff;
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  #introduction svg {
    width: 60% !important
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
  #interactive-map #zone-res, #interactive-map #zone-map, #consult-distri #visu-dist, #consult-distri #coord-dist {
    float:none !important;
    width: 100% !important;
  }
  #introduction svg {
    width: 60% !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
  #interactive-map #zone-res, #interactive-map #zone-map, #consult-distri #visu-dist, #consult-distri #coord-dist {
    float:none !important;
    width: 100% !important;
  }
  #introduction svg {
    width: 60% !important;
  }
  li.nav-item p{padding:13px 14px !important}
  li.nav-item .btn{padding:17px 34px}
}

@media (max-width: 575px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
  #top-page h1 {
    font-size: 2rem !important;
  }
  #interactive-map #zone-res, #interactive-map #zone-map, #consult-distri #visu-dist, #consult-distri #coord-dist {
    float:none !important;
    width: 100% !important;
  }
  .modal-filter {
    flex-direction: column !important;
  }
  .lieu-filter {
    margin-top:10px;
  }
  .modal .logo-mayenne {
    margin-bottom:25px;
  }
  .modal-header .close {
    position: absolute;
    top:-40px;
    right:0;
  }
  .nav-item {
    width: 100%;
    text-align: center;
  }
  .btn-border {
    width: 80%
  }
  footer .logo, footer .logo-mayenne {
    margin:10px 0;
  }
  #introduction svg {
    width: 80% !important;
  }
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

.mobile_menu .slicknav_menu .slicknav_btn {
  top: -23px;
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #ff4838 !important;
}

.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 15px !important;
  box-shadow: 0 0 10px 3px rgba(141, 140, 140, 0.5);
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ff4838;
}

.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}
/* Sticky*/
/* line 453, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_common.scss */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}
.logo {
  width: 145px;
  height: auto;
  padding: 2px 4px;
  background: #fff;
}

/* HEADER PLEIN ECRAN */
#introduction {
  background: url(/dist/img/squelette/bg_header.jpg) center center no-repeat #c02628;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.logo-mayenne {
  width: 159px;
  padding-top: 2vw;
  text-align: right;
}
.logo-mayenne img {
  width: 159px;
}
#introduction svg#miam {
  padding-bottom:2vw;
  padding-top:10vmax;
}
#introduction svg#mayenne_croquer {
  padding-bottom:2vw;
}
#introduction svg {
  width: 30%;
  display: block;
  margin: 0 auto;
}
#introduction svg#picto_bon {
  max-width: 150px;
  margin-right:25px;
}
.ligne-accroche {
  position: absolute;
  bottom:25px;
  left:25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ligne-accroche h3 {
  color:#fff;
}
#message_fin {
  position: sticky;
  bottom: 0;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px;
}

/* PRINCIPE */
#principe {
  padding:150px 0;
  background: url(/dist/img/squelette/pattern_miam.png) left;
}
#principe h3 {
  background: url(/dist/img/squelette/svg/picto_assiette_rouge.svg) center no-repeat;
  display: block;
  height: 88px;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  padding-left: 18px;
  font-size: 3rem;
}
#principe a {
  color:#000 !important;
}

/* SITES TOURISTIQUE */
#sitestouristique {
  padding:80px 0;
}
#sitestouristique h2, #message_fin h2 {
  color:#ff4838 !important;
  font-weight: 600;
}
.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

/* FILTRE */
#sitestouristique ul {
  margin:25px 0;
}

li.nav-item p {
  padding: 13px 44px;
    font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* vignette site */
a.modalActivate {
  display: block;
}
.grid {
  margin-top:40px;

}

.bg, .overlay {
  text-align: center;
}
img, .overlay {
  transition: 0.3s all;
}
.bg {
  min-width: 100%;
  position: relative;
  margin: 0;
  background: linear-gradient(0deg, rgba(255,72,56,1) 0%, rgba(255,72,56,0) 100%);
}
.bg img {
 width: 100%;
  /* margin-bottom: -4px; */
  height: 350px;
  object-fit: cover;
}
.c-blockimg{
  width: 100%;
  height:350px;  
}
.bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(255,72,56);
  background: linear-gradient(0deg, rgba(255,72,56,1) 0%, rgba(255,72,56,0) 100%);
  color: #fff;
  opacity: 0;
  flex-flow: column;
}
.isTouchDevice .bg .overlay{opacity:1}
.bg .overlay h3 {
  bottom:0;
  padding: 0 10px 0 10px;
  color:#fff !important;

}
.bg .overlay p {
  padding: 0 0 0 10px;
  color:#fff;
}
.bg:hover .overlay {
  opacity: 1;
}
#modalActivate {
  width: 100%;
}
.site-no-pass {
  filter: grayscale(1);
}

.site, .site .modalActivate,.site .bg{height:15px}

/* Modal site */

.modal {
  z-index: 999999;
  padding:0 !important;
}
.modal p {
  font-size: 1rem !important;
  line-height: 1.2rem;
}
.modal-filter {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
.info_lieu p, .info_lieu a {
  font-weight: 600;
}
.theme-filter, .lieu-filter {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 10px 15px;
  margin-right: 1rem;
}
.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width:none !important;
}
.modal-content-full-width  {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background:url(/dist/img/squelette/background_modal.png) right bottom no-repeat #eaeaea;
}

.modal-header-full-width  {
  padding-left:0 !important;
  border:0 !important;

}

.modal-footer-full-width  {
  border-top: 0 !important;
}
.modal_img img {
  width: 100%;
}


/* FORMULAIRE PASS RESTAURANT */
#top-page {
  padding: 100px 0 80px 0;
  background: url(/dist/img/squelette/background_modal.png)bottom right no-repeat #2e2e2e;
  background-size: 190px;
  background-blend-mode: difference;
}
#top-page h1 {
  color:#fff;
}
#content-page {
  padding:80px 0;
}

/* RESTAURANT */
.restau-liste .row:nth-child(2n+1) {
  background-color: rgba(255,68,56,0.3);
}
.restau-liste .row {
  padding-top:1rem;
}
.restau-liste p, .restau-liste a {
  font-size: 0.8rem !important;
}

/* FOOTER */
footer {
  background:#000000;
  padding:80px 0;
}
footer p, footer a, footer  {
  color:#fff !important;
}
footer .logo-mayenne {
  padding:0 !important;
}

.hide{
  display: none!important;
}
.loadingAjax{
  background: rgba(234, 245, 245, 0.85);
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
  z-index: 100;
}
.loadingAjax > div{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  border-radius: 80px;
  box-shadow: 0 1px 0 0 #969696;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
.pos-r{position:relative;}
.noPass{
  background: #ff4838;
  padding: 20px 25px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #fff ;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px !important;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  /* line-height: 0; */
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0 !important;
  overflow: hidden;
  margin: 0;
  white-space: normal;
}