/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23/04/2020
    Author     : Tania
*/
body, html{
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #646464;
}
.container{
    width: 90%;
}
.no-gutters{
    padding-left: 0;
    padding-right: 0;
}
.mtb-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
label.col-sm-2 {
    width: auto;
}
.w-50{
    width: 50%;
}
.w-75{
    width: 75%;
}
.p-5{
    padding: 5rem;
}
.px-5{
    padding-right: 5rem;
    padding-left: 5rem;
}
.py-5{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pt-5{
    padding-top: 5rem;
}
.pb-5{
    padding-bottom: 5rem;
}
.m-0{
    margin: 0;
}
.m-5{
    margin: 5rem;
}
.mx-5{
    margin-right: 5rem;
    margin-left: 5rem;
}
.my-5{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mt-5{
    margin-top: 5rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.m-2{
    margin: 2rem;
}
.mx-2{
    margin-right: 2rem;
    margin-left: 2rem;
}
.my-2{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mt-2{
    margin-top: 2rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.mt-15{
    margin-top: 15px;
}
.mt-2{
    margin-top: 20px;
}
.mt-3{
    margin-top: 30px;
}
.d-flex{
    display: flex;
}
.ml-5{
    margin-left: 5px;
}
.w-400{
    width: 350px;
}
.w-250{
    width: 250px;
}
.h-100{
    height: 100%;
}
.line-height-25{
    line-height: 25px;
}
.align-items-center{
    align-items: center;
}
.align-content-center{
    align-content: center;
}
.justify-content-around{
    justify-content: space-around;
}
/*================================== NAVEGATION===================================*/
.navbar{
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    background-color: #fff;
    border: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    min-height: 80px;
    top: 0;
}
.navbar-inner{
    /*height: 90px*/
    min-height: 60px
}
/*.navbar .brand{*/
/*    padding: 0 10px;*/
/*}*/
.navbar .nav > li > a {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-align: center;

}
.navbar .btn-navbar {
    margin-top:15px;
}
.menu-item-pr{
    background-color: #bdc5d1;
    font-weight: 700;
    color: #fff !important;
}
a.menu-item-pr:hover, a.menu-item-sc:hover{
    background-color: #dd0d1c !important;
    color: #ffffff !important;
}
a.menu-item-tr:hover{
    background-color: #8c98a4 !important;
    color: #ffffff !important;
}
a.menu-item-sc{
    background-color: #8c98a4;
    font-weight: 700;
    color: #ffffff !important;
}
a.menu-item-pr {
    color: #ffffff;
}
a.menu-item-qm {
    font-weight: 600;
}
a.menu-item-qm:hover {
    color: #ffffff !important;
}
a.menu-item-tr:hover {
    background-color: #dbdbdb !important;
    color: #000000 !important;
}

/*=================================================================================*/
.brand {
    height: 80px;
    display: inline-block;
}
.brand a {
    height: 100%;
    display: grid;
    align-content: center;
}
.brand img{
    margin-top: 0 !important;
    max-height: 65px;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
}
.box-shadow-light {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}
.info-panel.box-shadow, .contact-block.box-shadow,
.dsh-block.box-shadow{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.14);
}
.welcome{
    background-image: url("../images/back-head.png");
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 300px;
    background-color: #86929d;
    background-position: 100%;
    background-repeat: no-repeat;
    border-bottom: 12px solid #be1622;
    border-top: 92px solid #be1622;
    padding: 28px 0;
}
.welcome h2{
    margin: 5px 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.welcome h3{
    margin: 0;
    font-size: 21px;
    color: #fff;
}
.welcome h4{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.welcome h5{
    font-size: 13px;
    color: #fff;
    margin-top: 35px;
    font-weight: 300;
}
.clients{
    padding: 60px 0;
}
.listing-clients {
    border-top: solid 2px #dd0d1c;
}
.heading-clients{
    margin-bottom: 40px;
}
.title {
    background-color: #ffffff;
    margin-top: -35px;
    position: relative;
    /*width: max-content;*/
    padding-right: 15px;
    padding-left: 15px;
}
.title h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    color: #dd0d1c;
}
.listing-clients .panel-icon{
    margin: 5px 0;
}
.info-panel {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px;
}
.info-heading{
    background-color: #8c98a4;
    width: 100%;
    position: relative;
    display: block;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
}
.info-body{
    text-align: center;
}
.info-client{
    padding: 20px;
}
.info-heading:hover{
    text-decoration: none;
    background-color: #dd0d1c;
    color: #ffffff;
}
.img-responsive {
    display: inherit;
}

/*======================================DASHBOARD CLIENT================================*/
.inner-main{
    margin-top: 80px;
}
.inner-main::before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
}
.info-content h2{
    font-size: 35px;
    margin-top: 0;
    margin: 0 0 30px 0;
}
.info-content h3{
    font-size: 25px;
    text-transform: uppercase;
}
.right-block{
    padding-right: 15px;
}
.contact-block, .dsh-block {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    position: relative;
}
.contact-block h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
}
.info-content{
    padding: 80px 0 40px 0;
}
.info-content .title{
    margin-top: 0;
}
.info-content h4{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.dhs-logo{
    text-align: right;
}
.dhs-logo img{
    display: inline;
    margin-bottom: 20px;
}
.dsh-block-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dsh-block-title h2{
    text-align: left;
    font-size: 21px;
    margin: 6px 15px;
    font-weight: 700;
}
.title-block-01{
    color: red;
}
.title-block-02{
    color: orange;
}
.title-block-03{
    color: #006A80;
}
.title-block-04{
    color: #6a2e98;
}
.contact-block p{
    line-height: 25px;
    margin-bottom: 0;
}
.icn-image01{
    background-color: red;
    padding: 13px;
    border-radius: 6px;
    height: 60px;
    width: 100px;
}
.icn-image02 {
    background-color: orange;
    padding: 13px;
    border-radius: 6px;
    height: 60px;
    width: 80px;
}
.icn-image03{
    background-color: #006A80;
    border-radius: 6px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icn-image04{
    background-color: #6a2e98;
    padding: 13px;
    border-radius: 6px;
    height: 60px;
    width: 80px;
}
.icn-image04 img {
    height: 100%;
}
.dsh-block{
    min-height: 100%;
    margin-top: 15px;
}
.dsh-block-wr {
    border: 2px solid red;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}
.btn.btn-dt .watch{
    font-size: 35px;
    margin-bottom: 10px;
}
.dsh-block-wr h3{
    font-size: 18px;
    margin: -20px 0 10px 0;
    background-color: #fff;
    width: min-content;
    padding: 0 10px;
    position: relative;
    color: red;
    font-weight: 700;
}
.dsh-block-wr p{
    font-size: 13px;
    font-weight: 600;
}
#right-arrow-wh, #right-arrow-bk{
    width: 25px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
}
#right-arrow-wh .arrow{
    fill: #ffffff;
}
.btn.btn-dt {
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 17px;
}
.btn.btn-dt-xl {
    color: #fff;
    padding: 5rem 1.5rem;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    display: grid;
    justify-content: center;
    border-radius: 6px;
}

.block-dt-dc{
    color: #fff;
    padding: 5rem 1.5rem;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    flex-direction: column;
    align-items: center;
}
.btn.btn-dt:hover,.btn-dt-sm:hover {
    color: #ffffff;
    text-decoration: none;
}
.btn-dt h3 {
    font-size: 3.2rem;
    font-weight: normal;
}
.btn-dt-xl svg,
.block-dt-dc svg{
    width: 5rem;
}
.btn{
    white-space: normal;
}
.btn .home{
    width: 20px;
    margin-right: 10px;
}
.warning-block {
    display: inline-flex;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    margin: 3rem auto 0 auto;
    width: 80%;
}
.warning-block svg {
    width: 7rem !important;
}
.warning-block span {
    font-size: 1.5rem;
    font-weight: bold;
}
.warning-block p {
    font-size: 1.3rem;
    margin-left: 1rem;
    margin: 0 0 0 10px;
}
.d-inline-block {
    display: inline-block;
}
.btn-dt-sm {
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 6px;
    white-space: normal;
}
.btn-dt-sm-line {
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 15px;
    white-space: normal;
}
.btn-dt-sm-line:hover {
    color: #fff;
}
.btn-dt-sm-line:hover #right-arrow-bk .arrow{
    fill: #ffffff;
}

.deco-title {
    width: 100%;
    height: 1px;
}
.deco-title::before {
    content: "";
    width: 10%;
    height: 10px;
    position: absolute;
    left: 0;
    margin-top: -5px;
}
.spe-title h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    position: absolute;
}
.specif-block {
    padding: 60px 0;
    position: relative;
}

.spe-title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.spe-title .title-decoration {
    position: absolute;
    width: 62%;
    right: 0;
}
.spe-cont {
    display: flex;
    align-items: center;
}
.spe-cont .btn.btn-dt-sm {
    width: 155px;
    margin-left: 20px;
}
.label-dsh {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 0;
}
.label-dsh-p {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
}
td.step-dsh, td.label-dsh-btn, td.step-dsh-title {
    vertical-align: middle !important;
    height: 140px;
}
td.step-dsh{
    width: 25%;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #DCDCDC;
}
.label-dsh-btn .btn-warning, .label-dsh-btn .btn-success {
    width: 220px;
    text-align: left;
    display: flex;
    align-items: center;
}
.alert.alert-success{
    font-size:20px
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-titles{
    margin-top:50px;
}
.panel-heading h3{
    color: #ffffff !important;
    font-size: 18px;
    margin: 5px 0;
}
.declaration {
    margin: 40px 60px !important;
}
.panel-content {
    padding: 40px;
}
.specif-block .spe-title .form-titles {
    margin: 0;
}
.label-form{
    font-size:14px;
    float: right;
}
.form-widget {
    padding-top: 7px;
}
.liste-prestations li{

}
/*------------- Prise rdv -----------------*/
.company-head {
    color: white;
}
.rdv-title{
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 60px;
}
.rdv-title h1{
    margin: 0;
}
.logo-content {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}
.logo-content img{
    max-height: 80px;
    max-width: 80px;
    display: inline-block;
}
.civilite_items .form-check {
    display: inline-flex;
    margin-left: 20px;
}
.content-rdv h2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3.5rem;
    margin-top: 0;
    line-height: 2.2rem;
}
.company-head h1{
    font-size: 2rem;
}
.content-rdv h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.3rem;
    margin-top: 18px;
    line-height: 2.8rem;
}
.content-rdv h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.7rem;
    margin-top: 0;
    line-height: 2.2rem;
}
.date-btn{
    background-color: grey !important;
    width: 100%;
    font-size: small;
}
.date-btn:hover{
    background-color:  dimgrey !important;
    color: white;
}
.rdv-conf-icn svg {
    width: 150px;
    margin: 30px 0;
}
.block-return {
    width: 75%;
    margin: 0 auto;
}
.dir-breadcrumb .breadcrumb {
    position: relative;
    border-radius: 0;
}
.dir-breadcrumb nav ol{
    margin-bottom: 0 !important;
}

/*------------ btn agenda backoffice --------------*/
.agenda-icn svg {
    width: 50px;
}
.agenda-arrow-icn svg {
    width: 40px;
}
.btn-agenda {
    display: inline-flex;
    width: 100%;
    border-radius: 5px;
    padding: 15px 45px;
    color: white;
}
.btn-agenda:hover{
    color: white;
    text-decoration: none;
}
.btn-agenda-content {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    text-align: center;
}
.agenda-text h3 {
    font-size: 16px;
    font-weight: 700;
    color: white !important;
    margin: 0;
}
.agenda-text h4 {
    font-size: 15px;
    margin: 0;
}
/*-------------------- Block agenda ---------------------------*/
.agenda-block-content {
    padding: 0 15px;
}
.agenda-block-content h1 {
    font-size: 23px;
    font-weight: bold;
}
.agenda-block-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: inherit;
    font-weight: 600;
    margin-top: 55px;
    margin-bottom: 20px;
}
.heure_agenda {
    padding: 15px 0;
    color: white;
    margin: 0;
}
.dt_agenda{
    vertical-align: middle !important;
}

/*======================================RESPONSIVE======================================*/
@media (min-width:1200px) and (max-width: 1778.98px){
    /*.navbar-header {*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/

}

@media (max-width: 1199.98px){
    .d-flex{
        display: block !important;
    }
    .row {
        display: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin:30px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .dsh-block-wr{
        position: relative;
        width: 100%;
        margin-top: 80px;
    }
    .dsh-block-wr h3{
        left: 0;
    }
    .right-block {
        padding-left: 15px;
    }
    .dsh-block-title{
        display: inline-flex;
    }
    .dhs-logo {
        text-align: center;
    }
    .form-group{
        margin-bottom: 0;
    }
    /*td.step-dsh{*/
    /*    width: 100%;*/
    /*}*/
}
@media (min-width:991.1px){
    td.step-dsh{
        width: 25% ;
    }
}
@media (max-width:991px) {
    td.step-dsh, td.label-dsh-btn, td.step-dsh-title {
        text-align: center;
    }

    .table.table-hover.table-responsive tr {
        display: grid;
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    td.step-dsh, td.label-dsh-btn, td.step-dsh-title {
        height: 50px;
        border: none !important;
    }

    .label-dsh-btn .btn-warning, .label-dsh-btn .btn-success {
        margin: 0 auto;
    }

    .table-responsive {
        border: none;
    }
    .spe-cont {
        display: inline-block;
        text-align: center;
    }
    .spe-cont .btn.btn-dt-sm{
        margin: 20px auto;
    }
    .label-form{
        float: left;
    }
    .label-dsh{
        width: 100%;
        display: block;
    }
    td.step-dsh{
        width: 100%;
    }
}
@media (max-width:768px) {
    .brand img{
        margin-bottom: 5px
    }
    .navbar .btn-navbar{
        /*margin-right: -15px;*/
    }
    .navbar .nav > li > a {
        padding: 10px 15px;
    }
    .btn-agenda-content {
        text-align: left;
    }
}
@media (max-width:678px) {
    .agenda-arrow-icn {
        display: none;
    }
}
@media (max-width:476px){
    .dsh-block-title{
        display: block;
    }
    .icn-image01, .icn-image02, .icn-image03{
        margin: 0 auto;
    }
    .dsh-block-title h2{
        text-align: center;
        margin-top: 20px;
    }
    .navbar-toggle {
        margin: 30px 10px;
    }
    .btn-agenda-content {
        display: block;
    }
}

