/*
Theme Name: Oscend Child
Description: Child theme for Oscend - Multipurpose WordPress Theme, a theme for Wordpress 4.2+
Author: Templines
Theme URI:  templines.com
Author URI: templines.com
Version: 1.0.0
License: See on zip package
License URI: See on zip package
Template: oscend
*/

@import url("../oscend/style.css");

/*your content goes from here*/

body {
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    word-wrap: break-word;
	color:#666666;
}
a {
    text-decoration: none !important;
}
a:hover, a:focus{
    text-decoration: none !important;
}
.navbar-brand > img.normal-logo {
    max-height: 80px !important;
	width: 242px;
}

.navbar-brand > img.scroll-logo {
    max-height: 50px !important;
	width: 150px;
	
}

.navbar-brand {
    max-width: 242px !important;
}

html .rev-btn.ocend-btn {
    border: 1px solid #c3a263 !important;
    background: #c3a263 !important;
}

.vc_row_anchor .wrap-anchor .section-icon {
    display: none !important;
}

footer .focontent {
    font-size: 14px;
}

.footer-1 img {
    width: 220px;
	height: 73px;
}

.social-section {
    text-align: left !important;
}

.social-section .list-socials li:first-child a {
    margin-left: 0;
}

.social-section .list-socials {
    padding: 0px !important;
}

.footer-1-texte ul {
    list-style: none;
	padding: 0;
	margin-top: 15px;
}

.footer-1-texte li {
    display: inline;
}

.footer-1-texte li a {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    vertical-align: middle;
    margin: 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 14px;
}

.footer-1-texte li a::before  {
    color: #c3a263;
	content: "•";
	display: inline-block;
	font-size: 38px;
	font-weight: 700;
	vertical-align: top;
	margin: 0 8px;
	line-height: 24px;
}

.footer-1-texte li:first-child a::before  {
	margin: 0 0px;
	content: "";

}

.text-white .form-control {
    border-bottom: 1px solid #c3a263 !important;
}

.text-white .oscend-mc4wp .form-control-feedback {
    color: #c3a263 !important;
}


.footer-2-newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3a263;
}
.footer-2-newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #c3a263;
}
.footer-2-newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #c3a263;
}
.footer-2-newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #c3a263;
}

.footer-under p {
    font-size: 12px;
    color: #cccccc !important;
    text-align: center;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #333;
	line-height: 20px;
	padding: 8px 0;
}
.footer-under p a:hover {
    color: #c3a263 !important;
}
.contact-bottom .oscend-btn {
    background-color: #333333 !important;
	font-size: 14px !important;
	font-weight: 400;
	font-family: 'Cabin', sans-serif !important;
	border-radius: 5px !important;
	border: 1px solid #333 !important;
	white-space: nowrap;
	touch-action: manipulation;
	vertical-align: middle;
	text-transform: uppercase;
}

.contact-bottom .top-text {
  
    font-weight:bold;
	font-family:'Cabin', sans-serif !important;
	line-height:24px;
	margin-bottom: 6px;
}

.oscend-btn {
    font-size: 14px !important;
	font-weight: 400;
	font-family: 'Cabin', sans-serif !important;
}

.section-heading .section-subtitle {
    font-family: 'Cabin', sans-serif !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 26px;
	font-weight: 400;
	width: 55%;
	margin: 0 auto 15px auto;
}
#entreprise-familiale .section-heading .section-subtitle {
    font-family: 'Cabin', sans-serif !important;
    font-style: normal !important;
    font-size: 18px !important;
    color: #b2b2b2 !important;
    margin-bottom: 15px;
    line-height: 26px;
	font-weight: 400;
}

.feature-item li  {
    list-style: none;
	margin:0 !important;
	color: #666666;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
.feature-item li::before  {
    color: #c3a263;
	content: "•";
	font-size: 16px;
	display: inline-block;
	margin-right: 8px;
	font-weight: bold;
	line-height: 0;
}
.feature-item ul {
    padding-left: 0px;
    list-style-type: disc;
}
 .rtd {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.feature-item .text {
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	color: #666666;
}

#En-savoir-plus {
    margin: -45px 0 0 0;
	text-align: right;
	display: block;
	padding-bottom: 20px;
}

#En-savoir-plus a{
    color: #c3a263;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 20px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

#En-savoir-plus a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #c3a263;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 8px 0 0 -20px;
}

#En-savoir-plus a:hover {
    color: #a98646;
    text-decoration: none;
}
#En-savoir-plus a:hover::before {
    border: 2px solid #a98646;   
}

.vc_toggle_title > h4 {
    color: #aa8641;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 20px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 22px;
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #aa8641 !important;
}

.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon {
    position: absolute; 
    left: 0; 
    top: 50%; 
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%); 
	margin-left: 0 !important;
	height: 16px;
	width: 16px !important;
}
.vc_toggle p, .vc_toggle div{
    font-size: 16px !important;
	color: #666666 !important;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -7px !important;
}


.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {

    margin-top: -3px !important;

}

#Lire-la-suite {
	display: block;
	padding: 40px 0;
	margin: 0 0 0 -10px;
}

#Lire-la-suite a{
    color: #aa8641;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 20px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

#Lire-la-suite a::before {
	position: relative;
	display: inline-block;
	content: ' ';
	background-image: url('pic/ui-arrow-down.svg');
	background-repeat: no-repeat;
	height: 36px;
	width: 33px;
	vertical-align: middle;
}

.social-section .list-socials li a:hover {
    background: #ffffff !important;
    border-color: #5a5a5a !important;
}

.name-bg {
    background: #FFFFFF;
    height: 80px;
	position: absolute;
	bottom: 0px;
	z-index: 3;
	opacity: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	width: 100%;
}

.latest-works-section .scroll-pane .scroll-content-item:hover .name-bg {
	opacity: 1;
}

.scroll-content-item .name-bg::before {
   /* content: url(pic/icon-arrow.png);*/
	display: block;
	position: absolute;
	top: 33px;
	right: 25px;

}

html .header .navbar .navbar-nav > li > a:hover {
	color: #d9d9d9;
	border-bottom: 1px solid #c3a263 !important;
}

.reviews-slider.review-slider-seconds .slide-item .image-block {
    width: 200px;
    z-index: -1;
    position: relative;
}



.reviews-slider .slide-item .description-block .review::before {

    content: url(pic/picto-quote.svg) !important;

}

.wpb_text_column {
    font-size: 16px;
    color: #666;
    font-family: 'Cabin', sans-serif;
    line-height: 26px;
}
.icon-contact-block  .info {
    font-size: 14px !important;
    color: #666;
    font-family: 'Cabin', sans-serif;
    line-height: 24px;
}

.wrap-timeline .time-content {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.wrap-timeline .time-image {
    float: left;
    margin-right: 20px;
}
.wrap-timeline .plus::after {
    content: "TOUT L'HISTORIQUE";
    text-align: center;
    margin: 22px auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #c3a263;
    font-family: 'Montserrat', sans-serif;

}
.wrap-timeline .plus:hover::after {
    color: #a98646;
}

.wrap-timeline .plus .plus-ico:hover {

    background: #ffffff !important;
	color: #999999 !important;
}

/******bottom effet***********/

.page-id-1039 .page-section {
    padding: 0px 0 0px 0;
}

.page-id-1039 .with-bottom-effect::before {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.page-id-1039 .with-bottom-effect .bottom-effect {
    background: #f4f4f4 !important;
}

.page-id-1039 .with-bottom-effect.transparent-effect .bottom-effect::after {
    background: #f4f4f4 !important;
}

/********** icon to svg *****************/
.contact-bottom .icon-Mail::before {
	display: block;
    content: ' ';
    background-image: url('pic/picto-mail_blanc.svg');
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
	margin-top: -3px !important;
}
 
.scroll-home::before {
    content: "";
    height: 65px;
	width: 65px;
    background: url('pic/picto-home-scroll_off.svg') !important;
	background-repeat: no-repeat;
	margin-top: -105px !important;
	display: inline-block;
    
}

 .service-gerances .icon-Medal::before {
    background-image: url('pic/picto-expertise.svg');
    display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .feature-item:hover .icon-Medal::before {
    background-image: url('pic/picto-expertise-hover.svg');
    display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .icon-Resume::before {
    background-image: url('pic/picto-service-gagnant.svg');
    display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .feature-item:hover .icon-Resume::before {
    background-image: url('pic/picto-service-gagnant-hover.svg');
    display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .icon-Truck::before {
    background-image: url('pic/picto-proximite.svg');
    display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .feature-item:hover .icon-Truck::before {
    background-image: url('pic/picto-proximite-hover.svg');
    display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .icon-Tools::before {
	background-image: url('pic/picto-competences.svg');
	display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .feature-item:hover .icon-Tools::before {
	background-image: url('pic/picto-competences-hover.svg');
	display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .icon-ClipboardChart::before {
	background-image: url('pic/picto-etude-projet.svg');
	display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}
.service-gerances .feature-item:hover .icon-ClipboardChart::before {
	background-image: url('pic/picto-etude-projet-hover.svg');
	display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	height: 97px;
	width: 97px;
	background-size: 130px 130px;
	background-position: center center;
}


/**************************/

.about-news-body .news-body {
	background: #f4f4f4;
	padding: 22px 40px 40px 40px;
	margin: 0 auto 55px;
	position: relative;
}
.about-news-body .news-body:hover {
	background: #ebebeb;
}
.about-news-body .news-body h5 {
    margin-bottom: 25px;
    text-align: center;
	font-size: 16px;
}

.about-news-body .news-body h5::after {
    margin: 20px auto;
}

.about-news-body .news-body .text-content {
    color: #666666;
	font-size: 15px;
	font-family: 'Cabin', sans-serif;
	line-height: 26px;
}

.about-news-body .news-body::after {
    content: "";
    border: 25px solid transparent;
    border-top: 25px solid #f4f4f4;
    border-top-color: rgb(244, 244, 244);
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}
.about-news-body .news-body:hover::after{
    border-top: 25px solid #ebebeb;
    border-top-color: #ebebeb;
}
.about-news-body .image-content {
    margin: 0 auto;
	text-align: center;
	display: block;
	padding-bottom: 15px;
}

.about-news-body .image-content a{
    color: #c3a263;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 20px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

.about-news-body .image-content a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #c3a263;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 8px 0 0 -20px;
}

.about-news-body .image-content a:hover {
    color: #a98646;
    text-decoration: none;
}
.about-news-body .image-content a:hover::before {
    border: 2px solid #a98646;   
}

/*********************************/

#contactez-nous {
	display: block;
	padding-bottom: 15px;
}

#contactez-nous a{
    color: #c3a263;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 20px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

#contactez-nous a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #c3a263;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 8px 0 0 -20px;
}

#contactez-nous a:hover {
    color: #a98646;
    text-decoration: none;
}
#contactez-nous a:hover::before {
    border: 2px solid #a98646;   
}

#service-detail .fobox h5 {
    margin-bottom: 25px;
    font-size: 25px;
    margin-top: 0;
}

.portfolio-pagination .btn-default {
    color: #fff;
    background-color: #c3a263;
    border-color: #c3a263;
    font-size: 14px !important;
    font-weight: 400;
	font-family: 'Cabin', sans-serif !important;
	padding: 15px 35px !important;
}
.portfolio-pagination .btn-default:hover {
    color: #fff;
    background-color: #a98646;
    border-color: #a98646;
   
}

#contact-left-adresse .fobox h5, #contact-right-adresse .fobox h5 {
    margin-top: 0px !important;
}

.sous-name {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
	position: absolute;
	z-index: 3;
	opacity: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 5px 45px 0px 25px;
    bottom: 20px;
    left: 0px;
}


.latest-works-section .scroll-pane .scroll-content-item:hover .sous-name {
	opacity: 1;
}



/****** to add in style.css de theme child  work SLIDER ******/
.latest-works-section {
	overflow: hidden;
	padding-top: 0px;
	font-family: 'Cabin', sans-serif;
	line-height: 1.1;
}



.latest-works-section .owl-controls .owl-pagination {
	padding-top: 60px;
	text-align: center;
}
.latest-works-section .owl-wrapper:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.latest-works-section .owl-wrapper:before {
	content: "";
	clear: both;
	display: table;
	height: 0;
}
.latest-works-section .owl-wrapper img {
	max-width: 100%;
}
.latest-works-section .owl-controls .owl-pagination .owl-page {
	display: inline-block;
	vertical-align: niddle;
	width: 10px;
	height: 10px;
	border: 1px solid #c3a263;
	background: transparent;
	margin: 0 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.latest-works-section .owl-controls .owl-pagination .owl-page.active, .latest-works-section .owl-controls .owl-pagination .owl-page:hover {
	background: #a98646;
	border-color: #a98646;
}

.text-white .fobox a:hover {
    color: #a98646 !important;
}
/**********************/
#lire-plus-temo {
	display: block;
	padding-top: 20px;
}
#lire-plus-temo a span {
    margin-left: 20px;
}
#lire-plus-temo a{
    color: #c3a263;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 20px;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

#lire-plus-temo a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #c3a263;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 0 0px;
}

#lire-plus-temo a:hover {
    color: #a98646;
    text-decoration: none;
}
#lire-plus-temo a:hover::before {
    border: 2px solid #a98646;   
}

.review-lightbox {
    border: 1px solid #eeeeee;
    position: relative;
    background: #f4f4f4;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Cabin', serif;
    font-style: normal;
	padding: 50px 25px 50px 50px;
}

.review-lightbox .review::before {
    display: block;
	position: absolute;
	right: 30px;
	top: 60px;
	width: 70px;
	height: 70px;
	content: url(pic/picto-quote.svg) !important;
}

.review-lightbox .name {
    padding: 0px 0px 30px 0px;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.review-lightbox .name span {
    margin-left: 0px;
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    color: #999999;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    display: block;
}


/************************/
#row-speace {
    border-top: 1px solid #f4f4f4;
    margin-top: 12px;
    margin-bottom: 40px;
}


.folio-isotop-filter ul.folio-children {
    padding: 0 0 0px 0;
}
.folio-isotop-filter ul.folio-children > li {
    border: none;
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 30px 0 0 0;
}
.folio-isotop-filter ul.folio-children > li a {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 15px 25px;
    line-height: 20px;
    background: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 0;
	
}

.folio-isotop-filter ul.folio-children > li a:after {
	content: none;
}

.folio-isotop-filter ul.folio-children > li a:hover {
	background: none !important;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #c3a263;
	
}
.folio-isotop-filter ul.folio-children > li a:hover:after {
	border-top-color: transparent;
}
.folio-isotop-filter ul.folio-children > li a.selected {
	background: transparent;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #c3a263;
}
.folio-isotop-filter ul.folio-children > li a.selected:after {
	border-top-color: transparent;
}
.portfolio-item-body ul {
	padding-left: 0px;
	list-style-type: none;
}

.portfolio-item-lien {
    background: #f4f4f4;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    width: 100%;
	
}

.folio-lien {
	font-family: 'Cabin', serif;
    color: #aa8641;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
	padding: 20px 30px;

}

.portfolio-item-lien .folio-lien::before {
    content: url(pic/icon-arrow.png);
    display: block;
    position: absolute;
    right: 30px;
}


.portfolio-item .portfolio-image:hover .portfolio-item-lien a {
	text-decoration: none;
}
.portfolio-item .portfolio-image:hover .portfolio-item-lien {
    opacity: 1;
	text-decoration: none;
}

#latest-works #En-savoir-plus {
    padding-right: 100px !important;
	}
	
#contact-right-adresse {
    padding-left: 100px;
}
#contact-left-adresse {
    padding-right: 100px;
}
#entrep-bloc h5.fobox-title {
    margin-top: 0;
}

#service-gerances {
    margin-top: -15px;
}
.oscend-contact-form input[type="text"], .oscend-contact-form input[type="email"], .oscend-contact-form input[type="password"], .oscend-contact-form textarea {
    text-transform: none !important;
}

@media (max-width: 767px) {
	
	.fa-navicon::before{
    font-size: 40px;
	}
	.footer-1-texte {
    padding: 20px 0 25px 0;
	}
	#contact-bottom .text-right {
    text-align: center;
	}
	
	#En-savoir-plus {
    margin: 0px 0 0 0;
    text-align: center;
	}
	
	#latest-works #En-savoir-plus {
    padding-right: 0px !important;
	}
	#contact-right-adresse {
    padding-left: 0px !important;
	margin-top: 55px;
	}
	#contact-left-adresse {
    padding-right: 0px !important;
	}
	.reviews-slider .slide-item .description-block .name {
    margin-top: 20px;
	}
	.wpb_single_image.vc_align_right {
    text-align: center !important;
	}
	.wrap-timeline .time-image {
    float: none;
	}
	.wrap-timeline .plus::after {
    margin: -30px 0 0 55px;
	text-align: left;
	}
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_pic_holder {width: 100% !important;}
	.pp_details { width: 100%!important; margin-top: -30px!important; }
	.review-lightbox {
    padding: 18px 20px 50px 20px;
	}
	.ppt {
    width: 95%!important
	}
	.caret {
    border-top: 6px dashed !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
	}
}

@media (max-width: 990px) {
	.folio-isotop-filter ul.folio-children {
    display: none !important;
	}
	.folio-isotop-filter ul {
    padding: 0 0 0px 0 !important;
	}
	
}

@media (min-width: 767px) and (max-width: 990px) {
	
	.navbar-brand > img.normal-logo {
    max-height: 50px !important;
	}
	
	.header .navbar-collapse .navbar-right {
    max-width: 100% !important;
    margin: 0 !important;
	}
	
	.header .navbar .navbar-brand {
    width: 185px !important;
	}
	
	.header .navbar {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
	float: none !important;
	}
	.about-news-body .news-body {
    padding: 22px 20px 40px 20px;

	}
	
	#latest-works #En-savoir-plus {
    padding-right: 40px !important;
	}
	
	#contact-right-adresse {
    padding-left: 10px !important;
	}
	#contact-left-adresse {
    padding-right: 10px !important;
	}
	
}



@media (max-width: 990px) {

	.section-heading .section-subtitle {
		width: 100%;
		padding:5px 10px;
	}
	.news-item .image img {
    width: 100%;
	}

}


@media (min-width: 480px) and (max-width: 768px){
	#footer-2 .vc_col-sm-3, #footer-1 .vc_col-sm-3, #footer-1 .vc_col-sm-6 {
    width: 50% !important;
	display: inline-flex;
}
	
}
@media (max-width: 480px) {
	.wpb_single_image.vc_align_left {
		text-align: center !important;
	}
	.footer-1-texte {
		text-align: center;
	}

	#footer-2 .fobox {
		text-align: center;
	}
	#footer-2 .fobox h5::after {
		margin: 20px auto 0 auto;
	}
	.social-section .list-socials {
    text-align: center;
	}
}

.inv-recaptcha-holder{
z-index: 99;
position: relative;}