/*
Theme Name: Digital Tribe
Description: Digital Tribe Theme is based on Hello Elementor Child, a child theme of Hello Elementor, created by Elementor team
Author: Kevin Georis for Digital Tribe
Author URI: https://www.digitaltribe.fr
Template: hello-elementor
Version: 2022.0.2
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
*/

@media (min-width: 768px) {
	.hidden-desktop-tablet {
		display: none!important;
	}
}
@media (min-width: 1024px) and (max-width: 1345px) {
	header .elementor-nav-menu li a {
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
	.elementor-14 .elementor-element.elementor-element-418908b > .elementor-widget-container {
		margin: 0 20px 0 0;
	}
}
body {
	overflow-x: hidden;
}

/* MENU */
header .elementor-item.elementor-item-active {
	color: var(--e-global-color-secondary)!important;
	font-weight: 700!important;
}
header .elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

/* LISTE DES EXPERTS */
.liste-experts {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 70px;
	width: 100%;
}
.expert {
/* 	width: calc(50% - 35px); */
	display: flex;
}
.expert .expert-photo {
	width: 250px;
    height: 74px;
}
.expert .expert-photo img{
	width: auto;
	height: 100%;
}
.expert .expert-infos {
/* 	width: calc(100% - 200px); */
	padding-left: 60px;
    display: flex;
justify-content: center;
    flex-direction: column;
}
.expert .expert-infos .expert-expertise,
.expert .expert-infos .expert-nom{
    height: 30px;
    line-height: 30px;
}

.expert .expert-infos .expert-expertise {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: var( --e-global-color-secondary );
/* 	margin-bottom: 20px; */
	
	width: 100%;
	
}
.expert .expert-infos .expert-societe {
	text-align: left;
	font-size: 25px;
	font-weight: 700;
	color: var( --e-global-color-secondary );
}
/* .expert .expert-infos  */
.expert-nom {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: var( --e-global-color-primary );
	
	width: 100%;
}
.expert .expert-infos .expert-contact {
	display: flex;
	margin-top: 40px;
	display: none;
}
.expert .expert-infos .expert-telephone a {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: var( --e-global-color-primary );
	vertical-align: -webkit-baseline-middle;
}
.expert .expert-infos .expert-reseaux {
	margin-left: auto;
}
.expert .expert-infos .expert-email,
.expert .expert-infos .expert-linkedin {
	display: inline-block;
}
.expert .expert-infos .expert-linkedin {
	margin-left: 15px;
}
.expert .expert-infos .expert-email img,
.expert .expert-infos .expert-linkedin img {
	width: 25px;
	height: 25px;
}
@media (max-width: 767px) {
	.liste-experts {
		gap: 40px;
	}
	.expert {
		width: 100%!important;
		flex-wrap: wrap;
	}
	.expert .expert-photo {
		width: 150px;
		height: 150px;
	}
	.expert .expert-infos {
		width: 100%;
		padding-left: 0;
	}
	.expert .expert-infos .expert-expertise {
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.expert .expert-infos .expert-contact {
		margin-top: 20px;
	}
}
@media (max-width: 1024px) {
	.liste-experts {
		gap: 60px;
	}
	.expert {
		width: calc(100% - 30px);
	}
}

/* FOOTER */
#footerBar p, #footerBar  a{
	color: white;
}