/* **********************          STRUCTURE          ********************** */
@font-face {
    font-family: "Text-Font";
    src: url('./../fonts/text.ttf');
}

.fa,
.fab,
.fal,
.far,
.fas {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-4x {
	font-size: 4em;
}

.fa-clock::before {
	content: "";
}

.fa-globe-europe::before {
	content: "";
}

.fa-phone::before {
	content: "";
}

.fa-search::before {
	content: "";
}

.far {
	font-weight: 400;
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
	font-weight: 900;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.slick-list:focus {
	outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0px, 0px, 0px);
}

.slick-track {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

.slick-track::before,
.slick-track::after {
	display: table;
	content: "";
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.top_logo {
	width: 80%;
}

.mark-img {
	width: 50%;
}

* {
	box-sizing: border-box;
}

html,
body {
	background: #FFF;
	font-family: 'Text-Font', 'Helvetica', 'Times New Roman', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #414042;
	margin: 0;
}

.marginWolf {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	color: inherit;
	text-decoration: none;
}

.content {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}
.content-atelier {
	width: 90%;
}
::-webkit-selection {
	background: rgb(65, 64, 66);
	color: rgb(255, 255, 255);
}

::selection {
	background: rgb(65, 64, 66);
	color: rgb(255, 255, 255);
}

.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	background: rgb(0, 0, 0);
	z-index: 10;
	transition: all 0.4s ease 0s;
}

.header_logo {
	position: absolute;
	height: 100%;
	transition: all 0.4s ease 0s;
}

.nav {
	position: absolute;
	right: 30px;
	bottom: 25px;
	text-align: right;
	transform: translate3d(0px, 0px, 0px);
	transition: all 0.4s ease 0s;
}

.nav_item {
	position: relative;
	margin: 0px 20px;
	font-size: 26px;
	color: rgb(255, 255, 255);
	transition: all 0.4s ease 0s;
}

.nav_item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 75%;
	height: 2px;
	background: transparent;
	transition: all 0.4s ease 0s;
}

.nav_item:hover::after {
	background: rgb(255, 255, 255);
}

.nav_item-active {
	font-weight: 600;
	color: #4cff00;
	text-shadow: black 1px 1px 2px;
}

.nav_item-active::after {
	background: #4cff00;
}

.header_center {
	background: transparent;
}

.header_center .header_logo {
	opacity: 0;
}

.header_center .nav {
	left: 0px;
	transform: translate3d(5%, 0px, 0px);
}

.header-mobile {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
	display: none;
}

.header-mobile-top {
	position: relative;
	height: 100px;
}

.header-mobile-top-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate3d(-50%, -50%, 0px);
}

.header-mobile-bottom {
	background: rgb(0, 0, 0);
	border-top: 1px solid #4cff00;
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	display: none;
}

.header-mobile-bottom-link {
	display: block;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	padding: 20px 0px;
	border-bottom: 1px solid rgb(51, 51, 51);
	transition: all 0.4s ease 0s;
}

.color_theme {
	color: #4cff00;
}

.header-mobile-bottom-link:hover {
	color: #4cff00;
	border-color: #4cff00;
}

.footer_col-text.text_right,
.footer_col-title.text_right {
	text-align: end;
}

.footer_col-text.text_center,
.footer_col-title.text_center {
	text-align: center;
}

.link_inverse::after {
	content: "";
	display: block;
	clear: both;
}

.link_inverse a {
	color: #4cff00;
	width: 50%;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 700;
	transition: all 0.4s ease 0s;
	text-align: center;
	text-shadow: white 0px 0px 3px;
}

.link_inverse a:hover {
	text-shadow: rgb(0, 0, 0) 0px 0px 3px;
	color: rgb(255, 255, 255);
}

.top {
	position: relative;
	width: 100%;
	height: 750px;
	background: rgb(0, 0, 0);
	overflow: hidden;
}

.top_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1.2s ease 0s;
}

.top_img-active {
	opacity: 0.99;
}

.top_img-1 {
	background: url("./../../../img/img3.jpg") 50% 100% / cover no-repeat fixed;
}

.top_img-2 {
	background: url("./../../../img/img2.jpg") 50% 15% / cover no-repeat fixed;
}

.top_center {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate3d(-50%, -50%, 0px);
}

.top_bottom {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
}

.promo {
	width: 50%;
	transform: translate3d(50%, 0px, 0px);
}
.slider .slider-img {
	display: block;
	width: 100%;
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	background: #404040;
	border: none;
	font-size: 22px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	z-index: 5;
	transform: translate3d(0px, -50%, 0px);
	transition: all 0.4s ease 0s;
}

.slider .slick-arrow:hover {
	background: rgb(255, 255, 255);
	color: #404040;
}

.slider .slick-prev {
	left: 75px;
}

.slider .slick-next {
	right: 75px;
}

.three-points {
	margin-top: -150px;
}

.three-points::after {
	content: "";
	display: block;
	clear: both;
}

.three-point_item {
	display: block;
	float: left;
	position: relative;
	width: 367px;
	height: 500px;
	margin-right: 49px;
	padding-top: 286px;
}

.three-point_item:last-child {
	margin: 0px;
}

.three-point_item:hover .three-point_item-img-alt {
	opacity: 0.99;
}

.three-point_item:hover .three-point_item-title {
	color: #4cff00;
}

.three-point_item:hover .three-point_item-plus {
	transform: translate3d(-252px, 0px, 0px);
}

.three-point_item:hover .three-point_item-plus::before {
	opacity: 0;
	transform: translate3d(252px, 0px, 0px);
}

.three-point_item-img {
	position: absolute;
	top: 0px;
}

.three-point_item-img-1 {
	left: -37px;
}

.three-point_item-img-2 {
	left: -39px;
}

.three-point_item-img-3 {
	left: -39px;
}

.three-point_item-img-alt {
	position: absolute;
	top: 0px;
	opacity: 0;
	transition: all 0.4s ease 0s;
}

.three-point_item-img-alt-1 {
	left: -37px;
}

.three-point_item-img-alt-2 {
	left: -39px;
}

.three-point_item-img-alt-3 {
	left: -39px;
}

.three-point_item-title {
	margin: 35px 0px;
	font-size: 26px;
	font-weight: 300;
	color: rgb(0, 0, 0);
	line-height: 36px;
	transition: all 0.4s ease 0s;
}

.three-point_item-title span {
	font-size: 36px;
	font-weight: 800;
}

.three-point_item-plus {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #4cff00;
	line-height: 16px;
	text-align: right;
	font-style: italic;
	transition: all 0.4s ease 0s;
}

.three-point_item-plus::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	width: 200px;
	height: 1px;
	background: #4cff00;
	transition: all 0.4s ease 0s;
}

.new-cars {
	position: relative;
}

.new-cars .slick-arrow {
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: -80px;
	width: 45px;
	height: 45px;
	background: #404040;
	border: none;
	font-size: 22px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	z-index: 5;
	transition: all 0.4s ease 0s;
}

.new-cars .slick-arrow:hover {
	background: rgb(0, 0, 0);
}

.new-cars .slick-prev {
	left: 50px;
}

.new-cars .slick-next {
	right: 50px;
}

.new-cars_title {
	margin: 100px 0px 25px;
	font-size: 30px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	line-height: 30px;
	text-align: center;
}

.new-cars_title span {
	display: block;
	font-size: 21px;
	font-weight: 300;
}

.new-cars_items {
	width: 100%;
	padding: 0px 25px;
}

.new-cars_item {
	position: relative;
	margin: 0px 25px;
}

.new-cars_item-content {
	position: relative;
	display: block;
}

.new-cars_item-state {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #4cff00;
	font-weight: 700;
	font-size: 22px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 20px 0px;
}

.new-cars_item-img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.4s ease 0s;
}

.new-cars_item-plus {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: #4cff00;
	font-size: 42px;
	font-weight: 300;
	color: rgb(255, 255, 255);
	transition: all 0.4s ease 0s;
}

.new-cars_item-plus span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
}

.new-cars_item-title {
	margin: 0px;
	font-size: 24px;
	font-weight: 700;
	color: #4cff00;
}

.new-cars_item-price {
	font-size: 24px;
	font-weight: 700;
	color: #4cff00;
}

.new-cars_item-text {
	font-size: 13px;
}

.new-cars_link {
	display: block;
	width: 317px;
	height: 48px;
	background: url("./../../../img/new-cars_link.jpg") 0px 0px no-repeat;
	margin: 75px auto;
	transition: all 0.4s ease 0s;
}

.new-cars_link:hover {
	background-position: 0px -48px;
}

.coord {
	height: 355px;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.coord_items::after {
	content: "";
	display: block;
	clear: both;
}

.coord_item {
	float: left;
	width: 33.33%;
	padding-top: 55px;
	text-align: center;
}

.coord_item-text {
	margin-top: 40px;
	font-size: 25px;
	font-weight: 300;
}

.coord_item-text strong {
	font-weight: 600;
}

.mark {
	position: relative;
	height: 290px;
	background: url("./../../../img/mark.jpg") 50% 50% / cover no-repeat fixed;
}

.mark-img {
	position: absolute;
	width: 15%;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
}

.cars-show_middle .slick-arrow {
	position: absolute;
	bottom: -60px;
	width: 45px;
	height: 45px;
	background: #4cff00;
	border: none;
	font-size: 22px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	z-index: 5;
	transition: all 0.4s ease 0s;
}

.cars-show_middle .slick-arrow:hover {
	background: rgb(0, 0, 0);
}

.cars-show_middle .slick-prev {
	left: 20px;
}

.cars-show_middle .slick-next {
	right: 18px;
}

.cars-show_middle .slick-dots li.slick-active {
	background: #4cff00;
}

.footer {
	height: 350px;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.footer_cols {
	padding-top: 80px;
}

.footer_cols::after {
	content: "";
	display: block;
	clear: both;
}

.footer_col {
	float: left;
	position: relative;
	width: 366px;
	margin-right: 50px;
}

.footer_col:last-child {
	margin: 0px;
}

.footer_col-title {
	margin-top: 8px;
	font-size: 22px;
	font-weight: 700;
}

.footer_col-separator {
	width: 100%;
	height: 1px;
	background: rgb(255, 255, 255);
	margin: 10px 0px;
}

.footer_col-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	text-align: justify;
}

.footer_col-text strong {
	font-weight: 700;
}

.footer_col-text em {
	font-weight: 600;
	font-style: italic;
}

.footer_col-links::after {
	content: "";
	display: block;
	clear: both;
}

.footer_col-links a {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.4s ease 0s;
}

.footer_col-links a:hover {
	color: #4cff00;
}

.footer_col-links a {
	color: rgb(255, 255, 255);
}







@media screen and (max-width:1200px) {
	.content {
		width: 100%
	}
	.communication,
	.header,
	.header_margin {
		display: none
	}
	.header-mobile {
		display: block
	}
	.slider .slick-prev {
		left: 0
	}
	.slider .slick-next {
		right: 0
	}
	.three-points {
		margin: 0;
		padding: 50px 50px 0 50px
	}
	.three-point_item {
		margin: 0 0 50px 0;
		float: none;
		width: 100%;
		text-align: center
	}
	.three-point_item:hover .three-point_item-plus {
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.three-point_item-img-1,
	.three-point_item-img-2,
	.three-point_item-img-3,
	.three-point_item-img-alt-1,
	.three-point_item-img-alt-2,
	.three-point_item-img-alt-3 {
		left: 50%;
		-o-transform: translate3d(-50%, 0, 0);
		-ms-transform: translate3d(-50%, 0, 0);
		-moz-transform: translate3d(-50%, 0, 0);
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}
	.three-point_item-img-2,
	.three-point_item-img-3,
	.three-point_item-img-alt-2,
	.three-point_item-img-alt-3 {
		margin-left: -12px
	}
	.three-point_item-title {
		margin-bottom: 20px
	}
	.three-point_item-plus {
		text-align: center
	}
	.three-point_item-plus:before {
		background: transparent
	}
	.new-cars {
		margin-bottom: 50px
	}
	.new-cars_link {
		display: none
	}
	.index-1 {
		height: auto
	}
	.index-1-left {
		display: none
	}
	.index-1-right {
		float: none;
		width: 100%
	}
	.index-1-right-content {
		width: 100%;
		padding: 50px
	}
	.index-1-picto {
		margin-top: 0
	}
	.index-2 {
		display: none
	}
	.coord {
		height: auto;
		padding-bottom: 50px
	}
	.coord_item {
		float: none;
		width: 100%
	}
	.mark-img {
		width: 30%
	}
	.footer {
		height: auto
	}
	.footer_col {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 50px 50px 50px
	}
	.footer_col-socials {
		right: 50%;
		top: auto;
		bottom: -70px;
		-o-transform: translate3d(50%, 0, 0);
		-ms-transform: translate3d(50%, 0, 0);
		-moz-transform: translate3d(50%, 0, 0);
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}
	.footer_bottom {
		padding-bottom: 100px
	}
	.top-alt {
		margin-top: 75px
	}
	.cars_item {
		width: 48%
	}
	.vehicules {
		height: auto
	}
	.vehicules_items {
		padding: 40px
	}
	.vehicules_item {
		float: none;
		width: 100%;
		margin: 0
	}
	.cars-show_back {
		margin: 15px 25px
	}
	.cars-show_title {
		margin: 15px 25px 25px 25px
	}	
}

















.price-model {
	font-weight: 1000;
	margin-bottom: 4px;
	margin-top: 11px;
	color: rgb(0, 0, 0) !important;
	line-height: 0em !important;
}

.div-price {
	padding-left: 0px;
	position: absolute;
	right: 0px;	
	bottom: 82px;
}

.car-item .mouse-pointer {
	cursor: pointer;
}

.car-desc {
	padding: 0px 10px;
	box-shadow: rgba(155, 155, 155, 0.5) 0px 0px 1px 0px;
	background-color: rgb(255, 255, 255);
}

.car-item {
	position: relative;
	margin-bottom: 40px;
	transition: all 0.3s ease 0s;
	box-shadow: rgb(204, 204, 204) 1px 1px 6px;
	z-index: 1;
}

.car-item .img-responsive {
	display: block !important;
	border-radius: 20px 20px 0px 0px;
	margin: auto;
	width: 100%;
}

.car-image {
	position: relative;
	border-radius: 20px 20px 0px 0px;
}

.car-image:before {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 10rem;
	background-image: url("./../../../img/templateCar.png");
	background-repeat: no-repeat;
	background-size: 101%;
	cursor: pointer;
	background-position: center bottom;
}	

.car-item:hover {
	box-shadow: rgb(189, 189, 189) 3px 1px 21px;
	cursor: pointer;
}
.car-item-hover {
	border-radius: 20px;
}

.car-desc.car-desc-list {
	border-radius: 0px 0px 20px 20px;
}


.title-model{
	font-weight: 1000;
	font-size: 26px;
	margin-bottom: 4px;
	margin-top: 11px;
	color: rgb(0, 0, 0) !important;
	line-height: 0.6em !important;
}

.car-item h4 {
	color: rgb(79, 86, 102);
}

.car-item .model {
	color: rgb(79, 86, 102);
}

.car-item p {
	color: rgb(107, 119, 129);
	line-height: 1;
	font-size: 20px;
	margin-bottom: 11px;
}

a {
	color: rgb(255, 255, 255);
	font-size: 26px;
	font-weight: 700;
}

a:hover,
a:focus {
	color: #4cff00;
    text-decoration: none;
}
.info-right_tab:focus {
	color: #FFF;
    text-decoration: none; !important
}





.ribbon_DropPrice {
	display: inline-block;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 180px;
	height: 160px;
	text-align: right;
}
.ribbon_DropPrice span {
	font-size: 22px;
	font-weight: bold;
	color: #404040;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(36deg);
	width: 159px;
	display: block;
	background: #4cff00;
	box-shadow: 0 3px 10px -5px black;
	position: absolute;
	top: 31px;
	right: -20px;
}




input[type=text],
input[type=email],
textarea.form-control {
    margin: 42px 0;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #777;
    box-shadow: none;
    border-radius: 0;
    font-size: 1.15em;
}
input[type=text],
input[type=email] {
    height: 45px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea.form-control:focus {
    border-color: #4cff00;
    box-shadow: none;
}
textarea.form-control {
    padding: 10px;
    resize: none;
}



.btn-custom {
    margin: 25px 0;
    padding: 15px 40px;
    background-color: transparent;
    border: 3px solid #4cff00;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #4cff00;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #4cff00;
    color: #FFF;
}
.btn-custom i {
    margin-right: 8px;
}

.atelier {
	background: #000;
	color: #FFF;
	padding: 75px 0;
}
.atelier-left {
	float: left;
	width: 50%;
    padding: 2%;
}
.atelier-right {
	float: right;
	width: 50%;
    padding: 2%;
	text-align: right;
}
.atelier-right-text {
	float: right;
	width: 50%;
    padding: 2%;
	text-align: left;
}
.content:after {
	content: "";
	display: block;
	clear: both;
}
td{
	font-size: 26px;
}

.atelier-img {
	width: 80%;
    height: 80%;
    transform: translate3d(-20%, -20%, 0px);
}

.container-vehicule {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}