﻿/* Add here all your CSS customizations */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?mrgw60");
    src: url("../fonts/icomoon.eot?mrgw60#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mrgw60") format("truetype"), url("../fonts/icomoon.woff?mrgw60") format("woff"), url("../fonts/icomoon.svg?mrgw60#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

#calendar, #cancels, #calendars, #cancelss, #volume, #vcancel, #estivolume {
    display: none;
}

.leftSide p{color:white !important}
.leftSide span{color: white !important}
#info_bloc2 i {color: #b00000 !important;}
#info_bloc1 i {color: #b00000 !important;}
#bt_help {color: #b00000 !important;}
#hl_logo i {color: #b00000 !important;}
#hl_panier i {color: #b00000 !important;}

#volume {
    width: 50%;
    margin: 0 auto;
}

#estivolume {
    width: 75%;
    margin: 0 auto;
}

    #estivolume form {
        width: 70%;
        padding-top: 30px;
        display: inline-block;
    }

    #estivolume .volumeBlock {
        width: 29%;
        text-align: center;
        display: inline-block;
        position: relative;
        top: -40px;
    }

form#saisie-volume-form .button {
    width: 25% !important;
    margin: 0 auto;
    display: inline-block;
}

#vcancel, #vscancel {
    min-width: 25% !important;
    display: block;
    background-color: #326496;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

#vscancel {
    left: 70%;
    transform: translateX(-70%);
    top: 25px;
    margin-top: 30px;
}

#cancels, #cancelss {
    top: 30px;
    background-color: #326496;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    left: 50%;
    width: 12%;
    min-width: 150px !important;
    text-align: center;
    transform: translateX(-50%);
}

[class^="iconion-"], [class*=" iconion-"] { /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconion-Mes-factures:before {
    content: "\e922";
}

.iconion-Mes-devis:before {
    content: "\e926";
}

.iconion-Estimation:before {
    content: "\e93c";
}

.iconion-Avancement:before {
    content: "\e94e";
}

.iconion-Scheduler:before {
    content: "\e953";
}

.iconion-Message:before {
    content: "\e96e";
}

.iconion-Profile:before {
    content: "\e971";
}

.iconion-Dmnageur:before {
    content: "\e9b0";
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

    .sk-double-bounce .sk-child {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #333;
        opacity: .6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-doubleBounce 2s ease-in-out infinite;
        animation: sk-doubleBounce 2s ease-in-out infinite;
    }

    .sk-double-bounce .sk-double-bounce2 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

@-webkit-keyframes sk-doubleBounce {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.preloader {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #326496;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preloader .sk-child {
        background-color: #fff;
    }

html, body {
    width: 100%;
    height: 100%;
}

#footer.fixed {
    position: fixed;
    max-height: 160px;
    bottom: 0;
    left: 0;
    width: 100%;
}
#footer {
    background-color: #b00000;
}

@media all and (max-width: 600px) {
    #footer.fixed {
        position: static;
    }
}

.nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
}

.nav-tabs.wizard {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
}

    .nav-tabs.wizard li {
        width: 100%;
        float: none;
    }

        .nav-tabs.wizard li > * {
            position: relative;
            padding: 10px;
            color: #336496;
            background-color: #c8c8c8;
            border-color: #c8c8c8;
        }

        .nav-tabs.wizard li.completed > * {
            color: #fff !important;
            background-color: #336496 !important;
            border-color: #336496 !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li.active > * {
            color: #fff !important;
            background-color: #e64b5a !important;
            border-color: #e64b5a !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li::after:last-child {
            border: none;
        }

    .nav-tabs.wizard > li > a {
        opacity: 1;
        font-size: 14px;
        height: 90px;
        z-index: inherit;
    }

@media all and (max-width: 1023px) {
    .nav-tabs.wizard > li > a {
        height: auto;
    }
}

.nav-tabs.wizard a:hover {
    color: #fff;
    background-color: #fa9632;
    border-color: #fa9632;
}

.nav-tabs.wizard span.nmbr {
    display: inline-block;
    padding: 10px 0 0 0;
    background: #ffffff;
    width: 35px;
    line-height: 100%;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
}

@media all and (max-width: 992px) {
    .nav-tabs.wizard span.nmbr {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .nav-tabs.wizard span.nmbr {
        margin: 0 auto;
        display: block;
    }
}

.nav-tabs.wizard .text {
    width: 100%;
    display: block;
}

@media all and (max-width: 992px) {
    .nav-tabs.wizard .text {
        padding-left: 10px;
        display: inline-block;
        width: auto;
    }
}

@media all and (max-width: 767px) {
    .nav-tabs.wizard .text {
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}

@media (min-width: 992px) {
    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 0 4px 4px 0;
        float: left;
        text-align: center;
    }

        .nav-tabs.wizard li::after, .nav-tabs.wizard li > *::after {
            content: '';
            position: absolute;
            top: 1px;
            left: 100%;
            height: 0;
            width: 0;
            border: 45px solid transparent;
            border-right-width: 0; /*border-left-width: 20px*/
        }

        .nav-tabs.wizard li::after {
            z-index: 1;
            -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
            border-left-color: #fff;
            margin: 0;
        }

        .nav-tabs.wizard li > *::after {
            z-index: 2;
            border-left-color: inherit;
        }

    .nav-tabs.wizard > li:nth-of-type(1) > a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .nav-tabs.wizard li:last-child {
        margin-right: 0;
    }

        .nav-tabs.wizard li:last-child a:after, .nav-tabs.wizard li:last-child:after {
            content: "";
            border: none;
        }

    span.nmbr {
        display: block;
    }
}

.banner {
    margin-top: 40px;
}

    .banner img {
        display: block;
        margin: 0 auto;
    }

.dashboard-box .adress-content {
    display: block;
    padding: 20px 30px;
    position: relative;
}

.invoice-list-item ul li span {
    background: #ffffff;
    color: #909090;
}

    .invoice-list-item ul li span.paid {
        background-color: #40b660;
        color: #ffffff;
    }

    .invoice-list-item ul li span.unpaid {
        background-color: #dc3139;
        color: #ffffff;
    }

.text-center {
    text-align: center;
}

#logo {
    float: left;
    margin-right: 0;
}

    #logo .center {
        display: block;
        border-right: none;
        height: 100%;
        vertical-align: top;
        padding-right: 0;
        margin-right: 0;
        text-align: center;
    }

@media (max-width: 1025px) {
    #logo .center {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #header .left-side.hide-on-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #header .right-side {
        position: absolute;
        width: 100%;
        right: 0;
    }

        #header .right-side .hotline {
            width: 25%;
            padding: 0;
            text-align: center;
        }

        #header .right-side .nottification {
            width: 40%;
            text-align: center;
            padding: 0 10px;
        }

        #header .right-side .langSwitcher {
            width: 35%;
            padding: 0 15px;
        }
}

.connectedName {
    float: left;
    height: 100%;
    display: grid;
    align-items: center;
    padding: 13px 50px;
}

@media (max-width: 1025px) {
    .connectedName {
        padding: 0 10px;
    }
}

.centerBlock {
    margin: 0 auto;
}

#logo img {
    height: 70%;
    max-width:150px;
}

/*@media (max-width: 1099px) {
    #logo img {
        max-width: inherit;
    }
}*/

a.contact {
    height: 30px;
    line-height: 30px;
}

    a.contact i {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-top: -1px;
        float: left;
        margin-right: 4px;
    }

@media all and (max-width: 1023px) {
    a.contact i {
        float: none;
    }
}

a.contact span {
    font-size: 19px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

@media all and (max-width: 1023px) {
    a.contact span {
        display: none;
    }
}

.login-register-page {
    /*position: relative;*/
    /*padding: 70px 0;*/
    /*margin-bottom: 65px;*/
    text-align: center;
}

    .login-register-page .welcome-text h3.fontWeightNormal {
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .login-register-page #login-form p {
        text-align: center;
        margin: 10px 0 30px;
        color: #316395;
    }

    .login-register-page .retour {
        color: #316395;
        margin-top: 30px;
        display: inline-block;
    }

.header-row {
    display: inline-block;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    padding: 0 0 0 30px;
    text-align: left;
    float: left;
}

    .header-row.hotline {
        padding: 0 30px;
    }

        .header-row.hotline a {
            font-size: 22px;
            color: #323232;
            line-height: 1;
            display: block;
            padding-top: 2px;
        }

.header-row-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer-bottom-section {
    width: 100%;
    float: left;
    text-align: left;
    background: #b00000;
    border: none;
}

    #footer .footer-bottom-section .leftSide {
        padding: 0 40px;
        width: 50%;
        float: left;
    }

@media (max-width: 1099px) {
    #footer .footer-bottom-section .leftSide {
        width: 100%;
        text-align: center;
    }
}

#footer .footer-bottom-section .leftSide .footer-logo {
    margin-bottom: 20px;
}

    #footer .footer-bottom-section .leftSide .footer-logo img {
        width: 12%;
        display: block;
    }

@media (max-width: 1099px) {
    #footer .footer-bottom-section .leftSide .footer-logo img {
        margin: 0 auto;
    }
}

#footer .footer-bottom-section .leftSide .copyright {
    font-size: 12px;
}

#footer .footer-bottom-section .rightSide {
    padding: 0 40px;
    text-align: right;
    width: 50%;
    max-width: 800px;
    float: right;
}

@media (max-width: 1099px) {
    #footer .footer-bottom-section .rightSide {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        max-width: inherit;
    }
}

#footer .footer-bottom-section .rightSide p {
    font-size: 12px;
    line-height: 1.2;
}

    #footer .footer-bottom-section .rightSide p a {
        color: #ffffff;
        text-decoration: underline;
    }

.dashboard-nav ul lihover {
    background: transparent;
    border-color: #909090;
}

.dashboard-nav ul li.active-submenu {
    background: transparent;
    border-color: #909090;
}

    .dashboard-nav ul li.active-submenu ul {
        padding-bottom: 0;
    }

    .dashboard-nav ul li.active-submenu a {
        color: #909090;
    }

        .dashboard-nav ul li.active-submenu a i {
            color: #909090;
        }

        .dashboard-nav ul li.active-submenu a:after {
            color: #909090;
            background-color: #f0f0f0;
        }

    .dashboard-nav ul li.active-submenu:hover {
        background-color: rgba(42, 65, 232, 0.04);
        border-color: #326496;
    }

        .dashboard-nav ul li.active-submenu:hover a {
            color: #326496;
        }

            .dashboard-nav ul li.active-submenu:hover a i {
                color: #326496;
            }

            .dashboard-nav ul li.active-submenu:hover a:after {
                color: #326496;
                background-color: rgba(42, 65, 232, 0.1);
            }

        .dashboard-nav ul li.active-submenu:hover ul li a {
            color: #909090;
        }

        .dashboard-nav ul li.active-submenu:hover ul li:hover {
            background-color: rgba(42, 65, 232, 0.04);
            border-color: #326496;
        }

            .dashboard-nav ul li.active-submenu:hover ul li:hover a {
                color: #326496;
            }

.buttons-finish {
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
}

.invoice-list-item .title strong {
    margin: 0;
    float: left;
}

.invoice-list-item .title .rating {
    float: left;
    margin: 0 10px;
}

    .invoice-list-item .title .rating i {
        color: #febe42;
    }

.invoice-list-item .title a {
    float: left;
    color: #326496;
    text-decoration: underline;
}

ul.dashboard-box-list.notifications > li {
    padding: 17px 30px;
}

    ul.dashboard-box-list.notifications > li span.notification-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    ul.dashboard-box-list.notifications > li span.notification-text {
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
    }
}

.viewAll {
    padding: 0;
    line-height: 26px;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    text-align: right;
}

    .viewAll a {
        color: #326496;
    }

@media (max-width: 767px) {
    #titlebar #breadcrumbs, .dashboard-headline #breadcrumbs {
        margin-top: 0;
    }

    .dashboard-sidebar-inner {
        padding-bottom: 0px;
    }

    .dashboard-headline {
        margin-bottom: 30px;
    }
}

.tabs-header {
    background: none;
}

.tabs-nav {
    width: 100%;
    position: static;
    float: left;
    padding: 0;
    display: block;
    padding: 10px;
}

    .tabs-nav .tab-next.button {
        float: right;
    }

.language-switcher.bootstrap-select.btn-group button {
    background-color: #b00000;
}

.notification-icon i {
    position: relative;
}

.wizardContent .tabs-content {
    height: auto !important;
}

    .wizardContent .tabs-content::after {
        box-shadow: none;
    }

.wizardContent .width50 {
    width: 50%;
    float: left;
    padding-right: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .wizardContent .width50 h2 {
        padding: 10px 0;
        font-weight: bold;
        margin-bottom: 10px;
    }

@media all and (max-width: 1300px) {
    .wizardContent .width50 {
        width: 100%;
    }

        .wizardContent .width50:nth-child(1) {
            padding-bottom: 20px;
            margin-bottom: 30px;
            border-bottom: 1px solid #326496;
        }
}

.wizardContent .width50 .tooltip {
    position: absolute;
    right: -35px;
    top: 10px;
    display: inline-block;
}

    .wizardContent .width50 .tooltip .text {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        color: #ffffff;
        background-color: #326496;
        cursor: pointer;
        display: block;
        font-size: 14px;
        text-align: center;
    }

.wizardContent .width50:nth-child(2) .tooltip {
    position: absolute;
    right: -35px;
    top: 10px;
    display: inline-block;
}

    .wizardContent .width50:nth-child(2) .tooltip .tooltiptext {
        right: 25px;
        left: inherit;
    }

        .wizardContent .width50:nth-child(2) .tooltip .tooltiptext a {
            color: #ffffff;
        }

        .wizardContent .width50:nth-child(2) .tooltip .tooltiptext:after {
            content: '';
            border: 5px solid transparent;
            right: -10px;
            left: inherit;
            border-left-color: #000000;
        }

@media all and (max-width: 1300px) {
    .wizardContent .width50 .tooltip {
        position: absolute;
        right: -35px;
        top: 10px;
        display: inline-block;
    }

        .wizardContent .width50 .tooltip .tooltiptext {
            right: 25px;
            left: inherit;
        }

            .wizardContent .width50 .tooltip .tooltiptext a {
                color: #ffffff;
            }

            .wizardContent .width50 .tooltip .tooltiptext:after {
                content: '';
                border: 5px solid transparent;
                right: -10px;
                left: inherit;
                border-left-color: #000000;
            }
}

.wizardContent .width50 ul {
    width: 100%;
    float: left;
}

    .wizardContent .width50 ul li {
        width: 100%;
        float: left;
        position: relative;
    }

        .wizardContent .width50 ul li button {
            margin: 0 auto;
            display: block;
        }

        .wizardContent .width50 ul li .icon-feather-plus {
            font-size: 40px;
            text-align: center;
            margin: 20px auto 0;
            display: block;
            padding: 10px;
            background: #eaeaea;
            width: 70px;
        }

        .wizardContent .width50 ul li label {
            width: 200px;
            float: left;
            min-height: 48px;
            line-height: 1.2;
            outline: none;
            font-size: 16px;
            color: #808080;
            margin: 0 20px 16px 0;
            box-sizing: border-box;
            display: block;
            background-color: #fff;
            font-weight: 500;
            opacity: 1;
            border-radius: 4px;
            border: none;
            display: grid;
            align-content: center;
        }

            .wizardContent .width50 ul li label span {
                font-size: 16px;
                color: #808080;
            }

@media all and (max-width: 1500px) {
    .wizardContent .width50 ul li label {
        width: 150px;
    }
}

.wizardContent .width50 ul li input[type="text"], .wizardContent .width50 ul li .btn-group.bootstrap-select.dropup {
    width: calc(100% - 220px);
    border: 1px solid #326496;
    border-radius: 4px;
}

@media all and (max-width: 1500px) {
    .wizardContent .width50 ul li input[type="text"], .wizardContent .width50 ul li .btn-group.bootstrap-select.dropup {
        width: calc(100% - 170px);
    }
}

.wizardContent .width50 ul li input[type="checkbox"], .wizardContent .width50 ul li input[type="radio"] {
    max-width: auto;
    width: auto;
    box-shadow: none;
}

.wizardContent .width50 ul li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

    .wizardContent .width50 ul li input[type="checkbox"] + label.customCheckbox {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .wizardContent .width50 ul li input[type="checkbox"] + label.customCheckbox:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: #ffffff;
            border: 1px solid #326496;
        }

    .wizardContent .width50 ul li input[type="checkbox"]:hover + label.customCheckbox:before {
        background: #326496;
    }

    .wizardContent .width50 ul li input[type="checkbox"]:checked + label.customCheckbox:before {
        background: #326496;
    }

    .wizardContent .width50 ul li input[type="checkbox"]:disabled + label.customCheckbox {
        color: #b8b8b8;
        cursor: auto;
    }

        .wizardContent .width50 ul li input[type="checkbox"]:disabled + label.customCheckbox:before {
            box-shadow: none;
            background: #ddd;
        }

    .wizardContent .width50 ul li input[type="checkbox"]:checked + label.customCheckbox:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 23px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }

.wizardContent .width50 ul li .bootstrap-select.open .dropdown-menu {
    border: 1px solid #326496;
    border-top: none;
    width: calc(100% + 2px);
    margin-left: -1px;
}

.wizardContent .width50 ul li .apartmentData {
    width: 100%;
    float: left;
    display: none;
}

    .wizardContent .width50 ul li .apartmentData .additionalContent {
        width: 100%;
        float: left;
        position: relative;
    }

.wizardContent .width100 {
    width: 50%;
    float: left;
    padding-right: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .wizardContent .width100 h2 {
        padding: 10px 0;
        font-weight: bold;
        margin-bottom: 10px;
    }

@media all and (max-width: 1300px) {
    .wizardContent .width100 {
        width: 100%;
    }

        .wizardContent .width100:nth-child(1) {
            padding-bottom: 20px;
            margin-bottom: 30px;
            border-bottom: 1px solid #326496;
        }
}

.wizardContent .width100 .tooltip {
    position: absolute;
    right: -35px;
    top: 10px;
    display: inline-block;
}

    .wizardContent .width100 .tooltip .text {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        color: #ffffff;
        background-color: #326496;
        cursor: pointer;
        display: block;
        font-size: 14px;
        text-align: center;
    }

.wizardContent .width100:nth-child(2) .tooltip {
    position: absolute;
    right: -35px;
    top: 10px;
    display: inline-block;
}

    .wizardContent .width100:nth-child(2) .tooltip .tooltiptext {
        right: 25px;
        left: inherit;
    }

        .wizardContent .width100:nth-child(2) .tooltip .tooltiptext a {
            color: #ffffff;
        }

        .wizardContent .width100:nth-child(2) .tooltip .tooltiptext:after {
            content: '';
            border: 5px solid transparent;
            right: -10px;
            left: inherit;
            border-left-color: #000000;
        }

@media all and (max-width: 1300px) {
    .wizardContent .width100 .tooltip {
        position: absolute;
        right: -35px;
        top: 10px;
        display: inline-block;
    }

        .wizardContent .width100 .tooltip .tooltiptext {
            right: 25px;
            left: inherit;
        }

            .wizardContent .width100 .tooltip .tooltiptext a {
                color: #ffffff;
            }

            .wizardContent .width100 .tooltip .tooltiptext:after {
                content: '';
                border: 5px solid transparent;
                right: -10px;
                left: inherit;
                border-left-color: #000000;
            }
}

.wizardContent .width100 ul {
    width: 100%;
    float: left;
}

    .wizardContent .width100 ul li {
        width: 100%;
        float: left;
        position: relative;
    }

        .wizardContent .width100 ul li button {
            margin: 0 auto;
            display: block;
        }

        .wizardContent .width100 ul li .icon-feather-plus {
            font-size: 40px;
            text-align: center;
            margin: 20px auto 0;
            display: block;
            padding: 10px;
            background: #eaeaea;
            width: 70px;
        }

        .wizardContent .width100 ul li label {
            width: 200px;
            float: left;
            min-height: 48px;
            line-height: 1.2;
            outline: none;
            font-size: 16px;
            color: #808080;
            margin: 0 20px 16px 0;
            box-sizing: border-box;
            display: block;
            background-color: #fff;
            font-weight: 500;
            opacity: 1;
            border-radius: 4px;
            border: none;
            display: grid;
            align-content: center;
        }

            .wizardContent .width100 ul li label span {
                font-size: 16px;
                color: #808080;
            }

@media all and (max-width: 1500px) {
    .wizardContent .width100 ul li label {
        width: 150px;
    }
}

.wizardContent .width100 ul li input[type="text"], .wizardContent .width100 ul li .btn-group.bootstrap-select.dropup {
    width: calc(100% - 220px);
    border: 1px solid #326496;
    border-radius: 4px;
}

@media all and (max-width: 1500px) {
    .wizardContent .width100 ul li input[type="text"], .wizardContent .width100 ul li .btn-group.bootstrap-select.dropup {
        width: calc(100% - 170px);
    }
}

.wizardContent .width100 ul li input[type="checkbox"], .wizardContent .width100 ul li input[type="radio"] {
    max-width: auto;
    width: auto;
    box-shadow: none;
}

.wizardContent .width100 ul li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

    .wizardContent .width100 ul li input[type="checkbox"] + label.customCheckbox {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .wizardContent .width100 ul li input[type="checkbox"] + label.customCheckbox:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: #ffffff;
            border: 1px solid #326496;
        }

    .wizardContent .width100 ul li input[type="checkbox"]:hover + label.customCheckbox:before {
        background: #326496;
    }

    .wizardContent .width100 ul li input[type="checkbox"]:checked + label.customCheckbox:before {
        background: #326496;
    }

    .wizardContent .width100 ul li input[type="checkbox"]:disabled + label.customCheckbox {
        color: #b8b8b8;
        cursor: auto;
    }

        .wizardContent .width100 ul li input[type="checkbox"]:disabled + label.customCheckbox:before {
            box-shadow: none;
            background: #ddd;
        }

    .wizardContent .width100 ul li input[type="checkbox"]:checked + label.customCheckbox:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 23px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }

.wizardContent .width100 ul li .bootstrap-select.open .dropdown-menu {
    border: 1px solid #326496;
    border-top: none;
    width: calc(100% + 2px);
    margin-left: -1px;
}

.wizardContent .width100 ul li .apartmentData {
    width: 100%;
    float: left;
    display: none;
}

    .wizardContent .width100 ul li .apartmentData .additionalContent {
        width: 100%;
        float: left;
        position: relative;
    }

.wizardContent .width100 {
    width: 100%;
    float: left;
}

    .wizardContent .width100 .textInfo {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        text-align: center;
    }

    .wizardContent .width100 .centerElem {
        text-align: center;
        margin-top: 30px;
    }

        .wizardContent .width100 .centerElem .volume, .wizardContent .width100 .centerElem .estimation {
            display: inline-block;
            width: 100%;
            max-width: 300px;
            padding: 20px;
            box-shadow: 0 0 5px 0px grey;
            margin-bottom: 15px;
            margin: 0 10px 15px;
        }

            .wizardContent .width100 .centerElem .volume h3, .wizardContent .width100 .centerElem .estimation h3 {
                color: #316395;
            }

            .wizardContent .width100 .centerElem .volume p, .wizardContent .width100 .centerElem .estimation p {
                font-size: 22px;
                color: #e74b5a;
            }

        .wizardContent .width100 .centerElem .droit-mobilite {
            display: inline-block;
            width: 100%;
            max-width: 640px;
            padding: 20px;
            box-shadow: 0 0 5px 0px grey;
            margin-bottom: 15px;
            text-align: left;
        }

            .wizardContent .width100 .centerElem .droit-mobilite h3 {
                color: #316395;
            }

            .wizardContent .width100 .centerElem .droit-mobilite .text1 {
                margin-top: 10px;
            }

                .wizardContent .width100 .centerElem .droit-mobilite .text1 p {
                    width: 50%;
                    float: left;
                    margin-bottom: 0;
                }

                    .wizardContent .width100 .centerElem .droit-mobilite .text1 p span {
                        color: #e74b5a;
                    }

            .wizardContent .width100 .centerElem .droit-mobilite p.attention {
                color: #f28c08;
                text-align: center;
            }

        .wizardContent .width100 .centerElem .noCancel, .wizardContent .width100 .centerElem .yesProceed {
            padding: 10px;
            width: 230px;
            display: inline-block;
            line-height: 1.4;
            background: red;
            border-radius: 5px;
            margin: 0 30px;
            color: #ffffff;
            font-size: 17px;
        }

        .wizardContent .width100 .centerElem .noCancel {
            background: #e74b5a;
        }

        .wizardContent .width100 .centerElem .yesProceed {
            background: #316395;
        }

.dashboard-container { /*height: auto; padding-bottom: 170px;*/
}

    .dashboard-container #footer { /*position: fixed; bottom: 0; left: 0;*/
        width: 100%;
        z-index: 125;
    }

@media all and (max-width: 1023px) {
    .dashboard-container {
        padding-bottom: 10px;
    }

        .dashboard-container #footer {
            position: static;
        }
}

#chatWrapper .messages-container .message-content-inner {
    height: 290px;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 15px;
}

#chatWrapper .messages-container .sendBtnWrap {
    padding: 0 30px 30px;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    text-align: center;
}

    #chatWrapper .messages-container .sendBtnWrap button {
        width: 100%;
    }

#chatWrapper .messages-container .message-reply {
    padding-bottom: 0;
}

.dashboard-sidebar {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 82px;
}

@media all and (max-width: 990px) {
    .dashboard-sidebar {
        position: static;
        width: inherit;
    }
}

.dashboard-content-container {
    padding-left: 280px;
}

@media all and (max-width: 990px) {
    .dashboard-content-container {
        padding-left: 0px;
    }
}

@media (max-width: 1099px) {
    #header-container.cloned {
        display: block;
    }

    #header {
        height: 81px;
    }
}

@media all and (max-width: 1240px) {
    #header-container.dashboard-header #logo {
        width: 281px;
    }
}

@media all and (max-width: 990px) {
    #header-container.dashboard-header #logo {
        width: auto;
    }
}

.volumeContent {
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    display: grid;
    align-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    width: 900px;
    margin: 0 auto;
}

@media all and (max-width: 1366px) {
    .volumeContent {
        grid-template-columns: 1fr 1fr;
        grid-template-columns: 2;
        width: 450px;
    }
}

@media all and (max-width: 600px) {
    .volumeContent {
        grid-template-columns: 1fr 1fr;
        grid-template-columns: 2;
        width: 100%;
    }
}

.volumeContent .volumeBlock {
    width: 200px;
    height: 150px;
    box-shadow: 0px 0px 3px #b5b5b5;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 5px;
    display: grid;
    margin: 0 auto;
}

@media all and (max-width: 1366px) {
    .volumeContent .volumeBlock {
        margin: 15px auto;
    }
}

@media all and (max-width: 600px) {
    .volumeContent .volumeBlock {
        width: calc(100% - 30px);
        margin: 15px;
    }
}

.volumeContent .volumeBlock p {
    padding: 10px 0 0 0;
}

.dialog-popup {
    padding: 0;
    color: #666;
    max-width: 540px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}

    .dialog-popup .mfp-close {
        color: #888;
        background-color: #f8f8f8;
        border-left: 1px solid #e0e0e0;
        border-radius: 0 4px 0 0;
        top: 0;
        right: 0;
        width: 62px;
        height: 61px;
    }

.clockpicker {
    position: relative;
}

    .clockpicker .input-group-addon {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #b3b3b3;
        border-radius: 0 4px 4px 0;
        color: #ffffff;
    }

.estimateurIframe {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    z-index: 99999;
    height: 100vh;
    width: 100%;
}

    .estimateurIframe .closeIframeBtn {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #b3b3b3;
        color: #ffffff;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
        cursor: pointer;
    }

.CalendarIframe {
    width: 100%;
    display: none;
    position: relative;
}

    .CalendarIframe .closeCalendar {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #b3b3b3;
        color: #ffffff;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
        cursor: pointer;
    }

.tab-prev.button {
    float: left;
    display: none;
}

.tab-next.button {
    float: right;
}

.blockAddress p.volume {
    font-size: 1.7em;
}

.blockAddress p span {
    font-weight: bold;
    color: #336496;
}

.prestation p span {
    font-weight: bold;
    color: #336496;
}

.prestation ul li {
    padding: 5px;
    text-align: left;
}

    .prestation ul li:nth-child(odd) {
        background: rgba(50, 100, 150, 0.5);
        color: #ffffff;
    }

.fun-fact h5 {
    font-size: 30px;
    color: #323232;
    line-height: 38px;
    margin-top: 5px;
}

.ndbicons {
    background-color: white;
    margin-right: 10px;
    height: 60px;
    max-width: 60px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ndbicons2 {
    color: white !important;
    background-color: #326496;
    font-size: 60px !important;
}

.fun-fact-info-bloc {
    width: 100%;
    border: 1px solid black;
    background-color: white;
    margin-bottom: 10px;
}

.fun-fact-info-sous-bloc {
    float: left;
    color: #666;
    font-size: 18px;
    padding-left: 4px;
}

.info_dem_css {
    font-size: 15px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.new_fun_fact {
    background-color: #adadad;
    height: fit-content;
    border-left: 15px solid #fafafa;
    border-right: 15px solid #fafafa;
}

.new_fun_fact_h5 {
    color: white;
    float: left;
    margin-top: 22px;
    font-size: 25px;
}

.new_fun_fact button {
    float: right;
    margin-top: 22px;
    color: white;
}

.info_dem_bloc {
    color: #666;
    margin-bottom: 6px;
    background-color: #fafafa;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    table .prestation tr {
        float: left;
    }

        table.prestation tr td {
            width: 100%;
            float: left;
            text-align: left;
        }

            table.prestation tr td:last-child {
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
            }
}

table.prestation td.centerText {
    text-align: center;
}

@media screen and (max-width: 600px) {
    table.prestation td.centerText {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 600px) {
    table.prestation td:before {
        width: 100%;
        color: #336496;
    }
}

.factureDevis {
    padding: 20px;
}

    .factureDevis .address {
        font-size: 18px;
        font-weight: bold;
        color: #326496;
        text-align: left;
    }

    .factureDevis .date {
        color: #666;
        font-size: 15px;
        margin: 3px 0;
        text-align: left;
    }

    .factureDevis .type {
        color: #666;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }

    .factureDevis .area {
        font-size: 22px;
        font-weight: bold;
        color: #f28c08;
        text-align: center;
    }

    .factureDevis .icon {
        font-size: 18px;
        font-weight: bold;
        color: #326496;
        text-align: center;
    }

    .factureDevis .amount {
        font-size: 22px;
        font-weight: bold;
        color: #e54b5a;
    }

@media screen and (max-width: 1300px) {
    .factureDevis .address {
        text-align: center;
    }

    .factureDevis .date, .factureDevis .type, .factureDevis .area, .factureDevis .icon, .factureDevis .amount, .factureDevis .print {
        margin-top: 10px;
        text-align: center;
    }
}

.factureDevis .alignMiddle {
    display: grid;
    align-items: center;
    text-align: center;
}

.factureDevis .alignMiddleRight {
    display: grid;
    align-items: center;
    text-align: right;
}

.factureDevis .width50 {
    width: 50%;
    float: left;
}

@media screen and (max-width: 1300px) {
    .factureDevis .width50 {
        width: 100%;
        text-align: center;
    }
}

.factureDevis .width50 .width40 {
    width: 40%;
    float: left;
}

@media screen and (max-width: 1300px) {
    .factureDevis .width50 .width40 {
        width: 100%;
        text-align: center;
    }
}

.factureDevis .width50 .width20 {
    width: 20%;
    float: left;
}

@media screen and (max-width: 1300px) {
    .factureDevis .width50 .width20 {
        width: 100%;
        text-align: center;
    }
}

.prestation-container {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 25px;
}

@media (max-width: 1024px) {
    .prestation-container {
        grid-template-columns: auto;
    }
}

.prestation-container .text-center {
    text-align: center;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding-bottom: 30px;
    position: relative;
}

    .prestation-container .text-center h4 {
        font-weight: bold;
    }

    .prestation-container .text-center p {
        font-size: 20px;
        line-height: 1.3;
        padding-bottom: 20px;
    }

    .prestation-container .text-center input {
        margin: 0 auto;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }

        .prestation-container .text-center input[type="radio"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

            .prestation-container .text-center input[type='radio']:after {
                width: 15px;
                height: 15px;
                border-radius: 15px;
                top: -14px;
                left: 0px;
                position: relative;
                background-color: #d1d3d1;
                content: '';
                display: inline-block;
                visibility: visible;
                border: 2px solid #d1d3d1;
            }

            .prestation-container .text-center input[type='radio']:checked:after {
                width: 15px;
                height: 15px;
                border-radius: 15px;
                top: -14px;
                left: 0px;
                position: relative;
                background-color: #326496;
                content: '';
                display: inline-block;
                visibility: visible;
                border: 2px solid #326496;
            }

.grid-home-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
}

    .grid-home-container .grid-home-items {
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        margin-top: 30px;
        position: relative;
        margin-right: 20px;
        padding: 20px 20px 20px 20px;
    }

        .grid-home-container .grid-home-items p {
            margin: 0;
        }

            .grid-home-container .grid-home-items p span {
                color: #0c4da2;
            }

        .grid-home-container .grid-home-items .icon3 {
            margin-right: 10px;
        }

        .grid-home-container .grid-home-items .documents-text {
            display: inline-block;
        }

        .grid-home-container .grid-home-items .number-documents {
            float: right;
            font-weight: bold;
        }

            .grid-home-container .grid-home-items .number-documents sub {
                color: #0c4da2;
            }

        .grid-home-container .grid-home-items .text-center {
            text-align: center;
            margin-top: 30px;
        }

            .grid-home-container .grid-home-items .text-center a {
                color: #0c4da2;
                font-weight: bold;
            }

        .grid-home-container .grid-home-items hr {
            margin: 20px 0;
        }

        .grid-home-container .grid-home-items .float-right {
            float: right;
        }

    .grid-home-container .volume-text, .grid-home-container .icons-layout1 {
        display: inline-block;
    }

    .grid-home-container .volume-text, .grid-home-container .volume-text2 {
        top: 5px;
        position: relative;
    }

    .grid-home-container .volume-text2 {
        left: 10px;
    }

    .grid-home-container .icons-layout1 {
        float: right;
    }

        .grid-home-container .icons-layout1 img {
            background-color: #f2f2f2;
            padding: 5px;
            margin-right: 5px;
        }

    .grid-home-container .icons-layout2 {
        float: left;
    }

        .grid-home-container .icons-layout2 img {
            background-color: #f2f2f2;
            padding: 5px;
            margin-right: 5px;
        }

    .grid-home-container h5 {
        font-weight: bold;
        text-transform: uppercase;
        color: #a6a6a6;
    }

    .grid-home-container i.icon-material-baseline-notifications-none {
        color: #0c4da2;
    }

    .grid-home-container .timeline {
        margin-top: 40px;
    }

    .grid-home-container .time1 .text-opt, .grid-home-container .time2 .text-opt, .grid-home-container .time3 .text-opt, .grid-home-container .time4 .text-opt {
        display: inline-block;
        padding: 10px 30px;
    }

        .grid-home-container .time1 .text-opt span, .grid-home-container .time2 .text-opt span, .grid-home-container .time3 .text-opt span, .grid-home-container .time4 .text-opt span {
            font-size: 13px;
            color: #909090;
        }

    .grid-home-container .vertical-line {
        height: 60px;
        width: 2px;
        position: relative;
        left: 23px;
        background-color: #f1f1f1;
        z-index: 0;
    }

    .grid-home-container .circle-green {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #8cc747;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border: 1px solid #8cc747;
        float: left;
        z-index: 3;
        position: relative;
    }

        .grid-home-container .circle-green i {
            font-size: 20px;
        }

    .grid-home-container .circle-blue {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #22559f;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border: 1px solid #22559f;
        float: left;
        z-index: 3;
        position: relative;
    }

        .grid-home-container .circle-blue i {
            font-size: 20px;
        }

    .grid-home-container .circle-red {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #e33226;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border: 1px solid #e33226;
        float: left;
        z-index: 3;
        position: relative;
    }

        .grid-home-container .circle-red i {
            font-size: 20px;
        }

    .grid-home-container .circle-white {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-color: #a6a6a6;
        float: left;
        z-index: 3;
        position: relative;
    }

        .grid-home-container .circle-white i {
            font-size: 20px;
        }

    .grid-home-container .list-opt {
        margin: 0;
        padding: 0;
    }

        .grid-home-container .list-opt li {
            display: inline-block;
            list-style: none;
            font-size: 14px;
            padding-right: 10px;
        }

            .grid-home-container .list-opt li .green {
                width: 10px;
                height: 10px;
                background-color: #8cc747;
                display: inline-block;
                border-radius: 50%;
            }

            .grid-home-container .list-opt li .blue {
                width: 10px;
                height: 10px;
                background-color: #22559f;
                display: inline-block;
                border-radius: 50%;
            }

            .grid-home-container .list-opt li .red {
                width: 10px;
                height: 10px;
                background-color: #e33226;
                display: inline-block;
                border-radius: 50%;
            }

    .grid-home-container .button-cover, .grid-home-container .knobs, .grid-home-container .layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .grid-home-container .button {
        position: relative;
        width: 60px;
        height: 24px;
        overflow: hidden;
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }

        .grid-home-container .button.r, .grid-home-container .button.r .layer {
            border-radius: 100px;
        }

        .grid-home-container .button.b2 {
            border-radius: 2px;
        }

    .grid-home-container .checkbox {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

    .grid-home-container .knobs {
        z-index: 2;
    }

    .grid-home-container .layer {
        width: 100%;
        background-color: #0c4da2;
        transition: 0.3s ease all;
        z-index: 1;
        border-radius: 30px;
    }

    .grid-home-container #button-13 .knobs:before, .grid-home-container #button-13 .knobs:after, .grid-home-container #button-13 .knobs span {
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 9px 4px;
        border-radius: 2px;
        transition: 0.3s ease all;
    }

    .grid-home-container #button-13 .knobs:before, .grid-home-container #button-13 .knobs:after {
        color: #ffffff;
        z-index: 1;
    }

    .grid-home-container #button-13 .knobs:before {
        content: 'YES';
        left: 4px;
    }

    .grid-home-container #button-13 .knobs:after {
        content: 'NO';
        right: 4px;
    }

    .grid-home-container #button-13 .knobs span {
        left: 37px;
        background-color: #ffffff;
        z-index: 2;
        border-radius: 50%;
        top: 2px;
    }

    .grid-home-container #button-13 .checkbox:checked + .knobs span {
        left: 4px;
        background-color: #ffffff;
    }

    .grid-home-container #button-13 .checkbox:checked ~ .layer {
        background-color: #F44336;
    }

.grid-insurance {
    display: grid;
    grid-template-columns: 60% 40%;
}

    .grid-insurance .insurance-items:nth-of-type(1) {
        border-right: 1px solid #000000;
        padding-right: 20px;
    }

    .grid-insurance .insurance-items:nth-of-type(2) p {
        text-align: right;
        padding-right: 20px;
    }

.validation-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.block-1, .left-section-validation {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    position: relative;
    margin-right: 20px;
    padding: 20px 30px;
}

.block-1-container {
    display: grid;
    grid-template-columns: 60% 40%;
}

    .block-1-container .block-1-items:nth-of-type(2) {
        text-align: right;
    }

.btns-validate {
    margin-top: 30px;
}

.text-right {
    text-align: right;
}

.view-all {
    color: #0c4da2;
}

.block-orage {
    border-radius: 4px;
    background-color: #f28c08;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    position: relative;
    margin-right: 20px;
    padding: 20px 30px;
    color: #ffffff;
}

.rate-text {
    float: left;
    top: 5px;
    position: relative;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    top: 5px;
    position: relative;
}

    /*hides the radio buttons*/
    .rating > input {
        display: none;
    }

    /*style the empty stars, sets position:relative as base for pseudo-elements*/
    .rating > label {
        position: relative;
        width: 1.1em;
        display: inline-block;
        font-size: 30px;
        color: #0c4da2;
        cursor: pointer;
        margin-bottom: 0;
    }

        /* sets filled star pseudo-elements */
        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        /*overlays a filled start character to the hovered element and all previous siblings*/
        .rating > label:hover:before, .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    /*overlays a filled start character on the selected element and all previous siblings*/
    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    /*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/
    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

#container_fix {
    height: auto;
    padding-bottom: 100px !important;
}
/* modal info */
/* 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: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

    .modal-content h2 {
        margin-bottom: 10px;
    }
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

    .close:hover,
    .close:focus {
        color: #1e3c5a;
        text-decoration: none;
        cursor: pointer;
    }
#lbt_valider {
    background-color: #b00000;
}
#bt_valider {
    background-color: #b00000 !important;
}
.btn_rouge {
    background-color: #b00000 !important;
}
a.button:hover {
    background-color: #b00000 !important;
}
.language-switcher.bootstrap-select.btn-group button:hover {
    background-color: #b00000;
    color: white;
}

.language-switcher.bootstrap-select.btn-group.open button {
    background-color: #b00000;
    color: white;
}
#bt_recup_mdp {
    background-color: #b00000 !important;
}
#bt_verif_pwd {
    background-color: #b00000 !important;
}
.agscolor {
    background-color: #adadad !important;
}
.agscolor2 {
    color: black !important;
}
.agscolor3 {
    color: #b00000 !important;
}
#bt_valider_choix {
    background-color: #b00000;
}
#backtotop a {
    color: #fff;
    background-color: #b00000;
    border: 1px solid;
}
.separator {
    background-color: #adadad !important;
}

