@import url("fonts.css");

html,
body {
	color: #565656;
	font-family: 'Nexa Regular' !important;
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #1e90ff;
	text-decoration: underline;
}

a.red:hover {
	color: #000000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
	border-radius: 3px !important;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
	color: #000000 !important;
	width: 100% !important;
	padding: 5px 10px !important;
}

.blue {
	color: #000000;
}

a.blue:hover {
	color: #f51313;
}

.orange {
	color: #e7550c;
}

a.orange:hover {
	color: #e7550c;
}

.green {
	color: #1cdc0f;
}

a.green:hover {
	color: #1cdc0f;
}

.gray {
	color: #3e3e3e;
}

a.gray:hover {
	color: #3e3e3e;
}

.red {
	color: #1e90ff;
}

.true-red {
	color: #f51313;
}

a.red:hover {
	color: #f51313;
}

.white {
	color: #fff;
}

a.white:hover {
	color: #e0dede;
}

.bg-blue {
	background-color: #1e90ff;
	color: #fff;
}

.bg-blue a {
	color: #fff;
}

.high {
	font-size: 16px;
}

.badge {
	background-color: #f51313;
}

.black {
	color: black;
}

.btn-img {
	border: 0;
	background: transparent;
}

.alert {
	text-align: center;
}

.alert span.text-alert {
	padding: 0 20px;
}

.alert .glyphicon {
	float: left;
}

.alert.abs {
	z-index: 10000;
	position: fixed;
	right: 20px;
	bottom: 10px;
}

h1,
h2,
h3,
h4 {
	/* font-family: 'Great Vibes Regular'; */
	color: #1e90ff;
}

h2 {
	font-size: 24px;
}

.btn-primary {
	background-color: #1e90ff;
	border-color: #1e90ff;
}

.btn-primary:hover {
	background-color: #aba2a2;
	border-color: #707070;
}

.logo {
	min-width: 300px;
}

.small_h {
	font-size: 18px;
}

/* .logo-footer img { */
/* filter: grayscale(1); */
/* -webkit-filter: grayscale(1); */
/* } */
.top-menu {
	text-align: center;
}

.top-menu a {
	margin-right: 30px;
}

.top-menu a.disabled {
	color: #bdbcbc;
	text-decoration: none;
}

.main-content {
	position: relative;
}

.main-content:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-image: url('../images/easyemplois01.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	z-index: -1;
}

.bg-white {
	background-color: #fff;
}

.label-file {
	cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1515px) {
	.topmenu {
		width: 58.33333333% !important;
	}
}


/* SITES PARTENAIRES */
.sites-partenaires {
	margin: 0;
	padding: 0;
	background: url(../images/sites_partenaires.png) no-repeat center;
	-webkit-background-size: cover;
	/* pour anciens Chrome et Safari */
	background-size: cover;
	/* version standardisée */
	min-height: 300px;
	position: relative;
	text-align: center;
}

.part-text {
	/* font-family: 'Nexa Bold'; */
	color: #ffffffe3;
	font-size: 40px;
	padding-top: 100px;
}

@media (max-width: 1312px) {
	.part-text {
		padding-top: 50px;
	}
}

.part-link {
	padding-top: 70px;
}


.part-link a {
	/* font-family: 'Nexa Bold'; */
	padding: 5px 10px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}

.easyvente a {
	background-color: #4b7bec;
}

.trocauxencheres a {
	background-color: #fa8231;
}

.easyemplois a {
	background-color: #5cb85c;
}

.rencontrecenter a {
	background-color: #ff0066;
}

.toptroc a {
	background-color: #bbe718;
}

.no-float {
	float: none;
	overflow: hidden;
}

.block-droit {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* NAV-HEADER */
.nav-header {
	background-color: #840ee4;
	color: #fff;
	padding: 10px;
	/* font-family: 'Nexa Bold'; */
}

.nav-header a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	margin-right: 30px;
}

.nav-header a:hover {
	text-decoration: underline;
}

.nav-header a.disabled {
	color: #bdbcbc;
}

.nav-header a.disabled:hover {
	text-decoration: none;
}

/* template page */
.template-page {
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

/* FOOTER */
footer {
	background-color: #dadada;
}

.footer-line {
	background-color: #f51313;
	height: 15px;
}

.menu-footer a {
	margin-right: 50px;
	color: #959393;
}

.copyright {
	background-color: #CCE2FF;
	color: #f51313;
	font-size: 12px;
}

/* MEMBRE BOX */
.membrebox {
	text-align: right;
}

.membrebox ul {
	display: inline-block;
	list-style: none;
}

.membrebox ul li {
	float: left;
	margin-right: 15px;
	font-weight: bold;
}

.membrebox img {
	height: 25px;
}

a.deconnexion_btn,
a.connexion_btn,
a.inscription_btn {
	text-decoration: none;
}

.deconnexion_btn {
	margin-top: 3px;
	border: 1px solid #1e90ff;
	padding: 5px 10px;
	border-radius: 15px;
}

.connexion_btn {
	margin-top: 3px;
	border: 1px solid #1e90ff;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #1e90ff;
	color: #FFF;
}

a.connexion_btn:hover {
	background-color: #000000;
	border-color: #000000;
	color: #337ab7;
}

a.deconnexion_btn:hover {
	background-color: #000000;
	border-color: #000000;
}

.inscription_btn {
	font-weight: bold;
}

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

.block-flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.text-grey,
.text-grey h3 {
	/* color: #959393; */
	color: #000000;
}

/* LOGIN */
.login {
	margin: 0;
	padding: 0;
	position: relative;

}

.form-login {
	background-color: #1e90ff;
	padding: 30px 50px;
	color: #fff;
	opacity: 0.85;
}

.form-login a {
	color: #fff;
}

.login h2 {
	/* font-family: 'Nexa Book'; */
	font-size: 25px;
}

.form-login input[type="email"],
.form-login input[type="password"],
.form-login select {
	border: none;
	background: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000000 !important;
}

.form-login input[type="text"]::-moz-placeholder,
.form-login input[type="email"]::-moz-placeholder,
.form-login input[type="password"]::-moz-placeholder {
	color: #FFF !important;
}

.form-login input[type="text"]:-ms-input-placeholder,
.form-login input[type="email"]:-ms-input-placeholder,
.form-login input[type="password"]:-ms-input-placeholder {
	color: #FFF !important;
}

.form-login input[type="text"]::-webkit-input-placeholder,
.form-login input[type="email"]::-webkit-input-placeholder,
.form-login input[type="password"]::-webkit-input-placeholder {
	color: #FFF !important;
}

/* INSRIPTION */
.inscription {
	margin: 0;
	padding: 0;
	position: relative;
	/* background-image: url(../images/photo-inscription.png); */
	/* background-attachment: fixed; */
	background-image: url(../images/emploisinscription.png);
	background-size: cover;
}

.inscription h2 {
	/* font-family: 'Nexa Book'; */
	font-size: 25px;
}

.form-inscr {
	background-color: #bfbfbf;
	padding: 30px 50px;
	color: #6a33b7;
	opacity: 0.85;
}

.form-inscr img {
	opacity: 0.5;
	border-radius: 2px;
}

.form-inscr input[type="text"],
.form-inscr input[type="email"],
.form-inscr input[type="password"],
.form-inscr select {
	border: none;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #adadad !important;
}

.form-inscr input[type="text"]:focus,
.form-inscr input[type="email"]:focus,
.form-inscr input[type="password"]:focus,
.form-inscr select:focus,
.form-inscr input[type="text"]:active,
.form-inscr input[type="email"]:active,
.form-inscr input[type="password"]:active,
.form-inscr select:active,
.form-inscr input[type="text"]:hover,
.form-inscr input[type="email"]:hover,
.form-inscr input[type="password"]:hover,
.form-inscr select:hover {
	outline: none;
}

.form-control:focus {
	border-color: #707070;
}

.form-inscr label {
	color: #000000;
}

.btn-inscr {
	color: #000000 !important;
	background-color: #fff;
	width: 250px;
	border-radius: 30px;
	font-size: 16px;
	padding-top: 10px;
}

.btn-inscr:hover {
	border-color: #1e90ff;
	color: #1e90ff;
}

.btn-passwd {
	color: #fff;
	background-color: #1e90ff;
	border-color: #1e90ff;
	border-radius: 8px;
	font-size: 15px;
	padding-top: 13px;
}

.btn-passwd:hover {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

#inscr-text {
	bottom: 50px;
	margin-top: 1px;
	position: absolute;
	left: 55%;
	font-size: 20px;
	font-weight: bold;
}

/* RECHERCHE */

#recherche {
	position: relative;
}

#recherche input {
	height: 35px;
	color: #52575b;
}

#recherche input::-moz-placeholder,
#recherche input:-ms-input-placeholder,
#recherche input::-webkit-input-placeholder {
	color: #52575b;
}

#recherche .loupe {
	background: url(../images/loupe3535.png) no-repeat 0 0;
	width: 45px;
	position: absolute;
	top: 34px;
	right: 10px;
	border: none;
	outline: none;
}

#recherche .loupe:hover,
#recherche .loupe:focus,
#recherche .loupe:active {
	outline: none;
}

#recherche img {
	position: absolute;
	top: 25px;
	right: -50px;
	cursor: pointer;
	height: 50px;
}

.block-recherche-profil {
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-align: center;
}

.block-recherche-profil .img-profil,
.showconv .img-profil {
	/* height: 220px; */
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: center;
}

.img-profil-search img {
	max-height: 220px;
	min-height: 150px;
	margin: auto;
	position: absolute;
	top: 50%;
	/* poussé de la moitié de hauteur du référent */
	transform: translate(-50%, -50%);
	/* tiré de la moitié de sa propre hauteur */
	left: 50%;
}

.block-recherche-profil .info-profil {
	height: 95px;
}

@media (max-width: 1700px) {
	.block-recherche-profil .info-profil.mediasize {
		height: auto !important;
	}
}

a.btn-profil {
	color: #fff;
	background-color: #52575b;
	border-radius: 3px;
	padding: 1px 10px;
}

.pre {
	height: 150px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: center;
}

.pre img {
	max-height: 150px;
	margin: auto;
	position: absolute;
	top: 50%;
	/* poussé de la moitié de hauteur du référent */
	transform: translate(-50%, -50%);
	/* tiré de la moitié de sa propre hauteur */
	left: 50%;
}

.pointer {
	cursor: pointer;
}

.no-drop {
	cursor: no-drop;
}

.search-online {
	color: #11ad11;
	font-size: 10px;
	position: absolute !important;
	bottom: 10px;
	left: 10px;
	border: 1px solid #18d618;
	border-radius: 5px;
	padding: 2px 5px;
}

.search-like {
	position: absolute !important;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

.search-like img,
.Like {
	width: 20px;
}

.search-fav {
	position: absolute !important;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.search-fav img,
.Favoris {
	width: 20px;
}

/* Mon compte */
.mesactions {
	background-color: #a7a7a7;
	padding: 30px 30px;
	color: #fff;
	opacity: 0.85;
	font-size: 18px;
}

.mesactions a,
.mesactions a:hover {
	color: #fff;
}

.mesactions .badge {
	background-color: #fff;
	color: #1e90ff;
}

.moncompte {
	border: 1px solid #000000;
	padding: 30px 15px;
	color: #000000;
	opacity: 0.85;
	display: inline-block;
}

.moncompte .carousel-control.right,
.moncompte .carousel-control.left {
	background-image: none;
}

.moncompteedit {
	border: 1px solid #000000;
	padding: 30px 15px 50px 15px;
	color: #000000;
	opacity: 0.85
}

.edit_btn {
	margin-top: 3px;
	border: 1px solid #c9c8c8;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #1e90ff;
	color: #FFF;
	text-decoration: none;
}

a.edit_btn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
}

/* PROFIL */
.showconv {
	cursor: pointer;
	border: 1px solid #706666;
}

.showconv .img-profil {
	height: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.showconv hr {
	border-color: #706666;
	margin-top: 0px;
}

#mapid {
	min-height: 250px;
}

.photo-profil {
	height: 230px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.photo-profil img,
.photo-profil-2 img {
	margin: auto;
	max-height: 225px;
	border-radius: 3px;
	cursor: zoom-in;
}

.photo-profil-2 {
	padding: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	overflow: hidden;
}

.panel-title {
	font-size: 20px;
}

.bulle-owner {
	position: relative;
	color: #FFF;
	background: #f80101;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	padding: 10px 10px 5px 10px;
	border-right: 5px solid #eee;
	border-left: none;
	border: none;
	display: grid;
}

.bulle-sender {
	position: relative;
	color: #f80101;
	border: 1px solid #f80101;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	padding: 10px 10px 5px;
	display: grid;
}

.bulle-sender .bulle-info,
.bulle-owner .bulle-info {
	text-align: right;
	font-size: 11px;
	font-weight: italic;
}

.profil-like {
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 1000;
}

.profil-like img {
	width: 20px;
	cursor: pointer !important;
}

.profil-fav {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1000;
}

.profil-fav img {
	width: 20px;
	cursor: pointer !important;
}

/* PACKS */
.panel-heading {
	background-color: #1e90ff !important;
}

.panel-heading h3 {
	/* font-family: 'Nexa Bold'; */
	color: #FFF;
}

.big-price {
	font-size: 50px;
}

ul.nodeco {
	list-style: none;
}



#fade {
	/*--Masque opaque noir de fond--*/
	display: none;
	/*--masqué par défaut--*/
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block {
	display: none;
	/*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}

/*--Gérer la position fixed pour IE6--*/
*html #fade {
	position: absolute;
}

*html .popup_block {
	position: absolute;
}

.webcam-img {
	width: 25px;
}

.webcam-div {
	background-color: #1488ff6b;
}

#webcam-iframe {
	/* border: 1px solid rgb(123, 123, 123); */
	margin: 30px;
}

#filtres {
	display: none;
}

/****************************************
	Spécification smartphone 
*****************************************/
#sombre {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.308);
	transition: 0.2s;
	display: none;
}

.smartphone header .row,
.tablette header .row {
	margin-right: 0;
	margin-left: 0;
}

#smartphone-menu {
	position: absolute;
	left: 0;
	z-index: 200;
	background-color: white;
	color: #1e90ff;
	width: 250px;
	/*height: 100%;*/
	border-radius: 0px 7px 7px 0px;
	text-overflow: clip;
	display: none;
	padding: 20px 0 10px 20px;
}

.smartphone .block-recherche-profil,
.tablette .block-recherche-profil {
	background-color: white;
}

.smartphone .carousel-control.right,
.smartphone .carousel-control.left,
.tablette .carousel-control.right,
.tablette .carousel-control.left {
	background-image: none;
}

.smartphone #recherche {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.smartphone .boutique {
	margin: 0 !important;
	padding: 0 !important;
}

.smartphone .boutique .article {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.smartphone .mesactions {
	padding: 5px;
	margin-bottom: 15px !important;
}

.smartphone .boutique.panier {
	padding-top: 15px !important;
}

.bandeau_profil {
	position: fixed;
	height: 43px;
	width: 100%;
	bottom: 0;
	background-color: white;
	appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: 0px 8px 15px 8px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 8px 15px 8px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 8px 15px 8px rgba(0, 0, 0, 0.20);
	z-index: 99999 !important;
}

.preview {
	overflow: hidden;
}

.smartphone .monprofilxs {
	margin-top: 40px;
	padding-left: 0;
	padding-right: 0;
}

.remise {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 50px;
	background-color: red;
	color: white;
	font-style: bold;
}


.descprod {
	height: 23px;
	overflow: hidden;

}

.boutique {
	background-color: #e3e3e3;
}

.boutique li a {
	margin-top: 5px;
	text-align: center;
	padding: 5px;
	background-color: #979797;
	cursor: pointer;
	display: block;
	width: 100%
}

.boutique li a.active:hover,
.boutique li a:hover {
	background-color: #3e3e3e;
	text-decoration: none;
}

.boutique li a.active {
	background-color: #5d5d5d;
}

.achat {
	background-color: #979797;
}

.boutique .light {
	color: #dddddd;
}