/* Couleur liens site web portfolio */
div.p-portfolio-single__content__tabs a:not(button) {
	color: #E62B4A;
}
div.p-portfolio-single__content__tabs a:not(button):hover {
	text-decoration: underline;
}
/* tout les titres en blanc */
h1 {
	color:white;
}

/*Projets - changement de page, affichage du prochain élément */
.o-post-navigation__subtitle {
	color:black!important;
}

/* Portfolio h1 */
.p-portfolio-single__content h1 {
	font-size: 3rem;
}

/* Bouton réserver */
.bouton-reserver a {
	background: #E62B4A;
	padding: 10px 20px;
	font-weight: bold !important;
	border: 1px solid #E62B4A;
	transition: 0.5s;
}

.bouton-reserver a:hover {
	background: none;
	transition: 0.5s;
}

/* mobile menu version */

headerprojets.active {
    background-color: white;
}
.headerprojets ul {
	background-color:white!important;
}

/* Taille footer */
.l-primary-footer--parallax {
	max-width: 100%;
	z-index: -1;
}


/* Galerie clients home */
#clients-home #gallery-1, #gallery-2 {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}

#clients-home #gallery-1 img {
	max-width: 180px;
}

/* Marge bas page d'accueil 
div.l-main-wrapper {
	margin-bottom: 330px !important;
} */

/* Sélection */
::selection {
	background-color: #e62b4a;
}


/* Header suppression soulignage */
header * {
	box-shadow: none !important;
}

/* Footer */
#footer {
	background-color: white;
}

#footer * {
	color: black;
}

/* Testimonials 
.m-neuron-testimonial__text {
	color: white!important;
}*/

/* Header noir couleur */
#header-noir {
	background-color: black;
}

/* Couleur points accueil */
.home .owl-dot span {
	background-color: white !important;
}

/* Formulaire de contact en noir */
.wpcf7 input, .wpcf7 textarea {
	color: black;
	font-size: 20px;
}

/*Projets non clic */
.o-neuron-post__meta {
   pointer-events: none;
} 

/* Couleur menu blanc */
#menu-menu-principal-1 a {
	color: white;
}

.wpcf7 input[type="submit"] {
	border-radius: 100px;
	font-size: 20px;
}

.wpcf7-response-output {
	color: #333;
	font-size: 20px;
	border-color: #333 !important;
	border-radius: 100px;
}

/* Pas de box-shadow sur les liens */
a:hover {
	box-shadow: none !important;
}

/*Enlever clic possible acc*/
#gallery-1 {
	   pointer-events: none;
}

/* Discutons */
@media(min-width:767px) {
		#discutons .elementor-widget-wrap {
		display: flex;
		flex-wrap: nowrap !important;
		align-items: center;
	}
}

/* Taille texte pages projet */
.portfolio-template-default p, .portfolio-template-default .elementor-widget-container {
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.5 !important;
}

/* Titres images */
.portfolio-template-default .mfp-title {
	display: none;
}

/* tags portfolio */
#filters > li > a {
	font-size: 18px;
}

/* portfolio texte shime */
.p-portfolio-single__content-wrapper.col-sm-6.col-lg-6 * {
    color: black;
}
.p-portfolio-single__content-wrapper.col-sm-6.col-lg-6 a {
    color: #E62B4A!important;
}
