/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    font-family: 'Poppins', sans-serif;
    /* color: #555555; */
}

.BackToTop {
    width: 40px;
    border-radius: 6px;
    background: #519bca;
}

#btn {
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 1;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

.breadcrumbs {
    padding: 10px 15px;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.breadcrumbs ul li a {
    list-style: none;
}

.reveal1,
.reveal2,
.reveal3,
.reveal4 {
    opacity: 0;
}

.reveal-visible {
    opacity: 1;
}

.img_container {
    width: 100%;
    /* max-width: 1000px; */
    margin: 0 0 0 auto;
    line-height: 0;
}

.img_top {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
    transition: all .5s ease-in-out;
    background-color: #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
    color: #000000;
    font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-left: 0;
}

@media (max-width: 767px) {
    #res_soc {
        display: block;
        cursor: default;
    }
}

@media (min-width: 768px) {

    .navbar-default.navbar-trans .nav-item,
    .navbar-default.navbar-reduce .nav-item {
        margin-left: 15px;
    }

    #res_soc {
        display: none;
    }
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.030em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

#res_soc {
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.030em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #519bca;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
    color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-default.navbar-trans .show>.nav-link:before,
.navbar-default.navbar-trans .active>.nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show>.nav-link:before,
.navbar-default.navbar-reduce .active>.nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
    transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
    background-color: #519bca;
}

.navbar-default.navbar-trans .nav-link:hover {
    color: #000000;
}

.navbar-default.navbar-trans .show>.nav-link,
.navbar-default.navbar-trans .active>.nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
    color: #000000;
}

.navbar-default.navbar-reduce {
    transition: all .5s ease-in-out;
    padding-top: 19px;
    padding-bottom: 19px;
}

.navbar-default.navbar-reduce .nav-link {
    color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
    background-color: #2eca6a;
}

.navbar-default.navbar-reduce .nav-link:hover {
    color: #000000;
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
    color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
    color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
    border-top: 0;
    border-left: 4px solid #519bca;
    border-right: 0;
    border-bottom: 0;
    transform: translate3d(0px, -40px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    padding: 12px 0;
}

.navbar-brand .SizeLogo {
    width: 25%;
}


@media (min-width: 768px) {
    .navbar-brand .SizeLogo {
        width: 15%;
    }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 12px 18px;
    transition: all 500ms ease;
    font-weight: 600;
    min-width: 220px;
}

.navbar-default .dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

/*--------------------------------------------------------------
# Navbar hamburger
--------------------------------------------------------------*/
.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    /* display: inline-block; */
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}


/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.c-item {
    height: 600px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(.6);
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}

.carousel-indicators {
    gap: 10px;
}

.carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border: 1px solid;
    border-radius: 50%;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #000;
}

/*--------------------------------------------------------------
# Présentation
--------------------------------------------------------------*/

article {
    display: grid;
    grid-template-columns: 1;
    grid-auto-rows: minmax(100px, auto);
}

/* .image,
.text {
     border: 1px solid gray; 
     margin-bottom: 50px; 
} */

@media screen and (min-width: 1025px) {
    article {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .image:nth-of-type(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .image:nth-of-type(7) {
        grid-column: 2;
        grid-row: 4;
    }
}

/*--------------------------------------------------------------
# Video drone
--------------------------------------------------------------*/

.aks-container {
    width: 90vw;
    max-width: 900px;
    margin: 0 auto;
}

.aks-page-description {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.aks-page-description h1 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
}

.aks-page-description p {
    margin-bottom: 0;
}

/* section.aks-container {
    padding: 40px 0 50px 0;
} */

section.aks-container h2 {
    text-align: center;
}

.grid-general-videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.grid-video {
    background-color: whitesmoke;
    padding: 15px;
}

.title-video {
    border-bottom: 1px solid;
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.link-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.description-video {
    margin: 12px 0 0 0;
}

/*--------------------------------------------------------------
# cards page contact
--------------------------------------------------------------*/
.card-container {
    align-items: start;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, 375px);
    justify-content: center;

}

.step-business {
    background-color: #F8F8F8;
    padding: 30px 0;
}

.card {
    padding: 24px 0 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 0;
    background-color: #F8F8F8;
}


.fas {
    font-size: 50px;
    color: #519bca;
}


/*--------------------------------------------------------------
# Realisations
--------------------------------------------------------------*/

.portfolio-area {
    padding-bottom: 130px;
}

.portfolio-menu ul li {
    font-size: 16px;
    font-weight: 700;
    color: #6c6c6c;
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
    text-transform: uppercase;
}

.portfolio-menu ul li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 26px;
    }
}

@media (max-width: 767px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px;
    }
}

.portfolio-menu ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2e4498 0%, #4f99cf 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
    color: #fff;
}

.portfolio-menu ul li:hover::before,
.portfolio-menu ul li.active::before {
    opacity: 1;
}

.single-portfolio .portfolio-image {
    position: relative;
    overflow: hidden;
}

.single-portfolio .portfolio-image img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

.single-portfolio .portfolio-image .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(0.9);
    border-radius: 8px;
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
    padding: 16px;
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon {
    position: relative;
    /* display: inline-block;
    margin: 0 20px; */
}

/* .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon a {
    font-size: 48px;
    color: #0067f4;
    position: relative;
    z-index: 5;
    line-height: 50px;
} */

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon .shape {
    position: absolute;
    top: 7px;
    left: 0;
}

.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-icon a button {
    background: #519bca;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.portfolio-icon button:hover {
    background: #72a8bf;
}




.wrapper {
    width: 100%;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    margin: 0 0 1.5em;
    text-align: center;
}

.item img {
    max-width: 100%;
    transition: all 0.3s;
}

.item:hover img {
    transform: scale(1.05);
}

@media only screen and (min-width: 400px) {
    .masonry {
        column-count: 1;
    }
}

@media only screen and (max-width:799px) {
    .item img {
        padding: 25px;
    }
}

@media only screen and (min-width: 800px) {
    .masonry {
        column-count: 2;
    }
}

@media only screen and (min-width: 1000px) {
    .masonry {
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}

/*--------------------------------------------------------------
# Réalisations carousel
--------------------------------------------------------------*/

/* @media (max-width: 767px) {
    .carousel1 .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel1 .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel1 .carousel-inner .carousel-item.active,
.carousel1 .carousel-inner .carousel-item-next,
.carousel1 .carousel-inner .carousel-item-prev {
    display: flex;
} */

/* medium and up screens */
/* @media (min-width: 768px) {

    .carousel1 .carousel-inner .carousel-item-end.active,
    .carousel1 .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel1 .carousel-inner .carousel-item-start.active,
    .carousel1 .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel1 .carousel-inner .carousel-item-end,
.carousel1 .carousel-inner .carousel-item-start {
    transform: translateX(0);
} */

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

.contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #519bca;
}

.contact .contact-info address,
.contact .contact-info p {
    margin-bottom: 0;
    color: #444;
}

.contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #999;
}

.contact .contact-info a {
    color: #000;
    text-decoration: none;
}

.contact .contact-info a:hover {
    color: #4f92af;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
    margin-bottom: 20px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #519bca;
}

.contact .php-email-form button[type="submit"] {
    background: #519bca;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #72a8bf;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .contact .contact-phone {
        border-right: 1px solid #ddd;
    }

    .contact .contact-address,
    .contact .contact-phone,
    .contact .contact-email {
        padding: 20px 0;
    }
}

#captcha {
    margin: 20px 0;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/

.section--about {
    padding: 2rem;
    /* background-color: #262533; */
}

.about-card-item--single:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #f9cc41; */
    background-color: #519bca;
    clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 0);
    left: 0px;
    bottom: -1px;
    transform: rotate(180deg);
    z-index: 1;
}

.about-card-item--single {
    position: relative;
    /*  width: 50%;*/
}

.about-item--image {
    display: block;
    width: 100%;
    height: auto;
}

.about-item-img--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #f9cc41 !important; */
    background-color: #519bca !important;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.about-card-item--single:hover .about-item-img--overlay {
    height: 100%;
    opacity: .7;
}

.about-section--title h6 {
    color: #000;
    text-transform: uppercase;
}

.about-section--title h5 {
    font-size: 0.75rem;
    /* color: #f9cc41; */
    color: gray;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.about-section--title h4 {
    font-weight: 300;
    font-size: 2.225rem;
    /* color: #fff; */
    margin-bottom: 1.5rem;
}

.about-section--title p {
    font-weight: 300;
    font-size: .8rem;
    color: #666;
    margin-bottom: 20px !important;
}

.about-project--short-overview {
    border-radius: 0px;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.1);
    transition: all .4s;
}

.about-project--short-overview svg {
    font-size: 2.625rem;
    color: #f9cc41;
}

.about-project--short-overview .media-body {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-bottom: .2rem;
}

.about-project--short-overview:hover {
    /* background: #f9cc41; */
    color: #262533;
}

.about-project--short-overview.btn-ripple {
    /*	display: inline-block;*/
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .5s;
}

.about-project--short-overview.btn-ripple::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 1s;
    transform: scale(5, 5);
}

.about-project--short-overview.btn-ripple:active::after {
    padding: 0;
    margin: 0;
    opacity: .2;
    transition: 0s;
    transform: scale(0, 0);
}


/*--------------------------------------------------------------
# Details realisations
--------------------------------------------------------------*/

#titlebar .listing-titlebar-title {
    background: transparent;
    margin: 2px 0 0 0;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 1px 0;
}

.listing-titlebar h2,
.listing-titlebar span div p,
.listing-nav li a,
.listing-section p {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    line-height: 29px;
}

.listing-nav {
    padding-left: 0;
}

.listing-titlebar h2 {
    font-size: 28px;
}

.listing-titlebar span div p,
.listing-nav li a {
    font-size: 17px;
}

.listing-section p {
    font-size: 16px;
}

/* Sticky */
.listing-nav-container.cloned {
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 1010;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: translateY(-100%);
    border-bottom: 1px solid #e0e0e0;
}


.listing-nav-container.cloned.stick {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: #fff;
}

.listing-nav-container.cloned .listing-nav {
    border-bottom: none;
    margin: 0 auto;
}

.listing-nav-container.cloned .listing-nav a {
    padding: 15px 0;
}

.listing-nav-container.cloned .listing-nav li:first-child a {
    color: #666;
    border-color: #e0e0e0;
}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover {
    border-color: #66676b;
    color: #66676b;
}

.listing-nav-container.cloned .listing-nav {
    display: none;
}

.listing-nav-container .listing-nav li:first-child a {
    padding-top: 0;
}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover {
    border-color: #e8e8e8;
}

/* Listing Page Sidebar
------------------------------------- */
#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
    font-size: 17px;
    color: #888;
    margin-top: 0;
    display: inline-block;
}

#titlebar.listing-titlebar span a i {
    margin-right: 5px;
}


#titlebar.listing-titlebar span a:hover {
    color: #666;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 1px 0;
}

#titlebar.listing-titlebar span.listing-tag {
    margin: 0;
    padding: 8px 16px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #66676b;
    color: #66676b;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -6px;
    margin-left: 10px;
}

.rating-counter a {
    color: #909090;
}

.star-rating .rating-counter a:hover {
    color: #66676b;
}

.numerical-rating .rating-counter a:hover {
    color: #888;
}

#titlebar.listing-titlebar .numerical-rating {
    display: block;
    margin: 2px 0 0 0;
}

#titlebar.listing-titlebar {
    background: transparent;
    margin: 2px 0 0 0;
}

@media (max-width: 768px) {

    #titlebar.listing-titlebar h1,
    #titlebar.listing-titlebar h2 {
        font-size: 22px;
    }
}

/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 70px 0;
    margin-bottom: 65px;
}

#titlebar.gradient {
    background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0.5));
    padding-bottom: 10px;
}

#titlebar span a,
#titlebar span {
    font-size: 20px;
    color: #888;
    margin-bottom: 3px;
    margin-top: 6px;
    display: inline-block;
}

#titlebar #breadcrumbs span {
    font-size: 13px
}

#titlebar h1,
#titlebar h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 1px 0 3px 0;
}

#titlebar .user-profile-name h2 {
    font-size: 28px;
    display: inline-block;
    margin-bottom: -3px;
}

#titlebar .user-profile-name h2 {
    font-size: 22px;
}

#titlebar span.star {
    font-size: 14px;
}

/* Listing Page Sidebar
------------------------------------- */
#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
    font-size: 17px;
    color: #888;
    margin-top: 0;
    display: inline-block;
}

#titlebar.listing-titlebar span a i {
    margin-right: 5px;
}


#titlebar.listing-titlebar span a:hover {
    color: #666;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 1px 0;
}

#titlebar.listing-titlebar span.listing-tag {
    margin: 0;
    padding: 8px 16px;
    line-height: 15px;
    letter-spacing: 2.5px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #66676b;
    color: #66676b;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -6px;
    margin-left: 10px;
}

.rating-counter a {
    color: #909090;
}

.star-rating .rating-counter a:hover {
    color: #66676b;
}

.numerical-rating .rating-counter a:hover {
    color: #888;
}

#titlebar.listing-titlebar .numerical-rating {
    display: block;
    margin: 2px 0 0 0;
}

#titlebar.listing-titlebar {
    background: transparent;
    margin: 2px 0 0 0;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before {
    color: #fff;
}

/* Parallax Titlebar
------------------------------------- */
.parallax #titlebar {
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding: 90px 0;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {
    color: #fff
}

.parallax #titlebar span a,
.parallax #titlebar span {
    color: rgba(255, 255, 255, 0.7);
}

/* ---------------------------------- */
/* Dashboard Titlebar
------------------------------------- */
#dashboard #titlebar {
    padding: 0;
    margin: 0 0 40px 0;
    display: block;
    background-color: transparent;
    background: transparent;
}

#dashboard #titlebar h2 {
    font-size: 30px;
    line-height: 38px;
}

#titlebar i.sl {
    margin-right: 4px;
}

#titlebar {
    padding: 60px 0;
    margin-bottom: 60px;
}

#titlebar {
    padding: 50px 0;
    margin-bottom: 50px;
}

/* Sticky */
.listing-nav-container.cloned {
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 1010;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: translateY(-100%);
    border-bottom: 1px solid #e0e0e0;
}


.listing-nav-container.cloned.stick {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: #fff;
}

.listing-nav-container.cloned .listing-nav {
    border-bottom: none;
    margin: 0 auto;
}

.listing-nav-container.cloned .listing-nav a {
    padding: 15px 0;
}

.listing-nav-container.cloned .listing-nav li:first-child a {
    color: #666;
    border-color: #e0e0e0;
}

/* Other styles */
.listing-nav li {
    display: inline-block;
    margin-right: 15px;
}

.listing-nav li a {
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    bottom: -1px;
    transition: 0.3s;
    color: #666;
    padding-bottom: 15px;
}


.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover {
    border-color: #66676b;
    color: #66676b;
}

.listing-nav-container.cloned .listing-nav {
    display: none;
}

.listing-nav-container .listing-nav li:first-child a {
    padding-top: 0;
}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover {
    border-color: #e8e8e8;
}

.listing-section {
    display: inline-block;
    width: 100%;
}

/* Checkbox slide */
.add-listing-section label.switch {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 100;
}

.add-listing-section {
    position: relative;
}

.add-listing-section .switcher-content {
    opacity: 0.4;
    pointer-events: none;
    transition: 0.4s;
}

.add-listing-section.switcher-on .switcher-content {
    opacity: 1;
    pointer-events: all;
}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
/* .listing-nav li:first-child a, */
.listing-nav li a.active,
.listing-nav li a:hover {
    border-color: #f91942;
    color: #f91942;
}

/* ---------------------------------- */
/* Add Listing
------------------------------------- */
.add-listing-section {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    padding: 0 40px 25px 40px;
}

.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms input[type="text"],
.add-listing-section .row.with-forms input[type="password"],
.add-listing-section .row.with-forms input[type="email"],
.add-listing-section .row.with-forms input[type="number"],
.add-listing-section .row.with-forms textarea,
.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms select,
.add-listing-section .row.with-forms .chosen-container {
    margin-bottom: 22px;
}

.add-listing-section textarea {
    min-height: 200px;
    margin-bottom: 35px;
}

/* ---------------------------------- */
/* Add Listing Form Out of Dashboard
------------------------------------- */
.separated-form .add-listing-section {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/bIcY3_3JNqUVRAQQRNVteQ.ttf) format('truetype');
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0b212d;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #0d2735;
    border-top: 1px solid #17455e;
    border-bottom: 1px solid #123649;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #a2cce3;
    font-weight: 600;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1e4356;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #68A4C4;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: #a2cce3;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 6px;
    color: #a2cce3;
    line-height: 1;
    font-size: xx-small;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a2cce3;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #fff;
}

#footer p strong {
    color: #fff;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff;
}

#footer .copyright strong span {
    color: #fff;
}

#footer .copyright a {
    color: #869ac8;
    text-decoration: none;
}

#footer .container .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .container .credits a {
    color: red;
    text-decoration: none;
}

#footer .credits a {
    color: #a2cce3;
}

#footer .credits a {
    display: grid;
    text-decoration: none;
    margin-top: -15px;
}


/*--------------------------------------------------------------
# Mentions légales
--------------------------------------------------------------*/

@media(min-width:1200px) {
    .sizeMentions {
        max-width: 1200px;
        margin: 40px auto;
    }
}

@media(max-width:1200px) {
    .sizeMentions {
        margin: 40px 3%;
    }
}