/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/***** Page fiche chambre *****/
.mi__picto-ban p.elementor-icon-box-title {
    margin: 0;
}


/***** fin Page fiche chambre *****/

.mi__border-fit {
    position: relative;
}

.mi__border-fit:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 100%;
    height: 90%;
    left: 0;
    transform: translateY(-50%);
    border: 3px solid #c5c3c3;
    border-left: none;
    border-right: none;
}


/***** Titre *******/
.mi__custom-title p {
    margin: 0;
}

.mi__home-sec-1 .mi__sec-title {
    margin-top: -45px;
    margin-left: 105px;
    width: fit-content;
}

.mi__custom-title.mi__home-sec-2 .mi__sec-title.e-flex {
    margin-top: -45px;
    margin-left: 50px;
	margin-bottom: -25px;
    width: fit-content;
}

.mi__home-sec-3 .mi__sec-title-right {
    margin-bottom: -47px;
}

.mi__home-sec-4 .mi__sec-title-center{
    margin-top: -65px;
}


.mi__home-sec-5 .mi__sec-title-center{
    margin-top: -55px;
}

.mi__home-sec-6 .mi__sec-title-center {
    margin-bottom: -20px;
}

.mi__home-sec-header .mi__sec-title-head-1 {
    margin-bottom: -165px;
}

.mi__home-sec-header .mi__sec-title-head {
    margin-bottom: -70px;
}

span.mi__custom-font-ch-sp {
    letter-spacing: -15px;
}

.mi__font-metal {
    font-family: 'Vibis metal';
}

.mi__font-rock {
    font-family: 'Vibis rock';
}

.mi__font-class {
    font-family: 'Vibis Classique';
}

.mi__font-jazz {
    font-family: 'Vibis jazz';
}

p.mi__custom-font-ch {
    line-height: 0.3em;
    margin: 0;
}

p.mi__custom-font-ch.mi__font-right.mi__font-jazz {
    margin-left: 35px;
}

.mi__head-title-marg {
    margin-right: 200px;
}

/**** page chambre *****/
.mi__chambre-sec .mi__sec-title-chambre {
    margin-top: -45px;
    margin-left: 50px;
    width: fit-content;
}
/**** fin page chambre *****/


/****** page d'accueil ********/

.mi__picto-animaux .elementor-icon-box-content {
    position: relative;
	z-index:1;
}

.mi__picto-animaux .elementor-widget-container {
    cursor: pointer;
}

.mi__picto-animaux .elementor-widget-container:hover p.elementor-icon-box-description {
    display: block;
}

.mi__picto-animaux p.elementor-icon-box-description {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 0;
    border: 1px solid #fff;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 14px !important;
    font-style: italic;
	z-index: 1;
}
.frame-icon.mi__picto-animaux p.elementor-icon-box-description {
    background: #0664A7;
}

/****** fin page d'accueil ********/


/****** Header ********/

.mi__btn-head-switch a.elementor-button.elementor-button-link:before {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    background: #D9D9D9;
    border-radius: 50%;
}

.mi__btn-head-switch.mi__btn-switch-IB a.elementor-button.elementor-button-link:before {
    border: 1px solid #E20026;
	left: -5px;
}



.mi__btn-head-switch a.elementor-button.elementor-button-link {
    width: 30px;
    height: 12px;
    position: relative;
    font-size: 0;
    border-radius: 10px;
}

.mi__btn-head-switch.mi__btn-switch-IH a.elementor-button.elementor-button-link:before {
    right: -5px;
    border: 1px solid #0664A7;
}

.mi__btn-head-switch .elementor-button-wrapper {
    display: flex;
}

.mi__logo-gray-hover a img {
    filter: grayscale(100%);
}

.mi__logo-gray-hover a:hover img {
    filter: grayscale(0%);
}

/****** fin Header ********/

.mi__ctn-insta-rouge a.instagram-gallery__button {
    background: #D83715;
    border: 1px solid #D83715;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Vibis_Text';
}

.mi__ctn-insta-rouge a.instagram-gallery__button:hover {
    background: #fff;
    color: #D83715 !important;
}

.mi__ctn-insta-bleu a.instagram-gallery__button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #0664A7;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0664A7;
    padding: 10px 50px 10px 50px;
}

.mi__ctn-insta-bleu a.instagram-gallery__button:hover {
    background: #fff;
    color: #0664A7 !important;
}

@media ( max-width: 767px ){
	.mi__home-sec-header .mi__sec-title-head-1 {
		margin-bottom: -110px;
	}
	.mi__head-title-marg {
		margin-right: 0px;
	}
	
	.mi__home-sec-4 .mi__sec-title-1 p {
		line-height: 0.5em;
	}

	.mi__home-sec-4 .mi__sec-title-center {
		margin-top: -30px;
	}
	
}
@media ( max-width: 767px ){
	.mi__picto-animaux p.elementor-icon-box-description {
		  left: 21%;
	}
	.mi__picto-animaux p.elementor-icon-box-description {
		bottom: -18px;
	}
	
}