/*Page accueil*/

/* =============
==== TEXTES ======
=============== */
/* ======Texte A propos / avec les guillemet.png"======*/
.rotate_180 {
  transform: rotate(180deg);
}
.colorSpeechText {
  color: var(--color-dark);
}
/*=======Texte accueil=====*/ 
#wrapper .speechText {
  font-family: 'Lobster Two', cursive!important;
  font-size: 23px!important;
  line-height: 55px;
}

/* =============
=== VIDEO ===
=============== */
video {
  max-width: 270px;
  border-radius: 20px;
}
video + div {  /*légende*/
  color: #909182;
}

/* =============
=== BLOC PRESENTATION ===
=============== */
#custom-text {
  padding: 30px;
  text-align: left;
  display: flex;
  justify-content: space-around;
  /*background-color: var(--color-light); #F4E9D3;*/
  div {
    margin-left: 10px;
    margin-right: 10px;
  }
  p {
    //font-family: 'Passions Conflict', cursive!important;
    //font-family: Lobster Two!important;
    font-family: 'Abhaya Libre' !important;
    max-width: 400px;
    //padding-right: 300px;
    font-size: 1.3em!important;
    line-height: 1.1em;
    color: gray!important;
  }
}


/* =============
=== RESEAUX ===
=============== */
.block-social ul li {
  background-color: var(--color-dark);
  border-radius: 4px;
}
.block-social ul li:hover {
  background-color: var(--color-contrast-darker);
}
.block-social ul {
  justify-content: center;
}
.block-social.col-lg-4 {
  width: 100%;
}
.block-category {
  min-height: auto;
}
#products .product-miniature {
  margin: 0;
}

/* =============
=== SECTION FAIT EN MAIN (IMAGE RESPONSIVE) ===
=============== */
/*les blocs conditions de bas de page*/
a.banner img {
  margin: auto;
  display: flex;
}

@media (max-width: 610px) {
  a.banner img {
    display: none;
  }
  a.banner {
    content: ";)";
    background-image: url(https://tempsdesfees.com/themes/classic/assets/img/nouveaubandeaubas4.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90vw;
    height: 90vw; 
  }
}
