.lx-header{
	position:relative;
	width:100%;
}
.lx-header-top-content{
	max-width:1170px;
	margin:auto;
	padding:20px 0px;
}
.lx-header-contacts{
	float:left;
	color:#FFFFFF;
}
.lx-header-contacts a{
	display:inline-block;
	padding:0px 10px;
	font-weight:600;
	color:#FFFFFF;
}
.lx-header-contacts a i{
	display:inline-block;
	margin-right:5px;
}
.lx-header-socials{
	float:right;
}
.lx-header-socials ul li{
	float:left;
	margin-left:30px;
}
.lx-header-socials ul li a{
	color:#FFFFFF;
}
.lx-header-socials ul li a i{
	font-size:18px;
	font-weight:600;
}
.lx-header-bottom{
	position:absolute;
	top:-34px;
	position:relative;
	z-index:3;
}
.lx-header-bottom-content{
	max-width:1170px;
	margin:auto;
	padding:0px 40px;
}
.lx-header-bottom-content > a{
	display:none;
}
.lx-header-logo{
	float:left;
	width:200px;
}
.lx-header-logo a{
	display:block;
}
.lx-header-logo a img{
	display:block;
	width:100%;
}
.lx-header-contact{
	float:right;
	padding:8px 0px;
}
.lx-header-contact ul{
	display:flex;
	align-items:center;
}
.lx-header-contact ul li{
	float:left;
}
.lx-menu-mobile{
	display:none;
}
.lx-header-menu{
	float:right;
}
.lx-header-menu-content ul{
	float:left;
	padding:0px 10px;
	background: linear-gradient(90deg, #feb563, #e27b16);
	overflow:hidden;
	border:3px solid #FFFFFF;
	border-radius:10px 10px 30px 30px;
}
.lx-header-menu-content ul li{
	display:inline-block;
}
.lx-header-menu ul li a{
	position:relative;
	display:block;
	padding:15px;
	padding-left:40px;
	font-weight:500;
	font-size:16px;
	line-height:18px;
	letter-spacing:1px;
	color:#FFFFFF;
}
.lx-header-menu ul li a::before{
	content:'';
	position:absolute;
	left:-3px;
	width:1px;
	height:20px;
	background:rgba(255,255,255,0.6);
}
.lx-header-menu ul li:nth-child(1) a::before{
	width:0px;
}
.lx-header-menu ul li a img{
	position:absolute;
	top:9px;
	left:6px;
	width:30px;
}
.lx-header-cta{
	float:right;
	margin-left:10px;
}
.lx-header-cta a{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	padding-left:46px;
	font-weight:500;
	line-height:18px;
	background: linear-gradient(90deg, #feb563, #e27b16);
	color:#FFFFFF;
	border-radius:10px;
}
.lx-header-cta a:hover{
	background: linear-gradient(90deg, #e27b16, #feb563);
}
.lx-header-cta a img{
	position:absolute;
	left:16px;
	top:5px;
	width:30px;
}
a.lx-signin{
	margin-left:10px;
	background: linear-gradient(90deg, #29a6dd, #2174b3);
}
a.lx-signin:hover{
	background: linear-gradient(90deg, #2174b3, #29a6dd);
}
.lx-header-lang{
	position:relative;
	float:right;
	margin-left:10px;
}
.lx-header-lang ul{
	position:absolute;
	z-index:10;
	display:none;
	width:100%;
	background:#FFFFFF;
	border-radius:10px;
	box-shadow:0px 0px 4px #DDDDDD;
}
.lx-header-lang a{
	position:relative;
	display:block;
	padding:8px;
	font-weight:600;
	font-size:16px;
	text-align:center;
	color:#1f8dca;
	border-radius:10px;
}
.lx-header-lang ul a:hover{
	background:#F8F8F8;
}
.lx-header-lang a img:nth-child(1){
	position:absolute;
	top:4px;
	left:5px;
	width:30px;
}
.lx-header-lang a img:nth-child(2){
	position:absolute;
	top:4px;
	right:-2px;
	width:30px;
}
.lx-header-lang > a{
	position:relative;
	display:inline-block;
	padding:8px 30px;
	padding-right:20px;
	font-weight:600;
	font-size:16px;
	color:#1f8dca;
	border-radius:10px;
    overflow: hidden; /* Hide the overflow of the pseudo-element */
}
.lx-header-lang > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit; /* Matches the radius of the main element */
    padding: 3px; /* Thickness of the gradient border */
    background: linear-gradient(90deg, #29a6dd, #2174b3); /* Gradient color */

    /* Mask to create the inner border effect */
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.lx-header-bottom-scroll{
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
}
.lx-header-bottom-scroll .lx-header-menu ul li a{
	color:#242424;
}
.lx-header-bottom-scroll .lx-header-menu ul li a:hover{
	color:#ffc602;
}
.lx-header-bottom-scroll .lx-header-menu ul li a.active{
	color:#ffc602;
}
.lx-hero{
	position:relative;
	top:-60px;
	height:410px;
	color:#FFFFFF;
}
.lx-hero-item{
	position:relative;
	max-width:1170px;
	height:500px;
	margin:auto;
	border-radius:30px;
	overflow:hidden;
}
.lx-hero-item > img:nth-child(1){
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
.lx-hero-item > img:nth-child(2){
	position:absolute;
	left:-3px;
	z-index:2;
	height:100%;
}
.lx-hero-item > img:nth-child(3){
	position:absolute;
	top:60px;
	left:200px;
	z-index:3;
	height:80%;
}
.lx-hero-item > img:nth-child(4){
	position:absolute;
	z-index:4;
	height:100%;
}
.lx-hero-text{
	position:absolute;
	z-index:5;
	top:0px;
	right:80px;
	width:calc(50% - 80px);
	padding:100px 30px;
}
.lx-hero-text h2{
	font-size:40px;
	font-style:italic;
	text-transform:uppercase;
	text-shadow:5px 5px 10px #828282;
	line-height:40px;
}
.lx-hero-text h3{
	font-size:60px;
	font-style:italic;
	text-transform:uppercase;
	text-shadow:5px 5px 10px #828282;
	color:#ffb564;
}
.lx-hero-text p{
	font-weight:400;
	font-size:24px;
	font-family:'Baloo 2','Cairo';
	line-height:24px;
	letter-spacing:1px;
}
.lx-hero-text a{
	float:right;
	position:relative;
	display:inline-block;
	padding:10px 20px;
	padding-left:50px;
	margin-top:40px;
	font-size:20px;
	font-weight:500;
	line-height:28px;
	background: linear-gradient(90deg, #feb563, #e27b16);
	color:#FFFFFF;
	border:3px solid #68c3e7;
	border-radius:15px;
}
.lx-hero-text a:hover{
	background: linear-gradient(90deg, #e27b16, #feb563);
}
.lx-hero-text a img{
	position:absolute;
	left:16px;
	top:9px;
	width:30px;
}
.lx-suivi-coli{
	padding:30px 0px;
	background:#283C6E;
}
.lx-suivi-coli-content{
	max-width:1170px;
	margin:auto;
	padding:30px 15px;
	text-align:center;
	background:#FFFFFF;
	box-shadow:0px 0px 10px #DDDDDD;
	border-radius:10px;
}
.lx-suivi-coli p{
	margin-bottom:10px;
	color:#242424;
}
.lx-suivi-coli input[type='text']{
	display:inline-block;
	width:300px;
	padding:17px;
	background:#FFFFFF;
	border:1px solid #BEBEBE;
	border-radius:4px;
}
.lx-suivi-coli a{
	display:inline-block;
	margin-left:10px;
	padding:15px;
	background:#39add1;
	color:#FFFFFF;
	border-radius:4px;
}
.lx-bloc{
	position:relative;
}
.lx-bloc-content{
	max-width:1170px;
	margin:auto;
}
.lx-bloc[data-url-bg]{
	padding:80px 0px;
}
.lx-aboutus{
	position:relative;
	padding:60px 40px;
	background:#f5f5f5;
	overflow:hidden;
}
.lx-aboutus-bg{
	position:relative;
	z-index:1;
}
.lx-aboutus-bg::before{
	content:'';
	position:absolute;
	bottom:-750px;
	left:-110px;
	width:400px;
	height:400px;
	background: linear-gradient(180deg, #e27b16, #feb563);
	border-radius:20px;
	transform:rotate(110deg);
}
.lx-aboutus-bg::after{
	content:'';
	position:absolute;
	bottom:-1620px;
	right:-400px;
	width:1400px;
	height:1400px;
	background: #e5e5e5;
	border-radius:20px;
	transform:rotate(68deg);
}
.lx-aboutus-text{
	position:relative;
	z-index:2;
	float:left;
	width:50%;
}
.lx-aboutus-text h3{
	position:relative;
	font-size:34px;
	font-style:italic;
	font-family:'Baloo 2','Cairo';
	line-height:50px;
	text-transform:uppercase;
	color:#1a75bb;
}
.lx-aboutus-text h3::before{
	content:'';
	position:absolute;
	bottom:-10px;
	left:0px;
	width:100%;
	height:2px;
	background:#f09739;
}
.lx-aboutus-text h3 img{
	float:left;
	margin-top:10px;
	margin-right:10px;
	width:30px;
}
.lx-aboutus-text h4{
	margin-top:40px;
	margin-left:20px;
	font-size:60px;
	font-style:italic;
	font-family:'Baloo 2','Cairo';
	line-height:60px;
	text-transform:uppercase;
	color:#f09739;
}
.lx-aboutus-text p{
	margin-left:20px;
	font-size:24px;
	font-weight:500;
	font-family:'Baloo 2','Cairo';
	line-height:40px;
	color:#242424;
}
.lx-aboutus-img{
	position:relative;
	z-index:3;
	float:left;
	width:50%;
}
.lx-aboutus-img img{
	float:left;
	display:block;
	width:100%;
	margin-top:60px;
}
.lx-subabout{
	position:relative;
	padding-bottom:50px;
	background:#f5f5f5;
	overflow:hidden;
}
.lx-subabout-text{
	width:58%;
	margin-left:380px;
	padding:70px 85px;
	background: linear-gradient(90deg, #29a6dd, #2174b3);
	border-radius:0px 0px 30px 30px;
}
.lx-subabout-text p{
	margin-left:20px;
	font-size:24px;
	font-weight:400;
	font-family:'Baloo 2','Cairo';
	line-height:30px;
	letter-spacing:1px;
	line-height:40px;
	color:#FFFFFF;
}
.lx-subabout-items{
	position:absolute;
	z-index:3;
	left:120px;
	top:40px;
}
.lx-subabout-item{
	position:relative;
	width:300px;
	margin:10px 0px;
	padding:15px;
	background: linear-gradient(90deg, #29a6dd, #2174b3);
	border-radius:20px 0px 0px 20px;
}
.lx-subabout-item > img:nth-child(1){
	position:absolute;
	width:120px;
	top:-50px;
	left:-75px;
}
.lx-subabout-item p{
	padding:0px 40px;
	font-size:20px;
	font-weight:400;
	font-family:'Baloo 2','Cairo';
	line-height:30px;
	line-height:20px;
	color:#FFFFFF;
}
.lx-subabout-item p img{
	float:left;
	width:40px;
	margin-right:20px;
}
.lx-shadow{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, #feb563, #e27b16);
	opacity:0.9;
}
.lx-special-bloc{
	position:relative;
	z-index:3;
	max-width:760px;
	margin:auto;
	text-align:center;
}
.lx-special-bloc p{
	font-weight:400;
	font-size:24px;
	font-family:'Baloo 2','Cairo';
	line-height:40px;
	letter-spacing:1px;
	color:#FFFFFF;
}
.lx-special-bloc a{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	padding-left:50px;
	margin-top:40px;
	font-size:20px;
	font-weight:500;
	line-height:28px;
	background: linear-gradient(90deg, #29a6dd, #2174b3);
	color:#FFFFFF;
	border:3px solid #df9e5b;
	border-radius:15px;
}
.lx-special-bloc a:hover{
	background: linear-gradient(90deg, #2174b3, #29a6dd);
}
.lx-special-bloc a img{
	position:absolute;
	left:16px;
	top:9px;
	width:30px;
}
.lx-services-title{
	margin:30px;
}
.lx-services-title h3{
	position:relative;
	font-size:34px;
	font-style:italic;
	font-family:'Baloo 2','Cairo';
	line-height:50px;
	text-transform:uppercase;
	color:#1a75bb;
}
.lx-services-title h3::before{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:2px;
	background:#f09739;
}
.lx-services-title h3 img{
	float:left;
	margin-top:10px;
	margin-right:10px;
	width:30px;
}
.lx-services{
	padding:15px 20px 0px;
	background:url('../../images/bg.jpg');
	border-radius:20px;
	overflow:hidden;
}
.lx-box{
	position:relative;
	height:350px;
	margin-bottom:24px;
	background:#92d3ef;
	border-radius:20px;
	overflow:hidden;
}
.lx-box img{
	position:absolute;
	width:180px;
	left:calc(50% - 90px);
	top:60px;
}
.lx-box-text{
	height:240px;
	margin-top:110px;
	padding:40px;
	padding-top:50px;
	text-align:center;
	background:#FFFFFF;
	border-radius:20px;
	overflow:hidden;
}
.lx-box-text h3{
	font-size:22px;
	font-weight:600;
	font-family:'Baloo 2','Cairo';
	text-transform:uppercase;
	color:#ea8a29;
}
.lx-box-text p{
	font-weight:500;
	font-size:18px;
	font-family:'Baloo 2','Cairo';
	line-height:30px;
}
.lx-last-bloc{
	float:none;
	clear:both;
	margin:0px auto;
	padding-bottom:0px;
}
.lx-tarifs{
	padding:15px;
	background:#f5f5f5;
	border:2px solid #26a7de;
	border-radius:20px;
}
.lx-tarifs label{
	position:relative;
	display:block;
}
.lx-tarifs label input{
	width:100%;
	padding:10px 20px;
	padding-left:40px;
	background:#FFFFFF;
	border:2px solid #26a7de;
	border-radius:6px;
}
.lx-tarifs label i{
	position:absolute;
	top:12px;
	left:15px;
	color:#26a7de;
}
.lx-cities-table{
	margin:20px 0px 0px;
	text-align:center;
}
.lx-cities-table table{
	width:100%;
}
.lx-cities-table table td{
	width:33.33%;
	padding:6px 10px;
	font-size:16px;
	font-family:'Baloo 2','Cairo';
	text-align:center;
	text-transform:uppercase;
	background:#ececec;
}
.lx-cities-table table tr:nth-child(2n+1) td:nth-child(2n+1){
	background:#d9d9d9;
}
.lx-cities-table table tr:nth-child(2n+2) td:nth-child(2n+2){
	background:#d9d9d9;
}
.lx-cities-table table tr:first-child td:nth-child(1){
	background: linear-gradient(90deg, #29a6dd, #2174b3);
	color:#FFFFFF;
	border-radius:20px 20px 0px 0px;
}
.lx-cities-table table tr:first-child td:nth-child(2){
	background: linear-gradient(90deg, #feb563, #e27b16);
	color:#FFFFFF;
	border-radius:20px 20px 0px 0px;
}
.lx-cities-table table tr:first-child td:nth-child(3){
	background: linear-gradient(90deg, #242424, #000000);
	color:#FFFFFF;
	border-radius:20px 20px 0px 0px;
}
.lx-cities-table table tr:last-child td{
	border-radius:0px 0px 20px 20px;
}
.lx-cities-table a{
	display:inline-block;
	margin-top:15px;
	padding:5px;
	padding-bottom:3px;
	background: linear-gradient(90deg, #feb563, #e27b16);
	border-radius:10px;
}
.lx-cities-table a img{
	width:30px;
}
.lx-map{
	margin-top:100px;
	width:100%;
}
.lx-bleu-bg{
	margin-top:30px;
	padding:10px 0px 80px;
	background: linear-gradient(90deg, #29a6dd, #2174b3);
}
.lx-contact img{
	width:100%;
}
.lx-add-form{
	margin-top:70px;
}
.lx-add-form h3{
	padding-left:10px;
	font-size:36px;
	font-style:italic;
	text-transform:uppercase;
	color:#FFFFFF;
}
.lx-textfield{
	margin-bottom:0px;
}
.lx-textfield span{
	display:block;
	margin-bottom:5px;
}
.lx-textfield input[type='text']{
	width:100%;
	padding:20px;
	font-size:16px;
	background:#FBFBFB;
	border-radius:6px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-textfield input[type='password']{
	width:100%;
	padding:20px;
	font-size:16px;
	background:#FBFBFB;
	border-radius:6px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-textfield textarea{
	width:100%;
	height:150px;
	padding:20px;
	font-size:16px;
	background:#FBFBFB;
	border-radius:6px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
	resize:none;
}
.lx-textfield input::placeholder,.lx-textfield textarea::placeholder{
	color:#BEBEBE;
}
.lx-submit a{
	position:relative;
	display:block;
	padding:10px 20px;
	font-size:20px;
	font-weight:500;
	font-style:italic;
	text-align:center;
	background: linear-gradient(90deg, #feb563, #e27b16);
	color:#FFFFFF;
	border:3px solid #68c3e7;
	border-radius:15px;
}
.lx-submit a:hover{
	background: linear-gradient(90deg, #e27b16, #feb563);
}
.lx-submit a img{
	position:absolute;
	left:16px;
	top:9px;
	width:30px;
}
.lx-to-top{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-50px;
	display:block;
	width:100px;
	height:50px;
	text-align:center;
	background: linear-gradient(90deg, #feb563, #e27b16);
	border-radius:100px 100px 0px 0px;
}
.lx-to-top img{
	width:40px;
	padding-top:10px;
}
.lx-floating-response{
	position:fixed;
	z-index:99999;
	bottom:20px;
	left:0px;
	display:none;
	padding:0px 20px;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.lx-floating-response p{
	position:relative;
	display:inline-block;
	max-width:300px;
	padding:17px 20px 20px;
	font-size:16px;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
	border-radius:4px;
}
.lx-floating-response p.lx-error{
	border-bottom:3px solid #e50000;
}
.lx-floating-response p.lx-succes{
	border-bottom:3px solid green;
}
.lx-floating-response p i{
	position:relative;
	top:6px;
	line-height:1px;
}
.lx-floating-response p i:last-child{
	position:absolute;
	right:3px;
	top:10px;
	font-size:16px;
	line-height:1px;
}
.lx-floating-response p i.fa{
	top:2px;
}
.lx-footer{
	position:relative;
}
.lx-footer-top-content{
	position:relative;
	z-index:2;
	max-width:1170px;
	margin:auto;
	color:#FFFFFF;
}
.lx-footer-about img{
	width:90%;
	margin:58px auto;
}
.lx-footer-links{
	background:#F5F5F5;
	padding:22px 45px;
}
.lx-footer-links h2{
	font-style:italic;
	font-weight:600;
	font-family:'Baloo 2','Cairo';
	font-size:20px;
	text-transform:uppercase;
	color:#2273b0;
}
.lx-footer-links ul li{
	line-height:36px;
}
.lx-footer-links ul li a{
	font-family:'Baloo 2','Cairo';
	font-size:16px;
	font-weight:600;
	color:#626262;
}
.lx-footer-links p{
	font-family:'Baloo 2','Cairo';
	font-size:16px;
	font-weight:600;
	line-height:30px;
	color:#626262;
}
.lx-footer-links p a{
	color:#626262;
}
.lx-footer-social ul{
	display:table;
	margin:78px auto;
}
.lx-footer-social ul li{
	display:inline-block;
	margin:0px 10px;
}
.lx-footer-social ul li a{
	display:inline-block;
	padding:5px;
	padding-bottom:3px;
	background: linear-gradient(90deg, #feb563, #e27b16);
	border-radius:10px;
}
.lx-footer-social ul li a img{
	width:30px;
}
.lx-footer-bottom{
	background: linear-gradient(90deg, #29a6dd, #2174b3);
}
.lx-footer-bottom-content{
	position:relative;
	z-index:2;
	max-width:1170px;
	margin:auto;
	padding:10px 15px;
	text-align:center;
}
.lx-footer-bottom-content p{
	font-family:'Baloo 2','Cairo';
	font-size:18px;
	font-weight:300;
	line-height:26px;
	text-align:center;
	color:rgba(255,255,255,0.5);
}

/* Popup */
.lx-popup{
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
	overflow:auto;
}
.lx-popup-inside{
	display:flex;
	height:100%;
}
.lx-popup-content{
	position:relative;
	display:table;
	margin:auto;
	opacity:0.0;
	transform:scale(0.9);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.lx-popup-content > a{
	position:absolute;
	right:8px;
	top:8px;
	color:#242424;
}
.lx-form{
	max-width:760px;
	background:#FFFFFF;
	border-radius:20px;
	overflow:hidden;
}
.lx-form-title{
	padding:20px;
	text-align:center;
	border-bottom:1px solid #DDDDDD;
}
.lx-popup .lx-add-form{
	padding:15px;
	margin-top:0px;
	background:#F8F8F8;
}
.lx-popup .lx-textfield{
	margin-bottom:0px;
}
.lx-popup .lx-textfield span{
	display:block;
	margin-bottom:5px;
	font-family:'Baloo 2','Cairo';
}
.lx-popup .lx-textfield i{
	position:absolute;
	bottom:2px;
	left:20px;
}
.lx-popup .lx-textfield input[type='text']{
	width:100%;
	padding:15px;
	font-family:'Baloo 2','Cairo';
	border:1px solid #DDDDDD;
	border-radius:6px;
	box-shadow:0px 0px 5px #F8F8F8 inset;
}
.lx-popup .lx-textfield input[type='number']{
	width:100%;
	padding:15px;
	font-family:'Baloo 2','Cairo';
	border:1px solid #DDDDDD;
	border-radius:6px;
}
.lx-popup .lx-textfield input[type='password']{
	width:100%;
	padding:15px;
	font-family:'Baloo 2','Cairo';
	border:1px solid #DDDDDD;
	border-radius:6px;
}
.lx-popup .lx-textfield select{
	width:100%;
	padding:15px;
	font-family:'Baloo 2','Cairo';
	border:1px solid #DDDDDD;
	border-radius:6px;
}
.lx-popup .lx-textfield textarea{
	width:100%;
	height:100px;
	padding:15px;
	font-family:'Baloo 2','Cairo';
	border:1px solid #DDDDDD;
	border-radius:6px;
	resize:none;
}
.lx-popup .lx-textfield p{
	font-size:12px;
	font-style:italic;
	color:#BEBEBE;
}
.lx-floating-response{
	position:fixed;
	z-index:99999;
	bottom:20px;
	left:0px;
	display:none;
	padding:0px 20px;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.lx-floating-response p{
	position:relative;
	display:inline-block;
	max-width:300px;
	padding:17px 20px 20px;
	font-size:16px;
	background:rgba(0,0,0,0.8);
	color:#FFFFFF;
	border-radius:4px;
}
.lx-floating-response p.lx-error{
	border-bottom:3px solid #e50000;
}
.lx-floating-response p.lx-succes{
	border-bottom:3px solid green;
}
.lx-floating-response p i{
	position:relative;
	top:6px;
	line-height:1px;
}
.lx-floating-response p i:last-child{
	position:absolute;
	right:3px;
	top:10px;
	font-size:16px;
	line-height:1px;
}
.lx-floating-response p i.fa{
	top:2px;
}
.lx-colihistory{
	padding:30px !important;
}
.lx-colihistory table{
	width:100%;
	margin-top:15px;
	border-top:1px solid #DDDDDD;
}
.lx-colihistory table tr:nth-child(2n+1){
	background:#FBFBFB;
}
.lx-colihistory table td:first-child{
	border-left:1px solid #DDDDDD;
}
.lx-colihistory table td{
	padding:15px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.lx-api{
	margin:0px 15px;
}
.lx-api h3{
	margin-bottom:20px;
	line-height:22px;
	font-size:24px;
}
.lx-api p{
	margin-bottom:20px;
	line-height:22px;
}
.lx-api ul{
	margin-bottom:20px;
}
.lx-api ul li{
	margin-left:40px;
	list-style:square;
	line-height:22px;
}
.lx-api pre{
	margin-bottom:20px;
	padding:15px;
	background:#424242;
	color:#FFFFFF;
	border:1px solid #EEEEEE;
	overflow:auto;
}
.lx-api table{
	margin-bottom:20px;
	border:1px solid #EEEEEE;
	border-collapse: collapse;
}
.lx-api table tr:first-child td{
	font-weight:bold;
}
.lx-api table td{
	padding:15px;
	background:#283C6E;
	border:1px solid #EEEEEE;
}
.lx-hero-title{
	width:1170px;
	padding:30px;
	margin:auto;
	background:#FFFFFF;
	border-radius:10px;
	box-shadow:0px 0px 10px #BEBEBE;
}
.lx-hero-title h1{
	margin:auto;
	font-size:40px;
	font-weight:500;
	font-family:'Tilt Warp';
	text-align:center;
	color:#242424;
}
@media(max-width:960px){
	.lx-header{
		position:relative;
		z-index:99999;
	}
	.lx-header-top-content{
		padding:15px;
	}
	.lx-header-logo{
		width:130px;
	}
	.lx-header-lang{
		padding-right:50px;
	}
	.lx-menu-mobile{
		position:absolute;
		top:17px;
		right:20px;
		display:block;
	}
	.lx-menu-mobile a{
		display:inline-block;
		padding:8px 10px;
		background: linear-gradient(90deg, #feb563, #e27b16);
		color:#FFFFFF;
		border-radius:8px;		
	}
	.lx-header-cta{
		float:none;
		clear:both;
		margin-left:0px;
		padding-top:10px;
		text-align:center;
	}
	.lx-header-cta a{
		padding:10px 12px;
		padding-left:36px;
	}
	.lx-header-cta a img{
		left:8px;
	}
	.lx-header-menu{
		float:none;
		position:absolute;
		left:0px;
		top:26px;
		display:none;
		width:100%;
	}
	.lx-header-menu-content ul{
		width:100%;
	}
	.lx-header-menu-content ul li{
		display:block;
	}
	.lx-header-menu-content ul li a::before{
		display:none;
	}
	.lx-hero{
		top:0px;
		height:730px;
		padding:0px 20px;
	}
	.lx-hero-item{
		height:730px;
	}
	.lx-hero-item > img:nth-child(2){
		margin-top:20px;
		height:360px;
		width:140%;
	}
	.lx-hero-item > img:nth-child(3){
		z-index:1;
		left:60px;
		width:80%;
		height:auto;
	}
	.lx-hero-item > img:nth-child(4){
		height:360px;
		margin-top:20px;
	}
	.lx-hero-text{
		top:300px;
		right:0px;
		width:100%;
		padding:100px 20px;
		text-align:center;
	}
	.lx-hero-text h2{
		font-size:28px;
		line-height:30px;
	}
	.lx-hero-text h3{
		font-size:40px;
	}
	.lx-hero-text a{
		float:none;
		margin-top:20px;
	}
	.lx-bloc-mobile-aboutus{
		height:675px;
	}
	.lx-aboutus{
		position:relative;
		top:-350px;
		padding:76px 20px;
		padding-top:400px;
	}
	.lx-aboutus-bg::before{
		bottom:-950px;
		left:-100px;
	}
	.lx-aboutus-bg::after{
		bottom:-2020px;
	}
	.lx-aboutus-text{
		float:none;
		width:100%;
		text-align:center;
	}
	.lx-aboutus-text h3{
		padding:0px;
		font-size:26px;
	}	
	.lx-aboutus-text h3 img{
		margin-top:5px;
	}	
	.lx-aboutus-text h4{
		margin-left:0px;
	}
	.lx-aboutus-text p{
		margin-left:0px;
	}
	.lx-aboutus-img{
		float:none;
		width:100%;
		text-align:center;
	}
	.lx-subabout-text{
		width:calc(100% - 40px);
		margin-left:0px;
		margin:0px 20px;
		padding:20px;
	}
	.lx-subabout-text p{
		margin-left:0px;
		font-size:22px;
	}
	.lx-subabout-items{
		position:static;
	}
	.lx-subabout-item{
		position:relative;
		left:20px;
		width:240px;
		margin:20px auto;
	}
	.lx-subabout-item p{
		padding:0px 10px;
	}
	.lx-subabout-item:nth-child(1){
		margin-top:60px;
	}
	.lx-special-bloc p{
		padding:0px 20px;
	}
	.lx-box{
		height:360px;
	}
	.lx-box-text{
		height:250px;
		padding:20px;
		padding-top:50px;
	}
	.lx-tarifs{
		margin:0px 15px;
	}
	.lx-tarifs .lx-g2{
		padding:0px;
	}
	.lx-cities-table table tr td{
		width:auto;
	}
	.lx-map{
		display:none;
	}
	.lx-add-form{
		margin-top:20px;
	}
}
.lx-autocomplete-advanced{
	position:absolute;
	z-index:3;
	display:none;
	width:100%;
	max-height:300px;
	background:#FFFFFF;
	box-shadow:0px 0px 4px #BEBEBE;
	overflow:auto;
}
.lx-autocomplete-advanced span{
	display:block;
	padding:5px 10px;
	line-height:20px;
	border-bottom:1px solid #F2F2F2;
	cursor:pointer;
}
.lx-autocomplete-advanced span:hover{
	background:#F8F8F8;
}
.lx-autocomplete-advanced span[data-disabled='yes']{
	background:#EEEEEE;
	cursor:not-allowed;
}
.todropdown{
	display:none;
}
.todropdowninput{
	cursor:pointer;
}
    .search-container {
      position: relative;
      width: 300px;
    }
    .search-input {
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
    }
    .options-list {
      max-height: 150px;
      overflow-y: auto;
      position: absolute;
      width: 100%;
      border: 1px solid #ccc;
      background: white;
      z-index: 1000;
      display: none;
    }
    .options-list div {
      padding: 8px;
      cursor: pointer;
    }
    .options-list div:hover {
      background-color: #f0f0f0;
    }
    .hidden {
      display: none;
    }