.HomeSorties{
	font-family: Rubik;
	color: #52493b;
}

.HomeSorties .colonne{
	margin-top: 2em;
}

.FicheSortie{
    border-radius: .5rem;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 320px;
	background-position: center;
	background-size: cover;
}

#page .FicheSortie {
	height: 380px;
}

.FicheSortie:hover .FicheSortieInside {
	transform: scale(1.05);
	filter: opacity(90%);
}

.FicheSortieInside {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	transition: all 0.25s;
}

.degrade{
	position: absolute;
	z-index: 2;
	height: 320px;
	width: 100%;
	bottom: 0;
	    border-radius: 6px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63000000',GradientType=0 ); /* IE6-9 */
}

.FicheSortie .titre{
	z-index: 3;
	overflow: hidden;
	line-height: 2rem;
	font-weight: 500;
	height: auto!important;
}

.FicheSortie .sstitre{
	z-index: 3;
	overflow: hidden;
	height: 3.5rem;
		font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 300;
}

.sorties .container-fluid{
	padding: 0;
}



.sorties .bandeau, #page .bandeau {
	background-image: url(/images/bandeau-sorties-rando-baie-de-somme.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 200px !important;
	z-index: 1;
    position: relative;
}

.sorties .bandeau{
	background-image: url(/images/bandeau-sorties-rando-baie-de-somme.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 200px !important;
	z-index: 1;
    position: relative;
}

.degradedechire{
	z-index: 2;
	height: 100% !important;
	background-position: center 90%;
	background-image: url(/images/degrade-dechire.png);
	
}

.sorties .FicheSortie, #page .FicheSortie{
	margin-bottom: 3rem;
}

.sorties .rdv{
	border-radius: 7px;
	text-transform: uppercase;
}

.sorties .rdv{
	border-radius: 7px;
	text-transform: uppercase;
}

.sorties .carte img{
	border-radius: 7px 7px 0 0;
}

.sorties .icon-rdv{
	left: 0;
	top: -4em;
	width: 100%;
}
.sorties .plus{
	border-radius: 10px;
	background-color: #f8f8f8;
}

.OsWProduitBillet .BlocTitre {
display: none!important;
}

.font-400 {
	font-weight: 400;
}
.s a, .text p {
	color: black;
	text-decoration: none;
}
.text p {
	font-size: 0.7em;
}
.text a {
	color: #5caab8;
}

.plus iframe {
	max-width: 100%;
}

.absolute_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.custom .titre {
	height: auto!important;
    font-size: 1.2rem!important;
}

.paragraph_actu a {
	color: #5caab8;
	text-decoration: underline;
}