/***********Global******* */

@font-face {
    font-family: 'helvetica_neue_lt_pro_md';
    src: url('../fonts/helveticaneueltpro-md/helveticaneueltpro-md-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltpro-md/helveticaneueltpro-md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_lt_pro_mdcn';
    src: url('../fonts/helveticaneueltpro-mdcn/helveticaneueltpro-mdcn-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltpro-mdcn/helveticaneueltpro-mdcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_lt_pro_cn';
    src: url('../fonts/helveticaneueltpro-cn/helveticaneueltpro-cn-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltpro-cn/helveticaneueltpro-cn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneue_lt_55_romanRg';
    src: url('../fonts/helveticaneueltroman/helveticaneue_lt_55_roman_regular-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltroman/helveticaneue_lt_55_roman_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_lt_pro75_bold';
    src: url('../fonts/helveticaneueltprobd/helveticaneueltprobd-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltprobd/helveticaneueltprobd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.site{ font-family: 'Roboto', sans-serif; position: relative; }

.text-uppercase { text-transform: capitalize;}
.img-as-cover { object-fit: cover !important;}

.relevant-title { color: #d92026; }
.relevant-border-top { border-top: 2px solid; padding-top: 20px;}

.script { font-family: 'helvetica_neue_lt_pro_cn'; }

.regular-page header {background: url(/media/img/bg-image.png) no-repeat top center;}

.d-flex-column { display: flex;flex-direction: column; }
.f-grow { flex-grow: 1;}
.wrapper-view-details { margin-bottom: 20px;}

/***********Header******* */
.header{
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
    font-family: 'helvetica_neue_lt_pro_cn';
}
.header .menu{
    max-width: 1675px;
    margin: 0 auto;
}
.header .logo{
    max-width: 150px;
}
.header .menu ul li a{
    padding: 0 5px;
    display: inline-block;
    border-left: 10px solid #d92026;
}
.header .menu ul li{
    padding: 15px;
}
.header .navbar-text a,
.header .menu ul li a{
    text-decoration: none;
    color: #555;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 20px;
    font-family: 'helvetica_neue_lt_pro_mdcn';
}
.header .navbar-text a.active { color: #000; }
.header .navbar-toggler{
    border: none;
    box-shadow: none;
}
.header .navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(217,32,38, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/***********Home******* */
.sectionOne{
    padding: 200px 50px 150px;
    background: url(/media/img/bg-image.png) no-repeat top center;
    background-size: cover;
}
.sectionOne .contentName{
    display: inline-block;
}
.sectionOne .contentName h1{
    margin-bottom: 90px;
    background-color: rgba(255,255,255,0.5);
    font-size: 120px;
    padding: 15px 30px 30px;
    color: #d92026;
    font-family: 'helvetica_neue_lt_pro_md';
}
.sectionOne .contentName h1 span{
    display: block;
}
.sectionOne .contentName h1 span.town{
    font-weight: 600;
    font-size: 70px;
}
.sectionOne .contentForm form{
    padding: 20px 20px 20px 50px;
    background-color: rgba(255,255,255,0.8);
    font-family: 'helvetica_neue_lt_pro_cn';
}
.sectionOne .contentForm form label{
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    color: #0c0d0d;
    font-weight: 600;
}
.sectionOne .contentForm form  .btn-submit{
    background-color: #e33855;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 80px;
    color: #fff;
    font-family: 'helvetica_neue_lt_pro_cn';
    font-weight: 400;
    border: 1px solid transparent;
    transition: all .3s;
}
.sectionOne .contentForm form  .btn-submit:hover{
    background-color: #d92026db;
}
.sectionOne .contentForm form select{
    border: none;
    background-color: transparent;
    padding-left: 0;
    border-radius: 0;
}
.sectionOne .contentForm form .colSelect:first-child select{
    color: #d92026;
}
.sectionOne .contentForm form select,
.sectionOne .contentForm form select:hover,
.sectionOne .contentForm form select:focus,
.sectionOne .contentForm form select:active{
    outline: 0 none;
    box-shadow: none;
}
.sectionOne .contentForm form label,
.sectionOne .contentForm form select{
    padding-left: 20px;
}
.sectionOne .contentForm form  .colSelect{
    border-right: 2px solid #0c0d0d;
}
.sectionOne .contentForm form select option:checked{
    color: #d92026;
}
.sectionOne .contentForm form select option{
    color: #3a3e3f;
    padding: 5px 0;
    font-family: 'helvetica';
}
.sectionTwo{
    padding: 70px 0 50px;
}
.sectionTwo .tabsContent {
    padding-bottom: 20px;
}
.sectionTwo .tabsContent ul li,
.sectionTwo .tabsContent ul h2,
.sectionTwo .tabsContent .nav-link{
    text-transform: uppercase;
}
.sectionTwo .tab-content{
    padding: 10px 0;
    border-top: 2px solid #112d88;
    border-bottom: 2px solid #112d88;
}
.sectionTwo .tab-content  .tab-pane{
    min-height: 300px;
}
.sectionTwo .tabsContentMap .tab-content  .tab-pane{
    padding: 30px;
    background-color: #e5e7e7;
    
}
.sectionTwo .tabsContent .nav-link{
    padding: 0 0 5px;
    background: none;
    border: none;
    outline: 0 none;
    color: #112d88;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-family: 'helvetica_neue_lt_pro_mdcn';
    font-family: 'helvetica_neue_lt_pro_cn';
    font-size: 20px;
    font-weight: 600;
}
.sectionTwo .tabsContent .nav-pills{
    margin-bottom: 20px !important;
}
.sectionTwo .tabsContent .nav-link.active{
    border-bottom: 2px solid #112d88;
}
.sectionTwo .tabsContent .nav-pills li{
    margin-right: 50px;
}
.sectionTwo .tabsContent .nav-pills li:last-child{
    margin: 0;
}
.sectionTwo .tabsContentMap{
    font-family: 'helvetica_neue_lt_pro_cn';
    font-size: 18px;
}
.sectionTwo .tabsContentMap h2,
.sectionTwo .tabsContentMap li{
    text-transform: uppercase;
    font-size: 18px;
    color: #0c0d0d;
    font-family: 'helvetica_neue_lt_pro_mdcn';
}

.sectionTwo .tabsContentMap h2{
    margin-bottom: 30px;
    
}
.sectionTwo .tabsContentMap .tab-content ul{
    padding: 0;
    margin-left: 0;
    list-style-type: none;
}
.sectionTwo .tabsContentMap .tab-content li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;

}
.sectionTwo .tabsContentMap .tab-content p{
    color: #3a3e3f;
    margin-bottom: 30px;
}
.sectionTwo .tabsContentMap .tab-content li:before{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #112d88;
    content: '';
    top: 10px;
    left: 0;
    position: absolute;
    z-index: 1;

}
.sectionTwo  .tab-content>.tab-second.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e7e7;
}
.sectionTwo .tabsContentResults .item-result {
    border-bottom: 2px solid #112d88;
    padding: 30px 0;
}
.sectionTwo .tabsContentResults .item-result:last-child{
    padding-bottom: 0;
    border: none;
}
.sectionTwo .tabsContentResults .item-result .item-result-content{
    background-color: #e5e7e7;
    font-family: 'helvetica_neue_lt_pro_cn';
}
.sectionTwo .tabsContentResults .item-result .item-result-content .colImage{
    display: flex;
    height: 100%;
}

.sectionTwo .tabsContentResults .item-result h3{ font-size: 20px; margin: 30px 0 30px; font-family: 'helvetica_neue_lt_pro_mdcn'; }
.sectionTwo .tabsContentResults .item-result h3 .city { font-size: 16px; }
.sectionTwo .tabsContentResults .item-result .infos span{
    display: block;
}
.sectionTwo .tabsContentResults .item-result .titleM{ margin-bottom: 10px; }
.sectionTwo .tabsContentResults .item-result .infos{ margin-bottom: 25px;}

.sectionTwo .tabsContentResults .tab-content{
    border-bottom: none;
}

/*********** view details ******* */

.wrapper-business-detail h1.sectionTitle { font-size: 25px;}
.wrapper-business-detail h1.sectionTitle span { font-size: 20px;}
.wrapper-business-detail .business-info-section .infos span { display: block;}
.wrapper-business-detail .sectionTitle { font-size: 20px; margin: 30px 0 30px; font-family: 'helvetica_neue_lt_pro_mdcn';}
.wrapper-business-detail { margin-top: 60px; }
.wrapper-business-detail .img-presentation { max-width: 400px;}
.wrapper-business-detail .list-two-columns { column-count: 2;}
.sectionTwo .tabsContent ul.no-uppercase li { text-transform: none !important;}
.wrapper-business-detail .pc-container .infos { margin-bottom: 10px;}

/***********Footer******* */
.footer{
    margin-top: 30px;
    background-color: #313131;
    border-bottom: 20px solid #d92026;
    color: #fff;
    font-size: 14px;
    padding: 50px 0 70px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.footer h5{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
}
.footer li a{
    color: #fff;
    text-decoration: none;
}
.footer li a:hover{
    text-decoration: underline;
}
.footer .imgGov{
    margin-bottom: 60px;
}
@media (min-width: 992px){
    .col-menu{
        width: 20.5%
    }
    
}
@media (max-width: 991px){
    .header .menu ul li{
        padding: 15px 0;
    }
    .sectionOne .contentForm form{
        padding: 20px;
    }
    .sectionOne .contentForm form label, 
    .sectionOne .contentForm form select{
        padding-left: 0;
    }
    .sectionOne{
        padding: 150px 50px 50px;
    }
    .sectionOne .contentName h1{
        margin-bottom: 50px;
    }
    .sectionOne .contentForm form .btn-submit{
        padding: 12px 50px;
    }
    .sectionTwo{
        padding: 30px 0;
    }
    .sectionTwo .tabsContentResults .item-result h3{
        margin: 15px 0;
    }
    .sectionTwo .tabsContentResults .item-result .infos{
        margin-bottom: 10px;
    }
    .sectionTwo .tab-content .tab-pane {
        min-height: 200px;
    }
    .footer .imgGov {
        margin-top: 60px;
    }
}
@media (max-width: 767px){
    .sectionOne {
        padding: 50px 0  50px;
    }
    .header{
        position: relative;
    }
    .sectionOne .contentName{
        display: block;
    }
    .sectionOne .contentName h1 {
        font-size: 100px;
    }
    .sectionOne .contentName h1 span.town{
        font-size: 60px;
    }
    .sectionOne .contentForm form .col{
        flex: 50%;
        padding-bottom: 10px;
    }
    .sectionOne .contentForm form .colSelect{
        border: none;
    }
    .sectionOne .contentForm form .btn-submit {
        width: 100%;
    }
    .sectionOne .contentForm form{
        padding-bottom: 0;
    }
    .sectionTwo .tabsContentMap h2{
        margin-top: 30px;
    }
    .sectionTwo .tabsContentMap .tab-content ul{
        margin-bottom: 0;
    }
    .sectionTwo .tabsContentResults .item-result .item-result-content{
        text-align: center;
        padding-bottom: 10px;
    }
    .sectionTwo .tabsContentResults .item-result .titleM {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .footer{
        padding: 30px 0;
    }
    .footer h5{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .footer img {
        margin-top: 20px;
    }
    .footer .imgGov {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .sectionTwo .tabsContentResults .item-result .infos:last-child{
        margin-bottom: 10px;
    }
}
@media (max-width: 600px){
    .sectionOne .contentName h1 span.town {
        font-size: 50px;
    }
    .sectionOne .contentName h1{
        font-size: 75px;
    }
    .sectionTwo .tabsContent .nav-link{
        font-size: 17px;
    }
}
@media (max-width: 400px){
    .sectionOne .contentForm form .col{
        flex: 100%;
        
        margin-bottom: 15px;
    }
    .sectionOne .contentForm form .colSelect{
        border-bottom: 2px solid #0c0d0d;
    }
    .sectionOne .contentName h1 span.town {
        font-size: 40px;
    }
    .sectionOne .contentName h1{
        font-size: 55px;
        margin-bottom: 30px;
    }
    .sectionOne {
        padding: 30px 0;
    }
}

.lang-switch { margin-top: 3px; }
.lang-switch a:first-child { margin-left: 0px;}
.lang-switch a { margin-left: 5px;}

.text-block-container .title { font-size: 1.2em; font-weight: bold; margin-bottom: 20px;}
.textblock-picture img { width: 100%;}


.listblock-item-wrapper { margin-bottom: 30px; width: 60%;}
.listblock-item-wrapper .inner-wrapper { background: #F4F6FD; display: flex; flex-grow: 1;}
.listblock-item-wrapper .inner-wrapper .visual-col { width: auto; min-width: 50px; border: 1px solid #a0a0a0;}
.listblock-item-wrapper .inner-wrapper .visual-col img { max-width: 130px; width: 100%; object-fit: cover; height: 130px;}
.listblock-item-wrapper .inner-wrapper .body-col { width: 100%; padding: 15px 20px 30px 20px; }
.listblock-item-wrapper .inner-wrapper .toolbox { float: right; }
.listblock-item-wrapper .inner-wrapper .toolbox i { font-size: 26px;}
.listblock-item-wrapper .inner-wrapper .title { font-size: 18px; margin-bottom: 10px; font-weight: bold;}
.listblock-item-wrapper .inner-wrapper .sub-title { font-size: 16px; margin-bottom: 10px;}
.listblock-item-wrapper .inner-wrapper .content { font-size: 14px; line-height: 14px;}~

@media screen and (max-width: 768px) {
    .listblock-item-wrapper { width: 100% !important; }
}