@charset "utf-8";
.grecaptcha-badge {
    display: none !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {bottom: 0; /*display: flex!important; justify-content: center; align-items: center;*/}
#tarteaucitronRoot .tarteaucitronAllow {background: #76b72a!important;}
#tarteaucitronRoot .tarteaucitronDeny {background-color: transparent!important; order: 1;}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {order: 2;}
img {max-width: 100%;}
.green {color: #76B72A;}
.pink {color: #E5007D;}
a:active,
a:focus,
a:hover,
body,
html {
    color: #121212;
}
body {
    overflow-x: hidden
}
.preloader-logo,
.spinner {
    position: absolute;
    cursor: wait;
}
#home,
#separator-purchase,
#separator-purchase-2 {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
}
.cbp-l-filters-button,
.expand,
.fact,
.more-rea,
.section-title,
.section-title-about,
.section-title-team {
    text-align: center;
}
#home,
.call-action-purchase,
.home-container,
.palette {
    vertical-align: middle;
}
.blog-list,
.clients-row,
.clients-row-2,
.expand,
.member-list,
.tags-list,
footer .connected-icons,
ul.caret-list,
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list {
    list-style: none;
}
.more-rea,
.site-wrapper {
    clear: both;
    overflow: hidden;
}
/* #home {
    background-image: url(../img/backgrounds/bg_1.jpg);
} */
#separator-purchase,
#separator-purchase-2,
.others .project-cat0 h4,
.project-cat0 h1 {
    background-image: url(../img/backgrounds/bg_vert.jpg);
}
#contact-details,
#separator-testimonials,
.others .project-cat1 h4,
.project-cat1 h1 {
    background-image: url(../img/backgrounds/bg_rose.jpg);
}
#fun-facts,
.project-cat0,
.project-cat1,
.project-cat2 {
    background-image: url(../img/backgrounds/bg_5.jpg);
}
.others .project-cat2 h4,
.project-cat2 h1 {
    background-image: url(../img/backgrounds/bg_2.jpg);
}
a,
a:active,
a:focus,
a:hover {
    background: 0 0;
    text-decoration: none;
    outline: 0;
}
body,
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a {
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
a:active,
a:focus,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0;
}
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    /* line-height: 1; */
}
.big small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-family: 'Roboto', sans-serif;
    color: #121212;
}
.big small,
h1 small,
h2 small,
h3 small {
    font-weight: 200;
}
h4 small,
h5 small,
h6 small {
    font-weight: 300;
}
.btn-home,
.call-action-purchase span,
.counter,
.navbar-right {
    font-family: Montserrat, sans-serif;
}
.white {
    color: #fff !important;
}
.label {
    font-size: 1em;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99999999;
}
.spinner {
    top: 50%;
    width: 45px;
    height: 45px;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #ddd #ddd #777 #777;
    animation: spinner 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-animation: spinner 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-animation: spinner 0.8s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes spinner {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.preloader-logo {
    width: 120px;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -57px;
    opacity: 0.9;
}
.home-container,
.home-title {
    position: relative;
    z-index: 3;
}
@media (min-width: 180px) {
    .big,
    .big small,
    h1,
    h1 small {
        font-size: 32px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    h2,
    h2 small {
        font-size: 30px;
    }
    /* h2 {
        letter-spacing: -2px;
    } */
    h3,
    h3 small {
        font-size: 20px;
    }
    h5 small {
        font-size: 13px;
    }
}
@media (min-width: 480px) {
    .big,
    .big small,
    h1,
    h1 small {
        font-size: 42px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    h2,
    h2 small {
        font-size: 40px;
    }
    /* h2 {
        letter-spacing: -2px;
    } */
    h3,
    h3 small {
        font-size: 34px;
    }
}
@media (min-width: 768px) {
    .big,
    .big small,
    h1,
    h1 small {
        font-size: 56px;
    }
    .lead {
        font-size: 18px;
        font-weight: 300;
    }
    h2,
    h2 small {
        font-size: 50px;
    }
    /* h2 {
        letter-spacing: -2px;
    } */
}
@media (min-width: 992px) {
    #home::after {bottom: 70px;}
    .big,
    .big small,
    h1,
    h1 small {
        font-size: 56px;
    }
    .lead {
        font-size: 20px;
        font-weight: 300;
    }
    h2,
    h2 small {
        font-size: 50px;
    }
    /* h2 {
        letter-spacing: -3px;
    } */
}
@media (min-width: 1200px) {
    .big,
    h1 {
        font-size: 78px;
        /* letter-spacing: -4px; */
    }
    .big small,
    h1 small {
        font-size: 66px;
    }
    .lead {
        font-size: 20px;
        font-weight: 300;
    }
    .big small,
    h2,
    h2 small {
        font-size: 50px;
    }
    /* h2 {
        letter-spacing: -3px;
    } */
}
.project-container .row,
.projects-list .row {
    margin-top: 30px;
}
#project-page-title h1,
.others h4 {
    font-size: 18px;
    /* letter-spacing: 0; */
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 10px solid #fff;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}
#project-page-title h2,
.others h5 {
    font-size: 36px;
    /* letter-spacing: 0; */
}
.others h4 {
    font-size: 15px;
}
.others h5 {
    font-size: 26px;
}
.others h6 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact-rea {
    height: 100px !important;
    min-height: 100px !important;
    margin: 60px 0 !important;
}
#home {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
}
#home::before {content: ""; background-image: url('../img/backgrounds/bg-rose-header.jpg'); background-repeat: no-repeat; background-position: top left; height: 100%; width: 100%; position: absolute; top: 0; left: 0; max-width: 100%;}
#home::after {content: ""; background-image: url('../img/backgrounds/bg-vert-header.jpg'); background-repeat: no-repeat; background-position: bottom right; height: 100%; width: 100%; position: absolute; bottom: 60px; right: 0; max-width: 100%;}
.home-container {
    display: table-cell;
}
.home-title {
    /* color: #fff; */
    margin-left: auto;
    margin-right: auto;
}
.home-btn {
    margin-top: 45px;
}
.btn-home {
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    padding: 11px 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    background-color: #121212;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-home a:focus,
.btn-home a:hover {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.7;
}
.panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#home #videoRes,
#home video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(/img/calico-dijon.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity;
    opacity: 0.2;
}
#home #videoRes {
    background: url(/img/calico-dijon-res.jpg) no-repeat;
    display: none;
}
#home #videoRes.noWork {
    background: url(/img/calico-dijon.jpg) no-repeat;
    display: block;
}
.navbar-default,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.bottom-header {
    margin-top: -70px;
}
.header-top .navbar-default {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 4;
    top: -100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.navbar-brand {
    float: left;
    padding: 5px;
}
.navbar-default .navbar-brand h3 {
    /* letter-spacing: -2px; */
    color: #121212;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    /* line-height: 20px; */
}
.navbar {
    min-height: 70px;
    border: none;
}
.navbar-default {
    border-color: none;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 4;
    opacity: 1;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.navbar-right {
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    margin-top: 12px;
}
.navbar-collapse {
    margin-top: 6px;
    padding-right: 15px;
    padding-left: 35px;
    color: #121212;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 5px;
}
.nav > li > a,
.nav > li > span {
    display: block;
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
}
.navbar-toggle:focus {
    outline: 0;
}
.nav > li > span {
    cursor: pointer;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #121212;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.content {
    margin-top: 0;
}
@media (max-width: 992px) {
    .nav > li > span,
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        background-color: #1c1c1c;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-nav,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .container-fluid > .navbar-collapse,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default ul.nav li {
        border-bottom: 1px dotted #2a2a2a;
    }
}
.navbar .social-icon {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -5px;
}
#about {
    padding-top: 70px;
    padding-bottom: 75px;
}
/* #about h2 {font-size: 30px; margin-bottom: 20px;} */
#about .section-title {margin-bottom: 0;}
#about img {max-width: 90%; margin: auto; display: block;}
/*#about div.col-md-6:last-of-type:before {content: url('../img/assets/trace-rose.svg'); position: absolute; top: -15%; right: -30%; z-index: -1;}
#about div.col-md-6:last-of-type:after {content: url('../img/assets/trace-vert.svg'); position: absolute; bottom: -15%; right: 20%; z-index: -1;}*/
.section-title-about {
    margin-bottom: 30px;
}
h4, .service-info h3 {
    font-size: 24px;
}
h4 small {
    font-size: 20px;
}
p {
    font-size: 16px;
    /* line-height: 20px; */
    font-weight: 400;
}
.about-row {
    margin-bottom: 40px;
}
.about-icon {
    float: left;
    margin-top: 0;
}
.about-info {
    padding-left: 50px;
    padding-top: 0;
}
.about-description {
    padding-right: 50px;
}
#team {
    padding-bottom: 60px;
    padding-top: 60px;
}
.section-title-team {
    margin-bottom: 40px;
}
.team-member {
    padding: 10px;
    position: relative;
}
.team-member.border-rose:after {content: ''; width: 48px; height: 48px; border-right: 7px solid #E5007D; border-bottom: 7px solid #E5007D; position: absolute; bottom: 0; right: 0;}
.team-member.border-vert:after {content: ''; width: 48px; height: 48px; border-right: 7px solid #76B72A; border-bottom: 7px solid #76B72A; position: absolute; bottom: 0; right: 0;}
.member-info {
    margin-top: 20px;
}
.member-info h4 {
    font-size: 20px;
    /* letter-spacing: -0.6px; */
    text-align: center;
}
.member-info h4 small {
    font-size: 16px;
    /* letter-spacing: -0.6px; */
}
.member-info p {
    margin-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.member-list li {
    font-size: 17px;
    margin-right: 5px;
}
.member-list a {
    color: #1c1c1c;
}
.effects .img {
    position: relative;
    overflow: hidden;
}
.team-member .effects .img {overflow: visible; height: 225px;}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
.expand,
.overlay {
    display: block;
    position: absolute;
}
.overlay {
    margin: 0 auto;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.expand {
    z-index: 100;
    color: #fff;
    /* line-height: 50px; */
    font-weight: 700;
    font-size: 20px;
    padding: 0;
}
.expand .cbp-l-icon,
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.effect .overlay .expand {
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.section-title,
.service {
    margin-bottom: 40px;
}

.sep-bg-rose {background-image: url('../img/backgrounds/bg_rose.jpg'); background-size: cover; background-attachment: fixed; height: 50px;}

.section-metier .service-info {position: relative; padding-left: 0;}
/* .section-metier .service-icon {margin-left: -50px;} */
.section-metier .back-icon {top: 50px;}
.section-metier .service-info h3 {display: flex; align-items: center;}
.section-metier .service-info h3 i {margin-right: 20px;}


.effect:hover .img .img-responsive {
    transform: scale(1.25);
}
.effect .img-responsive {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.effect:hover .img .overlay {
    opacity: 1;
}
.effect:hover .img .overlay .expand {
    top: 52%;
    margin-top: -30px;
    opacity: 1;
}
.effect .cbp-item-wrapper .img {
    position: initial;
    overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
    top: 50% !important;
    margin-top: -30px;
    opacity: 1;
}
.cbp-item .img a:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    opacity: 0.6;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
#fun-facts {
    display: table;
    width: 100%;
    /* height: 100%;
    min-height: 100%; */
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}
#fun-facts .row {
    margin-top: 10px;
}
.fact-container {
    padding-top: 60px;
    padding-bottom: 13px;
}
.counter {
    font-size: 70px;
    font-weight: 700;
    line-height: 0;
}
#services {
    padding-top: 70px;
    padding-bottom: 75px;
}
.services-container {display: flex; color: #fff;}
.services-container.bg-green {background-color: #76B72A;}
.services-container.bg-pink {background-color: #E5007D;}
.services-container h3 {font-size: 80px; transform: translateX(-65px); color: #ffffff69;}
.services-container:nth-of-type(1) > div:first-of-type {padding: 5% 8%; display: flex; flex-direction: column;}
.services-container:nth-of-type(2) > div:last-of-type {padding: 5% 8%; display: flex; flex-direction: column;}
.services-container > div {width: 50%;}
.services-container img {object-fit: cover; height: 100%;}
.services-container .btn {align-self: center; margin-top: 20px;}
.accordion .accordion-title {font-size: 24px; border-bottom: 1px solid #ffffff; padding-bottom: 10px; cursor: pointer;}
.accordion.open .accordion-title:after {content: '\f077'; font-family: 'Font Awesome 6 Free'; float: right;}
.accordion.closed .accordion-title:after {content: '\f078'; font-family: 'Font Awesome 6 Free'; float: right;}
/* .accordion .accordion-title:after {content: '\f078'; font-family: 'Font Awesome 6 Free'; float: right;} */
.accordion .accordion-content {display: none;}
.service-icon {
    float: left;
    margin-top: 5px;
}
.service-info {
    padding-left: 60px;
    padding-top: 1px;
}
.back-icon {
    z-index: -1;
    color: #f0f0f0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 144px;
    height: 144px;
    line-height: 144px !important;
    font-size: 144px !important;
}
#separator-purchase,
#separator-purchase-2 {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100%;
    /* height: 100%;
    min-height: 100%; */
    z-index: 1;
}
.call-action-purchase {
    padding: 40px 0;
    display: table;
    color: #fff;
    text-shadow: 2px 3px 8.46px rgba(56, 56, 56, 0.2);
}
.call-action-purchase span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}
.call-action-purchase span small {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
#portfolio-home > ul,
#portfolio-home > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#portfolio-home > ul > li {
    width: 32%;
    padding: 7px;
    display: inline-block;
}
.more-rea {
    padding: 20px 0 0;
}
.more-rea a {
    font-size: 1.4em !important;
    font-weight: 700;
}
@media (max-width: 768px) {
    #home::after {bottom: 50px;}
    .navbar-collapse {
        max-height: none;
        overflow-x: hidden;
    }
    #portfolio-home > ul > li {
        width: 49%;
        padding: 7px;
    }
    .effect:hover .img .overlay .expand {
        top: 45%;
    }
}
@media (max-width: 500px) {
    #portfolio-home > ul > li {
        width: 100%;
        padding: 7px;
    }
}
#portfolio {
    padding: 40px 0 50px;
}
.cbp-l-filters-button .cbp-filter-item {
    background-color: #f6f7f7;
    color: #7e7b7b;
    cursor: pointer;
    font: 400 12px/28px Montserrat, sans-serif;
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 0;
    border: none;
    border-radius: 3px;
    text-transform: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/18px Montserrat, sans-serif;
    margin-bottom: 5px;
}
.cbp-l-caption-desc {
    color: #7a7a7a;
    font: 400 15px sans-serif;
    margin-bottom: 20px;
    font-style: italic;
}
.cbp-l-filters-button {
    margin: 0;
    background-color: transparent;
}
.cbp-l-filters-button .cbp-filter-item-active {
    color: #fff !important;
}
.cbp-l-filters-dropdownWrap {
    width: 150px;
    position: absolute;
    right: 0;
    background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
    font: 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #1c1c1c;
    cursor: pointer;
    position: relative;
}
.cbp-l-filters-dropdownList .cbp-filter-item {
    background: 0 0;
    color: #7a7a7a;
    width: 100%;
    text-align: left;
    font: 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #7a7a7a transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}
.cbp-item-w h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border: none;
    border-radius: 3px;
    color: #7e7b7b;
    display: inline-block;
    font: 400 11px/34px Montserrat, sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.project-video,
.project-widget {
    margin-bottom: 60px;
}
.project-big-slider {
    margin-bottom: 20px;
}
.project-big-slider img {
    min-width: 100%;
}
.project-widget h4 {
    margin-top: 0;
}
.project-widget p {
    color: #7a7a7a !important;
}
#project-page-title {
    margin-bottom: 20px;
    padding-bottom: 1px;
}
.blog-widget-container hr {
    margin: 15px 0;
}
.blog-widget-container blockquote {
    font-size: 15px;
}
.palette {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
}
.next,
.next a {
    display: block;
}
#slider img {
    border: 1px solid #a3a3a3;
    cursor: pointer;
}
.thumb {
    float: left;
    margin-top: 1px;
    margin-right: 1px;
    max-height: 150px;
    overflow: hidden;
    cursor: pointer;
}
.thumbSize3 {
    width: calc(33.33% - 1px);
}
.thumbSize2 {
    width: calc(50% - 1px);
}
.thumbSize4 {
    width: calc(25% - 1px);
}
.thumbSize0 {
    width: calc(20% - 1px);
}
.others {
    margin-bottom: 40px;
}
.next {
    position: fixed;
    top: 50%;
    z-index: 20;
    text-align: center;
}
.next a {
    width: 61px;
    height: 61px;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.next:hover a {
    opacity: 1;
}
.next > a {
    background: url(../img/assets/projet-suivant.png) no-repeat;
}
.btn-prec > a {
    background: url(../img/assets/projet-precedent.png) no-repeat;
}
#contact-details,
#separator-testimonials {
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #111;
    width: 100%;
    /* height: 100%;
    min-height: 100%; */
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
}
.btn-prec {
    left: 20px;
}
.btn-suiv {
    right: 20px;
}
.nextTop {
    display: none;
}
@media (max-width: 1300px) {
    .next {
        display: none;
    }
    .nextTop {
        display: block;
    }
    .services-container:nth-of-type(2) > div:last-of-type {padding: 5%;}
    .services-container:nth-of-type(1) > div:first-of-type {padding: 5%;}
    .services-container h3 {transform: translateX(0); font-size: 60px;}
}
#separator-testimonials {
    display: table;
    padding: 20px 0 0;
}
.testimonial {
    position: relative;
    display: block;
    margin: 20px 0;
}
.testimonial blockquote {
    font-size: 18px;
    /* letter-spacing: 0; */
    font-weight: 300;
    line-height: 32px;
    color: #fff;
}
.testimonial span {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}
#clients {
    padding-top: 120px;
    padding-bottom: 120px;
}
.clients-row,
.clients-row-2 {
    padding: 0 25px;
}
.clients-row img,
.clients-row-2 img {
    width: 100%;
    opacity: 0.6;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.clients-row img:hover,
.clients-row-2 img:hover {
    opacity: 1;
}
.clients-row-2 > li,
.clients-row > li {
    padding: 0;
}
@media (max-width: 1100px) {
    .accordion .accordion-title {font-size: 18px;}
}
@media (max-width: 900px) {
    .services-container.bg-green {flex-direction: column;}
    .services-container.bg-pink {flex-direction: column-reverse;}
    .services-container > div {width: 100%;}
    .services-container img {width: 100%; height: 50vw;}
}
@media (min-width: 992px) {
    .clients-row-2 > li,
    .clients-row > li {
        border-left-width: 1px;
        border-left-style: solid;
    }
    .clients-row > li {
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-color: #ddd;
    }
    .clients-row > li:first-child {
        border-left-color: #fff;
    }
    .clients-row-2 > li {
        border-left-color: #ddd;
    }
    .clients-row-2 > li:first-child {
        border-left-color: #fff;
    }
}
@media (min-width: 300px) and (max-width: 992px) {
    .clients-row-2 > li,
    .clients-row > li {
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .clients-row > li {
        border-right-color: #fff;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row > li:first-child,
    .clients-row > li:nth-child(3n) {
        border-right-color: #ddd;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row-2 > li {
        border-right-color: #fff;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .clients-row-2 > li:last-child,
    .clients-row-2 > li:nth-child(3n) {
        border-bottom-color: #fff;
    }
    .clients-row-2 > li:first-child,
    .clients-row-2 > li:nth-child(3n) {
        border-right-color: #ddd;
        border-right-width: 1px;
        border-right-style: solid;
    }
    #about > .col-md-6:last-of-type {margin-top: 40px;}
    #about div:last-of-type:before {max-width: 50vw; left: -3%; top: -3%;}
    #about div:last-of-type:after {max-width: 50vw; bottom: -11%; right: 15%;}

}
#contact-details {
    display: table;
}
.details {
    margin-top: 70px;
    margin-bottom: 50px;
    color: #fff;
    z-index: 3;
}
.phone-info {
    line-height: 0;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 20px;
}
#contact input,
select,
textarea {
    width: 100%;
    color: #444;
    background: #fff;
}
#contact-details p {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 36px;
}
#contact-details p span {
    color: #000;
}
#contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
}
#contact h1 {
    margin: 10px 0;
    font-size: 24px;
    color: #fff;
}
#contact hr {
    color: inherit;
    height: 0;
    margin: 6px 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-style: none none solid;
}
#contact input,
select {
    padding: 12.9px;
    border: 1px solid silver;
    margin: 7px 0;
    -webkit-border-radius: 2px;
}
.uneditable-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #909090;
    box-shadow: none;
    outline: 0;
}
textarea {
    height: 147px;
    padding: 13px;
    border: 1px solid silver;
    margin-top: 7px;
    margin-right: 15px;
    -webkit-border-radius: 2px;
}
#contact input:focus,
select:focus,
textarea:focus {
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
}
#contact input.submit {
    width: 185px;
    margin: 15px 0;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    border-color: none;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
#contact input.submit:hover {
    background: #444;
}
#contact input[type="submit"][disabled] {
    background: #888;
}
#contact span.required {
    font-size: 13px;
    color: red;
}
#message {
    margin: 10px 0;
    padding: 0;
}
.error_message {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 10px 3px 35px;
    color: #8a1f11;
    -webkit-border-radius: 5px;
    background-color: #fbe3e4;
    background-image: url(../img/error.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.loader {
    padding: 0 10px;
}
acronym {
    border-bottom: 1px dotted #ccc;
}
#mapBeaune,
#mapDijon {
    height: 480px;
    width: 50%;
    float: left;
}
#mapDijon {
    width: 100%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
#footer {
    background-color: #121212;
    padding-bottom: 15px;
}
.back-to-top {
    display: block;
    background: #121212;
    width: 45px;
    height: 40px;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
    margin-top: 60px;
    margin-bottom: 10px;
}
.footer-social li a:hover {
    color: #fff;
}
.footer-logo a,
footer p {
    color: #f5f5f5;
}
.footer-info {
    margin-bottom: 20px;
}
.footer-copyright {
    font-size: 13px;
}
footer p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
footer .footer-menu {
    margin-top: 45px;
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    height: 64px;
    color: #999;
}
footer .footer-menu a {
    color: #999;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
footer .connected-icons li {
    display: inline-block;
    padding: 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
.btn,
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: none;
    border: 0;
    background-image: none;
    font-weight: 700;
    border-radius: 3px;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    box-shadow: none;
}
.btn-danger:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn:hover {
    background-color: #121212;
    border-color: none;
}
.btn-danger:focus,
.btn-info:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-warning:focus,
.btn:focus {
    background-color: #999;
    border-color: none;
}
.btn-danger:active,
.btn-default:active,
.btn-info:active,
.btn-primary:active,
.btn-success:active,
.btn-warning:active,
.btn:active {
    background: #121212;
    border: none;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    outline: 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #999;
}
.btn-default:hover {
    color: #fff;
}
.blog-list li a,
.post-title a {
    color: #121212;
}
.open .dropdown-toggle.btn-primary {
    border-color: none;
}
blockquote p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
    display: inline-block;
    width: 40px;
    margin-left: -40px;
    text-align: center;
    line-height: inherit;
    font-family: FontAwesome;
}
ul.check-list-1 li:before {
    font-size: 13px;
    content: "\f00C";
}
ul.check-list-2 li:before {
    font-size: 13px;
    content: "\f058";
}
ul.check-list-3 li:before {
    font-size: 13px;
    content: "\f14a";
}
ul.chevron-list-1 li:before {
    font-size: 13px;
    content: "\f054";
}
ul.chevron-list-2 li:before {
    font-size: 13px;
    content: "\f138";
}
ul.dot-circle-list li:before {
    font-size: 13px;
    content: "\f192";
}
ul.caret-list li:before {
    font-size: 13px;
    content: "\f152";
}
.btn-link:focus,
.btn-link:hover {
    color: #121212;
    text-decoration: underline;
    background-color: transparent;
}
.post-img {
    margin-bottom: 10px;
}
.project-img {
    margin-bottom: 60px;
}
.tags-list {
    padding: 0;
}
.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}
.blog-list {
    padding: 0;
    margin: 0;
}
.blog-list li {
    background-color: #f2f2f2;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.call-action-1,
.call-action-3,
.call-action-5 {
    background: #272727;
}
.blog-list li a:hover,
.blog-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 20px;
}
.form-control:focus {
    border-color: #121212;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
}
.call-action-2,
.call-action-4,
.call-action-6 {
    border: 1px solid #ccc;
}
.blog-author {
    margin: 60px 0;
}
.author-img {
    max-height: 100px;
    float: left;
    margin-right: 20px;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 40px;
    display: none;
    cursor: pointer;
}
.call-action-5,
.call-action-6 {
    vertical-align: middle;
    display: table;
}
#back-to-top a:hover {
    color: #999;
}
.action-btn {
    margin: 20px 0;
}
.call-action-1,
.call-action-2 {
    padding: 20px;
    margin: 20px 0;
}
.call-action-3,
.call-action-4,
.call-action-5,
.call-action-6 {
    padding: 20px 40px;
    margin: 20px 0;
}
@media (min-width: 768px) {
    .action-5-btn,
    .action-5-info {
        display: table-cell;
        vertical-align: middle;
    }
    .action-5-btn {
        padding: 20px 0 20px 20px;
    }
    .action-5-info {
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
    }
}
@media (max-width: 180px) {
    .action-5-btn {
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 480px) {
    .btn-responsive {
        font-size: 90%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        font-size: 100%;
    }
}
.panel-title:hover {
    cursor: pointer;
}
.panel-body {
    background-color: #f5f5f5;
    padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.nav-tabs > li > a:hover {
    border: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #121212;
    background-color: #f5f5f5;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    background-color: #fff;
    color: #121212;
    border-radius: 4px 4px 0 0;
}
.tab-pane {
    padding: 15px;
    background-color: #f5f5f5;
}
.nav-tabs {
    border: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #121212;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}
.nav-tabs-dark > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #272727;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover {
    background-color: #f5f5f5;
    color: #121212 !important;
}
.nav-tabs-dark > li.active > a:hover {
    color: #fff !important;
    background-color: #272727 !important;
}
.nav-tabs > li > a:hover {
    color: #fff !important;
}
.tab-pane-dark {
    padding: 15px;
    color: #fff;
    background-color: #272727;
}
/* @font-face {
    font-family: Raleway;
    src: url(fonts/raleway/raleway-regular-webfont.eot);
    src: url(fonts/raleway/raleway-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/raleway/raleway-regular-webfont.woff) format("woff"), url(fonts/raleway/raleway-regular-webfont.ttf) format("truetype"),
        url(fonts/raleway/raleway-regular-webfont.svg#ralewayregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    src: url(fonts/raleway/raleway-light-webfont.eot);
    src: url(fonts/raleway/raleway-light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/raleway/raleway-light-webfont.woff) format("woff"), url(fonts/raleway/raleway-light-webfont.ttf) format("truetype"),
        url(fonts/raleway/raleway-light-webfont.svg#ralewaylight) format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Raleway;
    src: url(fonts/raleway/raleway-extralight-webfont.eot);
    src: url(fonts/raleway/raleway-extralight-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight) format("svg"),
        url(fonts/raleway/raleway-extralight-webfont.woff) format("woff"), url(fonts/raleway/raleway-extralight-webfont.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/montserrat/montserrat-bold-webfont.eot);
    src: url(fonts/montserrat/montserrat-bold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/montserrat/montserrat-bold-webfont.svg#montserratbold) format("svg"), url(fonts/montserrat/montserrat-bold-webfont.woff) format("woff"),
        url(fonts/montserrat/montserrat-bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/montserrat/montserrat-regular-webfont.eot);
    src: url(fonts/montserrat/montserrat-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/montserrat/montserrat-regular-webfont.woff) format("woff"), url(fonts/montserrat/montserrat-regular-webfont.ttf) format("truetype"),
        url(fonts/montserrat/montserrat-regular-webfont.svg#montserratregular) format("svg");
    font-weight: 400;
    font-style: normal;
} */
::-moz-selection {
    background: #76b72a;
}
#contact input.submit,
#filters li span.active,
#filters li span:focus,
#filters li span:hover,
.blog-list li:hover,
.btn-home a,
.btn-primary,
.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-item-active,
.label-primary,
.nav > li > a:focus,
.nav > li > a:hover,
.pagination > .active > a,
.shop-btn-box:hover,
.skillbar-bar,
.skillbar-title,
::selection {
    background: #76b72a;
}
.btn-noir,
.label-noir {
    color: #fff;
    border: 1px solid #fff;
    max-width: 100%;
    white-space: break-spaces;
}
.btn-noir:hover {
    background: #fff;
    color: #121212;
}
#main-nav .current,
.about-icon .fa-circle,
.btn-link,
.connected-icon a:focus,
.connected-icon a:hover,
.dropdown-menu > li > a:hover,
.effects .img a:hover,
.footer-logo a:hover,
.highlight,
.nav > li > a:hover,
.nav > li > span:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .hovernav:hover > a,
.navbar-default .navbar-nav > .hovernav:hover > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.portfolio-links .icon:hover,
.portfolio-links a:hover,
.post-title a:focus,
.post-title a:hover,
.star-rating span,
.twitter-logo .fa,
a,
figure figcaption a:hover {
    color: #76b72a;
}
.highlightBlue {
    color: #d72369;
}
.phone-info {
    background: rgba(0, 0, 0, 0.3);
}
.cbp-l-filters-button .cbp-filter-counter:before {
    border-top: 4px solid #76b72a;
}
.btn-home a {
    box-shadow: 0 3px 0 rgba(137, 193, 68, 0.5);
}
#tarteaucitronAlertBig {
    background: #333;
    color: #fff;
    display: block;
    font-size: 15px !important;
    left: 10px;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 220px;
    box-sizing: content-box;
    z-index: 2147483645;
}
@media (max-width: 1420px) {
    #home::before {width: 90%; background-size: contain;}
    #home::after {width: 90%; background-size: contain;}
}
@media (max-width: 768px) {
    .home-container > img {
        max-width: 50%;
    }
    .home-container .lead {
        margin-bottom: 0;
    }
    .home-btn {
        margin-top: 0;
    }
    .navbar-toggle {
        padding: 0;
        border: 0;
    }
    .navbar-brand img {
        max-height: 40px;
    }
    .navbar {
        min-height: 50px;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
    }
    .navbar-toggle .fa-bars {
        font-size: 2.5em;
    }
    .bottom-header {
        margin-top: -50px;
    }
    #home #bgvid {
        display: none;
    }
    #home #videoRes {
        display: block;
    }
    #tarteaucitronAlertBig {
        width: 100%;
        bottom: 0;
        margin: 0;
        right: 0;
    }
    .team-member {
        text-align: center;
    }
    .team-member > div {
        text-align: center;
    }
    .team-member > div img {
        margin: auto;
    }
}

/* Nouveau header particle.js */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    #testimonials-slider-wrapper {
        max-width: 100vw !important;
    }
}
@media (max-height: 500px) {
    #home::after {bottom: 0;}
    .big, h1, .big small, h1 small {font-size: 40px;}
    #home img {display: none;}
}
