*{
	box-sizing:border-box;
}

html{
	display:block;
	height: 100%;
}
body{
	width:100%;
	background-color:#fff;
	margin:0;
	padding:0;
	position: relative;
}

footer
{
	display: inline-block;
	width: 100%;
	padding: 30px 0 50px 0;
	background-color: #1c1a1b;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#required-checkbox{
	color: red;
	display: none;
}
.popup{
	width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    background-color: rgba( 0 , 0 , 0 , 0.5);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}
.popup.show{
	visibility: visible;
	opacity: 1;
}
.popup .container-popup{
	position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-top: -100px;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 18%);
}
.popup .container-popup a{
	    padding: 10px;
    margin-top: 15px;
}
.row-input{
	justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
}
.row-input > *{
	flex: 50%;
	max-width: 500px;
	width: 50%;
}
.row-input input{
	width: 100%;
	max-width: 325px;
    border: 2px solid #b4b4b4;
    padding: 13.5px 20px;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 17.97px;
    line-height: 1;
    font-family: 'hyundai_sans_headregular';
    color: #000;
    position: relative;
    z-index: 99;
}
.row-input #city-select{
	display: none;
}
.row-input select:focus{
	outline: none;
}
.row-input select,
.select-vehicle select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: 12px;
	width: 100%;
	max-width: 325px;
    border: 2px solid #b4b4b4;
    padding: 13.5px 35px 13.5px 20px;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 17.97px;
    line-height: 1;
    font-family: 'hyundai_sans_headregular';
    color: #000;
    position: relative;
    z-index: 99;
}
.row-input label{
	font-size: 8px;
    font-family: 'hyundai_sans_headregular';
    font-weight: initial;
    color: #a2a2a2;
    padding: 3px 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 999;
    position: absolute;
    top: -18px;
    background-color: #fff;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    left: 5px;
}
.form_table .require {
	position: relative;
	margin: 10px 0;
}
textarea:focus,
input:focus{
	outline: none;
}
#radio_civi{
	margin-bottom: 20px;
}
#radio_civi label{
	margin-right: 20px;
	font-size: 17.97px;
}
#radio_civi label:last-child{
	margin-right: 0;
}
#radio_civi input{
	margin-right: 7px;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(1.4);
	padding: 10px;
}
.form_table .require textarea{
	max-width: calc( 100%/2 + 325px );
	width: 100%;
    border: 2px solid #b4b4b4;
    padding: 15px 20px;
    margin-top: -10px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 17.97px;
    font-family: 'hyundai_sans_headregular';
    color: #000;
    position: relative;
    z-index: 99;
    height: 100px;
	
}

.form_table .require textarea.required{
	    border: 2px solid #ea0000;
}

.form_table .require label{
	font-size: 9px;
    font-family: 'hyundai_sans_headregular';
    font-weight: initial;
    color: #a2a2a2;
    padding: 3px 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 999;
    position: absolute;
    top: -19px;
    background-color: #fff;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    left: 5px;
}






.iagree .checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    display: flex;
}
.iagree .checkbox input{
	position: absolute;
	left: 0;
	/*-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(1.8);*/
	padding: 10px;
	top: 5px;
}
.iagree .checkbox label{
	font-size: 11.98px;
    font-family: 'hyundai_sans_headregular';
    color: #000;
}
.iagree .box-button{
	display: block;
	margin-left: auto;
	max-width: 256px;
	font-size: 12.27px;
	cursor: pointer;
}

.row-input input.required, .row-input select.required, .row-input input.required{
	border-color: #ea0000;	
}



body .ui-state-default, 
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default, 
body .ui-button, html 
body .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active{
	border: none;
    text-align: center;
    color: #666;
    font-weight: 600;
    font-size: 12px;
    padding: 7px;
}
body .ui-datepicker .ui-datepicker-prev span, 
body .ui-datepicker .ui-datepicker-next span{
	background-image: none;
}
body .ui-datepicker .ui-datepicker-next:before{
	content: ">";
	font-weight: 600;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center;
}
body .ui-datepicker .ui-datepicker-prev:after{
	content: "<";
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 3px;
}
body .ui-datepicker .ui-datepicker-prev:hover, 
body .ui-datepicker .ui-datepicker-next:hover{
	background-color: transparent;
	border: none;
}
body td a.ui-state-active{
	color: #fff !important;
    border-radius: 50%;
    background-color: #2e72ee !important;
}
body .ui-widget.ui-widget-content{
	border: none;
}
body .ui-datepicker th{
	text-align: center;
    font-weight: bold;
    color: #707070;
    font-size: 9px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header{
	border-radius: 0;
    border: none;
    background-color: #f6f6f6;
}
.ui-datepicker table{
	background-color: #f6f6f6;
}
.page4-section{
	padding: 0;
}
.page4-section .section-title{
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.page4-section .section-content{
	padding: 55px 0;
	color: #000;
}
.page4-section .section-content .col-des h2{
	font-size: 36px;
	color: #000;
}
.page4-section .title{
	font-size: 25px;
	color: #000;
	margin-bottom: 30px;
}
.page4-section #currentDate{
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.page4-section .time ul{
	list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
}
.page4-section .time ul li{
	width: 50%;
	font-size: 15px;
	font-weight: 600;
    flex: 50%;
    padding: 10px 0;
}
.page4-section .time ul li a{
	padding: 10px;
	font-weight: 700;
}
.page4-section .time ul li.on a{
	background-color: #2e72ee;
	color: #fff;
}
.page4-section .section-content .col-des .sub-title{
	font-size: 21px;
	font-weight: 600;
}
.page4-section .section-content .col-des p{
	font-size: 18px;
}
.page4-section .section-content .col-des p span{
	font-size: 25px;
	font-weight: 600;
}
.page4-section .section-content .col-des .changer{
	margin: 20px 0;
	display: block;
	font-size: 15px;
	color: #0d2c5c;
	text-decoration: underline;
}
.box-button{
	display: inline-block;
    font-family: 'hyundai_sans_headmedium';
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 13px 24px;
    text-decoration: none;
    color: #FFF;
    background-color: #012c5f;
    border: 2px solid #012c5f;
    width: 100%;
    text-align: center;
    max-width: 150px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.box-button:hover{
	    background-color: transparent;
    color: #012c5f;
}
.cars-section .cars-mobile{
	display: none;
}
.cars-section .col-cut{
	text-align: center;
	margin: 30px 0;
}
.cars-section .col-cut p{
	font-weight: 600;
}
.cars-section .col-cut a{
	color: #000;
}
.contact-cta-section.page2{
	display: none;
}
.page5-section .banner-title{
	font-family: "hyundai_sans_headlight";
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 19px;
    text-align: center;
    display: none;
}
.page4-section .col-des .box-button{
	font-size: 16.08px;
}
.page4-section .banner-title{
	font-family: "hyundai_sans_headlight";
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 19px;
    text-align: center;
    display: none;
}
.cars-section .banner-title{
	font-family: "hyundai_sans_headlight";
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 19px;
    text-align: center;
    display: none;
}
.page5-section .section-background img{
	display: none;
}
.page5-section .section-background{
	margin-top: 30px;
	padding: 40px 0;
	background: url('/css/specific/monachatconnecte/images/banner-page-5.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page5-section .section-background .col-des{
	padding-right: 30px;
}
.page5-section .section-background .col-des h2{
	color: #fff;
	font-size: 31px;
}
.page5-section .section-background .col-des p{
	font-size: 15px;
	color: #fff;
	margin: 25px 0;
}
.page5-section .box-button{
	display: inline-block;
    font-family: 'hyundai_sans_headmedium';
    font-size: 16px;
    line-height: 1.4285714286;
    padding: 13px 24px;
    text-decoration: none;
    color: #FFF;
    background-color: #012c5f;
    border: 2px solid #012c5f;
    width: 100%;
    text-align: center;
    max-width: 150px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.page5-section .box-button:hover{
	background-color: transparent;
	background-color: #ffffff;
    color: #012c5f;
}
.page5-section{
	padding: 122px 0;
}
.page5-section .section-title{
	font-size: 25px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.page5-section .section-content{
	margin-top: 50px;
	background-color: #f6f3f2;
	padding: 55px 0;
	color: #000;
}
.page5-section .section-content .col-des h2{
	font-size: 35.82px;
	color: #000;
}
.page5-section .section-content .col-des .sub-title{
	font-size: 21.8px;
	font-weight: 600;
}
.page5-section .section-content .col-des p{
	font-size: 15px;
}
.cars-section{
	padding: 122px 0 60px;
}
.cars-section .section-title{
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
}
.cars-section img{
	/*width: 100%;*/
}
.main-header{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header .menu{
	width: 100%;
	padding-left: 100px;
}
.main-header .logo{
	min-width: 180px;
}
.main-header .bars{
	display: none;
	cursor: pointer;
}
.main-header .menu ul{
	padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}
.main-header .menu ul li{
	font-weight: 700;
	padding: 0 10px;
}
.main-header .menu ul li a{
	color: #727272;
}
.second-header{
	background-color: #f6f6f4;
	padding: 19px 0;
}
.second-header .menu ul{
	padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
}
.second-header .menu ul li{
	font-weight: 700;
	padding: 0 20px;
}
.second-header .menu ul li:first-child{
	padding-left: 0;
}
.second-header .menu ul li:after{
	content: "\f105";
	padding-left: 40px;
	font-family: 'FontAwesome';
}
.second-header .menu ul li:last-child:after{
	display: none;
}
.second-header .menu ul li a{
	color: #727272;
}
.second-header .menu ul li:last-child a{
	color: #012c5f;
}
.qa{
	padding-bottom: 64px;
}
.qa p.p-q {
	padding: 10px 0;
	font-weight: 600;
	position: relative;
	padding-right: 20px;
}
.qa p.p-q:after{
	transition: 300ms ease all;
	color: #012c5f;
	content: "\f0dd";
	font-family: "FontAwesome";
	right: 0;
	font-size: 25px;
    top: 3px;
    line-height: 25px;
    position: absolute;
    cursor: pointer;
}
.qa p.p-q:before{
	content: "";
	position: absolute;
	right: 30px;
	top: 20px;
	width: calc( 100% - 50px );
	height: 1px;
	background-color: #dadada;
}
.qa p.p-q span{
	background-color: #fff;
	position: relative;
    padding-right: 15px;
}
.qa .p-a{
	font-size: 15px;
	transform: translateY(-15%);
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: .4s cubic-bezier(0,.9,.44,1.15);
}

.box-desc .show p.p-q:after{
	transform: rotate(180deg);
	top: 13px;
}
.box-desc .show .p-a{
	transform: translateY(0%);
    opacity: 1;
    animation: isOpen .4s cubic-bezier(0,.9,.44,1.15) 1 forwards normal;
    height: auto;
}
footer #footer_content #logo_footer
{
	float: left;
	margin-right: 15px;
}

footer #footer_content a
{
	color: #888888;
	font-size: 11px;
	font-family: 'hyundai_sans_headlight', Helvetica, Arial, sans-serif;
	text-decoration: none;
}

footer #footer_content section.sitemap
{
	float: left;
	margin-top: 12px;
	color: #888888;
}

footer #footer_content section.share
{
	float: right;
	margin-top: 12px;
}

footer #footer_content section.share ul
{
	margin: 0;
}

footer #footer_content section.share ul li
{
	float: left;
	margin-left: 17px;
	list-style: none;
}

footer #footer_content section.share a.facebook,
footer #footer_content section.share a.twitter,
footer #footer_content section.share a.youtube,
footer #footer_content section.share a.instagram,
footer #footer_content section.share a.linkedin
{
	display: block;
	overflow: hidden;
	width: 28px;
	height: 22px;
	text-indent: -5000px;
	background: url(/images/header/logo_sns_share_pc.png) 0 0 no-repeat !important;
}

footer #footer_content section.share a.twitter
{
	background: url(/images/header/logo_sns_share_pc.png) -50px 0 no-repeat !important;
}

footer #footer_content section.share a.instagram
{
	background: url(/images/header/logo_sns_share_pc.png) -90px 0 no-repeat !important;
}

footer #footer_content section.share a.youtube
{
	background: url(/images/header/logo_sns_share_pc.png) -130px 0 no-repeat !important;
}

footer #footer_content section.share a.linkedin
{
	background: url(/images/header/logo_sns_share_pc.png) -180px 0 no-repeat !important;
}

footer #footer_content #second_footer
{
	clear: both;
	margin-top: 20px;
	display: inline-block;
	border-top: 1px solid #999999;
	width: 100%;
	padding-top: 20px;
	font-family: 'hyundai_sans_headregular', Arial, sans-serif;
}



footer div.search form {
	padding: 0 0 16px 0;
}
footer label {
	display: block;
	padding: 0 0 6px 0;
}
footer input {
	width: 108px;
	background: #ffffff !important;
}

footer div.search {
	float: right;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	text-transform: uppercase;
}
footer div.search form {
	padding: 0 0 16px 0;
}
footer label {
	display: block;
	padding: 0 0 6px 0;
}
footer input {
	width: 108px;
	background: #ffffff !important;
}




footer #footer_content #second_footer
{
	clear: both;
	margin-top: 20px;
	display: inline-block;
	border-top: 1px solid #999999;
	width: 100%;
	padding-top: 20px;
	font-family: 'hyundai_sans_headregular', Arial, sans-serif;
}

footer #footer_content #second_footer p
{
	color: #5f5f5f;
	font-size: 12px;
	line-height: 1;
	float: left;
}



footer #footer_content #second_footer .search form label
{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	color: #999999;
	font-family: 'hyundai_sans_headregular', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: initial;
}

footer #footer_content #second_footer .search form input
{
	width: 145px;
	font-family: 'hyundai_sans_headregular', Arial, sans-serif;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	height: 26px
}


footer button span {

	
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: -5000px;

}
footer button {
	width: 36px;
	height: 26px;
	border: #c3c4c6 solid 1px;
	cursor: pointer;
	background: #d5dfea url("/images/header/magnify.gif") 50% -1px no-repeat !important;
	text-indent: -5000px;
}

@media only screen and (min-width: 1080px) {
	footer #footer_content
	{
		width: 1080px;
		margin: auto;
		padding-top: 0;
	}
	footer .logo-copyright{
		display: none;
	}
}

@media only screen and (max-width: 1080px) {
	footer #footer_content
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#second_footer, .sitemap, .search{
		display: none;
	}
	
	footer #footer_content #second_footer{
		border-top: 0px;
	}
	
	footer .logo-copyright{
		color: #5f5f5f;
		font-size: 12px;
		line-height: 1;
		float: right;
		margin-left: 11px;
		line-height: 21px;
	}
	
	footer .footer-copyright{
		display: none;
	}

	footer li {
		margin-top: 20px;
	}

}












*{
	box-sizing:border-box;
}

html{
	display:block;
	height: 100%;
}
body{
	width:100%;
	background-color:#fff;
	margin:0;
	padding:0;
	position: relative;
}

/* .container{
	max-width:1018px;
	width:100%;
	display: table;
	margin: 0 auto;
	position: relative;
	
} */

.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 940px;
    }
}

header{
	width:100%;
	position:relative;
	display:table;
	padding:25px 0 60px;
	border-bottom:2px solid #002c5f;
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 18%);
}

header .logo{
	position: relative;
	text-align: left;
}


.wrap{
	padding-left:21px;
	width:100%;
	position: relative;
	display:table;
	
}

footer{
	margin:0;
	width:100%;
	border-top:2px solid #e4dcd3;
	padding:22px 0 30px;
}


h1{  
	 margin:0;
	 font-family: 'hyundai_sans_headmedium';
	 font-size: 22px;
	 color:#002c5f;
	 font-weight: normal;
	 line-height: 55px;
}

h2{  
	 margin:0;
	 font-family: 'hyundai_sans_headmedium';
	 font-size: 22px;
	 color:#002c5f;
	 font-weight: normal;
}
h3 {
	margin: 0;
	font-family: 'hyundai_sans_headmedium';
	font-size: 18px;
	color: #002c5f;
	font-weight: normal;
}
P{
	margin:0;
	font-family: 'hyundai_sans_headregular';
}
strong{
	font-family: 'hyundai_sans_headmedium';
	font-weight: normal;
}

.container-title{
	padding: 0 28px 0 21px;
	top:-32px;
	background-color:#fff;
	position:relative;
	display:table;
	float:left;
}


.container-title  .title h1, img{
	display: inline-block;
	vertical-align: bottom;
}
.container-title  .title img{
	padding-right: 16px;
}
.container-title .paragraph p,
	.container-find p{
	font-size: 18px;
	color: #1c446d;
	margin-top:44px;
	line-height: 30px;
}

.column-right{
	position: relative;
	display:table;
	float:right;
}

.column-left{
	position: relative;
	display:table;
	float:left;
}
.clearfix{
	clear: both;
}
.box-grey{
	padding:47px 74px 35px 41px;
	max-width: 424px;
	min-height: 180px;
	width:100%;
	position: relative;
	display:table;
	background-color:#f6f3f2;
	
}

.box-grey label{
	font-family: 'hyundai_sans_headregular';
	font-size:16px;
}
.paragraph-alert{
	position: relative;
	display: table;
	padding:27px 35px 35px 25px;
	max-width: 424px;
	font-family: 'hyundai_sans_headregular';
	font-size: 18px;
}

.paragraph-alert p{
	color:#8c8c8c;

	line-height: 22px;
}

.container-map{
	margin-right: 0px;
	max-width: 475px;
	width:100%;
	position: relative;
	display:table;
}
.container-dealer{
	max-width: 475px !important;
	padding: 27px 35px 35px 25px;
	/*height: 650px;*/
	max-height: 450px;
	/*overflow-y: auto;*/
}
h4.title {
    font-family: 'hyundai_sans_headmedium';
    font-size: 17px;
    color: #012c5f;
    margin: 5px 0 10px 0;
}
h4.title img{
	margin-bottom: 3px;
	margin-right: 3px;
}
a:hover {
    text-decoration: none;
}
.chat-btn, .chat-btn:hover {
    background-color: #002c5f;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "hyundai_sans_headregular",Arial,AppleGothic,Helvetica,sans-serif;
    text-align: center;
    padding: 13px 0;
    display: inline-block;
    width: 170px;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-top: auto;
    text-decoration: none;
    margin-top: 15px;
}

.msg-btn, .msg-btn:hover {
    background-color: #FFFFFF;
    color: #0c315f;
    font-size: 14px;
    font-family: "hyundai_sans_headregular",Arial,AppleGothic,Helvetica,sans-serif;
    text-align: center;
    padding: 13px 0;
    display: inline-block;
    width: 170px;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-top: auto;
    text-decoration: none;
    margin-top: 15px;
	border: solid 1px #a8a8a8;
}

.concession-data{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 348px;
}
.concession-data:last-child {
	border-bottom-width: 0px;
}

.adresse{
	margin-left: 22px;
}
 .container-find {
	max-width: 475px;
	width:100%;
 	padding: 0 150px 0 21px;
 	margin-top: -40px;

}
 .container-find input[type=radio]{
	padding:0;
	 margin:0;
}
.container-find  label{
	font-family: 'hyundai_sans_headregular';
	font-size: 16px;
	color:#959595;
}
.container-find  .loc{
	margin-right: 36px;
}


 .container-find input[type=text] {
  width: 100%;
  padding: 17px 20px;
  margin: 25px 0px 0px;
  border: 2px solid #002c5f;
  color:#787878;
  font-family: 'hyundai_sans_headregular';
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0px;
  background-color: #fff;
  outline:none;
  /*background-image:url("../img/search.png");*/
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
}

.map-canvas{
	margin-top:45px;
	position: relative;
	/*width:100%;*/
	height: 440px;
	margin-left: 21px;
	margin-right: 27px;
}

	.column-left, .column-right{
		width: 50%;
	}
	
	.overflow-auto {
	    overflow: auto !important;
		max-height: 640px;
		scrollbar-color: #0c315f #d1d9e1;
  		scrollbar-width: thin;
	}
@media screen and  (min-width:1000px){
	.container-dealer{
		top: -145px;
		padding-top: 0px;
	}
}

@media screen and  (max-width:1000px){
	
	.overflow-auto {
	    overflow: auto !important;
		max-height: unset;
		scrollbar-color: #0c315f #d1d9e1;
  		scrollbar-width: thin;
	}
	
	
	.concession-data{
		width: 100%;
	}
	.wrap{
		padding-right: 0px;
		padding-left: 0px;
	}
	.map-canvas{
		margin-left: 0px;
	}
	.column-left, .column-right{
		 margin: 0 auto;
		float:none;
	}
	.container-title{
		padding: 0 11px;
		margin: 0 auto 18px;
	}
	.container-title .title img {
    padding-right: 11px;
	}
	.container-title .title h1{
		font-size:33px;
	}
	.container-title .paragraph p
	{
		line-height: 34px;
		font-size: 20px;
		text-align: center;
	}
	.container-find{
		margin: 0 auto;
		padding: 0px;
	}
	.map-canvas{
		margin-right: 0px;
	}
	.container-map{
		/*display:none;*/
	}
	.box-grey label{
		font-size: 15px;
	}
	.paragraph-alert {
    	margin: 27px auto 0px;
		padding:0;
	}
	.paragraph-alert p{
		font-size: 16px;
		text-align: center;
	}

	/*.dealer-list{
		height: 300px;
		overflow-y:auto;
	}*/

	.dealer-list ul .dealer-content .content-text p{
		padding-bottom: 26px;
		font-size: 18px;
	}
	.dealer-list ul .dealer-content .content-text a{
		display:none;
	}
	.dealer-list ul .dealer-content .btn{
		bottom: 0;
	}
	.dealer-list ul .dealer-content .btn input[type="submit"]{
		float: none;
		max-width: 242px;
	}
	.dealer-list ul .dealer-content{
		    padding: 0px 0 33px 0;
	}
	[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    width: 20px;
    height: 19px;
	}
	[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    width: 20px;
    height: 19px;
	}	
	.container-find{
    	max-width: 378px;

	}
	[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    padding-left: 30px;
	}
	[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    top: 0px;
	}
	[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    top: 0px;
	}
	
	.column-right{
		max-width: 483px;
	}
	
	.column-left{
		max-width: 483px;
	}
	
	.column-left, .column-right, .container-find, .container-map, .box-grey{
		width: 100%;
	}
	.box-grey{
	max-width: 100%;
	}
	
	.container-title .title{
		text-align: center;
	}
}
@media screen and (max-width:600px){
	.page4-section .section-content{
		padding-top: 30px;
	}
	.page4-section .section-content .col-des .sub-title{
		display: none;
	}
	.box-grey {
    padding: 26px 31px 26px 31px;
	}
	.contentfooter li{
		font-size: 16px;
	}
	.contentfooter li:not(:first-child) {
    padding: 0 11px;
	}
	.contentfooter{
		text-align: center;
		padding:0;
	}
	.container-title .title{
		text-align: center;
	}
	/*header .logo{
	display:none;
	}*/
	
	/*header .logo.mobile{
	display:block;
	}*/
	[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    font-size: 18px;
	padding-left: 23px;
	}


	.column-right{
		max-width: 100%;
	}
	
	.column-left{
		max-width: 100%;
	}
	

}


ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: 'hyundai_sans_headregular';
	font-size: 18px;
color: #1c446d;

line-height: 30px;
	margin-left: 10px;
	
}

li.checked{
	list-style-image: url('/css/specific/conseillerhyundai/images/checked-15.png');
	background-size: 15px 15px;
	margin-bottom: 15px;
}
li.unchecked {
	list-style-image: url('/css/specific/conseillerhyundai/images/unchecked-15.png');
	background-size: 15px 15px;
	margin-bottom: 15px;
}

.container-map, .container-dealer{
	display: none;
}









 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 0px;
  border: 0px;
  width: 95%;
  height: 90%;
}

/* The Close Button */
::-ms-clear {
    display: none;
}

.button_submit_middle {
    float: none;
    display: inline-block;
    background: none;
        background-color: rgba(0, 0, 0, 0);
    background-color: #002C5F;
    height: auto;
    margin-top: 14px;

}

.bsm {
    font-size: 13px;
    font-family: 'hyundai_sans_headregular';
    width: 175px;
    height: 40px;
}
.bsm, .bsm:hover {
    float: left;
    display: inline;
  
    border: none;
    background: none;
    padding: 0px;
    color: #fff;
    cursor: pointer;

    font-weight: normal;
    text-align: center;
	text-decoration:none;
	line-height: 37px;
}

/*--------------------------------------------------------------
# UPDATED ON 09 OCT 2020
--------------------------------------------------------------*/

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

.video-wrapper {
    position: relative;
}

.video-wrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header {
    padding: 19px 0;
    border-bottom: none;
}

footer #footer_content #second_footer .search form input {
    outline: none;
}

@media( max-width: 767px ) {
    footer {
        padding: 24px 0;
    }
    
    footer #footer_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer #footer_content section.share,
    footer #footer_content #second_footer {
        display: none;
    }

    footer #footer_content #logo_footer {
        margin-left: 0;
    }
}

@media( min-width: 1200px ) {
    .header-container {
        max-width: 1000px;
    }
}

/*
# Hero section
--------------------------------------------------------------*/
.hero-banner {
    position: relative;
}

.hero-banner .banner-body-container,
.hero-banner .banner-title,
.hero-banner .banner-desc {
    position: relative;
    z-index: 1;
}

.hero-banner .banner-title {
    font-family: "hyundai_sans_headlight";
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 19px;
}

.hero-banner .banner-desc {
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
    max-width: 420px;
}

.hero-banner .banner-desc >:last-child {
    margin-bottom: 0;
}

.hero-banner .banner-image-background,
.hero-banner .banner-body-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media( max-width: 767px ) {
    .hero-banner .banner-image-background.desktop {
        display: none;
    }

    .hero-banner .banner-image-background {
        max-height: 460px;
        overflow: hidden;
    }

    .hero-banner .banner-image-background:before {
        content: '';
        display: block;
        padding-top: 95%;
    }

    .hero-banner .banner-body-container {
        max-width: 100%;
        width: 100%;
    }

    .hero-banner .banner-body {
        max-width: 500px;
        margin: 0 auto;
        padding: 48px 0;
        text-align: center;
    }

    .hero-banner .banner-body-background {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
    }

    .hero-banner .banner-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .hero-banner .banner-desc {
        max-width: none;
    }
}

@media( min-width: 768px ) {
    .banner-body-container {
        display: table;
        width: 100%;
        height: 455px;
    }

    .hero-banner .banner-body {
        display: table-cell;
        vertical-align: middle;
        padding-left: 44%;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .hero-banner .banner-body-background {
        display: none;
    }

    .hero-banner .banner-image-background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .hero-banner .banner-image-background.mobile {
        display: none;
    }
}

/*
# Features section
--------------------------------------------------------------*/

.features-section {
    padding-top: 72px;
    padding-bottom: 32px;
}

.features-section .section-header {
    text-align: center;
    margin: 0 0 48px;
}

.features-section .section-header >:last-child {
    margin-bottom: 0;
}

.features-section .section-title {
    font-size: 52px;
    line-height: 1.1346;
    color: #000;
    margin: 0 0 24px;
}

.features-section .section-desc {
    font-size: 22px;
    line-height: 1.1818;
    color: #000;
    max-width: 540px;
    margin: 0 auto;
}

.features-section .feature-boxes {
    max-width: 800px;
    margin: 0 auto 36px;
}

.features-section .feature-box {
    text-align: center;
    margin: 0 0 32px;
}

.feature-box .box-image {
    margin: 0 0 12px;
}

.feature-box .box-image img {
    max-width: 66px;
}

.feature-box .box-body >:last-child {
    margin-bottom: 0;
}

.feature-box .box-title {
    font-family: "hyundai_sans_headregular";
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

.features-section .features-video {
    text-align: center;
}

.features-section .video-wrapper {
    max-width: 666px;
    margin: 0 auto;
}

.features-section .video-notes {
    color: #b9b9b9;
    font-size: 16px;
    line-height: 1.2;
    margin: 32px 0 0;
}

.features-section .video-notes .sicon-lock {
    margin-bottom: 10px;
}

@media( max-width: 767px ) {
    .features-section {
        padding-top: 60px;
    }

    .features-section .section-header {
        margin-bottom: 36px;
    }

    .features-section .section-title {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .features-section .section-desc {
        font-size: 17px;
    }

    .features-section .feature-boxes {
        margin-bottom: 16px;
    }

    .feature-box .box-image img {
        max-width: 52px;
    }

    .feature-box .box-title {
        font-size: 14px;
    }
}

@media( max-width: 767px ) {
    .features-section .video-notes {
        display: none;
    }
}

/*
# Advisor search section
--------------------------------------------------------------*/
.advisor-search-section {
    padding-top: 60px;
    padding-bottom: 40px;
}

.advisor-search-section .section-header {
    text-align: center;
    margin: 0 0 52px;
}

.advisor-search-section .section-title {
    font-size: 52px;
    line-height: 1.1346;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
}

.advisor-search-box {
    text-align: center;
}

.advisor-search-box .box-notes {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 24px;
}

.advisor-search-form {
    position: relative;
    max-width: 404px;
    margin: 0 auto;
}

.advisor-search-form .search-field {
    font-family: "hyundai_sans_headregular";
    border: 2px solid #b4b4b4;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 14px;
}

.advisor-search-form .search-label {
    font-family: 'hyundai_sans_headmedium';
    background-color: #FFF;
    color: #a2a2a2;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: -0.7em;
    left: 0.25em;
    padding: 0.25em 1em;
}

.advisor-search-form .search-submit {
    padding: 10px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -20px;
}

.advisor-search-form .search-submit img {
    display: block;
    max-width: 22px;
}

@media( max-width: 767px ) {
    .advisor-search-section .section-header {
        margin-bottom: 32px;
    }

    .advisor-search-section .section-title {
        font-size: 32px;
    }

    .advisor-search-section .section-desc {
        font-size: 17px;
    }
}

/*
# Contact CTA section
--------------------------------------------------------------*/

.contact-cta-section {
    padding-top: 0;
}

.contact-cta-box {
    text-align: center;
    max-width: 400px;
    margin: auto;
}
.contact-cta-box.bottom{
	margin-left: auto;
	margin-right: 0;
}
.contact-cta-box .box-desc {
    color: #000;
    line-height: 1.2;
    font-size: 18px;
}

.contact-cta-box .box-desc >:last-child {
    margin-bottom: 0;
}

.contact-cta-box.bottom  .box-actions {
    background-color: #f7f3f2;
    padding: 30px;
}
.contact-cta-box .box-actions .box-desc{
	margin-bottom: 30px;
}
.contact-cta-box .box-button {
    display: inline-block;
    font-family: 'hyundai_sans_headmedium';
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 13px 24px;
    text-decoration: none;
    color: #FFF;
    background-color: #012c5f;
    border: 2px solid #012c5f;
    width: 300px;
    max-width: 100%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.contact-cta-box .box-button:hover {
    background-color: transparent;
    color: #012c5f;
}
@media screen and ( max-width: 1023px ){
	.col-calendar{
		max-width: 100%;
	}
	.main-header .bars{
		display: block;
		font-size: 20px;
    	color: #002c5f;
	}
	.main-header .menu{
		display: none;
		position: absolute;
		left: 0;
	    top: 100%;
	    padding: 0 0 15px;
	    z-index: 10;
	    background-color: #fff;
	}
	.main-header .menu.show{
		display: block;
	}
	.main-header .menu ul{
		flex-flow: column;
	}
	.main-header .menu ul li{
		padding: 5px 10px;
	}
}
@media screen and ( max-width: 767px ){
	body .ui-widget.ui-widget-content{
		margin: 0 auto 20px;
	}
	.row-input > *{
		width: 100%;
		flex: 100%;
	}
	.row-input input{
		max-width: 100%;
	}
	.row-input select{
		max-width: 100%;
	}
	.form_table .require textarea{
		max-width: 100%;
	}
	.col-calendar .ju{
		padding: 0;
	}
}
@media screen and ( max-width: 600px ){
	.cb{
		display: flex;
		flex-flow: column;
		align-items: center;
    	margin-top: 20px;
	}
	.cb .changer{
		order: 2;
	}
	.cb .box-button{
		max-width: 190px;
	}
	.page4-section #currentDate{
		margin-top: 30px;
	}
	#form-page4{
		margin-bottom: 40px;
	}
	.page4-section .section-content .col-des .changer:before{
		content: "<";
		display: inline-block;
	}
	.page4-section .section-content .col-des h2{
		font-size: 22px;
		display: inline;
	}
	.page4-section .section-content .col-des p{
		font-size: 14px;
		display: inline;
	}
	.page4-section .section-content .col-des p span{
		font-size: 16px;
	}
	.iagree .box-button{
		margin: auto;
	}
	.page4-section .title{
		text-align: center;
	}
	#radio_civi label{
		font-size: 13px;
	}
	.second-header{
		display: none;
	}
	.cars-section{
		padding: 60px 0;
	}
	.cars-section .container{
	}
	.cars-section .cars-mobile{
		display: block;
	}
	.cars-section .cars-desktop{
		display: none;
	}
	.page5-section{
		padding: 60px 0;
	}
	.contact-cta-section.page2{
		display: block;
	}
	.contact-cta-section.page2 .contact-cta-box.bottom{
		margin: 0;
		max-width: 100%;
	}
	.contact-cta-section .container{
		padding: 0;
	}
	.cars-section .section-header{
		padding-top: 30px;
		text-align: center;
	}
	.cars-section .banner-title{
		display: block;
		padding: 0 15px;
	}
	.page5-section .banner-title{
		display: block;
		padding: 0 15px;
	}
	.page4-section .banner-title{
		display: block;
		padding: 0 15px;
	}
	.page5-section .section-title{
		padding: 0 20px;
		font-size: 18px;
	}
	.page5-section .section-content .row{
		justify-content: center;
	}
	.page5-section .section-background .col-des h2{
		color: #000;
	}
	.page5-section .section-background .col-des p{
		color: #000;
	}
	.page5-section .container{
		padding: 0;
		max-width: 100%;
	}
	.page5-section .section-background .col-des{
		padding-right: 15px;
	}
	.page5-section .section-content .col-des .content{
		width: max-content;
	    margin: auto;
	}
	.page5-section .box-button{
		max-width: 100%;
	}
	.page5-section .section-background{
		background-image: none;
		padding: 0;
	}
	.page5-section .section-background img{
	    height: 300px;
	    display: block;
	    margin-bottom: 20px;
	    object-fit: cover;
	    object-position: 30%;
	}
	.qa p.p-q{
		margin-bottom: 20px;
	}
	.qa p.p-q:before{
		top: 100%;
		width: calc( 100% - 30px );
	}
	.qa p.p-q:after{
		top: calc( 100% - 17px );
	}
	.box-desc .show p.p-q:after{
		top: calc( 100% - 7px );
	}
}

.select-vehicle select {
	max-width: calc(100% / 2 + 325px);
}

#button-loading {
	pointer-events: none;
}

#button-loading .spinner-border {
	width: 1rem;
	height: 1rem;
}