#primary-menu ul li.current>a, #primary-menu ul li:hover>a {
    color: #2b85de !important;
}
#doors {
    position: fixed;
    z-index: 200;
    width: 100%;
}
#doors .logo {
    position: absolute;
    top: 50px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    width: 625px;
    padding: 0 20px;
}
#doors .right, #doors .left {
    background-size: cover;
    width: 50%;
    height: 100vh;
    position: absolute;
}
#doors .left {
     background-image: url("/img/home/door-left.png");
    left: 0;
    background-position: right;
 }

#doors .right {
    background-image: url("/img/home/door-right.png");
    right: 0;
    background-position: left;
}
.darker:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.3;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.darker2:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.5;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 250ms ease-in-out;

}
.darker2:hover:after {
    opacity: 0.3;
}
.darker-gradien:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(120,119,118,0) 60%, rgba(10,10,12,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(120,119,118,0) 60%,rgba(10,10,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(120,119,118,0) 60%,rgba(10,10,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1e1c1b',GradientType=0 ); /* IE6-9 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media only screen and (max-width: 1200px) {
    #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
        height: 60px;
        line-height: 60px;
    }

    #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
        height: 40px;
        vertical-align: text-top;
        display: inline-block;
    }

    #logo a {
        line-height: 60px;
    }
}
@media only screen and (max-width: 520px)  {
    #logo a {
        line-height: 100px;
    }
    #logo a img {
        height: 50px;
        display: inherit;
        vertical-align: middle;
    }
}


.button-border-icon {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: transparent!important
}

.button-border-icon i {
    position: relative;
    font-size: 16px;
    left: -4px
}

.button-border-icon span {
    margin-left: 18px
}
.mtb-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}
body.device-xl .onepage-outdoor-negetive,
body.device-lg .onepage-outdoor-negetive {
    margin-top: -200px;
}
.onepage-outdoor-negetive {
    background: rgb(10, 10, 12);
}
.overlay .text-overlay-meta {
    white-space: normal;
}
.text-overlay-meta, .m-auto.lead.center p {
    color: #e0e0e0;
    text-shadow: black 0px 0px 10px;
    transition: all 250ms ease-in-out;
}
.text-overlay-title h3 {
    white-space: normal;
}
@media (min-width: 768px) {
    .text-overlay-title h3 {
        letter-spacing: 1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #primary-menu ul li>a {
        padding: 39px 9px;
    }
    #logo {
        margin-right: 10px;
    }


}
@media screen and (min-width: 992px) {
    #logo {

        position: absolute;
        top: 50%; /* poussé de la moitié de hauteur du référent */
        transform: translateY(-50%);
    }
    #logo img {
        height: 75px;
    }
    #logo a.retina-logo, #logo a.standard-logo {
        width: 300px;
    }
    #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo a {
        height: 60px;
    }
}

/*
.text-overlay-title h3 {
    text-transform: uppercase;
}*/

.jarallax {
    position: relative;
    z-index: 0;
}


.was-validated .form-control:invalid, .form-control.form-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.form-error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.form-error ~ .invalid-feedback,
.form-control.form-error ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.form-error {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.form-error {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.form-error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.form-error ~ .invalid-feedback,
.custom-select.form-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.form-error ~ .invalid-feedback,
.form-control-file.form-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.form-error ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.form-error ~ .invalid-feedback,
.form-check-input.form-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.form-error ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.form-error ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.form-error ~ .invalid-feedback,
.custom-control-input.form-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.form-error:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.form-error:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.form-error:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.form-error ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.form-error ~ .invalid-feedback,
.custom-file-input.form-error ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.form-error:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}
.table td.actions {
    display: flex;
    justify-content: space-around;
}
#page-title .button-mini {
    vertical-align: top;
    margin: 0 0 0 30px;
}
#page-title .button-mini span {

    display: inline;
    margin-top: 0;
    font-weight: 700;
    color: inherit;
    font-size: 11px;

}
.tagcloud span {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #e5e5e5;
    font-size: 13px!important;
    color: #666;
    border-radius: 2px;
}
.comment.byadmin .comment-wrap {
    border-color: #2b85de;
    background-color: aliceblue;
}

.comment.byadmin .comment-avatar {
    border-color: #2b85de;
}
.comment.waiting .comment-wrap {
    border-color: #ffc107;
    background-color: lightyellow;
}
.comment.waiting .comment-avatar {
    border-color: #ffc107;
}
.error .error-message {
    color: #dc3545;
    margin-top: 5px;
    text-transform: none;
    font-weight: 700;
}
.admin-edit {
    text-align: right;
    margin-top: -34px;
}
.admin-edit a {
    margin-top: 0;
    margin-bottom: 0;
}

.kv-fileinput-error {
    display: none !important;
}
.process-steps li { pointer-events: none; }

.grecaptcha-badge {
    display: none;
}

.subscribe-widget label.error {
    display: none;
}
.subscribe-widget label.error {
    display: none !important;
}
.subscribe-widget .form-control.error, .subscribe-widget .form-control.error::placeholder {
    color: #e42c3e !important;
}
.note-editor.note-frame .note-editing-area .note-editable ul {
    list-style: none;
    margin-bottom: 5px;
}
.note-editor.note-frame .note-editing-area .note-editable ol {
    margin-bottom: 5px;
}

.note-editor.note-frame .note-editing-area .note-editable li {
    margin: 0 0 0 1.5em;
}

.note-editor.note-frame .note-editing-area .note-editable ul li:before {
    content: "\e77d";
}
.list-include .note-editor.note-frame .note-editing-area .note-editable ul li:before, .price-include ul li::before {
    content: "\e6c8";
    color: #28a745;
}

.list-exclude .note-editor.note-frame .note-editing-area .note-editable ul li:before, .price-exclude ul li::before {
    content: "\e6c9";
    color: #dc3545;
}
.note-editor.note-frame .note-editing-area .note-editable ul li:before, .price-include ul li::before, .price-exclude ul li::before {
    font-family: 'font-icons';
    float: left;
    margin-left: -1.5em;
}
.price-include ul, .price-exclude ul {
    padding-left: 0;
    margin-left: 1.75em;
    margin-bottom: 0;
    list-style-type: none;
}
.price-list ul {
    padding-left: 0;
    margin-left: 1.75em;
    margin-bottom: 0;
}
#header {
    z-index: 502; /* Fix SummerNote */
}
#page-menu {
    z-index: 501; /* Fix SummerNote */
}




/* Style-1 + Style-2 */
.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style, .radio-style,
.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label { position: relative; }

.checkbox-style-1-label:before, .radio-style-1-label:before,
.checkbox-style-2-label:before, .radio-style-2-label:before,
.checkbox-style-3-label:before, .radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

.radio-style-3-label:before { border-radius: 50%; }




/* style-3 */
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #1ABC9C;
    color: #FFF;
}
.radio-style:checked + .radio-style-3-label:before {
    color: #BBB;
    background-color: transparent;
}

/* style-3 - Small */
.checkbox-style + .checkbox-style-3-label.checkbox-small:before,
.radio-style + .radio-style-3-label.radio-small:before {
    border: 1px solid #BBB;
    width: 16px;
    height: 16px;
    margin: 0 8px 1px 0;
    font-size: 7px;
    line-height: .8;
}
.datepicker-dropdown {
    z-index: 500 !important;
}
#tab-4 .remove-step {
    position: absolute;
    right: 6px;
    top: 6px;
}
#tab-4 li.ui-tabs-tab {
    position: relative;
}

.file-input.is-invalid.form-control {
    height: auto;
}
.iconlist > li > ul {
    margin: 0;
}