/* SELECTED PAGE */
.app-navmenu li.nav-item:nth-child(5)::after {
  content: "\25b4";
  color: var(--app-color-orange);
  text-align: center;
  bottom: -8px;
  left: calc(100% / 2.25);
  position: absolute;
}
.app-navmenu li:nth-child(5) {
   border-bottom-color: var(--app-color-orange);
}
/* END SELECTED PAGE */
/*.bg-entete-img {
  margin-top: -10%;
}*/
.bg-entete-img {
	top: -350px;
}
.container-contact {
	margin: 4rem 0;
}
.button-link {
    padding: 1em 0;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin: 0 auto 4rem auto;
    padding-left: 15px;
    padding-right: 15px;

}

.container-contact-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 1rem!important;
	/*max-height: 430px;*/
}
.adresse-contact {
	font-size: 1.2rem;
	display: inline-block;
	margin-top: 10px;
}
.container-contact figure figcaption {
	text-align: right;
	font-size: .8rem;
}

@media only screen and (max-width: 1810px) {
	.bg-entete-img {
		top: -280px;
	}

}

@media only screen and (max-width: 1481px) {
	.bg-entete-img {
		top: -250px;
	}

}

@media only screen and (min-width: 1200px) {
	.container-contact-text {
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 991px) and (max-width: 1000px) {
	.tex-referent {
		font-size: .85rem;
	}
}
@media only screen and (max-width: 991px) {
	.bg-entete-img {
		top: -80px;
	}	
	.container-contact {
		flex-direction: column;
	}	
}
@media only screen and (max-width: 768px) {
/*	.bg-entete-img {
	  margin-top: unset;
	}*/
	.container-contact {
		margin: 1.5rem 0;
	}
	.button-link {
		margin-bottom: 1.5rem
	}
	.container-contact-text {
		max-height: unset;
		padding-left: 0;
		padding-right: 0;
	}
	.container-contact .container-contact-image {
		padding-left: 0;
		padding-right: 0;		
	}
	.container-contact figure figcaption {
		text-align: left;
		font-size: .8rem;
	}
}

@media only screen and (max-width: 450px) {
	.bg-entete-img {
		top: 0;
	}
}