/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        ZAP | The Multi-Purpose HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("../fonts/montserrat-fonts.css");
@import url("animate.css");

/*=======================================================
      THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFF;
    color: #272525;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/*=======================================================
      WRAPPER
========================================================*/
#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*=======================================================
      HEADINGS
========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #272525;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 44px;
}

h3 {
    /*test 36px*/
    font-size: 26px;
    line-height: 29px;
}

h4 {
    /*test 16px*/
    font-size: 16px;
    line-height: 17px;
}

h5 {
    font-size: 22px;
    padding-top: 10px;
}

h6 {
    font-size: 16px;
}

h2,
h3,
h4{
    margin-top: 40px;
    margin-bottom: 20px;
}

p {
    font-family: inherit;
    color: #272525;
    font-size: 16px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25% !important; /* 16:9 */
	padding-top: 25px !important;
	height: 0 !important;
    overflow:hidden;
    margin-top:10px;
    margin-bottom: 10px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure{
    max-width: 100% !important;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #272525;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-hair-line {
    font-family: 'montserrathairline';
}

.font-light {
    font-family: 'montserratlight';
}

.font-regular {
    font-family: 'montserratregular';
}

.font-extra-bold {
    font-family: 'montserratbold';
}

.text-transform-none {
    text-transform: none !important;
}

.text-white {
    color: #272525;
}

.text-bold {
    font-weight: bold !important;
}

.text-normal {
    font-weight: normal !important;
}

.font-12px {
    font-size: 12px !important;
}

.font-14px {
    font-size: 14px !important;
}

.font-16px {
    font-size: 16px !important;
}

.font-18px {
    font-size: 18px !important;
}

.font-20px {
    font-size: 20px !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}

.white-text {
    color: #272525;
}

.font-italic {
    font-style: italic;
}

.font-bold {
    font-weight: bold !important;
}

a:hover,
a:focus {
}

.text-color-primary {
    color: #f6b138;
}

.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dark-pattern {
    background: url(../images/portfolio/2/bg-parallax-1.png) repeat;
}

.white-bg {
    background: #fff;
}

.orange-bg {
    background: #f6772c;
}

.light-gray-bg1 {
   /* background: #F7F419 !important;*/
}

.light-jaune-bg {
    background: #F7F419 !important;
}

.light-gray-bg {
    background: #e5e9ea !important;
}

.relative {
    position: relative;
}

.line-height-24 {
    line-height: 24px !important;
}

.dark-text p {
    color: #272525;
}

/*=======================================================
      SECTION
========================================================*/
section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

/*=======================================================
      BUTTON
========================================================*/
.btn {
    background: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #272525;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 60px;
    border: 4px solid #272525;
}

.btn.block {
    display: block;
}

.btnjaune {
    display: inline;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #272525;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 50px;
    border: 4px solid #272525;
    background-color: #fff;
}

.btnjaune:hover {
    color: #ffffff;
    background: #272525;
}

.btn:hover {
    color: #fff;
    background: #272525;
}

.btn-dark {
    color: #272525;
    border: 1px solid #272525;
}

.btn-dark:hover {
    background: #272525;
    color: #fff;
}

/*=======================================================
      HEADINGS
========================================================*/
.heading-block1 {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.heading-block {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.heading-block h6 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 55px;
}

.heading-block1 h6 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 55px;
}

.heading-block1 hr {
    width: 90px;
    height: 8px;
    border: none;
    margin: 0;
    margin-left: -45px;
    background: #272525;
    margin-bottom: 48px;
}

.heading-block hr {
    width: 90px;
    height: 8px;
    border: none;
    margin: 0;
    margin-left: -45px;
    background: #272525;
    margin-bottom: 48px;
}

.heading-block1 h2{
    text-transform: uppercase;
    line-height: 46px;
    margin: 0px;
    letter-spacing: 2px;
    font-family: 'montserratlight';
    font-size: 36px;
}
.heading-block h2 span{
    font-family: 'montserratregular';
}

.heading-block1 h2 span{
    font-family: 'montserratregular';
}

.heading-block h2,
.heading-block1 h2{
    margin: 40px 0 20px !important;
}

.heading-block h3,
.heading-block1 h3,
.entry-idea h3{
    font-size: 26px !important;
    font-weight: normal !important;
    color: #272525 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    margin: 40px 0 20px !important;
}

.heading-block h4,
.heading-block1 h4,
.entry-idea h4{
    font-size: 16px !important;
    font-family: 'Playfair Display', serif !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin: 0px !important;
    margin: 40px 0 20px !important;
}

.entry-idea h1,
.entry-idea h2{
    margin: 40px 0 20px !important;
}


.heading-block.center hr {
    margin: 0 auto;
    margin-bottom: 45px;
}

.heading-block1.center hr {
    margin: 0 auto;
    margin-bottom: 45px;
}

/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
    background: #ececec;
    height: 43px;
}

.top-bar p {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 43px;
    margin: 0px;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar .social-top a {
    line-height: 43px;
    color: #272525;
    font-size: 11px;
    margin: 0 5px;
}

/*=======================================================
      HEADER
========================================================*/
header {
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    left: 0px;
    right: 0px;

    /*margin-top: 100px;*/
}

header a:hover,
a:focus {
    color: #272525 !important;
}

header .sticky {
    padding: 30px 10%;

    /*background-color: #272525*/
    /*position: fixed*/
    /*top: 0px*/
}

header .logo {
    position: absolute;
    z-index: 9999;
    margin-top: -10px;
    text-align: center;
    float: left;
    display: none;
}

header nav {
    display: inline-block;
    width: 100%;
    float: right;
    position: relative;
    z-index: 999;
    min-height: 50px;
    text-align: right;
    margin-top: 5px;
}

header nav li a {
    padding: 15px 0px;
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    float: left;
    font-size: 15px;
    font-weight: normal;
    position: relative;
}

header .is-sticky .sticky nav li a{
    color: #272525 !important;
}

header .is-sticky .menu-secondaire-container li a{
    color: #272525 !important;
}

header nav .ownmenu li {
    padding: 0 15px;
}

header nav .ownmenu > li:last-child{
    padding: 10px 15px 10px 0;
}

header nav .ownmenu li:last-child a{
    padding: 5px 0 5px 15px;
    border-left: 1px solid #272525;
}

header nav .langs a:before{
    content: "";
    background: url(../images/Globe_icon.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    background-size: contain;
}

header nav .langs a{
    display: flex;
    align-items: center;
}

header nav li:last-child a:after{
    bottom: -5px;
    left: 46px;
}

header nav .ownmenu li span.new {
    position: absolute;
    font-size: 7px;
    background: rgba(255,255,255,0.8);
    right: 10px;
    color: #272525 !important;
    padding: 0 3px;
    line-height: 14px;
    border-radius: 4px;
}

header nav li a:hover {
    color: #fff;
}

header nav li.current-menu-item a {
    color: #ffffff;
    font-weight: bold;
}

header nav li.current-menu-item a:after {
    width: 15px;
}

header nav li a:hover:after {
    width: 15px;
}

header nav li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    background-color: #272525;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

header .ownmenu li.active .dropdown a:after {
    opacity: 0;
}

header .ownmenu li.active .dropdown a:hover:after {
    opacity: 1;
}

header nav li .dropdown a:after {
    height: 1px;
    bottom: -1px;
}

header .ownmenu li .dropdown a:hover:after {
    width: 100%;
}

header nav li .megamenu a:after {
    height: 1px;
    bottom: -1px;
}

header .ownmenu ul.dropdown {
    padding-bottom: 0px;
    background: #272525;
    padding: 5px 0px;
}

header .ownmenu ul.dropdown li a {
    text-transform: uppercase;
    line-height: 20px;
    background: none;
    color: #ffffff !important;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    letter-spacing: 0px;
    padding-right: 0px;
    text-align: left;
    padding: 7px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

header .ownmenu > li.owl-products > ul.dropdown > li:first-child > a {
    background: #F7F419;
    color: #000 !important;
}

header .ownmenu ul.dropdown li:nth-last-child(1) a {
    border-bottom: none;
}

header .ownmenu ul.dropdown li a:hover {
    color: #fff !important;
    background: none;
}

header .ownmenu li > .megamenu li a:hover {
    color: #fff !important;
}

header .ownmenu li > .megamenu li a {
    text-transform: uppercase;
    border: none !important;
    line-height: 40px;
    background: none;
    color: #272525 !important;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    letter-spacing: 0px;
    padding-right: 0px;
    text-align: left;
    padding: 0px;
}

header ul.dropdown {
}

header .ownmenu .megamenu hr {
    width: 23px;
    height: 3px;
    background: #eeb013;
    margin: 15px 0px;
    border: none;
    display: inline-block;
}

header ul.dropdown li {
    padding: 0px;
}

header ul.dropdown li:hover {
    background: none;
}

header .ownmenu .megamenu h6 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0px;
}

header .ownmenu .megamenu img {
    width: auto;
    margin-top: -1px;
}

header .ownmenu > li > .megamenu.full-width {
    background: #141414;
    padding: 50px;
    padding-bottom: 40px;
}

header .ownmenu > li > .megamenu.full-width li {
    text-align: left;
}

header nav .ownmenu .indicator {
    margin-left: 5px;
    display: none;
}

.sticky-wrapper {
    height: auto !important;
}

.sticky-wrapper .sticky {
    width: 100%;
}

.is-sticky .sticky .logo {
    margin-top: -10px;
    display: block;
}

.is-sticky .sticky .logo1 {
    margin-top: -15px;
}

.is-sticky .sticky {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff !important;
}

.is-sticky .ownmenu > li:first-child{
    display: none;
}

.ownmenu ul.dropdown {
    top: 51px;
}

.is-sticky .sticky .ownmenu ul.dropdown {
    top: 51px;
}

.is-sticky .sticky .ownmenu ul.dropdown li ul.dropdown {
    top: inherit;
}

.ownmenu > li > .megamenu {
    top: 46px;
}

header.dark {
    margin-top: 0px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 12px;
}

header.dark nav li a {
    color: #272525;
}

header.dark .is-sticky .sticky {
    background: rgba(255,255,255,0.96);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

header.dark .is-sticky .sticky nav {
    margin-top: 0px;
}

header.dark nav {
    margin-top: 5px;
}

header.dark nav li a:after {
    background: #333;
}

.home-agency {
    text-align: center;
}

.home-agency h1 {
    font-size: 110px;
    color: #fff;
    letter-spacing: -5px;
}

.home-agency h3 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}

.home-agency p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.home-agency {
    background: url(../images/bg/bg-agency.jpg) center center no-repeat;
    background-size: cover;
}

.home-agency .ag-text {
    margin-top: 100px;
}

.sub-bnr.home-index {
    min-height: 300px;
}

.sub-bnr.home-index h3,
.sub-bnr.home-index h1{
    color: #272525;
}

.sub-bnr.home-index h3 small,
.sub-bnr.home-index h1 small{
    color: #272525;
}

.sub-bnr.home-index p {
    color: #272525;
}

/*=======================================================
      HOME SLIDER
========================================================*/
.home-slide {
    position: relative;
}

.home-slide .home-agency {
    background: none !important;
}

.home-slide li {
    height: 800px;
    text-align: center;
    position: relative;
}

.home-slide .slide-img-1 {
    background: url(../images/slides/slide-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.home-slide .slide-img-2 {
    background: url(../images/slides/slide-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.home-slide .slide-img-3 {
    background: url(../images/slides/slide-bg-3.jpg) center center no-repeat;
    background-size: cover;
}

.home-slide .flex-control-nav {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 100px;
    margin: 0 auto;
}

.home-slide .flex-control-nav li {
    height: auto;
}

.home-slide .flex-direction-nav {
    display: none;
}

.home-slide .position-center-center {
    width: 100%;
}

.home-slide .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
}

.home-slide .flex-control-nav li {
    margin: 0 3px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

/*=======================================================
      SUB BANNE
========================================================*/
.sub-bnr1 {
    min-height: 100vh;
    text-align: center;
}

.sub-bnr {
    min-height: 100vh;
    text-align: center;
}

.sub-bnr1 h3,
.sub-bnr1 h1{
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 70px;
    margin-top: 100px;
}

.sub-bnr h3,
.sub-bnr h1{
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 70px;
    margin-top: 100px;
}

.sub-bnr1 .position-center-center {
    width: 100%;
}

.sub-bnr .position-center-center {
    width: 100%;
}

.sub-bnr h3 span,
.sub-bnr h1 span{
    font-weight: bold;
}

.sub-bnr1 small {
    font-size: 36px;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.sub-bnr small {
    font-size: 36px;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.sub-bnr1 p {
    color: #fff;
}

.sub-bnr p {
    color: #fff;
}

.parallax-bg {
    background-size: cover !important;
    background-position: center !important;
}

/*=======================================================
      WHO WE ARE
========================================================*/
.who-we-are {
    /*background: url(../images/bg/bg-who-we.jpg) center top fixed no-repeat;*/
}

/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio {
    background: none;
}

.portfolio-in:before {
    content: "";
    position: absolute;
    margin-top: 150px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #ffff01;

    /*background-image: url('../images/bg-box.png')*/
}

.portfolio-in .container {
    position: relative;
    z-index: 2;
}

.portfolio .port-item {
    position: relative;
    overflow: hidden;

    /*padding: 22px*/
    background: #fff;
}

.portfolio .port-item img {
    width: 100%;
    display: block !important;
}

.portfolio article {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.portfolio .position-center-center {
    width: 100%;
    padding: 0px 50px;
    display: none;
}

.port-item-up {
    margin-top: -150px;
}

.port-hover {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: rgba(0,0,0,0.75);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio .port-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: rgba(0,0,0,0.75);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio .hover-content {
    background: none;
    position: relative;
}

.portfolio .hover-content .position-center-center {
    border: 5px solid #fff;
    bottom: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio .port-hover.no-bg {
    background: none !important;
}

a.big-border {
    border: 5px solid #fff;
    display: inline-block;
    padding: 30px 0px;
    font-size: 30px;
    font-weight: bold;
}

a.big-border:hover {
    border: 5px solid #f6772c;
}

.portfolio .port-item:hover .port-hover {
    opacity: 1;
}

.portfolio .port-item:hover a img {
    transform: scale(1.1);
}

.portfolio .port-item:hover .position-center-center {
    display: block;
}

.portfolio .port-hover a {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0px;
}

.portfolio .port-hover span {
    font-style: italic;
    font-size: 14px;
    color: #F7F419;
    width: 100%;
    display: inline-block;
}

.portfolio .port-hover h6 {
    color: #fff;
    margin: 5px 0;
    line-height: 30px;
    font-weight: normal;
}

.portfolio .port-detail {
    width: 100%;
    text-align: left;
}

.portfolio .port-detail {
    margin-top: 30px;
    min-height: 80px;
}

.portfolio .port-detail h6 {
    margin-bottom: 10px;
}

.portfolio .port-detail h6 a {
    color: #272525 !important;
    font-size: 15px;
    font-weight: normal;
}

.portfolio .port-detail h6 a:hover {
    color: #f6772c !important;
}

.portfolio .port-detail p {
    font-size: 15px;
    margin: 0px;
}

.col-2 .cbp-item {
    width: 50% !important;
    padding: 15px;
}

.col-4 .cbp-item {
    width: 25% !important;
}

.col-3 .cbp-item {
    width: 33.33333% !important;
}

.col-5 .cbp-item {
    width: 50% !important;
}

.portfolio .w-80 {
    width: 80% !important;
}

.portfolio .w-40 {
    width: 40% !important;
    /*width: round(40%) |important;*/
}

.portfolio .w-20 {
    width: 20% !important;
    /*width: round(20%) |important;*/
}

.portfolio .w-30 {
    width: calc(30% - 20px) !important;
}

.portfolio .w-60 {
    width: 60% !important;
}

.portfolio .w-70 {
    width: calc(70% - 20px) !important;
}

.portfolio .text-left .position-center-center {
    text-align: center;
    transform: none;
    left: 0px;
}

.portfolio .cbp-item h6 a {
    position: relative;
    height: auto;
    width: auto;
    color: #fff;
}

.portfolio .cbp-item h6 a:hover {
    color: #ffffff;
}

.portfolio .text-left .position-center-center {
    width: 100%;
    display: inline-block;
}

.portfolio a.cbp-lightbox {
    z-index: 99;
    height: 30px;
    width: 40px;
    color: #f6772c;
    position: relative;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.portfolio .cbp-item a.link {
    z-index: 99;
    height: 30px;
    width: 40px;
    color: #f6772c;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.portfolio .cbp-item a.link:hover {
    color: #fff;
}

.portfolio .cbp-item a.cbp-lightbox:hover {
    color: #fff;
}

.no-space .port-item {
    padding: 0px;
}

.with-space {
    margin: 0 -15px;
}

.portfolio .with-space .port-item {
    padding: 0px;
}

.portfolio .with-space .cbp-item {
    padding: 15px;
}

.center-auto {
    margin: 0 auto;
    float: none;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
    background: none;
}

.filter-style-1 {
    border: 1px solid #999999;
    display: inline-block;
    margin-bottom: 100px;
}

.filter-style-1 .cbp-filter-item {
    margin: 0px;
    float: left;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 30px;
    border-right: 1px solid #999999 !important;
}

.filter-style-1 .cbp-filter-item:nth-last-child(1) {
    border-right: none !important;
}

.filter-style-1 .cbp-filter-item.cbp-filter-item-active {
    color: #f6772c;
}

.filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0px rgba(0,0,0,0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.filter-style-1 .cbp-filter-item:hover {
    color: #f6772c;
}

.filter-style-1 .cbp-filter-item:hover:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    bottom: -18px;
    font-size: 30px;
    width: 20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0px rgba(0,0,0,0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
    border-top: 4px solid #f6772c;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background: #ffff01;
}

.filter-style-2 {
    display: inline-block;
    margin-bottom: 100px;
}

.filter-style-2 .cbp-filter-item {
    margin: 0px;
    float: left;
    border: none;
    background: #272525;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 30px;
    border-right: 1px solid rgba(255,255,255,0.3) !important;
}

.filter-style-2 .cbp-filter-item:hover {
    background: #272525;
    color: #F7F419;
}

.filter-style-2 .cbp-filter-item.cbp-filter-item-active {
    background: #272525;
    color: #F7F419;
}

.filter-style-2 {
}

.filter-style-3 {
    display: inline-block;
    margin-bottom: 100px;
}

.filter-style-3 .cbp-filter-item {
    margin: 0px;
    float: left;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #272525;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 30px;
}

.filter-style-3 .cbp-filter-item:hover:before {
    content: "";
    position: absolute;
    width: 25px;
    bottom: 0px;
    background: #f6772d;
    height: 2px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.filter-style-3 .cbp-filter-item.cbp-filter-item-active:before {
    content: "";
    position: absolute;
    width: 25px;
    bottom: 0px;
    background: #f6772d;
    height: 2px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.filter-style-3 .cbp-filter-item.cbp-filter-item-active {
    color: #f6772d;
}

.filter-style-3 .cbp-filter-item:hover {
    color: #f6772d;
}

.filter-style-4 {
    border-bottom: 1px solid #e5e9ea;
    display: inline-block;
    width: 100%;
}

.filter-style-4 .cbp-filter-item {
    margin: 0px;
    display: inline-block;
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding: 35px 20px;
    padding-bottom: 10px;
}

.filter-style-4 .cbp-filter-item.cbp-filter-item-active {
    color: #272525;
}

.filter-style-4 .cbp-filter-item.cbp-filter-item-active:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -21px;
    background: #f6772d;
    height: 2px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.filter-style-4 .cbp-filter-item:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -21px;
    background: #f6772d;
    height: 2px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.filter-style-5 {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.15);
    position: relative;
    padding: 5px 10px;
}

.filter-style-5 .cbp-filter-item {
    margin: 0px;
    display: inline-block;
    border: none;
    background: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    letter-spacing: 1px;
    padding: 0px 30px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.filter-style-5 .cbp-filter-item:hover {
    background: #f6772c;
    color: #fff;
}

.filter-style-5 .cbp-filter-item.cbp-filter-item-active {
    background: #f6772c;
    color: #fff;
}

.cbp-popup-singlePage .cbp-popup-close {
    background: none;
}

.cbp-popup-singlePage .cbp-popup-close:before {
    content: '\e082';
    font-family: 'Simple-Line-Icons';
    color: #272525;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-singlePage .cbp-popup-prev {
    background: none;
}

.cbp-popup-singlePage .cbp-popup-prev:before {
    content: '\e07a';
    font-family: 'Simple-Line-Icons';
    color: #272525;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-singlePage .cbp-popup-next {
    background: none;
}

.cbp-popup-singlePage .cbp-popup-next:before {
    content: '\e079';
    font-family: 'Simple-Line-Icons';
    color: #272525;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: auto;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.cbp-popup-singlePage .cbp-popup-next {
    left: auto;
    right: 0px;
}

.cbp-popup-singlePage .cbp-popup-prev {
    left: 0px;
    right: auto;
}

.cbp-popup-singlePage-counter {
    left: 0px;
    right: 0px;
    top: 60px;
    color: #272525;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.3;
}

/*=======================================================
      SINGLE PROJECT
========================================================*/
.single-progect .heading-block h6 {
    margin-bottom: 40px;
}

.single-progect .heading-block hr {
    margin: 0 auto;
    margin-bottom: 45px;
}

.single-progect .project-info {
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e5e9ea;
}

.single-progect .project-info li {
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 25%;
    border-right: 1px solid #e5e9ea;
}

.single-progect .project-info li:nth-last-child(1) {
    border: none;
}

.single-progect .project-info li p {
    font-weight: bold;
    text-transform: uppercase;
    color: #272525;
    letter-spacing: 1px;
}

.single-progect .project-info li span {
    color: #272525;
    letter-spacing: 1px;
    font-size: 13px;
}

.cbp-popup-singlePage .cbp-popup-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

/*=======================================================
      PORTFOLIO DETAIL
========================================================*/
.portfolio-details {
}
/*
.portfolio-details ul {
    padding-bottom: 20px;
    margin-left: 20px;
}

.portfolio-details li{
	padding-bottom: 5px;
    list-style: disc;
}
*/
.portfolio-details .project-info {
    margin-top: 180px;
    padding-left: 30%;
}

.portfolio-details .project-info li {
    margin-bottom: 30px;
}

.portfolio-details .project-info li p {
    font-weight: bold;
    text-transform: none;
    color: #272525;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.portfolio-details .project-info li p.span,
.portfolio-details .project-info li a{
    color: #272525;
    line-height: 1.8em;
    font-size: 13px;
	font-weight: normal !important;
	text-transform:none;
}



.portfolio-details .project-info li b{ display: block; }
.portfolio-details .project-info li b:first-child{ text-transform:uppercase;  width: 100%; font-size: 17px; line-height: 23px !important; padding-bottom:4px; }
.portfolio-details .project-info li .fa{ display: none;}

.portfolio-details .project-info li a {
    color: #272525;
    text-decoration: underline !important;
}

.portfolio-details .project-info li a:hover {
    /*color: #F7F419;*/
    text-decoration: underline !important;
}

.portfolio-details .project-info li a.btn {
    color: #272525;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 10px !important;
}

.portfolio-details .project-info li a.btn:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.portfolio-details .project-info > li > div > accorder.active > .accordeon_content{
    margin-bottom: 20px;
}

/*=======================================================
      SERVICES
========================================================*/
.services {
}

.services .service-part li {
    margin-bottom: 50px;
    padding-right: 50px;
}

.services .service-part h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
/*
.services .service-part p {
    font-size: 13px;
    line-height: 23px;
}

.services .service-part {
    margin-top: 200px;
}
*/

.services .service-part i {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

.services.style-2 .content-we-are {
    padding-left: 30px;
}

.style-img-4 {
    margin-left: -150px;
    float: left;
}

/*=======================================================
      FEATURED
========================================================*/
.more-feature ul li {
    padding: 15px 15px;
    width: 20%;
    float: left;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.more-feature ul li:hover {
    background: #e5e9ea;
}

.more-feature ul li h6 {
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    line-height: 23px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.more-feature ul li article {
    border: 1px solid #e5e9ea;
    padding: 90px 60px;
}

.more-feature ul li p {
    font-size: 13px;
    line-height: 23px;
}

.more-feature ul li i {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (min-width:1024px) {
    .lamd {
        position: absolute;
        top: -69px;
        right: -18%;
    }
}

.content-we-are {
    padding-right: 35%;
    padding-left: 50px;
}

/*=======================================================
      OUR TEAM
========================================================*/
.our-team {
}

.our-team article {
    position: relative;
}

.our-team .avatar {
    height: 300px;
    width: 300px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}

.our-team .avatar img{
    width: 100%;
    height: auto;
}

.our-team .team-hover {
    background: rgba(255, 255, 1, 0.64);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    border-radius: 50%;
    left: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-team article:hover .team-hover {
    left: 0px;
    opacity: 1;
}

.our-team article:hover img {
    transform: scale(1.1);
}

.our-team .team-hover:hover {
}

.our-team .social-icons a {
    color: #272525;
    font-size: 20px;
    margin: 0 10px;
}

.our-team .team-names {
    position: relative;
    margin-top: 50px;
}

.our-team .team-names h6 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.our-team .team-names:before {
    content: "";
    height: 75px;
    width: 1px;
    position: absolute;
    top: -90px;
    background: #272525;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.our-team .team-names p {
    color: #272525;
    font-size: 13px;
}

/*=======================================================
      BLOG
========================================================*/
.blog {
}

/*.blog:before {
    position: absolute;
    content: "";
    height: 180px;
    background: #e5e9ea;
    width: 100%;
    top: 0px;
    left: 0px;
}*/
.post-content {
    padding-top: 30px;
}

.post-content .more-link{
    display: none;
}

.post-tittle {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    color: #272525;
    display: inline-block;
    margin-top: 20px;
}

.post-tittle:hover {
    color: #272525;
    text-decoration: underline !important;
}

.post-content .tag {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #ffe501;
    font-size: 16px;
    letter-spacing: 2px;
}

.post-content hr {
    width: 90px;
    height: 8px;
    border: none;
    margin: 50px 0;
    display: inline-block;
    background: #272525;
    margin-bottom: 48px;
}

.post-content .date {
    margin-top: 50px;
}

.post-detail a{
    color:rgba(82, 82, 82, 1) !important;
    text-decoration: underline !important;
}

.post-detail a.btn{
    text-decoration: none !important;
    color: #000 !important;
}

.post-detail a.btn:hover{
    background: #000 !important;
    color: #fff !important;
}

.blog-post-home.style-2 {
    margin-top: 0px;
    position: relative;
}

.blog-post-home.style-2 .date {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 99;
    text-align: right;
}

.blog-post-home.style-2 .post-content hr {
    margin: 30px 0;
}

.blog-post-home.style-2 .post-content .post-info li i {
    margin-left: 0px;
    margin-right: 10px;
}

.blog-post-home.style-2 .post-content .post-info li {
    margin-right: 20px;
    margin-top: 40px;
}

blockquote {
    border-left: 5px solid #faf700 !important;
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
}

blockquote p{
    font-size: 24px;
}

.post-detail blockquote {
    font-size: 30px;
    border: none;
    border-top: 1px solid #e3e3e3;
    text-transform: uppercase;
    line-height: 42px;
    padding-top: 40px;
}

.post-detail blockquote {
    border-left: 5px solid #faf700 !important;
}

.post-detail blockquote i{
    position: relative !important;
}


.list-type h6 {
    margin-bottom: 30px;
}

.list-type li {
    line-height: 58px;
    position: relative;
    padding-left: 30px;
}

.list-type li:before {
    content: "\e080";
    font-family: 'Simple-Line-Icons';
    position: absolute;
    left: 0px;
    font-size: 10px;
    font-size: 14px;
    color: #272525;
    top: 0px;
    line-height: 26px;
}

.post-tags {
    margin-top: 80px;
    display: inline-block;
    width: 100%;
}

.post-tags li {
    display: inline-block;
    margin-right: 20px;
}

.post-tags li a {
    border: 1px solid #272525;
    color: #272525;
    padding: 5px 15px;
}

.post-tags li a:hover {
    background: #272525;
    color: #fff;
}

.post-detail blockquote i {
    position: absolute;
    left: 0px;
    font-size: 20px;
}

.blog-post-home .date span {
    color: #272525;
}

.blog-post-home .date .huge {
    color: #272525;
    line-height: 100px;
    font-size: 80px;
    display: inline-block;
    width: 100%;
}

.admin-info {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-top: 80px;
}

.admin-info {
}

.admin-info li {
    padding: 80px 0;
}

.admin-info li:nth-child(1) {
    border-right: 1px solid #e0e0e0;
}

.admin-info li h6 {
    text-transform: uppercase;
}

.admin-info li p {
    margin: 0px;
}

.admin-info span {
    color: #f6772c;
}

.blog-post-home {
    margin-top: 100px;
}

.post-info {
    margin-bottom: 30px;
}

.post-info li {
    display: inline-block;
}

.post-info li {
    font-size: 13px;
    color: #272525;
}

.post-info li i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 20px;
}

.post-info.text-white li {
    color: #fff;
    margin-top: 20px;
}

.blog-list .post-content {
    padding-top: 0px;
}

.text-left .post-info li {
    margin-right: 20px;
}

.text-left .post-info li i {
    margin-left: 0px;
    margin-right: 5px;
}

.paging {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.paging li {
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
}

.paging li i {
    font-size: 12px;
}

.paging li a:hover {
    color: #f6772c;
}

/*=======================================================
      COMMENTS
========================================================*/
.comments li {
    margin-bottom: 80px;
}

.comments li h6 {
    margin-top: 0px;
    font-size: 13px;
    margin-bottom: 15px;
}

.comments .avatar {
    width: 70px;
    display: inline-block;
}

.comments li h6 span {
    font-size: 13px;
    color: #272525;
    font-weight: normal;
}

.comments li p {
    font-size: 13px;
    line-height: 23px;
}

.add-comments {
    background: #e5e9ea;
}

.add-comments li label {
    display: inline-block;
    width: 100%;
    font-weight: normal;
}

.add-comments li input {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0px;
    border: 1px solid;
    border-color: transparent;
    background: none;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #fff;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.add-comments li textarea {
    display: inline-block;
    width: 100%;
    height: 150px;
    padding: 0px;
    border: 1px solid;
    border-color: transparent;
    background: none;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
    font-size: 16px;
    border-bottom: 1px solid #999999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.add-comments .form-control:focus {
    border-bottom: 1px solid #272525;
    text-shadow: none;
    box-shadow: none;
}

.add-comments .btn {
    border-color: #272525;
    color: #272525;
    padding: 15px 50px;
}

/*=======================================================
      COMING SOON
========================================================*/
.bg-black {
    background: #272525;
}

.bg-black .coming-soon h6 {
    font-size: 21px;
    color: #999999;
    line-height: 36px;
}

.coming-soon h1 {
    color: #f6772c;
    font-size: 48px;
    color: #f6772c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 30px;
}

.coming-soon .countdown {
    margin-top: 30px;
}

.coming-soon .countdown li {
    position: relative;
}

.coming-soon .countdown.style-2 li:before {
    content: ":";
    font-size: 138px;
    color: #fff;
    right: -20px;
    position: absolute;
}

.coming-soon .countdown.style-2 li:nth-last-child(1):before {
    display: none;
}

.coming-soon .countdown span {
    font-size: 138px;
    font-weight: normal;
    color: #272525;
}

.coming-soon .clock-icon {
    font-size: 72px;
    color: #272525;
    margin-top: 50px;
    display: inline-block;
}

.coming-soon .countdown li p {
    font-size: 30px;
    color: #272525;
    text-transform: uppercase;
}

.coming-soon .countdown.text-white li p {
    color: #fff;
}

.coming-soon .countdown.text-white li span {
    color: #fff;
}

.coming-soon .social {
    margin-top: 150px;
}

.coming-soon .social li {
    display: inline-block;
}

.coming-soon .social li a {
    color: #999999;
    font-size: 20px;
    margin: 0 15px;
}

.coming-soon .social li a:hover {
    color: #fff;
}

.coming-soon .countdown.style-3 span {
    font-family: 'Playfair Display', serif;
    font-size: 138px;
}

.coming-soon .countdown.style-3 p {
    font-size: 30px;
    margin-top: 20px;
}

.coming-soon .countdown.style-3 li {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 50px 0;
    padding-top: 0px;
}

.coming-soon .countdown.style-3 li:nth-last-child(1) {
    border-right: none;
}

.coming-soon .newsletter {
    margin-top: 80px;
}

.coming-soon .newsletter .form-control {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.coming-soon .newsletter button {
    border-color: #fff;
    color: #fff;
}

/*=======================================================
      FOOTER
========================================================*/
.footer {
    background: #191b1f;
    padding: 200px 0;
}


.footer .wpcf7-response-output{
    color: #fff !Important;
}

.footer .wpcf7-form li .form-control{
    color: #fff !Important;
}

.footer p {
    color: #666666;
    line-height: 36px;
}

.footer .heading-block hr {
    /*background: #666666*/
}

.footer .heading-block h6 {
    color: #666666 !important;
}

.footer .heading-block h3 {
    color: #666666 !important;
}

.footer .contact-info {
    color: #666666;
}

.footer .contact-info i {
    width: 50px;
    display: inline-block;
    line-height: 36px;
    font-size: 20px;
}

.footer .contact-info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.footer .rights {
    display: inline-block;
    float: left;
    margin-top: -70px;
}

.footer .rights a {
    color: #666666;
    margin-right: 0;
    line-height: 1.2em;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

.footer .rights a:hover {
    color: #ffff01;
}

.footer-links {
    text-align: center;
    margin-top: 50px;
}

.footer-links li {
    display: inline-block;
}

.footer-links a {
    color: #666666;
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 0 30px;
}

.footer-links a:hover {
    color: #ffff01;
}

/*=======================================================
			testimonial
========================================================*/
.testimonial #testi-slide {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.testimonial .icon {
    color: #666666;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial #testi-slide p {
    color: #666666;
}

.testimonial #testi-slide h6 {
    color: #666666;
    text-transform: uppercase;
    margin-top: 30px;
}

.testimonial #testi-slide span {
    color: #f6772c;
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial .owl-controls .owl-dots div {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    margin: 0 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial .owl-controls .owl-dots div.active {
    background: #f6772c;
    border-color: #f6772c;
}

/*=======================================================
			CONTACT FORM
========================================================*/
.contact .wpcf7-form {
    text-align: center;
}

.contact .error {
    border: none;
    border-bottom: 1px solid red !important;
}

.contact .error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    position: absolute;
    color: red;
}

.success-msg {
    background: #fff;
    border: 1px solid #ABD0A8;
    color: #589051;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 11px 16px;
    border-radius: 4px;
    display: none;
}

.success-msg i {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ABD0A8;
    margin-right: 10px;
}

.wpcf7-form {
    margin-top: 275px;
}

footer .wpcf7-form{
    margin-top: 0;
}

.wpcf7-form li {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.wpcf7-form li input[type='text'],.wpcf7-form li input[type='email'],.wpcf7-form li input[type='number'],.wpcf7-form li input[type='textarea'], .wpcf7-form li textarea  {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0px;
    border: 1px solid;
    border-color: transparent;
    background: none;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #ffffff;
    padding: 0px;
    font-size: 16px;
    border-bottom: 1px solid #666666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wpcf7-form li .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #272525;
    padding: 0px;
    font-size: 16px;
    background: none;
    border-bottom: 1px solid #666666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wpcf7-form li textarea {
    height: 120px !important;
    background: none;
    padding: 0px;
    color: #fff;
    padding: 0px;
    font-size: 16px;
}

.wpcf7-form li .btn {
    text-transform: uppercase;
}

.wpcf7-form .tittle {
    text-align: center;
}

.wpcf7-form .tittle hr {
    width: 28px;
    height: 5px;
    margin: 15px auto;
    background: #448aff;
    border: none;
}

.wpcf7-form .tittle p {
    text-transform: none;
    font-size: 16px;
}

.wpcf7-form label {
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    line-height: 26px;
    position: relative;
    background: none;
}

.wpcf7-form label span {
    color: #fff;
}

.wpcf7-form textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
}

.wpcf7-form li .form-control:focus {
    border-bottom: 1px solid #fff;
}

.wpcf7-form .wpcf7-submit {
    float: right;
    border: 1px solid #666666;
    background: none;
    border-radius: 0px;
    color: #666666;
    margin-top: 0px;
    letter-spacing: 1px;
    padding: 15px 50px;
    float: left;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #F7F419;
    color: #272525;
    border-color: #fff;
}

.newsletter {
}

.newsletter label {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    line-height: 26px;
    position: relative;
    background: none;
}

.newsletter label span {
    color: #fff;
}

.newsletter textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
}

.newsletter button {
    float: right;
    border: 1px solid #666666;
    background: none;
    border-radius: 0px;
    color: #666666;
    margin-top: 0px;
    letter-spacing: 1px;
    padding: 15px 50px;
    float: none;
    margin-top: 50px;
    margin-bottom: 150px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.newsletter button:hover {
    background: #fff;
    color: #272525;
    border-color: #fff;
}

.newsletter form {
    width: 50%;
    margin: 0 auto;
}

.newsletter input {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0px;
    border: 1px solid;
    border-color: transparent;
    background: none;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #fff;
    padding: 0px;
    box-shadow: none;
    font-size: 16px;
    border-bottom: 1px solid #666666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
}

.newsletter .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
    color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    background: none;
    border-bottom: 1px solid #666666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.newsletter .form-control:focus {
    border-bottom: 1px solid #fff;
}

#map {
    height: 450px;
    width: 100%;
}

/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
    display: inline-block;
    height: 50px;
    z-index: 9;
    width: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #666666;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    border: 3px solid #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #F7F419;
    opacity: 1;

    /*color: #fff*/
}

#wrap.boxed-layout {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#wrap.boxed-layout .is-sticky .sticky {
    left: 0px;
}

.bg1-body {
    background: url(../images/bg/texti-bg.jpg) fixed no-repeat;
    background-size: cover;
}

#wrap.boxed-layout .contact.style-2 .contact-right {
    padding-right: 20px;
}

#wrap.boxed-layout .more-feature ul li {
    width: 33.3333%;
}

#wrap.boxed-layout .more-feature ul li:nth-last-child(1) {
    width: 50%;
}

#wrap.boxed-layout .more-feature ul li:nth-last-child(2) {
    width: 50%;
}

#wrap.boxed-layout .more-feature ul li h6 {
    width: 100%;
}

#wrap.boxed-layout .content-we-are {
    padding-right: 20px;
    padding-left: 20px;
}

#wrap.boxed-layout .sticky-wrapper .sticky {
    max-width: 1280px;
    width: auto;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

#wrap.boxed-layout header .sticky {
    padding-left: 20px;
    padding-right: 20px;
}

/*=======================================================
			GO TO TOP
========================================================*/
.dark-version .footer {
    background: #252525;
}

.dark-version .portfolio-in:before {
    background: #252525;
}

.dark-version section {
    background: #272525;
}

.dark-version h1 {
    color: #b3b3b3;
}

.dark-version h2 {
    color: #b3b3b3;
}

.dark-version h3 {
    color: #b3b3b3;
}

.dark-version h4 {
    color: #b3b3b3;
}

.dark-version h5 {
    color: #b3b3b3;
}

.dark-version h6 {
    color: #b3b3b3;
}

.dark-version .post-tittle {
    color: #b3b3b3;
}

.dark-version .blog-post-home .date .huge {
    color: #b3b3b3;
}

.dark-version p {
    color: #959595;
}

.dark-version .heading-block hr {
    background: #b3b3b3;
}

.dark-version .post-content hr {
    background: #b3b3b3;
}

.dark-version .more-feature ul li:hover {
    background: #272525;
}

.dark-version .more-feature ul li article {
    border-color: #272525;
}

.dark-version .light-gray-bg {
    background: #252525;
}

.dark-version .blog:before {
    background: #252525;
}

.dark-version {
    color: #959595;
}

.dark-version .sub-bnr h3,
.dark-version .sub-bnr h1{
    color: #fff;
}

.dark-version .sub-bnr p {
    color: #fff;
}

.dark-version hr {
    border-color: #272525;
}

.dark-version .paging li a {
    color: #959595;
}

.dark-version .filter-style-1 .cbp-filter-item:hover:before {
    color: #272525;
}

.dark-version .filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
    color: #272525;
}

.dark-version .filter-style-1 {
    border: 1px solid rgba(255,255,255,0.1);
}

.dark-version .filter-style-1 .cbp-filter-item {
    border-right: 1px solid rgba(255,255,255,0.1) !important;
}

.dark-version .filter-style-1 .cbp-filter-item:hover:before {
    text-shadow: 0 1px 0px rgba(255,255,255,0.1) !important;
}

/*.dark-version .cbp-l-filters-buttonCenter .cbp-filter-item {
	background: #272525;
}*/
.dark-version .filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
    text-shadow: 0 1px 0px rgba(255,255,255,0.1) !important;
}

.dark-version .filter-style-2 .cbp-filter-item {
    background: #272525;
}

.dark-version .filter-style-2 .cbp-filter-item {
    border-right: 1px solid rgba(255,255,255,0.1) !important;
}

.dark-version .filter-style-2 .cbp-filter-item.cbp-filter-item-active {
    background: #f6772d;
    color: #fff;
}

.dark-version .filter-style-2 .cbp-filter-item:hover {
    background: #f6772d;
    color: #fff;
}

.dark-version .portfolio .port-item {
    background: none;
}

.dark-version .filter-style-4 .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
}

.dark-version .portfolio .cbp-item .port-detail h6 a {
    color: #b3b3b3 !important;
}

.dark-version .portfolio .cbp-item .port-detail h6 a:hover {
    color: #f6772c !important;
}

.dark-version .filter-style-4 {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.dark-version .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #fff;
}

.dark-version .portfolio-details .project-info li p {
    color: #b3b3b3;
}

.dark-version .filter-style-5 {
    border: 1px solid rgba(255,255,255,0.2);
}

.dark-version .filter-style-5 .cbp-filter-item {
    background: rgba(255,255,255,0.02);
}

.dark-version .filter-style-5 .cbp-filter-item:hover {
    background: #f6772c;
    color: #fff;
}

.dark-version .filter-style-5 .cbp-filter-item.cbp-filter-item-active {
    background: #f6772c;
    color: #fff;
}

.dark-version .filter-style-4 .cbp-filter-item {
    background: none !important;
}

.dark-version .who-we-are {
    background: url(../images/bg/bg-who-we-dark.jpg) fixed no-repeat;
}

.dark-version section.port-item-up {
    background: none;
}

.dark-version .portfolio .portfolio-in .port-item {
    background: rgba(255,255,255,0.05);
}

/*=======================================================
			HAM MENU
========================================================*/
.header-menu {
    margin-top: 45px;
    padding: 0 50px;
}

.header-menu .sticky {
}

.fat-nav,
.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

.hamburger {
    display: block;
    width: 50px;
    height: 45px;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 10000;
    padding: 12px;
    padding-top: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #272525;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-duration: .4s;
}

.hamburger__icon:after,
.hamburger__icon:before {
    position: absolute;
    content: "";
}

.hamburger__icon:before {
    top: -7px;
}

.hamburger__icon:after {
    top: 7px;
}

.hamburger.active .hamburger__icon {
    background-color: transparent;
}

.hamburger.active .hamburger__icon:after,
.hamburger.active .hamburger__icon:before {
    background-color: #fff;
}

.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px)rotate(45deg);
    -ms-transform: translateY(7px)rotate(45deg);
    -webkit-transform: translateY(7px)rotate(45deg);
    transform: translateY(7px)rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px)rotate(-45deg);
    -ms-transform: translateY(-7px)rotate(-45deg);
    -webkit-transform: translateY(-7px)rotate(-45deg);
    transform: translateY(-7px)rotate(-45deg);
}

.fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: .4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fat-nav ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 2em;
}

.fat-nav li,
.fat-nav li a {
    color: #fff;
}

.fat-nav li a {
    text-transform: uppercase;
    font-weight: bolder;
}

.fat-nav li a {
    text-decoration: none;
}

body.no-scroll {
    overflow-y: auto !important;
}

.blanc {
    color: #ffffff;
}

.bouton {
    text-align: right;
    padding-top: 30px;
}

.lrmarge {
    margin-left: 20px;
    margin-right: 20px;
}

.bouton1 {
    padding-top: 30px;
}

.fright {
    float: right;
    text-align: left;
}

.banc {
    padding-bottom: -38px;
}

.banc {
}

.largeurfix {
    width: 340px;
}

.center {
    text-align: center;
}

.paddingimage {
    padding-top: 35px;
}

.margetop {
    margin-top: 25px;
}

.nobg {
    background: none;
}

.logo1 {
    display: none;
}

.jaune {
    color: #272525;
    font-weight: normal;
}

.carousel-caption-accueil {
    position: absolute;
    right: 15%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-control2.right {
    right: 0;
    left: auto;
}

.carousel-control2 {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.carousel-control2.left {
}

.menublanc {
    color: #ffffff !important;
}

.notbold {
    font-weight: normal;
}

.marge {
}

.lignejaune {
    background: #F7F419 !important;
}

.droit {
    text-align: right;
}
/*
.portfolio .port-item{
    padding-bottom: 20px;
}
*/
.portfolio .port-item{ padding-bottom: 0; }
.portfolio .carousel .port-item{ padding-bottom: 0; }

#imageCarousel .margecaption{
 bottom: 0;
 padding-bottom: 0;
 padding-top:10px;
 position: relative;
 right: 0;
 left: 0;
 top:0;
 
}

.home .portfolio .carousel .port-item{ padding-bottom:0;}

.margecaption {
    bottom: -10px;
}

.portfolio .port-item  .margecaption img{
    display: inline !important;
}

body.home header nav li a{ color: #272525 !important; }
body.home header .menu-secondaire-container li a{ color: #272525 !important; }
/*
body.home header .is-sticky nav li a{ color: #fff !important; }
*/



section.contact input{
    color: #272525 !important;
}

section.contact .wpcf7-not-valid-tip{
    color: #f00 !important;
}


/*idea*/
#map_idea > p{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0;
}

.footer div.wpcf7-mail-sent-ok{
    color: #fff;
}

.footer .wpcf7-form li textarea {
    color: #fff !important;
}

.footer div.wpcf7-validation-errors, .footer div.wpcf7-acceptance-missing{
    color: #fff !important;
}

#js-grid-awesome-work{

}

.img_news_list{
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}

.img_news_list a{
    transition: all ease 0.2s;
    position: absolute;
    width:100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.img_news_list a:hover{
    transform: scale(1.1);
}

.idea_liste_article .date *{
    color:#fff !important;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 1em;
}

.idea_liste_article .navigation h2{
    display: none;
}

.nav-links > *{
    display: inline-block !important;
    padding: 10px 20px !important;
    margin-right: 5px !important;
    border:1px solid 272525 !important;
    background:#fff !important;
    text-align:center !important;
    color: #272525 !important;
}

.nav-links > a:hover,
.nav-links > .current{
    background:272525 !important;
    color:#fff !important;
}

.single-post .taxonomy-description{
    text-transform: uppercase;
}

.entry-idea p{
    margin-bottom: 20px;
}

.entry-idea img,
.entry-idea-sp img{
    max-width: 100%;
    height: auto;
}

.entry-idea-sp ul,
.entry-idea ul{
    padding-bottom: 20px;
    margin-left: 20px;
}

.entry-idea-sp ul li,
.entry-idea ul li{
    padding-bottom: 5px;
    list-style: disc;
}

/*fix message inscription*/
.idea-fr .wpmem_msg > p,
.idea-fr .wpmem_msg > b,
.idea-en .wpmem_msg > p,
.idea-en .wpmem_msg > b{
    display: none;
}

.idea-fr .wpmem_msg > p{
    display: block;
}

.idea-en .wpmem_msg > b{
    display: block;
    font-weight: normal;
}

.portfolio-details .entry-idea-sp .heading-block.margin-bottom-50{
    margin-bottom: 0 !important;
}

.entry-idea blockquote{
    border-top: none !important;
    padding-top: 20px;
    position: relative;
}

.post-detail blockquote i{
    left: -10px;
}

.entry-idea img{
    max-width: 100%;
    height: auto;
}

#menu-secondaire{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#menu-secondaire li{
    padding-left:20px;
}

#menu-secondaire li:first-child{
    padding-right: 20px;
    border-right: 1px solid #000;
}

#menu-secondaire a{
    padding: 0 0px;
    margin: 0;
    margin-top: 1px;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.hide_desktop{
    display: none !important;
}

.tablette{
    display: none !important;
}

.menu-secondaire-container{
    padding-right: 15px;
}

#menu-secondaire .langs{
    display:none !important;
}

@media (max-width: 1080px) {
    .hide_desktop{
       display: block !important;
    }
    
    .menu-secondaire-container{
        display: none !important;
    }
}

@media (max-width: 959px) {
    #menu-secondaire{
        display: none;
    }
    
    .tablette{
        display: block !important;
    }
}

#distributeurs .yellow{
    height: 50px;
    background: #F7F419;
}

#distributeurs .titre{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300;
}

#distributeurs .yellow .col-md-4{
    display: flex;
    align-items: center;
    height: 50px;
}

#distributeurs .distributeur{
    margin-top: 10px;
    margin-bottom: 80px;
}

#distributeurs .distributeur .entry h3{
    font-size: 28px;
}

#distributeurs .mobile{
    display: none;
}

@media (max-width: 991px) {
    #distributeurs .yellow{
        display: none !important;
    }
    
    #distributeurs .mobile{
        display: block;
    }
    
    #distributeurs .distributeur .col-md-4{
        margin-bottom: 50px;
    }
    
    #distributeurs .distributeur .entry h3{
        margin-top: 5px;
    }
}

accorder{
    display: block;
    border-bottom: 1px solid #272525;
}

p + accorder{
    border-top: 1px solid #272525;
}
/*
.entry_accordeon:last-of-type{
    
}
*/

.accordeon h2{
    transition: all ease 0.5s;
    padding: 18px 50px 18px 0px;
    background: #fff;
    /*border-top: 1px solid #272525;*/
    /*border-bottom: 1px solid #272525;*/
    text-transform: none;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #272525;
    margin-bottom: 0;
    margin-top: 0;
	text-transform: uppercase;
}

.accordeon h2:after{
    content: "";
    background:url(../images/ic_close_24px.svg) no-repeat center center;
    position: absolute;
    right: 24px;
    top: 19px;
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(135deg);
}

.accordeon.active > h2:after{
    content: "";
    background:url(../images/ic_remove_24px.svg) no-repeat center center;
    position: absolute;
    right: 24px;
    top: 19px;
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(0);
}

.accordeon.active > h2{
    padding-bottom: 10px;
}

.accordeon_content{
    opacity: 0;
    /*height: 0;*/
    padding: 0 20px;
    transition: all ease 0.5s;
    max-height: 0;
    overflow:hidden;
}

.accordeon.active > .accordeon_content{
    opacity: 1;
    /*height: auto;*/
    padding: 0 20px;
    max-height: 10000px;
}

.accordeon_content ul{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.project-info .accordeon_content a{
    display: block;
}

.project-info .sp-btn-pour-pannel{
    padding: 18px 50px 18px 0px !important;
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #272525 !important;
    text-transform: none !important;
    position: relative !important;
    cursor: pointer !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #272525 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    text-transform: uppercase !important;
    display: block;
    width: 100%;
    text-align: left;
}

.project-info .accordeon h2{
    font-size: 14px !important;
}

.portfolio-details .project-info a.btn.sp-btn-pour-pannel:hover{
    color: #272525 !important;
}

/*.entry_accordeon .accordeon_content > *:last-child,*/
.entry_accordeon .accordeon_content{
    padding-bottom: 0 !important;
}

.sp_pad_top_idea{
    padding-top:30px !important;
}

#idea_realisation{
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-width: 1800px;
    margin: 0 auto;
}

#idea_realisation .text-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 20px;
}

#idea_realisation .cbp-item {
    display: flex;
    margin:0;
    margin-bottom: 20px;
}
/*
#idea_realisation .cbp-item:nth-child(even){
    margin-left: 10px;
}

#idea_realisation .cbp-item:nth-child(odd){
    margin-right: 10px;
}
*/
#idea_realisation .cbp-item{
    margin: 0 10px 20px !important;
}

#idea_realisation.portfolio .w-70 {
    width: calc(60% - 20px) !important;
}

#idea_realisation.portfolio .w-30 {
    width: calc(40% - 20px) !important;
}

#idea_realisation.portfolio .w-40 {
    width: calc(40% - 20px) !important;
}

#idea_realisation.portfolio .w-20 {
    width: calc(30% - 20px) !important;
}

#idea_realisation.portfolio .port-item {
    padding-bottom: 0;
    display: flex;
    width: 100%;
}

#idea_realisation.portfolio .port-hover span{
    font-style: normal;
    text-transform: uppercase;
}

#idea_realisation.portfolio .port-hover h6{
    line-height: 1em;
    font-size: 14px;
    font-weight: 300;
}

#idea_realisation.portfolio .port-item a{
    display: flex;
    width: 100%;
}

#idea_realisation.portfolio article{
    display: flex;
    width: 100%;
}

#idea_realisation.portfolio .port-item img {
    width: 100%;
    display: block !important;
    height: 100%;
    object-fit: cover;
}

#idea_realisation.portfolio picture{
    width: 100%;
}

#idea_realisation.portfolio .w-40 picture{
    aspect-ratio: 1.875;
}

#idea_realisation.portfolio .w-20 picture{
    aspect-ratio: 1;
}

/*setion des configurations*/
.portfolio.portfolio_all_the_same_img .port-item img{
    aspect-ratio: 1 !important;
    object-fit: cover !important;
}

.portfolio.portfolio_all_the_same_img .special-grid-flex{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}


@media (min-width:601px) and (max-width:1400px) {
    .portfolio .port-hover span{
        line-height: 1.2em;
    }
    
    .portfolio .port-hover h6{
        line-height: 1.1em;
    }
}

@media (max-width:600px) {
    .portfolio.portfolio_all_the_same_img .special-grid-flex{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.portfolio.portfolio_all_the_same_img .cbp-item{
    margin: 0;
    width: auto !important;
}

.portfolio.portfolio_all_the_same_img .position-center-center{
    transform: translateY(-50%) !important;
}

.outils_section_background_color .accordeon{
    margin-top: 50px;
    width: 340px;
    padding-bottom: 0;
    padding: 0px 20px 0px !important;
    border: 1px solid #272525;
}

.outils_section_background_color .accordeon h2{
    background: transparent;
    text-align: center;
    padding: 20px 0 20px 0px;
}

.outils_section_background_color .accordeon_content{
    padding: 0 !important;
}

.outils_section_background_color .accordeon_content a{
    background: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 60px;
    padding: 5px;
    margin: 10px 0;
    margin: 0;
    color: #272525;
    border: 1px solid #272525;
    border: none;
    width: 100%;
    display: block;
}

.outils_section_background_color .accordeon_content a:hover{
    /*background: #272525;
    color: #fff;*/
}

.last-btn a{
    line-height: 1.2em !important;
    border-width: 1px  !important;
    padding: 18px 45px  !important;
    letter-spacing: 0px  !important;
    font-size: 16px  !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.last-btn a:hover{
    color: #fff !important;
    background-color: #000 !important;
}

.page-template-page-bancs-products #content{
  position: relative;
}

.page-template-page-bancs-products #wrap{
  overflow: clip
}

#content_without_download{
  padding-bottom: 20px;
}

.btn_download{
    position: sticky;
    top: 150px;
    width: 262px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    border: 2px solid #000;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 20px;
    overflow: hidden;
     text-transform: uppercase;
    background: #000 !important;
    color: #fff !important;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 24px 27px 24px 80px;
    border-radius: 60px 0px 0px 60px;
    -moz-border-radius: 60px 0px 0px 60px;
    -webkit-border-radius: 60px 0px 0px 60px;
    display: block;   
    box-shadow: 0px 5px 6px #00000029;
    z-index: 990;
}

.btn_download:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 32px;
    width: 36px;
    height: 36px;
    background: url(../images/download-white.png) no-repeat center;
    background-size: cover;
    z-index: 2;
}

.btn_download span{
  display: block;
  transition: all 0.2s ease-in-out;
}

.section_colors{
    margin-bottom: 10px;
}

.section_colors > p{
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 15px;
}

.section_colors h3{
 font-size: 18px;
 line-height: 1.2em;
 margin-bottom: 0;
}

.list_colors{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}

.list_colors h3{
 font-size: 15px;
 line-height: 1.2em;
}

.list_colors .colors{
 /*width: calc(100% - 20px);*/
 padding-left: 10px;
 padding-right: 10px;
 box-sizing: border-box; 
}

.serie.open {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
}

.serie.open > .serie-colors{
    flex: 0 0 15%;
}

.group-colors{
    display: flex;
    width: 100%;
}

.serie{
    flex: 0 0 15%;
}

.pastille{
  display: block;
  width: 100%;
  /*height: 100%;*/
  aspect-ratio: 1; 
  border-radius: 100%;
  border: 1px solid #ccc;
  background-size: cover !important;
  position: relative;
}

.have-children > .pastille_show_serie:before{
    transition: all ease 0.2s;
    opacity: 1;   
}

.have-children > .pastille_show_serie:hover:before{
    opacity: 0.65;   
}

.colors p{
    line-height: 1.2em;
    margin-bottom: 0;
    font-size: 14px;
}

.colors{
    margin-bottom: 20px;
}

.list_colors .single-colors.colors{
    width: 100%;
    margin-bottom: 20px;
    flex: 0 0 12%;
}

.colors{
  text-align: center;
}

.groupe-colors{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.colors h3{
    margin-bottom: 0;
}

.serie.more .pastille,
.serie.less .pastille,
.serie-colors.more .pastille,
.serie-colors.less .pastille{
 background:#ccc;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 position: relative;
}

.serie .pastille:before,
.serie-colors .pastille:before{
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 border-radius: 100%;
}

.serie.more .pastille:after,
.serie-colors.more .pastille:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "Voir plus \00000a +";
    font-size: 32px;
    font-size: 14px;
    white-space: pre;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
}

.serie.less .pastille:after,
.serie-colors.less .pastille:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "-";
    content: "Fermer \00000a -";
    font-size: 14px;
    font-weight: bold;
    white-space: pre;
    transform: translate(-50%, -50%);
    color:#fff;
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
}

.idea-en .serie.more .pastille:after,
.idea-en .serie-colors.more .pastille:after{
    content: "See more \00000a +";
}

.idea-en .serie.less .pastille:after,
.idea-en .serie-colors.less .pastille:after{
    content: "Close \00000a -";
}

.hide_color{
 display: none;
}

@media (max-width:1080px) {    
    .serie,
    .list_colors .single-colors.colors,
    .serie.open > .serie-colors{
        flex: 0 0 20%;
    }
}


@media (max-width:600px) {
    .serie,
    .list_colors .single-colors.colors{
        flex: 0 0 50%;
    }
    
    .serie.open{
        flex-direction: column;
    }
    
    .serie.open > .serie-colors{
        flex: 0;
        width: 50%;
        margin: 0 auto 20px;
    }
}

.cky-btn-revisit-wrapper{
    display: none !important;
}

#langue_selector a{
    display: block;
}

#popup{
    display: none;
    position: fixed;
    top: -100%;
    left: 50%;;
    background: #fff !important;
    border: 1px solid #ccc;
    z-index: 9999999999999;
    transform: translateX(-50%);
    padding: 20px;
    transition: all ease 0.2s;
}

#popup.open{
    display: block;
    top:-2px;
    opacity: 1;
}

#popup a{
    text-decoration: underline !important;   
}

#popup .popup-lang{
    font-weight: bold;
}

.show_more_element .special-grid-flex{
    max-height: 26vw;
    transition: all ease 0.5s;
}

/*idea*/
/*
@media (max-width: 1460px) {
    .show_more_element .special-grid-flex{
        max-height: 40vw;
    }
}

@media (max-width: 1090px) {
    .show_more_element .special-grid-flex{
        max-height: 60vw;
    }
}
*/
@media (max-width: 600px) {
    .show_more_element .special-grid-flex{
        max-height: 120vw;
    }
}

.show_more_element.open_box .special-grid-flex{
    max-height: 10000px;
    transition: all ease 1s;
}

.margin-bottom-150{
    margin-bottom: 150px;
}

.show_more_element {
    overflow: hidden;
    padding-bottom: 60px;
}

.show_more_element .show_more{
    position: absolute;
    bottom: 27px;
    left: 50%;
    z-index: 11;
    cursor: pointer;
    transform: translateX(-30px);
    z-index: 222;
    opacity: 1;
}

.show_more_element .show_more_btn{
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.73);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    z-index: 4;
    position: relative;
}


.show_more_element .show_more_btn:after{
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/chevron-down-solid.svg) no-repeat center center;
    background-size: cover;
    display: block;
    transition: all ease 0.2s;
}

.show_more_element .show_more_btn:hover:after{
    /*background: #F7F419;*/
    background: url(../images/chevron-down-solid-yellow.svg) no-repeat center center;
}


.show_more_element .show_more .show_more_line{
    width: 400px;
    height: 8px;
    background: url(../images/bump.png) no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 50%;
    z-index: 0;
    transform: translateX(calc(-50% + 30px));
}

.show_more_element.open_box:after{
    display: none;
}

.show_more_element.open_box .show_more_btn:after{
    transform: rotate(180deg);
}

.show_more_contain{
    overflow: hidden !important;
}

.show_more_mobile{
    display: none;
    position: absolute;
    position: fixed !important;
    top: 0;
    top: 50% !important;
    right: 20px;
    /*top: calc(50% - 25px);
    right: 0;*/
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.73);
    z-index: 9999;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

.open_box .show_more_mobile{
    display: flex;
    transition: all ease 0.1s !important;
}

.show_more_mobile:after{
    content: "";
    width: 44px;
    height: 44px;
    background: url(../images/xmark-solid2.svg) no-repeat center center;
    background-size: cover;
    display: block;
}

.show_more_mobile.dissapear{
    opacity: 0;
}

.show_more_mobile.top{
    position: absolute;
    top: 0px;
    bottom: auto;
}

.show_more_mobile.bottom{
    position: absolute;
    bottom: 0px;
    top: auto;
}

#show_more_contain .special-grid-flex{
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.btn-special-configuration{
    padding: 10px 28px !important;
}

/*popup*/
#popup_full{
    position: fixed;
    z-index: 999999999999;
    background: rgba(64, 64, 64, 0.7);
    overflow:auto;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: all ease 0.5s;
    visibility: hidden;
}

#popup_content{
    background: #fff;
}

#popup_full.open{
    top: 0;
    opacity: 1;
    visibility: visible;
}

#popup_inner_overlay{
    background: #fff;
    width: 700px;
    height: auto;
    max-height: 80vh;
    max-width: 80vw;
    position: relative;
    transform: translateY(-10000px);
    transition: all ease 0.5s;
    overflow: auto;
}

#popup_full.open #popup_inner_overlay{
    transform: translateY(0);
}

#popup_content_image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2;
}

#popup_descriptionne{
    padding: 40px;
    text-align: center;
}

#popup_descriptionne h2{
    padding-top: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#popup_descriptionne .entry{
    padding-bottom: 25px;
}

#popup_descriptionne .entry > *{
    line-height: 1.2em;
}

#popup_descriptionne .entry > *:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

#popup_close{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
}

#popup_close img{
    display: block;
    width: 50px;
    height: 50px;
}

body.overflow_hidden{
    overflow: hidden;
}

@media (max-width: 600px) {
    #popup_descriptionne h2{
        font-size: 30px;
    }
    
    #popup_content_image img{
        aspect-ratio: 1.5;
    }
    
    #popup_descriptionne .btn{
        padding: 13px;
        margin-top: 0;
    }
}

/*popup fiche techinique*/
#popup_full_fiche_technique{
    position: fixed;
    z-index: 999999999999;
    background: rgba(64, 64, 64, 0.7);
    overflow:auto;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: all ease 0.5s;
    visibility: hidden;
}

#popup_content_fiche_technique{
    background: #fff;
}

#popup_full_fiche_technique.open{
    top: 0;
    opacity: 1;
    visibility: visible;
}

#popup_inner_overlay_fiche_technique{
    background: #fff;
    width: 700px;
    height: auto;
    max-height: 80vh;
    max-width: 80vw;
    position: relative;
    transform: translateY(-10000px);
    transition: all ease 0.5s;
    overflow: auto;
}

#popup_full_fiche_technique.open #popup_inner_overlay_fiche_technique{
    transform: translateY(0);
}

#popup_content_image_fiche_technique img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2;
}

#popup_descriptionne_fiche_technique{
    padding: 40px;
    text-align: center;
}

#popup_descriptionne_fiche_technique h2{
    padding-top: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#popup_descriptionne_fiche_technique .entry{
    padding-bottom: 0;
}

#popup_descriptionne_fiche_technique .entry > *{
    line-height: 1.2em;
}

#popup_descriptionne_fiche_technique .entry > *:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

#popup_close_fiche_technique{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
}

#popup_close_fiche_technique img{
    display: block;
    width: 50px;
    height: 50px;
}

#popup_descriptionne_fiche_technique .wpcf7-form{
    margin-top: 0 !Important;
}

#popup_descriptionne_fiche_technique .wpcf7-form #btn_submit{
    margin: 0 auto;
    float: none;
    margin: 20px auto 10px;
}

#popup_descriptionne_fiche_technique .wpcf7-form.sent #btn_submit,
#popup_descriptionne_fiche_technique .wpcf7-form.sent .wpcf7-spinner{
    display: none !Important;
}

#popup_descriptionne_fiche_technique .wpcf7-response-output{
    margin: 20px 10px 0;
}

#popup_descriptionne_fiche_technique .wpcf7-form  .wpcf7-spinner{
    display: block;
    margin: 0 auto;
}

@media (max-width: 600px) {
    #popup_descriptionne_fiche_technique h2{
        font-size: 30px;
    }
    
    #popup_content_image_fiche_technique img{
        aspect-ratio: 1.5;
    }
    
    #popup_descriptionne_fiche_technique .btn{
        padding: 13px;
        margin-top: 0;
    }
}