/* 
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
*/


span.italic-title {
    font-style: italic;
    font-weight: 400;
}

a.lien-interne{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #94092B;
    text-decoration: underline;
}

/*Bouton Trouver un centre*/

.btn-menu-centre::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    margin-left: 15px;
   	background: url("data:image/svg+xml,%3Csvg%20fill='white'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20384%20512'%3E%3Cpath%20d='M172.268%20501.67C26.97%20291.031%200%20269.413%200%20192%200%2085.961%2085.961%200%20192%200s192%2085.961%20192%20192c0%2077.413-26.97%2099.031-172.268%20309.67-9.535%2013.774-29.93%2013.773-39.464%200zM192%20272c44.183%200%2080-35.817%2080-80s-35.817-80-80-80-80%2035.817-80%2080%2035.817%2080%2080%2080z'/%3E%3C/svg%3E") no-repeat center center;
  	background-size: contain;
}

.btn-menu-centre > a::after {
    display: none;
}

li.btn-menu-centre.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-43 {
    background-color: #000000;
    border-radius: 50px;
    margin-left: 25px;
}

li.btn-menu-centre.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-43 a.elementor-item {
    color: #ffffff;
    padding-right: 15px;
    padding-left: 0px;
}

.btn-menu-centre {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.btn-menu-centre:hover {
  transform: translateY(-8px);
}

.elementor-25 .elementor-element.elementor-element-9728da2 .elementor-nav-menu--dropdown a.elementor-item-active {
    background: none !important;
}

@media (max-width: 1024px) {
	li.btn-menu-centre.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-43 {
        height: 50px;
        width: 202px !important;
        margin: auto;
        margin-bottom: 30px;
    }

    .btn-menu-centre > a::before{
    	display: none !important;
    }

    li.btn-menu-centre.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-43 a.elementor-item {
        color: #ffffff;
        padding: 0px;
    	}

    li.btn-menu-centre.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-43 a.elementor-item:hover{
    	background: none;
    }
    li.btn-menu-centre.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-43 a.elementor-item:focus{
    	background: none;
    }
}


/*Home: Liste ville*/
.liste-villes-articles {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    padding-left: 0;
    column-gap: 2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #63678C;
}

.liste-villes-articles li {
    break-inside: avoid;
    margin-bottom: 0.5em;
}

.liste-villes-articles a {
    text-decoration: underline;
    text-decoration-color: #63678C;
    color: #63678C;
    text-underline-offset: 2px;
}

.liste-villes-articles a:hover {
    text-decoration: underline;
}
