:root {
    --primary: #111111;
    --secondary: #222;
    --light: #FFFFFF;
    --light-color: #000;
    --light-btn-color: #FFFFFF;
    --gray: #717171;
    --gray-filter: #f7f7f7;
    --gray-light: #eee;
    --border-fill: #DDDDDD;
    --border: #ededed;
    --dark: #222222;
    --hover-color:#09f;
    --action-color:#333;
    --green-color:#15E382;
    --info-color:#FFF2D3;
}

.linebar{
	display: block;
	margin: 0px 20px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: var(--info-color);
	border-radius: 10px;
	flex-wrap: wrap;
}

.margeline{
	display: block;
	margin: 0px 20px;
}

.margelinex{
	margin-right: 20px !important;
}

.headline{
	font-size: 30px;
}

@font-face {
    font-family: 'ubuntu';
    src: url('../police/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	font-family: 'ubuntu';
	font-size: 14px;
}

body.hidden{
	overflow: hidden;
}

body{
	transition: 0.3s;
	background: var(--light);
	color: var(--light-color);
}

/* ========= HEADER ================= */

header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--border);
	background: var(--light);
	z-index: 2;
	transition: 0.3s;
}

header .logo{
	margin-left: 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--light-color);
}


header .logo .logoname{
	margin: 0px 5px;
	font-size: 20px;
}

header .logo img{
	width: 40px;
	height: auto;
}

.profilbloc{
	margin-right: 20px;
}

.btn{
	display: block;
	font-family: 'ubuntu';
	background: transparent;
	color: var(--primary);
	border-radius: 8px;
	transition:0.3s;
	cursor: pointer;
	padding: 8px;
	outline: none;
	font-size: 14px;
	border:2px solid var(--primary);
	font-weight: 500;
	overflow: hidden;
}

.btn i{
	font-weight: bold;
}

.btn:hover{
	background: var(--secondary);
	color: var(--light-btn-color);
}

.searchbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 350px;
	height: 40px;
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
	border:1px solid var(--border-fill);
	border-radius: 50px;
	/*position: absolute;*/
}

.noshadow{
	box-shadow: none;
	border:none;
}

.btn-filter{
	display: flex !important;
	flex-direction: row;
	margin-left: 5px;
	height: 30px;
	border-radius: 50px !important;
	justify-content: center;
	align-items: center;
	padding: 0px 15px !important;
	border:2px solid var(--gray-filter);
	background: var(--gray-filter);
}

.btn-filter i{
	margin-right: 5px;
}

.form-search{
	display: block;
	margin-left: 10px;
	width: 70%;
	background: transparent;
	font-family: 'ubuntu', sans-serif;
	border:none;
	outline: none;
	color: var(--light-color);
}

.form-search.small{
	width: 30% !important;
}

.filterbloc{
	display: block;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 18px 0px;
	background: var(--light);
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
	border-bottom:1px solid var(--border);
	border-radius: 0px 0px 0px 0px;
	z-index: 3;
	transition: 0.6s;
}

.filterbloc.see{
	top: 0;
}

.headfilter{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px;
	height: 30px;
	/*border-bottom:1px solid var(--border-fill);*/
}

.titlehead{
	font-size: 18px;
}

.rstitle{
	display: block;
	font-size: 22px;
	margin-left: 20px;
}

.bodfilter{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 10px;
}

.formbox{
	display: flex;
	flex-direction: row;
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
	border:1px solid var(--border-fill);
	border-radius: 5px;
	padding: 10px 5px;
	align-items: center;
	width: 20%;
	margin: 8px 0px;
}

/*.formbox.resize{
	width: 250px;
}*/

.formbox i{
	margin-left: 8px;
	font-weight: bold;
}

.btn.ref-fill{
	background: var(--primary);
	color: var(--light-btn-color);
}

.btn.ref-round{
	border-radius: 50px;
}

.btn.ref-round i{
	font-weight: bold;
}

.btn.ref-wh1{
	width: 35px;
	height: 35px;
}

.btn.ref-mr1{
	margin-right: 3px;
}

.searchline{
	margin: 65px 20px 0px 20px;
	align-items: center;
	height: 60px;
	display: none;
}

.sousmenu{
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.margeflex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0px 20px;
}

.sousmenu a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	outline: none;
	text-decoration: none;
	transition: 0.3s;
	margin-right: 50px;
	padding-bottom: 10px;
	/*font-weight: bold;*/
	color: var(--gray);
	text-align: center;
	border-bottom: 2px solid transparent;
}

.sousmenu a.active{
	border-bottom: 2px solid var(--primary);
	color: var(--primary);
}

.sousmenu a:hover{
	color: var(--primary);
}

.sousmenu a i{
	display: block;
	font-size: 25px;
	margin-bottom: 4px;
}

.profilline{
	display: flex;
	align-items: center;
}

.profilnamephoto{
	display: flex;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
	transition: 0.3s;
	padding: 0px 10px;
	border-radius: 5px;
}

.profilnamephoto:hover{
	background: var(--gray-filter);
}

.username{
	display: inline-block;
	max-width: 100px;
	/*background: #ccc;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.pp{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: var(--gray-filter);
	overflow: hidden;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border: 1px solid var(--border-fill);
}

.pp img{
	width: 100%;
	height: 40px;
	object-fit: cover;
}

.pp i{
	font-size: 30px;
	position: relative;
	/*top: 5px;*/
	color: #777;
}

/* ============ END HEADER =================== */

.listings {
	padding: 24px; 
	display: grid; 
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
	gap: 24px;
} 
.listing-card {
	border-radius: 12px; 
	overflow: hidden; 
	transition: transform 0.2s; 
	cursor: pointer;
} 
.listing-card:hover {
	transform: scale(1.02);
} 
.listing-img-container {
	position: relative; 
	width: 100%; 
	padding-top: 66.67%;
} 
.listing-img {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	object-fit: cover;
	border-radius: 12px;
	opacity: 0;
	transition:0.3s;
} 

.listing-img.loaded {
    opacity: 1; /* Image chargée */
}

.listing-content {
	padding: 16px 0;
} 
.listing-header {
	display: flex; 
	justify-content: space-between; 
	align-items: flex-start; 
	margin-bottom: 8px;
} 
.listing-title {
	font-size: 18px; 
	font-weight: 600; 
	color: var(--dark);
} 
.listing-rating {
	display: flex; 
	align-items: center; 
	gap: 4px;
} 
.listing-meta {
	color: var(--gray); 
	font-size: 14px; 
	margin-bottom: 8px;
} 
.listing-price {
	font-weight: 600; 
	color: var(--dark);
} 

.lprice{
	font-size: 18px;
}

.listing-total {
	color: var(--gray); 
	font-size: 14px;
} 
.favorite-btn {
	position: absolute; 
	top: 10px; 
	right: 10px; 
	background: none; 
	border: none; 
	color: white; 
	cursor: pointer; 
	font-size: 2px; 
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
} 

.favorite-btn i{
	font-size: 23px;
}

.vues {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	background: none; 
	border: none; 
	color: white; 
	cursor: pointer; 
	font-size: 16px; 
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
} 

.vues i{
	font-size: 20px;
	margin-right: 3px;
}

.nbrphoto {
	position: absolute; 
	bottom: 10px; 
	left: 10px; 
	background: none; 
	border: none; 
	color: white; 
	cursor: pointer; 
	font-size: 16px; 
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
} 

.nbrphoto i{
	font-size: 20px;
}

.image-nav {
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	background: white; 
	border: none; 
	width: 32px; 
	height: 32px; 
	border-radius: 50%; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	cursor: pointer; 
	opacity: 0; 
	transition: opacity 0.2s;
}

.image-nav i{
	font-size: 30px;
} 

.listing-card:hover .image-nav {opacity: 1;} 
.image-nav.prev {left: 8px;} 
.image-nav.next {right: 8px;}

.empty-state {
    text-align: center;
    padding: 40px;
    /*max-width: 600px;*/
}

.empty-state i {
    font-size: 100px;
    margin-bottom: 24px;
    color: #FF545F;
    display: block;
}

.empty-state h1 {
    font-size: 24px;
    margin-bottom: 16px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.floating {
    animation: float 6s ease-in-out infinite;
}

/* =============== MODAL ====================== */

.modal{
	display: block;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: var(--light);
	border-radius: 12px;
	box-shadow: 0 1px 12px rgba(0,0,0,0.2);
	border:1px solid var(--border);
	z-index: 3;
	transition: 0.3s;
}

.sousmodal{
	display: block;
	position: absolute;
	bottom: -120%;
	left: 0%;
	right: 0;
	height: auto;
	background: var(--light);
	border-radius: 12px 12px 0px 0px;
	box-shadow: 0 1px 12px rgba(0,0,0,0.2);
	border:1px solid var(--border);
	z-index: 3;
	transition: 0.5s;
	/*padding: 8px 0px;*/
}

.blue{
	color: #09F !important;
}

.sousmodal.see{
	bottom: 0;
}

.modal2{
	display: block;
	position: fixed;
	top: 40%;
	right: 50%;
	background: var(--light);
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 1px 12px rgba(0,0,0,0.2);
	border-left:1px solid var(--border);
	z-index: 3;
	transition: 0.7s;
	overflow: hidden;
}

.modal.popupmodal{
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	visibility: hidden;
	opacity: 0;
	padding: 20px;
}

.modal.popupmodal.see{
	top: 50%;	
	opacity: 1;
	visibility: visible;
}

.modal.loginmodal{
	padding: 25px;
	display: flex;
	flex-direction: column;
	width: 300px;
	top: 35%;
	visibility: hidden;
	opacity: 0;
}

.modal.propriomodal{
	/*padding: 25px;*/
	display: flex;
	flex-direction: column;
	width: 35%;
	height: 80%;
	top: 35%;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
}

.modal.propriomodal.see{
	top: 50%;
	visibility: visible;
	opacity: 1;
}

.headmodalcenter{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	/*background: #EEE;*/
	width: 100%;
}

.stepline{
	display: flex;
	flex-direction: row;
}

.stepline .step{
	display: block;
	width: 60px;
	height: 6px;
	border-radius: 50px;
	background: var(--gray-light);
	margin-right: 10px;
	transition: 0.7s;
}

.stepline .step.active{
	background: var(--green-color); 
}

.bodmodalcenter{
	position: absolute;
	top: 50px;
	bottom: 70px;
	width: 100%;
	display: block;
	/*background: #ccc;*/
	overflow: auto;
}

.flexstep{
	display: block;
	margin: 20px;
	/*background: #ccc;*/
}

.flexstep.fxstep1{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0px 20px;
}

.flexstep.fxstep1 i{
	font-size: 55px;
	color: var(--hover-color);
}

.green{
	color: var(--green-color) !important;
}

.red{
	color: #FF4800 !important;
}

.msgbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.lists{
	margin: 5px 0px;
	display: block;
	background: var(--gray-filter);
	padding: 15px;
	border-radius: 5px;
}

.textmodalcener{
	margin: 0px 0px 20px 0px;
	display: block;
}

.popupdesc{
	text-align: center;
}

.popupbtn{
	text-align: center;
	text-decoration: none;
	outline: none;
}

.buybtn{
	text-align: center;
	text-decoration: none;
	outline: none;
	width: 100% !important;
}

.centertext{
	text-align: center;
}

.listtitle{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
}

.listsform{
	width: 100%;
	height: 50px;
	display: block;
	background: var(--gray-filter);
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.bodfile{
	display: flex;
	width: 98%;
	height: 100%;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	text-indent: 15px;
}

.bodfile i{
	font-size: 18px;
}

.filebloc{
	display: block;
	width: 80%;
	height: 200px;
	/*background: var(--gray-light);*/
	margin: 10px 0px;
}

.filebloc img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.filedoc{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	background: var(--gray-light);
	align-items: center;
	border-radius: 10px;
}

.filedocgroup i{
	font-size: 20px;
	color: var(--primary);
}

.filedocgroup{
	width: 80%;
	display: flex;
	margin-left: 15px;
	align-items: center;
}

.filedocgroup .filename{
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 10px;
}

.btn-closefile{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border:none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	color: var(--action-color);
	margin-right: 10px;
}

.btn-closefile i{
	font-size: 18px;
}

.btn-closefile:hover{
	background: #FF4800;
	color: #fff;
}

.closefile{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -5px;
	margin-left: -5px;
	font-size: 18px !important;
	border-radius: 50px;
	background: #FF4800;
	color: #fff;
	cursor: pointer;
}

.footmodalcenter{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	align-items: center;
	justify-content: center;
}

.fullbtn{
	width: 95%;
}

.modal.loginmodal.see{
	top: 50%;
	visibility: visible;
	opacity: 1;
}

.modal2.newarticlemodal{
	top: 0%;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 60%;
}

.modal2.newarticlemodal.see{
	right: 0;
}

.modal2.detailarticlemodal{
	top: 0%;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 60%;
}

.modal2.detailarticlemodal.see{
	right: 0;
}

.modal2.favorismodal{
	top: 0%;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 60%;
}

.modal2.favorismodal.see{
	right: 0;
}

.modal2.annoncemodal{
	top: 0%;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 60%;
}

.certiflistmodal{
	top: 0%;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 60%;
}

.notifsmodal{
	top: 0%;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 60%;
}


.modal2.annoncemodal.see{
	right: 0;
}

.modal2.certiflistmodal.see{
	right: 0;
}

.modal2.notifsmodal.see{
	right: 0;
}

.modal2.profilmodal{
	top: 0px;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 360px;
}

.modal2.profilmodal.see{
	right: 0;
}

.modal2.favorismodal.see{
	right: 0;
}

.modal2.modifprofilmodal{
	top: 0px;
	right: -120%;
	visibility: visible;
	opacity: 1;
	height: 100%;
	width: 360px;
}

.modal2.modifprofilmodal.see{
	right: 0;
}

.betweenx{
	justify-content: space-between !important;
	width: 100%;
	align-items: center;
}


.formbloc{
	display: flex;
	flex-direction: column;
}

.headmodal{
	/*background: #ccc;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid var(--border);
	z-index: 2;
}

.bodmodal{
	display: block;
	overflow: auto;
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	bottom: 0;
}

.data-detail{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
}


.loader{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--light);
}

.loaderimg{
	animation: rotate 0.7s linear infinite;
}

.loader i{
	font-size: 33px;
}

.articleloader{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*background: #fff;*/
}

.loaderimg{
	animation: rotate 0.7s linear infinite;
}

.articleloader i{
	font-size: 33px;
}

@keyframes rotate{
	from{
		transform: rotate(0deg);
	}to{
		transform: rotate(360deg);
	}
}

.btn-close.marge{
	margin-bottom: 0px;
	margin: 0px 0px 0px 10px;
}

.modaltitle{
	margin: 0px 20px;
	font-size: 20px;
}

.flexline{
	display: flex;
	align-items: center;
}

.btn-close{
	width: 30px;
	height: 30px;
	margin-bottom: 15px;
	border-radius: 50px;
	border:none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	color: var(--action-color);
}

.btn-close:hover{
	background: var(--gray-light);
}

.btn-closex{
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-left: 10px;
	border:none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	color: var(--action-color);
}

.btn-closex:hover{
	background: var(--gray-light);
}

.btn-closex i{
	font-size: 25px;
}


.btn-close i{
	font-size: 25px;
}

.btn-edit{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50px;
	border:none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	color: var(--action-color);
	/*font-weight: bold;*/
}

.btn-edit:hover{
	background: var(--gray-light);
}

.btn-edit i{
	font-size: 23px;
}

.form.form-style{
	text-indent: 10px;
	height: 40px;
	margin: 5px 0px;
	border:none;
	outline: none;
	background: transparent;
	border:1px solid var(--border-fill);
	border-radius: 5px;
	transition: 0.3s;
	font-family: 'ubuntu', sans-serif;
	color: var(--light-color);
}

input[type=password]{
	font-size: 20px;
}

input[type=password]::placeholder{
	font-size: 14px;
}

.form.form-style:focus{
	border:1px solid #09f;
	box-shadow: 0px 0px 1px 3px #0099ff48;
}

.btn.restyle{
	margin: 5px 0px;
}

.btn.ref-effect{
	height: 40px;
	padding: 0;
	border:none;
}

.btntxt{
	position: relative;
	top: 12px;
	z-index: 1;
}

.btn.ref-effect .effect{
	position: relative;
	width: 100%;
	height: 100px;
	background: var(--hover-color);
	top: -18px;
	border-radius: 100px 100px 0px 0px;
	filter: blur(25px);
	transition: 0.5s;
	transform: scale(0);
	visibility: hidden;
}

.btn.ref-effect:hover .effect{
	transform: scale(1);
	visibility: visible;
}

.subtext{
	display: block;
	margin: 10px 0px;
	font-size: 14px;
	color: #555;
}

.subtext .signlog{
	text-decoration: none;
	outline: none;
	color: #09f;
	font-weight: 600;
	cursor: pointer;
}

.subtext .signlog:hover{
	text-decoration: underline;
}

.ombre{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 2;
}

.sousombre{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	z-index: 2;
}

.error{
	color: #ff003b;
	background: #ff00000f;
	border-radius: 5px;
	padding: 8px;
	margin: 10px 0px; 
}

.error.success{
	color: #168752;
	background: #18b36a0f;
	border-radius: 5px;
	padding: 8px;
	margin: 10px 0px; 
}

.detailinfos{
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	color: #777;
}

.detailinfosx{
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	color: #777;
}


.ref-bw1{
	padding: 0px 15px !important;
}

.margin{
	margin: 20px;
}

.labelphoto{
	color: #09f;
	font-size: 16px;
	/*font-weight: 600;*/
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 10px;
	display: block;
	outline: none;
}

.imagesbloc{
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	/*height: 260px;*/
	padding-bottom: 8px;
	/*background: #ccc;*/
}

.imagesbloc::-webkit-scrollbar{
	height: 8px;
}

.imagesbloc::-webkit-scrollbar-thumb{
	height: 8px;
	background: #999;
	border-radius: 8px;
}

.imagesbox{
	display: inline-block;
	width: 250px;
	height: 180px;
	background: #fff;
	border:1px solid var(--border);
	border-radius: 10px;
	margin: 3px 10px 0px 0px;
	overflow: hidden;
}

.imagesbox:first-child{
	margin-left: 10px;
}

.imageszone{
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f7f7f7;
	position: relative;
	top: -30px;
}

.imageszone img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.ref-fillx{
	margin: 8px !important;
	width: 230px;
	position: relative;
	top: -30px;
	background: transparent !important;
}

.nobg{
	background: transparent !important;
}

.remove{
	display: flex;
	width: 22px;
	height: 22px;
	float: right;
	justify-content: center;
	align-items: center;
	position: relative;
	background: var(--primary);
	border-radius: 50px;
	color: #fff;
	margin: 4px;
	cursor: pointer;
	transition: 0.3s;
	box-shadow: 0px 0px 4px rgba(0,0,0,.2);
	z-index: 1;
}

.remove:hover{
	background: #ff003b;
}

.formline{
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.flexline.marge{
	margin-bottom: 15px;
}

.large{
	width: 50%;
}

.fls{
	margin-left:15px;
	width: 50%;
}

.editor{
	height: 200px;
	margin-bottom: 15px; 
}

.modalopts{
	display: flex;
	justify-content: space-between;
	margin: 15px 0px;
}

.othertiltle{
	font-size: 22px;
}

.modalflexopt{
	cursor: pointer;
}

.modalflexopt label{
	font-size: 18px;
	cursor: pointer;
}

.modalflexopt label i{
	font-size: 18px;
	cursor: pointer;
}

input[type=checkbox]{
	cursor: pointer;
}

hr{
	display: block;
	border: 1px solid var(--border);
	margin-bottom: 15px;
}

.bigimg{
	width: 60%;
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	border-radius: 5px;
	/*cursor: pointer;*/
	outline: none;
	text-decoration: none;
}

.bigimg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.smallimg{
	width: calc(100% - 22px);
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.smallimg.active{
	/*border:3px solid #09f;*/
	box-shadow: 0px 0px 0px 4px #0099ff88;
}

/*.smallimg:first-child{
	margin-top: 0px;
}*/

.otherimages{
	height: 100%;
	width: calc(100% - 60%);
	overflow: auto;
}

.flexline.restyle{
	height: 90%;
	margin-top: 10px;
	overflow: hidden;
	/*background: #ccc;*/
}

.userpost{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 60px;
	align-items: center;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	justify-content: space-between;
	margin-top: 5px;
	transition: 0.3s;
	position: relative;
	top: 0;
	/*background: var(--light);*/
}

/*.no-large.fixed{
	position: relative;
	
}*/

.userpost.fixed{
	top: 45px;
	position: fixed;
	width: inherit;
	right: 0;
	left: calc(100% - 60%);
}

.username.x1{
	font-size: 16px;
}

.ref-mr{
	margin-right: 20px !important;
}

.myprofilline{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	margin: 20px 0px;
}

.bigpp{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:1px solid var(--border-fill);
	background: var(--gray-filter);
	border-radius: 90px;
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
	overflow: hidden;
}

.bigpp i{
	font-size: 55px;
	color: #777;
}

.bigpp img{
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.myname{
	font-size: 20px;
	margin-bottom: 5px;
}

.mystatut{
	padding: 5px 15px;
	border-radius: 50px;
	color: var(--primary);
	background: var(--gray-filter);
}

.sptitle{
	display: block;
	border-bottom: 1px solid var(--border);
	padding: 5px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #777;
}

.spitem{
	display: flex;
	height: auto;
	padding: 8px 0px;
}

.spitem.center{
	align-items: center;
}

.spitem.spbtn{
	cursor: pointer;
	margin-top: 8px;
	border-radius: 8px;
}

.spitem.spbtn i{
	margin-top: 0px;
	transition: 0.3s;
}

/*.inomarge:hover i{
	margin-left: 0px !important;
}*/

.spitem.spbtn:hover{
	background: var(--gray-filter);
}
.spitem.spbtn:hover i{
	margin-left: 10px;
}

.spitem i{
	display: block;
	font-size: 25px;
	margin-top: 5px;
	margin-right: 18px;
	font-weight: bold;
	color: var(--primary);
}

.spsitem{
	border-bottom: 1px solid var(--border);
	width: 100%;
	padding-bottom: 10px;
}

.spsitem .splabel{
	color: #555;
}

.spsitem .spvalue{
	font-size: 16px;
}

.colorboule{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #000;
	margin: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.colorboule.active::after{
	content: '';
	display: block; /* Peut aussi être inline-block ou inline, selon le besoin */
    width: 40px; /* Largeur du pseudo-élément */
    height: 40px; 
	padding: 3px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50px;
	transition: 0.3s;
}

/* BLACK COLOR */
.colorboule.black{
	background: #000;
}

.colorboule.black.active::after{
	background: #0000000f;
	border:1px solid #000;
}

.colorboule.black:hover{
	background: #444;
}

/* GREEN COLOR */
.colorboule.green{
	background: #38a772;
}

.colorboule.green.active::after{
	background: #38a7720f;
	border:1px solid #38a772;
}

.colorboule.green:hover{
	background: #3bc985;  /*#2cff9b; */
}

/* BLUE COLOR */
.colorboule.blue{
	background: #00a1ff;
}

.colorboule.blue.active::after{
	background: #00a1ff0f;
	border:1px solid #00a1ff;
}

.colorboule.blue:hover{
	background: #43cbff;  /*#2cff9b; */
}

/* VIOLET COLOR */
.colorboule.violet{
	background: #8927bb;
}

.colorboule.violet.active::after{
	background: #8927bb0f;
	border:1px solid #8927bb;
}

.colorboule.violet:hover{
	background: #994cc1;  /*#2cff9b; */
}

/* ORANGE COLOR */
.colorboule.orange{
	background: #f55305;
}

.colorboule.orange.active::after{
	background: #f553050f;
	border:1px solid #f55305;
}

.colorboule.orange:hover{
	background: #ff8d57;  /*#2cff9b; */
}

.mgt{
	margin-top: 10px;
}

.warning{
	color: #FF545F !important;
}

.warning i{
	color: #FF545F !important;
}

.bulleicon{
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border:1px solid var(--gray-filter);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

/* ============= END MODAL ==================== */

/* ================== FOOTER ===================== */

.footer {
    background-color: var(--gray-filter);
    border-top: 1px solid #DDDDDD;
    padding: 48px 0;
    margin-top: 48px;
    color: var(--dark);
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.footer-column h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: var(--gray);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: var(--dark);
    text-decoration: underline;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #DDDDDD;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-left a{
	text-decoration: none;
	outline: none;
	color: #09f;
}

.footer-left a:hover{
	text-decoration: underline;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    color: var(--dark);
    font-size: 18px;
    transition: color 0.2s;
}

.social-links a:hover {
    color: var(--primary);
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.language-selector:hover {
    text-decoration: underline;
}

.addbtn{
	display: none;
}

.headbtn{
	height: 35px;
	width: 35px;
	background: var(--gray-filter);
	border:none;
	border-radius: 50px;
	margin-left: 10px;
	cursor: pointer;
	transition: 0.3s;
	color: var(--light-color);
}

.headbtn i{
	font-size: 20px;
	font-weight: bold;
}

.headbtn:hover{
	background: #09f;
	color: #fff;
}

.likemodal:hover{
	background: #FF545F;
	color: #fff;
}

.forgotpass{
	color: #09F;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin-top: 6px;
}

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

.flexlinemodal{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: auto;
}

.logobox img{
	width: 45px;
	height: auto;
}

.titlemodal{
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.titlemodal.nomarge{
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.filebloc{
		width: 100%;
	}
	.linebar {
	  display: block;
	  margin: 0px 20px;
	  height: auto;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
	  background: var(--info-color);
	  border-radius: 10px;
	  flex-wrap: wrap;
	  padding: 10px;
	}

	.sousheadline{
		margin: 10px 0px;
	}

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        padding: 0 24px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .footer-left, .footer-right {
        flex-direction: column;
        gap: 16px;
    }
}

.close1{
	display: block;
}

.close2{
	display: none;
}

.between{
	justify-content: space-between;
	margin-bottom: 8px;
}

.price{
	font-size: 22px;
	font-weight: 600;
}

.par{
	font-size: 16px;
}

.wrap{
	flex-wrap: wrap !important;
}

.offres{
	display: block;
	font-size: 18px;
	margin: 0px 15px 15px 0px; 
}

.offres i{
	font-size: 18px;
}

.flex-start{
	justify-content: flex-start;
	align-items: flex-start;
}

.bl{
	width: calc(100% - 300px);
	margin-right: 15px;
}

.contactform{
	display: block;
	width: 300px;
	height: auto;
	border:1px solid var(--border-fill);
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
	border-radius: 8px;
	padding: 15px;
}

.textarea{
	display: block;
	padding: 10px !important;
	resize: none;
	height: 90px !important;
	text-indent: 0px !important;
}

.ref-fullx{
	width: 100% !important;
}

.favorite-btn i.active{
	color: #FF545F;
}

.flex-center{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 75%;
	transform: translate(-50%, -50%);
}

.install{
	position: fixed;
	bottom: -100%;
	right: 10px;
	border-radius: 50px;
	transition: 0.7s;
	box-shadow: 0 1px 12px rgba(0,0,0,0.08);
	z-index: 2;
}

.install.see{
	bottom: 20px;
}

.texticon i{
	position: relative;
	top: 10px;
	left: -2px;
	font-size: 25px;
}

.install.resize{
	width: 50px;
	height: 50px;
}

/* ================= END FOOTER ================== */

.pieces{
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
}

.pieces.line{
	border-bottom: 1px solid var(--border-fill);
	margin-bottom: 8px;
}

.bullepieces{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2px 8px 2px 4px;
	width: 55px;
	border:1px solid var(--border-fill);
	border-radius: 50px;
	background: var(--gray-filter);
	justify-content: space-between;
	margin-right: 8px;
	margin-bottom: 8px;
}

.iconpieces{
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: var(--light);
	justify-content: center;
	align-items: center;
	/*border:1px solid var(--border-fill);*/
	color: var(--primary);
	font-weight: bold;
	box-shadow: 0 10px 24px 0px rgb(0 0 0 / 7%);
}

.pieceenbr{
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.linebouton{
	display: inline-block;
	overflow: auto;
	white-space: nowrap;
	margin: 10px 20px 0px 20px;
	width: 89%;
	height: 55px;
}

.linebouton::-webkit-scrollbar{
	height: 8px;
}

.linebouton::-webkit-scrollbar-thumb{
	height: 8px;
	background: #999;
	border-radius: 3px;
}

.btn.btn-boule{
	display: inline-block;
	margin: 0px 5px 0px 5px;
	border-radius: 50px;
	border:2px solid var(--gray-filter);
	padding: 8px 15px;
	color: var(--light-color);
	background: var(--gray-filter);
	transition: 0.3s;
}

.btn.btn-boule:hover{
	background: var(--gray-light);
}

.btn.btn-boule.active{
	background: var(--primary);
	border:2px solid var(--primary);
	color: #fff;
}

.btn.btn-boulex{
	display: inline-block;
	margin: 0px 5px 0px 5px;
	border-radius: 50px;
	border:2px solid var(--gray-filter);
	padding: 8px 15px;
	color: var(--light-color);
	background: var(--gray-filter);
	transition: 0.3s;
}

.btn.btn-boulex:hover{
	background: var(--gray-light);
}

.btn.btn-boulex.active{
	background: var(--primary);
	border:2px solid var(--primary);
	color: #fff;
}

.activeicon{
	display: block;
	float: right;
}

.themebtn{
	justify-content: space-between !important;
}

.data-certiflist{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	margin:20px;
	gap:24px;
}

.headcertifitem{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid var(--border-fill);
}

.certifusername{
	display: block;
	margin-left: 15px;
	font-size: 22px;
}

.certifitem{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 220px;
	background: var(--gray-filter);
	border:1px solid var(--border-fill);
	border-radius: 10px;
	overflow: hidden;
}

.bodcertifitem{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bodcertifitem a{
	display: flex;
	align-items: center;
	text-decoration: none;
	outline: none;
	color: var(--dark);
	height: 45px;
	width: 100%;
	border-bottom: 1px solid var(--border-fill);
	transition: 0.3s;
}

.bodcertifitem a:hover{
	background: var(--gray-light);
}

.bodcertifitem a i{
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 18px;
}

.footcertifitem{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 50px;
}

.btn-certifaction{
	width: 45%;
}

.bgblue{
	background: var(--primary);
	color: #fff;
	/*border:2px solid #09F;*/
}

.bgred{
	background: var(--gray-filter);
	border:2px solid var(--gray-filter);
}

.bgred:hover{
	background: var(--border-fill);
	border:2px solid var(--border-fill);
	color: var(--primary);
}

.bigbadge{
	font-size: 18px;
}

.badgebulle{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	border-radius: 30px;
	background: #ff003b;
	color: #fff;
	font-weight: 700;
	margin-top: -8px;
	margin-left: 18px;
}

.validdemmande{
	display: flex;
	height: 45px;
	width: 98%;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #28cb7d;
}

.billing{
	display: block;
	margin: 90px 20px 5px 20px;
	border:1px solid var(--border-fill);
	border-radius: 5px;
	text-align: left;
	width: 45%;
}

.margec{
	margin: 10px;
}

.titlebil{
	display: block;
	font-size: 20px;
}

.margeflexx{
	margin-top: 15px !important;
	border-top: 1px solid var(--border-fill);
	padding: 10px 0px;
}

.pricex{
	font-weight: bold;
	font-size: 16px;
}

.start{
	margin-left: 20px !important;
}

.loadomber{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.suscribeloader{
	background: transparent;
	color: #fff;
}

/* ================ MOBILE STYLE ================= */

@media (max-width: 768px) {

	.billing{
		display: block;
		margin: 90px 20px 5px 20px;
		border:1px solid var(--border-fill);
		border-radius: 5px;
		text-align: left;
		width: unset;
	}

	.install{
		width: 95% !important;
	}
	.install.resize{
		width: 50px !important;
		height: 50px !important;
	}
    .searchbloc {
        display: none;
    }

    .username {
        display: none;
    }

    .profilnamephoto{
    	padding: 0px;
    }

    .pp{
    	margin-right: 0px;
    }

    #newbtn{
    	display: none;
    }

    .headbtn{
    	display: block;
    }

    .searchbox{
    	width: 100%;
    }

    .searchline{
    	display: flex;
    }

    .sousmenu{
    	margin-top: 0px;
    	width: 100%;
    	background: var(--light);
    	height: 59px;
    	transition: 0.5s;
    	position: relative;
    	top: 0px;
    }

    .sousmenu.fixed{
    	position: fixed;
    	z-index: 1;
    	top: 70px;
    	border-bottom: 1px solid var(--border);
    	box-shadow: 0px 0px 4px rgba(0,0,0,.08);
    }

    .sousmenu a{
    	width: 18%;
    	margin: 0px 8px;
    	overflow: hidden;
    	font-weight: normal;
    	/*font-size: 13px;*/
    }

    .margeflex{
    	width: 100%;
    	margin: 0px;
    }

    header{
    	border-bottom: 1px solid transparent;
    }

    .close1{
    	display: none;
    }

    .close2{
    	display: block;
    }

    /*.close2:hover{
    	background: #444;
    }*/

    .modal2{
    	border-radius: 0px;
    	width: 100% !important;
    }

    .modal{
    	top: unset;
    	bottom: 10px;
    	transform: none;
    	left: 10px;
    	width: unset;
    }

    .modal.loginmodal {
	    padding: 0px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    width: 100%;
	    height: 100%;
	    top: unset;
	    bottom: -120%;
	    visibility: hidden;
	    opacity: 0;
	    right: 0px;
	    border-radius: 0px;
	    left: 0;
	}

	.modal.popupmodal{
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 85%;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		padding: 0px;
	}

	.modal.popupmodal.see{
		top: 50%;
		opacity: 1;
		visibility: visible;
	}


	.modal.propriomodal{
		/*padding: 25px;*/
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		top: unset;
		left: 0;
		visibility: hidden;
		opacity: 0;
		overflow: hidden;
		border-radius: 0px;
		bottom: -120px;
	}

	.fullbtn {
	  width: 90% !important;
	}

	.modal.propriomodal.see{
		top: unset;
		bottom: 0px;
		right: 0px;
		visibility: visible;
		opacity: 1;
	}

	.formbloc{
		margin: 0px 20px;
	}

	.closelogin{
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.modal.loginmodal.see {
	    bottom: 0px;
	    right: 0px;
	    top: unset;
	    visibility: visible;
	    opacity: 1;
	}

	.flexline.marge{
		flex-direction: column;
		margin-bottom: 0px;
	}

	.formline.large{
		width: 100%;
	}

	.formline.fls{
		width: 100%;
		margin-left: 0px;
	}

	.modalopts{
		flex-direction: column;
		margin: 5px 0px;
	}

	.modalflexopt{
		margin-bottom: 10px;
	}

	.btn.ref-effect{
		height: 40px;
		width: 100%;
	}

	.no-large{
		width: auto !important;
	}

	.btntxt{
		top: 12px;
	}

	.imagesbloc::-webkit-scrollbar{
		height: 1px;
	}

	.imagesbloc::-webkit-scrollbar-thumb{
		height: 1px;
		background: #999;
		border-radius: unset;
	}

	.show{
		display: block !important;
		margin-left: 10px;
	}

	.userpost.fixed{
		left: 0;
	}

	.flex-start{
		flex-direction: column;
	}

	.bl{
		width: 100%;
		margin-right: 0px;
	}

	.contactform{
		width: calc(100% - 30px);
	}

	.mobilstyle{
		flex-direction: column;
		margin-top: 0px !important;
		height: auto !important;
	}

	.bigimg{
		width: 100%;
		height: calc(100% - 222px);
		background: var(--gray-filter);
		margin: 0px;
		border-radius: 0px;
	}

	.bigimg img{
		object-fit: cover
	}

	.otherimages{
		width: 100%;
		height: 200px;
		white-space: nowrap;
	}

	.smallimg{
		width: 130px;
		margin-left: 0px !important;
		margin-right: 10px !important;
	}

	.smallimg:first-child{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.formbox{
		width: 100%;
		margin: 8px 0px;
	}

	.modalopts.resizex{
		flex-direction: row !important;
		flex-wrap: wrap;
		width: 100%;
	}

	.formbox.noresize{
		width: 45%;
	}

	.linebouton{
		height: 50px;
	}

	.linebouton::-webkit-scrollbar{
		height: 1px;
	}

	.linebouton::-webkit-scrollbar-thumb{
		height: 1px;
		background: transparent;
		border-radius: unset;
	}
}