<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! CSS Used from: ../assets/global/plugins/font-awesome/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pull-right {
    float: right;
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-check:before {
    content: "\f00c";
}
.fa-user:before {
    content: "\f007";
}
.fa-times:before {
    content: "\f00d";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-warning:before {
    content: "\f071";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-warning:before {
    content: "\f071";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-phone:before {
    content: "\f095";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-eur:before {
    content: "\f153";
}
.fa-male:before {
    content: "\f183";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
/*! CSS Used from: ../assets/global/plugins/bootstrap/css/bootstrap.min.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
section {
    display: block;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
small {
    font-size: 80%;
}
img {
    border: 0;
}
button,
input,
optgroup,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
optgroup {
    font-weight: 700;
}
#btn-deconnexion {
    border: none;
    background: none;
    padding: 0;
}
input#btn-deconnexion:hover {
    text-decoration: underline;
}
button#btn-deconnexion {
    text-align: left;
    width: 100%;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
p {
    margin: 0 0 10px;
}
small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-primary {
    color: #428bca;
}
.text-info {
    color: #31708f;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline &gt; li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-2,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-sm-4,
.col-md-4,
.col-md-5,
.col-sm-6,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-9,
.col-md-9,
.col-sm-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-6,
    .col-sm-9,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
}
@media (min-width: 992px) {
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .btmt40 {
        margin-top: 40px;
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-group {
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary:active {
    background-image: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-menu &gt; li &gt; a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.open &gt; .dropdown-menu {
    display: block;
}
.open &gt; a {
    outline: 0;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
        -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav &gt; li {
    position: relative;
    display: block;
}
.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content &gt; .tab-pane {
    display: none;
}
.tab-content &gt; .active {
    display: block;
}
.container:before,
.container:after,
.modal-footer:after,
.modal-footer:before,
.row:before,
.row:after,
.nav:before,
.nav:after {
    display: table;
    content: " ";
}
.container:after,
.modal-footer:after,
.row:after,
.nav:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
/*! CSS Used from: ../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.min.css */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*! CSS Used from: ../assets/global/css/components.min.css */
body {
    color: #333;
    font-family: "Open Sans", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
div,
input,
select,
span,
img,
label,
p,
a,
button,
ul,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
h2,
h3,
h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 17px;
}
a {
    text-shadow: none;
    color: #428bca;
}
a:hover {
    color: #2a6496;
}
a:focus,
a:hover,
a:active {
    outline: 0;
}
.bold {
    font-weight: 700 !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
[class*=" fa-"] {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    *margin-right: 0.3em;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn:hover,
.btn:disabled,
.btn:focus,
.btn:active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #2a6496;
}
.btn-primary:active {
    background-image: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}
.btn-lg &gt; i {
    font-size: 18px;
}
.btn &gt; i {
    font-size: 14px;
}
.dropdown.open &gt; .dropdown-toggle {
    border-color: #ddd;
}
.dropdown-menu {
    min-width: 175px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #eee;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-menu li &gt; a {
    padding: 8px 14px;
    color: #555;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}
.dropdown-menu li &gt; a:hover {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}
.form {
    padding: 0 !important;
}
.form .form-body {
    padding: 10px;
}
.form .form-actions {
    padding: 20px 10px;
    margin: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}
.form .form-actions:before,
.form .form-actions:after {
    content: " ";
    display: table;
}
.form .form-actions:after {
    clear: both;
}
.form-control::-moz-placeholder {
    color: #888;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #888;
}
.form-control::-webkit-input-placeholder {
    color: #888;
}
.form-control {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    font-weight: 400;
    font-size: 14px;
}
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.note h3 {
    margin-top: 0;
}
.note.note-warning {
    background-color: #fcf8e3;
    border-color: #f2cf87;
    color: #8a6d3b, 80%;
}
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
}
.portlet &gt; .portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
}
.portlet &gt; .portlet-title:before,
.portlet &gt; .portlet-title:after {
    content: " ";
    display: table;
}
.portlet &gt; .portlet-title:after {
    clear: both;
}
.portlet &gt; .portlet-title &gt; .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    padding: 10px 0;
}
.portlet &gt; .portlet-title &gt; .caption &gt; i {
    float: left;
    margin-top: 4px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}
.portlet &gt; .portlet-body {
    clear: both;
}
.portlet.box {
    padding: 0px !important;
}
.portlet.box &gt; .portlet-title {
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
}
.portlet.box &gt; .portlet-title &gt; .caption {
    padding: 11px 0 9px 0;
}
.portlet.box &gt; .portlet-body {
    background-color: #fff;
    padding: 10px;
}
.nav-tabs {
    margin-bottom: 10px;
}
.nav-tabs &gt; li &gt; a {
    font-size: 14px;
}
.green.btn {
    color: #000;
    background-color: #fff;
    border: 2px solid #0f0;
}
.green.btn:hover,
.green.btn:focus,
.green.btn:active {
    color: #fff;
    background-color: #2b8b3a;
}
.green.btn:active {
    background-image: none;
}
.red.btn {
    color: #fff;
    background-color: #ad0000;
    border-color: "";
}
.red.btn:hover,
.red.btn:focus,
.red.btn:active {
    color: #fff;
    background-color: #c13726;
}
.red.btn:active {
    background-image: none;
}
.portlet.green {
    background-color: #007f00;
}
.portlet.box.green {
    border: 1px solid #4bc75e;
    border-top: 0;
}
.portlet.box.green &gt; .portlet-title {
    background-color: #007f00;
}
.portlet.box.green &gt; .portlet-title &gt; .caption {
    color: #fff;
}
.portlet.box.green &gt; .portlet-title &gt; .caption &gt; i {
    color: #fff;
}
.portlet.red {
    background-color: #ad0000;
}
.portlet.box.red {
    border: 1px solid #e07163;
    border-top: 0;
}
.yellow.btn {
    color: #000;
    background-color: #fff;
    border: 2px solid #ffb848;
}
.yellow.btn:hover,
.yellow.btn:focus,
.yellow.btn:active {
    color: #fff;
    background-color: #ffa81f;
}
.yellow.btn:active {
    background-image: none;
}
.yellow-gold.btn {
    color: #fff;
    background-color: #e87e04;
    border-color: "";
}
.yellow-gold.btn:hover,
.yellow-gold.btn:focus,
.yellow-gold.btn:active {
    color: #fff;
    background-color: #c06803;
}
.yellow-gold.btn:active {
    background-image: none;
}
.portlet.yellow-gold {
    background-color: #e87e04;
}
.portlet.box.yellow-gold {
    border: 1px solid #fb9724;
    border-top: 0;
}
.portlet.box.yellow-gold &gt; .portlet-title {
    background-color: #e87e04;
}
.portlet.box.yellow-gold &gt; .portlet-title &gt; .caption {
    color: #fff;
}
.portlet.box.yellow-gold &gt; .portlet-title &gt; .caption &gt; i {
    color: #fff;
}
/* .portlet.box.red&gt;.portlet-title{background-color:#d84a38;} */
.portlet.box.red &gt; .portlet-title {
    background-color: #ad0000;
}
.portlet.box.red &gt; .portlet-title &gt; .caption {
    color: #fff;
}
.portlet.box.red &gt; .portlet-title &gt; .caption &gt; i {
    color: #fff;
}
/*! CSS Used from: ../assets/frontend/layout/css/style.min.css */
body {
    color: #3e4d5c;
    direction: ltr;
    font: 400 13px "Open Sans", Arial, sans-serif;
    background: #fff;
}
h2,
h3,
h4 {
    font: 300 "Open Sans", sans-serif;
    margin: 0 0 10px;
}
a {
    color: #e02222;
}
a,
a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #e02222;
    text-decoration: underline;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top--20 {
    margin-top: -20px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
select.form-control {
    color: #5f6d7b;
    border-radius: 0;
    border-color: #e4e6e8;
    box-shadow: none;
}
select.form-control:focus {
    box-shadow: none;
    border-color: #999;
}
.font-transform-inherit {
    text-transform: inherit !important;
}
.color-red {
    color: #e84d1c;
}
.color-green {
    color: #35aa47;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-moz-selection {
    color: #fff;
    background: #e45000;
}
::selection {
    color: #fff;
    background: #e45000;
}
.pre-header {
    color: #616b76;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    background: #fff;
}
.pre-header a {
    color: #616b76;
}
.pre-header a:hover {
    color: #e02222;
}
.pre-header a:focus {
    text-decoration: none;
}
.pre-header li {
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #d8d8d8;
}
.pre-header li:last-child {
    border: none;
}
.additional-shop-info li:first-child {
    padding-left: 0;
}
.additional-nav li:last-child {
    padding-right: 0;
}
.pre-header .fa {
    margin-right: 4px;
}
.header {
    box-shadow: 0 1px 3px #ddd;
    background: #fff;
    border-radius: 0;
    margin-bottom: 23px;
    z-index: 999;
    position: relative;
}
.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5999;
}
body.page-header-fixed {
    padding-top: 88px !important;
}
.header .container {
    position: relative;
}
.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
}
.site-logo img {
    height: 80px;
}
.header .mobi-toggler {
    float: right;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    display: none;
    margin: 25px 0 0 30px;
    position: relative;
    background: #fff url(../assets/frontend/layout/img/icons/toggler.png)
        no-repeat 6px 8px;
}
.header .mobi-toggler i {
    display: none;
}
.header .mobi-toggler:hover {
    background: #e34f00 url(../assets/frontend/layout/img/icons/toggler.png)
        no-repeat 6px -28px;
    border-color: #e34f00;
    color: #fff;
}
.header-navigation {
    font: 15px "Open Sans", sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}
.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-navigation &gt; ul &gt; li {
    float: left;
}
.header-navigation &gt; ul &gt; li &gt; a {
    color: #333;
    display: block;
    padding: 29px 12px 30px;
}
.header-navigation ul &gt; li.active &gt; a,
.header-navigation ul &gt; li &gt; a:hover,
.header-navigation ul &gt; li &gt; a:focus,
.header-navigation ul &gt; li.open &gt; a,
.header-navigation ul &gt; li.open &gt; a:hover,
.header-navigation ul &gt; li.open &gt; a:focus {
    color: #e02222;
    background: #fcfcfc;
    text-decoration: none;
}
.header-navigation ul &gt; li.active &gt; a {
    border-bottom: 2px solid #e64f00;
}
.header-navigation {
    position: static;
}
.reduce-header .site-logo img {
    height: 55px;
}
@media (min-width: 1025px) {
    .reduce-header .header-navigation &gt; ul &gt; li &gt; a {
        padding: 16px 12px 17px;
    }
    .header-navigation &gt; ul &gt; li:hover &gt; .dropdown-menu {
        display: block;
    }
}
.reduce-header .mobi-toggler {
    margin-top: 12px;
}
.page-header-fixed .header .mobi-toggler {
    transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}
.header-navigation,
.header-navigation .dropdown {
    position: static;
}
.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #fff;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    font: 13px "Open Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}
.header-navigation &gt; ul &gt; li &gt; .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}
.header-navigation &gt; ul &gt; li.dropdown:hover &gt; a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #e6400c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.header-navigation .dropdown-menu &gt; li:first-child {
    border-top: solid 2px #ea4c1d;
}
.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}
.header-navigation .dropdown-menu li:last-child {
    border: none;
}
.header-navigation .dropdown-menu li &gt; a {
    padding: 10px 15px;
    color: #767f88;
}
.header-navigation .dropdown-menu &gt; li &gt; a:hover {
    background: #e6400c;
    color: #fff;
}
.header-navigation .dropdown-menu a {
    position: relative;
}
.owl-buttons {
    position: absolute;
    top: -40px;
    right: 10px;
}
.owl-buttons div {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    position: static;
    border-radius: 26px !important;
    text-indent: -100000px;
}
.owl-buttons .owl-prev {
    background: #135dff url(../assets/frontend/layout/img/fa-angles.png)
        no-repeat 8px 8px;
}
.owl-buttons .owl-next {
    background: #135dff url(../assets/frontend/layout/img/fa-angles.png)
        no-repeat -33px 8px;
}
.owl-buttons .owl-prev:hover {
    background: #e84d1c url(../assets/frontend/layout/img/fa-angles.png)
        no-repeat 8px -31px;
}
.owl-buttons .owl-next:hover {
    background: #e84d1c url(../assets/frontend/layout/img/fa-angles.png)
        no-repeat -33px -31px;
}
.dropdown.open &gt; .dropdown-toggle {
    border-color: none !important;
}
.nav-tabs {
    border-color: #e6400c;
    padding-bottom: 1px;
    font-size: 14px;
    margin-bottom: 0;
}
.nav-tabs &gt; li &gt; a,
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li &gt; a:focus {
    background: #f4f4f4;
    border-radius: 0;
    padding: 5px 15px 4px;
    border: none !important;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
    background: #e6400c;
    color: #fff;
    padding: 5px 15px 4px;
}
.tab-content {
    background: #fafafa;
    padding: 20px 15px;
}
.pre-footer {
    background: #313030;
    color: #b0b0b0;
}
.pre-footer .container {
    padding-top: 45px;
}
.pre-footer a {
    color: #57c8eb;
}
.pre-footer h2 {
    font-size: 21px;
    color: #c2c1c1;
}
.pre-footer p {
    margin-bottom: 20px;
}
.pre-footer address {
    line-height: 1.7;
}
.pre-footer-col {
    padding-bottom: 22px;
}
.footer {
    background: #272626;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.footer .padding-top-10 {
    opacity: 0.5;
}
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.note h3 {
    margin-top: 0;
}
.note-warning {
    background-color: #fcf3e1;
    border-color: #fcb322;
}
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
#topcontrol {
    z-index: 9999;
}
.service-box p {
    color: #656565;
    font-size: 13px;
}
.service-box .service-box-heading {
    padding: 12px 0;
}
.service-box .service-box-heading i {
    padding: 0;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
    color: #0da3e2;
    border: 1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
    color: #db3a1b;
    border: 1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
    color: #35aa47;
    border: 1px solid #35aa47;
}
.service-box .service-box-heading span {
    color: #444;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}
.quote-v1 {
    background: #7c858e;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.quote-v1 a {
    margin: 5px;
    display: inline-block;
}
.quote-v1 span {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 13px 5px 8px;
    line-height: 26px;
    display: inline-block;
}
.quote-v1 a.btn-transparent {
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 1px #fff;
    background-color: #000;
}
.quote-v1 a.btn-transparent:hover {
    background: #e02222;
    color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
    margin-right: 10px;
}
.our-clients {
    position: relative;
}
.our-clients h2 {
    margin: 3px 0 5px;
}
.our-clients .client-item {
    background: #f8f8f8;
    margin-left: 2px;
    position: relative;
}
.our-clients .owl-buttons {
    left: -74px;
    right: auto;
    top: 0;
}
.front-lists-v1 li {
    font-size: 14px;
    margin-bottom: 5px;
}
.front-steps-wrapper h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2 {
    color: #fefefe;
}
.front-steps-wrapper p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.front-steps-wrapper .front-step-col {
    padding-left: 0;
    padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
    padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
    padding-right: 15px;
}
.front-steps-wrapper .front-step {
    position: relative;
    padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
    background: #e84d1c;
}
.front-steps-wrapper .front-step2 {
    background: #636a72;
}
.front-steps-wrapper .front-step3 {
    background: #545b63;
}
.front-steps-wrapper .front-step4 {
    background: #454c54;
}
.front-steps-wrapper .front-step:before {
    color: #fff;
    font: 300 125px "Open Sans", sans-serif;
    font-weight: 700;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -40px;
    opacity: 0.1;
}
.front-steps-wrapper .front-step1:before {
    content: "1";
    opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
    content: "2";
    right: -15px;
}
.front-steps-wrapper .front-step3:before {
    content: "3";
}
.front-steps-wrapper .front-step4:before {
    content: "4";
}
.front-steps-wrapper .front-step:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -1em;
    position: absolute;
    border-left: 15px solid #ec7049;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
    display: none;
}
.front-steps-wrapper .front-step2:after {
    border-left-color: #899199;
}
.front-steps-wrapper .front-step3:after {
    border-left-color: #778089;
}
.front-steps-wrapper .front-step4:after {
    border-left-color: #727980;
}
.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
}
.pricing:hover {
    border: 3px solid #e84d1c;
}
.pricing:hover h4 {
    color: #e84d1c;
}
.pricing-head {
    text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}
.pricing-calculator {
    border: 2px solid blue;
    padding: 2px;
}
.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #e84d1c;
    border-bottom: none;
}
.pricing-head h4 {
    padding: 5px 0;
    font-size: 40px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-head h4 i {
    top: -9px;
    font-size: 26px;
    font-style: normal;
    position: relative;
}
.pricing-content li {
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
}
.pricing-footer .btn {
    color: #000;
}
.pricing-footer .btn:hover {
    color: #fafafa;
}
.pricing:hover {
    z-index: 9;
}
/*! CSS Used from: ../css/slick/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.header {
    margin-bottom: 0;
}
.slider {
    width: 100%;
    margin: 0 0 40px 0;
}
.slick-slide {
    margin: 0px 0px;
}
.slick-slide img {
    width: 100%;
}
.slick-slide a {
    margin: 0;
    padding: 0;
}
.slick-active {
    opacity: 0.5;
}
.slick-current {
    opacity: 1;
}
/*! CSS Used from: ../assets/frontend/layout/css/style-responsive.min.css */
@media (max-width: 1200px) {
    .quote-v1 span {
        font-size: 20px;
    }
}
@media (min-width: 993px) {
    .header .header-navigation {
        display: block !important;
    }
}
@media (max-width: 992px) {
    body.page-header-fixed {
        padding-top: 107px !important;
    }
    .header .mobi-toggler {
        display: block;
    }
    .header .header-navigation {
        float: none !important;
        display: none;
        clear: both;
        background: #f9f9f9;
        padding: 0 20px;
        margin: 0 -20px 25px;
        font-size: 16px;
    }
    .header .header-navigation li {
        float: none;
        padding: 0;
        clear: both;
    }
    .header .header-navigation li &gt; a {
        border-bottom: 1px solid #efefef !important;
        padding: 8px 10px 9px;
        margin: 0 -10px;
        position: relative;
        color: #666 !important;
        background: none !important;
    }
    .header .header-navigation li &gt; a:hover,
    .header .header-navigation li.active &gt; a {
        border-bottom: 1px solid #efefef !important;
        background: none !important;
        color: #dd4632 !important;
        text-decoration: none;
    }
    .header-navigation &gt; ul &gt; li.dropdown:hover &gt; a:after {
        border: none;
    }
    .header-navigation .dropdown-menu,
    .header-navigation &gt; ul &gt; li &gt; .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
        background: none;
        margin-top: 0;
        border-top: none;
        z-index: 22;
    }
    .header-navigation .dropdown-menu li {
        border: none !important;
        margin-left: 20px;
    }
    .header-navigation .dropdown-menu li &gt; a {
        padding: 10px 10px 9px;
        z-index: 999;
        position: relative;
    }
    .page-header-fixed .header-navigation {
        height: auto;
        overflow: auto;
    }
    .service-box p,
    .service-box .service-box-heading em,
    .service-box .service-box-heading span {
        display: block;
        text-align: center;
    }
    .service-box .service-box-heading em {
        margin-bottom: 10px;
    }
    .quote-v1 {
        text-align: center;
    }
    .quote-v1 .text-right {
        text-align: center;
    }
    .our-clients .owl-carousel {
        margin-left: -2px;
    }
    .our-clients .owl-carousel {
        padding-top: 30px;
    }
    .our-clients .owl-buttons {
        top: 0;
        left: -3px;
    }
    .our-clients .owl-buttons {
        left: -10px;
    }
}
@media (max-width: 767px) {
    .pre-header .pull-right {
        float: left !important;
    }
    .pre-header .pull-right li:first-child {
        padding-left: 0;
    }
    .header .header-navigation {
        margin: 0 -10px 0;
        padding: 0 10px;
    }
    .pre-footer .margin-bottom-40 {
        margin-bottom: 0;
    }
    .front-steps-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .front-steps-wrapper .front-step-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .front-steps-wrapper .front-step:after {
        display: none;
    }
    .footer img {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .pre-header .list-inline li {
        display: block;
        border: none;
        margin-bottom: 10px;
        padding: 0;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .pre-header .col-md-6 {
        float: left;
    }
    .pre-header .additional-nav {
        float: right;
        text-align: right;
    }
}
@media (max-width: 320px) {
    .site-logo {
        margin-right: 0;
    }
}
/*! CSS Used from: ../assets/frontend/layout/css/themes/blue.min.css */
a {
    color: #135dff;
}
a:hover {
    color: #135dff;
}
.pre-header a:hover {
    color: #135dff;
}
.header-navigation ul &gt; li.active &gt; a,
.header-navigation ul &gt; li &gt; a:hover,
.header-navigation ul &gt; li &gt; a:focus {
    color: #135dff;
}
.text-primary {
    color: #135dff !important;
}
.color-theme {
    color: #135dff;
}
.quote-v1 {
    background-color: #135dff;
}
.portlet.box.primary &gt; .portlet-title {
    background-color: #135dff;
}
.portlet.box.primary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #135dff #135dff;
    border-image: none;
    border-right: 1px solid #135dff;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.portlet.primary {
    background-color: #135dff;
}
.pricing-calculator p {
    background: none repeat scroll 0 0 #135dff;
}
.quote-v1 a.btn-transparent:hover {
    background: #135dff;
}
.nav-tabs {
    border-color: #135dff;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
    background: #135dff;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
    background: #135dff;
    color: #fff;
}
.header-navigation &gt; ul &gt; li.dropdown:hover &gt; a:after {
    border-bottom: 8px solid #64aed9;
}
.header-navigation .dropdown-menu &gt; li &gt; a:hover {
    background: #64aed9;
    color: #fff;
}
::-moz-selection {
    color: #fff;
    background: #135dff;
}
::selection {
    color: #fff;
    background: #135dff;
}
.owl-buttons .owl-prev {
    background-color: #135dff;
}
.owl-buttons .owl-next {
    background-color: #135dff;
}
.owl-buttons .owl-prev:hover {
    background-color: #135dff;
}
.owl-buttons .owl-next:hover {
    background-color: #135dff;
}
.front-steps-wrapper .front-step1 {
    background: #135dff;
}
.pricing:hover,
.pricing-calculator:hover {
    border: 3px solid #135dff;
}
.pricing:hover h4 {
    color: #135dff;
}
.pricing-head h3 {
    background: #135dff;
}
.btn-primary {
    background: #135dff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #83bee0;
}
.header-navigation .dropdown-menu &gt; li:first-child {
    border-top: 2px solid #64aed9;
}
.front-steps-wrapper .front-step1:after {
    border-left: 15px solid #83bee0;
}
.header .mobi-toggler:hover {
    background-color: #83bee0;
    border-color: #83bee0;
}
@media (max-width: 1024px) {
    .header .header-navigation li &gt; a:hover,
    .header .header-navigation li.active &gt; a {
        color: #83bee0 !important;
    }
}
.header-navigation ul &gt; li.active &gt; a {
    border-bottom: 2px solid #83bee0;
}
/*! CSS Used from: ../assets/frontend/layout/css/custom.css */
.cookiebanner-close {
    float: right !important;
    padding-left: 5px;
    margin-right: 5px;
}
.tac {
    text-align: center;
}
.fa-1 {
    font-size: 1em !important;
}
.margin-left-10 {
    margin-left: 10px;
}
.portlet.box.primary &gt; .portlet-title &gt; .caption &gt; i {
    color: white;
    font-size: 1em;
}
.pricing-calculator {
    text-align: center;
    border: 3px solid #eee;
}
.pricing-calculator p {
    color: white;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.pricing-calculator p i {
    font-size: 26px;
    font-style: normal;
    position: relative;
    top: -9px;
}
.service-box .service-box-heading span {
    font-size: 15px;
    line-height: 15px;
}
.form-body .tab-content {
    padding-bottom: 0;
}
.quote-v2 span {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 10px;
    vertical-align: middle;
}
.bold {
    font-weight: bold;
}
.note-advert h3 {
    font-weight: 700;
}
.note-advert .red {
    color: red;
}
.img-responsive {
    width: 100%;
}
.btn {
    border-radius: 0;
}
.color-red {
    color: #ff0000;
}
/*! CSS Used from: ../css/styles.css */
html {
    height: 100%;
}
body {
    height: 100%;
    position: relative;
}
.developpement {
    background-image: url(../images/header/bg-developpement.png);
}
#mapage {
    min-height: 100%;
    position: relative;
}
.main {
    position: relative;
    padding-bottom: 319px;
}
#pieddepage {
    width: 100%;
    height: 319px;
    position: absolute;
    bottom: 0;
}
.fs17 {
    font-size: 17px;
}
.portlet.box.red.covid {
    border-top: 1px solid #e07163;
}
.owl-carousel .owl-wrapper:not(.grabbing) .owl-item {
    cursor: grab;
}
.pricing-head h4 {
    padding: 5px 0;
    padding-bottom: 0px;
    font-size: 40px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: 0;
    line-height: auto;
}
.pricing-head .pricing-content li {
    background: #fbfef2;
    padding: 0px;
    padding-bottom: 5px;
}
.pricing-content li {
    font-size: 11px;
    padding: 0px 0px;
    border-bottom: 0;
    font-style: italic;
}
.logo-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -35px;
}
.logo-youtube:hover {
    width: 80px;
    height: 56px;
    margin-top: -28px;
    margin-left: -40px;
}
@media (max-width: 768px) {
    .margin-bottom-10-768 {
        margin-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .pre-header li {
        margin-top: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
form.btn-langue {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
form.btn-langue button {
    border: none;
    background: none;
}
.new-version a.btn-transparent {
    background: url("../images/index/drapeau-en_GB.webp") no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-version a.btn-transparent:hover {
    background: url("../images/index/drapeau-en_GB.webp") no-repeat;
    background-size: 200px;
    background-position: center center;
}
.new-version span a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}
#definition_tempo strong {
    font-weight: 400;
}
#loadingatel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
#loading-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
}
#loading-img {
    margin-left: -100px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 200px;
}
/*! CSS Used from: Embedded */
#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 200px;
    z-index: 94034;
}
#st-2.st-right {
    right: 0px;
}
#st-2 &gt; div {
    clear: right;
    float: right;
}
#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: NaNpx;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 48px;
}
#st-2 .st-btn.st-first {
    border-top: none;
    border-top-left-radius: 4px;
}
#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-left-radius: 4px;
}
#st-2 .st-btn &gt; img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}
#st-2 .st-btn &gt; span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
}
#st-2 .st-toggle {
    right: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-left-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}
#st-2.st-right .st-toggle .st-right {
    display: inline-block;
}
#st-2.st-right .st-toggle .st-left {
    display: none;
}
#st-2:hover .st-toggle {
    right: 0;
}
#st-2.st-toggleable:hover .st-btn.st-last {
    border-bottom-left-radius: 0;
}
#st-2.st-toggleable:hover .st-btn.st-last:hover {
    border-bottom-left-radius: 4px;
}
#st-2 .st-btn:hover {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
#st-2.st-has-labels .st-btn:hover {
    width: 130px;
}
#st-2 .st-btn:hover &gt; img {
    margin-left: 5px;
}
#st-2 .st-btn:hover &gt; span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity=100);
}
@media (max-width: 730px) {
    #st-2 .st-btn:hover &gt; span {
        display: none;
    }
}
@media (max-width: 730px) {
    #st-2 {
        bottom: 0;
        display: none;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }
    #st-2 &gt; div {
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        clear: none;
        flex: 1;
        float: none;
    }
    #st-2 .st-btn {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-align: center;
        width: auto;
    }
    #st-2 .st-btn &gt; span {
        display: none;
    }
    #st-2 .st-toggle {
        display: none;
    }
}
#st-2 .st-btn[data-network="facebook"] {
    background-color: #4267b2;
}
#st-2 .st-btn[data-network="facebook"] &gt; span {
    color: #fff;
}
#st-2 .st-btn[data-network="twitter"] {
    background-color: #55acee;
}
#st-2 .st-btn[data-network="twitter"] &gt; span {
    color: #fff;
}
#st-2 .st-btn[data-network="linkedin"] {
    background-color: #0077b5;
}
#st-2 .st-btn[data-network="linkedin"] &gt; span {
    color: #fff;
}
#st-2 .st-btn[data-network="email"] {
    background-color: #7d7d7d;
}
#st-2 .st-btn[data-network="email"] &gt; span {
    color: #fff;
}
#st-2 .st-btn[data-network="sharethis"] {
    background-color: #95d03a;
}
#st-2 .st-btn[data-network="sharethis"] &gt; span {
    color: #fff;
}
/*! CSS Used from: Embedded */
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}
.fb_reset &gt; div {
    overflow: hidden;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}
.fb_iframe_widget iframe {
    position: absolute;
}
/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: "FontAwesome";
    src: url("../assets/global/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../assets/global/plugins/font-awesome/fonts/fontawesome-webfont.eot#iefix&amp;v=4.2.0")
            format("embedded-opentype"),
        url("../assets/global/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0")
            format("woff"),
        url("../assets/global/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0")
            format("truetype"),
        url("../assets/global/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"),
        url(../assets/global/fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"),
        url(../assets/global/fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
            format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
        url(../assets/global/fonts/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
        url(../assets/global/fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}
</pre></body></html>