.bleuaxa,
.section-home .content .c-text .header h2{
	color: #00008F;
}

.rougeaxa{
	color: #FF1721;
}
.slashaxa{
	font-family: 'Source Sans Pro';
	font-weight: 700;
}

.txtlight{
	font-weight: 400;
}

/*CTA*/
.btns{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 47px;
	cursor: pointer;
}

.normal-btn{
	background-color: #00ADC6;
	font-weight: 700;
	cursor: pointer;
}

a:hover .btns,
.normal-btn:hover{
	color:#fff;
}

.section.section-menu .c-header h2,
.section.active.section-menu .page-title{
	color:#fff;
}

.section-menu p{
	font-weight: bold;
}

.normal-btn .icon, .normal-btn .txt{
	cursor: pointer;
}

/***********
photos rond et animation
**********/
.section.section-menu .c-header h2{
	position: relative;
}


.section-menu .content .h-img {
	display: none; 
}
.section-menu .content .h-img:before, .section-menu .content .h-img:after {
	content: " ";
	display: table; 
}
.section-menu .content .h-img:after {
	clear: both; 
}

/*fleche navigation section menu*/
.s-footer.blanc a{
	color:#fff;
}

.s-footer.blanc a .icon:before{
	background-color: #fff;
}

.s-footer.blanc a .icon:after{
	border-color:#fff;
}

.section-menu .s-footer{
	position: relative;
	margin-top: 30px;
}

.logosagences img{
	display:inline-block;
	margin:5px;
}

@media (min-width: 601px) {
	.section-menu .content .h-img {
		display: block; 
	} 
}
        .section-menu .content .h-img .img {
          width: 50%;
          height: 120px;
          border-radius: 0;
          background: #0d0d0d;
          overflow: hidden;
          position: relative; 
}
@media (min-width: 601px) {
	.section-menu .content .h-img .img{
		width: 200px;
		height: 200px;
		border-radius: 200px;
		text-align: center;
		background: #0d0d0d;
		overflow: hidden;
		color: #0d0d0d;
		line-height: 1;
		font-size: 24px;
		position: absolute;
		top: -30px;
	} 
}
.section-menu .content .h-img .img.i-left {
	left: -20px;
}
.section-menu .content .h-img .img.i-right {
	right: -20px; 
}

@media (min-width: 601px) {
	.section-menu .content .h-img .img.i-right {
		left: auto; 
	} 
}

.section-menu .content .h-img .img img {
	height: 100%;
	width: auto; 
}
.section-menu .content .h-img .img:before {
	position: absolute;
	z-index: 1;
	content: "";
	transform: rotate(0deg);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 200px;
	transition: 0.3s; 
}
.section-menu .content .h-img .img:hover:before {
	background: rgba(237, 148, 53, 0.5); 
}

.section-menu.anim .h-img .img {
	transition: 0.6s;
	opacity: 0;
	transition-delay: 0s;
	transform: scale(1.5);
	transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); 
}

.section-menu.active.anim .h-img .img {
    transition: 0.9s;
    transition-delay: 1.2s;
    opacity: 1;
    transform: none;
    filter: none; 
}

@media (max-width: 700px) {
	.section-menu .content .h-img .img {
		width: 150px;
		height: 150px;
		border-radius: 50%;
		position: relative;
		display: inline-block;
		top: 0;
	}
	
	.section-menu .c-header{
		margin-bottom: 20px;
	}
}
/*fin photos agences*/

@media (max-width: 600px) {
	.section-home .content .c-text{
		display: table;
	}
}
