body {
    font-family: 'Lato', sans-serif !important;

    background-color: #eeece3;
    color: #184b3c;

}

/*********Common classes ********/

.container-spacer{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}




a {
    color: #184b3c;
}

.title h1 {
    text-transform: uppercase;
    font-size: 1.9em;
    color: #38938c;
}

h1{
  font-size: 1.8rem;
}

h1, h2, h3 {
    margin: 10px 0;
    padding: 0;
    font-weight: 700;
}

.comment{
    font-style: italic;
    font-size: 0.9em;
}
.comment a{
    text-decoration: underline;
}
.mbt-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hidded {
    display: none
}

.img-responsive {
    width: 100%;
}

.bottom-link{
    font-style: italic;
    color: #626262;
    text-decoration: underline;
    font-size: 0.9em;
}

.btn-custom {
    color: #fff;
    background-color: #38938c;
    /*border-color: #38938c;*/
    border-radius: 1rem;
    padding: .25rem 1rem;
}

.text-custom {
    color: #38938c;
}


.escli-alert{
    color: #000b5a;
    border-radius: 10px;
    border: 2px solid #38938c;
    margin:1.2rem 0;
    padding: 1.2rem;
}
.escli-alert-title{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.2rem;
}
.escli-alert-title .close-alert{
    float: right;
    color:#38938c;
}
.escli-alert-body{

}

/***** FIN ACCUEIL ****/

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.max1line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.max3line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.max4line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.max2line, div.max2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nav-link{
    position: relative;
}
.labelbadge {
    background-color: #38938c !important;
    border-radius: .25em;
    position: absolute;
    top: 9px;
    color: #fff !important;
    /*right: 7px;*/
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.table .thead-custom th {
    background-color: #38938c;
    color: #FFF;
}

.color-akemar {
    color: #184b3c;
}
.bg-deepbeige {
    background-color: #eeece3;
    color: #FFF;
}
.bg-deepbleu {
    background-color: #38938c;
    color: #FFF;
}
.bg-deepbleu a{
    color:#FFF;
}
.bg-deeporange{
    background-color: #38938c;
    color: #FFF;
}
.bg-deeporange a{
    color:#FFF;
}

#blocCarteTP {
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}


@media all and (max-width: 767px) {
    .title h1 {
        font-size: 1.3em;
    }
}

.toast.toast-custom {
    border-color: #38938c;
    border-radius: 1rem;
}
.toast.toast-custom .toast-header{
    color: #000b5a;
    background-color: #FFF;
    border-radius: 1rem 1rem 0 0 ;
}
/****RESPONSIVE TABLE*****/

ul.responsive-table {
    padding: 0;
    margin: 0;
}
.responsive-table li {
    /*border-radius: 3px;*/
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 12px;*/
}

.responsive-table .table-header {
    background-color: #FFF;
    color: #000b5a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 1rem 1rem 0 0 ;
    border-color:#a9b0cd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .table-sub-header {
    background-color: #FFF;
    color: #000b5a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 5px ;
    border-color:#a9b0cd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .table-sub-header:not(:first-child) {
    margin-top: 20px;
}

.responsive-table .table-row {
    /*background-color: #e3eaf4;*/
    border-color:#a9b0cd;
    border-style: solid;
    border-width: 1px;
}
.responsive-table .table-row.accordian-body {
    background-color: #e3eaf4;
    border-color:#a9b0cd;
    border-style: solid;
    border-width: 0 1px 1px 1px;

}
.responsive-table .table-row.lastli {
    border-radius: 0 0 1rem 1rem;

}

.responsive-table .col-1 {
    flex-basis: 25%;
}

.responsive-table .col-2 {
    flex-basis: 50%;
}

.responsive-table .col-3 {
    flex-basis: 25%;
}

/*.responsive-table .col-4 {*/
    /*flex-basis: 25%;*/
/*}*/

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table .table-row {

    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {

        flex-basis: 100%;

    }

    .responsive-table .col {
        display: flex;
        padding: 0;
        max-width: 100%;
        /*&:before {*/
        /*color: #6C7A89;*/
        /*padding-right: 10px;*/
        /*content: attr(data-label);*/
        /*flex-basis: 50%;*/
        /*text-align: right;*/
        /*}*/
    }

    .responsive-table .table-row.firstli {
        border-color:#a9b0cd;
        border-style: solid;
        border-width: 1px;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .responsive-table .table-row.lastli {
        border-color:#a9b0cd;
        border-style: solid;
        border-width: 1px;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;

    }
}

/********FORM***********/
form i.leftico {
    left: 5px;
    top: 26px;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    color: #184b3c;
}
form i.rightico {
    right: 5px;
    top: 26px;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    float: right;
    color: #000b5a;
}
form input[type=text], form input[type=password], form input[type=email] {
    border-width:  0 0 1px 0;
    border-style: solid ;
    border-color: #000b5a;
    border-radius: unset;
    padding-left: 28px;
}