:root{
	--background_gen	: #f4f5f7;
	--background_head_up: #f4f5f7;
	--background_head	: #f4f5f7;
	--background_body	: #f4f5f7;
	--background_body1	: #101010;
	--background_body2	: #181818;
	--background_body3	: #00686c;
	--background_body4	: #86003a;
	--background_body5	: #4a3d6f;
	--background_foot	: #101010;
	--background_link	: #151515;

	--color_gen 		: #e1e1e1;
	--color_head		: #9b9ba1;
	--color_theme		: #ffffff;
	--color_theme2		: #9b9ba1;
	--color_theme3		: #eaf7ef;
	--color_separator 	: #fe9b00;
	--color_first 		: #f48177;
	--color_second		: #e15100;
	--color_theme_hv	: #fe9b00;

	--nav_contenair_p : 100%;
	--nav_contenair_m : 350px;
	--nav_width		: 100%;
	--nav_height	: 100px;
	--nav_inner 	: 100%;
	--nav_lat 		: 0px;

}

html 												{font-size:100%; font-family: Arial, sans-serif; background:var(--background_gen); }
body 												{font-weight:normal;  margin:0px; padding:0px; color:var(--color_gen); min-height:450px;  font-size:15px;}

#site_general										{opacity:0; transition:all .8s;}

header 												{width:var(--nav_contenair_p); height: var(--nav_height); background-color:var(--background_head); margin:0 auto; padding:0; display: block; position: fixed; top: 0; left: 0; z-index: 20; transition: all 0.4s;}	
header .contenair_head 								{width:var(--nav_contenair_m); height: var(--nav_height); margin:0 auto; padding:0; display: block;}
header .contenair_head .site_head 					{width:var(--nav_width); height:var(--nav_height); margin:0 auto; display: block; box-shadow: none !important; transition:all 2s; }
header .contenair_head .site_head .inner_head 		{width:var(--nav_inner); height:var(--nav_height); padding:0px 10px; display:flex; flex-direction: column; align-content: center; align-items: center; justify-content: space-between; position: relative;}
header .contenair_head .site_head .inner_head .logo  {width:160px; height:43px; background:url('../img/fond/logo.png') center center no-repeat; background-size: contain; margin-left:0px; display: block; position: absolute; top: 10px; left:60px; z-index: 30;}
header .contenair_head .site_head .inner_head .slogan {font-size: 15px; color: var(--color_head);  display: block; position: absolute; bottom: 0px; left:85px; z-index: 30;}

.inview 											{transform: translate(0px, 0px) !important; opacity:1;}
.translate_100P										{transform: translate(0px, 230px); opacity:0.01;}

.inner_body 										{width: 100%; height: auto; min-height: 800px; display: block; overflow: hidden; margin: var(--nav_height) auto 0px auto; padding: 0px 10px;}
.inner_body .nocontener								{height:auto; margin:0 auto; padding:0;  text-align: justify; display: block; position: relative; transition:all .3s;}
.inner_body .none				 					{display:none;}
.inner_body .container_body							{width:var(--nav_contenair_p); max-width:var(--nav_contenair_m);  height:auto; margin:0 auto; padding:0;  text-align: justify; display: block; position: relative; z-index:10; transition:all .3s;}
.inner_body .container_body .mini_nav				{width:100%; display: flex; color:var(--color_gen) !important;}
.inner_body .container_body .mini_nav .mininav_h2	{margin:30px 0px 20px 50px; padding:0; font-size:25px; font-weight: bolder; text-align: center; width:fit-content; color:#fff;}
.inner_body .container_body .captcha_renew			{cursor: pointer;}
.inner_body .container_body .captcha				{cursor: pointer;}
.inner_body .container_body .formsend				{line-height: 50px !important; color: #333;}
.inner_body .contain_colr							{width: 28%; padding: 5% 30px; height: 100%; position: absolute; left:130px; bottom: 0; min-height:1000px;}
.inner_body .contain_coll							{width: 28%; padding: 5% 30px; height: 100%; position: absolute; right:130px; bottom: 0; min-height:1000px;}
.inner_body .parallax-container .row				{margin:0px !important;}
.inner_body .parallax-container .row h2 			{margin-bottom: 50px !important;}
.inner_body iframe 									{transition:all .3s;}
.inner_body .btn 									{border: solid 1px #27203a !important; border-radius: 20px; color: #7661b0; line-height: normal; height: auto; padding: 8px 25px; background: #27203a !important;}
.inner_body .btn:hover 								{box-shadow:0px 0px 10px rgba(0, 0, 0, 0.6);  background-color:rgba(0,0,0,0.6);}

.inner_body h1 										{font-size: 17.5px; color: var(--color_gen); padding: 0px 0px 0px 0px; font-weight: bold; margin: 20px 0px; position: relative; width: fit-content; text-transform: uppercase; letter-spacing: -0.2px; display: block; width: 100%; text-align: right;}
.inner_body h1 span									{display: inline-block; margin-left: 2px;}
.inner_body h1 span::first-letter 					{color: var(--color_separator); font-size: 20px; }
.inner_body h2 										{font-size: 16px; color: var(--color_theme2); padding: 0px 0px 0px 0px; font-weight: bold; margin: 20px 0px; position: relative; width: fit-content; text-transform: uppercase; letter-spacing: -0.6px;}


.page-footer 										{width:100%; max-width:100%; margin: 10px auto 0px auto; font-size:13px; position: relative; z-index:50; background: var(--background_foot) url('../img/fond/backfoot.png') no-repeat;	background-size: auto; padding: 10px 0px 0px 0px; background-position: 100% 0;}
.page-footer .row 									{margin-bottom: 0px !important; position: relative;}
.page-footer .row .reassoc 							{position: absolute; right:15px; top:5px; display: flex; align-items: center; color:#eee; font-size:11px;}
.page-footer .row .reassoc img 						{filter:invert(0.85); width:12px; margin: 0px 5px;}
.page-footer .footer-copyright 						{margin-top:0px; background: rgba(0,0,0,0.3) !important;}	

.infobox                                            {background: var(--background_body1) !important; color: var(--color_gen) !important; padding: 15px 20px 15px 50px; font-size: 13px; line-height: 1.3em; margin:10px 0px; box-shadow: 0px 0px 15px rgba(0, 0, 0,0.35); border: solid 5px #221f1c !important; border-radius:20px; width: 90%; margin-left: 10%; position: relative;}
.infobox i                                          {color: var(--background_body5) !important; font-size: 35px; position: absolute; left: 5px; top: 5px;}
.infobox h2										    {font-size: 14px; color: var(--color_separator); margin: 0px 0px 10px 0px; padding: 0px;}	
.infobox strong 									{font-size:13px !important;}

@keyframes slideIn {
	from {transform: translateX(100%);}
	to {transform: translateX(0);} 
}

nav .sidenav-trigger 								{z-index: 30; display: block !important; height: 80px !important; line-height: 80px !important; position: absolute;	top: 10px; left: 270px;}
nav .sidenav-trigger .menu							{color: var(--color_head);	;}
.sidenav-overlay 									{z-index:996;}

.card-hz											{width:90%; margin:10px auto;}

#bouton_top											{position:fixed; bottom:80px; left:20px; opacity:0; z-index:999; width: 56px !important; height: 56px !important; padding: 0 !important; border-radius: 50% !important; background: var(--color_separator) !important; color: #fff !important; }
.separator											{background:var(--color_separator); margin:20px 0px; width:100px; height:3px; display: block;}
.progress 											{background-color: #27203a;}
.logo2                                  			{width:40px; height:40px; background:url('../img/fond/logo.png') center center no-repeat; background-size: cover; position: relative; margin:0px auto; display: block; opacity:0.7;}

.spin 								   				{animation: spin 1s infinite linear;}
@keyframes spin {
	from { transform: rotate(0deg);	}
	to {transform: rotate(360deg);}
}

.back_none 											{background:none !important;}
.backcoockie 										{background:url('../img/illustration/coockie_polotik_buro.png') center center no-repeat;}

.waiting_operate									{display:block; margin:5px auto; border:4px solid rgba(0, 0, 0, 0.1); border-left-color:var(--color_separator); border-radius:50%; width:30px; height:30px; animation:donut-spin 1.2s linear infinite;}
@keyframes donut-spin {
    0% 		{transform:rotate(0deg);}
    100% 	{transform:rotate(360deg);}
}

:target {
	scroll-margin-top: 150px;
	padding-top: 150px;
}

#modal2											{left: 0px !important; right: 0px !important; width: 100%; background-color: #130f1cf0; height: 50%; transition: all 0.8s ease;}
.modal 											{background:#27203a; border-radius: 20px; margin: 0 auto; left: 22.5%; right: unset;}
.modal .modal-content 							{color:var(--color_theme3); font-size:13px;}
.modal .modal-footer 							{background:#392f55; border-radius: 0 0 20px 20px;}
.modal .modal-content .collapsible 				{border:none; width:fit-content; margin:0px auto; padding:5px 20px; box-shadow: none;}
.modal .modal-content .collapsible-header		{background: none; border: none; line-height: 1; padding: 5px;}
.modal .modal-content .collapsible-body 		{background: none; border: none; padding: 4px 0px 4px 2rem; color: #ccc; cursor: pointer;}
.modal .modal-content .collapsible-body:hover   {background:#b598ff; color:#fff;}
.modal .modal-content input[type="number"]		{border: solid 1px #14101e; color: #fff; width: fit-content; margin: 0px auto; padding: 0px 10px; font-size: 14px; border-radius: 20px;}
.modal .modal-content label span 				{transform: unset; font-size: 13px;}



@media only screen and (max-width: 610px) {
	header .site_lat 													{display: none;}
	header .site_top 													{width: 100%; overflow-x: scroll; overflow-y: hidden; bottom: 0px;}
	nav .sidenav-trigger 												{left:0px;}
	.contenair_head 													{width: 100%; max-width: 100%; min-width: unset;}
	.contenair_head .site_head .inner_head .menu_ico					{display: none;}
	.contenair_head .site_head .inner_head .logo						{display: block !important;}
	.contenair_head .site_head .inner_head .link_head 					{width: fit-content !important; height: 40px !important; font-size: 14px !important; padding: 0px 10px !important;}
	.contenair_head .site_head .inner_head .link_head i 				{display: none;}
	.contenair_head .site_head .inner_head .search_head 				{width: calc(100% - 70px)!important; height: 40px!important; top: 58px!important; right: 10px!important; left: unset!important;} 
	.contenair_head .site_head .inner_head .search_head form .input-field input[type="search"]::placeholder {font-size: 12px!important;}

	.inner_body h1 														{font-size: 14px !important;}
	.inner_body .container_body											{width: 100%; max-width: 100%; min-width: unset;}
	.inner_body .container_body .mininav_h1								{font-size:20px !important;}
	.inner_body .contener_annonce 										{grid-template-columns: repeat(1, 1fr);}
	.inner_body .contener_annonce .annonce_item 						{margin: 5px auto;}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(2, 1fr);}
	.inner_body #map-wrap 												{display: none;}
	.inner_body .contener_categoriB .slist 								{width: 40%!important;}
	.inner_body .annonce_pub img										{width:100%; max-width:100%;}
	.card-hz															{width: 100%;}
	.page-footer 														{width: 100%; max-width: 100%; min-width: unset;}
}
@media only screen and (min-width: 611px) and (max-width: 810px) {
	header .site_lat 													{display: none;}
	header .site_top 													{width: 100%; overflow-x: scroll; overflow-y: hidden;}
	nav .sidenav-trigger 												{left:0px;}
	.contenair_head 													{width: 100%; max-width: 100%; min-width: unset;}
	.contenair_head .site_head .inner_head .logo						{display: block !important;}
	.inner_body															{width: 100%; margin: 160px 0px 0px 0px;}
	.inner_body h1 														{font-size: 14px !important;}
	.inner_body .container_body											{width: 100%; max-width: 100%; min-width: unset;}
	.inner_body .container_body .mininav_h1								{font-size:20px !important;}
	.inner_body .contener_annonce 										{grid-template-columns: repeat(2, 1fr);}
	.inner_body .contener_annonce .annonce_item 						{margin: 5px auto;}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(3, 1fr);}
	.inner_body #map-wrap 												{display: none;}
	.inner_body .contener_categoriB .slist 								{width: 30%!important;}
	.inner_body .annonce_pub  img										{width:100%; max-width:100%;}
	.card-hz															{width: 100%;}
}
@media only screen and (min-width: 811px) and (max-width: 1124px) {
	.inner_body .contener_annonce 										{grid-template-columns: repeat(2, 1fr);}
	.inner_body .contener_annonce .annonce_item 						{margin: 5px auto;}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (min-width: 1125px) and (max-width: 1600px) {
	.inner_body .contener_annonce 										{grid-template-columns: repeat(3, 1fr);}
	.inner_body .contener_annonce .annonce_item 						{margin: 5px auto;}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(3, 1fr);}
}
@media only screen and (min-width: 1601px) and (max-width: 1850px) {
	.inner_body .contener_annonce 										{grid-template-columns: repeat(4, 1fr);}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(4, 1fr);}
}
@media only screen and (min-width: 1851px) and (max-width: 2160px) {
	.inner_body .contener_annonce 										{grid-template-columns: repeat(5, 1fr);}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(5, 1fr);}
}
@media only screen and (min-width: 2161px) and (max-width: 2560px) {
	.inner_body .contener_annonce 										{grid-template-columns: repeat(6, 1fr);}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(6, 1fr);}
}
@media only screen and (min-width: 2561px) {
	.inner_body .contener_annonce 										{grid-template-columns: repeat(8, 1fr);}
	.inner_body .contener_categorie 									{grid-template-columns: repeat(8, 1fr);}
}