@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

input, button {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input:focus, input:active {
    border: 1px solid #482683 !important;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #333;
}

.datepicker[readonly] {
    background-color: #fff;
    opacity: 1;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #31353D;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    min-height: 100vh;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 32px;
    line-height: 24px;
    position: relative;
    color: #FFFFFF;
    font-size: 19px;
}

#MenuSideBar {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 33px;
    overflow: auto;
    margin: 0;
}

#MenuSideBar h3 {
    padding: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

#MenuSideBar svg {
    margin-right: 8px;
}

#MenuSideBar ul {
    padding: 0px 0 5px 50px;
    background: #3a3f48;
}

#MenuSideBar ul li a {
    padding: 15px 0;
}

#MenuSideBar ul li a {
    display: block;
    padding: 15px 0;
    font-size: 13px;
    line-height: 15px;
    color: #818896;
}

#MenuSideBar ul li.active a,
#MenuSideBar ul li a:hover,
#MenuSideBar ul li a:focus {
    color: #FFFFFF;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #12303B;
}

a.article,
a.article:hover {
    background: #12303B !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    /*height: 100vh;*/
    transition: all 0.3s;
    /*overflow-y: scroll!important;*/
}

#sidebar {
    z-index: 99;
}

#content.withSideBar {
    width: calc(100% - 250px);
    padding: 20px;
    height: 100vh;
    transition: all 0.3s;
    overflow: auto !important;
    position: absolute;
    left: 250px;
}

.text-dark-blue {
    color: #12303B;
}

.bg-dark-blue {
    background: #12303B;
}

.bg-grey {
    background: #999999;
}

.text-violet {
    color: #482683;
}

.bg-violet {
    background: #482683;
}

.ajax-loader {
    z-index: 1001;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    background: url("../img/loader.gif") no-repeat center;
    width: 31px;
    height: 31px;
}

.mailRow {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.51);
}

.mailRow:hover {
    background: rgba(153, 153, 153, 0.33);
}

.modal-content {
    box-shadow: 0 0 40px;
}

.blocDashboard {
    display: block;
    background: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1)
}

.blocDashboard div h1,
.blocDashboard div span {
    display: inline-block;
    vertical-align: baseline;
}

.blocDashboard div:after {
    content: '';
    display: table;
    clear: both;
}

.form_search input,
.form_search select {
    margin-bottom: 10px;
    height: 35px;
    padding: 0;
}

.form_search label {
    display: block;
}

.bg-souscription {
    border-radius: 5px;
    border: solid 1px #333333;
    background-color: #eeeeee;
    padding: 15px;
}


.nav-tabs .nav-item {
    font-size: 1.1rem;
    background: #DDDDDD;
    border: 0;
    margin-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #482683;
}

.tab-content {
    border: 2px solid #482683;
    padding: 20px;
    margin-bottom: 20px;
}

.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    display: block;
    height: 100%;
    border-top: 1px solid #482683;
    border-right: 1px solid #482683;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #482683;
}

.nav-tabs {
    border: 0;
}

/*.active{*/
/*    color: #818896;*/
/*}*/
.inputRadioChoiceProduit label {
    display: block;
}

.blocValidationDevis,
.blocChoixFormuleSante {
    width: 60%;
    margin: auto;
}

.checkboxBig {
    width: 30px;
    height: 30px;
}

.table.tableResponsiveBlock td .labelResponsive {
    display: none;
}

/** **************  MENU BURGER ***************** */
/*
.wrapper {
    display: block;
}

#sidebar {
    position: relative;
    max-width: 100%;
    min-height: 0;
}

#sidebar .sidebar-header {
    padding: 5px 50px 10px;
    height: 70px;
}

#sidebar .sidebar-header .btnMenu {
    display: block;
    position: absolute;
    color: #FFFFFF;
    top: 0;
    left: 0;
    height: 70px;
    line-height: 65px;
    width: 50px;
}

#sidebar .sidebar-header .btnMenu span,
#sidebar .sidebar-header .btnMenu:before,
#sidebar .sidebar-header .btnMenu:after {
    content: "";
    display: block;
    position: absolute;
    background: #FFFFFF;
    top: 50%;
    left: calc(50% - 15px);
    height: 2px;
    width: 30px;
    transition: 400ms;
}

#sidebar .sidebar-header .btnMenu:after {
    top: calc(50% - 10px);
}

#sidebar .sidebar-header .btnMenu:before {
    top: calc(50% + 10px);
}

#sidebar.open .sidebar-header .btnMenu span,
#sidebar.open .sidebar-header .btnMenu:after {
    transform: rotate(45deg);
    top: 50%;
}

#sidebar.open .sidebar-header .btnMenu span {
    opacity: 0;
}

#sidebar.open .sidebar-header .btnMenu:before {
    transform: rotate(-45deg);
    top: 50%;
}

.sidebar-footer {
    width: auto;
    top: 0;
    right: 0;
    bottom: auto;
    border: none;
    box-shadow: none;
}

.sidebar-footer .btn {
    display: none;
}

.sidebar-footer .btnChangePassword,
.sidebar-footer .btnLogout {
    display: block;
    height: 70px;
    line-height: 65px;
    width: 50px;
}

#sidebar #MenuSideBar {
    display: none;
}

#sidebar.open #MenuSideBar {
    display: block;
    background: #31353D;
    bottom: auto;
    right: auto;
    top: 70px;
}

#content.withSideBar {
    width: 100%;
    padding: 20px;
    height: auto;
    position: relative;
    left: 0;
}*/

/** ************** FIN MENU BURGER ***************** */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1100px) {
    .blocValidationDevis,
    .blocChoixFormuleSante {
        width: 100%;
    }
}

@media (max-width: 768px) {
    /*#sidebar {*/
    /*    min-width: 100px;*/
    /*    max-width: 100px;*/
    /*    text-align: center;*/
    /*    margin-left: -100px !important;*/
    /*}*/
    /** **************  MENU  ***************** */
    .wrapper {
        display: block;
    }
    #sidebar {
        position: relative;
        max-width: 100%;
        min-height: 0;
    }
    #sidebar .sidebar-header {
        padding: 5px 50px 10px;
        height: 70px;
    }
    .sidebar-footer {
        width: auto;
        top: 0;
        right: 0;
        bottom: auto;
        border: none;
        box-shadow: none;
    }
    .sidebar-footer .btn {
        display: none;
    }
    .sidebar-footer .btnLogout {
        display: block;
        height: 70px;
        line-height: 65px;
        width: 40px;
    }
    #sidebar #MenuSideBar {
        display: none;
    }
    #content.withSideBar {
        width: 100%;
        padding: 20px;
        height: auto;
        position: relative;
        left: 0;
    }
    /** **************  FIN MENU ***************** */
    .sidebar-footer .btnChangePassword {
        display: none;
    }

    .table.tableResponsiveBlock th {
        display: none;
    }

    .table.tableResponsiveBlock td {
        display: block;
        padding: 0 5px;
        border: none;
        text-align: left !important;
    }

    .table.tableResponsiveBlock td .labelResponsive {
        display: inline;
        font-weight: bold;
    }
}

/* ---------------------------------------------------
    Docs grisé avec motif
----------------------------------------------------- */
a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #95a5a6;
}


/* ---------------------------------------------------
    Inter Tel Jquery component
----------------------------------------------------- */
.iti {
    width: 100%;
}


.bgFraude {
    background: url("../img/fraude.png") no-repeat 40% 50%;
}

.bgContentieu {
    background: url("../img/contentieu.png") no-repeat 40% 50%;
}

.popinImpaye .form-control {
    text-align: center;
    display: inline-block;
    width: auto;
}

.textEsPerso {
    color: #dc3545;
    padding: 1rem 1rem;
}

.red-text {
    color: #dc3545;
}

.bg-green {
    background-color: #78c091;
}

.bg-red {
    background-color: #F53A3A
}

.bg-orange {
    background-color: #ff9770;
}