/*------------------------------------------------------------------
[Table of contents]

        General Styling
        Header
        Footer
        About Us
        Blog
        Contact
        Portfolio
        Sidebar
        Typography
        Elements [Forms, buttons etc..]
        Other Plugins
        
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
.first-line,
.second-line,
.slider-thumb .thumb-item .top-content span,
.slider-thumb .thumb-item .top-content h2 {
    font-family: 'Work Sans', sans-serif;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 93.75%;
    font-family: 'Work Sans', sans-serif;
    scroll-behavior: smooth;
}
:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}
html ::selection {
    color: #ffffff;
    background: #ef7d00;
}
section {
    padding: 70px 0;
}
p, ul li {
    
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #222;
}
p.read-more__text, .infosRG p, p.black{
    color:#333;
    font-size:16px;
}
button, input, textarea{
    font-family: 'Work Sans', sans-serif;
}
#sub-header {
    width: 100%;
    height: 42px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMyZjVlOGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzM2Njk5IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(-45deg, #2f5e8e 40%, #ef7d00 40%);
    background-image: -moz-linear-gradient(-45deg, #2f5e8e 40%, #ef7d00 40%);
    background-image: -o-linear-gradient(-45deg, #2f5e8e 40%, #ef7d00 40%);
    background-image: linear-gradient(-45deg, #2f5e8e 40%, #ef7d00 40%);
}
@media (max-width: 991px) {
    #sub-header {
        background-image: none;
        background-color: #ef7d00;
    }
}
#sub-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sub-header ul li {
    display: inline-block;
    padding: 10px 5px;
}
#sub-header ul li a {
    color: #ffffff;
    font-size: 13px;
}
#sub-header ul li a:hover {
    color: #ef7d00;
}
#sub-header .right-info {
    float: right;
}
#sub-header .right-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sub-header .right-info ul li {
    padding: 12px 15px;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    border-right: 1px solid #2b5782;
}
#sub-header .right-info ul li em {
    font-style: normal;
    font-weight: 700;
}
#sub-header .right-info ul li a {
    color: #ffffff;
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal!important;
}
#sub-header .right-info ul li a:hover {
    color: #000;
}
#sub-header .right-info ul li:last-child {
    border-right: none;
}
.site-header {
    position: fixed;
    width: 100%;
    height: 110px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fafafa;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#main-header{
    display: flex;
    height: 100%;
}
.site-header .main-header .logo {
    z-index: 21;
    position: relative;
}

.main-header .inner-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.main-header .inner-header::before, .main-header .inner-header::after{
    display: none;
}

.btn.btn-contact{
    background: #fdecd9;
    border-radius: 24px;
    padding: 12px 18px;
}
.btn.btn-subscribe{
    border-radius: 24px;
    padding: 12px 18px;
    background-color: #ef7d00;
    font-weight: 600;
    line-height: 1;
}
nav.main-navigation ul li.separator{
    margin:0 15px;
    border-left: 1px solid #ccc;
}
@media (max-width: 991px) {
    .site-header .main-header .logo {
        padding-right: 20px;
        margin-right: 10px;
    }
}
.scrolled-header {
    background-color: rgba(250, 250, 250, 0.97);
    top: 0;
}
.header-right-toggle {
    margin-top: 10px;
    margin-right: 20px;
}
.header-right-toggle a {
    padding-left: 5px;
    margin-top: 25px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #ccc;;
    border-radius: 50%;
    display: inline-block;
}
a.side-menu-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
}
a.side-menu-button i {
    margin-right: 6px;
}
nav.main-navigation {
    position: relative;
    z-index: 20;
    padding-left: 40px;
    flex-grow: 1;
}
nav.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
nav.main-navigation ul li {
    position: relative;
    display: flex;
    align-items: center;
}
nav.main-navigation ul li ul.sub-menu {
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background: #fff;
    border-top: 1px solid #ef7d00;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
}


nav.main-navigation ul li ul.sub-menu li {
    display: block;
    padding: 0;
    margin: 10px 0px;
}
nav.main-navigation ul li ul.sub-menu li a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 22px;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
    color: #ef7d00;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
    float: none;
}
nav.main-navigation ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
}
nav.main-navigation ul a.current{
    color: #ef7d00;
}
nav.main-navigation ul a i {
}
@media (min-width: 992px) and (max-width: 1200px) {
    nav.main-navigation ul a {
        padding: 10px 0;
    }
}
nav.main-navigation ul a:hover {
    color: #ef7d00;
}
nav.main-navigation ul li:last-child {
    float: right;
    padding: 0;
}
nav.main-navigation ul li:last-child .showLink {
    position: relative;
}
nav.main-navigation ul li:last-child .hideLink {
    position: absolute;
    top: 0;
    right: 0;
}
nav.main-navigation ul li:last-child #example {
    display: none;
}
nav.main-navigation ul li:last-child #example input {
    margin-top: 25px;
    background-color: #f1f7fb;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: 240px;
    display: inline-block;
    outline: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    padding-left: 15px;
}
nav.main-navigation ul li:last-child i {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    /*border-radius: 50%;*/
    /*background-color: #f1f7fb;*/
}
nav.responsive-menu ul {
    padding: 25px 15px;
    margin: 0;
    list-style: none;
}
nav.responsive-menu ul li {
    display: block;
    position: relative;
}
nav.responsive-menu ul li .show-submenu {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    color: #8997a5;
}
nav.responsive-menu ul li .sub-menu {
    display: none;
    padding: 0 0 0 30px;
}
nav.responsive-menu ul li .sub-menu.open {
    display: block;
}
nav.responsive-menu ul li .sub-menu li {
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 2px;
}
nav.responsive-menu ul li .sub-menu a {
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
nav.responsive-menu a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    margin: 0;
    color: #222222;
}
.sidebar-menu-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.sidebar-menu-container {
    position: relative;
    overflow: hidden;
}
.sidebar-menu-push {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.sidebar-menu-overlay {
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow-y: auto;
}
.sidebar-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 250px;
}
.slide-from-left.sidebar-menu {
    z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
    display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
    .sidebar-menu {
        width: 320px;
    }
    .slide-from-left.sidebar-menu-open .sidebar-menu-push {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0);
    }
    .ie9 .slide-from-left .sidebar-menu-push {
        margin-left: 320px;
    }
}
footer {
    background-color: #373737;
    padding: 60px 0px 70px 0px;
}
footer p {
    color: #8997a5;
}
footer h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 15px;
}
footer .about-us img{
    max-width: 70%;
}
footer .about-us p {
    margin-top: 30px;
    margin-bottom: 15px;
}
footer .about-us ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .about-us ul li {
    margin-top: 15px;
    display: block;
    color: #8997a5;
    font-style: 'Work Sans', sans-serif;
    font-size: 12px;
}
footer .about-us ul li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid rgba(250, 250, 250, 0.2);
    color: #ffffff;
    font-size: 13px;
    margin-right: 15px;
}
footer .about-us ul li:hover {
    color: #ffffff;
    cursor: pointer;
}
@media (max-width: 991px) {
    footer .featured-links {
        margin-top: 50px;
    }
}
footer .featured-links ul {
    padding: 0;
    margin-right: 30px;
    list-style: none;
    display: inline-block;
}
footer .featured-links ul li {
    margin-bottom: 15px;
}
footer .featured-links ul li a {
    color: #8997a5;
    font-style: 'Work Sans', sans-serif;
    font-size: 12px;
}
footer .featured-links ul li a:hover {
    color: #ffffff;
}
footer .featured-links ul li i {
    margin-right: 10px;
}
footer .featured-links ul:last-child {
    margin-right: 0px;
}
@media (max-width: 991px) {
    footer .latest-news {
        margin-top: 50px;
    }
}
footer .latest-news .latest-item {
    margin-bottom: 30px;
}
footer .latest-news .latest-item h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 8px;
    display: inline-block;
}
footer .latest-news .latest-item img {
    float: left;
    margin-right: 15px;
}
footer .latest-news .latest-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .latest-news .latest-item ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #8997a5;
    border-right: 1px solid #8997a5;
    padding-right: 10px;
}
footer .latest-news .latest-item ul li:last-child {
    margin-left: 0;
    border-right: none;
}
@media (max-width: 991px) {
    footer .gallery {
        margin-top: 80px;
    }
}
footer .gallery .gallery-item {
    display: inline-block;
    margin-bottom: 5px;
}
footer .gallery .gallery-item img {
    width: 100%;
    overflow: hidden;
}
#sub-footer {
    background-color: #1e2832;
    padding: 15px 0px;
}
#sub-footer p {
    margin-bottom: 0px;
    color: #8997a5;
}
@media (max-width: 991px) {
    #sub-footer p {
        text-align: center;
        margin-top: 10px;
    }
}
#sub-footer p em {
    font-style: normal;
    color: #ef7d00;
}
#sub-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
@media (max-width: 991px) {
    #sub-footer ul {
        float: none;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
#sub-footer ul li {
    margin-left: 15px;
    display: inline-block;
}
#sub-footer ul li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #8997a5;
}
#sub-footer ul li a:hover {
    color: #ffffff;
}
section.who-is{
    padding-top: 30px;
}
.who-is .left-content h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
.who-is .left-content span {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}
.who-is .left-content p {
    margin-top: 30px;
}
.who-is .left-content a {
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    color: #ef7d00;
    text-transform: uppercase;
}
.who-is .left-content a:hover {
    text-decoration: underline;
}

.who-is .right-content .skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f5f5f5;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
@media (max-width: 991px) {
    .who-is .right-content .skillbar {
        margin-top: 60px;
    }
}
.who-is .right-content .skillbar-title {
    position: absolute;
    top: -30px;
    left: 0;
}
.who-is .right-content .skillbar-title h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
}
.who-is .right-content .skillbar-title span {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
}
.who-is .right-content .skillbar-bar {
    height: 10px;
    width: 0px;
    background: #f5f5f5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.meet-team {
    background-color: #f5f5f5;
}
@media (max-width: 991px) {
    .meet-team .team-member {
        margin-bottom: 45px;
    }
}
.meet-team .team-member .thumb-holder img {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.meet-team .team-member .thumb-holder .down-content h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0px;
}
.meet-team .team-member .thumb-holder .down-content span {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}
.meet-team .team-member .thumb-holder .hover-content {
    background-color: rgba(250, 250, 250, 0.95);
    position: absolute;
    left: 50%;
    margin-left: -97px;
    width: 194px;
    height: 192px;
    border-radius: 50%;
    top: 14px;
    opacity: 0;
    visibility: hidden;
}
.meet-team .team-member .thumb-holder .hover-content .line {
    margin-top: 30%;
    margin-bottom: 5%;
    width: 60px;
    height: 2px;
    background-color: #ef7d00;
    margin-left: auto;
    margin-right: auto;
}
.meet-team .team-member .thumb-holder .hover-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.meet-team .team-member .thumb-holder .hover-content ul li {
    display: inline-block;
}
.meet-team .team-member .thumb-holder .hover-content ul li a {
    margin: 0 8px;
    color: #222222;
}
.meet-team .team-member .thumb-holder .hover-content ul li a:hover {
    color: #ef7d00;
}
.meet-team .team-member .thumb-holder:hover .hover-content {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.blog-news .left-video {
    position: relative;
}
.blog-news .left-video img {
    width: 100%;
    overflow: hidden;
}
.blog-news .left-video .video-content {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}
.blog-news .left-video .video-content .inner-content {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.blog-news .left-video .video-content .inner-content i {
    margin-right: 15px;
    color: #ffffff;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.2);
}
.blog-news .left-video .video-content .inner-content i:hover {
    color: #ef7d00;
    cursor: pointer;
}
.blog-news .left-video .video-content .inner-content .tittle {
    border-right: 4px solid #ef7d00;
}
.blog-news .left-video .video-content .inner-content .tittle h2 {
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 10px;
}
.blog-news .left-video .video-content .inner-content .tittle h2:hover {
    color: #EF7D00;
}
.blog-news .left-video .video-content .inner-content .tittle a {
    text-decoration: none;
}
.blog-news .left-video .video-content .inner-content .tittle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-news .left-video .video-content .inner-content .tittle ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    margin-left: 10px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
}
.blog-news .left-video .video-content .inner-content .tittle ul li a {
    color: #ef7d00;
}
.blog-news .left-video .video-content .inner-content .tittle ul li:last-child {
    border-right: none;
    margin-left: 10px;
}
.blog-news .left-video .video-content .inner-content .tittle ul li:first-child {
    margin-left: 0px;
}
.blog-news .blog-item {

}
.blog-news .blog-item .up-content {
    border-left: 4px solid #ef7d00;
    padding-left: 15px;
}
.blog-news .blog-item .up-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-news .blog-item .up-content ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}
.blog-news .blog-item .up-content ul li a {
    color: #ef7d00;
    text-transform: none;
}
.blog-news .blog-item .up-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}
.blog-news .blog-item .up-content .tittle h2 {
    margin-top: 6px;
    margin-bottom: 5px;
}
.blog-news .blog-item .up-content .tittle h2:hover {
    color: #ef7d00;
}
.blog-news .blog-item .up-content .tittle a {
    text-decoration: none;
}
.blog-news .blog-item p {
    margin-top: 20px;
}
.blog-news .blog-item a {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    color: #ef7d00;
    font-weight: 600;
}
.blog-news .blog-item a:hover {
    text-decoration: underline;
}
.blog-page{
    padding-top: 0;
}
.blog-page .blog-item {
    margin-bottom: 40px;
}
.blog-page .blog-item img {
    max-width: 100%;
}
.blog-page .blog-item .down-content {
    margin: 20px;
}
.blog-page .blog-item .down-content .post-info {
    border-left: 4px solid #ef7d00;
    padding-left: 15px;
}
.blog-page .blog-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page .blog-item .down-content ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}
.blog-page .blog-item .down-content ul li a {
    color: #ef7d00;
    text-transform: none;
}
.blog-page .blog-item .down-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}
.blog-page .blog-item .down-content .tittle h2 {
    margin-top: 6px;
    margin-bottom: 5px;
}
.blog-page .blog-item .down-content .tittle h2:hover {
    color: #ef7d00;
}
.blog-page .blog-item .down-content .tittle a {
    text-decoration: none;
}
.blog-page .blog-item p {
    margin-top: 20px;
}
.blog-page .blog-item a {
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    color: #ef7d00;
    text-transform: uppercase;
}
.blog-page .blog-item a:hover {
    text-decoration: underline;
}
.blog-page .blog-item-video {
    margin-bottom: 30px;
    position: relative;
}
.blog-page .blog-item-video img {
    width: 100%;
    overflow: hidden;
}
.blog-page .blog-item-video .video-content {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
}
.blog-page .blog-item-video .video-content .inner-content {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
    .blog-page .blog-item-video .video-content .inner-content {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }
}
.blog-page .blog-item-video .video-content .inner-content i {
    margin-right: 15px;
    color: #ffffff;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(250, 250, 250, 0.2);
}
@media (max-width: 991px) {
    .blog-page .blog-item-video .video-content .inner-content i {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}
.blog-page .blog-item-video .video-content .inner-content i:hover {
    color: #ef7d00;
    cursor: pointer;
}
.blog-page .blog-item-video .video-content .inner-content .tittle {
    border-right: 4px solid #ef7d00;
}
.blog-page .blog-item-video .video-content .inner-content .tittle h2 {
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 10px;
}
.blog-page .blog-item-video .video-content .inner-content .tittle h2:hover {
    color: #ef7d00;
}
.blog-page .blog-item-video .video-content .inner-content .tittle a {
    text-decoration: none;
}
.blog-page .blog-item-video .video-content .inner-content .tittle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 991px) {
    .blog-page .blog-item-video .video-content .inner-content .tittle ul {
        display: none;
    }
}
.blog-page .blog-item-video .video-content .inner-content .tittle ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    margin-left: 10px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
}
.blog-page .blog-item-video .video-content .inner-content .tittle ul li a {
    color: #ef7d00;
}
.blog-page .blog-item-video .video-content .inner-content .tittle ul li:last-child {
    border-right: none;
    margin-left: 10px;
}
.blog-page .blog-item-video .video-content .inner-content .tittle ul li:first-child {
    margin-left: 0px;
}
.blog-page .pagination {
    display: inline-block;
    width: 100%;
}
.blog-page .pagination .prev {
    text-align: left;
    margin-bottom: -36px;
}
.blog-page .pagination .prev a {
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    text-transform: uppercase;
}
.blog-page .pagination .prev a i {
    margin-right: 5px;
}
.blog-page .pagination .next {
    text-align: right;
    margin-top: -36px;
}
.blog-page .pagination .next a {
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    text-transform: uppercase;
}
.blog-page .pagination .next a i {
    margin-left: 5px;
}
.blog-page .pagination .page-numbers {
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    height: 36px;
    width: 245px;
    margin-right: auto;
    margin-left: auto;
}
.blog-page .pagination .page-numbers ul {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
.blog-page .pagination .page-numbers ul li {
    display: inline-block;
    padding: 0 8px;
}
.blog-page .pagination .page-numbers ul li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 36px;
    color: #ef7d00;
    text-transform: uppercase;
}
.blog-page .pagination .page-numbers ul .active a {
    border-bottom: 2px solid #ef7d00;
    padding-bottom: 7px;
    padding-right: 3px;
    padding-left: 3px;
}
.blog-grid .blog-item {
    margin-bottom: 40px;
}
.blog-grid .blog-item img {
    max-width: 100%;
}
.blog-grid .blog-item .down-content {
    margin-top: 20px;
}
.blog-grid .blog-item .down-content .post-info {
    border-left: 4px solid #ef7d00;
    padding-left: 15px;
}
.blog-grid .blog-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-grid .blog-item .down-content ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}
.blog-grid .blog-item .down-content ul li a {
    color: #ef7d00;
    text-transform: none;
}
.blog-grid .blog-item .down-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}
.blog-grid .blog-item .down-content .tittle h2 {
    margin-top: 6px;
    margin-bottom: 5px;
}
.blog-grid .blog-item .down-content .tittle h2:hover {
    color: #ef7d00;
}
.blog-grid .blog-item .down-content .tittle a {
    text-decoration: none;
}
.blog-grid .blog-item p {
    margin-top: 20px;
}
.blog-grid .blog-item a {
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    color: #ef7d00;
    text-transform: uppercase;
}
.blog-grid .blog-item a:hover {
    text-decoration: underline;
}
.single-blog .blog-item {
    margin-bottom: 40px;
}
.single-blog .blog-item img {
    max-width: 100%;
}
.single-blog .blog-item .down-content {
    margin: 20px;
}
.single-blog .blog-item .down-content .post-info {
    border-left: 4px solid #ef7d00;
    padding-left: 15px;
}
.single-blog .blog-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-blog .blog-item .down-content ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}
.single-blog .blog-item .down-content ul li a {
    color: #ef7d00;
    text-transform: none;
}
.single-blog .blog-item .down-content ul li:last-child {
    border-right: none;
    margin-left: 10px;
}
.single-blog .blog-item .down-content .tittle h2 {
    margin-top: 6px;
    margin-bottom: 5px;
}
.single-blog .blog-item .down-content .tittle h2:hover {
    color: #ef7d00;
}
.single-blog .blog-item .down-content .tittle a {
    text-decoration: none;
}
.single-blog .blog-item p {
    margin-top: 20px;
}
.single-blog .blog-item blockquote {
    border-left: none;
    font-family: 'Georgia', serif;
    font-size: 16px;
    font-style: italic;
    color: #888888;
    display: block;
}
.single-blog .blog-item blockquote em {
    margin-right: 15px;
    text-align: center;
    color: #ffffff;
    line-height: 65px;
    width: 50px;
    height: 50px;
    background-color: #ef7d00;
    display: block;
    font-size: 34px;
    float: left;
}
.single-blog .blog-item h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0px;
}
.single-blog .author-writen {
    padding: 20px 0px 25px 0px;
    margin: 50px 20px 0px 20px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
.single-blog .author-writen img {
    float: left;
    max-width: 100%;
    border-radius: 50%;
    margin-right: 15px;
}
.single-blog .author-writen .border-button {
    float: right;
    margin-top: 6px;
}
.single-blog .author-writen span {
    margin-top: 10px;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
    display: inline-block;
}
.single-blog .author-writen h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
}
.single-blog .comments {
    margin-top: 50px;
}
.single-blog .comments h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.single-blog .comments .comment-item {
    border-bottom: 1px solid #eeeeee;
}
.single-blog .comments .comment-item img {
    max-width: 100%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.single-blog .comments .comment-item .reply-button {
    float: right;
}
.single-blog .comments .comment-item .reply-button a {
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    color: #ef7d00;
    text-transform: uppercase;
}
.single-blog .comments .comment-item .reply-button a:hover {
    text-decoration: underline;
}
.single-blog .comments .comment-item h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    display: inline;
    margin-right: 15px;
}
.single-blog .comments .comment-item span {
    display: inline;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
}
.single-blog .comments .comment-item span i {
    margin-right: 3px;
}
.single-blog .comments .comment-item p {
    margin-top: 10px;
    margin-left: 75px;
    padding-bottom: 10px;
}
.single-blog .comments .first-comment {
    margin-top: 25px;
}
.single-blog .comments .second-comment {
    margin-top: 20px;
    margin-left: 75px;
}
.single-blog .comments .second-comment p {
    padding-bottom: 15px;
}
.single-blog .comments .third-comment {
    margin-top: 20px;
}
.single-blog .comments .third-comment p {
    padding-bottom: 15px;
}
.single-blog .leave-comment {
    margin-top: 50px;
}
.single-blog .leave-comment h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}
.single-blog .leave-comment input {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    height: 40px;
    padding-left: 15px;
    outline: none;
}
.single-blog .leave-comment textarea {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 180px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    height: 40px;
    padding: 10px 15px;
    outline: none;
}
#map {
    width: 100%;
    height: 480px;
}
.contact-form {
    margin-top: 10px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form input[type="date"],
.contact-form input[type="email"]{
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    padding-left: 45px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    height: 40px;
    outline: none;
    position: relative;
}

.contact-form .numControler::before {
    content: "#";
    position: absolute;
    left: 30px;
    top: 6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
    font-weight: bold;
}
.contact-form .dateControler::before {
    content: "\f073";
    position: absolute;
    left: 30px;
    top: 6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}

.contact-form .nameControler{
    position: relative;
}
.contact-form .nameControler::before{
    content: "\f007";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}
.contact-form .emailControler{
    position: relative;
}
.contact-form .emailControler::before{
    content: "\f003";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}
.contact-form .telControler{
    position: relative;
}
.contact-form .telControler::before{
    content: "\f095";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}
.contact-form .messageControler{
    position: relative;
}
.contact-form .messageControler::before{
    content: "\f0e6";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}

.contact-form  .addressControler{
    position: relative;
}
.contact-form  .addressControler::before{
    content: "\f0f7";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}
.contact-form  .CPControler{
    position: relative;
}
.contact-form  .CPControler::before{
    content: "\f0f7";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}
.contact-form  .villeControler{
    position: relative;
}
.contact-form  .villeControler::before{
    content: "\f0f7";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}
.contact-form  .enchereControler{
    position: relative;
}
.contact-form  .enchereControler::before{
    content: "\f153";
    position: absolute;
    left: 30px;
    top:6px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    z-index: 1;
    font-size: 20px;
    color: #ef7d00;
}



.contact-form  textarea {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 180px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    height: 40px;
    padding: 12px 45px;
    outline: none;
}
.contact-form .advanced-button {
    margin-top: 30px;
}
.contact-info {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .contact-info {
        margin-bottom: 70px;
    }
}
.contact-info h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
}
.contact-info span {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
}
.contact-info a {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
}
.contact-info .fax {
    margin-top: 30px;
}
.contact-info .email {
    margin-top: 30px;
}
.contact-info .address {
    margin-top: 30px;
}
.featured-listing {
    background-color: #f5f5f5;
}
.featured-listing .heading-section-2 .dec i {
    background-color: #f5f5f5;
}
.featured-listing #featured-cars .col-md-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.featured-listing #featured-cars .col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .featured-listing #featured-cars .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .featured-listing #featured-cars .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .featured-listing #featured-cars .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 991px) {
    .featured-listing #featured-cars .featured-item {
        margin-bottom: 30px;
    }
}
.featured-listing #featured-cars .featured-item img {
    width: 100%;
    overflow: hidden;
}
.featured-listing #featured-cars .featured-item .down-content {
    background-color: #ffffff;
    padding: 15px;
}
.featured-listing #featured-cars .featured-item .down-content h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    width: 70%;
    display: inline-block;
}
.featured-listing #featured-cars .featured-item .down-content span {
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    line-height: 36px;
    padding: 0px 12px;
    display: inline-block;
    margin-top: -15px;
    margin-right: -15px;
    float: right;
    background-color: #ef7d00;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
.featured-listing #featured-cars .featured-item .down-content .light-line {
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    margin-top: 15px;
}
.featured-listing #featured-cars .featured-item .down-content p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.featured-listing #featured-cars .featured-item .down-content .car-info {
    margin: -15px;
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul {
    padding: 0;
    margin: 0px 15px;
    list-style: none;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul li {
    text-align: left;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 5px;
    border-right: 1px solid #eeeeee;
    display: inline-block;
    font-size: 13px;
    color: #888888;
    font-family: 'Work Sans', sans-serif;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul li i {
    margin-left: -5px;
    margin-right: 5px;
    color: #222222;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul li:last-child {
    border-right: none;
    padding-right: 0px;
}
.featured-listing #featured-cars .featured-item:hover h2 {
    color: #ef7d00;
}
.pre-featured {
    background-color: #151515;
    margin-bottom: 30px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}
.pre-featured h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    border-left: 3px solid #ef7d00;
    margin: 0;
    line-height: 1;
}
.pre-featured.clearfix h4{
    float: left;
    line-height: 1.2;
}
.pre-featured a{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
}
.pre-featured a i{
    margin-right: 5px;
}
.pre-featured .right-content {
    text-align: right;
}
.pre-featured .right-content .listLink{
    margin: 25px;
    display: block;
}
.pre-featured .right-content .input-select {
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    flex-grow: 1;
}
.pre-featured .right-content .input-select label{
    margin-right: 10px;
    margin-bottom: 0;
}
.pre-featured .right-content .input-select .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
    text-align: left;
}
.pre-featured .right-content .input-select .select2-container--default .select2-selection--single{
    height: 32px;
}
.pre-featured .right-content .input-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
}
.select2-container--default .select2-selection--single.select2-selection--clearable, .select2-container--default .select2-selection--multiple.select2-selection--clearable{
    border: 1px solid #ef7d00;
    background: #fdecd9;
}
#frmSearch input:not(:placeholder-shown) {
    border: 1px solid #ef7d00;
    background: #fdecd9;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.pre-featured .right-content .grid-list {
    float: right;
    display: inline-block;
    margin: 15px 20px 15px 0px;
}
.pre-featured .right-content .grid-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pre-featured .right-content .grid-list ul li {
    margin: 0 2px;
    display: inline-block;
}
.pre-featured .right-content .grid-list ul li a {
    color: #ef7d00;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border: 1px solid #e5f2ff;
    background-color: #ffffff;
}
.homePage .listing-grid{
    padding-top: 70px;
}
.listing-grid .featured-item {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.listing-grid.listing-listPhoto .featured-item{
    flex-direction: row;
    border: 1px solid #eee;
}
.listing-grid.listing-listPhoto .colPhoto{
    flex: 0 0 45%;
}
.listing-grid .imgVignetteVenteContainer{
    height: 100%;
    overflow: hidden;
}
.listing-grid.listing-listPhoto .featured-item img{
    width: auto;
    height: 100%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    border: 0 none;
    border-right: 1px solid #eee;
}
.listing-grid.listing-listPhoto .featured-item .down-content h2{
    font-weight: 600;
    font-size: 16px;
}
.listing-grid.listing-listPhoto .featured-item .down-content{
    border: 0 none;
}
.listing-grid.listing-listPhoto .featured-item .down-content .light-line{
    margin-top: 10px;
}
.listing-grid.listing-listPhoto .alerteAboVente{
    margin: 10px 0;
}
.listing-grid.listing-listPhoto .featured-item .down-content .car-info{
    border-bottom: 0;
    margin: 0 -15px -15px;
}
.listing-grid.listing-listPhoto .featured-item .down-content .car-info ul li, .listing-page .featured-item .right-content .car-info ul li{
    margin-top: 0;
}
.listing-grid.listing-listPhoto .featured-item .down-content .car-info ul li:last-of-type{
    margin-bottom: 0;
}
.listing-grid .featured-item .lstFavIcon{
    color: #ef7d00;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
}
.listing-grid .featured-item .lstFavIcon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.listing-grid .featured-item .lstFavIcon:hover i::before{
    content: '\f004';
    opacity: 0.8;
}
.listing-grid .featured-item .prixBien{
    position: absolute;
    right: 15px;
    bottom: 1px;
}
.featured-item .prixBien a{
    color: #fff;
}
.listing-grid .featured-item img {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}
.listing-grid .featured-item .down-content {
    background-color: #ffffff;
    padding: 15px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.listing-grid .featured-item .down-content h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    
    display: inline-block;
}
.listing-grid .featured-item  span.prixBien,
.listing-page .featured-item  span.prixBien{
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    line-height: 36px;
    padding: 0px 12px;
    display: inline-block;
    margin-top: -15px;
    margin-right: -14px;
    float: right;
    background-color: #ef7d00;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.listing-page .featured-item .right-content span.prixBien{
    margin-top: -37px;
    margin-right: 0;
}
.listing-grid .featured-item .down-content .light-line {
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    margin-top: 15px;
}
.listing-grid .featured-item .down-content p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.listing-grid .featured-item .down-content .car-info {
    margin: -15px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 15px;
}
.listing-grid .featured-item .down-content .car-info .miseAPrixVignette{
    font-size: 16px;
    font-weight: 700;
    color: #ef7d00;
}
.labelVisite{
    background: #fdecd9;
    color:#000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
}
.listing-grid .featured-item .down-content .car-info ul, .listing-page .featured-item .right-content .car-info ul {
    padding: 0;
    margin: 0px 0;
    list-style: none;
}
.listing-grid .featured-item .down-content .car-info ul li,
.listing-page .featured-item .right-content .car-info ul li{
    margin: 10px 0;
}
.listing-grid .featured-item .down-content .car-info ul li .ville,
.listing-page .featured-item .right-content .car-info ul li .ville{
    text-transform: uppercase;
    font-weight: bold;
}
.listing-grid .featured-item .down-content .car-info ul li:first-of-type{
}
.listing-grid .featured-item .down-content .car-info ul li i {
    margin-right: 5px;
    color: #ef7d00;
}
.listing-grid .featured-item .down-content .car-info ul li:last-child {
    border-right: none;
}
.listing-grid .featured-item:hover h2 {
    color: #ef7d00;
}
.listing-grid .pagination {
    display: inline-block;
    width: 100%;
}
.listing-grid .pagination .prev {
    text-align: left;
    margin-bottom: -36px;
}
.listing-grid .pagination .prev a {
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #373737;

}
.listing-grid .pagination .prev a.disabled{
    opacity: 0.8;
}
.listing-grid .pagination .prev a i {
    margin-right: 5px;
}
.listing-grid .pagination .next {
    text-align: right;
    margin-top: -36px;
}
.listing-grid .pagination .next a {
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #373737;

}
.listing-grid .pagination .next a i {
    margin-left: 5px;
}
.listing-grid .pagination .page-numbers {
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    height: 36px;
    width: 245px;
    margin-right: auto;
    margin-left: auto;
}
.listing-grid .pagination .page-numbers ul {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
.listing-grid .pagination .page-numbers ul li {
    display: inline-block;
    padding: 0 8px;
}
.listing-grid .pagination .page-numbers ul li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #373737;
    text-transform: uppercase;
}
.listing-grid .pagination .page-numbers ul .active a {
    border-bottom: 2px solid #ef7d00;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.listing-page #listing-cars .featured-item {
    margin-bottom: 50px;
}
.listing-page #listing-cars .featured-item img {
    max-width: 100%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
.listing-page #listing-cars .featured-item .right-content {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    padding-left: 20px;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content {
        padding: 20px;
        margin-left: 0px;
        border-top: none;
        border-left: 1px solid #eeeeee;
    }
}
.listing-page #listing-cars .featured-item .right-content h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    width: 70%;
}
/*.listing-page #listing-cars .featured-item .right-content span {
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    line-height: 36px;
    padding: 0px 12px;
    display: inline-block;
    margin-top: -37px;
    margin-right: 0px;
    float: right;
    background-color: #ef7d00;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}*/
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content span {
        margin-top: -37px;
        margin-right: -20px;
    }
}
.listing-page #listing-cars .featured-item .right-content .light-line {
    width: 60px;
    height: 2px;
    background-color: #eeeeee;
    margin-top: 15px;
    margin-left: 310px;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .light-line {
        margin-left: 0px;
    }
}
.listing-page #listing-cars .featured-item .right-content p {
    margin-top: 10px;
    margin-bottom: 18px;
    margin-right: 20px;
}
.listing-page #listing-cars .featured-item .right-content .view-details {
    display: inline-block;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .view-details {
        float: left;
    }
}
.listing-page #listing-cars .featured-item .right-content .view-details a {
    font-size: 11px;
    font-family: 'Work Sans', sans-serif;
    color: #ef7d00;
    text-transform: uppercase;
    border: 1px solid #eeeeee;
    padding: 5px 8px;
    display: inline-block;
}
.listing-page #listing-cars .featured-item .right-content .item-rate {
    margin-left: 430px;
    margin-top: -25px;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .item-rate {
        margin-left: 20px;
        float: left;
        margin-top: 0px;
    }
}
.listing-page #listing-cars .featured-item .right-content .item-rate ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.listing-page #listing-cars .featured-item .right-content .item-rate ul li {
    display: inline-block;
}
.listing-page #listing-cars .featured-item .right-content .item-rate ul li i {
    font-size: 13px;
    color: #ef7d00;
}
.listing-page #listing-cars .featured-item .right-content .car-info {
    margin-top: 20px;
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    margin-left: -20px;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info {
        margin-top: 80px;
        border-bottom: none;
        border-top: none;
    }
}
.listing-page #listing-cars .featured-item .right-content .car-info ul {
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul {
        float: none;
        text-align: center;
    }
}
/*.listing-page #listing-cars .featured-item .right-content .car-info ul li {
    text-align: left;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 5px;
    border-right: 1px solid #eeeeee;
    display: inline-block;
    font-size: 13px;
    color: #888888;
    font-family: 'Work Sans', sans-serif;
}*/
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul li {
        border-right: none;
        text-align: center;
        padding-right: 0px;
    }
}
.listing-page #listing-cars .featured-item .right-content .car-info ul li i {
    margin-left: -5px;
    margin-right: 5px;
    color: #222222;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul li i {
        margin: 0 5px;
    }
}
.listing-page #listing-cars .featured-item .right-content .car-info ul li:last-child {
    border-right: none;
    padding-right: 0px;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul li:last-child {
        display: none;
    }
}
.listing-page #listing-cars .featured-item:hover h2 {
    color: #ef7d00;
}
.listing-page #listing-cars .last-featured {
    margin-bottom: 30px;
}
.listing-page #listing-cars .pagination {
    display: inline-block;
    width: 100%;
}
@media (max-width: 991px) {
    .listing-page #listing-cars .pagination {
        margin-bottom: 80px;
    }
}
.listing-page #listing-cars .pagination .prev {
    text-align: left;
    margin-bottom: -36px;
}
.listing-page #listing-cars .pagination .prev a {
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    text-transform: uppercase;
}
.listing-page #listing-cars .pagination .prev a i {
    margin-right: 5px;
}
.listing-page #listing-cars .pagination .next {
    text-align: right;
    margin-top: -36px;
}
.listing-page #listing-cars .pagination .next a {
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    padding: 0px 15px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    text-transform: uppercase;
}
.listing-page #listing-cars .pagination .next a i {
    margin-left: 5px;
}
.listing-page #listing-cars .pagination .page-numbers {
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #e5f2ff;
    height: 36px;
    width: 245px;
    margin-right: auto;
    margin-left: auto;
}
.listing-page #listing-cars .pagination .page-numbers ul {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
.listing-page #listing-cars .pagination .page-numbers ul li {
    display: inline-block;
    padding: 0 8px;
}
.listing-page #listing-cars .pagination .page-numbers ul li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 36px;
    color: #ef7d00;
    text-transform: uppercase;
}
.listing-page #listing-cars .pagination .page-numbers ul .active a {
    border-bottom: 2px solid #ef7d00;
    padding-bottom: 7px;
    padding-right: 3px;
    padding-left: 3px;
}
.car-details .up-content {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
}
@media (max-width: 991px) {
    .car-details .up-content {
        height: auto;
        padding: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}
.car-details .up-content h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-left: 20px;
}
@media (max-width: 991px) {
    .car-details .up-content h2 {
        margin: 0px;
        float: none;
    }
}
.car-details .up-content span {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ef7d00;
    float: right;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.car-details .up-content span a{
    display: inline;
    color: #fff;
}
@media (max-width: 991px) {
    .car-details .up-content span {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
    }
}
.car-details .flexslider {
    
}
.car-details .flexslider ul li img {
    max-width: 100%;
}
.car-details .tabs {
    margin-top: 30px;
}
.car-details .tabs .tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.car-details .tabs .tab-links {
    border-bottom: 2px solid #eeeeee;
    padding: 0;
    margin: 0;
}
.car-details .tabs .tab-links li {
    margin-bottom: 10px;
    margin-right: 20px;
    list-style: none;
    display: inline-block;
}
@media (max-width: 991px) {
    .car-details .tabs .tab-links li {
        display: block;
        margin-bottom: 15px;
    }
}
.car-details .tabs .tab-links a {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    transition: all linear 0.15s;
    border-radius: 0px;
    padding-bottom: 10px;
}
@media (max-width: 991px) {
    .car-details .tabs .tab-links a {
        padding-bottom: 3px;
    }
}
.car-details .tabs .tab-links a:hover {
    color: #222222;
    text-decoration: none;
}
.car-details .tabs li.active a,
.car-details .tabs li.active a:hover {
    color: #222222;
    border-bottom: 2px solid #ef7d00;
}
.car-details .tabs .tab-content {
    margin-top: 20px;
}
.car-details .tabs .tab-content h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #ef7d00;
    font-weight: 400;
}
.car-details .tabs .tab-content p {
    margin-top: 15px;
}
.car-details .tabs .tab {
    display: none;
}
.car-details .tabs .tab.active {
    display: block;
}
.car-details .more-info h4 {
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #eeeeee;
}
.car-details .more-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.car-details .more-info ul li {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    margin: 5px 0px;
}
.car-details .more-info ul li i {
    color: #ef7d00;
    margin-right: 10px;
}
#sidebar .sidebar-content {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    overflow: hidden;
}
#sidebar .sidebar-content .head-side-bar {
    padding: 13px 0px;
    background-color: #f5f5f5;
}
#sidebar .sidebar-content .head-side-bar h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    border-left: 3px solid #ef7d00;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
}
#sidebar .sidebar-content .search-form {
    padding: 25px;
}
#sidebar .sidebar-content .search-form .advanced-button {
    background: #fff;
    color: #ef7d00;
    border-radius: 5px;
}
#sidebar .sidebar-content .search-form .advanced-button i {
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-form .select {
    overflow: hidden;
    position: relative;
    display: block;
}
.search-form .select .mb10 {
    margin-bottom: 10px;
}

.search-form .mb20 {
    margin-bottom: 20px;
}
.search-form .mb30 {
    margin-bottom: 30px;
}
.search-form .mb10 {
    margin-bottom: 10px;
}
.search-form .select #types {
    margin-bottom: 20px;
}
.search-form .select #color {
    margin-bottom: 20px;
}
.search-form > label{
    font-size: 12px;
}
.search-form .dispoRadio {
    display: flex;
    justify-content: space-between;
}
.search-form .checkbox{
    margin: 0;
}
.search-form .checkbox label{
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #222;
    font-size: 14px;
    padding: 9px 13px;
    position: relative;
    margin: 0;
}
.search-form .checkbox input{
    display: none;
}
.search-form .checkbox input:checked+label{
    border: 1px solid #ef7d00;
    background: #fdecd9;
}
.search-form select {
    border: 1px solid #dddddd;
    cursor: pointer;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #222222;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-form .select:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #222222;
    padding: 8px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.search-form .slider-range {
    margin-bottom: 30px;
}
.search-form .slider-range h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.search-form .slider-range .ui-slider-horizontal .ui-slider-range {
    background-color: #ef7d00;
}
.search-form .slider-range .ui-slider-horizontal {
    border-radius: 0px;
    background-color: #4775a3;
}
.search-form .slider-range input {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: -10px;
    display: inline-block;
    background-color: transparent;
    border: none;
    outline: none;
}
button.advanced-button {
    width: 100%;
    text-align: center;
    border: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    padding-left: 5px;
}
button.advanced-button a {
    margin-right: 8px;
}
@media (max-width: 991px) {
    #sidebar .video-post {
        display: none;
    }
}
#sidebar .video-post .video-holder {
    margin-top: 30px;
    position: relative;
}
#sidebar .video-post .video-holder img {
    max-width: 100%;
    position: absolute;
    z-index: 9;
}
#sidebar .video-post .video-holder .video-content {
    position: absolute;
    z-index: 10;
    width: 100%;
}
#sidebar .video-post .video-holder .video-content i {
    margin: 10px;
    float: right;
    width: 36px;
    height: 36px;
    background-color: #ef7d00;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    border: 2px solid #ffffff;
}
#sidebar .video-post .video-holder .video-content h4 {
    position: relative;
    margin-top: 122px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    #left-info {
        margin-top: 60px;
    }
}
#left-info .details {
    background-color: #f5f5f5;
}
#left-info .details .head-side-bar {
    padding: 15px 0px;
    background-color: rgba(0,0,0,0.8);
}
#left-info .details .head-side-bar h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 4px solid #ef7d00;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 7px;
}
#left-info .details .list-info {
    margin: 10px 20px;
}
#left-info .details .list-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#left-info .details .list-info ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    /*color: #ef7d00;*/
    font-weight: 700;
}
#left-info .details .list-info ul li span {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    width: 140px;
    display: inline-block;
    font-weight: 400;
}
#left-info .details .list-info ul li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}
#left-info .enquiry {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding-bottom: 5px;
}
#left-info .enquiry:first-of-type{
    margin-top: 0;
}
#left-info .enquiry .head-side-bar {
    padding: 15px 0px;
    background-color: rgba(0,0,0,0.8);
}
#left-info .enquiry .head-side-bar h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 4px solid #ef7d00;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}
#left-info .enquiry .subhead-side-bar {
    padding: 0px;
}
#left-info .enquiry .subhead-side-bar h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #ef7d00;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 4px solid #ef7d00;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}
#left-info .enquiry .contact-form {
    margin: 20px;
}
#left-info .enquiry .contact-form h5{
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}
#left-info .enquiry .contact-form p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
#left-info .enquiry .contact-form input {
    width: 100%;
    height: 40px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    outline: none;
    border: 1px solid #e5f2ff;
    margin-bottom: 20px;
    padding-left: 15px;
}
#left-info .enquiry .contact-form textarea {
    max-width: 100%;
    width: 100%;
    max-height: 120px;
    height: 80px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    outline: none;
    border: 1px solid #e5f2ff;
    margin-bottom: 10px;
    padding: 10px 15px;
}
#left-info .enquiry .check-boxes {
    margin-top: 10px;
    display: inline-block;
    margin-left: 20px;
}
#left-info .enquiry .check-boxes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#left-info .enquiry .check-boxes ul li {
    display: block;
    margin-bottom: 10px;
}
#left-info .enquiry .check-boxes input[type="checkbox"] {
    display: none;
}
#left-info .enquiry .check-boxes input[type="checkbox"] + label {
    display: inline;
    width: 12px;
    height: 16px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../images/check-box.png) left top no-repeat;
    cursor: pointer;
}
#left-info .enquiry .check-boxes label {
    padding-left: 22px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #92a9c4;
    font-weight: 400;
}
#left-info .enquiry .check-boxes input[type="checkbox"]:checked + label {
    background: url(../images/checked-box.png) 0px top no-repeat;
}
#left-info .enquiry .check-boxes .advanced-button {
    margin-top: 20px;
    margin-bottom: 40px;
}
#left-info .enquiry .call-info {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
#left-info .enquiry .call-info i {
    width: 48px;
    height: 48px;
    border: 1px solid #ef7d00;
    background: rgba(0,0,0,0.8);
    color: #ef7d00;
    font-size: 28px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
#left-info .enquiry .call-info h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #ef7d00;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
    display: inline-block;
}
#left-info .enquiry .call-info p {
    text-transform: uppercase;
    color: #92a9c4;
    font-size: 10px;
}
#left-info .enquiry .call-info span {
    color: #ef7d00;
    font-family: 'Work Sans', sans-serif;
}
#sidebar {
    position: relative;
}
#sidebar .search-box {
    position: relative;
}
@media (max-width: 991px) {
    #sidebar .search-box {
        margin-top: 80px;
    }
}
#sidebar .search-box input {
    position: relative;
    z-index: 9;
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    border-radius: 20px;
    height: 44px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    outline: none;
    padding-left: 50px;
}
#sidebar .search-box .simple-button a {
    right: 5px;
    top: 5px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    position: absolute;
    z-index: 10;
}
#sidebar .search-box i {
    font-size: 12px;
    left: 5px;
    top: 5px;
    width: 34px;
    height: 34px;
    background-color: #d9e6f2;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
}
#sidebar .categories {
    margin-top: 0;
}
#sidebar .categories ul {
    padding: 0;
    margin: 0;
}
#sidebar .categories > ul > li {
    border-bottom: 1px solid #eeeeee;
    list-style: none;
    padding: 10px 0;
}
#sidebar .categories ul li.haveChild ul{
    padding-left: 30px;
    margin-top: 10px;
}
#sidebar .categories ul li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #222;
    padding-bottom: 10px;
}
#sidebar .categories ul li.haveChild ul li a{
    color: #888;
}
#sidebar .categories ul li a:hover {
    color: #ef7d00;
}
#sidebar .latest-posts {
    margin-top: 40px;
}
#sidebar .latest-posts .latest-item {
    margin-top: 25px;
    margin-bottom: 40px;
}
#sidebar .latest-posts .latest-item h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 8px;
    display: inline;
}
#sidebar .latest-posts .latest-item img {
    float: left;
    margin-right: 15px;
}
#sidebar .latest-posts .latest-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    
}
#sidebar .latest-posts .latest-item ul li {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #8997a5;
    border-right: 1px solid #8997a5;
    padding-right: 10px;
    
}
#sidebar .latest-posts .latest-item ul li i {
    color: #ef7d00;
    margin-right: 5px;
    font-size: 13px;
}
#sidebar .latest-posts .latest-item ul li:last-child {
    margin-left: 10px;
    border-right: none;
}
#sidebar .recent-tweets {
    margin-top: 60px;
}
#sidebar .recent-tweets .first-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
#sidebar .recent-tweets .recent-item {
    margin-bottom: 15px;
}
#sidebar .recent-tweets .recent-item i {
    font-size: 16px;
    margin-top: 5px;
    color: #ef7d00;
    float: left;
    display: inline-block;
}
#sidebar .recent-tweets .recent-item p {
    margin-left: 25px;
    margin-bottom: 0px;
}
#sidebar .recent-tweets .recent-item a {
    color: #ef7d00;
}
#sidebar .recent-tweets .recent-item span {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #c4c4c4;
    text-decoration: underline;
    margin-left: 25px;
}
#sidebar .tags {
    margin-top: 40px;
}
#sidebar .tags ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidebar .tags ul li {
    display: inline-block;
    margin: 4px 3px;
}
#sidebar .tags ul li a {
    border-left: 4px solid #ef7d00;
    padding: 8px 10px;
    background-color: #fc9425;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}
#sidebar .tags ul li a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(-45deg, #fc9425 30%, #ef7d00 30%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 30%, #ef7d00 30%);
    background-image: -o-linear-gradient(-45deg, #fc9425 30%, #ef7d00 30%);
    background-image: linear-gradient(-45deg, #fc9425 30%, #ef7d00 30%);
}
#sidebar .sidebar-widget h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
#page-heading {
    margin-top: 110px;
    background-image: url(http://dummyimage.com/1400x300/cccccc/fff.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}
#page-heading h1 {
    margin: 0px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}
#page-heading .line {
    width: 46px;
    height: 3px;
    background-color: #ffffff;
    margin: 18px auto;
}
#page-heading  span.accroche {
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 40px;
    display: block;
}
#page-heading .page-active {
    background-color: rgba(250, 250, 250, 0.5);
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}
#page-heading .page-active ul {
    padding: 8px 10px;
    margin: 0;
    list-style: none;
}
#page-heading .page-active ul li {
    display: inline-block;
}
#page-heading .page-active ul li a {
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0px 2px;
}
#page-heading .page-active ul li i {
    font-size: 10px;
    color: #ffffff;
}

#page-heading .page-active ul li:last-child a {
    color: #ef7d00;
}

.breadcumb {
    background: #eee;
}
.breadcumb .page-active ul{
    display: flex;
    margin: 0;
    padding: 10px;
    list-style: none;
}
.breadcumb .page-active ul li{
    margin-right: 5px;

}
.breadcumbSep{
    color: #aeaeae;
}
.slider {
    margin-top: 110px;
}
.first-line {
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #ef7d00;
    padding: 8px 16px;
}
.second-line {
    color: #fff;
    font-size: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.third-line {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}
.third-line em {
    font-style: normal;
    color: #ef7d00;
}
.slider-thumb .thumb-item .top-content {
    background-color: #2e5c89;
    width: 100%;
    height: 60px;
    padding: 1px 0px;
}
.slider-thumb .thumb-item .top-content span {
    line-height: 60px;
    margin-left: 13px;
    float: left;
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    position: absolute;
    z-index: 10;
}
.slider-thumb .thumb-item .top-content .span-bg {
    position: absolute;
    z-index: 9;
    background-color: #2e5c89;
    height: 59px;
    width: 60px;
    -webkit-transform: rotate(0deg) skew(0deg);
    transform: rotate(0deg) skew(0deg);
    border-left: 80px solid #ef7d00;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.slider-thumb .thumb-item .top-content h2 {
    margin-left: 80px;
    margin-top: 12px;
    padding: 10px 10px;
    background-color: #ef7d00;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-thumb .thumb-item .down-content {
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.slider-thumb .thumb-item .down-content p {
    color: #c7c7c7;
    display: inline-block;
}
.slider-thumb .thumb-item .down-content img {
    float: right;
    border: 2px solid rgba(250, 250, 250, 0.5);
}
.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider .tp-caption {
    visibility: hidden;
    opacity: 0;
}
.tp-bullets {
    z-index: 1!important;
}
@media (max-width: 991px) {
    .why-us .heading-section {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .why-us .heading-section .line-dec {
        margin-left: auto;
        margin-right: auto;
    }
}
.why-us .services .second-row {
    margin-bottom: 0px!important;
}
@media (max-width: 991px) {
    .why-us .services .last-service {
        margin-top: 60px;
    }
}
.why-us .services .service-item {
    margin-bottom: 60px;
}
.why-us .services .service-item i {
    font-size: 16px;
    float: left;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #222222;
    margin-right: 15px;
}
.why-us .services .service-item p {
    margin-top: 15px;
    margin-left: 70px;
}
.why-us .services .service-item:hover i {
    background-color: #ef7d00;
    cursor: pointer;
}
.why-us .right-img img {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 370px;
    height: 340px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .why-us .right-img img {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
}
.why-us .right-img .img-bg {
    background-color: #f5f5f5;
    width: 370px;
    height: 340px;
    background-size: cover;
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 9;
}
@media (max-width: 991px) {
    .why-us .right-img .img-bg {
        display: none;
    }
}
.clients {
    background-color: #f5f5f5;
}
.clients #owl-demo {
    text-align: center;
}
.clients #owl-demo .item {
    text-align: center;
    background-color: #ffffff;
    width: 170px;
    height: 125px;
    display: inline-block;
}
.clients #owl-demo .item img:hover {
    opacity: 0.9;
    cursor: pointer;
}
#cta-1 {
    background-color: #f5f5f5;
    width: 100%;
    padding: 30px 0px;
}
#cta-1 p {
    float: left;
    font-size: 18px;
    margin-top: 10px;
}
@media (max-width: 991px) {
    #cta-1 p {
        float: none;
        text-align: center;
    }
}
#cta-1 em {
    font-style: normal;
    font-weight: 700;
}
#cta-1 .advanced-button {
    float: right;
}
@media (max-width: 991px) {
    #cta-1 .advanced-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}
#cta-2 {
    padding: 30px 0px;
    background-color: #ef7d00;
    /*background-image: -webkit-linear-gradient(-0deg, #fc9425 40%, #ef7d00 40%);
    background-image: -moz-linear-gradient(-0deg, #fc9425 40%, #ef7d00 40%);
    background-image: -o-linear-gradient(-0deg, #fc9425 40%, #ef7d00 40%);
    background-image: linear-gradient(-90deg, #fc9425 40%, #ef7d00 40%);*/
}
@media (max-width: 991px) {
    #cta-2 {
        background-image: none;
        background-color: #fc9425;
    }
}
#cta-2 .left-content h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 60px;
    margin-top: 27px;
}
@media (max-width: 991px) {
    #cta-2 .left-content h2 {
        margin-bottom: 20px;
        float: none;
        text-align: center;
        margin-right: 0px;
    }
}
#cta-2 .left-content form {
    padding-top: 50px;
}
#cta-2 .left-content form input {
    background-color: #ffffff;
    border: none;
    height: 50px;
    width: 250px;
    display: inline-block;
    margin-right: -5px;
    outline: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    padding-left: 15px;
    float: left;
}
@media (max-width: 991px) {
    #cta-2 .left-content form input {
        margin-bottom: 15px;
        float: none;
        width: 100%;
    }
}
#cta-2 .left-content form .simple-button {
    display: inline-block;
}
@media (max-width: 991px) {
    #cta-2 .left-content form .simple-button {
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }
}
#cta-2 .right-content {
    float: right;
}
@media (max-width: 991px) {
    #cta-2 .right-content {
        margin-top: 30px;
        float: none;
        text-align: center;
    }
}
#cta-2 .right-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#cta-2 .right-content ul li {
    display: inline-block;
    margin: 0px -1px;
}
#cta-2 .right-content ul li a {
    background-color: #ef7d00;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    font-size: 15px;
}
@media (max-width: 991px) {
    #cta-2 .right-content ul li a {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
}
#cta-2 .right-content ul li a:hover {
    color: #ef7d00;
}
.testimonials #owl-testimonials .item h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #ef7d00;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}
.testimonials #owl-testimonials .item span {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}
.testimonials #owl-testimonials .item p {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    color: #888888;
}
.testimonials #owl-testimonials .item img {
    margin-top: 30px;
}
.advanced-button {
    width: 160px;
    height: 40px;
    background-color: #ef7d00;
    line-height: 40px;
}
.advanced-button a , .advanced-button button{
    margin-left: 15px;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.advanced-button button{
    background: transparent;
    border: 0 none;
    padding: 0;
    width: 100%;
}
.advanced-button i {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fc9425;
}
.simple-button a {
    display: inline-block;
    background-color: #151515;
    line-height: 50px;
    text-align: center;
    width: 120px;
    height: 50px;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.load-more-button {
    width: 130px;
    height: 40px;
    background-color: #ef7d00;
    display: inline-block;
}
.load-more-button a {
    display: inline-block;
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.load-more-button i {
    color: #ffffff;
    margin-left: 10px;
}
.border-button {
    width: 120px;
    height: 40px;
    border: 1px solid #eeeeee;
    text-align: center;
}
.border-button a {
    font-size: 12px;
    font-family: 'Work Sans', sans-serif;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.go-top {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    background-color: #ef7d00 !important;
}
.heading-section h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
.heading-section span {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #888888;
}
.heading-section .line-dec {
    margin-bottom: 80px;
    margin-top: 15px;
    width: 60px;
    height: 2px;
    background-color: #222222;
}
.heading-section-2 h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
.heading-section-2 span {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    color: #888888;
}
.heading-section-2 .line-dec {
    margin-top: -90px;
    margin-bottom: 70px;
    width: 150px;
    height: 2px;
    background-color: #222222;
    margin-left: auto;
    margin-right: auto;
}
.heading-section-2 .dec i {
    margin-top: 15px;
    background-color: #ffffff;
    width: 40px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    border: 2px solid #222222;
    margin-bottom: 75px;
}
.tittle h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}
#funny-facts {
    background-image: url(http://dummyimage.com/1400x200/cccccc/fff.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
#funny-facts .fact-item {
    text-align: center;
    border-right: 1px solid rgba(250, 250, 250, 0.1);
    padding-right: 20px;
}
@media (max-width: 991px) {
    #funny-facts .fact-item {
        padding-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid rgba(250, 250, 250, 0.1);
    }
}
#funny-facts .fact-item i {
    color: #ffffff;
    font-size: 28px;
}
#funny-facts .fact-item .count-focus {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
}
#funny-facts .fact-item .fact-role {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: #b0b0b0;
    text-transform: uppercase;
}
#funny-facts .last-fact {
    border-right: none;
    padding: 0px;
}
@media (max-width: 991px) {
    #funny-facts .last-fact {
        padding-bottom: 20px;
    }
}
.plans .pricing-table {
    border-top: 5px solid #ef7d00;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
@media (max-width: 991px) {
    .plans .pricing-table {
        margin-bottom: 30px;
    }
}
.plans .pricing-table h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
}
.plans .pricing-table span {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    line-height: 1;
}
.plans .pricing-table span em {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
}
.plans .pricing-table span .nomAbo{
    font-size: 12px;
    border-bottom: 0 none;
    padding: 0 15px;
}
.plans .pricing-table ul {
    text-align: left;
    padding-left: 25px;
    margin-top: 30px;
    list-style: none;
    padding-right: 15px;
}
.plans .pricing-table ul li {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    margin: 10px 0px;
    display: flex;
}
.plans .pricing-table ul li i {
    margin-right: 10px;
    color: #ef7d00;
    font-size: 16px;
}
.plans .pricing-table ul li .fa-close {
    background-color: #da3015;
}
.plans .pricing-table ul .closet {
    opacity: 0.6;
    color: #f00;
}
.plans .pricing-table ul li.closet i{
    color: #f00;
}
.plans .pricing-table .simple-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 100%;
}
.plans .pricing-table .simple-button a{
    background: #ef7d00;
    color: #fff;
    font-size: 16px;
    width: 80%;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls {
    top: -200px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
@media (max-width: 991px) {
    .owl-controls {
        top: -120px;
    }
}
.owl-controls a {
    color: #ef7d00;
}
.owl-controls a:hover {
    color: #ef7d00;
}
.owl-controls .bg-prev {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: #fff;
    border: 1px solid #ef7d00;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-controls .bg-prev:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid #ef7d00;
}
.owl-controls .prev {
    left: 15px;
    z-index: 11;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 32px;
}
.owl-controls .prev.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-controls .prev:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-controls .bg-next {
    position: absolute;
    float: right;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #ef7d00;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-controls .bg-next:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid #ef7d00;
}
.owl-controls .next {
    right: 15px;
    z-index: 11;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 32px;
}
.owl-controls .next.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-controls .next:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-theme .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    display: inline-block;
}
.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);
}
/* fix */
.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);
}
.go-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 77;
    font-size: 18px;
    text-align: center;
    background: #ef7d00;
    color: #fff !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.go-top.go-top-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.go-top.go-topfade-out {
    opacity: 1;
}
@media (max-width: 991px) {
    .go-top {
        right: 20px;
        bottom: 20px;
    }
}
@media (min-width: 992px) {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px;
    }
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
.nano .content:focus {
    outline: 0;
}
.nano .content::-webkit-scrollbar {
    visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible;
}
.nano .pane {
    position: absolute;
    width: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nano .pane .slider {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
    opacity: 0.99;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.search-range{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}
.search-range label{
    color: #fff;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    font-size:12px;
    width: 100%;
}
.search-range input{
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 48%;
    background-color: rgba(255,255,255,0.2);
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 8px;
}
.search-field{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}
.search-field label{
    color: #fff;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    font-size:14px;
    width: 100%;
}
.search-field input{
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #222;
    padding: 8px ;
    height: 40px;
}
.search-field.searchPriceInput, .search-field.refInput{
    position: relative;
}
.search-field.searchPriceInput::after{
    content:'€';
    position:absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transform: translateY(-50%);
    z-index: 1;
}
.search-field.refInput::after{
    content:'#';
    position:absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transform: translateY(-50%);
    z-index: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    /*opacity: 1;*/
}
::-moz-placeholder { /* Firefox 19+ */
    /*opacity: 1;*/
}
:-ms-input-placeholder { /* IE 10+ */
    /*opacity: 1;*/
}
:-moz-placeholder { /* Firefox 18- */
    /*opacity: 1;*/
}
.search-form .separator{
    border-top: 1px solid #ddd;
    margin: 20px 0;

}
.infoSurtaxe{
    display: none;
}
.badge{
    background: #ef7d00;
}
.badge.endend{
    background-color: #dd1f26;
}
.badge.today{
    background-color: #20db24;
}
.map h6 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 15px 0 15px 15px;
    background-color: rgba(0,0,0,0.8);

}
.map{
    margin-top: 30px;
}
#page-heading.vente{
    background-image:url(/Design/Img/entete-vente.jpg);
}
#page-heading.ventesParTGI{
    background-image:url(/Design/Img/entete-tgi.jpg);
}
#page-heading.ventesAVenir, #page-heading.ventesAdjugees, #page-heading.calendarVentes, #page-heading.blog, #page-heading.default{
    background-image:url(/Design/Img/entete-default.jpg);
}


.sitemap li{
    list-style-type: none;
    margin: 5px 0;
}
.sitemap .file::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f016";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
}

.sitemap .folder::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f114";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.sitemap .folder[aria-expanded="true"]::before{
    content: "\f115";
}
.propertyDirectory{
    margin-bottom: 40px;
}
.rgpdRole, .rgpd_infos{
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #888888;
}
.modal-backdrop{
    z-index: 150000;
}
.modal{
    z-index: 150001;
}
.btnOpenCalc, .btnSurenchere, .btnOffre{
    margin-bottom: 30px;
}
.nopadding{
    padding: 0;
}
.modal .currency{
    margin-top: 6px;
}
.calcBtnContener{
    margin-top: 20px;
}
.calcBtnContener .advanced-button{
    width: auto;
    padding-left: 20px;
}
.calcBtnContener .advanced-button i{
    margin-left: 20px;
}
.prix_val {
    display: inline-block;
}
#description_devis{
    margin-top: 30px;
}
.totalLine{
    margin-top: 15px;
}
.mt-15{
    margin-top: 15px;
}
.btnRepresent{
    margin-top: 30px;
}
.btnRepresent .advanced-button{
    width: auto;
    padding-left: 20px;
}
.btnRepresent .advanced-button i{
    margin-left: 20px;
}
.modal-header{
    background-image: -webkit-linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
    background-image: -o-linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
    background-image: linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
    color: #fff;
}
.modal-title{
    font-size: 16px;
}
.calculetteDevis{
    background: #efefef;
    border: 1px solid #ccc;
    padding: 15px;
}
.calculetteDevis h4{
    margin-top: 0;
}

/*--- Custom btn-primary */
.btn-primary {
    color: #ffffff;
    background-image: -webkit-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: -o-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    border: 0 none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-image: -webkit-linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    background-image: -o-linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    background-image: linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    border: 0 none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-image: -webkit-linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    background-image: -o-linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    background-image: linear-gradient(-45deg, #fc9425 80%, #ef7d00 80%);
    border: 0 none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #222222;
    border-color: #151515;
}
.btn-primary .badge {
    color: #222222;
    background-color: #ffffff;
}
.toolsNav .fa{
    font-size: 18px;
    vertical-align: -2px;
    margin-left: 5px;
}

#page-heading.hpSearchBloc{
    background-image:url(/Design/Img/entete-defaut.jpg);
}
.searchEngineHP{
    width: 60%;
    margin: 0 auto;
    padding-top: 0;
}
.searchEngineHP .searchTitle{
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    background: #f5f5f5;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    display: flex;
}
.decoSearchHP{
    display: block;
    border: 2px solid #ef7d00;
    margin-right: 15px;

}
.formHPContener{
    background: #fff;
    padding: 30px 30px;
}
.formHPContener .line1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:15px;
}
.formHPContener .line2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formHPContener .line2 .emptyBlock{
    width: 30%;
}
.formHPContener .line2 .input-form:first-of-type{

}
.formHPContener .input-form{
    width: 30%;
}
.formHPContener .input-form input{
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 1px solid #fff;
    height: 37.5px;
    border-radius: 5px;

    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    padding: 8px 25px 8px 8px;
    outline: none;
}
.formHPContener .input-form input::placeholder, .search-range input::placeholder, .frmConnectContainer input::placeholder{
    color: #fff;
    opacity: 1;
}
.formHPContener .input-form{
    position: relative;
}
.formHPContener .input-form .fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.formHPContener .select{
    width: 30%;
}
.formHPContener .separator{
    margin: 0 1px;
    width: 1px;
    background: rgba(255,255,255,0.5);
}
.formHPContener .separator.transparent{
    background: transparent;
    border-top: none;
}
.footerSearchHP{
    display: flex;
    padding: 0 20px 20px;
    justify-content: space-between;
    background: #ef7d00;
}
.footerSearchHP .advanced-button{
    width: 30%;
    background: #fff;
    color: #ef7d00;
    border-radius: 5px;
}
.footerSearchHP .advanced-button i{
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footerSearchHP .checkbox{
    margin: 0;
    display: flex;
    align-items: center;
}
.venteDateMoins{
    background: #ccc;
    color: #222;
    font-weight: bold;
    flex-grow: 0;
    align-self: center;
    padding: 2px 5px;
    border-radius: 3px;
}
.pricing-table .col-md-6:first-of-type{
    padding-right: 0;
    border-right: 1px solid #eeeeee;
}
.pricing-table .col-md-6:last-of-type{
    padding-left: 0;
}
#saveRecherche{
    margin-top: 15px;
}
#resetSearch{
    margin-top: 5px;
    background: transparent;
    color: #ef7d00;
    font-weight: 600;
}
#resetSearch i{
    margin-right: 5px;
}
#sidebar .sidebar-content .search-form .advanced-button.reverse{
    color: #fff;
    background: #fc9425;
}
#sidebar .sidebar-content .search-form .advanced-button.reverse i{
    color: #fc9425;
    background: #fff;
}
#sidebar .sidebar-content .search-form .advanced-button.reset{
    color: #ccc;
    background: #fefefe;
    height: 25px;
    line-height: 25px;
}
#sidebar .sidebar-content .search-form .advanced-button.reset i{
    color: #fefefe;
    background: #ccc;
    height: 25px;
    line-height: 25px;
}

.detailRepresent{
    font-size: 13px;
    color: #888888;
    font-family: 'Work Sans', sans-serif;
}
.frmInfo{
    margin-top: 30px;
}
.frmInfo h6{
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0 15px 15px;
    background: rgba(0,0,0,0.8);
}

.contact-form input[type='file'] {
    opacity: 0;
    position: absolute;
}
.contact-form .file-info {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    margin-left: 10px;
    overflow: hidden;
}

.contact-form .browse-btn {
    background: #ef7d00;
    color: #fff;
    min-height: 35px;
    padding: 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.contact-form .browse-btn:hover {
    background: #fc9425;
}
.fileControler {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}
.progressBar{
    margin-bottom: 15px;
    display: none;
}
progress[value] {
    appearance: none;
    border: none;
    width: 100%; height: 41px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.3) inset;
    color: #FC9425;
    position: relative;
    margin: 0 0 0; 
}
progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.3) inset;
}

progress[value]::-webkit-progress-value {
    position: relative;
    background-size: 80px 45px, 100% 100%, 100% 100%;
    border-radius:3px;
    /* Let's animate this */
    animation: animate-stripes 5s linear infinite;
}
@keyframes animate-stripes { 100% { background-position: -100px 0; } }
progress[value]::-webkit-progress-value:after {
    content: '';
    position: absolute;
    width:5px; height:5px;
    top:7px; right:7px;
    background-color: white;
    border-radius: 100%;
}
progress[value]::-moz-progress-bar {
    background-image:
        -moz-linear-gradient( 135deg,
        transparent,
        transparent 33%,
        #EF7D00 33%,
        #EF7D00 66%,
        transparent 66%),
        -moz-linear-gradient( left, #fc9425, #fc9425);

    background-size: 80px 45px, 100% 100%, 100% 100%;
    border-radius:3px;
    animation: animate-stripes 5s linear infinite;

}

/* Fallback technique styles */
.progress-bar {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;


    width: 100%; height:41px;
}

.progress-bar span {
    background-color: #fc9425;
    border-radius: 3px;

    display: block;
    text-indent: -9999px;
}





@media (max-width: 300px) {
    .contact-form button {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .contact-form .file-info {
        display: block;
        margin: 10px 5px;
    }
}
.notHome #page-heading{
    background: #151515;
    background-image: none !important;
    padding: 15px 0;
}
.notHome #page-heading .text-center{
    text-align: left;
}
.notHome #page-heading h1{
    border-left: 3px solid #ef7d00;
    font-size: 20px;
    padding: 5px 0 5px 10px;
}
.notHome #page-heading h1 a{
    color: #fff;
}
.notHome #page-heading .line, .notHome #page-heading span.accroche, .notHome #page-heading .page-active{
    display: none;
}
.frmConnectContainer{
    background-image: -webkit-linear-gradient(-25deg, #fc9425 40%, #ef7d00 40%);
    background-image: -moz-linear-gradient(-25deg, #fc9425 40%, #ef7d00 40%);
    background-image: -o-linear-gradient(-25deg, #fc9425 40%, #ef7d00 40%);
    background-image: linear-gradient(-25deg, #fc9425 40%, #ef7d00 40%); 
}
.frmSignInContainer{
    background: #e7e7e7;
}
.logMeInTitle img{
    width: 50px;    
}
.logMeInTitle{
    display: flex;
    flex-direction: column;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 60px;
}
.flexFrm{
    padding: 50px 15px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flexFrm.noJustif{
    justify-content: inherit;
}
.logMeInBtn{
    background: #222222;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    border: 0 none;
    padding: 7px 25px;
    border-radius: 30px;
    margin-top: 17px;
}
#frmConnec input[type=text], #frmConnec input[type=password], #frmConnec input[type=email]{
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
#frmConnec{
    text-align: center;
}
.frmSignInContainer p{
    margin-bottom: 0;
    text-align: center;
}
.signInTitle{
    color: #ef7d00;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 30px;
}
#frmSignIn input{
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888;
    padding: 10px;
    margin-bottom: 20px;
}
#subscribeBtn{
    background: #ef7d00;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    border: 0 none;
    padding: 7px 25px;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 50px;
    width: 100%;
}
.collapseSeparator{
    width: 50%;
    border-bottom: 1px solid #ccc;
    height: 1px;
    margin: 15px auto 30px;
}
.faqQuestion{
    cursor: pointer;
}
.faqQuestion[aria-expanded="true"]{
    color:#ef7d00;
}


.contact-form.form-Abo input[type="password"], .contact-form.form-Abo input[type="text"], .contact-form.form-Abo input[type="tel"], .contact-form.form-Abo input[type="number"], .contact-form.form-Abo input[type="email"]{
    padding-left: 15px;
}
.whiteBGForSelect2{
    margin-bottom: 25px;
}
#btnSaveCoords{
    padding-left: 15px;
}
#btnSaveCoords i{
    margin-left: 15px;
}
.smallFields{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contact-form .smallFields input[type="text"]{
    width: 35%;
    margin-right: 15px;
    margin-bottom: 0;
}
h4.spacer{
    margin-top: 34px;
}
h2 .pasMoi{
    font-size: 12px;
}
.kiosqueContener{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edition{
    flex: 0 0 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px auto 0;
}
.edition img{
    width: 100%;
    border: 2px solid #ccc;
    margin-bottom: 5px;
}
.edition h3{
    font-size: 18px;
    margin: 0;
    text-align: center;
    font-weight: 300;
    font-style: italic;
}
.edition h4{
    font-weight: 300;
    font-size: 14px;
}
.edition a{
    border: 1px solid #ccc;
    color: #EF7D00;
    padding: 5px 15px;
    margin-top: 5px;
}
.progressContener{
    position: relative;
}
.progressContener div{
    position: absolute;
    top: 50%;
    left: 15px;
    transform:translateY(-50%);
    color: #fff;
}
.progressContener div span{
    font-weight: bold;
}
.modal-header .close {
    margin-top: -5px;
    font-size: 27px;
}

/** Stripe */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

@media screen and (max-width:767px){
    #sub-header .right-info ul li a{
        font-size: 0;
    }
    .monCompte + .who-is{
        padding-top:0;
    }
}
#frmSearch .select2{
    width: 100% !important;
}
.whiteBGForSelect2 .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: #ccc;
    opacity: 0;
}
.advanced-button:disabled, .advanced-button[disabled]{
    opacity:0.5;
}

.visiteTerminee{
    background: #da3015;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    flex-grow: 0;
    align-self: center;
    font-weight: bold;
}
.orangeLabel{
    background: #EF7D00;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    flex-grow: 0;
align-self: center;
}
.greenLabel{
    background: #008000;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    flex-grow: 0;
align-self: center;
}
#frmInfo .error input{ 
    border: 1px solid #f00;
    box-shadow: 0 0 2px rgba(255,0,0,0.5);
}
.table-bordered > thead > tr > th{
    background: #151515;
    color: #fff;
    border: 0 none;

}
.table-bordered{
    border: 0 none;
    border-top: 1px solid #000;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th{
    border: 0 none;
}
.table-bordered > tbody > tr > td{
    border: 0 none;
}
.liseuseTitle{
    margin-top: -35px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.liseuseTitle div{
    min-width: 500px;
}
.liseuseTitle h3, .liseuseTitle h4{
    margin-top: 0;
    margin-bottom: 0;
}
.liseuseTitle h4{
    margin-top: 10px;
    margin-bottom: 15px;
}
.liseuseTitle a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    padding-left: 10px;
    
}
.liseuseTitle a i{
    margin-left: 10px;
}

.featured-item.newRep h6 span{
    background: #ccc;
color: #fff;
font-weight: bold;
flex-grow: 0;
align-self: center;
padding: 2px 5px;
border-radius: 3px;
}
.featured-item.waintingRep h6 span{
    background: #EF7D00;
    color: #fff;
    font-weight: bold;
    flex-grow: 0;
    align-self: center;
    padding: 2px 5px;
    border-radius: 3px;
}
.featured-item.acceptedRep h6 span{
    background: #008000;
    color: #fff;
    font-weight: bold;
    flex-grow: 0;
    align-self: center;
    padding: 2px 5px;
    border-radius: 3px;
}
.deleteRep{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.deleteRep:hover{
    color: #ef7d00;
}
#majEnchMaxModale input.error{
    border: 1px solid #dd1f26;
}
#majEnchMaxModale small.error{
    color: #dd1f26;
}
.dualRepresent{
    display: flex;
    flex-wrap: wrap;
}
.formHPContener{

}
.mainSearchCrit{

}
.formHPContener .input-form{
    width: 100%;
}
.searchTGI{
    width: 33%;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
}
.formHPContener .searchTGI .input-form{
    width: 100%;
}
@media screen and (max-width:1280px){
    .searchEngineHP{
        width: 60%;
    }
}
@media screen and (max-width:850px){
    .searchEngineHP{
        width: 80%;
    }
}
@media screen and (max-width:767px){
    .formHPContener{
        flex-direction: column;
    }
    .mainSearchCrit{
        width: 100%;
    }
    .formHPContener .line1{
        flex-direction: column;
    }
    .formHPContener .input-form{
        width: 100%;
        margin-bottom: 15px;
    }
    .formHPContener .line1 .input-form:last-of-type{
        margin-bottom: 0;
    }
    .footerSearchHP{
        flex-direction: column;
    }
    .footerSearchHP .advanced-button{
        width: 100%;
        margin-top: 15px;
    }
    .searchTGI{
        width: 100%;
        padding: 0;
        margin-left: 0;
        border: 0 none;
    }
}

.allNsPaper{
    display: flex;
    flex-wrap: wrap;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    font-size: 20px;
    font-weight: normal;
}
.videoPrez{
    display: flex;
}

.videoContener {
    max-width: 560px;
    width: 45%;
    flex: 0 0 45%;
    margin-right: 30px;
}

.videoContener div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.videoContener iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoPrez{
    margin-bottom: 30px;
}
.videoPrez ul{
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color:#888888;
}
.btnShowSwalNonAbo{
    margin-bottom: 30px;
}

.collaspe-toggler {
    margin-left: auto;
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
@media screen and (max-width: 991px){
    .head-side-bar{
        display: flex;
    }
    #frmSearch.resultSearchForm{
        display:none;
    }
    #listing-cars{
        margin-top: 30px;
    }
}

.liensConnect{
    text-align:center;
    font-size: 11px;
    margin-top: 5px;
}

.notHome #page-heading h1 span{
    color: #ef7d00;
}

/* CUSTOM FICHE VENTE V2 */
.dateClefs{
    margin-top: 15px;
}
.dateClefContener{
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}
.dateClefContener::before{
    content: '\f073';
    font-family: 'FontAwesome';
    position: absolute;
    left: 8px;
    color: #EF7D00;
    font-size: 28px;
}
.dateClefContener h4{
    color: #ef7d00;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.visite{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ribbon-date{
    font-size: 14px;
    font-weight: bold;
    width:140px;
    height: 140px;
}
.ribbon-date span{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
.flexslider .ribbon-top-right.ribbon-ended > span span{
    transform: rotate(0) !important;
    top: 53px !important;
    left: 56px !important;
    width: 60px;
    text-align: center;
    font-size: 14px;
    text-transform: none;
}


.read-more {
  /* You can update this variable directly in the html by adding a style property to the .read-more element */
  --line-clamp: 3;

  display: flex;
  flex-direction: column;
  align-items: start;
}

.read-more__text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more__checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.read-more__checkbox ~ .read-more__label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

/* Don't forget focus and hover styles for accessibility! */
.read-more__checkbox:focus ~ .read-more__label {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.read-more__checkbox:hover ~ .read-more__label {
  text-decoration: none;
}

.read-more__checkbox ~ .read-more__label::before {
  content: attr(data-read-more);
}

.read-more__checkbox:checked ~ .read-more__label::before {
  content: attr(data-read-less);
}

.read-more__checkbox:checked ~ .read-more__text {
  --line-clamp: none;
  -webkit-line-clamp: var(--line-clamp);
}

/* End read more component styles */

.descriptionContener{
    border-top: 1px solid #eee;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.amenties{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.flexAmenties{
    display: flex;
}

.amentiesDetail{
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.amentiesDetail img{
    height: 20px;
    margin-right: 5px;
}
.miseAPrix{
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #ef7d00;
}
.miseAPrix u{
    text-transform: none;
    font-size: 16px;
}
.infosRG h5{
    margin-bottom: 0;
    font-weight: bold;
}
.infosRG{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.btnAskInfosContener{
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
}
.flexslider{
    position: relative;
}
.actionsContener{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255, 0.8);
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    z-index: 1;
}
.actionsContener .printBtn{
    background: url('/Design/Img/icone-imprimer.svg') no-repeat center;
    width: 25px;
    height: 25px;
}
.functionsContener{
    display: flex;
    margin: 30px 0;
    justify-content: space-around;
    padding-bottom: 15px;
}
.functionsContener .btnDisplayCalc{
    background: url('/Design/Img/icone-estimerlesfrais.svg') no-repeat center;
    background-size: cover;
    width: 70px;
    height: 70px;
    position: relative;
}
.functionsContener div span{
    position: absolute;
    width: 70px;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
}
#left-info .enquiry .contact-form.flexCenter{
    display: flex;
    justify-content: center;
}
.enchere p{
    font-size: 16px;
}
.enchere h4{
    margin-bottom: 5px;
    font-weight: bold;
}
.logoPartnerContener{
    display: flex;
    justify-content: center;
}
.logoPartnerContener .logo_partenaire{
    width: 30%;
    margin: 0 auto 15px;
}
.logoPartnerContener .logo_partenaire img{
    width: 100%;
}

.btn-default-custom{
    background-color: #888;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-default-custom:hover{
    background-color: rgba(136,136,136, 0.8);
    color: #fff;
}

.simpleEnquiry{
    margin: 30px 0;   
}
.simpleEnquiry .enquiryContent{
    display: flex;
}
.simpleEnquiry .enquiryContent .logoEnquiry{
    flex-basis: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simpleEnquiry .enquiryContent .logoEnquiry img{
    width: 100%;
}
.simpleEnquiry .enquiryContent .logoEnquiry .fa{
    font-size: 50px;
}
.simpleEnquiryDetails{
    font-size: 16px;
}
.simpleEnquiryDetails h5{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.simpleEnquiry.lieudeVente{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.lstDocs{
    font-size: 14px;
}
.wordingHome h1{
    margin-bottom: 30px;
}
.wordingHome > p{
    line-height: 26px;
}
.iconsBlock{
    margin: 50px 0 0;
}
.icon-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-item p{
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 26px;
    margin-top: 15px;
}

.imgVignetteVenteContainer{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.imgVignetteVente{
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    right: 0;
}
.alerteAboVente{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.alerteAboVente .btn-subscribe{
    margin-left: 15px;
}

.blocEtape{
    display: flex;

}
.blocEtape .separator{
    width: 1px;
    border-left: 1px dashed #ccc;
    position:relative;
}
.blocEtape .separator::before{
    content: '•';
    color: #ef7d00;
    font-size: 75px;
    position: absolute;
    line-height: 0;
    left: -14px;
}
.blocEtape .separator.notDashed{
    border: 0 none;
}
.blocEtape .textEtape{
    width: 50%;
    padding: 0 0 100px 50px;
}
.blocEtape .textEtape h3{
    margin-top: 0;
    color: #ef7d00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.blocEtape .textEtape h2{
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.blocEtape .iconEtape{
    flex-grow: 1;
}
.blocEtape .iconEtape img{
    margin-top: -30px;
}
.blocEtape.etapeRight .iconEtape{
    text-align: right;
    padding-right: 50px;
}
.blocEtape.etapeLeft{
    flex-direction: row-reverse;
}
.blocEtape.etapeLeft .iconEtape{
    padding-left: 50px;
}

.articleBlog{
    border: 1px solid #eee;
}
#blog-posts .articleBlog{
    margin-bottom: 30px;
}
.articleBlog .articleContent{
    border-top:1px solid #eee;
    padding: 15px;
}
.articleContent .up-content{
    border-left: 3px solid #ef7d00;
    padding-left: 15px;
}
.articleContent .dateArticle{
    font-size: 12px;
    color: #ccc;
}
.articleContent .titleArticle h2{
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.partnersContainer{
    display: flex;
    justify-content: space-around;
}
.flexFooter{
    display: flex;
}
.flexColFooter{
    flex-basis: 20%;
    padding-right: 30px;
    color: #fff;
}
.flexColFooter img{
    width: 80%;
}
.flexColFooter h3{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 11px;
}
.flexColFooter ul{
    padding: 0;
    margin: 15px 0 0;
}
.flexColFooter ul li{
    list-style: none;
    margin-bottom: 10px;
}
.flexColFooter a {
    color: #8b97a3;
    font-size: 12px;
}

.datepicker table tr td.day,
.datepicker table tr td.day:hover{
    background: #fdecd9;
    border-radius: 0;
    border: 2px solid #fff;
    font-weight: 600;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused{
    background: #ef7d00 !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active{
    border: 2px solid #fff !important;
    background: #ef7d00 !important;
}
.contenuDynamique h3{
    margin-top: 0;
    font-weight: 600;
}
.tableCalendar{
    margin-top: 30px;
}
.tableCalendar tbody tr{
    border-top: 4px solid #fff;
    background: #F6F6F6;
    border-radius: 0;
    font-weight: 600;

}
.tableCalendar tbody tr td{
    vertical-align: middle;
}
.tableCalendar tbody tr .date{
    color: #ef7d00;
}
.contenuArticle h1{
    margin-top: 0;
    font-size: 28px;
}
.contenuArticle .publicationInfos{
    color: #666;
}
.contenuArticle h2{
    font-size: 20px;
}
.contenuArticle h3{
    font-size: 16px;
    margin-top: 25px;
}
#showAutreDepts label{
    font-weight: 600;
}
.couvertureArticle{
    margin-bottom: 30px;
}
.tags{
    margin-top: 10px;
}

/*
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    --arrow-size: 5px;
    position: relative;
    z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + var(--arrow-size));
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 220px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 12px;
    line-height:1.4;
    font-weight: normal;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%,  calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element,
                              the transition effects for the
                              tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
    transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}
/*
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}
/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + var(--arrow-size));
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + var(--arrow-size));
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(var(--arrow-size), 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
    transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + var(--arrow-size));
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, var(--arrow-size)) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}
.webinar{
    margin-top: 70px;
}
.video_webinar_container{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.mainColor{
    color: #ef7d00;
}