/* FILTRES */
.arx_loading {
	position:absolute;
	top:-75px;
	left:30px;
}
.lds-ripple {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}

#arx_tuiles_ajax.loading .lds-ripple {
  display: inline-block;
}


.lds-ripple div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}




#arx_tuiles_ajax {
			-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;
	position:relative;
}

#arx_tuiles_ajax.loading {
	opacity:0.5;
}
.arx_terms_filters_fiche_level_1 {
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	padding-bottom:60px !important;
	padding-left:0px !important;
}
.arx_terms_filters_fiche_level_1 li{
	list-style: none;
	padding:30px 60px;
	background-color: rgba(3,68,109,1);
	margin:0 10px 15px 10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	cursor:pointer;
	color:#fff;
	font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
	font-size:20px;
	-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_terms_filters_fiche_level_1 li.active{
	background-color: #97EEF4;
	color:#03446D;
}

.arx_terms_filters_fiche_level_1 li:hover{
	background-color: #97EEF4;
}

.arx_terms_filters_fiche_level_1 li.active:hover{
	background-color: #97EEF4 !important;
	color:#03446D;
}

.arx_terms_filters_fiche_level_2{
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	padding-bottom:60px !important;
	padding-left:0px !important;
}
.arx_terms_filters_fiche_level_2 li{
	list-style: none;
	padding:10px 20px;
	background-color: rgba(3,68,109,1);
	margin:0 10px 15px 10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	cursor:pointer;
	color:#fff;
	font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
	font-size:20px;
	-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_terms_filters_fiche_level_2 li.active{
	background-color: #97EEF4;
	color:#03446D;
}

.arx_terms_filters_fiche_level_2 li:hover{
	background-color: #97EEF4;
}

.arx_terms_filters_fiche_level_2 li.active:hover{
	background-color: #97EEF4 !important;
	color:#03446D;
}





/* TUILES */
#arx_tuiles_ajax.loading {
	opacity:0.5;
}
.arx_terms_filters.tuiles {
    padding-left: 0px !important;
}

#arx_tuiles {
	display:flex;
	flex-wrap: wrap;
}

#arx_tuiles .tuile_item {
	width:22%;
	margin-right:30px;
	cursor:pointer;
	-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;
	position: relative;
	margin-bottom:50px;
	overflow: hidden;
		-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;

}

#arx_tuiles .tuile_item .categorie {
	height:55px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	    font-family: 'Hammersmith One',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff!important;
	bottom:30%;
	/*transform: translateX(-30px);*/
	text-align: center;
	padding:15px;
		-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_tuiles .tuile_item:hover .categorie {
/*	transform: translateX(31%);*/
}

#arx_tuiles .tuile_item .image {
	width:100%;
	height:250px;
	background-size: cover;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin:0 auto;
	display:flex;
	flex-direction: column;
	justify-content:center;
/*	background: linear-gradient(180deg,rgba(3, 47, 73,0.90) 20%,rgba(3, 47, 73,0.3) 100%);*/
	overflow: hidden;
	position:relative;
	background-color: #03E7FD;
	-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_tuiles .tuile_item:hover .image {
	transform:scale(1.1);
}
/*
#arx_tuiles .tuile_item .image:after {
	content:"";
	position:absolute;
	top:0px;left:0px;
	height:100%;
	width:100%;
	background: linear-gradient(180deg,rgba(3, 47, 73,0.80) 20%,rgba(3, 47, 73,0.3) 100%);
-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_tuiles .tuile_item:hover .image {
	-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);
/*
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
*/
}
#arx_tuiles .tuile_item:hover .image:after {
	opacity:0;
}

#arx_tuiles .tuile_item:hover {
	/*transform: scale(1.05);*/
	
}

#arx_tuiles .tuile_item .titre, #arx_tuiles .tuile_item .titre a {
	    font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff!important;
    -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;
	text-align: center;
	padding-top:20px;
text-shadow: 2px 2px 7px rgba(0,0,0,0.64);
}
#arx_tuiles .tuile_item .titre {
/*
	position:absolute;
	top:40px;
	width:calc(100% - 30px);
*/
	padding:20px 20px;
	margin:0px 0px;
	z-index:11000;
    -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_tuiles .tuile_item:hover .titre {
	background-color: rgba(0,0,0,0.4);

}



/* SIDEBAR */
#arx_sidebar .image {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
	background-color: #fff;
	padding:20px;
	margin-bottom:40px;
}

#arx_sidebar {
	font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 19px;
	color:#282344;
	text-align: center;
}

#arx_sidebar div {
	margin-bottom:30px;
}

#arx_sidebar .adresse:before {
	content:"Adresse";
	display: block;
	background-color: #282344;
	color:#fff;
	padding:10px 30px;
	margin:0 auto 20px auto;
	width:150px;
	z-index: 1100;
}
#arx_sidebar .adresse .itineraire a {
	color:#008DCB;
	padding-top:10px;
	font-size:0.9em;
}
#arx_sidebar .adresse .itineraire {
	padding-top:10px;
	

}
#arx_sidebar .telephone:before {
	content:"Téléphone";
	display: block;
	background-color: #282344;
	color:#fff;
	padding:10px 30px;
	margin:0 auto 20px auto;
	width:150px;
	z-index: 100;
}
#arx_sidebar .telephone a {
	color:#008DCB;
	padding-top:10px;

	font-size:1.3em;
}
#arx_sidebar .horaires:before {
	content:"Horaires";
	display: block;
	background-color: #282344;
	color:#fff;
	padding:10px 30px;
	margin:0 auto 20px auto;
	width:150px;
	z-index: 100;
}

#arx_sidebar .horaires {
	margin:0 auto;
}
#arx_sidebar .bouton {
	width:70%;
	margin:0 auto;
	background-color:#008DCB;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;	
	padding:15px;
	transform: translateY(-80px);
	cursor:pointer;
	-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_sidebar .bouton a {
	color:#fff;
	text-decoration: none;
}

#arx_sidebar .bouton:hover {
	background-color:#fff;
	color:#282344;
		-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);

}
 #arx_sidebar .bouton:hover a {
	color:#282344;
}


#arx_sidebar .adresse, #arx_sidebar .telephone, #arx_sidebar .horaires {
	position:relative;
}

#arx_sidebar .adresse:after, #arx_sidebar .telephone:after , #arx_sidebar .horaires:after {
/*
	display:block;
	content:"";
	height:1px;
	background-color: #282344;
	width:100%;
	top:5px;
	position:absolute;
*/
	z-index: 0;
}


#arx_page_content_right_container {
	width:68vw !important;
	max-width: 68vw!important;
}


@media (max-width: 1600px) {
#arx_tuiles .tuile_item {
    width: 29%;
}
#arx_page_content_right_container {
	width:67vw !important;
	max-width: 67vw!important;
}
	
}

@media (max-width: 1400px) {
#arx_page_content_right_container {
	width:63vw !important;
	max-width: 63vw!important;
}
	.arx_terms_filters_fiche_level_1 li{

	padding:15px 30px;
}


	
}



@media (max-width: 1050px) {
#arx_page_content_right_container {
    width: 100vw !important;
    max-width:100vw!important;
}
	#arx_tuiles .tuile_item {
    width: 100%;
		margin-right:0px;
		margin-bottom:20px;
}
	.arx_terms_filters_fiche_level_1 li {
		font-size:15px;
	}
	
	.arx_terms_filters_fiche_level_2 li {
    font-size: 15px;
}
}
