/* 
Theme Name:		 Hello child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Mattéo Groult
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-child
*/

html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/*
    Add your custom styles here
*/

.prestation_title_ancre {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.prestation_title_ancre a {
    font-family: 'Poppins';
    color: #000;
    font-size: 24px;
    font-weight: 300;
	position: relative;
}

.prestation_title_ancre .container
    {
      position: relative;
      display: inline-block;
      padding: 0 40px;
      cursor: pointer;
    }

    .prestation_title_ancre a
    {
      text-transform: uppercase;
      font-weight: 900;
      position: relative;
      color: #000; 
    }

    .prestation_title_ancre a::before
    {
      content: attr(data-text);
      position: absolute;
      color: #fff;
      width: 0;
      overflow: hidden;
      transition: 0.6s;
    }

    .prestation_title_ancre .container::before
    {
      content: "";
      width: 0%;
      height: 100%;
      position: absolute;
      background: #000;
      right: 0;
      top: 0;
      transition: 0.6s;
    }

    .prestation_title_ancre .container:hover .prestation_title_ancre a::before,.prestation_title_ancre .container:hover::before
    {
      width: 100%;
    }
.prestation_title_ancre a:hover , .prestation_title_ancre .container:hover > a{
	color:#F7EBD4
}


.prestation_body {
    padding: 45px 0 35px 0;
}

.prestation_body .gallery {
    display: flex;
}

.prestation_body .gallery {
    display: flex;
    gap: 2%;
    width: 75%;
    margin: 35px auto;
    justify-content: center;
    max-height: 400px;
}


.prestation_body .gallery-item {
    width: 33.33%;
}

.prestation_body img {
    border-radius: 0 15px 0 15px !important;
    height: 100% !important;
    object-fit: cover;
}

.prestation_body h2 {
    color: #000000;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.prestation_body * {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.prestation_body .separator_prestations {
    width: 50px;
    height: 1px;
    background-color: #000;
    margin: 0 0 25px 0;
}

.prestation_body .gallery-icon {
    height: 100%;
}

.room_calendar .wpsbc-calendars {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.room_calendar .wpsbc-calendar {
    width: 300px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 20px 50px;
    border: 0!important;
    background: #F7EBD4!important;
}

.room_calendar .wpsbc-calendars > div:nth-child(1) {
    border-bottom: 1px solid #000!important;
    border-top: 1px solid #000!important;
    border-left: 1px solid #000!important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 15px 20px 50px;
}

.room_calendar .wpsbc-calendars > div:nth-child(2) {
    border-bottom: 1px solid #000!important;
    border-top: 1px solid #000!important;
    border-right: 1px solid #000!important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 50px 20px 15px;
}

.room_calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap,
.room_calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header{
    background: #00000000;
}

.room_calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation {
    font-family: "Poppins", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

body > div.elementor.elementor-43.elementor-location-header > section.elementor-section.elementor-top-section.elementor-element.elementor-element-0e0e640.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects.animated.bounceInDown > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-e9e5010 > div > div > div > div {
    width: 30px!important;
}

.image_homepage_home a {
    width: 100%!important;
}

.elementor-element.elementor-element-cdc1fac.e-transform.image_homepage_home.elementor-widget.elementor-widget-image {
    overflow-x: hidden;
}


/* PROPOSITION */

.slider_hp img.swiper-slide-image {
    border-radius: 15px !important;
    border: 0 !important;
    height: 330px !important;
    object-fit: cover;
    width: 100%;
}


