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

.shrink {
	transition: all 0.3s ease;
}

.shrink:hover {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.median {
	font-family: Sans-Serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Saira Condensed", Sans-serif !important;
}

.mapsvg-wrap-all path {
	cursor: pointer;
}

.home .el-subheader {
	display: none;
}

.asr-filter-div {
	text-align: center;
}

.asr-filter-div .asr_texonomy {
	border-radius: 3px;
	border: none;
	background: #00d556;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;
	border: 1px solid #00d556;
	transition: 0.5s ease all;
}

.asr-filter-div .asr_texonomy.active {
	background: #fff;
	border-color: #00d556;
	color: #00d556;
	border: 1px solid #00d556;
	transition: 0.5s ease all;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.asr-filter-div .asr_texonomy[data_id="8"] {
	display: none;
}

.bloc-alaune .elementor-grid {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.am__title {
	font-size: 21px;
	font-weight: 600;
	color: black;
}

.am__excerpt {
	margin-bottom: 10px;
	font-size: 14px;
	color: #777;
	line-height: 1.5em;
}

.am__readmore {
	font-family: "Saira Condensed", Sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

@media (max-width: 600px) {
	.am_post_grid {
		display: block !important;
	}

	.am__col-3 .am_grid_col {
		max-width: 100%;
		margin-bottom: 30px;
		padding: 0 10%;
	}
}

.am_thumb {
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center;
}

.am_thumb img {
	height: 235px !important;
}

/* Masquer subheader sur certaines pages */
/* Presse */
.page-id-28 .el-subheader,
.page-id-30 .el-subheader,
.page-id-32 .el-subheader,
.page-id-24 .el-subheader,
.page-id-715 .el-subheader {
	display: none;
}

.mapsvg-directory-item {
	padding: 5px !important;
}

.mapsvg-map-container {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.mapsvg-map-container {
		padding: 0 10px;
	}
}

.mapsvg-details-container {
	box-shadow: 2px 2px 10px #ccc;
}

.mapsvg-auto-height {
	overflow: hidden;
}

.mission-bloc h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.mission-bloc p {
	margin-bottom: 5px;
}

.fluxrss h5 {
	display: none;
}

.fluxrss a {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.fluxrss ul {
	padding-left: 17px;
}

.hide {
	display: none;
}

.elementor-widget-wp-widget-tribe-events-list-widget h5 {
	display: none;
}

.elementor-widget-wp-widget-tribe-events-list-widget ol {
	list-style-type: none;
	padding-left: 0;
}

.elementor-widget-wp-widget-tribe-events-list-widget .tribe-event-title {
	margin-bottom: 0;
	font-size: 22px;
}

.elementor-widget-wp-widget-tribe-events-list-widget .tribe-event-duration {
	color: #fff;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 12px;
}

.elementor-widget-wp-widget-tribe-events-list-widget .tribe-events-widget-link {
	font-size: 12px;
}

#tribe-events-pg-template {
	margin-top: 35px;
}

html {
	scroll-behavior: smooth;
}

.cc-compliance a.cc-accept-all,
.cc-compliance a.cc-accept-all:hover {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-family: "Saira Condensed", Sans-serif;
}

.blanc {
	color: #fff;
}

.etiquette {
	display: inline-block;
	font-size: 32px;
}

.etiquette,
.tilt {
	transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -8.5deg);
	-moz-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -8.5deg);
	-webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -8.5deg);
	-o-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -8.5deg);
	-ms-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -8.5deg);
	perspective: 1000px;
	-webkit-perspective: 1000px;
	perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
	transition: ease-out all 0.2s;
}

.etiquette > div {
	padding: 8px;
}

.etiquette:hover {
	transition: ease-in all 0.2s;
}

.single-tribe_events .tribe-events-event-meta {
	background: #f2f2f2 !important;
}

.tribe-events-back {
	margin-bottom: 10px;
}

.tribe-events-back a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	font-family: "Saira Condensed", Sans-serif;

	color: #000 !important;
}

.tribe-events-single-event-title {
	 font-size: 2.5rem !important;
	color: #00d556 !important;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover,
.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
	color: #00d556;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	background: #00d556;
	border-radius: 0;
	color: #000;
}

.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
	background-color: #000 !important;
	color: #00d556;
}

.tribe-events-c-top-bar__datepicker-button:hover {
	color: #000 !important;
}

.tribe-events-c-top-bar__today-button {
	font-weight: bold !important;
}

.tribe-common .tribe-common-anchor-thin-alt {
	border-bottom: 1px solid #00d556 !important;
}

.tribe-events .tribe-events-c-ical__link:hover {
	background: #00d556;
	color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	background: #fff;
}

.tribe-events-calendar-list__event-title {
	font-size: 2em !important;
}

.tribe-events-calendar-list__month-separator-text {
	color: #00d556 !important;
	font-weight: bold !important;
}

.tribe-events-calendar-list__event-datetime-wrapper {
	margin-bottom: 0px !important;
	font-weight: bold !important;
}

.tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 20px !important;
}

.tribe-events-calendar-list__event-date-tag-daynum {
	font-size: 30px !important;
}

.tribe-events .tribe-events-c-ical__link {
	border-color: #00d556 !important;
	color: #00d556 !important;
}

.tribe-events .tribe-events-c-ical__link:before {
	display: none;
}

.error404 .elementor-133 .elementor-element.elementor-element-5ced9af6 {
	margin-top: 0 !important;
}

/* contact form */
.elementor-field-group-field_9c3d396,
#form-field-field_1e39f7e {
	display: none;
}

/*Portraits*/

.infos-portrait h5 {
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.infos-portrait p {
	text-align: center;
	margin-bottom: 20px;
}

/* Navigation pages missions */
#pages-navigation {
	position: absolute;
	top: 45vh;
	width: 100%;
	vertical-align: top;
}

#pages-navigation .page-prev,
#pages-navigation .page-next {
	position: absolute;
	width: 180px;
	background: #00d556;
	padding: 10px 20px;
	color: #000;
	cursor: pointer;
}

#pages-navigation .page-prev a,
#pages-navigation .page-next a {
	color: #000;
	font-family: "Saira Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	width: 80%;
	display: inline-block;
	vertical-align: top;
}

#pages-navigation .page-arrow-nav-prev,
#pages-navigation .page-arrow-nav-next {
	display: inline-block;
	vertical-align: top;
	width: 10%;
}

#pages-navigation .page-prev a {
	margin: 3px 0 0 6px;
}

#pages-navigation .page-next a {
	margin: 3px 6px 0 0;
}

#pages-navigation .page-prev {
	left: 0;
}

#pages-navigation .page-next {
	right: 0;
}

@media (max-width: 1560px) {
	#pages-navigation .page-prev,
	#pages-navigation .page-next {
		width: 150px;
		font-size: 12px;
	}
}

@media (max-width: 1360px) {
	#pages-navigation {
		bottom: 38px;
		position: fixed;
		top: initial;
	}

	#pages-navigation .page-next,
	#pages-navigation .page-prev {
		width: 50px;
	}

	#pages-navigation .page-prev a,
	#pages-navigation .page-next a {
		display: none;
	}
}

span.middot {
	font-family: sans-serif;
}

.bouton a {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #000;
	border-radius: 3px 3px 3px 3px;
	padding: 10px 25px 10px 25px !important;
	margin: 0 !important;
	font-family: "Saira Condensed", sans-serif;
}

.bouton {
	margin: 35px 0;
}

/* Equipe */
.equipe-wrap {
	float: left;
	padding: 20px 0;
	width: 33%;
	height: 170px;
}

@media (max-width: 767px) {
	.equipe-wrap {
		width: 100%;
	}
}

.presidence-equipe .equipe-wrap {
	float: left;
	width: 100%;
}

.equipe-img {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}

.equipe-img img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.equipe-content {
	float: left;
	width: 60%;
	padding: 0 0 0 20px;
	font-size: 14px;
}

.equipe-content .entry-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.equipe-content .entry-content p {
	margin-bottom: 0.4em;
}

.equipe-content .fa-linkedin {
	font-size: 22px;
	color: #0073b1;
}
