.timeline-item {
    background: rgb(220, 220, 220);
    border: 1px solid #ddd;
    box-shadow: none;
    color: #000000;
}

.discover-block .filter-map .item-map{
    width: 110px ! important;
}

.location-block .location-content .text-hidden {
    display: none;
}

footer .footer-content .list-block {    
    border-top: 1px solid white;
    padding: 25px 0 80px;
}

.bg-dark-blue{
    background-color: #006f84;
}

.devis-step .row-devis .step-devis .step-indicator .step {
    max-width : 50% !important;
    flex: 0 0 50% !important;
}
.nav-pills .nav-link.indicator.active, .nav-pills .show > .nav-link {
    background-color: #006f84;
    color: #fff;
}
.nav-pills .nav-link.indicator, .nav-pills .show > .nav-link {
    background-color: #7fb7c1;
    color: #fff;
}
/*.triangle-border::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: -10px;
    bottom: auto;
    left: auto;
    right: -22px;
    border-width: 60px 0 60px 22px;
    border-color: transparent #fff;

}*/

.form-custom #dossThId label {
    margin-left: 0.5rem;
}

.form-custom #dossTypoId label {
    margin-left: 0.5rem;
}

.wrapper-reversed-degrade, .color-reversed-degrade {
    color: #fff;
    background: #076475;
    background: -moz-linear-gradient(top, #076475 0%, #03434f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#076475), color-stop(100%,#03434f));
    background: -webkit-linear-gradient(top, #076475 0%,#03434f 100%);
    background: -o-linear-gradient(top, #076475 0%,#03434f 100%);
    background: -ms-linear-gradient(top, #076475 0%,#03434f 100%);
    background: linear-gradient(to bottom, #076475 0%,#03434f 100%);
}

.wrapper-map {
    background: url(../images/front/bg-mapmonde.png) no-repeat center center;
}

.package-prestation{
    min-height: 374px;
}

.form-folder-contact input[type="checkbox"]{
    position: relative!important;
    left: 0px!important;
}

.form-custom #demande-voyage label{
    margin-left: 3px;
}
pre {
    white-space: pre-line;
}

.none-list-style ul li{
    list-style: none!important;
}

.space-mariage .fa{
    margin-right: 10px;
}
/* for alert in contact form */
.alert-danger {

    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;

}
.alert-dismissible {

    padding-right: 4rem;

}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
        padding-right: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;

}
.fade {

    transition: opacity .15s linear;

}
.form-custom #theme .input-zone{
    white-space: nowrap;
}
.description-tab .text-block p strong{
    font-weight: bold;
}
.editable-content.article-blog h1{
    font-weight: bold;
    margin-bottom: inherit;
    line-height: 1;
}

.error{
    color: red;
}

/* code  dropdown espace client*/
.space-client:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    display: block;
    color: #4c4c4c !important;
    padding: 3px 15px;
    text-transform: initial;
    width: 100%;
}

.dropdown-content a:hover {
    background-color: #006f84;
    color: #fff !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
    top: 41px;
}