@font-face {
    font-family: 'lato';
    src: url('../webfont/lato/lato-regular-webfont.woff');
    src: url('../webfont/lato/lato-regular-webfont.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('../webfont/manrope/manrope-regular-webfont.woff');
    src: url('../webfont/manrope/manrope-regular-webfont.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../webfont/raleway/raleway-regular-webfont.woff');
    src: url('../webfont/raleway/raleway-regular-webfont.woff2');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome/fonts/fontawesome-webfont.eot');
    src: url('../font-awesome/fonts/fontawesome-webfont.ttf'), 
         url('../font-awesome/fonts/fontawesome-webfont.woff'),
         url('../font-awesome/fonts/fontawesome-webfont.woff2'), 
         url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }*/

body{
    width: 100%;
    display: block;
    font-family: lato;
    font-style: normal;
    margin: auto;
}

.satis-wrap{
    max-width: 1140px;
    margin: auto !important;
}
/*HEADER------------------------------------*/
.s-header{
    box-shadow: 0px 1px 0px #E5E9F2;
    /*padding: 8px 0;*/
}
.nav-logo{
    display: inline-block;
}
.s-logo{
    background-repeat: no-repeat;
    height: 35px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

.s-icone-search{
    width: 18px;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.s-menu{
    display: flex;
    align-items: center;
    /*line-height: 20px;*/
    background: #FFFFFF;
    
    justify-content: space-between;
}

.s-nav{
    background: #FFFFFF;
    box-shadow: 0px 1px 0px #E5E9F2;
}

.s-menu-container{
    /*display: flex;*/
   
}

.s-menu-container ul{
    list-style: none;
    margin: 0;
}

.s-menu-item {
    display: flex;
    align-items: center;
   /* width: 768px;*/
}

.s-menu-seach{
    display: flex;
    align-items: center;
}
.s-search-icon{
    background-color: #F79646;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 25px 0px !important;
}

.s-top-menu-li{
    margin-left: 30px;
    list-style: none;
    padding-right: 10px;
    position: relative;
}

.s-top-menu-li a{
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 70px;
    color: #18191F;
    display: inline-block;
    padding: 0 5px;
    letter-spacing: 1px;
    outline: none;
}

.s-search-form{
    border:none;
}

.s-search-form :hover{
    border: none;
}

/*FOOTER----------------------------*/
.s-footer.site-footer{
    /*background: #0B0D17;*/
    background-color: #000;
    box-shadow: 0px -1px 5px #333;
}

.s-footer-logo{
    width: auto;
    /*height: 60px;*/
    line-height: 60px;
   /* margin:20px auto;*/
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.s-footer-liens{
    list-style: none;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    justify-content: center;
}

.s-footer-liens li{
    padding: 13px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.s-footer-driver{
    background: #FFFFFF;
    opacity: 0.2;
}

.s-footer-time{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #D9DBE1;
}

.s-footer-bottom a{
    text-decoration: none;
    color: #FFFFFF;
}
.s-footer-icone{
    text-align: center;
}
.s-footer-icone a{
    color: #fff;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    display: inline-block;
    transition: .3s all;
}
.s-footer-icone a i{
    font-size: 16px;
}
.s-footer-icone a:last-child{
    margin-right:0;
}

.s-footer-bas{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.s-footer-icone #linkedin{
    background-color: #0072b1;
}
.s-footer-icone #linkedin:hover{
    background-color:#008fdd;
}
.s-footer-icone #facebook{
    background-color: #3b5998;
}
.s-footer-icone #facebook:hover{
    background-color:#4e71ba;
}
.s-footer-icone #flux-rss{
    background-color: #ee802f;
}
.s-footer-icone #flux-rss:hover{
    background-color: #db8342;
}

/*---Mega----*/
#site-navigation .sub-menu{
    visibility: hidden;
    opacity: 0;
    /*box-shadow: 0px 14px 13px rgb(0 0 0 / 15%);*/
    background: #FAF9F9;
    padding: 15px;
    position: absolute;
    left: auto;
    z-index: -1;
    min-width: 180px;
    max-width: 250px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 4px;
    transform: translateY(20px);
    transition: all .3s;
}
#site-navigation ul.s-menu-item > li:nth-child(n-1) .sub-menu{
    min-width: 222px;
}
#site-navigation .sub-menu li.s-top-menu-li{
    margin-left: 0;
    margin-bottom: 10px;
    padding-right: 0;
}

#site-navigation li.menu-item-has-children > a:after{
    content: "";
    background-image: url(../assets/vector.png);
    background-position: center;
    background-size: 11px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

#site-navigation li.menu-item-has-children:hover .sub-menu{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    top: 70px;
    left: 0px;
    z-index: 99999;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear .01s;
    transition-delay: 0s,0s,.3s;
} 
#site-navigation li:hover > a{
    color: #777;
}

#site-navigation .sub-menu li a{
    float: none;
    background:transparent;
    background: linear-gradient(to left, transparent 50%, #F79646 50%) right;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: 30px;
    color: black;
    background-size: 200%;
    transition: .5s ease-out;
}

#site-navigation .sub-menu li a:hover{
    color:#fff;
    background-position: left;
}
/*Menu mobile*/
#mobile .s-mobile-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 15px 20px;
}
#mobile .s-menu-seach{
    display: inline-block;
    margin-right: 20px;
}
#mobile .s-search-icon{
    margin-left: 0;
    width: 30px;
    height: 30px;
}
#mobile .s-icone-search{
    width: 16px;
    top: 45%;
}
#mobile .menu-toggle{
    background-image: url(../assets/frame.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    min-width: auto;
}
#mobile .s-mobile-navigation{
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #333;
    box-sizing: border-box;
    padding: 120px 10%;
    z-index: 999999;
    text-align: center;
    text-transform: uppercase;
    width: 445px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .3s;

}
#mobile .s-mobile-navigation.is-open{
    transform: translateX(0px);
}
#mobile .s-mobile-navigation.is-open #primary-menu:after{
   /* content: "";
    position: absolute;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
}
#mobile .s-logo{
    width: 80px;
    height: auto;
}
#mobile .s-menu-item{
    display: block;
    padding-left: 0;
}
#mobile #s-top-menu-mask{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #fff;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s,width 0s .3s,height 0s .3s;
}
#mobile #s-top-menu-mask.is-active{
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: opacity .3s;
}
#mobile #s-menu-close{
    position: absolute;
    left: 5%;
    top: 30px;
    font-size: 20px;
    color: #ccc;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: color .3s;
    z-index: 1;
}
#mobile ul.s-menu-item{
    padding: 0;
    margin: 0;
}
#mobile ul.s-menu-item li{
    display: block;
    float: none;
    border-bottom: 1px solid #383838;
    line-height: 70px;
    margin-left: 0;
}
#mobile ul.s-menu-item li a{
    font-size: 14px;
    display: block;
    color: #9e9e9e;
    /*font-family: 'Montserrat',sans-serif;*/
    text-decoration: none;
    transition: color .3s;
    position: relative;
}
#mobile ul.s-menu-item li.menu-item-has-children{
    line-height: normal;
    padding-bottom: 30px !important;
}
#mobile ul.s-menu-item li.menu-item-has-children ul.sub-menu{
    display: none;
    padding: 0;
    margin: 0;
}
#mobile ul.s-menu-item li.menu-item-has-children > a{
    margin-top: 30px;
    line-height: normal;
}
#mobile ul.s-menu-item li.menu-item-has-children > a::before{
    content: '\f067';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
}
#mobile ul.s-menu-item li.menu-item-has-children.menu-item-open > a::before{
    content: '\f068';
}
#mobile ul.s-menu-item li.menu-item-has-children ul.sub-menu li:first-child{
    padding-top: 10px;
}
#mobile ul.s-menu-item ul.sub-menu li {
    border-bottom: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: normal;
    padding-bottom: 5px;
}
#mobile ul.s-menu-item ul.sub-menu a{
    margin-bottom: 10px;
    line-height: normal;
}
/*#mobile ul.s-menu-item li.menu-item-has-children.menu-item-open ul.sub-menu{
    display: block;
}*/
#mobile ul.s-menu-item li.menu-item-has-children.menu-item-open ul.sub-menu li a:first-child{
    margin-top: 7px;
}
#mobile #s-mobile-nav-wrap{
    height: 100%;
}
header #mobile a.s-btn{
    display: inline-block;
    text-transform: initial;
    margin: 20px auto;
    border-color: transparent;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 25px 0px !important;
}
.s-page-custom-title h1{
    letter-spacing: 2px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
}
.s-page-custom-title h1:after{
    content: "";
    position: absolute;
    width: 50px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #eee;
}
.s-faq-section .vc_toggle{
    border: 1px solid #f79468;
}
.s-faq-section .vc_toggle_title{
        padding-left: 40px !important;
        padding-bottom: 10px;
}
.s-faq-section .vc_toggle_active .vc_toggle_title{
    border-bottom: 1px solid #f79468;
}
.s-faq-section .vc_toggle_icon{
    margin-left: 8px;
}
::-webkit-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}
::-moz-placeholder{
    color:#fff;
}

::placeholder {
  color: #fff;
}
.error404 #loader-wrapper{
    display: none;
}
.grecaptcha-badge{
    display:none !important;
}
.s-text-des .s-btn{
    display: inline-table;
    min-width: auto;
    text-decoration:none;
    margin: 5px 0;
    text-decoration: none;
    
}
