


/* HOME RACCOURCIS */
#arx_raccourcis_container {
	max-width:1200px;
		margin:0 auto;
	position: relative;
}
#arx_raccourcis_container:before {
	content : "";
	display:block;
	height:200px;
	max-width:1200px;
	position:absolute;
	width:100%;
/*	background-color:#fff6a8;*/
/*
	border:solid 3px #03446D;
	background-color:#fffbdd;
*/
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
	top:80px;
}

.arx_raccourci_item .image img {
	width:80px;
	margin:0 auto;
}
.arx_raccourci_item .image {
	z-index: 500;
		-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;

}
.arx_raccourci_item .titre, .arx_raccourci_item .titre a {
	padding-top:30px;
/*	color:#fff;*/
	color:#03446D;
	font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
	max-width:180px;
	margin:0 auto ;
	z-index: 500;
		-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;


}
.arx_raccourci_item {
	height:370px;
			-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
	cursor:pointer;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;


}
.arx_raccourci_item_inner {
	text-align:center;
	display:flex;
	flex-direction: column;
	height:100%;
	justify-content: center;
	position:relative;

}


.arx_raccourci_item:hover {
}

#arx_slick_raccourcis {
/*	transform: translateY(-80px);*/
}
#arx_slick_raccourcis .arx_raccourci_item .arx_raccourci_item_inner:before {
	height:350px;
	width:85%;
	margin:0 10px 0 20px;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	content:"";
	display:block;
	position:absolute;
	background-color: #9bf7f4;
	-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
opacity:0;
			z-index: 400;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(151,236,245,0.29); 
box-shadow: 0px 0px 15px 5px rgba(151,236,245,0.29);

}
#arx_slick_raccourcis .arx_raccourci_item:hover .arx_raccourci_item_inner:before {
opacity:1;
	transform: scale(1.01);
}

#arx_slick_raccourcis .arx_raccourci_item:hover .titre,#arx_slick_raccourcis .arx_raccourci_item:hover .titre a, #arx_slick_raccourcis .arx_raccourci_item:hover .image {
	transform: scale(1.2);
	color:#03446D;
}


#arx_slick_raccourcis  .slick-prev {
    left: -200px !important;
    z-index: 100000;
	width:90px;
	top : calc( 50% - 25px);
		-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;

}

#arx_slick_raccourcis .slick-prev:before {
    content: url("../img/left-arrow.svg");
    width: 40px;
    height: 40px;
		opacity:1;
	-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}


#arx_slick_raccourcis .slick-next:before {
    content: url("../img/right-arrow.svg");
    width: 40px;
    height: 40px;
	opacity:1;
}



#arx_slick_raccourcis .slick-next {
    right: -200px !important;
    z-index: 100000;
	width:90px;
	top : calc( 50% - 25px);
		-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;

}

@media (max-width: 1600px) {
#arx_slick_raccourcis .slick-next {
    right: -50px !important;
	top : calc( 50% - 10px);

}
#arx_slick_raccourcis  .slick-prev {
    left: -50px !important;
	top : calc( 50% - 10px);

}

	
}



