body {
  padding-bottom: 3rem;
  color: #5a5a5a;
  background-color: #fff;
}

.t_page {
  font-size: 4vw;
  text-shadow: 0px 0px 20px #000;
  /* line-height: 2.5em; */
}

#actus td {
  display:inline;
  vertical-align: middle;
}

.titre_page {
  width:100%;
  position: absolute;
  text-align: center;
  z-index: 99;
  font-family: "Cresci-WP", "Gill Sans", sans-serif;
  color: white;
  vertical-align: center;
  margin-top: 40px;
}

.spinner {
  margin: 100px auto 100px;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.footer-text li {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0px;
}

.footer-text {
  padding: 0px;
  font-weight: bold;
  background-color: #111;
  padding: 20px 10px 20px 10px;
}

.footer-text li span {
  margin-right: 8px;
  margin-left: 10px;
}

#slider_accueil {
  background-color: #333;
}


@font-face {font-family: "Cresci-WP";
  src: url("https://www.st-geniez-dolt.com/css/fonts/91f73e4ff49f2826f489894acdb18c6a.eot"); /* IE9*/
  src: url("https://www.st-geniez-dolt.com/css/fonts/91f73e4ff49f2826f489894acdb18c6a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("https://www.st-geniez-dolt.com/css/fonts/91f73e4ff49f2826f489894acdb18c6a.woff2") format("woff2"), /* chrome、firefox */
  url("https://www.st-geniez-dolt.com/css/fonts/91f73e4ff49f2826f489894acdb18c6a.woff") format("woff"), /* chrome、firefox */
  url("https://www.st-geniez-dolt.com/css/fonts/91f73e4ff49f2826f489894acdb18c6a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("https://www.st-geniez-dolt.com/css/fonts/91f73e4ff49f2826f489894acdb18c6a.svg#Cresci LP W01 Regular") format("svg"); /* iOS 4.1- */
}

/* RECHERCHE COMMERCES */

#search_com, #search_restau {
  width:90%; 
  padding:10px; 
  margin: 20px auto; 
  border: 5px solid rgba(0,0,0,0.125); 
  text-align: center; 
  border-radius: 5px; 
  color:#666; 
  font-size: 24px;
}

.cat-name {
  word-wrap: break-word;
}

@media screen and (max-width: 576px) {

  .cat-name {
    font-size: 5vw;
  }

  #search_com {
    font-size: 5vw;
  }

}

/* newsletter */


.fl-wrap {
    width: 100%;
    position: relative;
}

.bbb-wrapper .newsletter-form p {
    color: #fff;
    font-size: 14px
}

.bbb-wrapper .newsletter-form form {
    max-width: 450px;
    margin: 15px auto;
    position: relative
}

#newsletter input[type="email"] {
  width: 100%;
  height: 48px;
  background: #fff;
  border:none;
  outline: none;
  border-radius: 1px;
  padding:0 30px;
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
}

#newsletter-button {
  height: 38px;
  padding: 0 30px;
  border-radius: 3px;
  border:none;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.tb_menu2 {
  background-color: #0281d1;
  padding:8px;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
}

.tv_menu2 {
  background-color: #a4ba00;
  padding:8px;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
}


.centre_menu {
  background-color: #111;
  padding:8px;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.6);
}

.material-icons {
    display: inline-flex;
    vertical-align: middle;
}

.txt_cent {
  line-height:24px;
  vertical-align: middle;
  display: inline;
}

.img_diapo {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.agenda_box {
  position: absolute;
  top: 250px;
  right:0px;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  background: #0281d1;
  color: #fafafa;
  padding: 15px;
  vertical-align: center;
  border-radius: 5px 0px 0px 5px;
  font-size: 18px;
  font-weight: 1200;
  text-transform: uppercase;
}

.arrivant_box {
  position: absolute;
  top: 310px;
  right:0px;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  background: #e8e8e8;
  color: #fafafa;
  padding: 15px;
  vertical-align: center;
  border-radius: 5px 0px 0px 5px;
  font-size: 18px;
  font-weight: 1200;
  text-transform: uppercase;
}

.agenda_button {
  display: none;
  background: #0281d1;
  color: #fafafa;
  padding: 15px;
  vertical-align: center;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 0px 5px #999;
  font-size: 18px;
  font-weight: 1200;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 40px;
  text-align: center;
}

.agenda_box a, .agenda_button a {
  color: #fafafa;
}

.agenda_box span {
  vertical-align: middle;
}

.vert {
  background-color: #c6d53c;
  border-bottom: 4px solid #a4ba00;
}

.gris {
  background-color: #1C1C1C;
  border-bottom: 4px solid #1C1C1C;
}

.bleu {
  background-color: #3dbcdc;
  border-bottom: 4px solid #0281d1;
}

.titre_menu {
  width:0px;
  height: 0px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.carousel-indicators [data-bs-target] {
  background-color: #A4BA00;
}

.carousel-indicators {
  bottom: -10px;
}

.corps_page {
  padding-top: 2rem;
  color:#111;
}

.top_abs {
  height:40px;
  z-index: 100;
  width: 100%;
  vertical-align: baseline;
  background-color: #A4BA00;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: inline-table;
  width: fit-content;
}

.top_abs a { 
  color: #fff;
}

.wandou {
  color: #fafafa;
  text-align: center;
  /*border-top: 5px solid #c6d53c;*/
}

.wandou:before {
    content: "";
    display: block;
    background: #fff;
    height: 50px;
    width: 120%;
    z-index: 1;
    -webkit-transform: translate(-50px, -20px) rotate(1.2deg);
    transform: translate(-50px, -20px) rotate(1.2deg);
    border-bottom: 5px solid #c6d53c;
}

.wandou a {
  color: #A4BA00;
}

#slider_accueil:after, #slider_page:after {
    content: "";
    display: block;
    background: #fff;
    height: 70px;
    width: 120%;
    z-index: 1;
    margin-top: -40px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    border-top: 5px solid #c6d53c;
    margin-bottom: -30px;
}


#slider_accueil, #slider_page, .wandou {
  overflow: hidden;
}

#texte_corps img {
  max-width: 100% !important;
  height: auto !important;
  overflow: hidden;
}


/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

#slider_accueil .carousel-item {
  height: 32rem;
}

#slider_page .carousel-item {
  height: 15rem;
  opacity: 0.5;
}

#slider_page .carousel-inner {
  background-color: #111;
}

@media screen and (max-width: 1200px) {

  #slider_accueil .carousel-item {
    height: 25rem;
  }

  #newsletter_box {
    margin-top: 20px;
  }

}

@media screen and (max-width: 1024px) {

  #slider_accueil .carousel-item {
    height: 20rem;
  }

  #slider_page .carousel-item {
  height: 10rem;
}

  .t_page {
    font-size: 3rem;
  }



}

@media screen and (min-width: 1400px) {

#slider_accueil:after, #slider_page:after {

    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.wandou:before {
    -webkit-transform: translate(-50px, -20px) rotate(0.8deg);
    transform: translate(-50px, -20px) rotate(0.8deg);
}

}

@media screen and (max-width: 768px) {

  #slider_accueil .carousel-item {
    height: 18rem;
  }

  #slider_accueil .carousel-item > img {
    margin-top: 0;
  }

    .agenda_box, .arrivant_box {
    display: none;
  }

  .agenda_button {
    display: block;
  }

  .t_page {
    font-size: 2rem;
  }

  .carousel-indicators {
  bottom: -20px;
}


}


#slider_accueil .carousel-item > img {
  margin-top: -10%;
}

#slider_page .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
