/**
 * Table of Contents:
 *
 * 1.0  - General Css
 * 2.0 Single Animation
 * ----------------------------------------------------------------------------
 */

/*
/////////////////////////////////////////////////////////////////////////
////////////////////////// 1.0 General Css /////////////////////////////
///////////////////////////////////////////////////////////////////////
*/

/*
/////////////////////////////////////////////////////////////////////////
//////////////////////// 2.0 Single Animation //////////////////////////
///////////////////////////////////////////////////////////////////////
*/

.aside-anim{
	border: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	background: #D3D3D3;
}
.list_anims{
	background: #D3D3D3;
	padding: 20px;
}
.sh_paginate {
    text-align: center;
}
.sh_paginate ul {
    list-style: none;
}
.sh_paginate a {
	margin-left: 10px;
}
a.sh_rm_filter {
    text-decoration: underline;
    color: #989898;
}
.sh_form_filter .sh_radio {
    color: #fff;
    background-color: #989898;
    border-color: #989898;
	cursor: pointer;
}
.sh_form_filter .sh_group {
    margin-top: 5px;
}
.sh_filter_section {
    margin-bottom: 30px !important;
}
.sh_spas-container {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    /* margin: 0; */
    /* padding: 5.34em 6.67em; */
}

.sh_spas{
	margin-top: 45px
}

.sh_spas .most-visited-item{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	margin-right: -19px;
	margin-left: -19px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: relative;
	background: #D3D3D3;
	height: 100%;
}

@media(max-width:599px) {
	.sh_spas .most-visited-item {
		margin-left: 0;
		margin-right: 0;
	}
}

.sh_spas .most-visited-item a {
	color: #fff;
}

.sh_spas .most-visited-item .listing-img-box {
	position: relative;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.sh_spas .most-visited-item a span.name_author {
	font-weight: 600;
	text-decoration: underline;
}
.sh_spas .most-visited-item .sh_full_date {
    font-size: 16px;
    font-weight: 700;
	color: #272b41;
	text-transform: none !important;
}
.sh_spas .most-visited-item .sh_info {
	color: #818181;
}
.sh_spas .most-visited-item .sh_full_time {
    text-transform: lowercase;
}
.sh_spas .most-visited-item .listing-img-box .list-img {
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
    width: 150px;
    height: 150px;
    margin-top: -30px;
}
.sh_spas span.sh_icon_fav {
	display: block;
	font-size: 15px;
}
.sh_spas .most-visited-item .listing-img-box span.simplefavorite-button {
	position: absolute;
    background-color: #E0E0E0;
    color: #272b41;
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 6px 11px;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.sh_spas .most-visited-item .listing-img-box span.simplefavorite-button.active {
    opacity: 1;
	background-color: #8FC045;
	color: #fff;
}
.sh_spas .most-visited-item .listing-img-box span.like-icon {
	left: auto;
	right: 20px;
	font-size: 18px;
	background-color: rgba(39, 43, 65, 0.6);
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center
}

.sh_spas .most-visited-item .listing-img-box span.like-icon:hover {
	background-color: #ff6b6b
}

.sh_spas .most-visited-item .listing-img-box:after {
	/*position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #272b41;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s*/
}

.sh_spas .most-visited-item .listing-content {
	position: relative;
	text-align: left;
}

.sh_spas .most-visited-item .listing-content .listing-row-content {
	padding: 0px 20px 10px 20px;
}

.sh_spas .most-visited-item .listing-content .listing-row-content a {
	color: #272b41;
}
.sh_spas .most-visited-item .listing-content .listing-row-content .rating-row a {
	color: #272b41;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.sh_spas .most-visited-item .listing-content .listing-row-content a .author-img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
	-moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
	box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2)
}
.sh_spas .most-visited-item .listing-content .listing-row-content .card-text a.red_more {
    color: #272b41;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}
.sh_spas .most-visited-item .listing-content .listing-row-content a.author-img-box {
	position: absolute;
	right: 20px;
	top: 0;
	margin-top: -30px
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-meta {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
	position: relative;
	padding-left: 39px;
	color: #808996
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-meta span {
	font-size: 20px;
	position: absolute;
	top: -9px;
	left: 0;
	color: #fff;
	width: 33px;
	height: 33px;
	background-color: #ff6b6b;
	line-height: 33px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 5px
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-title i {
	color: #8FC045
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-title .tooltip.top .tooltip-inner {
	background-color: #272b41;
	padding: 5px 12px
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-title .tooltip.top .tooltip-arrow {
	border-top-color: #272b41
}

.sh_spas .most-visited-item .listing-content .listing-row-content a .listing-location {
	font-size: 15px;
	color: #808996;
	font-weight: 500
}
.sh_spas .most-visited-item .listing-content .listing-row-content .listing-lists {
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}	
.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list {
	margin-top: 15px;
	margin: 0;
}

.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list li {
	display: block;
	font-size: 14px;
	color: #808996;
	font-weight: 500;
	margin-bottom: 0;
}

.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list li:last-child {
	margin-bottom: 0
}

.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list li a{
	color: #808996
}

.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list li span {
	color: #ff6b6b;
	margin-right: 2px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 107, 107, 0.1);
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list li:hover a {
	color: #ff6b6b
}

.sh_spas .most-visited-item .listing-content .listing-row-content .listing-list li:hover span {
	background-color: #ff6b6b;
	color: #fff
}

.sh_spas .most-visited-item .listing-content .rating-row {
    padding: 15px 0px 0px 0px;
    color: #808996;
}

.sh_spas .most-visited-item .listing-content .rating-row .rating-rating {
	flex: 1
}

.sh_spas .most-visited-item .listing-content .rating-row .rating-rating span{
	color: #f9b851;
	margin-left: -4px;
	display: inline-block;
	font-size: 14px
}

.sh_spas .most-visited-item .listing-content .rating-row .rating-rating span.rating-count {
	margin-left: 0;
	color: #808996;
	font-weight: 500;
	font-size: 13px
}

.sh_spas .most-visited-item .listing-content .rating-row .rating-rating span.last-star {
	color: #808996
}

.sh_spas .most-visited-item .listing-content .rating-row .listing-info ul {
	display: flex
}

.sh_spas .most-visited-item .listing-content .rating-row .listing-info ul li {
	margin-right: 12px
}

.sh_spas .most-visited-item .listing-content .rating-row .listing-info ul li:last-child {
	margin-right: 0
}

.sh_spas .most-visited-item .listing-content .rating-row .listing-info ul li span {
	font-size: 16px
}
.sh_spas .most-visited-item .right-info {
    float: left;
}
.sh_spas .most-visited-item .left-info {
    float: right;
    background: #E0E0E0;
    padding: 6px 15px;
    font-weight: 900;
    color: #000;
    font-size: 18px;
}
.clear {
	clear:both;
}
.sh_spas .most-visited-item p.card-text {
    margin-bottom: 0;
    margin-top: 20px;
}
.sh_spas .most-visited-item .tags a {
    color: #272b41;
}

.sh_col {
    min-height: 500px;
    margin-bottom: 26px;
}
.sh_padd_col {
	padding-top: 70px !important;
}
#sh_mes_favoris {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 9%;
    -moz-border-radius: 9%;
    border-radius: 9%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(82,85,90,0.2);
    -moz-box-shadow: 0 10px 40px rgba(82,85,90,0.2);
    box-shadow: 0 10px 40px rgba(82,85,90,0.2);
    color: #272b41;
    font-size: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
#sh_mes_favoris:hover {
    background-color: #ea5555;
    color: #fff;
    border-color: #ea5555;
}
#sh_mes_favoris a {
    color: #272b41;
	text-decoration: none;
}
#sh_mes_favoris a:hover {
    color: #fff;
	text-decoration: none;
}
.sh_reteur_animation {
	width: fit-content;
	display: inline-block;
}
.sh_reteur_animation a {
    color: #fff;
	text-decoration: none;
	padding: 15px;
	background-color: #ea5555;
}
.sh_pdf_animation a {
    color: #fff;
	text-decoration: none;
	padding: 15px;
	background-color: #90be4e;
}
/** Single animation **/
.aside-anim {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    background: #D3D3D3;
    padding: 25px 0;
    text-align: center;
}
.aside-anim .sh_dates {
	font-size: 16px;
	font-weight: 700;
	color: #272b41;
	margin: 10px 0;
}
.aside-anim .sh_times,
.aside-anim .sh_salon,
.aside-anim .sh_emplacement {
	display: block;
	font-weight: 500;
	text-transform: lowercase;
	color: #818181;
	margin: 3px 0;
}
.aside-anim .sh_salon,
.aside-anim .sh_emplacement {
	text-transform: capitalize;
}    
.aside-anim .sh_salon a {
	color: #818181;
	text-decoration: underline;
}
.aside-anim .sh_price {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 900;
    color: #6f6b6b;
    font-size: 18px;
}

.aside-anim span.simplefavorite-button {
	position: relative;
	background-color: #E0E0E0;
	color: #272b41;
	font-weight: 700;
	top: 0;
	left: 0;
	padding: 6px 11px;
	font-size: 14px;
	text-transform: capitalize;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	cursor: pointer;
}
.aside-anim span.simplefavorite-button.active {
    opacity: 1;
	background-color: #8FC045;
	color: #fff;
}
.aside-anim span.sh_icon_fav {
    display: block;
    font-size: 15px;
}
.aside-anim a.sh_calendar {
	position: relative;
	background-color: #E0E0E0;
	color: #272b41;
	font-weight: 700;
	top: 0;
	left: 0;
	padding: 6px 11px;
	font-size: 14px;
	text-transform: capitalize;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}
.spa-actions > * {
    width: 90px;
}
.spa-actions .sh_calendar .sh_icon_fav {
    font-size: 30px;
}
.center{
	text-align: center;
}

.languages a.mrg_flags {
    margin-right: 6px;
}
.languages .mrg_flags.languages__item--current {
    margin-left: 0px !important;
    margin-right: 6px;
}
.single-sh_animations .page-header,
.single-sh_intervenants .page-header,
.single-sh_salons .page-header {
	display: none;
}

.entry_content_ads .natex-accueil {
    display: none !important;
}
.entry_content_ads_last .entry_content > p {
    display: none !important;
}
.entry_content_ads_last .entry_content .natex-accueil > p {
    display: block !important;
}
.languages img.languages__item {
    width: 18px;
    height: 12px;
}