/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    font-family: Open Sans, Roboto, sans-serif !important;
    font-weight: 300;
}
a {
    color: #1A499B;
    text-decoration: none;
}
/*.disclaimer-color {
	display:none !important;
}*/
.diaporama .diaporama-slides img {
   top: -40% !important;
   min-height: 450px;
}
#Menu {
    background-color: rgb(255, 255, 255) !important;
}
.navbar-header .navbar-brand:first-of-type img {
    -webkit-filter: none;
}
header .second-nav {
    background-color: #FFF !important;
}
/* header.navbar .second-nav .navbar-nav > li > a {
    transition: color .2s;
    color: rgba(255,255,255,.75);
}
header.navbar .second-nav .navbar-nav > li > a:hover {
    transition: color .2s;
    color: rgba(255,255,255,1) !important;
} */
header.navbar .navbar-nav > li > a {
    color: #000;
}
header.navbar .navbar-brand {
    color: #000;
}
.header-login-submenu {
    color: #000 !important;
}
@media (min-width: 1025px) {
  ul.left-nav > li.is-dropdown:hover {
    background-color: #1A499B;
  }
  ul.left-nav > li ul.submenu-dropdown li:hover a {
    color: #fff;
    background: #1A499B;
  }
  ul.left-nav > li:hover ul.submenu-dropdown {
    display: block;
    background-color: #1A499B;
  }
}
footer {
    background-color: #333333;
}
footer img {
    max-height: 45px;
}

.procedure-button {
    color: #1A499B !important;
}
.cd-panel .cd-panel-container {
    background: #1A499B;
}
.homepage-pushes, .homepage-push {
    background-color: #1A499B !important;
}
.homepage-push.push-link:hover {
    background-color: #1A499B !important;
}
.homepage-pushes, .homepage-push, .homepage-push:hover {
	border-bottom: 4px solid #1A499B;
}
body a:hover {
    color: #1A499B !important;
}
.bigmenu a:hover, .bigmenu a:active, .bigmenu a:focus {
    color: #fff !important;
}
.navbar-nav > li > a {
    margin-top: 16px !important;
}
header.navbar .navbar-toggle .icon-bar {
    background: #000;
}

/*google translation related styles*/

/*div#google_translate_element {
    margin-top: 15px;
    margin-left: 20px;

}*/
.goog-te-menu-value {
    font-family: Open Sans, Roboto, sans-serif !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
}
/*end of google translation related styles*/

.link-footer-item.separator {
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #e0e1e3;
    padding-top: 15px;
}

.link-footer-item i {
    color: #1A499B !important;
}

.link-footer-item.separator:first-child {
border-top: none;
padding-top: 5px;
}

li.link-footer-item:last-of-type {
    border-top: 1px solid #e0e1e3;
    padding-top: 10px;
}

.link-footer-item-footer a,
.link-footer-item-footer a:hover {
  background-color: #1A499B !important;
  color: white !important;
}

a.link-footer-item-title {
    color: #1A499B !important;
}

header.navbar .navbar-toggle:hover .icon-bar, header.navbar .navbar-toggle:focus .icon-bar, header.navbar .navbar-toggle:active .icon-bar {
    background: #1A499B;
}

.transparent-bordered-button {
    border: 1px solid #1A499B !important;
}
/*
.bigmenu .sub-menu.active {
    background-color: #1A499B !important;
}
*/
header.navbar .navbar-brand img {
    height: 45px;
    margin-top: -10px;
}

@media (max-width: 1024px) {
  header.navbar .navbar-nav > li > a {
    color: #fff;
    }
    .header-login-submenu {
    color: #fff !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
    }
    div#google_translate_element {
    /*margin-left: 0px;*/
    border: none;
    margin-bottom: 20px;
	}
	header .second-nav li a {
		color: #222 !important;
	}
	header .second-nav li.active a, header .second-nav li a:hover {
		color: #1a499b !important;
	}
}

.navbar-nav > li > a {
     margin-top: 6px !important;
}

header .second-nav ul.nav>li.active a {
    color: #1A499B;
}
header .second-nav ul.nav>li:hover a {
    color: #1A499B;
}

header .second-nav ul.nav>li.active {
    border-bottom: 3px solid #1A499B !important;
}


#main-nav .navbar-nav.navbar-right>li>a {
    margin-top: 16px !important;
}

header.navbar .navbar-nav>li>.dropdown-menu>li .btn {
    background: #1A499B;
}

.btn-contrib:hover {
    color: white !important;
}

.panel-top > div:first-child {
    flex: 1;
}

#region-selector {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    font-weight: normal;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(34,34,34,.15);
    color: #000;
    padding: 4px 24px 4px 8px;
    border: 0;
    height: 32px;
    line-height: 16px;
    margin-left: 5px;
}

#region-selector:focus,
#region-selector:active {
    outline: none;
}

#region-selector-container label {
    position: relative;
}

#region-selector-container label::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right: 6px;
    top: 6px;
    background: white;
    padding: 4px;
    pointer-events: none;
}

.main-search-fields .main-search-fields-submit {
    background: #1A499B;
    color: white;
}

.filters-tabs .nav-tabs>li.active>a {
    background: #1A499B;
    color:white;
}

.filters-tabs .nav-tabs>li.active>a:hover,
.filters-tabs .nav-tabs>li.active>a:focus {
    border-top: 4px solid #1A499B !important;
    background-color: #1A499B !important;
    color: #fff !important;
}
.filters-tabs .nav-tabs>li>a:focus,
.filters-tabs .nav-tabs>li>a:hover {
    border-top: 4px solid #1A499B !important;
    color: #fff !important;
    background-color: rgba(0,0,0,.4) !important;
}
.filters-tabs .nav-tabs>li.active>a {
    border-top: 4px solid #1A499B !important;
    background-color: #1A499B;
    color: #fff !important;
}

.homepage-push-menu__link,
.homepage-push-menu:hover {
    background-color: #1A499B !important;
}

.homepage-push-menu__link:hover {
    background: #1A499B !important;
    color:white !important;
}

.search-badge {
    background-color: #1A499B;
}

.first-level-accordion>.accordion-container>.product-group-items>.product-group-item-title {
    background-color: #1A499B !important;
    color: white;
}

.main-link a {
    border-bottom: 1px dotted #1A499B; 
}

.product-group-items .curtain .see-more {
    color: #1A499B;
}

.product-group-items .curtain .see-more:hover {
    background-color: #1A499B;
    color: white !important;
}

.panel-header .inner {
    background-color: #1A499B !important;
}

.search-result-description a,
.no-expand a.normal-link,
#changeFiche.isActive i,
#ficheStep #section-timeframe .tftitle,
.costs-payment .costValue,
.reqBloc,
.block-of-step-title,
.box .sumTitle h2 {
    color: #1A499B;
}

.box .sumTitle h2.withPanel .total-nb {
    background: #1A499B;
    border: solid 1px #1A499B;
}

.row-step .inner .nb {
    background: #1A499B;
}

.timeTable th {
    border-bottom: 1px solid #1A499B;
}
.step-list-container .panel-header>.inner::before,
.panel-header .inner::before {
    border-top: 8px solid #1A499B;
}

#ficheStep.structured .nav-tabs>.active>a,
#ficheStep.structured .nav-tabs>.active>a:hover,
#ficheStep.structured .nav-tabs>li>a:hover {
    background-color: #1A499B !important;
    color: white !important;
}

.my-expand .expand-description a.btn-link {
    border: 1px solid #1A499B;
    color: #1A499B;
    background-color: transparent;
    transition: all .2s;
}

.my-expand .expand-description a.btn-link:hover {
    border: 1px solid #1A499B;
    color: white !important;
    background-color: #1A499B;
    transition: all .2s;
}

.btn-primary {
    border: 1px solid #384c39;
    color: #1A499B;
    background-color: transparent;
    transition: all .2s;
}

.btn-primary:hover {
    border: 1px solid #1A499B;
    color: white;
    background-color: #1A499B;
    transition: all .2s;
}

#feedbackModal .modal-content .modal-header {
    background: #1A499B;
}

#feedbackModal .modal-content .modal-body h3 {
    color: #1A499B;
}

#feedbackModal .modal-content .modal-body .actions button.btn-primary {
    background-color: transparent;
    color: #1A499B;
    border: 1px solid #1A499B;
    transition: all .2s;
}

#feedbackModal .modal-content .modal-body .actions button.btn-primary:hover {
    background-color: #1A499B;
    color: white;
    transition: all .2s;
}

#feedback-form .feedback-tab ul li input[type='radio'] {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 1px #1A499B;
}
#feedback-form .feedback-tab ul li input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}
#feedback-form .feedback-tab ul li input[type="radio"]:checked:before {
    background: #1A499B;
}
.reviews .save, .reviews .saveComment {
    color: #1A499B !important;
}

.reviews .save:hover, .reviews .saveComment:hover {
    color: white !important;
}


.banner-filters-search > div :is(.banner-filters-search-button, .banner-filters-search-button:hover),
.new-header .brand-bar .content .open-menu .menu-bars,
.panel-header .inner,
.row-step .inner .nb,
.filters-tabs .filter-tab.active span.total,
.repositories-menu .navigation a.selected span.total,
.new-header .top-bar .official-site-more-info-content .block-icon,
.left-sidebar .drawer-footer nav.navigation-drawer-page-menu > ul li.login-dropdown .dropdown-menu.login-menu form .form-group button:hover,
.new-header .menu-bar .container .content .login-dropdown .dropdown-menu.logged-menu li button:hover, .new-header .menu-bar .container .content .logged-dropdown .dropdown-menu.logged-menu li button:hover {
    background-color: #1A499B;
}
.banner-filters-search > div:nth-of-type(1),
.banner-filters-search > div:nth-of-type(2) .ui.dropdown.filterset-tab-dropdown .text,
.new-header .brand-bar .content .open-menu .menu-bars,
.box .sumTitle h2,
.transparent-bordered-button:hover, a.transparent-bordered-button:hover,
.block-of-step-title,
.reqBloc,
#ficheStep #section-timeframe .tftitle,
.costs-payment .costValue,
.explanatory-text .cost-text,
tr.cost td.costHypotesis strong.editableValue,
.repositories-menu .navigation a.selected span.title,
.link-footer-item-title,
.search-result-description a,
.my-expand .expand-description a.btn-link,
.new-header .menu-bar .container .content ul.nav.navbar-nav.left-nav > li a:hover,
.new-header .top-bar .slogan .official-site-more-info-toggler,
.new-header .top-bar .official-site-more-info-content .desc-block span,
.left-sidebar .drawer-footer nav.navigation-drawer-page-menu > ul li.login-dropdown .dropdown-menu.login-menu form .form-group button,
.new-header .menu-bar .container .content .login-dropdown .dropdown-menu.logged-menu li button, .new-header .menu-bar .container .content .logged-dropdown .dropdown-menu.logged-menu li button,
.new-header .menu-bar .container .content .login-dropdown .dropdown-menu.logged-menu li form .checkbox label input:checked ~ .fa-toggle-on, .new-header .menu-bar .container .content .logged-dropdown .dropdown-menu.logged-menu li form .checkbox label input:checked ~ .fa-toggle-on,
.related-products .search-badge,
.hs-toggle i.fa-toggle-on {
    color: #1A499B;
}
.panel-header .inner::before,
.step-list-container .panel-header > .inner::before {
    border-top: 8px solid #1A499B;
}
.transparent-bordered-button, a.transparent-bordered-button {
    border-color: #1A499B;
    background-color: #1A499B;
    color: white;
}
.main-link a {
  border-bottom: 1px dotted #1A499B;
}
.summary-cost .costostable tr.header td {
  border-bottom: 1px solid #1A499B;
}
.costs-comment a {
  text-decoration: underline;
}
.box .sumTitle h2.withPanel .total-nb {
  background: #1A499B;
  border-color: #1A499B;
}
.new-header .top-bar .languages a.lang[href*="l=ru"] {
  font-family: system-ui;
}
body a {
  text-decoration: none;
  color: #1A499B;
}
body a:hover,
.costs-comment a:hover {
    color: #3a75cc;
}
.link-footer-item-footer a.transparent-bordered-button,
.link-footer-item-footer a.transparent-bordered-button:hover,
.my-expand .expand-description a.btn-link,
.left-sidebar .drawer-footer nav.navigation-drawer-page-menu > ul li.login-dropdown .dropdown-menu.login-menu form .form-group button,
.new-header .menu-bar .container .content .login-dropdown .dropdown-menu.logged-menu li button, .new-header .menu-bar .container .content .logged-dropdown .dropdown-menu.logged-menu li button {
    border-color: #1A499B;
}
.recourse-title {
  color: #1A499B !important;
}