/**
 * Theme Name:       Twenty Twenty-Five Child
 * Theme URI:        https://monsite.com/
 * Description:      Thème enfant de Twenty Twenty-Five avec personnalisations custom
 * Template:         twentytwentyfive
 * Version:          1.0.0
 * Author:           Aurélie MAGONTIER
 * Author URI:       https://monsite.com/
 * Text Domain:      twentytwentyfive-child 
 * License:          GPL v2 or later
 * License URI:      https://www.gnu.org/licenses/gpl-2.0.html
 */

@import url('assets/css/fonts.css');

#modal-1-content > ul > li.wp-block-navigation-item.has-child.open-on-hover-click.sous_menu.wp-block-navigation-submenu.current-menu-ancestor > ul, #modal-1-content > ul > li.wp-block-navigation-item.has-child.open-on-hover-click.sous_menu.wp-block-navigation-submenu > ul {
  background-color: rgba(177, 130, 94, 0.1) !important;
}
.card{
  position: relative;
}
.infos_cards_home, .infos_cards_tarifs{
  position: absolute;
  background-color: rgba(177, 130, 94, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.4em !important;
  width: 100%;
}
.infos_cards_home{
top: 25%;
bottom: 0;
min-height: 250px;
}
.infos_cards_tarifs{
  bottom: 0;
  left: 0;
  min-height: 350px;
}

.infos_cards_home p,.infos_cards_tarifs p, .infos_cards_home h2, .infos_cards_tarifs h2 {
  color:#fff6ed;
}
.card-ombre {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
}

.card-fond {
  background-color: rgba(176, 129, 93, 0.09);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.card-fond img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.etiquettes {
  border:solid 2px rgb(177, 130, 94);
  background-color: #fff6ed;
  cursor: default;
}
.etiquettes a {
  color: rgb(177, 130, 94);
  cursor: default;
}
.etiquettes:hover a {
  background-color: #fff6ed;
  color: rgb(177, 130, 94);
  cursor: default;
}


