/* @override 
	https://chambriard.com/wp-content/themes/sydney-child/style.css?*
	https://www.chambriard.fr/wp-content/themes/sydney-child/style.css?*
 */

/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}

/* @group SLICK theme */

/* Slider */

.slick-loading .slick-list
{
    background: #fff url('./slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./slick/fonts/slick.eot');
    src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick/fonts/slick.woff') format('woff'), url('./slick/fonts/slick.ttf') format('truetype'), url('./slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.temoignage-slick .slick-arrow
{
	 position: absolute;
	    display: block;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: center;
		top: 50%;
		z-index: 10;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    display: block;

    width: 28px;
    height: 28px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	background: inherit;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;

    color: #FFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0 2px rgba(66, 66, 66, 0.43);
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    
}

.slick-dots
{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 11px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .5;
    color: #FFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #FFF;
}

/* @end */






/* @group Genéralités */

body { font-weight: 300; color: #3f3f3f;
}

body strong, body b { font-weight: 700;
}

.panel-grid {
		max-width: 1370px;
	}

.container {width: 100%; max-width: 1600px;}

.wrap-medium {width: 100%; max-width: 900px; margin: 0 auto;
}

.os-animation{
  opacity: 0;
}
 
.os-animation.animated{
    opacity: 1;
}

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

a.simple-btn{ border: 1px solid #005261;
	padding: 10px 20px; display: inline-block; -webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	-webkit-border-radius: 60px !important;
	border-radius: 60px !important;
	font-weight: 600;
}

a.simple-btn:hover{ background: #005261; color: #FFF;}
a.simple-btn i{ margin: 0 5px 0 15px;}

.entry-header h1.title-post.entry-title,
.page-header h3.archive-title {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2.5em;
	color: #555555;
}

.only-mobile { display: none;}

h2.h2-reset{
	font-size: inherit !important;
	color: inherit !important;
	display: inline-block !important;
	font-weight: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
}

.post h2{
	font-size: 1.6em !important;
	color: #005261;
}

.post h3{
	font-size: 1.6em !important;
	color: #555555;
}

.no-results .page-content{
	font-size: 1.6em !important;
	color: #555555;
	text-align: center;
	padding: 30px;
}

/* @end */

/* @group Couleurs */

.bleu,
.title-bleu h3
{ color: #0f5f6a !important;}

.orange,
.title-orange h3
{ color: #ec9844 !important;}

.vert,
.title-vert h3
{ color: #96b537 !important;}

.beige,
.title-beige h3
{ color: #978d84 !important;}

/* @end */

/* @group Rool button */

@-moz-keyframes small-pulse{
	0% { -moz-transform: scale3d(1, 1, 1); }
	50% { -moz-transform: scale3d(1.1, 1.1, 1.1); }
	100% { -moz-transform: scale3d(1, 1, 1); }	
}
@-webkit-keyframes small-pulse{
	0% { -webkit-transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.1, 1.1, 1.1); }
	100% { -webkit-transform: scale3d(1, 1, 1); }	
}
@-keyframes small-pulse{
	0% { transform: scale3d(1, 1, 1); }
	50% { transform: scale3d(1.1, 1.1, 1.1)}
	100% { transform: scale3d(1, 1, 1); }
}

a.roll-button { border: none;}

a.roll-button:hover { background:none
}



.roll-button i { 
text-align: center;  display: inline-block;
}

.roll-button.standard-roll {
	padding: 0; background: none; width: inherit; height: inherit;
}

a.roll-button.roll-blue { 
font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif !important; border: none; text-transform: inherit; text-align: center; overflow: hidden; display: inline-block; vertical-align: middle;
 width: 40px !important; height:40px !important;
 padding: 0; line-height: 42px;
 -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
 	  box-sizing: border-box;
 -webkit-border-radius: 60px !important;
 border-radius: 60px !important;
 -moz-animation: small-pulse 1.5s ease infinite;
 	-webkit-animation: small-pulse 1.5s ease infinite;
 	-ms-animation: small-pulse 1.5s ease infinite;
 	animation: small-pulse 1.5s ease infinite;
 	cursor: pointer;
 font-size: 20px;
 text-align: center;
	background-color: #005463;
}

a.roll-button.roll-blue:hover { background: rgba(5, 93, 103, 0.73) !important;  color: #FFF;
}



a.roll-button.roll-white  { 
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif !important; border: none; text-transform: inherit; text-align: center; overflow: hidden; display: inline-block; vertical-align: middle;
	 width: 40px !important; height:40px !important;
	 padding: 0; line-height: 42px;
	 -webkit-box-sizing: border-box; 
	  -moz-box-sizing: border-box;
	 	  box-sizing: border-box;
	 -webkit-border-radius: 60px !important;
	 border-radius: 60px !important;
	 -moz-animation: small-pulse 1.5s ease infinite;
	 	-webkit-animation: small-pulse 1.5s ease infinite;
	 	-ms-animation: small-pulse 1.5s ease infinite;
	 	animation: small-pulse 1.5s ease infinite;
	 	cursor: pointer;
	 font-size: 20px;
	 text-align: center;
	background: rgba(255, 255, 255, 0.2);border: 1px solid #fff;}

a.roll-button.roll-white:hover { background: rgba(255, 255, 255, 0.9); }

/* @end */



/* @group Header */

#masthead {
	padding: 8px 0 !important;
	background: rgba(255, 255, 255, 1);
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.21); 
}

/*.home #masthead {
	position: relative;
}*/

.header-wrap, .header-clone { height: 82px !important;
}


.bg-red {
	background: red !important;
}

.logo-chambriard-h1 {
display: inline-block; margin: 0 !important; 
}

.logo-chambriard-h1 .h1-home-label{
font-size: 0px; color: #FFF; line-height: 0 !important; 
}

.site-logo {
max-width: 252px !important; height: auto !important; width: 100%;
}

/* @end */





/* @group Footer Coordonées */

#sidebar-footer {
	text-align: center;
	padding-top: 120px; background:url('./custom-images/logo-footer-2023.png') #303030 no-repeat  center 15px;
	
}

.footer-coordonnees { color: #fff; margin-bottom: 10px !important; }

.footer-coordonnees i { color: #fff;
	font-size: 1.4em; 
}
.footer-coordonnees  h3.widget-title{ padding: 0; margin-bottom: 20px;
	color: #868686;
	font-size: 2em;
}

.footer-coordonnees  div{ display: inline-block !important; width: inherit !important; margin: 0 10px;
}

.footer-coordonnees  svg{ fill: #FFF !important;}

.footer-btn-contact {
	padding: 0 !important; text-align: center !important; margin-bottom: 90px !important; margin-top: 30px;
}

.footer-btn-contact a{
	border-color: #686868 !important; color: #686868 !important ;
}

.footer-btn-contact a span{
	color: #ffffff !important;
}

.footer-btn-contact a:hover{
	border-color: #055d67 !important; color: #fff !important ; background: #055d67 !important;
}

.footer-btn-contact a span{
	color: #ffffff !important;
}


/* @end */



/* @group Footer Legal */

.footer-menu { text-align: left; border-top: 1px solid #3f3f3f;
padding-top: 20px!important; padding-bottom: 15px !important; font-size: 0.8em; 
}

.footer-menu li { display: inline-block;	margin-right: 15px;}
.footer-menu li a{color: #636363;}
.footer-menu li a:hover{color: #fff;}


.footer-menu li.ico-olivgraphic{ float: right; margin-right: 0 ;}
.footer-menu li.ico-olivgraphic a{ display: inline-block;
 background:url('./custom-images/logo-olivgraphic.png') no-repeat left center; padding-left: 30px; }

/* @end */

/* @group Ref menu  */


.menu-ref-menu-container { text-align: left; border-top: 1px solid #3f3f3f;
padding-top: 20px!important; padding-bottom: 15px !important; font-size: 0.8em;  border-bottom: 1px solid #3f3f3f;
}

.ref-menu li { display: inline-block;
width: 33%;
}
.ref-menu li a{color: #636363;}
.ref-menu li a:hover{color: #fff;}



/* @end */

/* @group Main menu */

#mainnav{margin-top: 1.5%;}



#mainnav li{padding:0 15px;}

#mainnav li a{text-transform: uppercase; font-size: .9em !important; padding: 0px; font-weight: 600 !important; border-bottom: 4px solid #fff; padding-bottom: 2px;
	color: #444242 !important; 
}

#mainnav li a:hover{
	color: #005362 !important;
}

#mainnav li.current-menu-item a{border-bottom: 4px solid #005362;}



#mainnav ul li ul:after {
display: none;
}


#mainnav ul li .sub-menu{width: auto !important;  min-width: 220px !important;
}

#mainnav .sub-menu li:first-child {	border-top: 1px solid #c8c8c8; }

#mainnav .sub-menu li{
	width: 100%;
}

#mainnav .sub-menu li a{background: #FFF !important;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif !important;
	text-transform: none;
	line-height: 15px;
	border: none;
	padding: 15px !important;
	width: 100%;
	font-weight: 500 !important;
	border-bottom: 1px solid #c8c8c8;
}

/* @end */




/* @group Home */

.home .header-clone {display: none !important;}
/* @group Home slider */


.home .master-slider {height: 100vh !important; max-height: 950px !important;
}

/* Slide1 */
.homeslide1 { 	background: url('/wp-content/uploads/2024/03/bg-slide-2024-1.jpg') center top no-repeat #cfd1d3 !important ; 	background-size: cover !important;

}

.homeslide1 .ms-slide-bgcont{ 
	background: url('/wp-content/uploads/2026/02/bg-slide-portraits-2026.png') center center no-repeat transparent !important ;
	background-size: contain  !important;
	max-height: 80%;
	top:120px;
	position: relative !important;
}

.homeslide1 .ms-slide-bgcont{ 

}

.homeslide1 .ms-slide-bgcont img{ 
 display: none;
}


/*.homeslide1 .ms-slide-bgcont img{ 
	display: none;
}*/

.homeslide1 .ms-pattern{
	background: rgba(0, 0, 0, 0) !important;
}

.homeslide1 .home-slide-portraits{  border: 1px solid #333;
	height: 100vh !important; width: auto !important;
}

.homeslide1 .logo-home-slide{  max-height: 210px; width: auto !important; margin-top: 30px !important; display: none;}

.slide-title-groupement h2{font-size: 4.8em; color:#095868 !important;
font-weight: bold;
text-transform: uppercase;
}

.slide-title-entrepreneurs h2 {font-size: 3.1em; color: #595051 !important; font-weight: 500; }

.slide-title-groupement h2,
.slide-title-entrepreneurs h2 { text-shadow: 2px 2px rgba(225, 225, 227, 0.58);
}

.slog-keyword-1,
.slog-keyword-2{ color: rgba(255, 255, 255, 0.89); font-size: 1.6em; font-weight: 700; letter-spacing: 1px;
}




/* Slide2 */

.homeslide2 {}
.homeslide2 .slide-title-groupement h2,
.homeslide2 .slide-title-entrepreneurs h2  {color: rgba(255, 255, 255, 0.5) !important;
}



.slog-keyword-1 .vertical-sep{ margin: 0 1.5em;}
.slog-keyword-2 .vertical-sep{ margin: 0 2.8em;}


/* Slide3 */

.slide-col-number{
	color: #FFF; text-align: center;  font-size: 2em !important;
}

.slide-title-simple{
text-transform: uppercase;
}

.slide-title-simple h2{
font-size: inherit;
color: inherit !important; display: inline-block; font-weight: inherit; margin: inherit !important; padding: inherit !important;
}

.slide-title-simple hr{
	max-width: 140px; margin: 25px auto 0px;
		border-top: 8px solid #005362;
}


/*.slide-col-number .number {
    font-size: 2.5em;
	margin-bottom: 30px;
}

.slide-col-number .count {

}

.slide-col-number b,
.slide-col-number strong{ font-size:0.75em; font-weight: 400; display: inline-block; width: 100%; min-width:250px;
}*/

.slide-col-number{color: #FFF; text-align: center !important; width: 100%;  max-width: 1000px !important; margin: 5% auto 0 !important;
	text-transform: uppercase;
}

.slide-col-number b, .slide-col-number strong{ font-size:0.7em ; font-weight: 400; display: inline-block; width: 100%; }


.slide-col-number .number {text-align: center !important; }

.slide-col-number .span-number, .slide-col-number .jcw-digit {font-size: 54px !important; line-height: 55px !important;
	margin-bottom: 1px !important;
	letter-spacing: -1px; font-weight: 400; text-align: center !important; display: inline-block; vertical-align: middle !important; 
}

.jcw-odometer-div, .jcw-digit-container{overflow: inherit !important; min-width: 34px !important;
height: 55px !important;  line-height: 55px !important; overflow: inherit !important; 
}





/* Slide4 */

.slide-metier-list  ul{
	color: #FFF !important;
	text-transform: uppercase !important;
	font-size: 1.5em !important;
	line-height: 2em !important;
	list-style: none !important;
	padding: 0 !important;
}

.slide-metier-list h3{
	font-size: inherit;
	color: inherit !important; display: inline-block; font-weight: inherit; margin: inherit !important; padding: inherit !important;
}

.slide-metier-list li:before{
content: "+"; font-size: 21px; display: inline-block;  width: 25px; height: 25px; line-height: 20px; text-align: center; border: 2px solid #fff; margin-right: 10px; vertical-align: middle; -webkit-border-radius: 60px !important; border-radius: 60px !important;
	font-weight: bold; -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	
}

.slide-metier-list.list-const li:before{ border-color: #ee983a;  color: #ee983a;	}
.slide-metier-list.list-emb li:before{ border-color: #98c146;  color: #98c146;	}



/* @end */



/* @end */

/* @group Pages Généralité */

.no-hero .header-image {display: none;}

.p-header-image {background-size: 110% !important;
padding-bottom:30px !important; padding-top:40px !important;}

.p-header-page-title h1 {text-align: center; color: #FFF !important; margin-top: 4%; font-size: 2em !important;
	text-transform: uppercase;
}
.p-header-page-title hr { max-width: 140px; margin: 0px auto;
	border-top: 8px solid #005362;
}

.p-header-page-title h2 {text-align: center; color: #FFF !important; margin-top: 20px; font-size: 1.4em; font-weight: 300;
	line-height: 1.8em;
}


.p-header-image .overlay {background: #2a2e32 !important;}


.p-hero-image {min-height: 50vh;}

.p-hero-title h2,
.p-hero-title-normal h2 {text-align: center; text-transform: uppercase;}

.p-hero-title-normal h2 {font-size: 2em !important;}



.p-hero-title h2{color: #FFF !important;}
.p-hero-title-normal h2{color: #464646 !important;}


.p-hero-title hr,
.p-hero-title-normal hr  { max-width: 140px; margin: 0px auto; border-top: 8px solid #005362;}



.p-hero-image .overlay {background: #3e3e3e !important;}

.p-page-simple-texte {
	margin: 50px 0; color: #3f3f3f; font-weight: 300 !important; font-size: 1.5em;
}

/* @end */

/* @group Mouse anim */

.mouse-anim-btn
{
	display: inline-block;
	position: absolute;
	top: calc(90% - 80px);
	left: calc(50% - 20px);
	z-index: 1;
	cursor: pointer;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mouse-anim-btn a.roll-button
{
	height: 55px; width: 40px;
	padding: 0 !important;
	background: url('./custom-images/anim-mouse.gif') no-repeat center;
	background-size: contain;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mouse-anim-btn:hover
{
	opacity: 0.5;
}

/* @end */

/* @group Video Hero */

.ikn-evt-frame {
	margin: 0;
}

.ikn-evt-play-button {
	width: 100% !important;
	height: 100% !important;
	background-size: 30px !important;
	background-color: rgba(24, 24, 24, 0.23) !important;
	left: 0 !important;
	top: 0 !important;
}

.ikn-evt-frame .ikn-evt-play-button {
	background-size: 80px !important;
	background-position: center !important;
}




/* @group Video in Hero */

#hero-video
{
position: relative;
padding: inherit !important;
overflow: inherit !important;
max-height: 98vh;
}

#hero-video p
{
line-height: 0 !important; margin: 0 !important; display: none !important;

}

#hero-video .ikn-evt-frame {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100vw;
    background: transparent;
    margin: 0px;
}

#hero-video .ikn-evt-frame iframe {

}

#hero-video .ikn-evt-frame .ikn-evt-play-button {
	background-size: 80px !important;
	background-position: center 42% !important;
}

.ikn-evt-heading {
	border: 1px solid #333 !important;
}

#hero-video .widget-title
{
	position: absolute; width: 100%;
	z-index: 2; color: #FFF !important;
	top: 85px;
	color: #FFF !important; font-size: 1.8em;
	text-transform: uppercase;

}

#hero-video .widget-title:after { width: 140px ; margin: 20px auto 0px -70px !important; top: 35px;
	border-top: 8px solid #005362;
}

/* @end */

/* @group Video Vimeo */

.custom-vimeo
{
position: relative;
padding: inherit !important;
}

.custom-vimeo p
{
margin: 0;
}

.custom-vimeo .widget-title
{
	position: absolute; width: 100%;
	z-index: 2; color: #FFF !important;
	top: 22%;
	color: #FFF !important; font-size: 1.4em;
	text-transform: uppercase; 

}

.custom-vimeo .widget-title:after { width: 80px ; margin: 20px auto 0px -40px !important; top: 20px;
	border-top: 4px solid rgba(255, 255, 255, 0.49) !important;
	background: transparent !important;
}

/* @end */

/* @end */

/* @group Counter */

.jcw-digit, .jcw-tenth {
  position: absolute;
  background: transparent;
  color: white;
  text-align: center;
  font-family: inherit;
  font-weight: inherit;
}

.jcw-tenth {
  background: inherit;
  color: inherit;
}

.jcw-digit {
  font-size: 1em !important;
}

/* @end */

/* @group Page Groupement */

.page-groupement {}

/* Title */
#p-groupement-title .overlay {background: #2a2e32 !important; opacity: 0.71;
}

/* Chiffres */
.p-groupement-chiffres{position: absolute; z-index: 2;
	bottom: 30%; width: 100%;
	color: #FFF; text-align: center !important;	margin: 20px auto 0;
	text-transform: uppercase; 
}

.p-groupement-chiffres .su-row{max-width: 1000px; margin: 0px auto;
}

.p-groupement-chiffres .number {text-align: center !important;}

.span-number {display: inline-block;
}

.p-groupement-chiffres .span-number, .p-groupement-chiffres .jcw-digit {font-size: 55px !important; line-height: 55px !important;
	margin-bottom: 0px;
	letter-spacing: -2px; font-weight: 400; text-align: center !important;  vertical-align: middle;
}




.p-groupement-chiffres b, .p-groupement-chiffres strong{ font-size:1.2em; font-weight: 400; display: inline-block; width: 100%;  
}



/* Hero Talents */
#p-groupement-hero-talents{background: #fff; color: #555353; font-size:1.8em; 
	font-style: italic;
	line-height: 1.6em; 
}

.big-quotes {
display: inline-block;width: 100%;  position: relative; z-index: 1;}

.big-quotes div{position: relative; z-index: 1; }

.big-quotes:before,
.big-quotes:after {
	color: rgb(0, 83, 98);
	font-weight: normal;
	font-style: normal;
	font: 5em "TrebuchetMS", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	position: absolute;
	z-index: 0;
}

.big-quotes:before {left: -58px; top: 1%; content: "“";}
.big-quotes:after {	content: "”"; right: -58px; top: 1%;}



#p-groupement-hero-talents strong{ font-size: 1.2em;
	color: #005463;
}


/* Hero 2 metiers */

#p-groupement-2metiers { padding: 30px 0px !important; min-height: 800px; text-align: center;
}
#p-groupement-2metiers .overlay {opacity: 0.2;}

#p-groupement-2metiers.p-hero-image {
	background-color: #f1f1f1;
}

#p-groupement-2metiers .p-hero-title-normal{
	margin-top: 120px;
}




.p-groupement-2metiers-logos{ display: inline-block; width: 100%; max-width: 1400px; position: relative;
}

.p-groupement-2metiers-construction,
.p-groupement-2metiers-emballage{ display: inline-block;width: 50%; max-width: 600px;  margin-top: 150px; 
}

.p-groupement-2metiers-construction img,
.p-groupement-2metiers-emballage img{ position: relative; z-index: 1;
}

.p-groupement-2metiers-construction:before,
.p-groupement-2metiers-emballage:before  { content: " "; height: 432px; width: 500px; display: block; position: absolute; top: 0%;
}




.p-groupement-2metiers-construction:before {  background: url('./custom-images/bg-construction-gris.png') no-repeat left top ; right:0%;	
}

.p-groupement-2metiers-emballage:before { 
 background: url('./custom-images/bg-emballage-gris.png') no-repeat left top ; left:0%;	
}

/* Hero Metier Construction + Emballe */

#p-groupement-construction .overlay {opacity: 0.7;}
#p-groupement-emballage .overlay {opacity: 0.7;}

#p-groupement-construction.p-hero-image,
#p-groupement-emballage.p-hero-image {min-height: 75vh; 
}

#p-groupement-construction hr,
#p-groupement-emballage hr { max-width: 150px; margin: 0px auto; border-top: 6px solid rgba(255, 255, 255, 0.3);
}


#p-groupement-construction hr{ border-top-color: #ee983a;}
#p-groupement-emballage hr{ border-top-color: #98c146;}

.p-groupement-liste-taff ul{
	list-style: none; color: #FFF; text-align: center; margin: 50px auto 0; padding: 0; display: table;
	
}

.p-groupement-liste-taff li{
	text-transform: uppercase;
	font-size: 1.9em; display: table-row; 
	text-align: left; margin: 0px auto;

}


.p-groupement-liste-taff li:before{
content: "+"; font-size: 21px; display: inline-block;  width: 25px; height: 25px; line-height: 20px; text-align: center; border: 2px solid #fff; margin-right: 10px; vertical-align: middle; -webkit-border-radius: 60px !important; border-radius: 60px !important;
	font-weight: bold; -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	
}

/*#p-groupement-construction .p-groupement-liste-taff li{
	width: 278px; 
}*/

#p-groupement-construction .p-groupement-liste-taff li:before{ border-color: #ee983a;  color: #ee983a;	}

/*#p-groupement-emballage .p-groupement-liste-taff li{
	width: 410px; }*/

#p-groupement-emballage .p-groupement-liste-taff li:before{ border-color: #98c146;  color: #98c146;	}



/* Hero 7 societes */

#p-groupement-7societes,
#les-societes {
	background-position: center !important;
}

.p-groupement-societes {
	background-color: rgba(255, 255, 255, 0.77);
	padding: 3%; margin: 50px 0 0px;
	color: #252525; }

.p-groupement-societes-logo { position: relative; margin-bottom: 50px;  }
.p-groupement-societes-logo img{ height: 45px !important; width: auto !important; background: #FFF; padding: 0 50px;
}
.p-groupement-societes-logo hr{ border-top: 3px solid #e6e6e6; margin-top: -25px;
}


ul.dpe-flexible-posts.societe-list {
	padding: 0; list-style: none; text-align: center;
}


#p-groupement-7societes .societe-list > li,
#les-societes .societe-list > li { display: inline-block !important; padding: 0 20px;   position: relative; cursor: pointer; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;   height: 160px !important; line-height: 20px;
}

#p-groupement-7societes .societe-list .back,
#les-societes .societe-list  .back { height: 160px !important;  background: #FFF !important;}

#p-groupement-7societes .societe-list-three .societe-list > li,
#les-societes .societe-list-three .societe-list > li { width: 33%;}

#p-groupement-7societes .societe-list-four .societe-list > li,
#les-societes .societe-list-four .societe-list > li { width: 24% }

#p-groupement-7societes .societe-list-five .societe-list > li,
#les-societes .societe-list-five .societe-list > li { width: 19%;}



#p-groupement-7societes .societe-list > li img,
#les-societes .societe-list > li img { max-height: 70px; width: auto !important;}

#p-groupement-7societes .societe-list > li img{
/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ *!/
  filter: gray; /* IE6-9 *!/
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ *!/
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari *!/
  -webkit-backface-visibility: hidden; /* Fix for transition flickering *!/*/
}

#p-groupement-7societes .societe-logo,
#p-groupement-7societes h3.title,
#les-societes .societe-logo,
#les-societes h3.title{ display: none;
}


#p-groupement-7societes .societe-name,
#les-societes .societe-name{ font-size: 1.2em; margin-bottom: 0; }





/* @group Flip */


.flip-container {
     /* 1 */
    /* For Firefox <= 15 to apply perspective. Without these two lines transformation will be flat.
    This fix, however, doesn’t apply if we put overflow property on the element being fixed.
    */
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
}

.front {
     /* 2 */
    /*Fix for Chrome, version <= 22*/    
   
      -webkit-transform: rotateY(0deg);

    /* or this
    -webkit-transform: translate3d(0, 0, 0);
     any property that triggers hardware acceleration will do the trick
    */
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container, .front, .back {
    width: 220px;
    height: 95px;
}



.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;


    position: absolute;
    top: 0;
    left: 0;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.front {
    z-index: 2;
}


/* @end */


/* Hero Map */


.wpgmp-map-1 div.cluster *{
	border: 4px solid #1c5463; background: none #1c5463 !important;
	-webkit-border-radius: 80px !important;
	border-radius: 80px !important; color: #ffff !important;
	font-weight: bold;
	font-size: 15px !important;
}

.wpgmp-map-1 .wpgmp_tabs_container {
	top: 0 !important; left: 0; width: 290px; 
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {
	text-transform: uppercase !important; font-size: 1.3em !important;
}



.wpgmp-map-1 .wpgmp-tab-0 a.active,
.wpgmp-map-1 .wpgmp_toggle_container {
	display: none;
}

.wpgmp-map-1 .wpgmp-tab-0 a.active,
.wpgmp-map-1 .wpgmp_toggle_container {
	display: none;
}

span.fc-badge.info.Construction {
	background-color: #ee983a !important; border: 1px solid #ee983a !important;
	color: #FFF;
}
span.fc-badge.info.Emballage {
	background-color: #96bf45 !important; border: 1px solid #96bf45 !important;
	color: #FFF;
}

.wpgmp-map-1 .fc-main {padding: 10px; font-size: 1.15em;}

.wpgmp-map-1 .fc-item-featured_image img {
text-align: center !important; margin: 0 auto !important; float: none; height: 70px !important; width: auto !important;
}


.wpgmp-map-1 .wp-post-image {
width: 200px !important;
}

.wpgmp-map-1 .societe-logo, .wpgmp-map-1 .societe-name {display: none;}


.wpgmp-map-1 .fc-item-featured_image  {
width: 100% !important; display: inline-block !important;
}


/* Hero Proximité */

#p-groupement-proximite{
	background: #f8f8f8 !important; 
}


/* Hero Developpement */

#p-groupement-developpement{
	background: #FFF !important; 
}

.counter-size {
	color: #005261;
	text-align: center; font-size: 2em; font-weight: 400; line-height: 1.8em !important;
	
}


.counter-size strong {
	text-transform: uppercase;
	font-size: 0.7em;
}


.counter-size span {
	font-size: 2.7em;
}


/* @end */

/* @group Page Identité */

#p-identite-intro .panel-row-style {
	padding: 40px 0 !important;
}

#p-identite-big-title{background: #fff; color: #555353; font-size:1.6em; 
	font-style: italic;
	line-height: 1.5em;
	padding-top: 40px !important;
	padding-bottom: 0px !important;
}

#p-identite-big-title hr{
	max-width: 140px; margin: 30px auto 0px !important;
border-top: 1px solid #dad8da;
}


#p-identite-big-title strong{ font-size: 1.2em;
	color: #005463;
}

#p-identite-big-title .big-quotes:before,
#p-identite-big-title .big-quotes:after {
	color: #dad9da;
}

#p-identite-big-title .big-quotes:before {
	left: 3%;
}

#p-identite-big-title .big-quotes:after {
	right: 3%;
}

#p-identite-valeurs {
	padding: 30px 0 0 !important;
}

#p-identite-valeurs .textwidget{
	padding: 0 8% !important;
	text-align: justify;
}

#p-identite-hero-vision-mission .widget-title{
	text-align: center;
	color: rgba(255, 255, 255, 0.43) !important;
	margin-bottom: 20px;
	font-size: 2.8em;
	text-transform: none;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.44);
}

#p-identite-hero-vision-mission .panel-last-child div.panel-widget-style.panel-widget-style-for-w5da5efbf509ba-0-1-0 div.so-widget-sow-editor.so-widget-sow-editor-base .widget-title{
	margin-top: 120px;
}

#p-identite-hero-vision-mission .widget-title:after{
	display: none;
}

#p-identite-hero-vision-mission .textwidget{
	padding: 0 12% !important;
	text-align: justify;
}

/* @end */

/* @group Page Entrepreneurs */

.page-entrepreneurs {}

.ms-entrepreneurs-slider {padding-top: 0 !important; }

/* Title */
#p-entrepreneurs-title .overlay {background: #2a2e32 !important; opacity: 0.8;
}

/* Quote */
.p-entrepreneurs-quotes {
	color: rgba(255, 255, 255, 0.71);
	font-style: italic; font-size: 1.8em; margin-top: 20px; font-weight: 300 !important; line-height: 1.4em;
}

.p-entrepreneurs-quotes strong{
	color: rgba(255, 255, 255,1);
	 font-size: 1.2em; 
}

.p-entrepreneurs-quotes .big-quotes:before,
.p-entrepreneurs-quotes .big-quotes:after {
	color: rgba(218, 218, 218, 0.35);
}


/* @group Temoignages Original */

ul.dpe-flexible-posts.temoignage-list {
	padding: 0; list-style: none; text-align: center; display: inline-block; width: 100%; height: 29vw; margin: 0;
}


.temoignage-list > li { display: inline-block !important;padding: 0; width: 25%; -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;
	  box-sizing: border-box; position: relative; cursor: pointer; float: left; }

.temoignage-list .flip-container,
.temoignage-list .front,
.temoignage-list .back {width: 25vw;
   height: 30vw;  background-size: cover !important;
	background-position: center !important;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
   	  box-sizing: border-box; padding: 50px 10% 0;
   	  color: #FFF;
	background-color: #2b2b2b; font-weight: 300; text-align: left; font-size: 1em;
}

/* @end */

/* @group Temoignages Carroussel */

.slider-temoignages .ms-staff-carousel{
margin: 0 !important;
}

.slider-temoignages .ms-staff-carousel .ms-nav-next{
	right: 2% !important;
}

.slider-temoignages .ms-staff-carousel .ms-nav-prev{
	left: 2% !important;
}

.slider-temoignages .ms-bullets{
	z-index: 100 !important;
}

.slider-temoignages .ms-info{
position: relative !important;
width: 390px !important; height: 480px !important;
left: calc( 50% - 195px);
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
padding: 3.5%;
background: rgba(51, 51, 51, 0.85);
top: -10px !important;
color: #FFF !important;
text-align: left;
font-size: 0.95em; 

}

.slider-temoignages .ms-info strong{ display: inline-block; margin-top:15px;
}

.slider-temoignages .ms-info h4{
color: #FFF !important; font-size: 1.1em;
}

/* @end */

/* @group Temoignages Slick */

.dpe-flexible-posts.temoignage-slick { }

.dpe-flexible-posts.slick-slider { }

.temoignage-slick .flip-container,
.temoignage-slick .front,
.temoignage-slick .back {width: 100% !important;
   height: 540px !important;  background-size: cover !important;
	background-position: top !important;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
   	  box-sizing: border-box; padding: 20px 10% 0;
   	  color: #FFF;
	background-color: #2b2b2b; font-weight: 300; text-align: left; font-size: 0.95em;
	line-height: 1.6em;
}

.temoignage-slick .temoignage-list-name{
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
   	  box-sizing: border-box; padding: 10px;
   	  display: inline-block;
   	  color: #FFF;
	background-color: rgba(43, 43, 43, 0.8); font-weight: 300; text-align: left; font-size: 0.95em;
	line-height: 1.6em;
	bottom: 20px;
	position: absolute;
	left: 20px;
}

/* @end */


/* Slide Entrepreneurs */



.slide-entrepreneur-title h3{color: #FFF !important;
	text-transform: uppercase;
	font-size: 2.2em;
}

.slide-entrepreneur-title hr{
	max-width: 140px; margin: 0px auto;
		border-top: 8px solid #005362;
}


.slide-entrepreneur-text p{color: rgba(255, 255, 255, 0.39) !important;
	font-size: 6.2em;
	line-height: 1em; font-weight: 700 !important;
}

#entrepreneur-slide3 p, #entrepreneur-slide4 p{ font-size: 4.2em;
line-height: 1em;
	
}

#services-partages-chambriard {  max-width: 920px;
	margin: 0 auto;
	padding-bottom: 40px !important;
}


#spc-illustration { background: linear-gradient(to top, rgba(0, 0, 0, 0) 90.5%, rgba(0, 0, 0, 0.03) 100%) #f6f6f6 !important;
	
}

#spc-illustration *{ text-align: center !important;
	
}

/* @end */



/* @group Page Rejoindre */

.page-rejoindre {}

/* Title */

.page-rejoindre .p-header-image {min-height: 350px; padding-top: 20px !important; background-position: center !important; }

#p-rejoindre-title .overlay {background: #2a2e32 !important; opacity: 0.8 !important; 
}

.page-rejoindre .p-header-page-title {display: none;}

/* Quote */
.p-rejoindre-quotes {

		color: rgba(255, 255, 255, 0.71);
		font-style: italic; font-size: 1.8em; margin-top: 50px; font-weight: 300 !important; line-height: 1.4em;
	}

.p-rejoindre-quotes strong{
	color: rgba(255, 255, 255,1);
	 font-size: 1.2em; 
}

.p-rejoindre-quotes .big-quotes:before,
.p-rejoindre-quotes .big-quotes:after {
	color: rgba(218, 218, 218, 0.35);
}

/* Rool button */

.button-rejoindre-container {text-align: center; max-width: 700px !important; margin: 10px auto 0px !important;}

.rejoindre-roll-buttons a {text-align: center !important; color: #FFF !important; margin-top: 10%; font-size: 2em;
	text-transform: uppercase; background: none !important; width: 100%;}
.rejoindre-roll-buttons hr { max-width: 80px; margin: 20px auto 0px;border-top: 8px solid #005362;}

/* Texte */

.p-rejoindre-texte{ font-size: 1em;
	padding: 20px 50px 10px !important;
}
.p-rejoindre-texte h2{ color: #005261 !important; font-size: 1.6em; text-transform: uppercase;}

.p-rejoindre-texte .simple-btn{ margin-top: 40px; font-size: 1.1em;
}


/* @end */

/* @group Page Contact */

.page-contact {}



/* Title */
#p-contact-title .overlay {background: #2a2e32 !important; opacity: 0.8 !important;}




/* Icones */


.p-contact-infos {
	color: #FFF; font-size: 1.1em; line-height: 1.3em;
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}

.p-contact-infos .sow-container-round  {
	color: transparent !important; -webkit-border-radius: 80px !important;
	border-radius: 80px !important; border: 3px solid rgba(255, 255, 255, 0.39); width: 86px !important; height: 86px !important;
}

/* Form */

.form-col{
	display: inline-block; width: 100%;  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
		  box-sizing: border-box;  vertical-align: top; padding: 10px 5%;
}

.form-small{
	max-width: 800px; margin: 0px auto !important;
	display: inherit;
}



.form-col span em{
	color: #e9710c;
}

.form-col label, .form-col input{
	width: 100%; 
}

.form-col span{
	display: inline-block; width: 100%; padding: 10px 0 0;
}
.form-col2 {
	width: 50% !important; float: left; 
}

.form-col2:first-child {padding-left: 0;}
.form-col2:last-child {padding-right: 0;}

.form-col-full {
	width: 100% !important; padding: 10px 0 10px 5%;
}


.form-col-full .your-message textarea{ height: 220px !important;}


.form-submit{ text-align:center;}
.form-submit input{ border: 1px solid #005261;
	padding: 15px 25px; display: inline-block; -webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	-webkit-border-radius: 60px !important;
	border-radius: 60px !important;
	font-weight: 600;
	font-size: 1.2em;
}

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

.wpcf7-form .wpcf7-response-output {
	padding: 20px !important;
	text-align: center;
	font-weight: bold;
}


.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
	color: #51ae3d;
	background-color: #e6ece4;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
	color: #dc3232;
	background-color: #f8f6f1;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
	color: #f56e28;
	background-color: #f8f6f1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	color: #f6b902;
	background-color: #f8f6f1;

}




/* @end */

/* @group Realisations */

#realisations {
}

#realisations .vp-portfolio{
	max-width: 1600px !important; margin: 0 auto !important;
	padding-right: 10px;
	padding-left: 10px;
}

.vp-portfolio h2{ color: #FFF !important;}

h3.vp-portfolio__item-popup-title{ color: #FFF !important;}

.vp-portfolio__item-popup-description{ font-size: 1.3em;
}

/* @end */

/* @group Page Header */

.page-header {
	background: linear-gradient(to bottom, rgba(42, 45, 50, 0.5) 0%, rgba(42, 45, 50, 0.5) 100%), url('/wp-content/uploads/2019/08/bghead-contact-2019.jpg') center / cover no-repeat #2a2e32;
	padding: 70px 40px 50px;
}



.page-header .title-header {text-align: center; color: #FFF !important;  font-size: 2em !important;
	text-transform: uppercase;
	font-weight: bold;
}
.page-header .page-header-wrap hr { max-width: 140px; margin: 0px auto 20px;
	border-top: 8px solid #005362;
}

.page-header .taxonomy-description { max-width: 1100px; color: #FFF; margin: 20px auto 0; text-align: center;
}

/* @end */

/* @group Posts list */

.archive .post {
	margin: 30px 10px !important;
	text-align: left !important;
	border-bottom: 1px solid #c7c7c7;
	padding: 20px !important;
}

.archive .post h2.title-post.entry-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.55em;
	margin-bottom: 0;
}

.archive .post .entry-header {
	margin-bottom: 5px;
}

.archive .post h2.title-post.entry-title  a{
	color: #1b5362;
}

/* @end */


/* @group Posts */

.wrap-post,
.wrap-post .content-wrapper {
	padding: 0 !important;
	max-width: inherit;
}



.single .entry-header,
.single .entry-content { max-width: 900px !important;
padding-top: 20px; margin: 0 auto;
}

.single .entry-title { text-align: center; font-weight: bold !important;
	text-transform: uppercase;
	font-size: 1.9em !important;
	color: #1b5362 !important;}

.single .entry-meta{ text-align: center !important; display: inherit; }

/* @end */

/* @group Offre d'emploi */

.form-offre-emploi{
	padding-top: 20px;
	border-top: 1px solid #c7c7c7;
}

.form-offre-emploi h5{
	text-align: center;color: #1b5362;
	text-transform: uppercase;
	font-weight: bold;
}

.form-offre-emploi .form-col{
	padding: 0 !important;
}

.form-offre-emploi .wpcf7-file{
	font-weight: normal;
	font-style: normal;
	vertical-align: middle !important;
}

/* @end */

/* @group Vous êtes candidat */

.square-icon-row{
	max-width: 980px; margin: 0 auto;
}

.square-icon{
	min-height: 250px;
	color: #FFF;
	position: relative;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.square-icon:hover{
	background-color: #2f2f2f !important;
}

.square-icon h3 {
	margin-top: 100px !important;
}

.square-icon h3 a{
	color: #FFF !important;
	text-decoration: none;
}

.square-icon .sow-icon-container{
	font-size: 3em !important;
	margin: 20px 0 !important;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}

.square-icon:hover .sow-icon-container{
	margin: 10px 0 30px !important;
	
}

/* @end */

/*/* @group Video *!/

.vjs-tech {
	background: #FFF;
}

.video-vjs{
	border: 10px solid #333 !important;
}

.vjs-poster {
	background: radial-gradient(ellipse farthest-corner, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%) !important; 
}

button.vjs-big-play-button {
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
	border: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	background: rgba(0, 0, 0, 0.15) !important;
	-moz-transition: all 0.3s ease-out !important;
	-o-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;

}

button.vjs-big-play-button:hover {
	background: #005261 !important;
	color: #FFF !important;

}

.vjs-control-bar {
	background: rgba(51, 51, 51, 0.5) !important;
	color: #FFF !important;
	font-size: 1.4em;

}

.vjs-load-progress {
	background: rgba(20, 155, 180, 0.65) !important;

}


/* @end *!/*/


/* @group Video */

.mejs-overlay-play {
	background: radial-gradient(ellipse farthest-corner, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 56.9%, rgba(0, 0, 0, 0.53) 100%) !important; 
}


.mejs-inner .mejs-controls {
	opacity: 0 !important;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
background-color: rgba(10, 10, 10, 0.09);
}

.mejs-inner:hover .mejs-controls {
	opacity: 1 !important;
}


/* @end */


/*  --------- HELPERS RESPONSIVE --------- */




/*body:before{ content: "standard"; position: fixed; background: rgba(186, 133, 189, 0.5);font-size:0.8em;color: #FFF;
	z-index: 30000;
	padding: 0 6px;
	text-transform: uppercase;

}

@media (max-width:1199px) {
	body:before{ content: "max-width:1199px"; background: rgba(249, 4, 4, 0.5);}
}

@media (max-width:991px) {
	body:before{ content: "max-width:991px"; background: rgba(11, 116, 48, 0.5);}
}

@media (max-width:767px) {
	body:before{ content: "max-width:767px"; background: rgba(23, 118, 254, 0.5);}
}

@media (max-width:480px) {
	body:before{ content: "max-width:480px"; background: rgba(76, 106, 7, 0.5);}
}*/


/* Menu responsive */

#responsive-menu-button {
	background-color: #005261 !important;
}


/*  ---------  RESPONSIVE --------- */


@media (max-width:1199px) {
	
	body { font-size: 13px !important;}
	.site-logo {margin-left: 0px; }
	#mainnav li{padding: 0 7px;}
	
	/* Slide1 */
	
	.home .master-slider { max-height: 650px !important;}


.homeslide1 .ms-slide-bgcont{ 
	
	background-position: bottom !important;
	height: 100% !important;
}

	
	/*Page Groupement */
	
	.p-header-page-title h1 {margin-top: 3%; font-size: 1.6em;}
	
	.big-quotes:before,
	.big-quotes:after {
		font: 3em "TrebuchetMS", Arial, Helvetica, Geneva, sans-serif;
		z-index: -10; }
	
	.big-quotes:before {left: 0;}
	.big-quotes:after {	right: 0;}
	
	
	#p-groupement-2metiers { min-height: 700px; }
	
	.p-groupement-2metiers-construction,
	.p-groupement-2metiers-emballage{ width: 40%; margin-top: 120px; }
	
	.p-groupement-2metiers-construction img,
	.p-groupement-2metiers-emballage img{ height: 65px; width: auto !important;	}
	
	.p-groupement-2metiers-construction:before,
	.p-groupement-2metiers-emballage:before  { height: 380px;background-size: contain;}
	
	
	#p-groupement-7societes .societe-list > li,
	#les-societes .societe-list > li { max-width: 23%;}
	
	
	/*Page Entrepreneurs */
	
	.p-entrepreneurs-quotes {font-size: 2.2em; }
	
	ul.dpe-flexible-posts.temoignage-list {
		height: 342px;
	}
	
	.temoignage-list .flip-container,
	.temoignage-list .front,
	.temoignage-list .back {
	   height: 350px;
	   padding: 30px 10% 0;
	}
	
	.temoignage-slick .flip-container,
	.temoignage-slick .front,
	.temoignage-slick .back {
		height: 385px;
		 }
	
	
	/* Page Rejoindre */
	.page-rejoindre .p-header-image {min-height: inherit; }
	
	/* Page Contact */
	
	#p-contact-title  {padding-bottom: 50px !important;
	}
	
	
}


@media (max-width:991px) {
	
	body { font-size: 11px !important;}
	.p-header-image {padding: 0 0 20px !important;}
	.p-hero-image {min-height: inherit; padding-top: 60px !important; padding-bottom: 60px !important;
	}

	
	/* Page Home slide */
	
	.homeslide1 .ms-slide-bgcont{ 
	background-position: center !important;
	}


	.slide-col-number .span-number, .slide-col-number .jcw-digit {font-size: 45px !important;
	}

	
.slide-col-number .number{
		-ms-transform: scale(0.9); /* IE 9 */
	   -webkit-transform: scale(0.9); /* Safari */
	   transform: scale(0.9);
	}
	

.panel-grid-cell { padding: 0 !important;
	
}




	
		
		
	/* Page Groupement */
	.p-groupement-chiffres .span-number, .p-groupement-chiffres .jcw-digit {font-size: 45px !important;
	}
	
	.p-groupement-chiffres .number{
		-ms-transform: scale(0.9); /* IE 9 */
	   -webkit-transform: scale(0.9); /* Safari */
	   transform: scale(0.9);
	}
	
	#p-groupement-2metiers { min-height: 600px; }
	
	.p-groupement-2metiers-construction,
	.p-groupement-2metiers-emballage{ width: 45%; margin-top: 100px; 
	}
	
	.p-groupement-2metiers-construction img,
	.p-groupement-2metiers-emballage img{ height: 55px; width: auto !important;	}
	
	.p-groupement-2metiers-construction:before,
	.p-groupement-2metiers-emballage:before  { height: 280px;background-size: contain; 
	 width: 300px;}
	 
	 #p-groupement-7societes,
	 #les-societes {
	 	padding-top: 40px !important; padding-bottom: 40px !important;
	 }
	 
	 .p-groupement-societes {margin: 30px 0 0px;}
	 
	 .p-groupement-societes-logo { position: relative; margin-bottom: 30px;}
	 
	 .p-groupement-societes.panel-widget-style-for-10-5-0-3 { margin-top: 0;}
	 
	 #p-groupement-7societes .societe-list > li,
	 #les-societes .societe-list > li {width: 33% !important; max-width: inherit;}
	 	 
	 .temoignage-list .flip-container,
	 .temoignage-list .front,
	 .temoignage-list .back {
	     height: 125px;
	 }
	 
	 .temoignage-slick .flip-container,
	 .temoignage-slick .front,
	 .temoignage-slick .back {
	 	height: 365px;
	 	 }
	 
	 /* Page Contact */
	 
	 .p-contact-infos {
	 	padding: 2% !important;
	 }
	 
	 .contact-form-container { padding-top: 40px !important;}
	 
	 .p-contact-infos .sow-container-round  {
	 		-ms-transform: scale(0.8); /* IE 9 */
	 	-webkit-transform: scale(0.8); /* Safari */
	 	transform: scale(0.8); margin-bottom: 0 !important;
	 }
}


 




@media (max-width:767px) {

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



/* @group Video  */






#hero-video .ikn-evt-frame .ikn-evt-play-button{
	background-size: 50px !important;
	background-position: center 58% !important;
}

.ikn-evt-frame .ikn-evt-play-button {
	background-size: 45px !important;
	background-position: center 70% !important;
}

#hero-video .widget-title
{
	position: absolute; width: 100%;
	z-index: 2; color: #FFF !important;
	top:40px;
	color: #FFF !important; font-size: 1.3em;
	text-transform: uppercase;

}



#hero-video .widget-title:after { width: 100px ; margin: 20px auto 0px -50px !important; top: 15px;
	border-top: 5px solid #005362;
}

.custom-vimeo .widget-title
{
	top: 22%;font-size: 1.3em; line-height: 19px;

}

.custom-vimeo .widget-title:after { top: 10px;
}


.mouse-anim-btn
{
	display: none;
}





/* @end */





.hide-mobile { display: none;}
.only-mobile { display: block;}


.header-wrap { text-align: left;}
.header-wrap, .header-clone { height: auto !important;
}

.site-logo {margin-left: 10px; width: 300px !important;  float: left;	}

.p-header-image { background-size: cover !important;}
.big-quotes {font-size:17px !important; line-height:29px !important;
padding: 0 10px; text-align: center !important;
}

.big-quotes div{
display: inline; }


.big-quotes:before,
.big-quotes:after {
	font-weight: normal;
	font-style: normal; 
	font: 35px "TrebuchetMS", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	z-index: 0;
	left: auto; top: 5px;right:auto; line-height: inherit; opacity: 0.5;
}


.p-header-page-title h1 {margin-top: 10%; font-size: 19px; margin-bottom: 10px;
}
.p-header-page-title hr { border-top: 6px solid #005362;}


.p-hero-title-normal h2 {font-size: 19px !important; margin-bottom: 10px;
}
.p-hero-title hr,
.p-hero-title-normal hr,
.p-header-page-title hr { max-width: 100px; margin: 0px auto; border-top: 5px solid #005362;}

#p-groupement-construction hr,
#p-groupement-emballage hr { max-width: 100px;  border-top: 5px solid rgba(255, 255, 255, 0.3); margin-top: 5px;
}


#p-groupement-construction hr{ border-top-color: #ee983a;}
#p-groupement-emballage hr{ border-top-color: #98c146;}

.p-header-page-title hr { border-top-color: #005362;}


.rejoindre-roll-buttons hr { max-width: 80px; margin: 00px auto 0px;border-top: 4px solid #005362;}




/* Slide mobile */

/* Idnetité */

#p-identite-intro .panel-row-style {
	padding: 10px 0 !important;
}

#p-identite-valeurs {
	padding: 20px 0 0 !important;
}

#p-identite-big-title .big-quotes:before {
	left: -1%;
}

#p-identite-big-title .big-quotes:after {
	right: -1%;
}

#p-identite-hero-vision-mission .widget-title{
	margin: 0 !important;
	padding-top: 10px;
	font-size: 1.9em;
}




/* Page Groupement */

/* Chiffres */
.p-groupement-chiffres{position: relative; 
	bottom: 0;  color: #005361;margin: 0px auto 0;
}

.p-groupement-chiffres .span-number, .p-groupement-chiffres .jcw-digit { color: #005361;
font-weight: 600; 
}


.p-groupement-chiffres b, .p-groupement-chiffres strong{ font-size:0.95em; font-weight: 600; }

.p-groupement-chiffres .su-row{margin: 0px auto 40px;}

.p-groupement-chiffres .number{
	-ms-transform: scale(0.55); /* IE 9 */
   -webkit-transform: scale(0.55); /* Safari */
   transform: scale(0.55); 
}

.p-groupement-chiffres .su-column-size-1-4 {
	width: 100% !important; display: inline-block; line-height: 0px !important;

}

.wpgmp-map-1 {
	width: 100% !important;}
.wpgmp-map-1 .wpgmp_tabs_container {top: 0 !important; left: 0; width: 100%;  margin-top: 0 !important;
 }

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title {font-size: 1.5em !important;}


#p-groupement-2metiers { min-height: 400px; }

#p-groupement-2metiers .p-hero-title-normal {
	margin-top: 20px;
}

.p-groupement-2metiers-construction,
.p-groupement-2metiers-emballage{ width: 100%; margin-top:70px; 
}

.p-groupement-2metiers-construction img,
.p-groupement-2metiers-emballage img{ height: 45px; width: auto !important;	}

.p-groupement-2metiers-construction:before,
.p-groupement-2metiers-emballage:before  { height: 180px;background-size: contain; 
 width: 200px;}
 

 .p-groupement-2metiers-emballage:before  { bottom: inherit !important; top: inherit;
 }
 
 #p-groupement-construction.p-hero-image,
 #p-groupement-emballage.p-hero-image {min-height: inherit; 
 }
 .p-groupement-liste-taff li{
 	font-size: 1.5em; 
 
 }
 .p-groupement-liste-taff li:before{
 font-size: 15px; width: 20px; height: 20px; line-height: 15px; 
 	
 }

.p-groupement-liste-taff .size-full {
	width: auto; max-height: 40px; width: auto; 
}

/*#p-groupement-construction .p-groupement-liste-taff li,
#p-groupement-emballage .p-groupement-liste-taff li{
	width: 90%; 
}*/


#p-groupement-7societes .societe-list > li ,
#les-societes .societe-list > li { display: inline-block !important; width: 100% !important; 
}

#p-groupement-7societes .flip-container,
#p-groupement-7societes .front,
#p-groupement-7societes .back,
#les-societes .flip-container,
#les-societes .front,
#les-societes .back {
   height: 150px; width: 100%;
}

/* Page Entrepreneurs */


#p-entrepreneurs-temoignages .temoignage-list > li { width: 50%; float: none; }

.panel-grid-cell {margin-bottom: 0 !important;}

.temoignage-list .flip-container,
.temoignage-list .front,
.temoignage-list .back {
   height: 250px; width: 100%;
}

ul.dpe-flexible-posts.temoignage-list {
	height: auto;
}

.temoignage-slick  {
	font-size: 0.8em;
	 }


/* Contact */

.p-contact-infos {
	 font-size: 1em; 
	padding-top: 50px !important;
}

.p-contact-infos .sow-container-round  {
		-ms-transform: scale(0.7); /* IE 9 */
	-webkit-transform: scale(0.7); /* Safari */
	transform: scale(0.7);
}

/* Home Slider */

.home .ms-view,
.home .ms-slide,
.home .master-slider-parent,
.home .site-main,
home-slider-container{
height: 400px !important;
}

/* Slide4 */
.slide-metier-list li:before{font-size: 15px; width: 20px; height: 20px; line-height: 15px;}


.form-col2 {
	width: 100% !important; padding: 0; float: none; 
}

/*  Footer Coordonées */

#sidebar-footer {
	text-align: center;
	padding-top: 50px; background-size: 15%;	}
.footer-coordonnees  h3.widget-title{ font-size: 1.6em;}
}

@media (max-width:480px) {

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

.site-logo {width: 205px !important; margin-left: -5px;}
#responsive-menu-button {
	width: 45px !important; height: 45px !important;
	top: 10px !important; right: 10px !important;
}

.big-quotes {
font-size: 16px !important; line-height: 28px !important;
}

.big-quotes:before,
.big-quotes:after {
	font-size: 1.4em; top: inherit;
}

#hero-video .widget-title
{
	top:30px;font-size: 1.25em;

}

#hero-video .widget-title:after { top: 8px;
}

/* Home Slider */

.home .ms-view,
.home .ms-slide,
.home .master-slider-parent,
.home .site-main,
home-slider-container{
height: 290px !important;
}

/* Page groupement */

.p-groupement-chiffres .number{
	-ms-transform: scale(0.6); /* IE 9 */
   -webkit-transform: scale(0.6); /* Safari */
   transform: scale(0.6); }

.p-groupement-liste-taff ul{ margin: 20px auto 0; /*display: table; width: auto; */
}
.p-groupement-liste-taff ul li{ display: table-row; /*width: auto; */

}

/* Page Entrepreneurs */
#p-entrepreneurs-temoignages .temoignage-list > li { width: 100%; }

.p-rejoindre-texte{ font-size: 1em;
	padding: 20px 20px 10px !important; 
}

.p-rejoindre-texte .simple-btn{ margin-top: 10px; font-size: 1em;
}

/* Page Contact */
div.sow-features-feature.sow-icon-container-position-top.sow-features-feature-last-row {
	 margin-bottom: 0 !important;
}
		
		
}






