@import url('404.css');
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');

@font-face {

    font-family: 'ExodusDemo';

    src: url('../fonts/ExodusDemo-Regular.woff2') format('woff2'),

        url('../fonts/ExodusDemo-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

	font-family: 'NexaLight';

	font-style: normal;

	font-weight: normal;

	src: local('NexaLight'), url('../fonts/Nexa-Light.woff') format('woff');

}



@font-face {

	font-family: 'NexaBold';

	font-style: normal;

	font-weight: normal;

	src: local('NexaBold'), url('../fonts/Nexa-Bold.woff') format('woff');

}



@font-face {

    font-family: 'NexaHeavy';

    src: url('../fonts/NexaHeavy.woff2') format('woff2'),

        url('../fonts/NexaHeavy.woff') format('woff');

    font-weight: 900;

    font-style: normal;

}



@font-face {

    font-family: 'ZonaBold';

    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),

        url('../fonts/ZonaPro-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

}



body{

	margin: 0;

}

a:hover{
	text-decoration: none;
}



/*---  Home  ---*/



/*  header Home */





.bg_home_switcher{

	-webkit-background-size: cover;

	background-size: cover;

	width: 100%;

	height: 70vh;

	/*background-attachment: fixed;*/

}

.bg_home_switcher_left{

	background: #292929;

	width: 50%;

	height: 70vh;

	text-align: center;

}

.menu{

	width: 100%;

	display: flex;

	justify-content: center;

	margin-bottom: 55px;

}

.icon_menu{

	width: 75px;

	height: 75px;

	padding: 10px;

	text-align: -webkit-center;

	outline: none;

	position: absolute;

	top: 80px;

	left: 45px;

}

.icons{

	position: relative;

	background: transparent;

	border: 0;

	width: 30px;

	text-align: left;

	outline: none;

	padding: 0;

}

.icons .icon_1{

	display: block;

	background: #fff;

	width: 30px;

	height: 3px;

	margin-bottom: 8px;

}

.icons .icon_2{

	display: block;

	background: #fff;

	width: 20px;

	height: 3px;

	margin-bottom: 8px;

}

.icons .icon_3{

	display: block;

	background: #fff;

	width: 25px;

	height: 3px;

}

.icon_text{

	font-family: 'NexaBold';

	font-size: 10px;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 4px;

	margin-top: 15px;

}

.logo{

	float: left;

	margin-top: 50px;

}

.text_home_switcher{

	width: 100%;

	text-align: -webkit-center;

	margin-bottom: 40px;

}

.text_home_switcher p{

	font-family: 'NexaHeavy';

	font-size: 30px;

	color: #fff;

	width: 460px;

	text-align: center;

	margin-bottom: 0;

}

.link_produits{

	-webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

}

.link_produits a{

	text-decoration: none;

	font-family: 'NexaBold';

	font-size: 10px;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 7px;

	padding: 15px 40px;

	background: #ddbc5d;
	transition: all 0.4s ease;

}

.link_produits a:hover,
.link_produits a:focus{
	color: #ddbc5d;
	text-decoration: none;
	background: transparent;
	border: 1px solid #ddbc5d;
}

@media (min-width: 1025px) and (max-width: 1360px){


}

@media (min-width: 768px) and (max-width: 1024px){

	.logo img{

		width: 150px;

	}

	.icon_menu{

		top: 67px;

		left: 10px;

	}

	.text_home_switcher p{

		font-size: 25px;

		width: 260px;

	}

	.link_produits a{
		padding: 15px 30px;
	}

	.menu{
		margin-bottom: 40px;
	}

}

@media (max-width: 767px){

	.header{

		position: relative;

		z-index: 999999;

	}
	.bg_home_switcher_left{

		background: transparent;

		width: 100%;

		height: 140px;

		position: fixed;

	}

	.menu{

		background: #292929;

		position: relative;

		z-index: 9;

		padding: 30px 0px;

		margin-bottom: 0px;

	}

	.logo{

		margin-top: 0px;

	}

	.logo img{

		width: 110px;

	}

	.icon_menu{

		width: 50px;

		height: 47px;

		top: 43px;

		left: 20px;

	}

	.icon_text{

		display: none;

	}
	.text_home_switcher{
		margin-bottom: 20px;
	}
	.text_home_switcher p{

		font-size: 30px;

		width: 300px;

		position: relative;

		z-index: 9;

	}

	.cover{

		width: 100%;

		height: 70vh;

		position: absolute;

		left: 0;

		top: 0;

		background: rgba(61, 61, 61, 0.35);

		z-index: 1;

		padding-top: 200px;

	}

	.link_produits{

		position: relative;

		z-index: 9;

	}

}

@media (max-width: 360px){

	.menu{
		margin-bottom: 100px;
	}
	.cover{
		padding-top: 170px;
	}
	.text_home_switcher{
		margin-bottom: 15px;
	}
	.link_produits a{
		padding: 18px 40px;
	}
	.block_showroom_contact {
	    top: 5% !important;
	}
	.img_notre_mission {
	    position: relative;
	    top: 0 !important;
	    z-index: 9;
	    margin-top: 40px;
	}

}



/*  Notre Mission  */



.bg_page_home{
	position: relative;
	background: #f2f2f2;
}

.content_home{

	position: relative;

	background: #f2f2f2;

	padding-bottom: 50px;

}

.notre_mission{

	margin-bottom: 60px;

}

.img_notre_mission{

	position: absolute;

    right: 0;

    top: -60px; 

}

.text_notre_mission{

	padding-left: 40px;

}

.text_notre_mission h3{

	font-family: 'NexaHeavy';

	font-size: 36px;

	color: #292929;

	margin-bottom: 35px;

	margin-top: 45px;

}

.text_notre_mission p{

	font-family: 'Oxygen';

	font-size: 15px;

	color: #767676;

	line-height: 35px;

}

@media (min-width: 768px) and (max-width: 991px){

	.notre_mission{

		height: auto;

	}

	.img_notre_mission{

		position: unset;

		margin-top: 45px;

	}

	.notre_mission .col-sm-6{

		padding-right: 0px;

	}

	.text_notre_mission h3{

		margin-bottom: 20px;

	}

	.text_notre_mission p{

		line-height: 28px;

	}

}

@media (max-width: 767px){

	.notre_mission{

		height: auto;

	}

	.img_notre_mission {

	    position: relative;

	    top: -40px;

	    z-index: 9;

	}

	.text_notre_mission{

		padding-left: 0px;

	}

	.text_notre_mission h3{

		margin-top: 20px;

		margin-bottom: 30px;

	}

}





/*  Produits Home  */





.text_center{

	text-align: -webkit-center;

}

.img_produits_home_abs{

	position: absolute;

	top: -85px;

	left: 0;

}

.block_produits_home_abs p{

	position: absolute;

	top: 0;

	left: 23px;

	font-family: 'ExodusDemo';

	font-size: 40px;

	color: #fff;

	width: 200px;

	text-transform: uppercase;

	text-align: center;

	line-height: 35px;

}

.block_produits{

	width: 100%;

	height: auto;

	background: #fff;

	text-align: center;

	box-shadow: #e9e9e9 0px 0px 20px 12px;

	margin-bottom: 35px;

	position: relative;

	z-index: 9;
	transition: all 0.7s ease;

}
.block_produits:hover{
    transform: scale(1.1);
}

.block_produits a{

	display: block;

}

.block_produits a img{

	display: block;

	width: 100%;

	margin: 0px auto;

}

 
.block_produits_info{
	padding: 25px 0px 25px 0px;

}

.block_produits h3, 
.block_produits h4{ 
	margin: 0px; 
	padding: 0px; 
}

.block_produits h3 a{

	font-family: 'NexaHeavy';

    font-size: 18px;

    color: #ddbc5d;

    margin-top: 0px;

    display: block;

    margin-bottom: 10px;

}

.block_produits h4 a{

	font-family: 'ZonaBold';

	font-size: 16px;

	color: #5c5c5c; 

}





@media (min-width: 992px) and (max-width: 1080px){

	.block_produits{

		width: 230px;

	}

	.block_produits img{

		width: 230px;

	}

}

@media (max-width: 767px){

	.block_produits_home_abs{

		position: relative;

		left: -19px;

	}

	.img_produits_home_abs{

		position: relative;

		top: 0;

		left: -15px;

		margin-bottom: 30px;

	}

	.block_produits_home_abs p{

		top: 15%;

	}

}





/*  Block Rovaria  */





.rovaria{

	background: #fff;

	position: relative;

	padding-bottom: 70px; 

}

.rovaria::after{

	content: "";

	position: absolute;

	top: -100px;

	left: 0;

	right: 0;

	width: 100%;

	height: 100px;

	background: url('../images/triangle.png') no-repeat center;

	background-size: cover;

}

.rovaria h1{

	font-family: 'NexaLight';

	font-size: 23px;

	color: #454545;

	margin-bottom: 25px;

}

.rovaria h1 span{

	font-family: 'NexaHeavy';

	font-size: 45px;

	color: #ddbc5d;

	padding-right: 15px;

}

@media (max-width: 767px){

	.rovaria .col-xs-12{

		text-align: -webkit-center;

	}

	.rovaria img{

		margin-bottom: 20px;

	}

}



/*  Footer  */





.footer{

	background: #f2f2f2;

	position: relative;

	padding: 90px 0px 20px;

}

.block_left_footer{

	text-align: center;

	margin-top: 20px;

}

.block_left_footer p{
	font-family: 'NexaLight';
	font-size: 20px;
	color: #717171;
	margin-bottom: 40px;

}

.social_footer{
	padding-left: 0px;
}

.social_footer li{
	list-style: none;
	display: inline;
	margin-right: 25px;

}

.social_footer li:last-child{

	margin-right: 0px;

}

.social_footer li a{

	text-decoration: none;

}

.category_footer{

	padding-left: 0px;

	margin-top: -20px;

}

.category_footer li{

	list-style: none;

	display: inline;

	margin-bottom: 50px;

	line-height: 4;

}

.category_footer li a{

	font-family: 'NexaBold';

	font-size: 16px;

	color: #717171;

	margin-right: 100px;

}

.copy_right{ 
	font-family: 'Oxygen'; 
	font-size: 14px; 
	color: #717171; 
	margin-top: 40px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px){

	.category_footer li a{

		margin-right: 50px;

	}

}

@media (min-width: 992px) and (max-width: 1199px){

	.category_footer li a{

		margin-right: 70px;

	}

}

@media (max-width: 767px){

	.block_left_footer{

		margin-bottom: 40px;

	}

	.category_footer li a{

		margin-right: 48px;

	}

}





/*  A propos  */



/*  Header Globale  */







.bg_switcher{ 

	background-position: center;

	background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    width: 100%;

    height: 70vh;

    background-attachment: fixed;

}

.cover_globale{

	background: rgba(48, 43, 39, 0.7);

	display: flex;

    justify-content: center;

    align-items: center;

	width: 100%;

	height: 70vh; 

}

.logo_globale{

	position: absolute;

	top: 40px;

	left: 160px;

	padding: 10px;

}

.text_page_switcher h3{

	font-family: 'NexaBold';

	font-size: 55px;

	color: #fff;

}

@media (min-width: 768px) and (max-width: 1024px){

	.logo_globale{

		top: 30px;

		left: 150px;

	}

}

@media (max-width: 767px){

	.menu_globale{

		background: #292929;

		width: 100%;

		padding: 20px 0px;

		position: fixed;

		top: 0;

		display: flex;

		justify-content: center;

	}

	.logo_globale{

		position: unset;

	}

	.logo_globale img{
		width: 110px;
	}

	.cover_globale{

		background: rgba(61, 61, 61, 0.35);

	}

	.text_page_switcher h3{

		font-size: 45px;

	}

}





/*  Content a propos  */



.content_apropos{

	background: #f2f2f2;

	position: relative;

	padding-bottom: 300px;

}
.content_apropos .container{
	position: relative;
}
.content_apropos .container::before{
	content: "";
	position: absolute;
	top: 170px;
	right: 15px;
	background: url('../images/tp1980.png') no-repeat;
	width: 217px;
	height: 216px;
}

.block_apropos_left{

	background: #f1da7d;

	width: 100%;

	padding: 100px;

	text-align: -webkit-center;

	display: flex;

	justify-content: center;

	position: absolute;

	top: -70px;

}

.apropos_ul{

	padding-left: 0px;

}

.apropos_ul li{

	list-style: none;

	display: block;

}

.apropos_ul li h3{

	font-family: 'NexaBold';

	font-size: 45px;

	color: #fff;

	margin-top: 50px;

}

.apropos_ul li p{

	font-family: 'NexaBold';

	font-size: 19px;

	color: #ad913c;

	text-transform: uppercase;

    letter-spacing: 3px;

}

.apropos_ul li:nth-of-type(3){

	border-bottom: 1px solid #ad913c;

	padding-bottom: 70px;

	margin-bottom: 70px;

}

.block_apropos_right{

	position: relative;

}

.block_apropos_right h3{

	font-family: 'NexaBold';

	font-size: 35px;

	color: #4c4c4c;

	position: relative;

	margin-bottom: 70px;

	margin-top: 120px;

}

.block_apropos_right h3::after{

	content: "";

	background: url('../images/left_apostrophe.png') no-repeat;

	width: 50px;

	height: 33px;

	position: absolute;

	top: -50px;

	left: 0;

}

.block_apropos_right h3::before{

	content: "";

	background: url('../images/right_apostrophe.png') no-repeat;

	width: 50px;

	height: 33px;

	position: absolute;

	bottom: 0;

	right: 0;

}

.block_apropos_right p{

	font-family: 'Oxygen';

	font-size: 20px;

	color: #858585;

	line-height: 40px;

	text-align: justify;

}

@media (max-width: 767px){

	.block_apropos_left{

		position: relative;

	}

	.block_apropos_right h3{

		font-size: 30px;

	}
	.content_apropos .container::before{
		top: 690px;
		right: 15px;
	}

}





/*  Nos Produits  */



.bg_produits_switcher{

	background: url(../images/switcher_produits.png) no-repeat center center;

    -webkit-background-size: cover;

    background-size: cover;

    width: 100%;

    height: 100vh;

    background-attachment: fixed;

}

.content_produits{

	position: relative;

	background: #f2f2f2;

	padding-bottom: 100px;

}

.categories{

	position: relative;

	margin: 90px 0px 40px 0px;

	width: 435px;

}

.categories label{

	font-family: 'NexaLight';

	font-size: 25px;

	color: #929292;

	padding-right: 25px;

}

.categories select{

	position: relative;

    border-width: 0;

    outline: none;

    -webkit-appearance: none;

    appearance: none;

    width: 300px;

    padding: 0;

    font-family: 'NexaBold';

    font-size: 22px;

    color: #5b5b5b;

    background: transparent;

    border-bottom: 2px solid #debf6a;

}

.categories::before{

	content: "";

    background: url(../images/filter.png) no-repeat center;

    width: 26px;

    height: 13px;

    position: absolute;

    top: 30%;

    right: 0;

    z-index: 9;

    pointer-events: none;

}

@media (max-width: 480px){

	.categories{

		width: 300px;

	}

	.categories::before{

		top: 65%;

	}

}

	



	









/*  Detail de Produit  */





.block_detail_left{
	position: relative;
	top: -70px;
	left: 0;
}

.block_detail_right{
	position: relative;
	top: -50px;
}
.block_detail_right h5 a{
	font-family: 'NexaLight';
	font-size: 25px;
	color: #fff;
	margin-top: 35px;

}

.block_detail_right h3{

	font-family: 'NexaBold';

	font-size: 36px;

	color: #5b5b5b;

	margin-bottom: 45px;

	margin-top: 30px;

}

.block_detail_right p{

	font-family: 'Oxygen';

	font-size: 18px;

	color: #848484;

	line-height: 35px;

	text-align: justify;

}

.produits_similaires{

	position: relative;

	font-family: 'NexaBold';

	font-size: 34px;

	color: #bba159;

	margin-bottom: 30px;

}

.produits_similaires::before{

	content: "";

	position: absolute;

	top: 50%;

	right: 0;

	width: 72%;

	border-top: 1px solid #bba159;

	z-index: 0;

}

@media (min-width: 992px) and (max-width: 1199px){

	.produits_similaires::before{

		width: 65%;

	}

}

@media (min-width: 768px) and (max-width: 991px){

	.produits_similaires::before{

		width: 55%;

	}

}

@media (max-width: 767px){

	.block_detail_left{

		position: relative;

	}

	.produits_similaires{

		font-size: 30px;

	}

	.produits_similaires::before{

		display: none;

	}

	.block_detail_right h5 a{
		color: #929292;
	}

	.block_detail_right h3{
		font-size: 30px;
	}

}





/*  Contact  */





.bg_contact_switcher{

	background: url(../images/switcher_contact.png) no-repeat center center;

    -webkit-background-size: cover;

    background-size: cover;

    width: 100%;

    height: 100vh;

    background-attachment: fixed;

}

.bg_contact{

	position: relative;

	background: #f2f2f2;

	padding-bottom: 50px;

}

/*.bg_contact::before{

	content: "";

    position: absolute;

    bottom: -100px;

    left: 0;

    right: 0;

    width: 100%;

    height: 100px;

    background: url(../images/triangle_bottom.png) no-repeat center;

    background-size: cover;

    z-index: 1;

}*/

.content_contact .col-md-8,

.content_contact .col-md-4{

	padding-left: 0px;

	padding-right: 0px;

}

.content_contact{

	background: #424f64;

	position: relative;

	top: -60px;

	box-shadow: #3d3d3d 0px 0px 7px 2px;

}

.contenuformcontact{

	background: #fff;

	padding: 70px 50px 20px 50px;

} 

.contenuformcontact_mecri{

	background: #fff;

	min-height: 610px;

	padding: 120px 50px 20px 50px;

}

.contenuformcontact_mecri{



}

.contenuformcontact .input-label{

	font-family: 'Oxygen';

	font-size: 20px;

	color: #6b6b6b;

	font-weight: bold;

	margin-bottom: 20px;

	padding-left: 15px;

}



.contenuformcontact .form-control{

	font-family: 'Oxygen';

	border: 1px solid #a4b1c7;

	width: 100%;

	height: 50px;

	border-radius: 30px;

	padding-left: 15px;

	margin-bottom: 50px;

	outline: none;

}

.contenuformcontact textarea.form-control{  

	height: 200px;  

	resize:none;

}

.submit_button{

	border-width: 0;

	background: #d3b665;

	padding: 37px 20px;

	border-radius: 50%;

	position: absolute;

	left: 40%;

	bottom: -54px;

	overflow: hidden;

}

.contact_right{

	background: #424f64;

	width: 100%;

	padding: 77px 20px;

}

.logo_contact{

	margin-bottom: 50px;

	text-align: -webkit-center;

}

.text_contact{

	position: relative;

	font-family: 'NexaBold';

	font-size: 18px;

	color: #fff;

	margin-bottom: 40px;

	padding-left: 50px;

}

.icon_adresse::before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	background: url('../images/localisation.png') no-repeat;

	width: 26px;

	height: 38px;

}

.icon_tel::before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	background: url('../images/phone.png') no-repeat;

	width: 38px;

	height: 38px;

}

.icon_fax::before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	background: url('../images/fax.png') no-repeat;

	width: 34px;

	height: 38px;

}

.icon_mail::before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	background: url('../images/envelope.png') no-repeat;

	width: 38px;

	height: 26px;

}

.map{

	width: 100%;

	overflow: hidden;

	position: relative;

	background: #fff;

}

.map iframe{

	height: 520px;

	width: 100%;

	z-index: 2;

    border: 0;

    margin-top: -46px;

}

  

@media (max-width: 767px){

 	.contenuformcontact{

 		padding: 20px;

 	}

	.submit_button { 

	    position: inherit;  

	    margin: auto;

	    display: block;

	}

	.contenuformcontact .form-control{

		margin-bottom: 10px;

	}

	.contenuformcontact .col-md-6{

		margin-bottom: 5px;

	}

} 





/*  Menu Globale  */





.menu_rovaria{

	width: 50%;

	height: 100vh;

	background: #2d3034;

	justify-content: center;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 9999;

	display: none;

}

.menu_rovaria_ul{

	display: block;

	padding-left: 0px;

}

.menu_rovaria_ul >li{

	list-style: none;

	margin-top: 50px;

	text-align: -webkit-center;

}

.menu_rovaria_ul >li> a{

	font-family: 'NexaBold';

	font-size: 40px;

	color: #fff;

}

.menu_rovaria_ul >li >a:hover,

.menu_rovaria_ul >li >a:focus{

	text-decoration: none;

	color: #eace6b;

}
.menu_rovaria_ul li ul{
	display: none;
}
.menu_rovaria_ul li:hover ul{
	display: block;
}
.menu_rovaria_ul li ul li{
	display: inline-block;
    margin: 10px;
}
.menu_rovaria_ul li ul li a{
	text-align: left;
    font-size: 17px;
    color: #fff;
    padding: 4px 0px;
    display: block;
}

.close_menu{

	position: absolute;

	top: 30px;

	right: 40px;

	width: 32px;

	height: 31px;

	background: url('../images/close.png') no-repeat;

	cursor: pointer;

}

 
.grid_produits{
	/*
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
	grid-auto-rows: 20px;
	*/
}
.grid_produits .produit_item{ 
}
/*
.photo {
   grid-row-end: span 2;
}
.project {
   grid-row-end: span 3;
}
.blog {
   grid-row-end: span 1;
} 
*/
#list_galeries_medias{

}
#list_galeries_medias .owl-controls .owl-next, 
#list_galeries_medias .owl-controls .owl-prev {
    position: absolute;
    top: 0px;
    z-index: 999999;
    opacity: 1;
    border-radius: 0px;
    margin: 0px;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    font-size: 0px;
}
#list_galeries_medias .owl-controls .owl-next {
    right: -30px;
    background: url(../images/flechereferencesright.png) no-repeat center center;
}
#list_galeries_medias .owl-controls .owl-prev {
    left: -30px;
    background: url(../images/flechereferences.png) no-repeat center center;
}
.item_media{
	
}
.item_media img{
	display: block;
	margin: 0px auto;
}
@media (min-width: 768px) and (max-width: 992px){
	#list_galeries_medias .owl-controls .owl-next {
	    right: -22px;
	}
	#list_galeries_medias .owl-controls .owl-prev {
	    left: -22px;	
	}
}
@media (max-width: 767px){
	.logo_menu{

		width: 110px;

	}

	.close_menu{

		top: 40px;

		right: 40px;

	}

	.menu_rovaria{
		width: 100%;
	}

	.menu_rovaria_ul li a{

		font-size: 35px;

	}

	.grid_produits{
	  display: block; 
	}
	#list_galeries_medias .owl-controls .owl-next {
	    right: 0px;
	}
	#list_galeries_medias .owl-controls .owl-prev {
	    left: 0px;	
	}
}

@media (max-width: 360px){

	.menu_rovaria_ul li a{

		font-size: 30px;

	}

	.menu_rovaria_ul li{

		margin-top: 40px;

	}
	.menu_rovaria_ul img{
		width: 150px;
	}

}


.inv {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    margin:0;
}


/*  Block fixed  */

.block_showroom_contact{
	position: fixed;
	top: 15%;
	right: 0;
	width: 100px;
	padding: 20px 7px;
	background: #ddbc5d;
	z-index: 9999;
	text-align: -webkit-center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.block_item{
	font-family: 'NexaHeavy';
	font-size: 14px;
	color: #fff;
	padding-left: 0px;
	margin-bottom: 0px;
}
.block_item li{
	list-style: none;
}
.block_item li:first-child{
	padding-bottom: 5px;
}
.showroom_item{
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.contact_item{
	padding-top: 20px;
}

@media (max-width: 480px){
	.block_showroom_contact{
		top: 8%;
	}
}