/* 
Theme Name: Trapèze
Theme URI: https://trapezepadj.org/
Description: Thème créé pour Trapèze
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
*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
h1 span {
	color: var(--e-global-color-accent);
	font-size: 133%;
}
h4 span {
	font-weight:600;
}
#liens-utiles .elementor-button-text {
	text-align: left;
}
#ressources h2 span {
	font-size:150%;
}
.elementor-heading-title a {
	text-decoration: none;
}

/* CARROUSEL */
.owl-theme .owl-dots .owl-dot span {
	background: var(--e-global-color-text);
	opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-text);
	opacity: 1;
}
@media screen and (min-width:1025px) {
	.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.owl-carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
}

/* FORMULAIRE */
.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
	font-size: inherit;
}

