:root {

  --primary-color: hsla(227, 74%, 53%, 1);
  --primary-color-lighten: hsla(227, 74%, 63%, 1);
  --primary-color-darken: hsla(227, 74%, 43%, 1);

  --secondary-color: hsla(227, 59%, 25%, 1);
  --secondary-color-lighten: hsla(227, 59%, 35%, 1);
  --secondary-color-darken: hsla(227, 59%, 15%, 1);

  --accent-color: 	hsla(37, 83%, 62%, 1);
  --accent-color-lighten: hsla(37, 83%, 72%, 1);
  --accent-color-darken: hsla(37, 83%, 52%, 1);

  --background-color: hsla(0, 0%, 100%, 1);
  --text-color: hsla(0, 0%, 16%, 1);
  --text-color-lighten: hsla(0, 0%, 35%, 1);

  --primary-background-color: hsla(203, 100%, 91%, 1);
  --secondary-background-color: hsla(206, 98%, 91%, 1);
  --accent-background-color:hsla(39, 56%, 87%, 1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: 'Montserrat', sans-serif;
  --font-secondary:'Montserrat Alternates', sans-serif;

  --card-border-radius: 4px;
  --button-border-radius: 4px;

  --image-slide-01: url('/public/assets/gifs/slider/slide-01.jpg');
  --image-slide-02: url('/public/assets/gifs/slider/slide-02.jpg');
  --image-slide-03: url('/public/assets/gifs/slider/slide-03.jpg');

}


.catalogue-listing li.col.l3:hover .card.full-image .card-image::before {
  opacity: 1;
}
.none {
  display: none;
}

h1, h2, h3{
  font-family: 'Montserrat Alternates', sans-serif;
}
.font-secondary{
  font-family: 'Montserrat Alternates', sans-serif;
}
.top-bar .main-nav ul li a{
  font-weight: 400;
}

.coordonnees{
  position: relative;
}
.card-title a{
  font-weight: 400;
}
/* MENU */
/* ==== */
.top-bar .main-nav ul li {
  padding: 0 !important;
 }
 

/* TYPOGRAPHIE */
/* =============== */
.content-slide{
  position: relative;

  background: var(--background-color);
}
.no-desktop{
  display: block;
}
.no-mobile{
  display: none;
}

.content-slide div:first-child{
  padding: 15px 20px;
}
.brand .logo img{
  padding: 20px;
  background:  var(--background-color);
  transition: all .3s;
  width: 150px;
}

.index-page .brand .logo img {
  padding-top: 70px;
}

/* HEADER */
/* =============== */
.fold{
  padding-bottom: 10px;
}
.contact-page p.intro{
  color:  var(--background-color)!important;
}
.brand{
  text-align: center;
}
#nav-meatballs .btn-rappel{
  margin-top: 20px;
}

.js-scroll .brand .logo img{
  padding: 4px;
  width: 80px;
  display: none;
}
.fold .reseaux-sociaux ul a svg{
  fill: var(--text-color);
  width: 17px;
}
.fold .container .flex-row:first-child{
  position: relative;
}

header .reseaux-sociaux ul{
  justify-content: center;
}


/* ENCART INFOS */
/* =============== */

#encart-infos{
  background:  var(--primary-background-color);
}

/* ENCART POINTS FORTS */
/* =============== */
#encart-points-forts{
  padding: 0;

}
ul.points-forts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.points-forts li div{
  margin: 20px;
  display: flex;
  display: flex;
  align-items: center;
}
ul.points-forts li div p{
  margin-bottom: 0!important;
}

/* ENCART PRESTATION */
/* =============== */

.prestation{
  max-height: 325px; 
}
.prestation a {
  text-align: center;
}
.prestation .card-title {
  align-items: center;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.prestation:hover .card-title {
  opacity: 1;
  transform: translateY(-50px);
}
.prestation .card-title svg {
  width: auto;
  max-width: 64px;
  max-height: 75px;
  margin-bottom: 1rem;
}
.prestation .card-image img {
  display: block;
  width: 100%;
  object-fit: cover!important;
  min-height: 358px!important;
  height: fit-content!important;
}

/* ENCART AVIS */
/* =============== */
.encart-avis{
  background: var(--secondary-background-color);
}

.index-page #encart_avis .slick-prev, .index-page  #encart_avis .slick-next {
  top: 112%!important;
}

/* ENCART CONTACT */
/* =============== */
#encart-contact .card-content{
  min-height: 225px;
}

/* BLOCS */
/* =============== */
#bloc-03{
  background: var(--text-color);
  position: relative;
  padding-bottom: 50px;
}
#bloc-04{
  position: relative;
  padding-top: 0;
}
#bloc-03::before{
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: -15%;
  z-index: -1;
  background: var(--text-color);
}


#bloc-02 p{
  margin-bottom: 6rem;
}


#bloc-04 h2{
  margin-top: 8rem;
}
#bloc-04 p{
  margin-bottom: 8rem;
}

/* NEWSLETTER */
/* =============== */
#encart-newsletter{
  background: var(--secondary-color-darken);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#encart-newsletter .container{
  max-width: 580px;
}
.newsletterInput #js_submit {
  color: var(--background-color) !important;
  border-color: var(--background-color) !important;
  background-color: transparent !important;
  position: initial;
  top: 0;
  right: .5rem;
}
.newsletterInput {
  display: flex;
  align-items: center;
}

/* ENCART MAP */
/* =============== */
#encart-map .infos-content:not(:last-child) {
  display: flex;
  margin: 1rem 0;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
}


#encart-map .infos-content .material-icons {
  font-size: 32px;
  margin-right: 20px;
}
#encart-map .reseaux-sociaux svg {
  fill: var(--background-color);
  width: 16px;
  height: 16px;
}
#encart-map iframe{
  height: 380px;
}


/* ACTUALITES */
/* =============== */
.bloc_listing_actu:hover {
  background-color: transparent!important;
  box-shadow: none!important;
}


#catalogue_contenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.cover-card span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.6em;
  color: #fff;
  padding-right: 10px;
}

.card .price {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff !important;
  background-color: var(--secondary-color);
  padding: 2px 10px;
  font-size: 1em !important;
  font-weight: 600;
}

#encart-prestations .titre_presta {
  text-align: center;
}

#encart-prestations .titre_presta a {
  color: var(--text-color);
  font-size: 1.5em;
  text-decoration: none;
}

#encart-prestations .card.full-image .card-image .card-title a {
  color: #FFFFFF !important;
  opacity: 0;
}

.header_background_mobile {
  background-image: url('../assets/gifs/slider/slide-01.jpg');
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.fold .slider-slick {
  display: none;
}

#checkout-button {
	cursor: pointer;
}

@media screen and (min-width: 481px) {
  .index-page #encart_avis .slick-prev, .index-page  #encart_avis .slick-next {
    top: 50%!important;
  }
}
@media screen and ( max-width: 600px) {

  .cover-card span {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 1em;
  }

  .cover-card span {
    font-size: 1em;
  }

  .fold .btn-commande .btn-1 {
    margin: 20px 0px;
  }

  .contact-page #infos-pratiques {
    padding: 1rem;
}

  .catalogue-listing #catalogue_contenu li {
    max-width: 100%;
    padding: 10px;
}

  MOBILE
 
/* BDD */
/* =========================== */
 
/* CATALOGUE ACCUEIL */
/* ======== */
 
#encart-catalogue .card{
  background:rgba(0,0,0,0);
  box-shadow: none;
}
 
#encart-catalogue .card-title{
  font-size:1.2em;
  text-align: left;
}
 
#encart-catalogue .card-content{
  padding:24px 20px 24px 0px;
}
 
.catalogue-detail img{
  height: auto;
}
 
#encart-catalogue .slick-dots{
  bottom:15px;
}
 
/* LISTING */
/* ======== */
 
#catalogue_contenu .card-image a{
  z-index: 999;
}
 
#catalogue_contenu .col.s12{
  width:100%;
}
 
#catalogue_contenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 
#catalogue_contenu .card{
  background:rgba(0,0,0,0);
  box-shadow: none;
}
 
#catalogue_contenu .card:hover{
  transform: translateY(-20px);
  transition:0.5s ease-in-out;
 
}
 
#catalogue_contenu .card .card-content{
  padding:24px 20px 24px 0px;
}
 
#catalogue_contenu .card .card-content .card-title{
  text-align: left;
  font-size: 1em;
}
/* DETAIL */
/* ======== */
 
.catalogue-detail .row .flex-row .col:not(:first-child) {
   width: 33.333333333333333%;
}
.catalogue-detail a.lightbox {
margin-bottom: 1.5rem;
}
.catalogue-detail a.lightbox, .catalogue-detail a.lightbox img {
 display: block;
width: 100%;
height: auto;
}

  /**********************************************************************/

  .rappel_telephonique h2 {
    font-size: 0.8em;
    text-align: center;
  }
  
  footer nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 30px;
  }
}
@media screen and ( min-width: 600px) {

  .formulaire_contact .form_left, .formulaire_contact .form_right {
    display: inline-grid;
    width: 48.936249%;
    padding: 20px;
    border: 1px solid #dddddd;
    margin: 20px 0;
}

  .header_background_mobile {
    display: none;
  }

  .fold .slider-slick {
    display: block;
  }

  .catalogue-listing #catalogue_contenu li {
    width: 100%;
    max-width: 50%;
    padding: 10px 20px;
  }

  .rappel_telephonique .brand img {
    width: 130px;
    padding: 0;
  }
  

  #full-image {
    position: absolute;
    width: 50%;
    width: calc(50% - .75rem);
    left: 0;
    top: 0;
  }
  #full-image2 {
    position: absolute; 
    width: 50%;
    width: calc(50% - .75rem);
    right: 0;
  }
  .informations{
    margin-top: 40px;
  }
  footer nav a{
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
      }
      footer nav a:last-child{
        border-right: none;
          }
}

@media screen and (max-width: 992px) {

  .index-page .fold .reseaux-sociaux {
    display: none;
  }

  .index-page #encart-infos .section .map-container {
    margin: 20px 0px;
  }

  IPAD
 
/* LISTING */
/* ======== */
 
#catalogue_contenu .card{
  margin:10px;
}
 
/* DETAIL */
/* ======== */
 
#bdd-detail .slick-prev, #bdd-detail .slick-next{
  display:block!important;
}
 
.box-detail{
  margin-bottom:25px;
}
 
.content-button .col.m6:nth-child(1){
  text-align: right;
}

/*****************************************************************/

  .main-nav {
    overflow: auto;
  }
  .top-bar .main-nav ul li a {
    text-align: right;
  }
  .top-bar .container .main-nav {
    background-color: var(--primary-color-darken);
  }
  .top-bar .container .main-nav ul li a.selected,
  .top-bar .container .main-nav ul li:hover > a {
    color: var(--background-color);
    opacity: .64;
  }
 }
 
@media screen and (min-width: 993px) {

  #encart-prestations .card.full-image .card-image .card-title a {
    color: #FFFFFF !important;
    opacity: 1;
  }

  #encart-prestations .titre_presta a {
    display: none;
  }

  .cover-card span {
    font-size: 0.8em;
  }


  #catalogue_contenu {
    justify-content: flex-start;
  }
  


  .catalogue-listing #catalogue_contenu li {
    max-width: 33%;
    padding: 10px;
  }

  /*DESKTOP*/
/* BDD */
/* =========================== */
 
/* CATALOGUE ACCUEIL */
/* ======== */
 
#encart-catalogue .card:hover .card-title a{
  color:var(--accent-color);
}
 
#encart-catalogue .card:hover .card-image{
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}
/* LISTING */
/* ======== */
 
#catalogue_contenu .col.l3{
  margin:15px;
  width:270px;
}
 
#catalogue_contenu .col.l3 .card-title{
  font-size: 1.2em;
}
 
 
#caralogue_contenu div{
  width:100%;
}

 
/* DETAIL */
/* ======== */
 
#bdd-detail .img-details2 .slick-prev, #bdd-detail .img-details2 .slick-next{
  display: none!important;
}
 
.box-detail{
  margin-right: 25px;
}

/*****************************************************************/

  .no-desktop{
    display: none;
  }
  .no-mobile{
    display: block;
  }

  .index-page .coordonnees::before{
    content: "";
    width: 1px;
    background: var(--text-color);
    height: 180%;
    position: absolute;
    right: 10px;
  }
  .index-page .slider-slick{
    /* margin-top: -80px; */
  }
  main p {
    font-size: .875em;
  }

  /* HEADER*/
/* =============== */
  .index-page .top-bar{
    padding: 10px 0;
  }
  .top-bar {
    font-size: .75em;
  }

  .fold .reseaux-sociaux ul{
    flex-direction: column;
  }
  .index-page header .brand {
    width: max-content;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
  }

  .main-nav {
    font-weight: 700;
  }
  .content-slide{
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--background-color);
  }

  .fold .container .reseaux-sociaux{
    position: absolute!important;
    left: -21px;
    top: 32%; 
  }

  .top-bar .main-nav ul li a {
    color: inherit;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown {
    width: max-content;
    max-width: 320px;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
    text-align: left;
  }

  /* BLOCS */
/* =============== */
  #bloc-01 p:first-child{
    padding: 50px 0 0 0;
  }

  #bloc-04{
    margin-bottom: 6rem;
  }

  #bloc-03::before{
    top: -20%;
  }

  /* ENCART MAP */
/* =============== */

#encart-map {
  padding: 0;
}

  #encart-map .map-container {
    margin-top: -64px;
  }
 
  /* ENCART NEWSLETTER */
/* =============== */
  .newsletterInput #js_submit{
    width: fit-content;
  }
  .newsletterInput {
    display: flex;
}
  #move{
    transform: translateY(80px);
  }
}

/* TOP-BAR */
/* ======= */

@media screen and (min-width: 1200px){

  .content_encart_espace .partie_right {
    clear: both;
}

  .content_encart_espace .partie_left {
    width: 25%;
    float: right;
    margin-right: 4%!important;
}

 .index-page .coordonnees::before{
    right: 30px;
  }
}
/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}

/* CATALOGUE DÉTAIL */
/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
.catalogue-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
}

footer .logo_footer img {
  width: 130px;
  margin: 20px;
}

.contact-page #fil_ariane a {
  color: #fff;
}

.page-interne .encart-contact .card .card-content {
  min-height: 225px;
}

.index-page #encart-infos li:nth-child(3) {
  display: none;
}

#encart_actualite .lien_encart_actu {
  font-size: 1.5em;
  text-decoration: none;
}

#encart_actualite .lien_encart_actu:hover {
  color: var(--accent-color);
}

.rappel_telephonique .brand img {
  width: 100px;
  padding: 0;
}


.plan-site .section {
  padding-bottom: 6rem;
}

#encart-actualites {
  padding-bottom: 6rem;
}

.la-carte table {
  width: 100%;
}

.la-carte table td {
  border: 1px solid;
  padding: 15px;
}

.catalogue-listing .section,
.catalogue-detail .section {
  padding-bottom: 6rem;
}


.cover-card {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}

#catalogue_contenu .card.full-image .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 24px;
  color: #FFFFFF !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
}

#catalogue_contenu li {
  list-style: none;
}

.paginationControl {
  margin: 20px auto;
  text-align: center;
}

.paginationControl a {
  margin: 0px 5px
}


.prix_detail span {
  font-size: 1.5em;
}

#catalogue_contenu .card {
  margin: 0;
}

.top-bar .main-nav {
  z-index: 10000;
}

#espace_client input[type=submit] {
  border: 1px solid var(--primary-color);
  padding: 13px 19px;
  color: var(--primary-color);
  background-color: transparent;
  border-radius: var(--button-border-radius);
  margin-bottom: 10px;
}

#espace_client input[type=submit]:hover {
    color: #FFFFFF;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    cursor: pointer;
}

.partie_left h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#encart_espace_client a {
  margin-right: 20px;
}

#espace_client {
  margin-bottom: 6rem;
}

.page-boisson {
  background-color: lawngreen;
}

.index-page #encart-infos {
  background: #f5f5f5;
}

html, .index-page{
  overflow-x:hidden!important;
 }

 #catalogue_categorie_souscategorie {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
 }

 #catalogue_categorie_souscategorie a {
  margin: 10px;
}

.boissons {
  position: relative;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.boissons:before {
  position: absolute;
  left: 0;
  right: 0;
  content: ' ';
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0;
  margin: 0 auto;
  background: var(--secondary-color);
}

.boissons .price {
    color: var(--secondary-color);
    padding: 2px 10px;
    font-size: 1em !important;
    font-weight: 700;
    margin-left: 20px;
}

.boissons .name {
    font-size: 0.8em;
    font-weight: 600;
}


.prix_detail span {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  margin-left: 5px;
}

#encart-newsletter {
  padding-bottom: 6rem;
}

.partie_right h2 {
  font-size: 1.2em;
}

.partie_right .submit #field_3 {
  border: 1px solid var(--primary-color);
    padding: 13px 19px;
    color: var(--primary-color);
    background-color: transparent;
    border-radius: var(--button-border-radius);
}

.partie_right .submit #field_3:hover {
  color: #FFFFFF;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    cursor: pointer;
}

#paiement_form input[type=submit] {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: var(--button-border-radius);
  background-color: var(--accent-color);
  color: #fff;
  border: none;
  transition: all 0.3s;
}

.valid-paiement {
  margin-top: 60px;
}

.valid-paiement a  {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: var(--button-border-radius);
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  transition: all 0.3s;
  text-decoration: none;
}

.valid-paiement a:hover {
  background-color: var(--primary-color-darken);
  color: #fff;
  text-decoration: none;
}

#paiement_form input[type=submit]:hover {
  background-color: var(--accent-color-darken);
  cursor: pointer;
}

#paiement_form a img {
  width: 40%;
}

.recapitulatif_paiment td label p {
  font-size: 16px;
}

.recapitulatif_paiment td label p.style_h2, #paiement_form > p {
  font-size: 1.2rem;
    line-height: 110%;
    font-weight: bold;
    margin: 1.33333rem 0 2rem 0;
}


.recapReference bold {
  font-weight: bold;
}

.paiement-stripe #container {
  width: 90%;
  margin: auto;
}

.paiement-stripe #container form {
  min-width: 300px;
  max-width: 90%;
}

.logos-pay {
  display: flex;
  justify-content: space-between;
}

.logos-pay div img {
  width: 130px;
}

.paiement-stripe h1 {
  text-align: center;
}

.montant-stripe {
  font-size: 20px;
  font-weight: 600;
  margin: 60px auto 30px;
  text-align: center;
}

@media screen and (min-width:768px) {
    #paiement_form a img {
      width: 20%;
  }

    .logos-pay div img {
      width: 200px;
  }

  .paiement-stripe h1 {
    margin-bottom: 60px;
  }

  .montant-stripe {
    font-size: 30px;
  }

  .paiement-stripe #container form {
    min-width: 500px;
    margin: auto;
}
}

@media screen and (min-width:1024px) {
  /*#paiement_form {
    margin-bottom: 100px;
  }*/

  body:not(.index-page) aside {
    margin-top: 60px;
  }

  #paiement_form .generateur label {
    display: block;
  }

  #paiement_form input[type=text] {
    width: 50%;
  }

    #paiement_form a img {
      width: 200px;
  }

  .paiement-stripe #container, .paiement-stripe .container {
    width: 100%;
  }
}


.paiement-stripe #container, .paiement-stripe .container .btn-4 {
  text-align: center;
}

.btn-4 {
    border: 1px solid var(--error-color);
    padding: 13px 19px;
    color: var(--error-color);
    background-color: transparent;
    border-radius: var(--button-border-radius);
    display: inline-block;
    margin: 30px 0px;
}

.btn-4:hover {
  color: #FFFFFF;
  border-color: var(--error-color);
  background-color: var(--error-color);
}

.paiement-stripe .payment-form #button-text {
  margin: auto;
}

.paiement-stripe form img {
  width: 60px;
  vertical-align: middle;
  margin: 5px 10px;
}

#paiement_form a img {
  width: 200px;
}

.message_covid {
  background-color: #F20732;
  padding: 20px;
  margin: 20px 0px;
  text-align: center;
  color: #fff;
}

.message_covid p {
  font-size: 1.5rem;
}
/* BANDEAU */

.bandeau p {
  padding: 20px;
  font-weight: bold;
  color: #fff;
}
.bandeau {
  margin-top: 20px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
.bandeau span {
  text-decoration: underline;
}