/* Fonts */
@font-face {
	font-family: 'Roboto-Medium';
	src: url('../v5_fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../v5_fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../v5_fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: 'Roboto-Italic';
	src: url('../v5_fonts/Roboto/Roboto-Italic.ttf');
}
/* /Fonts */

/* Main */
* {
	outline: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto-Regular";
}
/*html {
	height: 100%;
    overflow: hidden;
}*/
body {
	margin: 0;
	padding: 0;
}
/*body {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}*/

input,
select,
textarea {
	border: none;
	border-radius: 0;
	color: #333;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d5d4d4;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #d5d4d4;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #d5d4d4;
}

.body-fixed {
	position: fixed;
	overflow: hidden;
}

/** RACCOURCIE **/
.d-flex { display: flex; }
.blur-elem { filter: blur(4px); }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.align-items-center { align-items: center; }
.align-self-end { align-self: flex-end; }
.align-self-start { align-self: flex-start; }
.align-self-center { align-self: center; }
.o-hidden { overflow: hidden; }
.z-1 { z-index: 1; }
.w-100 { width: 100%; }
.d-none { display: none; }
.d-none-important { display: none!important; }
.center { text-align: center; }
.mt5 { margin-top: 5px!important; }
.mt6 { margin-top: 6px!important; }
.pt0 { padding-top: 0px!important; }
.b0 { bottom: 0px!important; }
/** /RACCOURCIE **/
.display-b { display: block !important; }

.cursor-p { cursor: pointer; }

.popup_v5 .title.no-cursor { cursor: auto; }

.no-cursor { cursor: auto; }

.btn {
	padding: 12px 0;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	font-family: 'Roboto-Medium';
	line-height: 1;
	transition-duration: 0.3s;
	color: #000;
	font-size: 15px;
}

.btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	padding-top: 0;
	border-radius: 100%;
	background-color: rgba(236, 240, 241, .08);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-grey:before,
.btn-grey-light:before { background-color: rgba(50, 50, 50, 0.1); }

.btn-grey {	background-color: #cac9c9; }

.btn-grey-light { background-color: #e9e9e9; }

.btn-white {
	background-color: #fff;
	color: #02687a;
}

.btn.btn-hover:hover:before {
	width: 120%;
	padding-top: 120%;
	transition: width .3s ease-out, padding-top .3s ease-out;
}

.btn-main {
	color: #fff;
	font-size: 17px;
	padding: 15px 0;
}

.btn-download img {
	margin-right: 10px;
	width: 16px;
}

.btn-grey-loader {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-grey-loader .spinner {
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 10px;
}

.btn-grey-loader .double-bounce1,
.btn-grey-loader .double-bounce2 {
	background-color: #000;
}

.stop {
	display: block;
	clear: both;
}

.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.pb20 { padding-bottom: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt75 { margin-top: 75px; }
.m0-9 { margin: 0 9px; }

.xs-hidden { display: none; }

.font-bold { font-family: 'Roboto-Bold'; }
.bold-color { font-family: 'Roboto-Bold'; }

.content-fixed { background-color: #fff; }

#header_fixe,
#footer_fixe {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}

#header_fixe { top: 0; }

#footer_fixe { bottom: 0; }

.js-header-fixed-mobile {
	position: fixed;
	top: 50px;
	right: 0;
	left: 0;
}

.js-footer-fixed-mobile {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

.isc_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
}
		
.isc_scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.iScrollIndicator { border:none !important;	}

.iScrollVerticalScrollbar{
	right: 3px !important;
	width: 6px !important;
}

.info-bulle {
	position: absolute;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	border-radius: 4px;
	color: #9a9a9a;
	background-color: #fff;
	box-shadow: 0 2px 22px rgba(0, 0, 0, .75);
	line-height: 1;
	text-align: center;
}

.info-bulle-discussion {
	width: 215px;
	top: 35px;
	right: -5px;
}

.info-bulle-discussion::after {
	content: "";
	position: absolute;
	right: 11px;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #fff transparent;
	box-shadow: 0 2px 22px rgba(0, 0, 0, .75);
}
/* /Main */

/* Header */
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 10px;
	z-index: 2;
}

.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.menu-left,
.menu-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.menu-left__hamburger {
	position: relative;
	width: 18px;
	height: 12px;
	margin-right: 10px;
	transition: all 0.1s ease-in-out;
}

.menu-left__hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	transition: all 0.5s ease-in-out;
}

.menu-left__hamburger span:nth-child(1) { top: 0px; }

.menu-left__hamburger span:nth-child(2) { top: 5px; }

.menu-left__hamburger span:nth-child(3) { top: 10px; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
	background-color: #0b0b0b;
	opacity: .8;
	-webkit-box-shadow: -7px 0px 20px 0px rgba(30,30,31,0.4);
	-moz-box-shadow: -7px 0px 20px 0px rgba(30,30,31,0.4);
	box-shadow: -7px 0px 20px 0px rgba(30,30,31,0.4);
}

.mm-wrapper_opened .menu-left__hamburger { width: 11px; }

.mm-wrapper_opening .menu-left__hamburger span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateX(-2px);
    -ms-transform: rotate(-45deg) translateX(-2px);
    -o-transform: rotate(-45deg) translateX(-2px);
    transform: rotate(-45deg) translateX(-2px);
}

.mm-wrapper_opening .menu-left__hamburger span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateX(-2px);
	-ms-transform: rotate(45deg) translateX(-2px);
	-o-transform: rotate(45deg) translateX(-2px);
	transform: rotate(45deg) translateX(-2px);
}

/* .mm-wrapper_opening .menu-left__hamburger span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translateX(1px);
	-ms-transform: rotate(-45deg) translateX(1px);
	-o-transform: rotate(-45deg) translateX(1px);
	transform: rotate(-45deg) translateX(1px);
}
 */
.mm-wrapper_opening .menu-left__hamburger span:nth-child(2) { opacity: 0; }

/* .mm-wrapper_opening .menu-left__hamburger span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateX(1px);
	-ms-transform: rotate(45deg) translateX(1px);
	-o-transform: rotate(45deg) translateX(1px);
	transform: rotate(45deg) translateX(1px);
} */

.menu-left__logo {
	display: block;
}

.menu-left__logo img { display: block; width: 100px; }

.menu-right__item {
	position: relative;
	padding: 0 13px;
}

.menu-right__item img {
	height: 23px;
	opacity: .7;
}

.menu-right__item.current img { opacity: 1;}

.menu-right__item span {
	display: inline-block;
	min-width: 12px;
	height: 12px;
	line-height: 12px;
	position: absolute;
	top: -8px;
	right: 2px;
	border-radius: 13px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	padding: 3px;
}

.menu-right__item--last { padding-right: 9px; }

.menu-right__item--last span { right: -2px; }

.mm-menu > .mm-list { padding-top: 26px; }
/* /Header */

/* Mmenu */
#sub-menu:not( .mm-menu ) {
	display: none;
}
.mm-panel {
	padding: 0;
	background-color: #fff;
}

.mm-menu_offcanvas {
	width: 256px;
	min-width: 256px;
	max-width: 256px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(256px,0);
	-ms-transform: translate(256px,0);
	transform: translate(256px,0);
	-webkit-transform: translate3d(256px,0,0);
	transform: translate3d(256px,0,0);
	z-index: 2;
}

.mm-panels>.mm-panel>.mm-listview { margin: 0; }

.sub-menu__header { margin-bottom: 10px; }

.sub-menu__header--info {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	align-items: center;
	padding: 15px !important;
}

.sub-menu__header--picture {
	min-width: 60px;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.sub-menu__header--profil {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-family: "Roboto-Regular";
	width: 100%;
}

.sub-menu__header--profil--first {
	font-size: 18px;
}

.sub-menu__header--profil--second {
	font-size: 15px;
	opacity: .8;
	margin-top:5px;
}

.sub-menu__header--info--menu.menu-visible { display: block !important; }

.sub-menu__header--info--menu {
	padding: 0 0 0 95px !important;
	/*margin-top: -15px;*/
}

.sub-menu__header--info--menu div {
	font-size: 16px;
	font-family: "Roboto-Regular";
	opacity: 0.8;
	color: #8c8b90;
	line-height: 1;
	padding: 10px 0;
}

.sub-menu__header--info--menu div img { width: 10px; }

.mm-listitem:after { display: none; }

.sub-menu__item img {
	width: 40px;
	margin-right: 18px;
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.sub-menu__item-current { background-color: #eaeaea; }

.mm-menu .sub-menu__item a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 7px 14px;
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #505050;
}

.sub-menu__footer-title {
	margin: 5px 15px 0 15px;
	border-top: 1px solid #D6D6D6;
	text-align: center;
	padding: 16px 0 20px 0;
	line-height: 1;
	font-size: 14px;
	font-family: "Roboto-Regular";
	color: #505050;
}

.sub-menu__footer-reseaux {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin: 0 15px;
	align-items: center;
}

.sub-menu__footer-reseaux img {	height: 28px; }

img.sub-menu__footer-reseaux-twitter { height: 21px; }

img.sub-menu__footer-reseaux-google { height: 25px; }

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) { display: none; }

.triangle-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #757575 transparent transparent transparent;
	margin-left: 20px;
	transition: .3s transform;
	margin-bottom: -1px;
}

.mm-listitem_opened .triangle-down {
	transform: rotate(180deg);
}

.triangle-down-header {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	margin-left: 12px;
	opacity: .7;
	transition: .3s transform;
	margin-bottom: 2px;
}

.triangle-down-header.rotate {
	transform: rotate(180deg);
}

.sub-menu-accordeon li { margin-left: 95px; }

.sub-menu-accordeon { margin: -10px 0 -10px -10px; }

.mm-menu .sub-menu-accordeon li a {
	font-size: 16px;
	color: #8c8b90;
	padding: 10px 0;
	line-height: 1;
}

.mm-menu .mm-listitem_opened>.mm-btn_next, .mm-menu .mm-listitem_opened>.mm-panel { background-color: #fff; }

.sub-menu__footer-cgu a {
	text-overflow: initial;
	overflow :initial;
	font-size: 12px;
	padding: 0;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    transition: opacity 0.2s ease 0.4s;
}
/* Mmenu */

/* Popup v5 */
.popup_v5 {
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	box-sizing: border-box;
}

.popup_v5 .content {
	padding: 0 20px 15px 20px;
	background-color: #fff;
}

.popup_v5 .title {
	padding: 20px;
	cursor: pointer;
	margin: 0 -20px;
}

.popup_v5 .title img {
	width: 8px;
	margin-right: 30px;
}

.popup_v5 .title span {
	font-size: 19px;
	font-family: 'Roboto-Medium';
	color: #fff;
}

.popup_v5 .date {
	font-size: 12px;
	font-family: 'Roboto-Italic';
	color: #a3a3a3;
}

.popup_v5 .corps {
	font-family: 'Roboto-Regular';
    font-size: 15px;
    color: #424242;
}

#popup_post_inscription .title span { color: #000; }

.popup_v5-generique .content {
	border-radius: 3px;
}

.popup_v5-generique .title span {
	color: #000;
}

.popup_v5-generique p { margin: 0; }

.text-popup {
	font-size: 15px;
	font-family: "Roboto-Regular";
	color: #757575;
}
/* /Popup v5 */

/* Popup inscription */

#popup_inscription .popup_inscription_background,
#popup_contact .popup_contact_background { position: relative; }

#popup_post_inscription .title span,
#popup_inscription .popup_inscription_form,
#popup_contact .popup_contact_form,
#popup_connexion .popup_inscription_form { margin-top: 25px; }

.popup_v5 fieldset input,
.popup_v5 fieldset textarea {
	width: 100%;
	font-family: 'Roboto-Regular';
	font-size: 16px;
	border-bottom: 1px solid #9e9e9e;
	padding: 5px 25px 5px 0;
	box-sizing: border-box;
}

.popup_v5 fieldset textarea { 
	resize: none;
	padding: 5px 0;
}

.popup_v5 input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.popup_v5 .error input,
.popup_v5 .error textarea { border-color:  #d50000; }

#popup_inscription .text-cgu {
	margin: 20px 0;
	text-align: center;
	line-height: 1;
	font-family: 'Roboto-Regular';
	font-size: 13px;
	color: #424242;
}

#popup_inscription .text-cgu a { color: #424242; }

#popup_inscription .link-bottom {
	line-height: 1;
	margin: 20px 0 0 0;
}

#popup_inscription .link-bottom a {
	text-decoration: none;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	color: #424242;
}

#popup_inscription .link-bottom a:last-child { float: right; }

.popup_v5 .error .text-error,
.popup_v5 .error .icon-error { display: block; }

#popup_contact .link-bottom {
	font-size: 14px;
	text-align: center;
	font-family: "Roboto-Regular";
	color: #424242;
	margin-top: 25px;
	cursor: pointer;
}


#popup_inscription .icon-geoloc {
	position: absolute;
	top: 6px;
	right: 0;
	width: 16px;
}
#popup_inscription .icon-croix {
	position: absolute;
	top: 2px;
	right: -6px;
	width: 26px;
	display: none;
}

.popup_v5 .text-error {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 35px;
	font-size: 12px;
	color: #d50000;
	line-height: 1.2;
	padding-right: 25px;
}

.popup_v5 .fieldset-textarea  .text-error {
	top: auto;
	margin-top: 5px;
}

.popup_v5 .fieldset-textarea.error { margin-bottom: 30px !important; }

.popup_v5 .icon-error {
	display: none;
	position: absolute;
	right: 0;
	top: 4px;
	width: 21px;
}

#popup_inscription .valid .icon-valid,
#popup_connexion .valid .icon-valid { display: block; }

#popup_inscription .icon-valid,
#popup_contact .icon-valid,
#popup_mdp_oublie .icon-valid,
#popup_connexion .icon-valid {
	display: none;
	position: absolute;
	right: 0;
	top: 6px;
	width: 21px;
}

.popup_v5 .text-error img {
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
}

#popup_inscription .form-select {
	position: relative;
	text-align: left;
}

#popup_inscription #date, #popup_inscription #date2 { cursor: pointer; }

#popup_inscription .form-select-1 {	
	width: 31%;
	float: left;
}

#popup_inscription .form-select-2 {	
	width: 62%;
	float: right;
}

#popup_inscription .form-select-double-l { width: 48%; float: left;}
#popup_inscription .form-select-double-r { width: 48%; float: right;}
#popup_inscription .form-select-triple { width: 32%; float: left;}
#popup_inscription .form-select-triple.form-select-middle { width: 28%; margin: 0 4%;}


.select-img-arrow {
	position: absolute;
	top: 13px;
	right: 0;
	width: 10px;
}
/* /Popup inscription */

/* Spinner */
.background-loader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.spinner {
	width: 40px;
	height: 40px;

	position: relative;
	margin: 200px auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
		} 50% { 
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
	}
	/* /Spinner */

	/* Popup post inscription */
	#popup_post_inscription .popup_post_inscription_background,
	#popup_mdp_oublie .popup_mdp_oublie_background {
		max-width: 310px;
		margin: 15px auto;
		width: 100%;
		border-radius: 2px;
		box-shadow: 0 2px 14px rgba(0, 0, 0, 1);
	}

	#popup_post_inscription .content,
	#popup_mdp_oublie .content { border-radius: 2px; }

	#popup_mdp_oublie .content { padding-bottom: 20px; }

	#popup_post_inscription p {
		margin: 0 0 20px 0;
		text-align: center;
		font-family: "Roboto-Regular";
		font-size: 15px;
		color: #424242;
	}

	#popup_post_inscription .btn { margin-bottom: 10px; }

	#popup_post_inscription .btn.btn-grey,
	#popup_post_inscription .btn.btn-grey-light {
		margin-right: 15px;
		margin-left: 15px;
	}

	#popup_post_inscription .link-bottom {
		font-size: 14px;
		text-align: center;
		font-family: "Roboto-Regular";
		color: #424242;
		margin-top: 25px;
	}

	#popup_post_inscription .post_inscription_item { display: none; }

	#popup_post_inscription .post_inscription_item .link-bottom { cursor: pointer; }

	#popup_post_inscription .post_inscription_item .input-code { position: relative; }

	.post_inscription_item .input-code input {
		box-sizing: border-box;
		font-family: 'Roboto-Regular';
		padding: 6px 8px;
		padding-left: 22px;
		display: block;
		width: 110px;
		margin: 0 auto 25px auto;
		background-color: #f2f2f2;
		border-radius: 2px;
		letter-spacing: 11px;
	}

	.post_inscription_item .input-code-barre {
		position: absolute;
		height: 1px;
		width: 12px;
		background-color: #9e9e9e;
		bottom: 4px;
		left: 50%;
		margin-left: -35px;
	}

	.post_inscription_item .input-code-error {
		display: none;
		position: absolute;
		bottom: -20px;
		right: 0;
		left: 0;
		font-size: 12px;
		color: #d50000;
		text-align: center;
	}

	.post_inscription_item .input-code-barre:nth-child(2) {margin-left: -15px;}
	.post_inscription_item .input-code-barre:nth-child(3) {margin-left: 5px;}
	.post_inscription_item .input-code-barre:nth-child(4) {margin-left: 25px;}
	/* /Popup post inscription */

	/* Popup mdp oublié */
	#popup_mdp_oublie .title span { color: #000; }

	#popup_mdp_oublie p {
		font-size: 15px;
		font-family: 'Roboto-Regular';
		color: #757575;
		margin-top: 0;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	/* /Popup mdp oublié */

	/* Popin */
	#popin {
		position: fixed;
		top: 50%;
		right: 0;
		left: 0;

		display: flex;
		height: 200px;
		margin-top: -100px;
		padding: 0 15px;

		font-family: 'Roboto-Regular';
		z-index: 99999999;
	}

	#popin .popin-content {
		max-width: 450px;
		margin: auto;
		border-radius: 2px;
		background-color: #212112;
		-webkit-box-shadow: 0px 30px 50px -15px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 30px 50px -15px rgba(0,0,0,0.75);
		box-shadow: 0px 30px 50px -15px rgba(0,0,0,0.75);
	}

	#popin .popin-content p {
		margin: 0;
		padding: 20px;
		line-height: 1.5;
		font-size: 15px;
		color: #bdbdbd;
	}
	/* /Popin */

/* 
POPUP PREMIUM/CERTIFICATION
*/
#popup_premium {
	border-radius: 3px;
	max-width: 325px;
	margin: 0 auto;
	background-color: transparent;
	overflow: hidden;
}

.popup_premium-content-white {
	background-color: #fff;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
}

.popup_premium-title {
	font-family: 'Roboto-Medium';
	font-size: 19px;
	padding: 25px 20px;
	line-height: 1;
}

.popup_premium-text {
	margin: 0 0 5px 0;
	padding: 0 20px;
	font-family: 'Roboto-Regular';
	font-size: 15px;
	color: #424242;
}

.popup_premium-border-top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 325px;
	border-color: transparent transparent #02687a transparent;
}

.popup_premium-content-color {
	background-color: #02687a;
	text-align: center;
	padding: 0 20px 20px 20px;
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px;
}

.popup_premium-content-color .popup_premium-prix {
	font-size: 60px;
	color: #fff;
	font-family: 'Roboto-Medium';
	line-height: 1;
}

#popup_premium .btn-white {
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 17px;
	padding: 17px 0;
	background-color: #fff;
}

.popup_premium-content-color a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Roboto-Regular';
}

.popup_premium-femme {
	background-color: #fff;
	border-radius: 3px;
	padding-bottom: 15px;
}

.popup_premium-femme .btn-main {
	text-transform: uppercase;
	margin: 20px;
}

.popup_premium-footer {
	text-align: center;
	justify-content: space-between;
	padding: 0 20px;
}

.popup_premium-footer a {
	text-decoration: none;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	color: #424242;
	line-height: 1;
} 
/* /POPUP PREMIUM/CERTIFICATION */

/* POPUP VISIO */
#popup_visio {
	max-width: 325px;
	margin: 0 auto;
}

#demande-visio p {
	margin: 0 0 35px 0;
	color: #404040;
	font-size: 16px;
	font-family: "Roboto-Regular";
	line-height: 1.6;
}

#demande-visio p span { font-family: "Roboto-Bold"; }

.appel-visio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.appel-visio-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.appel-visio-df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.appel-visio-avatar {
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	border: #d6d6d6;
	border-radius: 3px;
	margin-right: 15px;
}

.appel-visio-text {
	font-size: 16px;
	font-family: "Roboto-Regular";
	color: #9a9a9a;
}

.appel-visio-text span { font-family: "Roboto-Bold"; }

.appel-visio-text img {
	width: 17px;
	transform: rotate(180deg);
}

#appel-visio-btn-action .btn-main {	margin-bottom: 5px; }

#appel-visio-btn-action .btn-grey-light { width: 49%; }

#appel-visio-message { display: none; }

#appel-visio-message p {
	font-size: 16px;
	font-family: "Roboto-Regular";
	color: #9a9a9a;
}

#appel-visio-message textarea { height: 30px; }

.textarea-autosize { height: 30px; }

#note-visio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 15px 0 7px 0;
}

#note-visio img {
	width: 25px;
	height: 25px;
	margin: 0 7px;
}

.legend-note-visio {
	font-size: 12px;
	font-family: "Roboto-Regular";
	color: #8e8e8e;
	margin-bottom: 25px;
	text-align: center;
}
/* /POPUP VISIO */

/* POPUP SIGNALEMENT */
#popup_signalement,
#popup_blacklist {
	background-color: #fff;
	border-radius: 3px;
	max-width: 400px;
	margin: 0 auto;
}

#popup_blacklist { max-width: 320px; }

#popup_signalement .content,
#popup_blacklist .content { 
	border-radius: 3px;
	padding-bottom: 20px;
}

#popup_signalement .title span,
#popup_blacklist .title span,
#popup_fermer_blog .title span { color: #000; }

.popup_signalement-text {
	margin: 0 0 30px 0;
	font-size: 15px;
	font-family: 'Roboto-Regular';
	line-height: 21px;
	color: #757575;
}

.popup_signalement-text span { 
	text-decoration: underline;
	cursor: pointer;
}

.popup_signalement-text .popup_blacklist-pseudo {
	text-decoration: none;
	font-weight: bold;
}

.popup_signalement-checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.popup_signalement-checkbox > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 50%;
	margin-bottom: 25px;
	cursor: pointer;
}

.popup_signalement-checkbox > div span {
	font-size: 16px;
	font-family: 'Roboto-Regular';
	color: #424242;
	opacity: 0.5;
}

.fake-checkbox {
	position: relative;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #6f6f6f;
	margin-right: 10px;
	box-sizing: border-box;
}

.fake-checkbox > div {
	display: none;
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
}

#popup_signalement textarea { height: 31px; }

.popup_signalement-checkbox > div.checked span { opacity: 1; }

.popup_signalement-checkbox > div.checked .fake-checkbox > div { display: block; }

.popup_signalement-checkbox > div.error span { color: red; }
.popup_signalement-checkbox > div.error .fake-checkbox { border-color: red; }
/* /POPUP SIGNALEMENT */

/* POPUP VISITEUR */
#popup_visiteur {
	max-width: 325px;
	margin: 0 auto;
}

#popup_visiteur .content { 
	border-radius: 3px;
	padding-bottom: 20px;
}

#popup_visiteur .title span { color: #000; }

#popup_visiteur p {
	font-size: 15px;
	font-family: 'Roboto-Regular';
	color: #757575;
	margin: 0 0 20px 0;
	line-height: 21px;
}

.englob-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.englob-btn .btn {
	width: 48%;
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
}
/* /POPUP VISITEUR */

/* POPUP CONNEXION */
#popup_connexion .content { border-radius: 3px; }

#popup_connexion .title {
	margin-bottom: 15px;
}

#popup_connexion .title span { color: #fff; }

.popup_connexion-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	color: #424242;
	line-height: 1;
	cursor: pointer;
}
/* /POPUP CONNEXION */

/* POPUP INFO */
#popup_info {
	margin: 30px 15px;
}

#popup_info .content {
	padding-bottom: 0;
	border-radius: 3px;
}

#popup_info .title {
	border-bottom: 1px solid #e0e0e0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#popup_info .title span { color: #000; }

.text-info {
	font-family: "Roboto-Regular";
	font-size: 15px;
	color: #404040;
	line-height: 1.4;
}

.text-info-intro {
	margin-top: 0;
	margin-bottom: 19px;
	padding-top: 20px;
}

.text-info-light { color: #757575; }

.info-section {
	border-top: 1px solid #d6d6d6;
}



.info-section__title {
	position: relative;
	font-size: 15px;
	font-family: "Roboto-Regular";
	margin: 20px 0;
	padding-right: 25px;
	cursor: pointer;
}

.info-section__title::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #757575 transparent transparent transparent;
	transition: transform .3s;
}

.info-slide {
	display: none;
}

.info-section.active .info-slide { display: block; }

.info-section.active .info-section__title::after {
	transform: rotate(180deg);
}

.englob-btn-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.info-footer {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #d6d6d6;
	font-size: 14px;
	font-family: "Roboto-Medium";
	cursor: pointer;
}

.btn-info {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 12px;
	font-family: "Roboto-Regular";
	border-radius: 3px;
	border: 1px solid #2e2e2e;
	padding: 0 8px;
	cursor: pointer;
}

.btn-info img {
	width: 14px;
	vertical-align: text-top;
	margin-right: 5px;
}

.btn-info-actif {
	background-color: #2e2e2e;
	color: #fff;
}

.btn-info-inactif {
	background-color: #fff;
	color: #2e2e2e;
}
.btn-info-image-rotate{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg)	
}
/* POPUP INFO */

/* POP UP DISCUSSION */
#bg-discussion-open {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 55px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(11, 11, 11, 0.5);
	z-index: 2;
}

.pl25 {
	padding-left: 25px;
}

#discussion {
	position: relative;
	background-color: #fff;
	width: auto;
}

.discussion-mobile .discussion-top {
	position: relative;
	z-index: 1;
	background-color: #fff;
	top: 0;
	border-bottom: 1px solid #d6d6d6;
	color: #000;
	height: 45px;
}

.discussion-web .message-item-notification-nombre img { display: none; }

.discussion-web .message-item:hover .message-item-notification-nombre img { display: block; }

.notifications-content .message-item-notification-nombre img { display: none; }

.notifications-content .notifications-item:hover .message-item-notification-nombre img { display: block; }

.discussion-mobile .discussion-top-search input {
	border-bottom-color: #000;
	color: #000;
	/*background-image: url(../v5_img/picto/icon_search_noir.png);*/
}

.discussion-mobile .discussion-mobile-show { display: inline; }
.discussion-mobile .discussion-mobile-hide { display: none; }
.discussion-mobile-show { display: none; }

.discussion-top {
	z-index: 2;
	display: flex;
	height: 55px;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 10px;
	justify-content: space-between;
	color: #fff;
}
.discussion-top-info-mobile { display: none; }

#discussion-top-title {
	font-size: 18px;
	font-family: "Roboto-Medium";
}
.discussion-top-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.discussion-top-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #a3001b;
	font-size: 18px;
	font-family: "Roboto-Regular";
	background-image: url("../v5_img/picto/icon_search_noir_op2.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	background-size: 15px;
	background-position: 5px 7px;
	background-color: transparent;
}

#discussion.discussion-mobile .discussion-top-arrow { display: block !important; }

.discussion-top-arrow {
	display: none;
	height: 15px;
	padding-right: 30px;
}

.discussion-top-arrow img { height: 15px; }

#search {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 5px;
	margin-right: 10px;
	cursor: pointer;
	transition: opacity .3s;
}

#search:hover { opacity: .7; }

#form-search {
	display: none;
	align-items: center;
	width: 100%;
	margin: 0 10px 0 0;
}
#form-search img {
	height: 15px;
	margin-right: 15px;
	cursor: pointer;
}
#search img {
	width: 19px;
}
#creer-chat-groupe {
	display: flex;
	align-items: center;
	padding: 5px;
	margin-right: 10px;
	cursor: pointer;
	transition: opacity .3s;
}
#creer-chat-groupe:hover { opacity: .7; }
#creer-chat-groupe img {
    width: 23px;
}
.discussion-top-action {
	position: relative;
	padding: 15px 9px;
	cursor: pointer;
}
.discussion-top-action .discussion-top-action-menu {
	position: relative;
	height: 4px;
	width: 4px;
	background-color: #fff;
	border-radius: 50%;
	transition: opacity .3s;
}
.discussion-top-action .discussion-top-action-menu:after,
.discussion-top-action .discussion-top-action-menu:before {
	content: '';
	position: absolute;
	height: 4px;
	width: 4px;
	background-color: #fff;
	border-radius: 50%;
	transition: opacity .3s;
}

.discussion-top-action:hover .discussion-top-action-menu,
.discussion-top-action:hover .discussion-top-action-menu:after,
.discussion-top-action:hover .discussion-top-action-menu:before {
	opacity: .7;
}

.discussion-mobile .discussion-top-action .discussion-top-action-menu,
.discussion-mobile .discussion-top-action .discussion-top-action-menu:after,
.discussion-mobile .discussion-top-action .discussion-top-action-menu:before {
	background-color: #000;
}

.discussion-top-action .discussion-top-action-menu:before {
	top: -6px;
}
.discussion-top-action .discussion-top-action-menu:after {
	top: 6px;
}
.discussion-top-action-menu-open {
	position: absolute;
	display: none;
	top: 48px;
	right: 5px;
	width: 225px;
	background-color: #fff;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 1);
	border-radius: 3px;
	z-index: 2;
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #000;
}
.discussion-top-action-menu-open div {
	cursor: pointer;
}

.discussion-top-action-menu-open div:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.discussion-top-action-menu-open div:nth-child(3) {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.discussion-top-action-menu-open div {
	padding: 12px;
	transition: background-color .3s; 
}

.discussion-top-action-menu-open div:hover {
	background-color: rgba(213, 212, 212, 0.7);
}

.discussion-top-action-menu-open #btn-son{
	margin-bottom: 25px;
}

.discussion-top-action-menu-open #btn-trier,
.discussion-top-action-menu-open #btn-tri1,
.discussion-top-action-menu-open #btn-tri2{
	margin-bottom: 10px;
}

.discussion-mobile #discussion-search-input::placeholder {
	color: #000;
}

#discussion-search-input {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#discussion-search-input::placeholder {
	color: #fff;
	opacity: 0.6;
}

.discussion-mobile .discussion-top-search input {
	background-position: 5px 9px;
	height: auto;
	padding: 5px 0 5px 30px;
}

.discussion-mobile .discussion-top { height: auto; min-height: 34px; padding: 5px 10px; }

.discussion-mobile #search { height: auto; }

.message-no-result {
	font-size: 12px;
	font-family: "Roboto-Italic";
	text-align: center;
	color: #a1a1a1;
	margin: 20px 0;
}
.message-activate-notif {
    text-align: center;
    color: #a1a1a1;
    margin: 15px 40px;
}

@media (min-width: 360px) {
	.messages .message-item-img { 
		height: 65px;
		width: 65px;
		min-width: 65px;
	}
}

@media (min-width: 412px) {
	.messages .message-item-img { 
		height: 75px;
		width: 75px;
		min-width: 75px;
	}
}

@media (min-width: 479px) {
	.messages .message-item-img { 
		height: 85px;
		width: 85px;
		min-width: 85px;
	}
}

.img-genre {
	height: 13px;
	margin-top: 1px;
	vertical-align: middle;
	margin-top: -3px;
}

#btn-tri1, #btn-tri2, #btn-tri3 {
	color: #424242;
}
.discussion-top-action-menu-open .non_selectionne{
	color: #b4b4b4 !important;
}

.div-loading{
	padding: 10px 0px;
	text-align: center;
}

.div-loading img{ width: 16px }

.messages {
	padding: 0;
	position: relative;
	width: 100%;

	-ms-touch-action: none;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.message-item { 
	display: flex; 
	padding: 0 10px;
	transition: background-color .3s; 
}

.message-item:hover {
	background-color: #e6e6e6;
}

.picto-etat-connexion {
	transition: border-color .3s;
}

.message-item:hover .picto-etat-connexion { border-color: #e6e6e6; }

.message-item-container {
	width: 100%;
	display: flex;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	cursor: pointer;
}

.message-item-selectionne{
	background-color: #e6e6e6;
}

.message-item.message-checked {
	background-color: #eee;
	padding: 0 10px;
}
.discussion-picto-certif {
	width: 9px;
	vertical-align: top;
	margin-left: 2px;
}
.message-item-img {
	position: relative;
	height: 55px;
	width: 55px;
	min-width: 55px;
	background-image: url("https://via.placeholder.com/70x70");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	cursor: pointer;
}
.chat-header .message-item-img {
	height: 34px;
	width: 34px;
	min-width: 34px;
}
.picto-etat-connexion {
	position: absolute;
	height: 10px;
	width: 10px;
	background-color: red;
	border-radius: 50%;
	border: 2px solid #fff;
	top: -3px;
	left: -3px;
}
.picto-etat-connexion-green { background-color: #1fbc26; }

.picto-etat-connexion-orange { background-color: #ffd200; }

.picto-etat-connexion-red { background-color: #ff0303; }

.picto-etat-connexion-selectionne { border: 2px solid #e6e6e6; }

.picto-etat-connexion-orange-daltonien { background-color: #fffc00; }

.picto-etat-connexion-green-daltonien { background-color: #1fbc26; }

.picto-etat-connexion-red-daltonien {
	width: 14px;
	height: 14px;
}

.picto-etat-connexion-red-daltonien::after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.message-item-content {
	display: flex;
	flex-direction: column;
	padding: 0 8px;
	width: 100%;
	margin-top: 6px;
}
.message-item-content-pseudo {
	line-height: 1;
	margin-bottom: 4px;
	font-family: 'Roboto-Medium';
	font-size: 16px;
}
.message-item-content-pseudo span.pseudo,
.message-item-content-pseudo span.nom-groupe {
    font-family: 'Roboto-Medium';
}
.message-item-content-pseudo span.pseudo:hover {
	background: none;
}
.message-item-content-pseudo-age { 
	display: inline-block;
	border-right: 1px solid #000;
	padding: 1px 5px 1px 0;
	margin-right: 1px;
	font-family: "Roboto-Regular";
}
.message-item-content-dist {
	line-height: 1;
	margin-bottom: 6px;
	font-family: 'Roboto-Medium';
	color:#737373;
	font-size: 12px;
	margin-left: 3px;
}

.message-item-content-message {
	font-size: 14px;
	color: #7f7f7f;
	/*line-height: 1.1;*/
	/*max-height: 31px;*/
	line-height: 1.3;
	max-height: 35px;
	overflow: hidden;
}

.message-item-content-message p {
	margin: 0;
	font-size: 14px;
	font-family: "Roboto-Regular";
}

.ellipsis-2l img {
	width: 12px;
	margin-right: 7px;
	vertical-align: middle;
}

.ellipsis-2l img.photo-envoie {
    /*height: 30px;*/
    height: 35px;
    vertical-align: top;
    width: auto;
}

.badge-etat-msg {
	display: inline-block;
	background-color: #9b9b9b;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Roboto-Bold";
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 5px;
}
.message-item-notification {
	width: 46px;
	min-width: 46px;
	margin-left: auto;
	margin-top: 6px;
}
.message-item-notification-time {
	margin-bottom: 10px;
	font-size: 12px;
	font-family: "Roboto-Italic";
	text-align: right;
	color: #a1a1a1;
	margin-top: 2px;
	margin-right: 2px;
}
.message-item-notification-nombre {
	width: 38px;
	float: right;
	text-align: right;
	margin-left: 8px;
}
.message-item-notification-nombre span {
	display: inline-block;
    color: #fff;
    font-family: "Roboto-Regular";
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    text-align: center;
    border-radius: 15px;
    padding: 2px 4px;
}

.message-item-notification-nombre img { margin-right: 4px; }

#discussion-footer {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
.discussion-footer {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 0 10px;
}
.discussion-footer label {
	font-size: 14px;
	color: #757575;
	font-family: "Roboto-Medium";
}
.discussion-footer-action {
	display: flex;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto-Medium";
	cursor: pointer;
}

.discussion-footer-action div {
	height: 19px;
	line-height: 19px;
	font-family: "Roboto-Medium";
}

.discussion-footer label.checkbox-v5 { line-height: 19px; } 

.discussion-delete {
	margin-left: 25px;
}
.footer-cancel {
	color: #b6b6b6;
}
.epsace-footer-open {
	display: none;
	height: 50px;
}
.message-item-checkbox {
	display: none;
	align-items: center;
	min-width: 28px;
}
.message-item-checkbox.active {
	display: flex;
}
.message-item-checkbox label,
label.checkbox-v5 {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 28px;
	height: 18px;
}
.message-item-checkbox label input,
label.checkbox-v5 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.popup_v5  label.checkbox-v5-cgu {
	position: relative;
	height: auto;
	padding: 0 0 0 25px;
	margin-bottom: 15px;
	font-size: 13px;
	font-family: "Roboto-Italic";
}
.message-item-checkbox label .checkmark,
label.checkbox-v5 .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 2px solid #757575;
	border-radius: 3px;
	box-sizing: border-box;
}
.message-item-checkbox label:hover input ~ .checkmark,
label.checkbox-v5:hover input ~ .checkmark {
	background-color: #f3f3f3;
}
.message-item-checkbox label .checkmark:after,
label.checkbox-v5 .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.message-item-checkbox label input:checked ~ .checkmark:after,
label.checkbox-v5 input:checked ~ .checkmark:after {
	display: block;
}
.message-item-checkbox label .checkmark:after,
label.checkbox-v5 .checkmark:after {
	left: 3px;
	top: 0;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#discussion-reglage {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding-bottom: 40px;
}

#discussion-info.discussion-info-deskopt,
#discussion-reglage.discussion-reglage-deskopt { padding-top: 0; }

#discussion-info { background-color: #fff; }

.discussion-info-container { padding: 0 18px; }


.discussion-reglage-top,
.discussion-info-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 10px;
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
}

.discussion-info-top { display: none; }

.discussion-info-top.discussion-info-top-mobile { display: flex; }

.discussion-reglage-top-mobile,
.discussion-info-top-mobile {
	background-color: #fff;
	z-index: 2;
}

.discussion-reglage__retour,
.discussion-info__retour {
	height: 15px;
	margin-right: 30px;
}

.discussion-reglage__retour img,
.discussion-info__retour img {
	width: auto;
	height: 15px;
}

.discussion-reglage__title,
.discussion-info__title {
	font-size: 18px;
    font-family: "Roboto-Medium";
}

.reglage-tri { padding: 0 18px; }

.reglage-tri__item {
	font-size: 15px;
	color: #424242;
	margin-bottom: 15px;
	opacity: .5;
	cursor: pointer;
	font-family: "Roboto-Regular";
}

.reglage-tri__item.active { opacity: 1; }

.reglage-tri__item--first { margin-top: 15px; }

.reglage-tri__item img {
	display: none;
	width: 18px;
	float: right;
}

.reglage-tri__item.active img { display: inline-block; }

.xs-italic {
	font-size: 12px;
	font-style: italic;
}

.reglage-tri__title {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	font-family: "Roboto-Bold";
	border-bottom: 1px solid #d6d6d6;
}

.reglage-tri-info {
	background-color: #d6d6d6;
	text-align: center;
    padding: 11px 15px;
}

.reglage-son {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 0 18px;
}

.reglage-acces-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reglage-acces {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 18px;
}

.reglage-acces p {
	margin: 10px 0 0 0;
	color: #424242;
	font-family: "Roboto-Regular";
	font-size: 15px;
}

.reglage-son__legend,
.reglage-acces__legend {
	font-size: 15px;
	font-family: "Roboto-Bold";
}

.switch-container,
.switch-container-son,
#switch-container-libre {
	position: relative;
	width: 34px;
	height: 14px;
	border-radius: 14px;
	background-color: rgba(128, 128, 128, 0.7);
	cursor: pointer;
	transition: background-color .3s;
}

.switch-aff-off {
    position: absolute;
    margin: 0!important;
    right: 42px;
    top: -1px;
    font-size: 13px;
}
.switch-container.on .switch-aff-off,
#switch-container-libre.on .switch-aff-off {
	display: none;
}

.switch-dot {
	position: absolute;
	top: -3px;
	left: -4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: left .3s, background-color .3s;
	background-color: #666666;
}

.switch-container-son.on .switch-dot,
.switch-container.on .switch-dot,
#switch-container-libre.on .switch-dot { left: 18px;  }
/* /POP UP DISCUSSION */

/* POPUP CGU */
.cgu-content { margin-top: 75px; }

.cgu-content p {
	font-size: 14px;
	font-family: "Roboto-Regular";
	color: #757575;
	line-height: 21px;
	margin: 0 0 30px 0;
}

.cgu-content p a { color: #1d62c9; }
/* POPUP CGU */

/* DOWNLOAD INFO */
#download-info .content-fixed {
	padding: 0 15px;
}
/* DOWNLOAD INFO */

/* RGPD */
.page-rgpd-title {
	font-size: 19px;
	font-family: "Roboto-Medium";
	color: #fff;
	padding: 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-rgpd-content { padding: 0 20px; }

.page-rgpd-content p {
	color: #757575;
	font-size: 14px;	
}

.page-rgpd-content p strong { color: #000; }

.page-rgpd-content ul {
	list-style: none;
	padding: 0;
}

.page-rgpd-content ul a {
	font-size: 14px;
	color: #757575;
}

.text-underline { text-decoration: underline; }

.table-cgu {
	border-collapse: collapse;
}
.table-cgu td {
	border: 1px solid #757575;
    padding: 4px 15px;
    max-width: 154px;
    color: #757575;
    font-size: 14px;
}
.table-cgu td:last-child {
	text-align: right;
}
/* RGPD */

/* NOTIF */
.notifications-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	margin: 0 0px;
	padding: 0 10px;
	font-size: 14px;
	font-family: "Roboto-Regular";
	text-transform: uppercase;
	color: #7d7d7d;
	border-top: 1px solid #d6d6d6;
	/*border-bottom: 1px solid #d6d6d6;*/
    position: relative;
    /*top: 95px;*/
    z-index: 1;
    background-color: white;
}
.notifications-container .notifications-title:first-child {
	border-top: 1px solid #d6d6d6;
	margin-top: -1px;
}
.notifications-title::before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #d6d6d6;
}

.notifications-title-notif {
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	font-family: "Roboto-Regular";
	color: #fff;
}

.notifications-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px;
}

.notifications-item.message-checked { background-color: #e6e6e6; }

.notifications-item-visited .message-item-img,
.notifications-item-visited .notif-item-content,
.notifications-item-visited .notif-item-txt,
.notifications-item-visited .notif-item-bottom,
.notifications-item-visited .notifications-item-photo-video,
.notifications-item-visited .notifications-item-picto img {
	opacity: .45;
}

.notifications-item:hover { background-color: #e6e6e6; }

/*.notifications-item:hover .notifications-item-picto,*/
/*.notifications-item.message-checked .notifications-item-picto { border-color: #e6e6e6; }*/

.notifications-item:hover .picto-etat-connexion { /*border-color: #e6e6e6;*/border-color: #fff; }

.notifications-item-picto {
	position: relative;
	margin-right: 9px;
    margin-left: -1px;
    border: 2px solid transparent;
	border-radius: 50%;
	padding: 2px;
}

.notifications-item-picto-ico1 { border-color: #12b886; }
.notifications-item-picto-ico8 { border-color: #12b886; }
.notifications-item-picto-ico9 { border-color: #12b886; }
.notifications-item-picto-ico2 { border-color: #5d7cf9; }
.notifications-item-picto-ico3 { border-color: #fb8869; }
.notifications-item-picto-ico5 { border-color: #9039fb; }
.notifications-item-picto-ico10 { border-color: #9039fb; }
.notifications-item-picto-ico4 { border-color: #d65df9; }
.notifications-item-picto-ico7 { border-color: #5dc7f9; }
.notifications-item-picto-ico6 { border-color: #fb3959; }
.notifications-item-picto-ico11 { border-color: #00b984; }
.notifications-item-picto-ico12 { border-color: #00c8fb; }
.notifications-item-picto-ico13 { border-color: #e00407; }
.notifications-item-picto-ico14 { border-color: #fb3959; }
.notifications-item-picto-ico15 { border-color: #ffc700; }

.notifications-item-visited .notifications-item-picto-ico1 { border-color: rgba(18, 184, 134, 0.45); }
.notifications-item-visited .notifications-item-picto-ico8 { border-color: rgba(18, 184, 134, 0.45); }
.notifications-item-visited .notifications-item-picto-ico9 { border-color: rgba(18, 184, 134, 0.45); }
.notifications-item-visited .notifications-item-picto-ico2 { border-color: rgba(93, 124, 249, 0.45); }
.notifications-item-visited .notifications-item-picto-ico7 { border-color: rgba(93, 124, 249, 0.45); }
.notifications-item-visited .notifications-item-picto-ico3 { border-color: rgba(251, 136, 105, 0.45); }
.notifications-item-visited .notifications-item-picto-ico5 { border-color: rgba(144, 57, 251, 0.45); }
.notifications-item-visited .notifications-item-picto-ico10 { border-color: rgba(144, 57, 251, 0.45); }
.notifications-item-visited .notifications-item-picto-ico4 { border-color: rgba(214, 93, 249, 0.45); }
.notifications-item-visited .notifications-item-picto-ico6 { border-color: rgba(251, 57, 89, 0.45); }
.notifications-item-visited .notifications-item-picto-ico14 { border-color: rgba(251, 57, 89, 0.45); }
.notifications-item-visited .notifications-item-picto-ico11 { border-color: rgba(0, 185, 132, 0.45); }
.notifications-item-visited .notifications-item-picto-ico12 { border-color: rgba(0, 200, 251, 0.45); }
.notifications-item-visited .notifications-item-picto-ico13 { border-color: rgba(224, 4, 7, 0.45); }
.notifications-item-visited .notifications-item-picto-ico15 { border-color: rgba(255, 199, 0, 0.45); }

.notifications-item-picto img {
	display: block;
	width: 28px;
	height: 28px;
}

.notifications-item-picto::before,
.notifications-item-picto::after {
	content: "";
	position: absolute;
	left: 15px;
	width: 1px;
	height: 12px;
	background-color: #d6d6d6;
}

.notifications-item-picto::before { top: -18px; }

.notifications-item-picto::after { top: 38px; }

.notifications-item label.checkbox-v5 { display: none; }

.notifications-item .message-item-img {
	width: 45px;
	min-width: 45px;
	height: 45px;
	margin-right: 8px;
}

.border-grey {
	height: 1px;
	background-color: #d6d6d6;
}

.notifications-item .picto-etat-connexion {
	top: -2px;
	height: 10px;
	width: 10px;
}

.notifications-item-photo-video {
	width: 47px;
	min-width: 47px;
	height: 47px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 4px;
}

.notif-item-age {
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin-right: 5px;
}

.notif-item-age::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #000;
	right: -5px;
	top: 0;
}

.notif-item-pseudo {
	font-size: 14px;
	font-family: "Roboto-Medium";
	color: #000;
}

.notif-item-txt {
	font-size: 14px;
	font-family: "Roboto-Regular";
	color: #575656;
}

.notif-item-date {
	font-size: 12px;
	font-family: "Roboto-Italic";
	color: #999;
}

.notif-item-content-avec-photo .notif-item-date {
	position: relative;
}

.notif-item-content {
	height: 47px;
	line-height: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.rond-separation-notif {
	display: none;
}

.notif-item-content-avec-photo .br {
	display: none;
}

.notif-item-content-avec-photo .rond-separation-notif {
	display: inline;
}

.notif-item-content > div { height: 49px; }

.notifications-item-picto-dot {
	position: absolute;
	top: -6px;
	right: -3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: red;
	border: 2px solid #fff;
}

.rond-separation-notif {
	color: #999;
	font-size: 12px;
}

.notifications-item-notification-nombre {
    float: right;
    text-align: right;
    margin-left: 8px;
    margin-top: -2px;
}

.notifications-nav-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 5px;
	margin-bottom: 0px;
	border-radius: 2px;
	padding: 8px 8px;
	cursor: pointer;
	position: relative;
}

.notifications-nav-item-picto {
	display: block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.notifications-nav-item-title {
	color: white;
}

.notifications-item-notification-nombre span {
    display: inline-block;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 13px;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px;
}
.notifications-nav-croix {
	width: 15px;
	margin-right: 3px;
	display: none;
}
.notifications-nav-item.active .notifications-item-notification-nombre {
	display: none;
}
.notifications-nav-item.active .notifications-nav-croix {
	display: block;
}

.notifications-content.notifs-amis,
.notifications-content.notifs-inscrits-autour,
.notifications-content.notifs-plans-autour {
	display: none;
}
.notifications-nav-item.active {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 3;
}
.fake-bg {
	background: white;
    height: 10px;
    width: 100%;
    margin-left: -8px;
    position: absolute;
    top: -10px;
}
/* NOTIF */

/* NOTIF VERSION 2 */
.notif-nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 0px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}
.notif-nav-item-picto {
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.notif-nav-item-title {

}
.notif-nav-item-bubble {
    display: inline-block;
    min-width: 10px;
    height: 10px;
    line-height: 9px;
    border-radius: 13px;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 6px;
}
.notif-nav-item-off {
    display: inline-block;
    min-width: 10px;
    height: 10px;
    line-height: 9px;
    border-radius: 13px;
    color: #9b9b9b;
    font-size: 13px;
    text-align: center;
    padding: 6px;
    margin-right: -6px;
}
.notif-nav-croix {
	height: 15px;
    margin-left: 20px;
    margin-right: 5px;
}
/* NOTIF LIST */
.notif-list {
	display: none;
	margin-bottom: 51px;
}
.notif-retour {
	height: 15px;
	display: none;
	padding: 10px 30px 10px 0px;
	cursor: pointer;
}
.notif-retour img {
    width: auto;
    height: 15px;
}
.notif-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    margin: 0 10px;
    font-size: 14px;
    font-family: "Roboto-Regular";
    text-transform: uppercase;
    color: #7d7d7d;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.notif-container .notif-title:first-child {
    border-top: none;
    margin-top: -1px;
}
.notif-title::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}
.notif-list .notifications-item:hover {
	background-color: initial;
}
.notif-list .notifications-item {
	display: block;
    cursor: pointer;
    padding: 10px;
    position: relative;
}
.notif-list .notifications-item.message-checked {
    background-color: #e6e6e6;
}
.notif-list .notif-item-visited {
	opacity: 0.6;
}
.notif-list .notif-item-top {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
}
.notif-list .notif-item-content {
	height: 47px;
    line-height: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.notif-list .notif-item-genre {
	height: 13px;
    margin-bottom: -1px;
}
.notif-list .notif-item-age {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-right: 5px;
}
.notif-list .notif-item-age::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #000;
    right: -5px;
    top: 0;
}
.notif-list .notif-item-pseudo {
    font-size: 14px;
    font-family: "Roboto-Medium";
    color: #000;
    /*display: inline-block;*/
    margin-bottom: 2px;
    word-break: break-word;
}
.notif-list .notif-item-distance {
    font-size: 12px;
    font-family: "Roboto-Medium";
    color: #737373;
    margin-left: 3px;
}
.notif-list .notif-item-type {
	font-size: 13px;
    font-family: "Roboto-Medium";
    color: #575656;
}
.notif-list .notif-item-date {
    font-size: 12px;
    font-family: "Roboto-Italic";
    color: #999;
}
.notif-list .notif-item-txt {
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: #040404;
    margin: 10px 0px;
    display: block;
}
.notif-list .notif-item-bottom {
	padding: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	position: relative;
	background-color: white;
}
.notif-list .notif-item-bottom:after {
	content: '';
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
    bottom: -12px;
}
.notif-list .notif-item-photo-video {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
.notif-list .notif-item-photo-video .notif-photo-video {
	width: 100%;
}
.notif-list .notif-picto-chat {
	width: 58px;
	position: absolute;
    right: 8px;
    top: 8px;
}
.notif-list .notif-picto-duree {
	position: absolute;
    right: 8px;
    bottom: 8px;
    color: white;
    font-size: 15px;
    background-color: rgba(0,0,0,0.7);
    padding: 4px 6px;
    border-radius: 4px;
}
.notif-list .notif-item-note img {
	height: 10px;
	margin: 10px 0px -1px 0;
}
.notif-list .notif-item-comment {
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: #575656;
    padding-top: 6px;
}
.notif-list .notif-sous-menu-btn {
    align-self: flex-start;
}
.notif-list .notif-sous-menu-btn img {
    width: 20px;
    padding: 0px 2px 6px 6px;
}
.notif-list .notif-sous-menu-content {
	display: none;
    position: absolute;
    right: 0;
    background-color: white;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 1);
    border-radius: 3px;
    z-index: 2;
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #000;
}
.notif-list .notif-sous-menu-content div {
    padding: 15px;
}
.notif-list .notif-sous-menu-content div:hover {
    background-color: rgba(213, 212, 212, 0.7);
}
/* /NOTIF VERSION 2 */

/* REGLAGE NOTIF */
.item-notif-switch {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}
.item-notif-switch.hr-bottom:after {
    content: '';
    background-color: #d6d6d6;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 37px);
}

.reglage-tri-bt {
	border-top: 1px solid #d6d6d6;
	margin-bottom: 50px;
}

.item-notif-switch-picto { margin-right: 12px; }

.item-notif-switch-picto img {
	display: block;
	min-width: 25px;
	width: 25px;
}

.item-notif-switch-text {
	margin-right: 15px;
	font-size: 15px;
	font-family: "Roboto-Regular";
}

.item-notif-switch-input { margin-left: auto; }

.preference-notif-checkbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.preference-notif-checkbox .checkbox-v5 {
	box-sizing: border-box;
	width: 50%;
	min-width: 50%;
	margin-top: 15px;
	padding-left: 30px;
	color: #404040;
	font-size: 14px;
}

.legend-slider {
	color: #404040;
	margin: 30px 0 20px 0;
	font-size: 15px;
	font-family: "Roboto-Regular";
}

.reglage-tri .item-notif-switch:last-child { border-bottom: none; }
/* REGLAGE NOTIF */

/* CHAT */
#chat .js-header-fixed-mobile {
	top: 0;
	z-index: 2;
}

.chat-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
}

.chat-header:not(.chat-header-deskopt) {
	background-color: white;
	border-bottom: 1px solid #d5d5d5;
}

.chat-header:not(.chat-header-deskopt) .picto-etat-connexion {
	border-color: white;
}

.chat-header__back { margin-right: 16px; }

.chat-header__back img {
	display: block;
	width: 8px;
}

.chat-header .dot-menu-container:hover .dot-menu,
.chat-header .dot-menu-container:hover .dot-menu:after,
.chat-header .dot-menu-container:hover .dot-menu:before {
    opacity: .7;
}

.chat-header-deskopt .chat-header__back { display: none; }

.chat-header .message-item-img { margin-right: 8px; }

.chat-header-mini {	padding: 4px 10px; }

/*.chat-header__info--profil { margin-bottom: 3px; }*/


.chat-header .message-item-img,
.chat-header .picto-etat-conexion {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.chat-header-mini .message-item-img {
	width: 30px;
	min-width: 30px;
	height: 30px;
}

.chat-header-mini .picto-etat-connexion {
	width: 8px;
	height: 8px;
}

.chat-header-mini .chat-header__info--profil { margin-right: 5px; margin-bottom: 0; }

.chat-header-mini .chat-header__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
}

.chat-header-mini .chat-header__info--distance span { vertical-align: middle; }

.chat-header .discussion-top-action-menu-open {
	top: 50px;
	width: auto;
	padding: 3px 0;
}

.chat-header .discussion-top-action-menu-open div {
	padding: 12px 15px;
}

.chat-header.chat-header-mini .discussion-top-action-menu-open { top: 48px; }

.chat-header-mini .chat-header__info--pratique,
.chat-header-mini .chat-header-mini-hide { display: none; }

.dot-menu-container {
	position: relative;
	margin-left: auto;
	padding: 16px 8px;
	cursor: pointer;
}

.dot-menu {
	position: relative;
	height: 4px;
	width: 4px;
	background-color: #fff;
	border-radius: 50%;
	transition: opacity .3s;
}

.dot-menu::after,
.dot-menu::before {
	content: '';
	position: absolute;
	height: 4px;
	width: 4px;
	background-color: #fff;
	border-radius: 50%;
	transition: opacity .3s;
}

.chat-header:not(.chat-header-deskopt) .dot-menu, .chat-header:not(.chat-header-deskopt) .dot-menu::after, .chat-header:not(.chat-header-deskopt) .dot-menu::before {
	background-color: #000;
}

.dot-menu::before { top: -6px; }

.dot-menu::after { top: 6px; }

.chat-header__info {
	cursor: pointer;
}

.chat-header__info--profil__age {
	position: relative;
	font-size: 16px;
	margin-right: 5px;
}

.chat-header__info--profil__age::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 1px;
	right: -5px;
	width: 1px;
	height: 17px;
	background-color: #000;
}
.chat-header__info--profil__age.genre { margin-right: 0px; }
.chat-header__info--profil__age.genre::after { display: none; }

.chat-header:not(.chat-header-deskopt) .chat-header__info--profil__age::after { background-color: #000; }
.chat-header .chat-header__info--profil__age::after { background-color: #fff; }

.chat-header__info--profil__pseudo { font-family: "Roboto-Medium"; }

.chat-header__info--profil img {
	width: 10px;
	vertical-align: top;
	margin-top: 3px;
	cursor: pointer;
}

.chat-header:not(.chat-header-deskopt) .chat-header__info--profil__age,
.chat-header:not(.chat-header-deskopt) .chat-header__info--profil__pseudo { color: #000; }

.chat-header .chat-header__info--profil__age,
.chat-header .chat-header__info--profil__pseudo { color: #fff; }

.chat-header:not(.chat-header-deskopt) .chat-header__info--distance,
.chat-header:not(.chat-header-deskopt) .chat-header__info--pratique {
	color: #000;
	opacity: .7;
}

.chat-header__info--distance { font-size: 12px; margin-top: 2px; margin-bottom: 2px; }

.chat-header-mini .chat-header__info--distance { margin-bottom: 0; }

.chat-header__info--pratique {
	font-family: "Roboto-Italic";
	font-size: 12px;
}

.chat-header .chat-header__info--distance,
.chat-header .chat-header__info--pratique { 
	color: #fff; 
	opacity: .7;
}

.chat-container { padding: 0px 10px 0 10px; }

.chat-date {
	/*padding: 0 0 10px 0;*/
	text-align: center;
	font-size: 13px;
	color: #9b9b9b;

	/*STICKY POS*/
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
    top: 107px; 
    background-color: white;
    z-index: 1;
    padding: 10px 0 10px 0;
}

.chat-date-web {
	top: 0px;
}

.chat-bulle {
	position: relative;
	display: inline-block;
	background-color: #666;
	max-width: 230px;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	word-break: break-word;
}

.chat-bulle a {
	color: white;
}

.englob-reponse,
.englob-msg {
	position: relative;
}

.englob-msg { text-align: right; }

.englob-msg-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.chat-bulle-reponse {
	border-bottom-left-radius: 2px;
	margin-right: 10px;
}

.chat-bulle-msg {
	text-align: left;
	border-bottom-right-radius: 2px;
	margin-left: 10px;
	cursor: pointer;
}

.chat-bulle-msg::after {
	content: "";
	display: block;
	clear: both;
}

.chat-is-typing {
	font-size: 12px;
	color: #9b9b9b;
	margin: -3px 10px 10px 10px;
	position: relative;
}

.chat-legend-date {
	font-size: 11px;
	color: #9b9b9b;
	margin: -3px 10px 10px 10px;
}
.englob-reponse-photo + .chat-legend-date,
.englob-msg-photo + .chat-legend-date {
	margin: -3px 0px 10px 0px;
}

.chat-bulle-last.chat-bulle-reponse {
	border-bottom-left-radius: 0;
}

.chat-bulle-last:not(.chat-bulle-first).chat-bulle-reponse {
	border-top-left-radius: 2px;
}

.chat-bulle-last.chat-bulle-msg {
	border-bottom-right-radius: 0;
}

.chat-bulle-last:not(.chat-bulle-first).chat-bulle-msg {
	border-top-right-radius: 2px;
}

.chat-bulle-last.chat-bulle-msg::after,
.chat-bulle-last.chat-bulle-reponse::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	bottom: -5px;
}

.chat-bulle-last.chat-bulle-reponse::after {
	left: 0;
	border-width: 5px 10px 0 0;
}

.chat-bulle-last.chat-bulle-msg::after {
	right: 0;
	border-width: 0 10px 5px 0;
	border-color: transparent #666 transparent transparent;
}
/*.chat-emoji::after {
	display: none!important;
}*/

.chat-bulle.chat-bulle-reponse.chat-bulle-alone {
    border-top-left-radius: 5px;
}
.chat-bulle.chat-bulle-msg.chat-bulle-alone {
    border-top-right-radius: 5px;
}

.chat-bullle {
    border-top-left-radius: 2px;
}
.chat-bulle-msg.chat-bulle-middle {
    border-top-right-radius: 2px;
}
.chat-bulle-reponse.chat-bulle-middle {
    border-top-left-radius: 2px;
}

.englob-reponse-photo.chat-bulle-first {
    border-bottom-right-radius: 2px;
}
.englob-msg-photo.chat-bulle-first {
    border-bottom-right-radius: 2px;
}

.englob-reponse-photo.chat-bulle-alone {
    border-top-left-radius: 5px;
}
.englob-msg-photo.chat-bulle-alone {
    border-top-right-radius: 5px;
}

.englob-reponse-photo.chat-bulle-middle {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.englob-msg-photo.chat-bulle-middle {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.englob-reponse-photo.chat-bulle-middle.chat-bulle-last {
    border-bottom-left-radius: 5px;
}
.englob-msg-photo.chat-bulle-middle.chat-bulle-last {
    border-bottom-right-radius: 5px;
}
.chat-emoji {
	font-size: 35px!important;
    /*background-color: transparent!important;
    padding-left: 0!important;
    padding-right: 0!important;*/
}

img.delete-message {
	display: none;
	height: 18px;
	margin-top: -9px;
}
img.delete-message[data-delete-type="photo"] {
	vertical-align: top;
	margin-top: 52px;
    /*bottom: auto;
    top: calc(50% - 16px);
    right: 180px;
    margin: auto;
    position: absolute;*/
}
img.delete-message[data-delete-type="position"] {
	vertical-align: top;
	margin-top: 65px;
}

img.delete-message.visible { display: inline-block; }

#popup_chat_photo {
	max-width: 325px;
	margin: 0 auto;
}

#popup_chat_photo .title {
	padding-bottom: 24px;
} 

#popup_chat_photo .content {
	padding-left: 25px;
}

.popup_chat_photo-item {
	cursor: pointer;
	margin-bottom: 29px;
	font-size: 16px;
	color: #000;
}

.popup_chat_photo-item--last { margin-bottom: 5px; }

.footer-chat {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 10px;
	background-color: #fff;
	border-top: 1px solid #c7c7c7;
	align-items: center;
}

footer.footer-chat div:hover {
    opacity: 0.8;
}

.footer-chat.align-bottom { align-items: flex-end; }

.footer-chat-item {
	position: relative;
	padding: 0 10px;
	margin-top: 3px;
}

.footer-chat-item img.footer-chat-item-message {
	width: 26px;
	height: auto;
}

.footer-chat-item-message-picto {
    position: absolute;
    top: -9px;
    left: 20px;
    min-width: 12px;
    padding: 2px;
    height: 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    border: 2px solid #fff;
    background: none;
    cursor: pointer;
}

.footer-chat-item img { height: 22px; }

.footer-chat-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;
	margin-left: 7px;
	/*margin-right: 4px;*/
	border: 1px solid #e0e0e0;
	border-radius: 22px;
	padding: 2px 2px 2px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-duration: 0.5s;
	align-items: center;
}

.footer-chat-form textarea {
	display: block;
	width: 100%;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0;
	font-size: 15px;
	font-family: "Roboto-Regular";
	/*color: #9b9b9b;*/
	color: black;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-duration: 0.5s;
	overflow: hidden!important;
}
.footer-chat-form textarea::placeholder {
	color: #9b9b9b;
}
.footer-chat-form textarea:focus {
	padding-bottom: 12px;
	line-height: 24px;
	padding-left: 4px;
}
#footer_fixe .footer-chat-form textarea:focus {
	padding-bottom: 0px;
}
.footer-chat-form textarea.not-focus {
	/*height: 30px!important;*/
}
.footer-chat-form textarea:not(:focus) {
	height: 30px!important;
	min-height: 30px!important;
	max-height: 30px!important;
}

.footer-next-message { padding-right: 2px; margin-top: 7px; }
.footer-chat-item.footer-next-message.empty { opacity: 0.4; }

.align-bottom .footer-chat-form {
	margin-right: 0;
	margin-left: 0;
}

.align-bottom .footer-chat-action { margin-right: 10px; }

#btn-send {
	display: none;
	height: 32px;
	width: 32px;
	min-width: 32px;
	border-radius: 50%;
	margin-left: 5px;
	cursor: pointer;
	transition-duration: 0.5s;
	align-self: flex-end;
}

#btn-send img {
	display: block;
	width: 18px;
	margin: 8px 0 7px 9px;
	transition-duration: 0.5s
}
textarea#message:focus + #btn-send {
	height: 30px;
	width: 30px;
	min-width: 30px;
	margin-right: 2px;
	margin-bottom: 3px;
}
textarea#message:focus + #btn-send img {
	width: 17px;
	margin: 8px 0 7px 8px;
}

.footer-chat-action {
	min-width: 22px;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 50%;
	margin-right: 7px;
	-webkit-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
	cursor: pointer;
}

.footer-chat-action.active {
	transform: rotate(135deg);
}

.footer-chat-action img {
	width: 14px;
	margin-top: 4px;
}

#footer-action-back {
	display: none;
	margin-bottom: 7.5px;
	/*align-self: center;*/
}

#footer-action-back img { width: 9px; margin-left: 1px; }

.supfooter-container { display: none; }

.supfooter {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding: 16px 20px 10px 20px;
	border-top-left-radius: 15px; 
	border-top-right-radius: 15px;
	background-color: #EDEDED;

	padding: 0px;
	flex-direction: column;
}

.supfooter > div {
	font-size: 16px;
	text-align: center;
	cursor: pointer;

	display: flex;
	align-items: center;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 15px;
}
.supfooter > div:hover {
    /*opacity: 0.8;*/
    background-color: rgba(213, 212, 212, 0.7);
}
.supfooter > div:first-child {
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.supfooter .supfooter-div-img {
	width: 25px;
	height: 25px;
    margin: 0 25px 0px 10px;
}

.supfooter img {
	display: block;
	margin: 0 auto;

    width: auto;
    height: 100%;
}

.supfooter-son { /*min-width: 42px;*/ }

.discussion-top-valid {
	width: 13px;
	margin-left: 5px;
}

.supfooter-son img,
.supfooter-cam img {
	/*height: 25px;
	margin-bottom: 10px;*/
}

.supfooter-marker img,
.supfooter-conversation img {
	/*height: 28px;
	margin-bottom: 7px;*/
}

.supfooter-son .chat-son-mute { display: none; }

.supfooter-son.mute .chat-son-mute { display: block; }

.supfooter-son.mute .chat-son { display: none; }

.supfooter .supfooter-blacklister { display: none; }
@media (max-width: 359px) {
	#js-blacklister.footer-chat-item { display: none!important; }
	.supfooter .supfooter-blacklister { display: flex; }
}
.supfooter-blocnote span img {
    height: 11px;
    display: inline-block;
    margin-left: 5px;
}
.supfooter-msg-pre .supfooter-div-img img {
    width: 24px;
    height: auto;
    margin-top: 4px;
}

.pre-message {
	display: none;
	border-top-left-radius: 15px; 
	border-top-right-radius: 15px;
	background-color: #EDEDED;
	/* max-height: 353px; 
	/* overflow: hidden; */
}
.pre-message.open {
	position: relative;
}

.pre-message-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #666;
	padding: 10px 0;
}

.pre-message-title span {
	font-size: 15px;
	font-family: "Roboto-bold";
	color: #000;
}

.pre-message-title .btn-main {
	min-width: 95px;
	padding: 10px 0;
	font-size: 12px;
	border-radius: 0;
}

.pre-message-container { padding-bottom: 10px; }

.pre-message-mobile .pre-message-container {
	max-height: 300px; 
	overflow: scroll; 
}

.pre-message-mobile .pre-message {
	max-height: 353px; 
	overflow: hidden; 
}

.pre-message-container-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 10px;
}

.pre-message-container-content img {
	width: 12px;
	margin-right: 20px;
	margin-top: 4px;
}

.pre-message-container-content .chat-bulle {
	margin-bottom: 0;
	max-width: inherit;
}

.englob-msg-photo,
.englob-reponse-photo {
	width: 170px;
	height: 130px;
	/*height: 100%;*/
	margin-bottom: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

.englob-msg-photo {
	margin-left: auto;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 1px;
}
.englob-reponse-photo .chat-picto-duree,
.englob-msg-photo .chat-picto-duree {
	position: absolute;
    right: 8px;
    bottom: 8px;
    color: white;
    font-size: 15px;
    background-color: rgba(0,0,0,0.7);
    padding: 4px 6px;
    border-radius: 4px;
}
.englob-reponse-photo .chat-picto-play,
.englob-msg-photo .chat-picto-play {
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.chat-bulle-map { max-width: 185px; }

.chat-bulle-map img {
	display: block;
	width: 100%;
	margin-top: 5px;
}

.chat-bulle-friend span {
	font-family: "Roboto-Bold";
	font-size: 16px;
	cursor: pointer;
}

.accept-friend {
	margin-right: 7px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.accept-friend img { width: 15px; }

.refus-friend img { width: 12px; }

/* /CHAT */

/* POPUP ACCES PRIVE */
#popup_acces_prive p, 
#popup_acces_prive .fake-checkbox-container {
	color: #999;
}

#popup_acces_prive .fake-checkbox-container.checked { color: #424242; }

.fake-checkbox-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
	cursor: pointer;
}

.fake-checkbox-container.checked .fake-checkbox div { display: block; }
/* /POPUP ACCES PRIVE */

/* ENVOIE PHOTO CHAT */
.chat_photo-title {
	color: #616161;
	font-size: 14px;
    margin: 6px 0px;
    margin-left: calc(0.66vw + 0.5px);
}
.chat_photo-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 3px 0px;
	/*padding: 0.5vw 1vw;*/

    margin: 0.66vw calc(0.5vw + 0.5px);
}
.chat_photo-container.recemment {
	margin-bottom: 15px;
}

.chat_photo--item {
	position: relative;
	box-sizing: border-box;
	width: 32vw;
	height: 32vw;
	/*margin: .5vw 0;*/
    /*margin-right: 0.66vw; AJOUT POUR DIV NON SPACE-BETWEEN */
    margin: 0px 0px 3px 1vw;

	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;

	width: 24vw;
	height: 24vw;
    margin: 0px 0.33vw 0.66vw 0.33vw;
}

.chat_photo--item__border {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	border-style: solid;
	border-width: 3px;
}


.chat_photo--item-select .chat_photo--item__border { display: block; }

.chat_photo-send {
	display: none;
	padding: 10px 8px 10px 10px;

}

.chat_photo-send img {
	display: block;
	height: 16px;
}

.discussion-info-top-mobile .chat_photo-send { margin-left: auto; }

.chat_photo--item__time {
	position: absolute;
	right: 6px;
	bottom: 6px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 3px;
	line-height: 1;
	font-size: 12px;
	border-radius: 4px;
}

.chat_photo--item__player {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background-color: rgba(42, 42, 42, .7);
}

.chat_photo--item__player::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-35%) translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ffffff;
	}

.chat_photo-footer {
	padding: 17px 0;
	line-height: 1;
	border-top: 1px solid #8c8b90;
	font-family: "Roboto-Medium";
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
/* /ENVOIE PHOTO CHAT */

/* CHAT MAP */
.chat_photo-send-map { display: block; }

#chat_map_container {
	width: 100%;
	height: 400px;
	background-color: #3d3d3d;
}
/* /CHAT MAP */
#discussion .message-item-img div {
	overflow: hidden;
}
/* FORUM */
.breadcrumb {
	display: flex;
	align-items: center;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	overflow: hidden;
	white-space: nowrap;
}

.breadcrumb span {
	font-family: "HelveticaNeueLTStd-Lt";
	font-size: 16px;
	color: #000;
}

.breadcrumb span.active {
	font-family: "HelveticaNeueLTStd-Roman";
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.breadcrumb h1 {
	font-family: "HelveticaNeueLTStd-Lt";
	font-size: 16px;
	color: #000;
}

.breadcrumb h1.active {
	font-family: "HelveticaNeueLTStd-Roman";
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.breadcrumb img { margin: 0 5px; }

.breadcrumb img:first-child { 
	min-width: 22px;
	max-width: 22px;
}

.breadcrumb-nav { 
	max-width: 7px;
	min-width: 7px;
}

.row-forum {
	position: relative;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #c8c8c8;
	padding: 15px 30px 15px 10px;
	text-decoration: none;
}

.row-forum:hover { background-color: #e6e6e6; } 

.forum-picto {
	width: 35px;
	min-width: 35px;
	margin-right: 10px;
	text-align: center;
}

.forum-picto img { height: 24px; }

.forum-title { line-height: 20px; }

.forum-pseudo-info { 
	overflow: hidden;
	white-space: nowrap;
}

.forum-pseudo-info div:first-child {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}

.forum-title div:first-child, 
.forum-pseudo-info div:first-child {
	font-family: "HelveticaNeueLTStd-Bd";
	font-size: 16px;
	color: #05f;
}

.forum-pseudo-info h2:first-child {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}

.forum-title h2:first-child, 
.forum-pseudo-info h2:first-child {
	font-family: "HelveticaNeueLTStd-Bd";
	font-size: 16px;
	color: #05f;
	font-weight: normal;
}

.forum-title div:first-child img {
	height: 18px;
	margin-right: 15px;
}

.forum-title div:nth-child(2) {
	font-family: "HelveticaNeueLTStd-Md";
	font-size: 14px;
	color: #000000;
}

.forum-pseudo-info div:nth-child(2) {
	font-family: "HelveticaNeueLTStd-Lt";
	font-size: 12px;
	color: #4a4a4a;
}

.forum-pseudo-info div:nth-child(2) .pseudo-info-detail {
	font-family: "HelveticaNeueLTStd-Md";
	color: #05f;
}

.forum-pseudo {
	display: flex;
	line-height: 19px;
}

.forum-nbr-reponse {
	text-align: center;
	font-family: "HelveticaNeueLTStd-It";
	font-size: 14px;
	color: #000000;
	padding: 0 10px 0 40px;
	line-height: 20px;
}

.forum-nbr-sujet {
	font-family: "HelveticaNeueLTStd-It";
	font-size: 12px;
	color: #000;
	margin-bottom: 4px;
}

.forum-last-reponse {
	display: flex;
	line-height: 1;
}

.forum-last-reponse-img,
.forum-pseudo-img {
	height: 50px;
	width: 50px;
	min-width: 40px;
	border-radius: 3px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.forum-pseudo-img { min-width: 40px; }

.forum-last-reponse-info div:first-child {
	width: 150px;
	font-family: "HelveticaNeueLTStd-Bd";
	font-size: 13px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.forum-last-reponse-info div:nth-child(2) {
	font-family: "HelveticaNeueLTStd-Md";
	font-size: 13px;
	color: #000;
}

.forum-pseudo-nbr-reponse {
	font-family: "HelveticaNeueLTStd-It";
	font-size: 12px;
	color: #000;
}

.forum-last-reponse-info div:nth-child(2) span {
	font-family: "HelveticaNeueLTStd-Bd";
	color: #05f;
	margin-right: 5px;
}

.forum-last-reponse-info div:nth-child(2) img {
	height: 10px;
}

.forum-last-reponse-info div:nth-child(3) {
	font-family: "HelveticaNeueLTStd-Lt";
	font-size: 12px;
	color: #4a4a4a;
}

.forum-arrow {
	height: 15px;
	padding-left: 10px;
}

.forum-arrow img { height: 15px; }
/* /FORUM */

/* BTN TXT */
.popup_visio-btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.btn-text {
	font-size: 16px;
	font-family: "Roboto-Medium";
	text-transform: uppercase;
	padding: 7px 15px;
	cursor: pointer;
	border-radius: 2px;
	transition: background .3s;
}

.btn-text:hover {
	background: rgba(0,0,0,0.1);
}

.btn-text.btn-text-cancel {
	color: #b6b6b6;
}
/* /BTN TXT */

/* Input animation */
.popup_v5 fieldset {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 30px;
}

.forum-arrow-mobile {
	position: absolute;
	height: 15px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#popup_inscription .form-date-double {	width: 48%; float: left; display: none;}
#popup_inscription .form-date-double.form-date-double-right { margin-left: 4%; }

.popup_v5 fieldset.error,
.popup_v5 fieldset.error { margin-bottom: 50px; }

.popup_v5 label {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #757575;
	transform: translate3d(0, 0, 0);
	line-height: normal;
	padding: 5px 0;
	transition: all 0.2s ease-in-out;
	cursor: text;
}

.popup_v5 input[data-empty="false"] + label,
.popup_v5 input:valid + label,
.popup_v5 input:not(#date):focus + label,
.popup_v5 input + label.mobiscroll-animation,
.popup_v5 textarea[data-empty="false"] + label,
.popup_v5 textarea:valid + label,
.popup_v5 textarea:not(#date):focus + label,
.popup_v5 .label-select,
.popup_v5 .label-top label {
	font-size: 12px;
	transform: translate3d(0, -20px, 0);
}
/* /Input animation */

/* noUiSlider */
#slider_age,
#slider_rayon { margin: 0 36px; }

#slider_rayon { margin-bottom: 20px; }

.noUi-horizontal {
	height: 4px;
	box-shadow: none;
	border: none;
	background-color: #ebebeb;
}
.noUi-horizontal .noUi-handle {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	box-shadow: none;
	border: none;
	top: -9px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle { right: -8px; }

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after { display: none; }
/* noUiSlider */

/* Mobiscroll */
.mbsc-material .mbsc-fr-hdr,
.mbsc-material .mbsc-fr-btn-cont .mbsc-fr-btn {
	font-family: "Roboto-Medium";
	font-size: 16px;
	font-weight: normal;
}
.mbsc-material .mbsc-fr-hdr {
	color: #000;
	text-transform: none;
	font-size: 18px;
}
.mbsc-control {	cursor: pointer; }
.mbsc-material .mbsc-sc-itm { 
	font-family: "Roboto-Regular";
	font-size: 18px;
	color: #999;
}
.mbsc-material .mbsc-sc-itm.mbsc-sc-itm-sel { color: #000; }
.mbsc-material .mbsc-sc-whl-gr { padding: 1em .25em; }

.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w.mbsc-fr-btn-s {
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	float: right;
	width: 50%;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w.mbsc-fr-btn-c {
	float: left;
	width: 50%;
	border-left: none;
}

.mbsc-fr-btn-c .mbsc-fr-btn { color: #999 !important; }

#genre_dummy::placeholder {
	color: #757575;
	opacity: 1;
}
/* /Mobiscroll */

/* Header fixed */
.header-fixed-v5 .discussion-top {
	position: relative;
}

#header_fixe.header-fixed-v5 .discussion-top {
	font-weight: normal;
}

#header_fixe.header-fixed-v5 .discussion-reglage-top,
#header_fixe.header-fixed-v5 .discussion-info-top {
	color: #000;
	font-weight: normal;
	background-color: #fff;
}
/* /Header fixed */

@media (min-width: 360px) {
	#popup_post_inscription .popup_post_inscription_background,
	#popup_mdp_oublie .popup_mdp_oublie_background {
		max-width: 325px;
	}
}

@media (max-width: 767px) {

	#discussion-top-title { width: 100%; }

	.forum-last-reponse-info {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.3;
	}

	.forum-pseudo { margin-bottom: 5px; }

	.forum-pseudo-img {
		min-width: 55px;
		width: 55px;
		height: 55px;
	}

	.forum-title div:first-child {
		display: flex;
		align-items: center;
	}

	.discussion-top-search input{
		color: #FFF;
		border-bottom: 1px solid #FFFFFF;
		/*background-image: url("../v5_img/picto/icon_search_blanc.png");*/
	
	}
}

@media (min-width: 768px) {

	#popup_inscription .popup_inscription_background,
	#popup_contact .popup_contact_background,
	#popup_connexion {
		max-width: 325px;
		margin: 30px auto;
		border-radius: 2px;
		box-shadow: 0 2px 14px rgba(0, 0, 0, 1);
	}

	#popup_connexion .title { background-color: #fff; }

	#popup_connexion .title span { color: #000; }

	#popup_inscription .content,
	#popup_contact .content,
	#popup_connexion .title { border-radius: 2px; }

	#popup_inscription .title span { color: #000; }
	#popup_contact .title span { color: #000; }

	#popup_inscription .title,
	#popup_contact .title { 
		background-color: #fff;
		margin: 0;
		padding: 10px 0;
	}

	#popup_inscription .content,
	#popup_contact .content { padding: 15px 20px; }

	.xs-hidden { display: inline; }
	.md-hidden { display: none; }

	.btn:hover:before {
		width: 120%;
		padding-top: 120%;
		transition: width .3s ease-out, padding-top .3s ease-out;
	}
	.discusion-triangle {
		position: absolute;
		top: -8px;
		right: 85px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #fff transparent;
	}

	.messages { overflow: hidden; }

	.messages > div {
		position: absolute;
		z-index: 1;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		width: 100%;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-o-text-size-adjust: none;
		text-size-adjust: none;
	}

	#discussion-footer { position: absolute; }

	.discussion-top {
		color: #000;
		background-color: #fff;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}

	.discussion-top-action .discussion-top-action-menu,
	.discussion-top-action .discussion-top-action-menu:after,
	.discussion-top-action .discussion-top-action-menu:before {
		background-color: #000;
	}

	.discussion-top-search input { border-bottom: 1px solid #cccccc;}

	.discussion-footer {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.row-forum {
		flex-direction: row;
		align-items: center;
		padding: 15px 10px;
	}

	.forum-title,
	.forum-pseudo {
		width: 350px;
		min-width: 350px;
	}

	.forum-last-reponse {
		align-items: center;
		margin-left: auto;
	}

	.forum-last-reponse-info div:nth-child(2) span {
		max-width: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-right: 5px;
	}

	.forum-last-reponse-info { line-height: 16px; }

	.forum-pseudo-info { line-height: 23px; }

	.cgu-content { margin-top: 0; }
}

@media (min-width: 1024px) {
	.forum-title,
	.forum-pseudo {
		width: 300px;
		min-width: 300px;
	}

	.discusion-triangle { display: none; }

	#discussion::before {
		content: "";
		position: absolute;
		top: -8px;
		left: 85px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #fff transparent;
	}
}

@media (min-width: 1280px) {

	.forum-title,
	.forum-pseudo {
		width: 425px;
		min-width: 425px;
	}
}
.scroll-bottom {
	display: none;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 64px;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../v5_img/picto/fleche-bas-gris.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}
.scroll-bottom .scroll-bottom-pastille {
	display: none;
    color: white;
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 20px;
    padding: 4px 5px 4px 5px;
    min-width: 6px;
}
.scroll-bottom.is-writing .scroll-bottom-pastille {
	line-height: 0px;
    padding: 6px 4px 10px 4px;
    min-width: 8px;
    width: 8px;
}

/* CREATION CHAT GROUPE */
#creation-groupe .js-header-fixed-mobile {
    top: 0;
    z-index: 2;
}
.creation-groupe-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
    min-height: 30px;
    justify-content: space-between;
}
.creation-groupe-header__back, .creation-groupe-header__creer {
    margin-right: 16px;
}
.creation-groupe-header__creer {
	margin-right: 6px;
	display: none;
	cursor: pointer;
}
.creation-groupe-header__creer img {
    width: 22px;
}
.creation-groupe-header__back img {
    display: block;
    width: 8px;
}
#creation-groupe-top-title {
	color: white;
	font-size: 18px;
	font-family: "Roboto-Medium";
}
#creation-groupe-top-number {
	color: white;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 1px;
}
.groupe-top-search {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    background-color: white;
    border-bottom: 1px solid #d6d6d6;
    min-height: 70px;
    padding: 10px 10px;
    color: #797979;
}
.groupe-top-search #search {
    /*padding-right: 27px;*/
    margin-right: 0px;
    background-color: white;
    z-index: 99999999999999;
    height: 60px;
    padding-left: 15px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.65+6,1+17,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 6%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 6%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.65) 6%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.groupe-top-search-title.hide, .slick-participants.hide, #search.hide {
	display: none;
}
#creation-groupe-search-input {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	background-position: 5px 9px;
    height: auto;
    padding: 5px 0 5px 30px;
    color: #000;
    width: 78%;
    font-size: 18px;
    font-family: "Roboto-Regular";
    background-image: url(../v5_img/picto/icon_search_noir_op2.png);
    background-repeat: no-repeat;
	background-size: 15px;
	background-color: transparent;
}
.slick-participants {
	width: 84%;
}
.slick-participants .slick-list {
	overflow: initial;
}
.slick-participants .slick-track {
	margin-left: 0;
}
.slick-item-groupe {
	display: flex;
	flex-direction: column;
}
.slick-item-groupe-img {
	position: relative;
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-right: 8px;
    background-image: url(https://via.placeholder.com/70x70);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
}
.picto-etat-croix {
	position: absolute;
    height: 18px;
    width: 18px;
    background-color: #797979;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -3px;
    right: -4px;
    color: white;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    cursor: pointer;
    font-family: arial;
}
.slick-item-groupe-nom {
	font-size: 14px;
	color: #737373;
	margin-top: 6px;
	max-width: 47px;
	text-align: center;
	overflow: hidden;
}
.creation-groupe-liste-item .profil-certif-icone {
	width: 10px;
	vertical-align: top;
	margin-top: 3.5px;
	cursor: pointer;
	margin-left: 0px;
}
.creation-groupe-liste-item.check {
	/*background-color: #e6e6e6;*/
	background-color: #eee;
}
.creation-groupe-liste-item.check #picto-etat-connexion {
    border: 2px solid #eee;
}
.creation-groupe-liste-item {
	display: flex;
    padding: 0 10px;
    transition: background-color .3s;
}
.creation-groupe-liste-item.selected {
	opacity: 1!important;
}
.creation-groupe-liste-item-img {
    position: relative;
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-image: url(https://via.placeholder.com/70x70);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
}
.creation-groupe-liste-check {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: #7f7f7f;
}
.creation-groupe-liste-check .message-item-checkbox {
	pointer-events: none;
}
.creation-groupe-liste-item .message-item-container {
    padding: 8px 0;
    border-bottom: none;
    cursor: initial;
}
.creation-groupe-liste-item .message-item-content {
	justify-content: center;
}
.groupe-liste .creation-groupe-liste-item-img,
.groupe-liste .message-item-content-pseudo-age,
.groupe-liste .pseudo,
.groupe-liste .message-item-content-dist,
.groupe-liste .message-item-content-pseudo,
.groupe-liste .message-item-content-message,
.groupe-liste .message-item-container {
	cursor: pointer;
}
/* /CREATION CHAT GROUPE */

/* CHAT GROUPE */
.englob-reponse.chat-groupe-img {

}
.englob-reponse.chat-groupe-img .message-item-img {
    min-width: 37px;
    width: 37px;
    height: 37px;
    margin-right: 10px;
}
.chat-groupe-img.chat-groupe-img .chat-pseudo {
	font-size: 13px;
	color: #868686;
	margin-left: 53px;
}
.chat-groupe-img.chat-groupe-img .chat-legend-date {
	margin-left: 58px;
}
.chat-txt-info {
    /* padding: 0 0 10px 0; */
    text-align: center;
    font-size: 12px;
    color: #9b9b9b;
    background-color: white;
    z-index: 1;
    padding: 10px 0 10px 0;
    font-style: italic;
    font-family: Roboto-Medium;
    position: relative;
    z-index: 0;
}
.ajouter-participants-footer {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #d6d6d6;
    font-size: 14px;
    font-family: "Roboto-Medium";
    cursor: pointer;
    text-transform: uppercase;
}

.groupe-liste .membres-sous-menu-btn {
    align-self: center;
    cursor: pointer;
}
.groupe-liste .membres-sous-menu-btn img {
    width: 20px;
    padding: 9px 2px 6px 6px;
}
.groupe-liste .membres-sous-menu-content {
    display: none;
    position: absolute;
    right: 10px;
    background-color: white;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 1);
    border-radius: 3px;
    z-index: 2;
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #000;
    top: auto;
    margin-bottom: 61px;
}
.groupe-liste .membres-sous-menu-content div {
    padding: 15px;
    cursor: pointer;
}
.groupe-liste .membres-sous-menu-content div:hover {
    background-color: rgba(213, 212, 212, 0.7);
}
.chat-groupe .nb-more-membres {
	font-family: 'Roboto-Medium';
	font-size: 12px;
	color: #666666;
    display: flex;
    display: none;
    align-items: flex-end;
}
.chat-groupe .message-item-img {
	display: none;
}
.chat-groupe .message-item-img:nth-child(-n+5) {
	display: block;
}
@media (min-width: 348px) {
	.chat-groupe .message-item-img:nth-child(-n+6) {
		display: block;
	}
}
@media (min-width: 392px) {
	.chat-groupe .message-item-img:nth-child(-n+7) {
		display: block;
	}
}
@media (min-width: 436px) {
	.chat-groupe .message-item-img:nth-child(-n+8) {
		display: block;
	}
}
@media (min-width: 480px) {
	.chat-groupe .message-item-img:nth-child(-n+9) {
		display: block;
	}
}
@media (min-width: 510px) {
	.chat-groupe .message-item-img {
		display: block;
	}
}
.message-item.groupe-2 .message-item-img .groupe-photo,
.chat-groupe .chat-header .message-item-img.groupe-2 .groupe-photo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    display: inline-block;
}
.message-item.groupe-2 .message-item-img .groupe-photo:first-child,
.chat-groupe .chat-header .message-item-img.groupe-2 .groupe-photo:first-child {
    border-right: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.message-item.groupe-3 .message-item-img .groupe-photo,
.chat-groupe .chat-header .message-item-img.groupe-3 .groupe-photo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    border-right: 1px solid #d6d6d6;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.message-item.groupe-3 .message-item-img .groupe-petite-photo,
.chat-groupe .chat-header .message-item-img.groupe-3 .groupe-petite-photo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    /*display: inline-block;*/
    vertical-align: top;
    border-bottom: 1px solid #d6d6d6;
    /*box-sizing: border-box;*/
}
.message-item.groupe-4 .message-item-img .groupe-petite-photo,
.chat-groupe .chat-header .message-item-img.groupe-4 .groupe-petite-photo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    /*display: inline-block;*/
    vertical-align: top;
    /*box-sizing: border-box;*/
    border-bottom: 1px solid #d6d6d6;
}
.header-chat-groupe-content {
	display: flex;
	flex-direction: column;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header-chat-groupe-name {
    font-family: "Roboto-Medium";
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
    cursor: pointer;
}
.header-chat-groupe-pseudo {
	font-family: "Roboto-Italic";
    font-size: 12px;
    color: black;
    opacity: .7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.chat-header-deskopt .header-chat-groupe-name,
.chat-header-deskopt .header-chat-groupe-pseudo {
	color: white;
}
.isc_scroller .chat-date {
	position: relative;
	top: 0;
}
.message-item-img.groupe-4,
.message-item-img.groupe-3,
.message-item-img.groupe-2 {
	overflow: hidden;
}
.message-item-img.groupe-4 > div:nth-child(2) {
	border-left: 1px solid #d6d6d6;
	box-sizing: border-box;
}
/* /CHAT GROUPE */

/**** POPIN ****/
.popin {
	position: fixed;
	width: 100vw;
	height: 100%;
	bottom: 0;
	opacity: 1;
	overflow: hidden;
	/*background-color: rgba(0, 0, 0, 0.4);*/
	background-color: transparent;
	color: white;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	z-index: 9999999;
}
.popin p {
	background-color: #212121;
	color: white;
	width: 75%;
	padding: 30px 25px;
	border-radius: 4px;
	text-align: left;
	font-size: 17px;
}
.popin.close {
	opacity: 0;
	transition: all 0.5s;
}
/**** /POPIN ****/

/**** DIAPO CHAT ****/
.diapo-chat {
	position: fixed;
	z-index: 100;
	height: 100vh;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.slick-diapo .slick-list {
	padding: 0px!important;
}
.slick-diapo .slick-slide {
	height: 100vh;
	display: flex;
	align-items: center;
	opacity: 0;
}
.slick-diapo .slick-slide img {
	/*width: 94%;
	height: auto;
	margin: auto;*/

    max-width: 100%;
    max-height: 80%;
    width: 100%;
    display: inline-block;
    object-fit: contain;
}
.slick-diapo .slick-slide iframe {
	margin-left: auto;
	margin-right: auto;
}
.slick-slide.slick-current {
	opacity: 1;
	position: relative;
}
.slick-diapo .slick-dots {
	position: fixed;
    bottom: auto;
    top: 90px;
    left: 20px;
    background-color: rgba(66, 66, 66, 0.7);
    width: auto;
    padding: 0px;
    padding-bottom: 1px;
    border-radius: 15px;


    transform: rotate(-90deg) translateY(-15px);
    left: 0px;
    bottom: 0px;
    top: auto;
    margin-left: 50%;
    margin-top: auto;
}
.slick-diapo .slick-dots li {
	display: block;
	width: 12px;
    height: 12px;
    margin: 12px 10px;
}
.slick-diapo .slick-dots li button:before{
	font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
	color: transparent;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 15px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background-color: white!important;
}

.back-diapo {
	position: fixed;
	top: 14px;
	left: 12px;
	width: 50px;
	z-index: 2;
}
.diapo-chat-total {
    position: fixed;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: white;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    font-weight: bold;
    display: block;
    padding: 0px 0px;
    line-height: 6px;
    border-radius: 11px;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
}
/**** /DIAPO CHAT ****/

.message-item .profil-certif-icone {
    width: 10px;
    vertical-align: top;
    margin-top: 2.5px;
    cursor: pointer;
    margin-left: -2px;
}
.notifications-item .profil-certif-icone {
    width: 10px;
    vertical-align: top;
    margin-top: 2.5px;
    cursor: pointer;
    margin-left: -2px;
}

.span_9 .profil-certif-icone, .span_2 .profil-certif-icone, .span_11 .profil-certif-icone, .texte_sous_menu .profil-certif-icone {
    width: 10px;
    vertical-align: top;
    margin-top: 2.5px;
    cursor: pointer;
    margin-left: -2px;
    margin-right: 3px;
}

.texte_sous_menu_web .profil-certif-icone {
    width: 10px;
    vertical-align: top;
    margin-top: 16.5px;
    cursor: pointer;
    margin-left: -2px;
    margin-right: 3px;
}

.popup_plan_profil {
	display: flex;
}
.popup_plan_profil .message-item-img {
	height: 72px;
    width: 72px;
    min-width: 72px;
}
.popup_plan_profil_age {
	font-size: 24px;
	margin: 0 10px;
	margin-right: 15px;
}
.popup_plan_profil_info {
	font-size: 13px;
	position: relative;
	font-family: 'Roboto-Regular';
	color: black;
}
.popup_plan_profil_info_nom {
	font-family: 'Roboto-Medium';
	font-size: 16px;
}

.popup_plan_profil_info::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 48px;
    background-color: #000;
    left: -6px;
}

.popup_plan_txt {
	margin-top: -36px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #737373;
    line-height: 20px;
}

.progress {
	width:0%;
	overflow:hidden;
	height:4px;
	display:inline-block;
	vertical-align:middle;
	color:#CD0023;
	text-align:right;
	text-shadow:1px 1px 0 #000;
	background-color:#CD0023;
	-o-transition-property:width;
	-o-transition-duration:.5s;
	-moz-transition-property:width;
	-moz-transition-duration:.5s;
	-webkit-transition-property:width;
	-webkit-transition-duration:.5s;
	margin-top:9px;
	position: relative;
}


.header:after {
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0.30);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

#header_fixe:after {
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0.30);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.info-bulle-v5 {
	position: absolute;
    top: 100%;
    margin-top: 4px;
    left: 0;
    z-index: 1;
    display: none;
}
.info-bulle-v5__content {
	color: black;
    background-color: #d6d6d6;
    margin: 0 6px;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 26px;
    text-align: center;

    -webkit-box-shadow: 0px 10px 38px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 38px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 38px -10px rgba(0,0,0,0.75);
}
.info-bulle-v5__content:after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: -5px;
    right: 11px;
    background-color: #d6d6d6;
    transform: rotate(45deg);
}
.info-bulle-v5.chat {
    top: 100%;
    margin-top: -6px;
}

.iframe-wrapper {
	display: none;
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
}
.iframe-wrapper .close-iframe-wrapper {
    position: fixed;
    color: white;
    z-index: 10;
    left: 0;
    padding: 14px 12px;
    /*font-family: cursive;*/
    /*background: rgba(255,255,255, 0.3);*/
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 18px;*/
}
.iframe-wrapper .close-iframe-wrapper img {
	/*margin-top: 3px;*/
    width: 50px;
}
.iframe-wrapper .iframe {
	position: relative;
	height: 100%;
	/*padding-bottom: 56.25%;
    margin-top: 57%;*/
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slick-diapo .slick-slide .diapo-chat-picto-play {
    width: 40px;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    height: auto;
    pointer-events: none;
}
.slick-diapo .slick-slide .diapo-chat-picto-play:hover {
    opacity: 0.8;
}
.popup_v5 label.checkbox-v5-plan-jour {
    position: relative;
    height: auto;
    padding: 0 0 0 25px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #424242;
}

/** PROFIL **/
#profil .content-fixed {
	margin-bottom: 0px;
}
.profil-infos-fixed-bar {
    height: 49px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    position: fixed;
    top: 0px;
    z-index: 0;
    opacity: 0;
    transition-duration: 0.5s;
}
.profil-infos-fixed-bar.active {
	top: 50px;
    z-index: 1;
    opacity: 1;
}
.profil-infos-fixed-bar__pseudo {
	color: black;
	font-family: 'Roboto-Medium';
	font-size: 18px;
}
.profil-infos-fixed-bar__chat {
	min-width: 45.4px;
	position: relative;
}
.profil-infos-fixed-bar__chat span {
	position: absolute;
    font-size: 12px;
    margin-left: 50%;
    margin-top: 48%;
    transform: translateX(-50%)translateY(-50%);
}
.profil-infos-fixed-bar.v-desktop .profil-infos-fixed-bar__chat {
	margin-top: 5px;
}
.profil-infos-fixed-bar.v-desktop .profil-infos-fixed-bar__chat span {
	color: white;
}
.profil-infos-fixed-bar.v-desktop {
	height: 56px;
	top: 0;
	opacity: 1;
	display: flex;
	border-bottom: none;
	position: relative;
}
.profil-infos-fixed-bar.v-desktop .profil-infos-fixed-bar__pseudo {
	color:white;
}
.profil-photo {
	position: relative;
	width: 100vw;
	height: 100vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.profil-photo__retour {
    position: absolute;
    /*padding: 15px;*/
    padding-top: 6px;
    width: 50px;
    left: 0;
    /*top: 0;*/
    position: fixed;
}
.profil-photo-chat {
	position: absolute;
	background-image: url('../v5_img/picto/chat-bg.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;

	top: 60px;
	position: fixed;
}
.isc_scroller .profil-photo-retour {
	display: none;
}
.isc_scroller .profil-photo-chat {
	top: 10px;
	display: none;
}
.profil-photo-chat__message {
	font-size: 12px;
	font-weight: bold;
	color: black;
    position: absolute;
    margin-left: 50%;
    margin-top: 48%;
    transform: translateX(-50%) translateY(-50%);
}
.profil-photo-album {
	position: absolute;
	background-image: url('../v5_img/picto/picto-album2.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	right: 10px;
	bottom: 70px;
	width: 33px;
	height: 33px;
	cursor: pointer;
}
.profil-photo-album__photo {
    font-size: 11px;
    line-height: 15px;
    color: black;
    position: absolute;
    right: -4px;
    bottom: 0px;
    background-color: white;
    padding: 0px 3px;
    border-radius: 30px;
    min-width: 9px;
    height: 15px;
	text-align: center;
	cursor: pointer;
}
.profil-photo-infos {
	display: flex;
    justify-content: space-between;
    color: white;
    padding: 0px 10px;
    position: absolute;
    bottom: 0;
    padding-bottom: 13px;
    padding-top: 20px;
    width: calc(100% - 20px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.profil-photo-infos__left {
	display: flex;
}
.profil-photo-infos__age {
    font-size: 39px;
    line-height: 39px;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid white;
}
.profil-photo-infos__age img {
    height: 29px;
    margin-bottom: -2px;
}
.picto-etat-connexion-profil {
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.picto-etat-connexion-profil-green { background-color: #1fbc26; }
.picto-etat-connexion-profil-orange { background-color: #ffd200; }
.picto-etat-connexion-profil-red { background-color: #ff0303; }

.profil-photo-infos__pseudo {
	font-size: 18px;
}
.profil-photo-infos__certif {
    width: 10px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 0px;
}
.profil-photo-infos__distance {
	font-size: 15px;
}
.profil-photo-infos__right {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
}
.profil-photo-infos__pratique {
	font-size: 15px;
}
.profil-photo-infos__pratique.infos-hetero {
    margin-bottom: 2px;
}
.profil-bar-action {
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.profil-bar-action > .action {
	width: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	padding: 8px 8px;
}
.profil-bar-action > .action:hover {
	opacity: 0.8;
}
.profil-bar-action .action-flamme { background-image: url('../v5_img/picto/flamme-noire.png'); }
.profil-bar-action .action-favori { background-image: url('../v5_img/picto/etoile-noire.png'); }
.profil-bar-action .action-favori.active { background-image: url('../v5_img/picto/etoile-noire-pleine.png'); }
.profil-bar-action .action-note { background-image: url('../v5_img/picto/note-noire.png'); }
.profil-bar-action .action-note.active { background-image: url('../v5_img/picto/note-noire-plein.png'); }
.profil-bar-action .action-blacklist { background-image: url('../v5_img/picto/blacklist-noire.png'); }
.profil-bar-action .action-option { background-image: url('../v5_img/picto/points-noire.png'); }

.profil-bar-action .action-flamme span {
	font-family: 'Roboto-Medium';
    font-size: 12px;
    color: #b8b8b8;
    position: absolute;
    top: 4px;
    left: 72%;
}
.form-envoyer-flamme .fake-checkbox-container span {
    display: flex;
    align-items: center;
}
.form-envoyer-flamme .fake-checkbox-container span img {
    width: 28px;
    margin-left: 4px;
    margin-right: 10px;
    margin-top: -5px;
}
.form-envoyer-flamme .fake-checkbox-container {
    opacity: 0.7;
}
.form-envoyer-flamme .fake-checkbox-container.checked {
    opacity: 1; 
 }
.profil-sous-menu-content {
	display: none;
    position: absolute;
    right: 10px;
    background-color: white;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 1);
    border-radius: 3px;
    z-index: 2;
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #000;
    bottom: 46px;
}
.profil-sous-menu-content div {
    padding: 15px;
    cursor: pointer;
 }
 .profil-sous-menu-content div:hover {
     background-color: rgba(213, 212, 212, 0.7);
 }
.profil-infos {
    margin: 0px 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
}
.profil-infos__description {
	color: #737373;
	font-size: 16px;
	margin-bottom: 20px;
}
.profil-infos-row {
	margin-top: 15px;
	display: flex;
	align-items: baseline;
}
.profil-infos-column {
	margin-top: 15px;
}
.profil-infos__title {
	font-family: 'Roboto-Medium';
	color: black;
	font-size: 15px;
	min-width: 95px;
}
.profil-infos__title span {
	font-family: inherit;
}
.profil-infos__info {
	color: #737373;
	font-size: 15px;
}
.profil-infos__trip {
    color: #505050;
    font-size: 14px;
    background: #eaeaea;
    border-radius: 4px;
    padding: 3px 6px;
    margin: 5px 1px 0px 0px;
    display: inline-block;
}
.profil-infos__certif {
    width: 10px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 4px;
}
.profil-infos-hetero {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
}
.profil-infos-hetero > .profil-infos-row:first-child .profil-infos-hetero-right .profil-infos__info img {
    width: 12px;
    margin-bottom: -1px;
    margin-left: 4px;
}
.profil-infos-hetero > .profil-infos-row:first-child .profil-infos-hetero-right > .profil-infos__info:first-child {
	/*color: #2e5f85;*/
	font-family: 'Roboto-Medium';
}
.profil-infos-hetero > .profil-infos-row:first-child .profil-infos-hetero-right > .profil-infos__info:nth-child(2) {
	/*color: #983072;*/
	font-family: 'Roboto-Medium';
}
.profil-infos__elle {
	color: #983072;
}
.profil-infos__lui {
	color: #2e5f85;
}
.profil-infos-hetero > .profil-infos-row:nth-child(n + 2) .profil-infos__title {
	font-size: 16px;
	font-family: 'Roboto-Regular';
}
.profil-infos-hetero .profil-infos-hetero-right {
    width: 100%;
    display: flex;
}
.profil-infos-hetero .profil-infos-hetero-right div {
    width: 50%;
}
.profil-amis {
	margin: 0px 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
}
.profil-amis__liste {
	display: flex;
	flex-wrap: wrap;
}
.profil-amis-item {
	width: 17vw;
    margin-right: calc(3.75vw - 5px);
    margin-top: 9px;
}
.profil-amis__liste .profil-amis-item:nth-child(5n) {
    margin-right: 0px;
}
.profil-amis-item__photo {
	position: relative;
	background-image: url('https://www.dici.fr/sites/dici.fr/files/styles/homepage_une_big/public/2017/09/27/1061023-lama2.jpg?itok=Op1vVx40');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 17vw;
	height: 17vw;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
}
#voir-plus-amis .profil-amis-item__photo {
    background-image: none;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.profil-amis-item__pseudo {
	font-family: 'Roboto-Medium';
	color: black;
	font-size: 9px;
	text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 4px;
}
.profil-temoignage {
	margin: 0px 10px;
    /*margin-bottom: 20px;*/
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.profil-temoignage .profil-infos__title {
	margin-bottom: 20px;
}
.profil-temoignage__form {
    display: flex;
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 20px;
}
.profil-temoignage__form textarea {
    border: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 10px 8px 10px;
    margin-right: 8px;
    border-radius: 2px;
    resize: none;
}
.profil-temoignage__form textarea::placeholder {
    color: #9b9b9b;
}
.profil-temoignage__form div.btn {
    font-size: 14px;
    padding: 11px 12px;
    font-weight: 400;
    line-height: 14px;
    overflow: inherit;
    cursor: pointer;
}
.profil-temoignage__liste {
    margin: 0 -10px;
}
.profil-temoignage-item {
    padding: 0px 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.profil-temoignage-item__photo {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 7px;
}
.profil-temoignage-item-content {
	cursor: pointer;
}
.profil-temoignage-item-content__top {
    overflow: hidden;
	display: flex;
}
.profil-temoignage-item-content__age {
    border-right: 1px solid #000;
    padding: 1px 5px 1px 0;
    margin-right: 1px;
    font-family: "Roboto-Regular";
}
.profil-temoignage-item-content__age img {
	width: 12px;
}
.profil-temoignage-item-content__pseudo {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	margin-left: 5px;
}
.profil-temoignage-item-content .profil-certif-icone {
    width: 10px;
    height: 10px;
    margin-top: 3.5px;
    cursor: pointer;
    margin-left: 3px;
}
.profil-temoignage-item-content__temoignage {
	font-size: 14px;
	color: #737373;
	margin-top: 2px;
}
.profil-temoignage-item-content__date {
	font-family: 'Roboto-Italic';
	font-size: 12px;
	color: #a3a3a3;
	margin-top: 2px;
}
.supprimer_temoignage {
	align-self: center;
	cursor: pointer;
}
.supprimer_temoignage img {
	height: 18px;
	cursor: pointer;
}
#form-search img {
	width: 8px;
	height: auto;
}
#form-search.search-like input {
    width: calc(100% - 88px);
}
#form-search.search-like input::placeholder {
	color: #9b9b9b;
}
#profil-temoignage-afficher-plus {
	margin: 20px 10px;
}
#profil-modifier {
	border: 1px solid;
	margin-bottom: 20px;
}
#profil-signaler {
	font-family: 'Roboto-Italic';
	font-size: 13px;
	color: #737373;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	margin: 20px 0px;

    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0px;
}
.son-plan__titre {
	font-family: 'Roboto-Bold';
	font-size: 16px;
}
.son-plan__description {
	font-size: 16px;
	color: #737373;
	font-family: 'Roboto-Regular';
}
.son-plan__date {
	font-family: 'Roboto-Italic';
	font-size: 12px;
	color: #a3a3a3;
	margin-top: 4px;
}
/** /PROFIL **/

/** PROFIL ALBUM PHOTO **/
#profil-album {
	display: none;
    background: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 3;
    top: 0;
    min-height: 100vh;
    width: 100%;

    display: block;
    background: black;
    position: relative;
    z-index: initial;
}
.profil-album-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: inherit;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.album-top-bar {
	margin: 10px 10px;
	display: flex;
    align-items: center;
}
.profil-back-album {
	width: 35px;
	padding-right: 11px;
}
.album-top-bar__photo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #d6d6d6;
    border-radius: 3px;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	position: relative;
}
.album-top-bar__photo .picto-etat-connexion {
    height: 8px;
    width: 8px;
    border: 2px solid #0f0f0f;
}
.album-top-bar__age {
	font-size: 16px;
	color: white;
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid white;
}
.album-top-bar__age img {
    width: 12px;
}
.album-top-bar__pseudo {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	color: white;
}
.album-top-bar__certif {
    width: 8px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 4px;
}
.album-liste {

}
.album-item {
    display: flex;
    flex-wrap: wrap;
}
.album-item .album-title {
	font-size: 13px;
    color: #c0c0c0;
    width: 100%;
    margin: 8px 0px 4px 1.5vw;
}
.album-photo-item {
	/*width: 32vw;
	height: 32vw;
	position: relative;
	margin: 0px 0px 1vw 1vw;
	overflow: hidden;
	cursor: pointer;*/
    width: 31.5vw;
    height: 31.5vw;
    position: relative;
    margin: 0px 0px 1vw 1.3555vw;
    overflow: hidden;
    cursor: pointer;
}
.album-photo-item .album-photo-item__photo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.album-photo-item .album-picto-play {
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.album-photo-item .album-picto-cadena {
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.album-photo-item .album-picto-duree {
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: white;
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    padding: 4px 6px;
    border-radius: 4px;
}
/** /PROFIL ALBUM PHOTO **/

/** PROFIL DIAPO PHOTO **/
#profil-diapo {
	display: none;
    background: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 3;
    top: 0;
    min-height: 100%;
    width: 100%;
}
/*.profil-album-content {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: inherit;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}*/
.diapo-top-bar {
    width: calc(100% - 20px);
	padding: 10px 10px;
    padding-bottom: 30px;
	/*display: flex;*/
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.profil-back-diapo {
	width: 35px;
	padding-right: 11px;
}
.diapo-top-bar__photo {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #d6d6d6;
    border-radius: 3px;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	position: relative;
}
.diapo-top-bar__photo .picto-etat-connexion {
    height: 8px;
    width: 8px;
    border: 2px solid #0f0f0f;
}
.diapo-top-bar__age {
	font-size: 16px;
	color: white;
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid white;
}
.diapo-top-bar__age img {
    height: 14px;
}
.diapo-top-bar__pseudo {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	color: white;
}
.diapo-top-bar__certif {
    width: 8px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 4px;
}
.diapo-top-bar__titre {
	color: #c0c0c0;
	font-size: 13px;
	margin-left: 46px;
	margin-top: 4px;
}
.profil-diapo-slick .slick-track {
	height: 100vh;
}
.profil-diapo-slick .slick-slide {
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
/*.profil-diapo-container {
    max-height: 75%;
    max-width: auto;
	position: relative;
	display: flex;
}*/
.profil-diapo-slick .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: inline-block;
    object-fit: contain;
}
/*.profil-diapo-slick .slick-slide img:not(.profil-diapo-btn-play) {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    display: block;
}*/
.profil-diapo-slick .profil-diapo-video {

}
.profil-diapo-slick img.profil-diapo-btn-play {
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: initial;
    display: block;
}
.profil-diapo-slick .profil-diapo-duree {
    right: 8px;
    bottom: 8px;
    color: white;
    font-size: 15px;
    background-color: rgba(0,0,0,0.7);
    padding: 4px 6px;
    border-radius: 4px;
    margin-top: -34px;
    margin-right: 10px;
    align-self: flex-end;
}
/*.profil-diapo-slick .profil-diapo-duree {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: white;
    font-size: 15px;
    background-color: rgba(0,0,0,0.7);
    padding: 4px 6px;
    border-radius: 4px;
}*/
.profil-diapo-slick .profil-diapo-masked img {
	filter: blur(15px) brightness(0.5);
}
.profil-diapo-slick .profil-diapo-masked > div {
	position: absolute;
}
.profil-diapo-slick .profil-diapo-masked .demander_acces {
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: white;
	padding: 20px 34px;
	border: 1px solid white;
	border-radius: 3px;
	margin-top: 17px;
	cursor: pointer;
}
.profil-diapo-slick .profil-diapo-masked > div img {
	filter: blur(0);
    height: 85px;
}
.masked-div img {
	margin-left: 50%;
    transform: translateX(-50%);
}
.profil-diapo-total {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(calc(-50% + 25px));
    z-index: 1;
    color: white;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    font-weight: bold;
    display: flex;
}
.profil-diapo-total > div {
    display: block;
    padding: 5px 15px;
    border-radius: 17px;
    background-color: rgba(51, 50, 49, 0.7);
}
.profil-diapo-total .profil-diapo-album-btn {
	width: 25px;
    height: 25px;
    margin-left: 10px;
}

.diapo-bottom-bar {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    color: white;*/
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    color: white;
}
.diapo-bottom-bar-content {
	position: initial;
}
.profil-diapo-commentaire,
.profil-diapo-like {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 38px);
    display: none;
    background-color: white;
    color: black;
    /*border-radius: 3px;*/
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;


    position: fixed;
    bottom: 38px;
    /*top: 0;*/
    width: 100%;
    height: calc(100% - 38px);

    /*overflow: hidden;*/
}
.profil-diapo-like .profil-diapo-commentaire-top__infos {
	justify-content: space-between;
	cursor: pointer;
}
.profil-diapo-like .left,
.profil-diapo-like .right {
	display: flex;
	align-items: center;
}
.profil-diapo-like .rechercher-like-btn {
    padding: 8px 9px;
    padding-right: 0;
    margin-right: 0px;
    width: 19px;
    box-sizing: content-box;
    opacity: 0.7;
}
.profil-diapo-commentaire::after,
.profil-diapo-like::after {
    content: "";
    position: fixed;
    bottom: 34px;
    right: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent;
}
.profil-diapo-like::after {
	left: 70px;
	right: unset;
}
.profil-diapo-commentaire.hide-after::after {
	opacity: 0;
}
.profil-diapo-commentaire__liste {
	margin-top: 88px;
	margin-bottom: 51px;

	overflow: auto;
	-webkit-overflow-scrolling: touch;
    height: calc(100% + -140px);
}
.profil-diapo-commentaire__liste.profil-diapo-commentaire__liste-sm {
	margin-top: 47px;
    height: calc(100% + -99px);
}
.profil-diapo-like__liste {
	margin-top: 47px;
	margin-bottom: 0px;

	overflow: auto;
	-webkit-overflow-scrolling: touch;
    height: calc(100% + -47px);
}
.diapo-bottom-bar__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 38px;
    margin: 0 10px;
    padding: 0px 0px;
    border-top: 1px solid #b8bbc4;
    font-size: 14px;
    /*background-color: rgba(0,0,0,0.5);*/
}
.diapo-bottom-bar__actions.flex {
	display: flex!important;
}
.diapo-bottom-bar__actions > div {
    padding: 9px 0;
    cursor: pointer;
}
.diapo-bottom-bar__bg {
    width: 100%;
    height: 94px;
    padding: 0 0!important;
    position: absolute;
    margin-left: -10px;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.diapo-bottom-bar__actions img {
    width: 16px;
    padding-right: 8px;
    margin-bottom: -3px;
    box-sizing: content-box;
}
.diapo-bottom-bar__actions span {
    color: black;
    font-size: 12px;
    background-color: white;
    border-radius: 30px;
    padding: 3px 9px;
    margin-left: 8px;
    transition-duration: 0.3s;
}
.diapo-bottom-bar__actions > div.active span {
	color: white;
}
.profil-diapo-commentaire__top {
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
    z-index: 1;

    /** FIX SHAKING EFFECT ON IOS **/
    /*overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top:0px*/
}
.profil-diapo-commentaire-top__infos {
	height: 46px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
	font-size: 18px;
    color: #404040;
    font-family: 'Roboto-Medium';
    padding: 0 10px;
}
.profil-diapo-commentaire-top__infos span {
	font-family: 'Roboto-Medium';
}
.profil-diapo-commentaire-top__infos img {
    padding: 10px 0px;
    padding-right: 30px;
    margin-right: 0px;
    width: 8px;
    box-sizing: content-box;
}
.profil-diapo-commentaire-top__like {
	height: 40px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #efefef;
	font-size: 13px;
    color: black;
    padding: 0 10px;
    cursor: pointer;
}
.profil-diapo-commentaire-top__like span {
	font-family: 'Roboto-Bold';
}
.profil-diapo-commentaire-top__miniature {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    margin-right: 5px;
    width: 19px;
    height: 19px;
}
.profil-diapo-commentaire__bottom {
    position: fixed;
    bottom: 38px;
    width: 100%;
    display: flex;
    background-color: white;
    border-top: 1px solid #c7c7c7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.profil-diapo-commentaire__bottom textarea {
    font-size: 16px;
    padding: 16px 10px;
    height: auto;
    line-height: 19px;
    resize: none;
    border-bottom-left-radius: 3px;
}
.profil-diapo-commentaire__bottom #btn-send {
	margin-right: 10px;
	margin-bottom: 9px;
}
.profil-diapo-commentaire__item {
	margin: 0px 10px;
	border-bottom: 1px solid #efefef;
	padding: 10px 0px;
}
.diapo-commentaire__top {
	display: flex;
	margin-bottom: 5px;
	position: relative;
}
.diapo-commentaire__photo {
	width: 32px;
	height: 32px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 8px;
    position: relative;
}
.diapo-commentaire__photo .picto-etat-connexion {
    height: 8px;
    width: 8px;
    box-sizing: content-box;
}
.diapo-commentaire__infos {
	font-size: 14px;
	color: black;
    font-weight: 400;
}
.diapo-commentaire__age {
    border-right: 1px solid #000;
    padding: 1px 4px 1px 0;
    margin-right: 4px;
    font-family: "Roboto-Regular";
}
.diapo-commentaire__age img {
	height: 11px;
}
.diapo-commentaire__pseudo {
	font-family: 'Roboto-Medium';
}
.diapo-commentaire__date {
	font-family: 'Roboto-Italic';
	font-size: 12px;
	color: #b9b9b9;
}
.diapo-commentaire__supprimer {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 2px 10px;
    margin-right: -10px;
    cursor: pointer;
}
.diapo-commentaire__supprimer img {
    height: 21px;
}
.diapo-commentaire__message {
	font-size: 12px;
	color: #7f7f7f;;
}
.diapo-commentaire__repondre {
	color: #acacac;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 600;
	cursor: pointer;
}
.profil-diapo-like__item {
    margin: 0px 10px;
    border-bottom: 1px solid #efefef;
    padding: 10px 0px;
}
.diapo-like__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diapo-like__photo {
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 8px;
    position: relative;
}
.diapo-like__photo .picto-etat-connexion {
	width: 8px;
	height: 8px;
	box-sizing: content-box;
}
.diapo-like__infos {
    font-size: 14px;
    color: black;
    font-weight: 600;
}
.diapo-like__age {
    border-right: 1px solid #000;
    padding: 1px 4px 1px 0;
    margin-right: 4px;
}
.diapo-like__pseudo {
}
.diapo-like__pratique {
    font-family: 'Roboto-Italic';
    font-size: 12px;
    color: #b9b9b9;
}
.diapo-like__distance {
	font-size: 11px;
	font-family: 'Roboto-Regular';
	font-weight: initial;
	color: #b9b9b9;
}
.diapo-like__chat {
    width: 21px;
    height: 21px;
    padding: 4px 0px;
    padding-left: 15px;
    cursor: pointer;
    box-sizing: content-box;
}
.diapo-commentaire__sous-reponse-liste {
	display: none;
	margin-left: 20px;
}
.diapo-commentaire__sous-reponse-voir-plus {
    font-size: 12px;
    color: black;
    cursor: pointer;
    font-family: Roboto-Medium;
    padding: 5px 0px 2px 0px;
}
.diapo-commentaire__sous-reponse-textarea {
	display: flex;
	padding-top: 10px;
}
.diapo-commentaire__sous-reponse-textarea textarea {
	border: 1px solid lightgrey;
	border-radius: 3px;
	resize: none;
	padding-left: 10px;

    min-height: 18px;
    /*align-self: flex-end;*/
}
.btn-send-sous-com {
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    transition-duration: 0.5s;
    align-self: flex-end;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}
.btn-send-sous-com img {
    display: block;
    width: 12px;
    margin: 7px 0 7px 7px;
    transition-duration: 0.5s;
}
.diapo-commentaire__sous-reponse-repondre {
	display: none;
    color: #acacac;
    font-size: 11px;
    margin-top: 5px;
    font-weight: 600;
    cursor: pointer;
}
.diapo-commentaire__sous-reponse-liste .profil-diapo-commentaire__item {
	margin: 0 0;
	border-bottom: none;
	padding: 5px 0px;
}
/*.diapo-commentaire__sous-reponse-liste < div.profil-diapo-commentaire__item:last-of-type {
	border-bottom: none;
    padding-bottom: 0;
}*/
.diapo-commentaire__sous-reponse-liste > div:nth-last-child(3) {
	border-bottom: none;
    padding-bottom: 0;
}
/** /PROFIL DIAPO PHOTO **/

/** PAGE ACCES PREMIUM **/
.acces-premium-container {

}
#acces-premium .text-info-intro {
	font-size: 15px;
	text-align: center;
	padding: 0px 10px;
	background: #fafafa;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 19px;
}
.acces-premium-liste {
	padding: 0px 10px;
	background: #fafafa;
	padding-bottom: 14px;
	border-bottom: 1px solid #d6d6d6;
}
.acces-premium-liste div {
	display: flex;
    align-items: center;
    color: #4a4a4a;
    font-size: 14px;
    padding-bottom: 10px;
}
.acces-premium-liste img {
	width: 13px;
    margin-right: 5px;
}
.acces-premium-check-top, .acces-premium-check-bottom {
    margin: 20px 10px;
    margin-bottom: 0px;
}
.form-check-top, .form-check-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.acces-premium-check-top .fake-checkbox-container,
.acces-premium-check-bottom .fake-checkbox-container {
	display: inline-flex;
	width: 50%;
	opacity: 0.5;
}
.acces-premium-check-top .fake-checkbox-container.checked,
.acces-premium-check-bottom .fake-checkbox-container.checked {
	opacity: 1;
}
.acces-premium-check-top .fake-checkbox-container:nth-child(2n),
.acces-premium-check-bottom .fake-checkbox-container:nth-child(2n) {
	justify-content: flex-end;
}
.acces_premium-separator {
	height: 22px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #fafafa;
}
.acces-premium-section {
    /*border-bottom: 1px solid #d6d6d6;*/
    padding: 0 10px;
    transition-duration: 0.5s;
}
.acces-premium-section.no-active {
	opacity: 0;
	display: none;
}
.acces-premium-section.active {
	opacity: 1;
	display: block;
}

.acces-premium__title {
	position: relative;
    font-size: 16px;
    font-family: "Roboto-Bold";
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.acces-premium-section.top .acces-premium__title,
.acces-premium-section.bottom .acces-premium__title {
	display: none;
}
.acces-premium__title span {
	font-size: 14px;
	color: #646464;
	font-family: 'Roboto-Italic';
	font-weight: normal;
}

.acces-premium-section .acces-premium-slide {
    display: none;
}

.acces-premium-section.active .acces-premium-slide {
    display: block;
    /*border-top: 1px solid #d6d6d6;*/
}
img.acces-premium__illustration {
    height: 25px;
}
img.acces-premium__fleche {
    width: 15px;
    margin-left: 25px;
    transform: rotate(-90deg);
}
.acces-premium-section img.acces-premium__fleche-retour {
    display: none!important;
    width: 15px;
    margin-right: 25px;
    transform: rotate(90deg);
}
.acces-premium-section.active img.acces-premium__fleche {
    transform: rotate(180deg);
    display: none;
}
.acces-premium-section.active img.acces-premium__fleche-retour {
    display: inline;
}
.acces-premium-txt {
	font-size: 14px;
	color: black;
	text-align: center;
}
.acces-premium-garanti {
	color: #8e8e8e;
	font-size: 12px;
	font-family: 'Roboto-Italic';
	text-align: center;
	margin-bottom: 14px;
}
.fieldset_v5 {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
}
.fieldset_v5 input, .fieldset_v5 textarea {
    width: 100%;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    border-bottom: 1px solid #9e9e9e;
    padding: 5px 25px 5px 0;
    box-sizing: border-box;
}
.fieldset_v5 textarea {
    resize: none;
    padding: 5px 0;
}
.fieldset_v5 label {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #757575;
    transform: translate3d(0, 0, 0);
    line-height: normal;
    padding: 5px 0;
    transition: all 0.2s ease-in-out;
    cursor: text;
}
.fieldset_v5 input[data-empty="false"] + label,
.fieldset_v5 input:valid + label,
.fieldset_v5 input:focus + label,
.fieldset_v5 textarea[data-empty="false"] + label,
.fieldset_v5 textarea:valid + label,
.fieldset_v5 textarea:focus + label {
    font-size: 12px;
    transform: translate3d(0, -20px, 0);
}
.acces-premium-checkbox {
    margin-top: 20px;
}
.acces-premium-checkbox .fake-checkbox-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0px;
	margin: 0px;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
    transition-duration: 0.5s;
}
.acces-premium-checkbox > .fake-checkbox-container.abo-paypal:last-child,
.acces-premium-checkbox.cheque > .fake-checkbox-container:last-child {
	border-bottom: 1px solid #d6d6d6;
}
.acces-premium-checkbox__txt {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
}
.acces-premium-checkbox__txt span {
	font-size: 10px;
	font-weight: normal;
}
.acces-premium-checkbox__prix {
	font-weight: bold;
	font-size: 16px;
	color: #4c4c4c;
	margin-right: 24px;
}
.acces-premium-checkbox__prix span {
	font-size: 11px;
	vertical-align: top;
}
.acces-premium__pastille {
    background: black;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 6px 16px;
    position: absolute;
    top: -16px;
    left: 4px;
}
.acces-premium-checkbox .fake-checkbox-container.checked div,
.acces-premium-checkbox .fake-checkbox-container.checked span {
	color: white;
}
.acces-premium-checkbox > .fake-checkbox-container.checked .fake-checkbox {
    border: 2px solid white;
}
.acces-premium-checkbox > .fake-checkbox-container.checked .fake-checkbox div {
	background-color: white!important;
}
/*.acces-premium-checkbox > div:first-of-type div,
.acces-premium-checkbox > div:first-of-type span {
	color: white;
}
.acces-premium-checkbox > div:first-of-type .fake-checkbox {
    border: 2px solid white;
}
.acces-premium-checkbox > div:first-of-type .fake-checkbox > div,
.acces-premium-checkbox > div:first-of-type .fake-checkbox-container.checked .fake-checkbox div {
	background-color: white!important;
}*/
.acces-premium-checkbox.cheque > div:first-of-type {
	background-color: white;
	border: 1px solid black;
}
/*.acces-premium-checkbox.cheque > div:first-of-type div {
	color: #4c4c4c;
}*/
.acces-premium__retour {
	display: none;
	border-bottom: 1px solid #d6d6d6;
    margin: 0 10px;
}
.acces-premium__retour-title {
    position: relative;
    font-size: 14px;
    font-family: "Roboto-Medium";
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.acces-premium__retour .acces-premium__fleche-retour {
    width: 15px;
    margin-right: 15px;
    margin-left: 0px;
    transform: rotate(90deg);
}
.acces_premium__infos {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    color: white;
}
.acces_premium__infos-left {
    font-family: Roboto-Bold;
    font-size: 14px;
}
.acces_premium__infos-right {
    font-family: Roboto-Bold;
    font-size: 16px;
}
span.promo-premium {
    color: white;
    margin-right: 10px;
    padding: 5px 10px;
    font-family: Roboto-Medium;
}
/** /PAGE ACCES PREMIUM **/

/** SWITCH COLOR TEXT **/
.switch-txt .switch-dot {
    background-color: #f1f1f1;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    font-family: Roboto-Bold;
    box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.3);
}
.switch-txt .switch-container.on .switch-dot,
.switch-txt #switch-container-libre.on .switch-dot {
	color: white;
}
/** /SWITCH COLOR TEXT **/

/***  ***/
.page-swipe-effect-left {
	/*transition-duration: 0.5s;
	position: absolute;
	left: -100vw;
	opacity: 0;*/
	transform: translateX(-100vw);
    opacity: 0;
    transition-duration: 1s;
}
.page-swipe-effect-right {
	/*transition-duration: 0.5s;
	position: absolute;
	left: 100vw;
	opacity: 0;*/
	transform: translateX(100vw);
    opacity: 0;
    transition-duration: 1s;
}