/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

h2 {
	color:#ac1e44!important;
	font-size:54px!important;
	line-height:37px!important;
}

.wpsbc-legend-item-name, .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
	font-family:raleway;
}

.fa-star {
	color:#FECB56;
}

.mobile_menu_bar:before{
	color:#AC1E44;
}

/*Formulaire de contact */
#formulaire-responsive {
	max-width:800px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.demi-colonne {
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"], select {
	width: 100%;
	padding: 8px;
	border-bottom: 1px #000 solid;
	background:transparent;
}
.wpcf7 input[type="text"]:focus{
	background: transparent;
}

.wpcf7-submit{
	float: right;
	color: #AC1E44;
      border-color: #AC1E44;
      font-size: 18px;
  	  line-height: 49px;
      height: 49px;
      font-weight: 600;
      background-color: #fff;
       border-width: 1px;
		border-radius:0px;
       padding: 0px 35px;

}
.wpcf7-submit:hover{
	background: #AC1E44!important;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 14px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
	font-family:raleway;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	font-family:raleway;
	font-weight:bold!important;
	border:none;
	color: #208D04;
}

input::placeholder, textarea::placeholder, select  {
 	color: #000!important;
	font-size:16px!important;
}

input[type="date"] {
	padding: 7px 16px;
	border: 1px solid #000;
}

textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"], select {
	border-top:none;
	border-right:none;
	border-left:none;
}

input, textarea {
	font-size:16px!important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border:none!important;
	font-family:raleway!important;
	color:#FEB100!important;
	font-weight:bold!important;
	font-style:italic;
}

/* Fin formulaire de contact */

#button-icon {
  border: 1px solid #fff!important;
  color: white;
  padding: 12px 16px 16px 16px;
  font-size: 20px!important;
  cursor: pointer;
  font-family: 'poiret one';
  background-color: #AC1E44;
}

#button-icon-rouge {
  border: 1px solid #AC1E44!important;
  color: #AC1E44;
  padding: 12px 16px 16px 16px;
  font-size: 19px;
  cursor: pointer;
  font-family: 'poiret one';
  background-color: #fff;
  font-weight:bold;
}

 #et-top-navigation {
        float: left!important;
        padding-left: 0!important;
    }
    .logo_container a {
        margin-left: 45px;
    }

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
	position: absolute;
    left: 30px!important;
    top: 34px;
    z-index: 999999;
    cursor: pointer;
}

.wpsbc-calendars-wrapper.wpsbc-legend-position-side {
	margin:auto!important;
}

/*Bouton flottant*/

#CTA{
    list-style: none;
    position: fixed;
    padding: 0;
    right: -150px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
}

#CTA li{
    margin: 5px 0;
    background-color: #210F10;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    padding: 15px;
    flex: 1;
    width: 100%;
    transition: all ease-in-out .3s;
    display: flex;
	border-radius: 15px 0px 0px 15px;
}

#CTA li:hover{
    background-color: #AC1E44;
}

.cta-txt {
	align-self: center;
    padding: 0px 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
	font-size:20px;
}

#CTA #cta-search:hover{
    width: calc(100% + 150px);
}
#CTA #cta-contact:hover{
    width: calc(100% + 100px);
}
#CTA #cta-faq:hover{
    width: calc(100% + 150px);
}

#CTA li a,
#CTA li > div{
    display: flex;
    /* width: 100%; */
}

#CTA li a img{
    width: 40px;
    margin-right: 15px;
}

/* FIn bouton flottant*/

.et_pb_toggle_title:before {
	font-size: 20px!important;
    color: #ac1e44!important;
}

.et_menu_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.et_menu_container.clearfix:after{
	content: "";
	display: none;
}

#reservation-menu{
	display: inline-block;
    border: 1px solid #AC1E44;
    padding: 10px 20px;
    padding-right: 45px;
    color: #AC1E44;
    font-family: 'Poiret One';
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

#reservation-menu:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    height: 22px;
    width: 22px;
    background-image: url(/wp-content/uploads/2022/08/icon-button-rouge.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 980px) {
	.et_header_style_left #logo{
		display: none;
	}
}


@media (max-width:780px) {
	#button-icon, #button-icon-rouge {
		font-size:15px!important;
	}

	#animaux-bienvenus{
		margin-bottom:30px!important;
	}
}

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

	.dsm_image_carousel .swiper-button-prev{
		left: 0;
	}
	.dsm_image_carousel .swiper-button-next{
		right: 0;
	}

	#CTA{
		right: -100px;
	}

	#CTA li{
		padding: 10px;
	}

	#CTA li a img{
		width: 20px;
	}

	#CTA .cta-txt{
		margin-left: 0;
		padding: 0 5px 0 0;
		font-size: 16px;
	}

	#CTA #cta-search:hover{ width: calc(100% + 90px); }
	#CTA #cta-contact:hover{ width: calc(100% + 60px); }
	#CTA #cta-faq:hover{ width: calc(100% + 90px); }
}