/* 
Theme Name: Pointe-au-pop
Theme URI: https://www.pointeaupop.ca/
Description: Thème pour le site de Pointe-au-pop
Author: Alexanne Laplante
Author URI: https://alexannelaplante.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
*/

/* POLICES PERSONNALISÉES */
@font-face {
	font-family: 'Kiwi';
	src: url('fonts/kiwi-font.woff2') format('woff2'),
       url('fonts/kiwi-font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.kiwi, .kiwi .elementor-heading-title  {
	font-family: 'Kiwi'!important;
	font-weight: normal;
}

/* ÉLÉMENTS DESIGN */
.vague-bleue {
	color: var(--e-global-color-primary);
	white-space: nowrap;
	background: url(/wp-content/themes/pointe-au-pop/img/vague-bleue.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 0.3em;
	background-size: contain;
}
.vague-orange {
	background: url(/wp-content/themes/pointe-au-pop/img/vague-orange.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 0.2em;
    background-size: 100%;
	font-family: "Kiwi";
	color: var(--e-global-color-secondary);
	font-weight: normal;
}
#infos .vague-orange {
    background-size: 150px;
	padding-bottom: 0.1em;
}
.elementor-widget-text-editor li {
	margin-bottom: 20px
}

/* ACCORDÉONS */
.e-n-accordion-item-title {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.e-n-accordion-item-title[aria-expanded="false"] {
  opacity: 0.7;
}

/* FORMULAIRES */
#formulaire .mf_multiselect__multi-value__label, #formulaire .mf_multiselect__multi-value__remove {
	border-radius: 0px!important;
	background-color: var(--e-global-color-primary);
	color: white;
}

/* MEDIA QUERIES */
@media screen and (max-width: 767px) {
	#pourquoi br {
		display:none;
	}
}