/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/*VARIABLES*/
:root {
  --mcv-black: #182128;
  --mcv-orange: #65C7C5;
  --mcv-lightorange: #ff6f00;
  --mcv-grey: #DFE2E4;
  --light-gray: #C7C8C3;
  --mcv-dark-grey: #2D3C48;
  --mcv-lightblue: #8097A9;
  --mcv-xlightblue: #F0F3F5;
  --font-lora: "Lora", Helvetica, Arial, Verdana, sans-serif;
  --font-source: "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif;
}
/*FONTS*/
h1:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h2:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h3:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h4:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h5:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h6:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
p:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
a:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
span:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
blockquote:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
.dt-fancy-title,
.masthead .menu-item .menu-text,
.dt-mobile-header .menu-item .menu-text {
  transition: font-size .3s ease;
  /* transition: all .3s linear; */
}
h1,h2,h3 {
  font-family: var(--font-lora);
  line-height:1;
}
h4,h5,h6,p,a,span,blockquote,label {
  font-family: var(--font-source);
  font-size: 1.125rem;
  color: var(--mcv-black);
}
h1 .line-1 {
  color: #ffffff;
  font-family: var(--font-lora);
  font-weight: 100;
  font-size: 1.8rem;
}
h1 .line-1::after{
  content: "\a";
  white-space: pre;
}
h1 .line-2 {
  color:#FFFFFF;
  font-family: var(--font-lora);
  font-size: 2.8rem;
  text-transform: uppercase;
}
/*h1 ~ .line-1 { 
  line-height:0.7 !important;
}*/
.border-text {
  -webkit-text-stroke: 1px #FFFFFF !important; font-family: var(--font-lora) !important; color: transparent !important; 
}
@media (min-width: 768px) {
  .title-container h1{
    line-height: 0.6em;
  }
  h1 .line-1{
    font-size: 2.9rem;
  }
  h1 .line-2{
    font-size: 4rem;
  }
}
/* NEW ORGANIZED FONT STYLE */
h1, h1.h1, .h1{
  font-family: var(--font-lora);
  font-size: 6.25rem; /* 100px */
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
h2, h2.h2, .h2{
  font-family: var(--font-lora);
  font-size: 4.375rem; /* 70px */
  font-weight: 500;
  color: var(--mcv-dark-grey);
  text-align: center;
}
h2.h2-orange, .h2-orange{
  font-family: var(--font-lora);
  font-size: 4.375rem; /* 70px */
  font-weight: 500;
  text-transform: uppercase;
  color: var(--mcv-orange);
}
h3, h3.h3, .h3{
  font-family: var(--font-lora);
  font-size: 3.125rem; /* 50px */
  font-weight: 400;
  color: var(--mcv-dark-grey);
}
h3.h3-blue, .h3-blue, .h3-blue h3, .h3-blue h2{
  font-family: var(--font-lora) !important;
  font-size: 3.125rem !important; /* 50px */
  line-height: 1.1em !important;
  font-weight: 400 !important;
  color: var(--mcv-lightblue) !important;
}
h3.h3-white, .h3-white, .h3-white h3{
  font-family: var(--font-source);
  font-size: 3.125rem; /* 50px */
  line-height: 1.2;
  font-weight: 600;
  color:#ffffff;
  margin-bottom: 0px !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
/* climatisation chauffage ventilation */
.h3-tagline-colors{
  font-family: var(--font-source);
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.h3-tagline-colors span{
  font-size: 2rem;
}
/* fin climatisation chauffage ventilation */
h4, h4.h4, .h4{
  font-family: var(--font-source);
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
  text-transform: uppercase;
  color: var(--mcv-orange);
  text-align: center;
  letter-spacing: 2px;
}
h5, h5.h5, .h5{
  font-family: var(--font-source);
  font-size: 2rem; /* 32px */
  font-weight: 700;
  color: var(--mcv-lightblue);
}
p.projet-en-bref{
	font-size: 26px;
	font-weight: 300;
}
.text-medium{
	font-weight: 600;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-no-uppercase{
	text-transform: none;
}
.line-height1-2{
	line-height: 1.2em;
}
.text-white,
.h3.text-white,
.h4.text-white,
.text-white p{
  color: white !important;
}
.text-turquoise,
.h3.text-turquoise,
.h4.text-turquoise,
.text-turquoise p{
  color: #65C7C5;
}
.text-orange,
.h3.text-orange{
  color: #D16015;
}
.text-darkgrey{
	color: var(--mcv-dark-grey);
}
.text-lightblue,
#bottom-bar a.text-lightblue{
	color: var(--mcv-lightblue) !important;
}
.big-number {
  font-family: var(--font-lora);
  line-height:0.8;
  font-size:10.5rem;
}
@media screen and (min-width: 768px){
  .big-number {
    font-size:19.5rem;
  }
}
[class^='clickable-'] {
  cursor: pointer;
}
[class^='clickable-']:hover {
  opacity:0.7;
}
@media screen and (max-width: 768px){
  h1 {
	line-height:0.8;
  }
  h1, h1.h1, .h1{
    font-size: 4rem; /* 64px */
  }
  h2, h2.h2, .h2{
    font-size: 2.875rem; /* 46px */
  }
  h2.h2-orange, .h2-orange{
    font-size: 2.175rem; /* 46px */
  }
  h3, h3.h3, .h3{
    font-size: 2.125rem; /* 34px */
  }
  h3.h3-blue, .h3-blue, .h3-blue h3, .h3-blue h2{
    font-size: 2.125rem; /* 34px */
  }
  h3.h3-white, .h3-white, .h3-white h3{
    font-size: 2.125rem; /* 34px */
  }
  /* climatisation chauffage ventilation */
  .h3-tagline-colors{
    font-size: 1.625rem; /* 26px */
  }
  .h3-tagline-colors span{
    font-size: 1.625rem; /* 26px */
  }
  /* fin climatisation chauffage ventilation */
  h4, h4.h4, .h4{
    font-size: 1.125rem; /* 18px */
  }
  h5, h5.h5, .h5{
    font-size: 1.625rem; /* 26px */
  }
  .text-center-mobile{
    text-align: center;
  }
}
.center-flex > .vc_column-inner,.center-flex .vc_grid-item {
  display: flex !important;
  align-content: center !important;
  justify-content: center !important;
  flex-direction: row !important;
}

.hide{
  display: none !important;
}
@media screen and (max-width: 768px){  
  /*Enlever MC VENTILATION sur mobile page À Propos Fr*/
  .page-id-221 .title-container .line-1 {
    display: none !important;
  }
  #career .center-flex > .vc_column-inner, 
  #career .center-flex .vc_grid-item{
	justify-content: flex-start !important;
  }
}
@media screen and (min-width: 769px){
  .hide-desktop{
    display: none;
  } 
  .hide-mobile{
    display: block;
  }
}
@media screen and (max-width: 768px){
  .hide-desktop{
    display: block;
  }  
  .hide-mobile{
    display: none;
  }
}
/* FIN new organized font style */
/* SPACING */
.pad-0,
/*.pad-0 > div,
.pad-0 > div > div,
.pad-0 > div .vc_tta-container,*/
.pad-inner-0>.vc_column-inner {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.pad-t-0,
#main .pad-inner-t-0 > .vc_column-inner{
  padding-top: 0px;
}
.pad-r-0 {
  padding-right: 0px;
}
.pad-b-0 {
  padding-bottom: 0px;
}
.pad-l-0 {
  padding-left: 0px;
}
.pad-20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-r-20 {
  padding-right: 20px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-l-20 {
  padding-left: 20px;
}
.pad-30 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-r-30 {
  padding-right: 30px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-l-30 {
  padding-left: 30px;
}
.pad-50 {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-r-50 {
  padding-right: 50px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-l-50 {
  padding-left: 50px;
}
.pad-70 {
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}
.pad-t-70 {
  padding-top: 70px;
}
.pad-r-70 {
  padding-right: 70px;
}
.pad-b-70 {
  padding-bottom: 70px;
}
.pad-l-70 {
  padding-left: 70px;
}
.pad-tb-150-desktop {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.mar-0,
.mar-0>div,
.mar-0>div>div,
.mar-0>div .vc_tta-container,
.mar-inner-0>.vc_column-inner {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.mar-t-0 {
  margin-top: 0px;
}
.mar-r-0 {
  margin-right: 0px;
}
.mar-b-0, 
.wpb_content_element.mar-b-0 {
  margin-bottom: 0px;
}
.mar-l-0 {
  margin-left: 0px;
}
.mar-20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-r-20 {
  margin-right: 20px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-l-20 {
  margin-left: 20px;
}
.mar-30 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mar-t-30 {
  margin-top: 30px;
}
.mar-r-30 {
  margin-right: 30px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-l-30 {
  margin-left: 30px;
}
.mar-50 {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.mar-t-50 {
  margin-top: 50px;
}
.mar-r-50 {
  margin-right: 50px;
}
.mar-b-50,
.wpb_content_element.mar-b-50 {
  margin-bottom: 50px;
}
.mar-l-50 {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .vc_col-has-fill>.vc_column-inner, 
  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
  .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 15px;
  }
  .pad-mobile-0,
  /*.pad-mobile-0 > div,
	.pad-mobile-0 > div > div,
	.pad-mobile-0 > div .vc_tta-container,*/
  .pad-mobile-inner-0>.vc_column-inner {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .pad-mobile-t-0 {
    padding-top: 0px;
  }
  .pad-mobile-r-0 {
    padding-right: 0px;
  }
  .pad-mobile-b-0 {
    padding-bottom: 0px;
  }
  .pad-mobile-l-0 {
    padding-left: 0px;
  }
  .pad-mobile-20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .pad-mobile-t-20 {
    padding-top: 20px;
  }
  .pad-mobile-r-20 {
    padding-right: 20px;
  }
  .pad-mobile-b-20 {
    padding-bottom: 20px;
  }
  .pad-mobile-l-20 {
    padding-left: 20px;
  }
  .pad-mobile-30 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .pad-mobile-t-30 {
    padding-top: 30px;
  }
  .pad-mobile-r-30 {
    padding-right: 30px;
  }
  .pad-mobile-b-30 {
    padding-bottom: 30px;
  }
  .pad-mobile-l-30 {
    padding-left: 30px;
  }
  .pad-mobile-50 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .pad-mobile-t-50 {
    padding-top: 50px;
  }
  .pad-mobile-r-50 {
    padding-right: 50px;
  }
  .pad-mobile-b-50 {
    padding-bottom: 50px;
  }
  .pad-mobile-l-50 {
    padding-left: 50px;
  }
  .pad-tb-150-desktop {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
/* COMMON */
#main { 
  padding: 0px !important; 
}
img{
  /* filter: grayscale(0.3) saturate(0.7); */
}
.bg-xlightblue {
  background: var(--mcv-xlightblue);
}
.bg-attachment {
  background-attachment: unset;
}
.vc_sep_width_5 {
  width: 5% !important;
}
#page .blog-carousel-shortcode.gradient-overlay-layout-list.enable-bg-rollover .post-entry-content{
  background-color: rgba(45, 60, 72, 0.20) !important;
}
.height-130{
  min-height: 130px;
}
.h4-hr-blanc{
  width: 50px;
  background-color: #ffffff !important;
  margin-left: auto;
  margin-right: auto;
  border: none;
  height: 2px;
}
.h4-hr{
  width: 50px;
  background-color: #c3662d !important;
  margin-left: auto;
  margin-right: auto;
  border: none;
  height: 2px;
}
.h4-hr-aqua{
  width: 150px;
  background-color: #65C7C5 !important;
  margin-left: auto;
  margin-right: auto;
  border: none;
  height: 2px;
}
.opacity-80{
  opacity: 0.8;
}
@media (min-width: 767px) {
  .parallax-bg{
    background-attachment: fixed;
  }
  .bg-attachment {
    background-attachment: fixed;
  }
}
/* BUTTON */
[class^='clickable-'],.hover-img,.hover-img img {
  cursor: pointer !important;
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;
  transition:opacity .4s ease-in-out;
}
[class^='clickable-']:hover,.hover-img:hover img {
  opacity:0.8 !important;
}
.btn-arrow:not([class^="vc_btn"]),.btn-arrow a {
  display: inline-block;
  border: none;
  background-color: transparent !important;
  padding: 12px 118px 12px 0px !important;
  border-radius: 4px !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase !important;
  color: var(--mcv-orange) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-3.22 -0.12 98.98 23.63'%3E%3Cdefs%3E%3CclipPath id='clip-arrow-turquoise'%3E%3Crect width='93' height='23'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow-turquoise' clip-path='url(%23clip-arrow-turquoise)'%3E%3Cg id='Groupe_1965' data-name='Groupe 1965' transform='translate(1.8 4.896)'%3E%3Cpath id='Tracé_46' data-name='Tracé 46' d='M68.505,0h87.35' transform='translate(-68.505 7)' fill='none' stroke='%2365c7c5' stroke-width='2'/%3E%3Cpath id='Tracé_45' data-name='Tracé 45' d='M1003.807,1454.128l6.8,6.8-6.8,6.8' transform='translate(-921.665 -1454.128)' fill='none' stroke='%2365c7c5' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 88px !important;
  background-position: right 24px center !important;
  text-decoration:none;
  -webkit-transition:background-position 1s ease;
  -moz-transition:background-position 1s ease;
  -o-transition:background-position 1s ease;
  transition:background-position 1s ease;  
}
.btn-arrow-lightorange {
  display: inline-block;
  border: none;
  background-color: transparent !important;
  padding: 12px 118px 12px 0px !important;
  border-radius: 4px !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase !important;
  color: var(--mcv-lightorange) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-3.02 -2.32 97.98 23.63'%3E%3Cdefs%3E%3CclipPath id='clip-arrow-light-orange'%3E%3Crect width='93' height='19'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow-light-orange' clip-path='url(%23clip-arrow-light-orange)'%3E%3Cg id='Groupe_298' data-name='Groupe 298' transform='translate(1 2.702)'%3E%3Cpath id='Tracé_46' data-name='Tracé 46' d='M68.505,0h87.35' transform='translate(-67.505 7)' fill='none' stroke='%23ff6f00' stroke-width='2'/%3E%3Cpath id='Tracé_45' data-name='Tracé 45' d='M1003.807,1454.128l6.8,6.8-6.8,6.8' transform='translate(-921.665 -1454.128)' fill='none' stroke='%23ff6f00' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 88px !important;
  background-position: right 24px center !important;
  text-decoration:none;
  -webkit-transition:background-position 1s ease;
  -moz-transition:background-position 1s ease;
  -o-transition:background-position 1s ease;
  transition:background-position 1s ease;  
}
.btn-arrow-white,
.btn-header{
  display: inline-block;
  border: none;
  background-color: transparent !important;
  padding: 12px 118px 12px 0px !important;
  border-radius: 4px !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase !important;
  color: white !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='101' height='29' viewBox='0 0 101 29'%3E%3Cdefs%3E%3CclipPath id='clip-arrow-white'%3E%3Crect width='101' height='29'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow-white' clip-path='url(%23clip-arrow-white)'%3E%3Cg id='Groupe_298' data-name='Groupe 298' transform='translate(-1023 -1451.5)'%3E%3Cpath id='Trac%C3%A9_46' data-name='Trac%C3%A9 46' d='M68.505 0h87.35' transform='translate(961.5 1466.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Trac%C3%A9_45' data-name='Trac%C3%A9 45' d='M1003.807 1454.128l6.8 6.8-6.8 6.8' transform='translate(108.34 5.372)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 88px !important;
  background-position: right 24px center !important;
  text-decoration:none;
  -webkit-transition:background-position 1s ease;
  -moz-transition:background-position 1s ease;
  -o-transition:background-position 1s ease;
  transition:background-position 1s ease;
}
.btn-arrow-turquoise {
  display: inline-block;
  border: none;
  background-color: transparent !important;
  margin-left: 20px;
  padding: 12px 118px 12px 0px !important;
  border-radius: 4px !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase !important;
  color: #65C7C5 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-3.22 -0.12 98.98 23.63'%3E%3Cdefs%3E%3CclipPath id='clip-arrow-turquoise'%3E%3Crect width='93' height='23'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow-turquoise' clip-path='url(%23clip-arrow-turquoise)'%3E%3Cg id='Groupe_1965' data-name='Groupe 1965' transform='translate(1.8 4.896)'%3E%3Cpath id='Tracé_46' data-name='Tracé 46' d='M68.505,0h87.35' transform='translate(-68.505 7)' fill='none' stroke='%2365c7c5' stroke-width='2'/%3E%3Cpath id='Tracé_45' data-name='Tracé 45' d='M1003.807,1454.128l6.8,6.8-6.8,6.8' transform='translate(-921.665 -1454.128)' fill='none' stroke='%2365c7c5' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 88px !important;
  background-position: right 24px center !important;
  text-decoration:none;
  -webkit-transition:background-position 1s ease;
  -moz-transition:background-position 1s ease;
  -o-transition:background-position 1s ease;
  transition:background-position 1s ease;
}
.btn-arrow.btn-arrow-border {
  border: solid 1px var(--mcv-orange);
  border-radius: 5px !important;
  padding: 10px 57px 8px 10px !important;
  background-position: right 10px bottom 5px !important;
  display: inline-block;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='2.07 2.68 54.9 23.63'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Crect width='63' height='29'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' clip-path='url(%23b)'%3E%3Cg transform='translate(-15 6.877)'%3E%3Cg transform='translate(-21.995 0.825)'%3E%3Cpath d='M68.505 0h43.268' transform='translate(-24.423 7)' fill='none' stroke='%23c3662d' stroke-width='2'%3E%3C/path%3E%3Cpath d='M1003.807 1454.128l6.8 6.8-6.8 6.8' transform='translate(-921.665 -1454.128)' fill='none' stroke='%23c3662d' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 59px !important;
  margin-bottom: 20px;
}
#footer .btn-arrow.btn-arrow-border,
.btn-header{
    border: solid 2px #ffffff;
    border-radius: 15px !important;
    padding: 10px 70px 10px 20px !important;
	margin-right: 12px;
    background-position: right 10px bottom 5px !important;
    display: inline-block;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='2.07 2.68 54.9 23.63'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Crect width='63' height='29'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' clip-path='url(%23b)'%3E%3Cg transform='translate(-15 6.877)'%3E%3Cg transform='translate(-21.995 0.825)'%3E%3Cpath d='M68.505 0h43.268' transform='translate(-24.423 7)' fill='none' stroke='white' stroke-width='2'%3E%3C/path%3E%3Cpath d='M1003.807 1454.128l6.8 6.8-6.8 6.8' transform='translate(-921.665 -1454.128)' fill='none' stroke='white' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: 59px !important;
    margin-bottom: 20px;
}
#footer .btn-arrow:not([class^="vc_btn"]){
	color: #ffffff !important;
}
@media screen and (min-width: 992px){
	#footer .btn-arrow.btn-arrow-border {
		float: right;
	}
}
.btn-scroll {
  display: inline-block;
  cursor: pointer !important;
  text-align: center !important;
  text-transform:uppercase !important;
  color: #FFF !important;
  font-family: var(--font-source) !important;
  font-size: 0.825rem !important;
  line-height:1 !important;
  font-weight: 600 !important;
  letter-spacing: 4px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='1.18 0.13 36.65 14.75'%3E%3Cdefs%3E%3CclipPath id='clip-chevron-down'%3E%3Crect width='39' height='15'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='chevron-down' clip-path='url(%23clip-chevron-down)'%3E%3Cpath id='Trac%C3%A9_94' data-name='Trac%C3%A9 94' d='M1223.383 1140.5l15.936 9.723 15.665-9.723' transform='translate(-1219.683 -1137.865)' fill='none' stroke='%23e8e8e8' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: center bottom 2px !important;
  padding-bottom: 28px !important;
  background-size: 50px !important;
  -webkit-transition:background-position .4s ease;
  -moz-transition:background-position .4s ease;
  -o-transition:background-position .4s ease;
  transition:background-position .4s ease;
}
.btn-scroll:hover {
  background-position: center bottom -2px !important;
  opacity:0.6 !important;
}
.btn-arrow:hover,.btn-arrow:hover a,.btn-arrow-lightorange:hover,.btn-arrow-white:hover,.btn-arrow-turquoise:hover {
  opacity: 0.6;
  background-position: right 15px center !important;
}
.btn-arrow.btn-arrow-border:hover {
  opacity: 0.6;
  background-position: right 5px bottom 5px !important;
}
.btn-group {
  display:inline-block !important;
  margin-bottom: 10px !important;
}
.btn-group a:not(:last-child) {
  margin-right: 5px !important;
}
.btn-blue {
  text-align: center;
  padding: 5px 8px;
  background: #0056A3;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
}
.btn-orange {
  text-align: center;
  padding: 5px 8px;
  background: #C3662D;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
}
.btn-lightblue {
  text-align: center;
  padding: 5px 8px;
  background: #8097A9;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
}
.btn-blue:hover,.btn-orange:hover,.btn-lightblue:hover {
  opacity: 0.6;
}
@media (min-width: 445px) {
  .btn-blue {
    display: inline-block;
  }
  .btn-orange {
    display: inline-block;
  }
  .btn-lightblue {
    display: inline-block;
  }
}
/*Carrousel*/
/*Bullet*/
.carrousel-padding {
  padding: 30px 0px 70px 0px;
}
@media (min-width:992px){
  .carrousel-padding {
    padding: 70px 50px;
  }
}
.owl-carousel.bullets-scale-up .owl-dot span, .owl-carousel.bullets-scale-up .owl-dot:not(.active):hover span, .owl-carousel.bullets-scale-up .owl-dot.active span {
  background: var(--mcv-lightblue);
}
#rev_slider_1_1_wrapper .uranus .tp-bullet.selected, #rev_slider_1_1_wrapper .uranus .tp-bullet.rs-touchhover {
  box-shadow: 0 0 0 2px rgba(168,192,211,1) !important; /*#A8C0D3*/
}
#rev_slider_1_1_wrapper .uranus .tp-bullet {
  box-shadow: 0 0 0 2px rgba(168,192,211,1) !important;
}
#rev_slider_1_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_1_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
  transform: scale(0.7) !important;
  -webkit-transform: scale(0.7) !important;
  transform-origin: center !important;
  background-color: rgba(168,192,211,1) !important;
}
#rev_slider_1_1_wrapper .uranus .tp-bullet-inner {
  background-color: transparent !important;
}
.carrousel-home .btn-arrow-white{
	opacity: 0.7 !important;
}
/*fin Carrousel*/
/* HEADER */
.bg-header {
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-header .title-container {
  padding: 50px 15px;
 /* text-align: center;*/
}
/* Top Bar */
.top-bar .right-widgets .text-area:nth-child(2) a{
	height: 30px;
    display: flex;
    align-items: center;
    background-color: #374e9f;
    padding: 0px 15px;
	text-decoration: none;
}
.top-bar .right-widgets a,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a{
	font-size: 1rem;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a{
	color: #b1b4b8;
	font-size: 1rem;
}
/* Menu */
.header-bar {
  background: var(--mcv-black);
}
.overlay-navigation .side-header .header-bar{
  padding: 0px !important;
}
.header-side-right .right-menu-close-icon .menu-close-toggle, .overlay-navigation .right-menu-close-icon .menu-close-toggle, .header-side-right .right-menu-close-icon .hide-overlay, .overlay-navigation .right-menu-close-icon .hide-overlay {
  right: 27px !important;
  left: auto;
  top: 16px !important;
}
.filter-categories a, .filter-categories .customSelect {
  font: 700 16px / 20px "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif !important;
  text-transform: uppercase;
}
#bg-header .btn-header{
  border: solid 2px #ffffff;
  border-radius: 15px !important;
  padding: 10px;
  padding-left: 20px !important;
  color: white;
  text-decoration: none;
  display: block;
  width: fit-content;
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;
  transition:opacity .4s ease-in-out;
  text-align: left;
}
#bg-header .btn-header:hover{
  opacity: 0.6;
}
.branding a img, .branding img,.mobile-header-bar .mobile-branding img {
  width: 300px;
  filter: none !important;
}
.branding > a:not(.same-logo) {
  padding: 0px 30px 0px 30px !important;
}
.main-nav > li > a {
  margin: 0px;
  padding: 15px 30px 15px 50px;
}
.mobile-main-nav>li{
	border-bottom: 1px solid;
}
.main-nav > li > a .menu-text {
	font: normal none light 2.5rem/1.2em "Source Sans Pro", sans-serif;
}
.sub-downwards .next-level-button svg,
.mobile-main-nav .next-level-button svg{
	fill: #aeb0b3;
}
.sub-downwards .next-level-button svg, .sub-downwards.dt-parent-menu-clickable.side-header .next-level-button svg {
    width: 20px;
}
.overlay-navigation .right-menu-close-icon .hide-overlay {
    top: 46px !important;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text{
	font-weight: 400;
}
.main-nav .sub-nav > li > a, .sub-downwards .sub-nav.sub-nav-widgets > li {
  margin: 0px 0px 2px 0px;
  padding: 15px 30px 15px 80px !important;
}
.masthead:not(.mixed-header) {
    background: rgba(24, 33, 40, 0.54) none repeat center center;
}
.side-header .branding{
	display: none;
}
.side-header:not(.dividers) .main-nav{
	margin-top: 110px;
}
/*fin Menu*/
/* BREADCRUMB */
.breadcrumb-section p{
  margin-bottom: 0px; 
}
.breadcrumb-section ol.breadcrumbs{
  margin: 0;
}

.breadcrumb-section p,
.breadcrumb-section a,
.breadcrumb-section a span,
.breadcrumb-section span{
  color: #9D968E;
  text-decoration: none;
}
.breadcrumb-section a:hover {
  text-decoration: underline;
}
.breadcrumb-section a[rel^="category"] {
  text-transform: lowercase;
  display: inline-block;
}
.breadcrumb-section a[rel^="category"]::first-letter {
  text-transform: uppercase !important;
}
.breadcrumb-section .breadcrumb_last {
  color: var(--mcv-lightblue);
}
.breadcrumb-section {
  font-family: var(--font-source);
  padding: 10px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}

.breadcrumbs li:before, 
.fancy-header .breadcrumbs li:before{
  content:"|";
  font-family: var(--font-source);
  font-size: 1.125rem;
  color: #9D968E;
}
@media (min-width: 445px) {
  .bg-header .title-container {
    padding: 150px 100px;
    text-align: left;
  }
  .breadcrumb-section {
    padding: 30px 100px;
    text-align: left;
  }
}
/*CONTACT FORM*/
.wpcf7-quiz.wpcf7-not-valid, input.wpcf7-validates-as-required.wpcf7-not-valid, textarea.wpcf7-validates-as-required.wpcf7-not-valid,select.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #f55b5f;
}
/* CONTACT FORM 7 SUR 2 COLONNES */
.wpcf7 .form-row .form-col-half{
  width: 100%;
  min-width: 150px;
}
.wpcf7 .form-row .form-col-full{
  width: 100%;
  min-width: 150px;
}
@media (min-width: 600px){
  .wpcf7 .form-row{
    display: flex;
	justify-content: space-between;
  }
  .wpcf7 .form-row .form-col-half{
    width: 49%;
  }
}
/* FOOTER */
footer p, footer a {
  color: #C7C8C3 !important;
  text-decoration:none;
  font-size: 1rem;
  line-height: 1.4;
}
#footer .widget a{
	font-size: 0.9rem;
}
footer a:hover {
  color: #FFFFFF !important;
}
footer a[href^="tel:"] {
  font-weight: 100;
}
.footer .menu li, .footer .widget_pages li, .footer .custom-menu.dividers-on li, .footer .blogroll li, .footer .qts-lang-menu li {
  border:none !important;
  margin:0px !important;
}
.follow {
  color:#FFF !important;
  font-size: 1.425rem;
  margin-bottom: 10px;
}
#footer .wf-container-footer {
  padding-top: 70px !important;
  padding-bottom: 15px !important;
}
#footer .sub-menu { display:none !important; }
#footer .social:hover img { opacity:0.8 !important; }
#bottom-bar {
  border-top: none;
}

.footer .widget{
	margin-bottom: 20px !important;
}

#footer .widget_nav_menu{
	width: 100%;
}

#footer .widget_nav_menu ul.menu{
	display: flex;
    align-items: center;
    flex-flow: wrap;
}

#footer .widget_nav_menu ul.menu li{
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer .widget_nav_menu{
	padding-right: 0px;
	padding-left: 0px;
}

#footer .widget_nav_menu ul.menu li.current-menu-item a{
    color: #ffffff !important;
}

#footer img{
	filter: none !important;
}

@media (min-width:992px) and (max-width:1160px){
  #footer > .wf-wrap, #footer #bottom-bar > .wf-wrap {
  	padding: 0 10px 0 10px;
  }
}
@media (min-width:992px){
  .spacer, #nav_menu-2 {
    margin-top: 87px;
  }
	
  #footer .widget_nav_menu ul.menu{
    justify-content: flex-end;
  }
}
@media (min-width:1060px){
  .last-section-footer {
    padding-left:50px;	
  }
}
@media screen and (max-width: 992px){
	#footer .widget_nav_menu{
		margin-left: -10px;
	}
}
/* NEWS */
.section-news h3 {
  font-family: var(--font-source);
  font-size: 1.125rem; /* 20px */
  font-weight: 700;
  color: var(--mcv-black); 
  margin-top: 20px;
}
.section-news blockquote {
  background: #FFFFFF !important;
  color: #8097A9;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 20px;
}
.section-news blockquote p{
  color: #8097A9 !important;
}

.page-template-categorie-news-php .css-grid-filter{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.page-template-categorie-news-php .css-grid-filter a.act,
.page-template-categorie-news-php .css-grid-filter a:hover {
    color: #65C7C5 !important;
    border-bottom: 2px solid #65C7C5;
}

.page-template-categorie-news-php .css-grid-filter a {
    text-decoration: none;
    padding: 5px;
    margin: 0px 20px;
    border-bottom: 2px solid transparent;
	font-family: var(--font-source);
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: var(--mcv-dark-grey);
    text-align: center;
    letter-spacing: 2px !important;
}

.page-template-categorie-news-php .filter-underline-decoration .filter-categories a:after{
	content: "";
	opacity: 0;
}

/* JOBS */
.section-jobs-list h4 {
  font-family: var(--font-source);
  font-size: 1.25rem; /* 20px */
  font-weight: 500;
  color: white !important;
  text-transform: none;
  margin-bottom: 0px;
}
.section-jobs-list h4:before {
  font-family: 'Defaults';
  content:"\f105";
}
.section-jobs-list .jobs-list-cf {
  margin-left: 10px;
  color: #AEB0B3 !important;
  text-align: center;
}
.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a, .section-jobs-list .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
  background: none !important;
  border: none !important;
  color: #65C7C5 !important;
  font-size: 1.25rem !important;
  opacity: 1 !important;
}
.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > li > a, .section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > li > span {
  opacity: 1 !important;
  padding: 3px 0px;
}
.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a::after {
  font-family: 'icomoon' !important;
  content: "\e902";
}
.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a::after {
  font-family: 'icomoon' !important;
  content: "\e901";
}
.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list {
  text-align: center !important;
  margin: 20px 0 0 !important;
}
.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a, .section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus, .section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover,.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span, .section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus,.section-jobs-list .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover {
  text-decoration: underline;
}
.section-jobs-details {
  background: #F0F3F5;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.jobs-info-list {
  list-style: none !important;
  margin-left: 0px !important;  
}
.single-jobs .wpcf7 label{
	color: white;
}
.single-jobs .wpcf7 input:not([type="file"]){
	color: white;
	background-color: rgba(255, 255, 255, 0.10);
	border: 1px solid var(--mcv-dark-grey);
}
.single-jobs .wpcf7 input[type="submit"]{
	border: none;
}
.section-jobs-details .vc_custom_padding {
	padding-top: 50px;
	padding-right: 15%;
	padding-bottom: 50px;
	padding-left: 15%; 
}
.section-jobs-details h3{
	margin-bottom: 25px;
}
@media screen and (max-width: 600px){
	.section-jobs-details .vc_custom_padding{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	#career .wpcf7 input[type="file"]{
		max-width: 250px;
	}
}
@media screen and (max-width: 768px){
	.section-jobs-list .jobs-list-cf {
	  text-align: left;
	}
	
	#career .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{
		padding-bottom: 20px;
	}
}

/* SINGLE PROJECT */
.row-project-content{
  background-image: linear-gradient(to right, var(--mcv-xlightblue) 50%, var(--mcv-dark-grey) 50%, var(--mcv-dark-grey) 100%);
}
.row-project-content .project-col-detail table{
  border:none;
}
.row-project-content .project-col-detail table th,
.row-project-content .project-col-detail table td{
  border:none;
}
.row-project-content .project-col-detail table th{
  width:140px;
}
.row-project-slider{
  background-color: var(--mcv-grey);
  /*padding-left: 50px;
  padding-right: 50px;*/
}
.row-project-slider .project-slider{
  margin-bottom: 0px;
}
.row-project-slider .project-slider .project-slider-image-wrapper{
  overflow: hidden;
  margin:10px 14px;
}
.row-project-slider .project-slider .project-slider-image-wrapper .project-slider-image{
  width: 100%;
}
.project-carrousel-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width:992px){
  .project-carrousel-padding {
    padding-top: 50px;
	padding-bottom: 50px;
  }
}
.pswp__caption {
  display:none;
}
.row-more-project-title h2{
  line-height: 1.3;
}
.row-more-project-title p{
  font-size: 1.5rem;
}
.row-confiance{
  background-color: #8097a9 !important;
}
@media screen and (max-width:767px){
  .row-project-content{
    background-image: none;
    padding-left:0!important;
    padding-right:0!important;
  }
  .row-project-content .project-col-detail{
    background-color: var(--mcv-xlightblue);
  }
  .row-project-content .project-col-challenge{
    background-color: var(--mcv-dark-grey);
  }
}
/*BLOG MASONRY*/
.post-title:after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #65C7C5;
  display: block;
  padding: 5px;
}
.blog-shortcode .post-thumbnail-wrap{
	background-color: rgba(50, 70, 85, 0.5);
}
.blog-shortcode .type-project .post-thumbnail-wrap img,
.single-project .gallery-carousel-shortcode .photoswipe-item img{
	/*opacity: 0.8 !important;*/
	filter: grayscale(0.3) saturate(0.7);
}
.blog-shortcode.gradient-overlay-layout-list .wf-cell article,
.blog-carousel-shortcode.gradient-overlay-layout-list .dt-owl-item article {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  /*-webkit-transform: scale(0.90);
  -ms-transform: scale(0.90);
  transform: scale(0.90);*/
}
/*.blog-shortcode.gradient-overlay-layout-list .wf-cell article:hover,
.blog-carousel-shortcode.gradient-overlay-layout-list .dt-owl-item article:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.blog-shortcode.gradient-overlay-layout-list .wf-cell article:hover .post-entry-content,
.blog-carousel-shortcode.gradient-overlay-layout-list .dt-owl-item article:hover .post-entry-content{
  background-color:rgba(0,86,163,0.8);
}
.blog-shortcode.gradient-overlay-layout-list .wf-cell article .post-entry-content,
.blog-carousel-shortcode.gradient-overlay-layout-list .dt-owl-item article .post-entry-content{
  background-color:rgba(0,86,163,0.0);
  transition:background-color 0.2s ease;
}
.blog-shortcode.gradient-overlay-layout-list .wf-cell .post-entry-content .entry-excerpt .post-title,
.blog-carousel-shortcode.gradient-overlay-layout-list .dt-owl-item .post-entry-content .entry-excerpt .post-title{
  font-size:1.8rem;
  color:white;
  font-weight:600;
  line-height:1.2;
  font-family:var(--font-source);
}
.blog-carousel-shortcode.gradient-overlay-layout-list .dt-owl-item .post-entry-content .entry-excerpt .post-title{
  font-size:1.8rem;
}

.blog-shortcode .post-entry-wrapper .entry-excerpt{
	margin: 10px;
}

.blog-shortcode .post-entry-wrapper .entry-excerpt .post-title{
	font-size: 1.8rem;
}

.bloc-citation .h3{
	font-size: 2.4rem !important;
}
/*
@media screen and (max-width:1200px){
  .page-id-767 .blog-shortcode.gradient-overlay-layout-list .wf-cell:nth-last-child(2){
     display:none;
  }
  .page-id-767 .blog-shortcode.gradient-overlay-layout-list .wf-cell:last-child{
     display:none;
  }
}
@media screen and (max-width:992px){
  .parent-pageid-187 .blog-shortcode.gradient-overlay-layout-list .wf-cell:last-child{
     display:none;
  }
}
@media screen and (max-width:767px){
  .parent-pageid-187 .blog-shortcode.gradient-overlay-layout-list .wf-cell:nth-last-child(2){
     display:none;
  }
  .page-id-767 .blog-shortcode.gradient-overlay-layout-list .wf-cell:nth-child(4){
    display:none;
  }
  .page-id-767 .blog-shortcode.gradient-overlay-layout-list .wf-cell:nth-child(5){
    display:none;
  }
  .page-id-767 .blog-shortcode.gradient-overlay-layout-list .wf-cell:nth-child(6){
    display:none;
  }
}*/
/*CAROUSEL*/
@media screen and (max-width:767px){
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev{
    display: none;
  }
  .owl-dots {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    transform: none !important;
  }
}
@media screen and (min-width:767px){
  .owl-carousel .owl-dots{
    display: block;
  }
}
/*SECTION COMPTEUR*/
.row-counter{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background-color: #2D3C48 !important;
}
.section-row-single-projet.row-counter {
  background-color: #A8C0D3 !important;
}
/*SECTION TITRE GAUCHE*/
.row-title-left p{
  line-height:1;
}
.row-title-left .h3{
  color:#c7c8c3;
  margin-bottom:0;
}
.row-title-left .row-title-left-col-img.img-v-align-top>.vc_column-inner{
  justify-content:flex-start!important;
}
.row-title-left .row-title-left-col-img.img-v-align-bottom>.vc_column-inner{
  justify-content:flex-end!important;
}

/* PAGE PROJET SINGLE */
.single-project .bg-header {
    filter: saturate(0.5);
}

.single-project .bg-header::after {
    content: "";
    min-width: 100%;
    min-height: 100%;
    background-color: rgb(24 33 40 / 50%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.single-project .bg-header h1 .line-1{
	position: absolute;
    z-index: 100;
    color: white;
}

@media (min-width: 445px){
	.single-project .bg-header .title-container {
		height: 60px;
	}
	.single-jobs .bg-header .title-container{
		padding: 175px 100px;
	}
}

@media (max-width: 444px){
	.single-project .bg-header .title-container {
		height: 30px;
	}
}

@media screen and (min-width: 768px){
	/* .single-project .gallery-carousel-shortcode .dt-owl-item,
	.single-project .gallery-carousel-shortcode .dt-owl-item>div,
	.single-project .gallery-carousel-shortcode .owl-stage{
		width: 100% !important;
		justify-content: space-around;
	} */

	/* .single-project .gallery-carousel-shortcode .dt-owl-item > div {
		max-width: 550px;
	} */

	/* .single-project .gallery-carousel-shortcode .dt-owl-item:last-child{
		margin-right: 0px !important;
	} */
	
	/* .rollover img{
		min-width: 23vw;
	} */

  .gallery-carousel-shortcode .owl-stage{
    display: block;
  }
}

.section-projet-defis{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background-color: #F0F3F5;
}

.section-projet-defis div:first-child{
	min-width: 100%;
}

.row-other-project .wpb_content_element{
	margin-bottom: 0px;
}
#projets-industriels .dt-css-grid,
#projets-commerciaux .dt-css-grid,
#projets-institutionnels .dt-css-grid{
	display: flex;
	justify-content: center;
}

/* projet custom nav */
nav.project-type-nav {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

nav.project-type-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.project-type-nav ul li {
    list-style: none;
	margin: 5px 0px;
}

.project-type-nav ul li a{
    text-decoration: none;
	padding: 5px;
	margin: 0px 5px;
	border-bottom: 2px solid transparent;
}

.project-type-nav ul li.active a,
.project-type-nav ul li a:hover{
    color: #65C7C5 !important;
	border-bottom: 2px solid #65C7C5;
}

@media screen and (max-width: 992px){
	nav.project-type-nav {
		width: 80%;
	}
}

@media screen and (max-width: 768px){
	nav.project-type-nav {
		width: 90%;
	}
}

@media screen and (max-width: 445px){
	nav.project-type-nav {
		width: 100%;
	}
}

/* Social sharing */
.shared-counts-wrap {
    margin: 30px auto;
	width: fit-content;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{
	fill: #8097A9;
	display: block;
    width: 24px;
    height: 24px;
}

.shared-counts-wrap.after_content.style-icon::before {
    content: "Partager l’article sur";
    position: absolute;
    margin-top: -35px;
    margin-left: -37px;
}

/* Expertise */
.page-template-categorie-news .blog-shortcode .entry-title{
    margin-bottom: 10px !important;
    line-height: 1.1em;
	min-height: 45px;
}

.page-template-categorie-news .blog-shortcode .entry-title a{
    color: var(--mcv-dark-grey);
}

.page-template-categorie-news .blog-shortcode .entry-title a:hover{
    color: var(--mcv-orange);
}

.page-template-categorie-news .post-details.details-type-link {
    color: var(--mcv-dark-grey);
	margin-top: 5px;
}

.page-template-categorie-news .post-details.details-type-link:hover {
    color: var(--mcv-orange);
}

.page-template-categorie-news .post-details.details-type-link:after {
    background-color: var(--mcv-orange);
}

.page-template-categorie-news .blog-shortcode .entry-excerpt {
    min-height: 100px;
}


