/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/*Menu*/
.item-phone-menu::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    margin-right: -10px;
   	background: url("data:image/svg+xml,%3Csvg%20aria-hidden='true'%20class='e-font-icon-svg%20e-fas-phone-alt'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M497.39%20361.8l-112-48a24%2024%200%200%200-28%206.9l-49.6%2060.6A370.66%20370.66%200%200%201%20130.6%20204.11l60.6-49.6a23.94%2023.94%200%200%200%206.9-28l-48-112A24.16%2024.16%200%200%200%20122.6.61l-104%2024A24%2024%200%200%200%200%2048c0%20256.5%20207.9%20464%20464%20464a24%2024%200%200%200%2023.4-18.6l24-104a24.29%2024.29%200%200%200-14.01-27.6z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    margin-right: -2px;
    }

li.btn-resa-nav {
    background-color: #000000;
    padding: 5px 15px;
    margin-left: 10px;
    margin-right: 22px;
}

li.btn-resa-nav a{
    color: #ffffff !important;
}


li.btn-resa-nav.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-38 {
    transition: transform 0.3s ease-in-out;
}
li.btn-resa-nav.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-38:hover {
    transform: translateY(-5px);
}

@media (max-width: 1345px) and (min-width: 1110px) {
  #menu-custom {
    padding-right: 2%;
    padding-left: 2%;
  }
}

/*Footer*/
.lien-footer a{
	color:#ffffff;
}

.coordonnees-footer p, .coordonnees-footer a {
	color: #ffffff;
}


/*Home*/
span.bullet-point-inline {
    font-weight: 700;
}