.breadcrumb-section {
  background-color: #fff;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: #666F85;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
  color: #003865;
}

.breadcrumb-item.active {
  color: #003865;
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #003865;
  padding: 0 0.5rem;
}

.page-title {
  display: inline-block; 
  color: #222943;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 2px solid rgba(0, 0, 0, .125);
  width: 100%;
}



.categorie-banner{
	border-radius: 10px;
}

.arrow-container{
	position: relative;
}

.arrow-container::before{
	content: url(../img/mainPage/transparent-arrow.png);
	width: 103px;
	height: 120px;
	position: absolute;
	right: 100px;
    bottom: -10px;
}

.arrow-container::after{
	content: url(../img/mainPage/cyan-arrow.png);
	width: 109px;
	height: 117px;
	position: absolute;
	right: -30px;
	top: -50px;
}


.contact-us-holder{
	display: inline-block;
	margin-bottom: 15px;
}

.contact-us-holder img{
	float: left;
}

.contact-us-holder p{
	padding: 5px 0px 0px 60px;
}

.contact-us-holder p span{
	color: #05b4c7;
}

.contact-us-holder p a{
	color: #337ab7;
}

@media all and (max-width: 576px){
	p{
		font-size: 12px;
	}
	
	.contact-us-holder p{
		padding: 0px 0px 0px 60px;
	}
}