/* TEMPLATE IBJB_05  */

:root {
	--dark-indigo: #0c2d4a;
}

/* MAIN-CONTENT */

/* itemid-153 / 114				ENTREPRISE		FR / EN  		*/
/* itemid-152 / 115				INNOVATIONS		FR / EN  		*/
/* itemid-154 / 117				QUALITE			FR / EN  		*/
/* itemid-109 #art-8  / 118		CONTACT			FR / EN  		*/

/*#maincontent {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 100px;
}*/

#maincontent > .inner	{
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
    justify-content: center;
}


.itemid-152 #maincontent,
.itemid-115 #maincontent	{
	background-image: url("../../../images/template_ibjb-05/innovations.jpg");
}
.itemid-153 #maincontent,
.itemid-114 #maincontent	{
	background-image: url("../../../images/template_ibjb-05/l-entreprise.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.itemid-154 #maincontent,
.itemid-117 #maincontent	{
	background-image: url("../../../images/template_ibjb-05/qualite-certification.jpg");
}
.itemid-109 #maincontent,
.itemid-118 #maincontent	{
	position: relative;
	background-color: blue;
	background-image: url("../../../images/articles/8/contact-bg.jpg") ;
	background-position: bottom center;
	background-size: cover;
}

.itemid-109 #maincontent #rond-1,
.itemid-109 #maincontent #rond-2,
.itemid-109 #maincontent #rond-3,
.itemid-118 #maincontent #rond-1,
.itemid-118 #maincontent #rond-2,
.itemid-118 #maincontent #rond-3	{
	position: absolute;
	width:  calc(30px + 5vw);
	height: calc(30px + 5vw);
	background-image: linear-gradient(131deg, #2d94ac, #004e71 98%, #428bb1);
	border-radius: 50%;
}
.itemid-109 #maincontent #rond-1,
.itemid-118 #maincontent #rond-1	{
	top: 8%;
	right: 5vw;
}
.itemid-109 #maincontent #rond-2,
.itemid-118 #maincontent #rond-2	{
	top: 45%;
	left: 5vw;
}
.itemid-109 #maincontent #rond-3,
.itemid-118 #maincontent #rond-3	{
	width:  2vw;
	height: 2vw;
	top: 80%;
	right: 10vw;
}
.itemid-109 #maincontent #rond-4,
.itemid-118 #maincontent #rond-4	{
	position: absolute;
	--width:  317px;
	width: var(--width);
	height: var(--width);
	border: solid 2px #fff;
	border-radius: 50%;
	bottom: calc(-0.416 * var(--width));
	left: calc(50% - (var(--width) / 2));
	background-image: url("../../../images/articles/8/croix.svg") ;
	background-position: center center;
	background-size: 35px 35px;
	background-repeat: no-repeat;
}

.itemid-109 #maincontent .sur-titre,
.itemid-118 #maincontent .sur-titre {
	margin: auto;
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #f981a3;
	text-transform: uppercase;
}

.itemid-109 #maincontent .titre,
.itemid-118 #maincontent .titre {
	margin: auto;
	margin-top: 10px;
	width: 90%;
	max-width: 543px;
	font-family: Raleway;
	font-size: 32px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.itemid-109 #maincontent .conteneur-flex,
.itemid-118 #maincontent .conteneur-flex	{
/*	width: 95%; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.itemid-109 #maincontent .conteneur-flex.c1,
.itemid-118 #maincontent .conteneur-flex.c1	{
	max-width: 700px;
	margin: auto;
}
.itemid-109 #maincontent .conteneur-flex.c2,
.itemid-118 #maincontent .conteneur-flex.c2	{
	max-width: 1000px;
	margin: auto;
	margin-top: 0px;
}

.itemid-109 #maincontent .bouton,
.itemid-118 #maincontent .bouton	{
	position: relative;
	width: 300px;
	height: 100px;
	margin: auto;
	margin-top: 40px;
	border-radius: 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.itemid-109 #maincontent a,
.itemid-118 #maincontent a	{
	text-decoration: none;
}

.itemid-109 #maincontent .bouton:hover,
.itemid-118 #maincontent .bouton:hover	{
	/*cursor: grab;*/
	background-color: #ffffff;
	box-shadow: 5px 5px 5px #000;
}

.itemid-109 #maincontent .bouton .txt,
.itemid-118 #maincontent .bouton .txt	{
  font-family: Raleway;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 0.6px;
  text-transform: uppercase;
	color: #fff;
}
.itemid-109 #maincontent .bouton a,
.itemid-118 #maincontent .bouton a	{
	text-decoration: none;
}
.itemid-109 #maincontent .bouton:hover .txt,
.itemid-118 #maincontent .bouton:hover .txt	{
	color: #0c1e5d;
}

.itemid-109 #maincontent .bouton.labos .txt,
.itemid-118 #maincontent .bouton.labos .txt		{
	position: relative;
	width: 160px;
	top: -10px;
	right: 40px;
	text-align: right;
}
.itemid-109 #maincontent .bouton.prescripteurs .txt,
.itemid-118 #maincontent .bouton.prescripteurs .txt	{
	position: relative;
	width: 180px;
	top: -20px;
	right: 40px;
	text-align: right;
}

.itemid-109 #maincontent .bouton.distributeurs .txt,
.itemid-109 #maincontent .bouton.autres .txt,
.itemid-118 #maincontent .bouton.distributeurs .txt,
.itemid-118 #maincontent .bouton.autres .txt	{
	position: relative;
	width: 150px;
	top: 0;
	left: 30px;
	text-align: left;
}


.itemid-109 #maincontent .bouton.labos,
.itemid-118 #maincontent .bouton.labos	{
	background-image: url("../../../images/articles/8/labos.svg") ;
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: right 30px  center;
}
.itemid-109 #maincontent .bouton.labos:hover,
.itemid-118 #maincontent .bouton.labos:hover	{
	background-image: url("../../../images/articles/8/labos-hover.svg") ;
}
.itemid-109 #maincontent .bouton.distributeurs,
.itemid-118 #maincontent .bouton.distributeurs	{
	background-image: url("../../../images/articles/8/distributeurs.svg") ;
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: left 30px  center;
}
.itemid-109 #maincontent .bouton.distributeurs:hover,
.itemid-118 #maincontent .bouton.distributeurs:hover	{
	background-image: url("../../../images/articles/8/distributeurs-hover.svg") ;
}
.itemid-109 #maincontent .bouton.prescripteurs,
.itemid-118 #maincontent .bouton.prescripteurs	{
	background-image: url("../../../images/articles/8/prescripteurs.svg") ;
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: right 30px  center;
}
.itemid-109 #maincontent .bouton.prescripteurs:hover,
.itemid-118 #maincontent .bouton.prescripteurs:hover	{
	background-image: url("../../../images/articles/8/prescripteurs-hover.svg") ;
}
.itemid-109 #maincontent .bouton.autres,
.itemid-118 #maincontent .bouton.autres	{
	background-image: url("../../../images/articles/8/autres.svg") ;
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: left 30px  center;
}
.itemid-109 #maincontent .bouton.autres:hover,
.itemid-118 #maincontent .bouton.autres:hover	{
	background-image: url("../../../images/articles/8/autres-hover.svg") ;
}



/* itemid-153 / 114				ENTREPRISE		FR / EN  		*/
/* itemid-152 / 115				INNOVATIONS		FR / EN  		*/
/* itemid-154 / 117				QUALITE			FR / EN  		*/
/* itemid-109 #art-8  / 118		CONTACT			FR / EN  		*/

#maincontent h2	{
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 6.9px;
	text-align: center;
	text-transform: uppercase;
}
.itemid-152 #maincontent h2,
.itemid-115 #maincontent h2	{
	color: #0c2d4a;
}
.itemid-153 #maincontent h2,
.itemid-154 #maincontent h2,
.itemid-114 #maincontent h2,
.itemid-117 #maincontent h2	{
	color: #f00044;
}

#maincontent h1 {
	margin-top: 40px;
	font-family: Helvetica;
	font-size: 45px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 5.6px;
	text-align: center;
	text-transform: uppercase;
}
.itemid-152 #maincontent h1,
.itemid-115 #maincontent h1	{
	color: #f00044
}
.itemid-153 #maincontent h1,
.itemid-154 #maincontent h1,
.itemid-114 #maincontent h1,
.itemid-117 #maincontent h1	{
	color: #0c2d4a;
}

#maincontent div.txt {
	width: 90%;
	max-width: 592px;
	margin: auto;
	margin-top: 40px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #0c2d4a;
}

.itemid-153 #maincontent .signature,
.itemid-114 #maincontent .signature	{
	margin-top: 32px;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: normal;
	text-align: center;
	color: #f00044;
}


/*  FORMULAIRE IN MODALE  */
/* CSS fabrik --> templates/ibjb_05/html/com_fabrik/form/bootstrap/custom_css.php */

.itemid-109 div.modal,
.itemid-118 div.modal	{
	top: 0;
	left: 0;
}
div#modal-5.modal, /* The Modal (background) */
div#modal-6.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  right: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  margin: auto;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  width: 50%;
  min-width: 420px;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 5%;
  border: 1px solid #888;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#w-block-1 .modal-content .sur-titre	{
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #f00044;
	text-transform: uppercase;
}

#w-block-1 .modal-content .titre	{
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: Raleway;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #0c2d4a;
}

#modal-6 .modal-content iframe	{
	width: 98%;
	min-width: 400px;
	min-height: 450px;
	margin: auto;
	border: solid 1px red;
}


/*  #mod-141  -> CULTURE DE L'INNOVATION  */
/*  #mod-144 / 184 (custom-mod-144)  -> L'ENTREPRISE - NOS VALEURS  */
/*  #mod-160  -> QUALITE - RECONNAISSANCE  */
/*  #mod-162  -> CONTACT - Interlocuteur  */



#w1-block-1 #mod-141	{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
	background-image: linear-gradient(to top, #bd0e2c, #ff004b);
}
#w1-block-1 .custom-mod-144,
#w1-block-1 .custom-mod-144	{
	padding-top:    40px;
	padding-bottom: 40px;
	text-align: center;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	background-image: linear-gradient(to bottom, #1c5981, #0c2d4a);
}
#w1-block-1 #mod-160	{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	background-image: linear-gradient(to bottom, #1c5981, #0c2d4a);
}
#w1-block-1 #mod-162	{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}


#w1-block-1	.sur-titre	{
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.08;
	letter-spacing: 5.2px;
	text-align: center;
	color: #0c2d4a;
 	text-transform: uppercase;
}
#w1-block-1 #mod-160 .sur-titre	{
	color: #f981a3;
}
#w1-block-1 #mod-162 .sur-titre	{
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #f00044;
  	text-transform: uppercase;
}

#w1-block-1 #mod-141 .titre,
#w1-block-1 #mod-160 .titre	{
	margin-top: 20px;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
 	text-transform: uppercase;
}
#w1-block-1 .custom-mod-144 .titre {
	font-family: Raleway;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #f981a3;
 	text-transform: uppercase;
}
#w1-block-1 #mod-162 .titre {
	margin: auto;
	margin-top: 24px;
	width: 90%;
	max-width: 600px;
	font-family: Raleway;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	color: #0c2d4a;
 	text-transform: uppercase;
}

#w1-block-1 #mod-160 .txt	{
	width: 90%;
	max-width: 619px;
	margin: auto;
	margin-top: 30px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
#w1-block-1 #mod-162 .txt {
	margin: auto;
	margin-top: 40px;
	width: 90%;
	max-width: 600px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #0c2d4a;
}

#w1-block-1  .conteneur-flex	{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
	align-items: top;
	margin-top: 20px;
	margin-bottom: 80px;
}
#w1-block-1 #mod-160  .conteneur-flex	{
	align-items: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

#w1-block-1 #mod-141  .element-flex	{
	border-top: solid 1px #ffffff;
	width: 300px;
	margin: 30px -15px;
	padding-right: 30px;
	padding-left:  30px;
}
#w1-block-1 .custom-mod-144 .element-flex	{
	width: 140px;
	margin-left: 15px;
	margin-right: 15px;
}
#w1-block-1 #mod-162 .element-flex	{
	position: relative;
	width: 220px;
	margin: 20px;
	text-align: center;
}

#w1-block-1 #mod-141 .element-flex img	{
	width:  29px;
	height: 29px;
	margin-top: -14.5px;
}
#w1-block-1 #mod-160 .element-flex img	{
	margin: 30px;
}

#w1-block-1 .custom-mod-144 .cercle	{
	width:  50px;
	height: 50px;
	margin: auto;
	border: solid 2px #ffffff;
	border-radius: 50%;
}

#w1-block-1 #mod-141 .element-flex .titre-element	{
	margin-top: 20px;
	font-family: Raleway;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
#w1-block-1 .custom-mod-144 .element-flex .titre-element	{
	margin-top: 15px;
	height: 76px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 3.47;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
 	text-transform: uppercase;
}

#w1-block-1 #mod-141 .element-flex .txt {
	margin-top: 20px;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

#w1-block-1 #mod-162 .element-flex .masque	{
	--width: 173px;
	width: var(--width);
	height: var(--width);
	position: absolute;
	top: 25px;
	left: calc( 50% - ( var(--width) / 2));
	margin: auto;
	opacity: 1;
	background-color: #f00044;
	border-radius: 50%;
	text-align: center;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
#w1-block-1 #mod-162 .element-flex.hover .masque	{
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#w1-block-1 #mod-162 .element-flex .masque p {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2.5px;
  text-align: center;
  color: #fafbfc;
}

#w1-block-1 #mod-162 .element-flex .masque p.lignex1	{
	padding-top: 70px;
}
#w1-block-1 #mod-162 .element-flex .masque p.lignex2	{
	padding-top: 60px;
}

#w1-block-1 #mod-162 .element-flex .visuel	{
	width: 220px;
	height: 220px;
	margin: auto;
	margin-top: 25px;
	opacity: 0.3;
	background-size: 220px auto;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: margin-top 1s;
	-webkit-transition: margin-top 1s;
}
#w1-block-1 #mod-162 .element-flex.hover .visuel	{
	margin-top: 0;
	opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: margin-top 1s;
	-webkit-transition: margin-top 1s;

}
#w1-block-1 #mod-162 #ds.element-flex .visuel	{
	background-image: url("../../../images/modules/162/ibjb-ds.png");
}
#w1-block-1 #mod-162 #rb.element-flex .visuel	{
	background-image: url("../../../images/modules/162/ibjb-rb.png");
}
#w1-block-1 #mod-162 #sl.element-flex .visuel	{
	background-image: url("../../../images/modules/162/ibjb-sl.png");
}
#w1-block-1 #mod-162 #vv.element-flex .visuel	{
	background-image: url("../../../images/modules/162/ibjb-vv.png");
}

#w1-block-1 #mod-162 .element-flex a	{
	text-decoration: none;
}

#w1-block-1 #mod-162 .element-flex .nom	{
	font-size: 15px;
	letter-spacing: 2.5px;
	background-color: transparent;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
#w1-block-1 #mod-162 .element-flex.hover .nom	{
	opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#w1-block-1 #mod-162 .element-flex .email	{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.92;
	letter-spacing: normal;
	text-align: center;
	color: #f00044;
	background-color: transparent;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
#w1-block-1 #mod-162 .element-flex.hover .email	{
	opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}



/*  .itemid-152 / 115 -> OPEN INNOVATION   */
/*  .itemid-153 / .itemid-114  -> ENTREPRISE--histoire  */
/*  #mod-161	-> QUALITE--clients & partenaires  */
/*  .itemid-109		#mod-163	-> CONTACT--nous-rencontrez  */

#w1-block-2	{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}
.itemid-109 #w1-block-2,
.itemid-118 #w1-block-2	{
	/*background-color: blue;                                                   */
	/*background-image: url("../../../images/modules/163/mod-163-bg.jpg") ;     */
	/*background-position: top center;                                          */
	/*background-size: cover;                                                   */
	/*padding-top: 60px;                                                        */
	/*padding-bottom: 100px;                                                    */

	width: 100%;
	padding: 100px 0 100px 0;
	background-color: #ffffff;
	margin-bottom: -100px;
}

#w1-block-2 .sur-titre	{
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
}
.itemid-152 #w1-block-2 .sur-titre,
.itemid-115 #w1-block-2 .sur-titre	{
	color: #0c2d4a;
}
.itemid-153 #w1-block-2 .sur-titre,
.itemid-114 #w1-block-2 .sur-titre	{
	color: #f00044;
}
#w1-block-2 #mod-161 .sur-titre	{
	margin-top: 60px;
	color: #f00044;
}
#w1-block-3 #mod-163 .sur-titre	{
  color: #f981a3;
}


#w1-block-2 .titre	{
	margin-top: 40px;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.itemid-152 #w1-block-2 .titre,
.itemid-115 #w1-block-2 .titre	{
	color: #f00044;
}
.itemid-153 #w1-block-2 .titre,
.itemid-114 #w1-block-2 .titre,
#w1-block-2 #mod-161 .titre	{
	color: #0c2d4a;
}
#w1-block-3 #mod-163 .titre	{
  color: #ffffff;
}

#w1-block-2 .sous-titre	{
	width: 80%;
	margin: auto;
	margin-top: 20px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #0c2d4a;
}
#w1-block-3 #mod-163 .sous-titre	{
	color: #ffffff;
}

#w1-block-2 #mod-161 .conteneur-flex	{
	width: 100%;
	max-width: 940px;
	margin: 80px auto 80px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

#w1-block-2 #mod-161 .conteneur-flex img {
	width: 200px;
	height: auto;
	margin: 15px;
}

#w1-block-3 #mod-163 #btn-map,
#w1-block-3 #mod-163 #btn-map a	{
	cursor: grab;
	color: #f981a3;
}

/* Slide  */

.itemid-153  #w1-block-2 .flexslider .flex-viewport,
.itemid-114  #w1-block-2 .flexslider .flex-viewport {
    max-height: calc(2000px - 10vw);
}
.itemid-153  #w1-block-2 .flexslider .titre,
.itemid-114  #w1-block-2 .flexslider .titre	{
	font-family: Raleway;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 6.9px;
	text-align: center;
	color: #f00044;
}
.itemid-153  #w1-block-2 .flexslider .txt,
.itemid-114  #w1-block-2 .flexslider .txt	{
	width: 80%;
	max-width: 940px;
	margin: auto;
	margin-top: 40px;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: normal;
	text-align: center;
	color: #0c2d4a;
}
.itemid-153  #w1-block-2 .flexslider .ligne,
.itemid-114  #w1-block-2 .flexslider .ligne	{
	width: 115px;
	height: 0.5px;
	margin: 20px auto;
	background-color: #979797;
}


#w1-block-3 .conteneur-flex	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
	align-items: top;
}

#w1-block-3 .element-flex	{
	width:  380px;
	margin-left: 9.5px;
	margin-right: 9.5px;
}

#w1-block-3 #mod-163 .element-flex .titre	{
	font-family: Raleway;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: 3px;
	text-align: center;
	color: #f981a3;
	text-transform: uppercase;
}


#w1-block-3 .element-flex img	{
	width:  380px;
	margin-top: 60px;
}

#w1-block-3 .element-flex .txt	{
	margin-top: 60px;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #0c2d4a;
}

/*	#w1-block-2 #mod-163 .txt	{                */
/*		margin-top: 30px;                        */
/*	  line-height: 1.67;                         */
/*	  letter-spacing: 0.7px;                     */
/*	  text-align: center;                        */
/*	  color: #ffffff;                            */
/*	}                                            */
/*	#w1-block-2 #mod-163 .txt a	{                */
/*		text-decoration: none;                   */
/*		color: #ffffff;                          */
/*	}                                            */
/*	#w1-block-2 #mod-163 .txt a.plan	{        */
/*		text-decoration: underline;              */
/*		color: #f981a3;                          */
/*		text-transform: uppercase;               */
/*	}                                            */




/*  .itemid-152 / .itemid-115 -> INNOVATION - ECOUTE   */
/*  .itemid-153 / .itemid-114 -> ENTREPRISE--histoire  */
/*  .itemid-109  -> CONTACT--formulaire-hotline  */


.itemid-152 #w1-block-3,
.itemid-115 #w1-block-3	{
	width: 100%;
	padding: 100px 0 100px 0;
	background-image: url("../../../images/modules/143/innovation-ecoute.jpg");
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-bottom: -100px;
}

.itemid-153 #w1-block-3,
.itemid-114 #w1-block-3 	{
	width: 100%;
	padding: 100px 0 100px 0;
	background-image: linear-gradient(to bottom, #1c5981, #0c2d4a);
}

.itemid-109 #w1-block-3,
.itemid-118 #w1-block-3	{
	/*width: 100%;                 */
	/*padding: 100px 0 100px 0;    */
	/*background-color: #ffffff;   */
	/*margin-bottom: -220px;       */

	background-color: blue;
	background-image: url("../../../images/modules/163/mod-163-bg.jpg") ;
	background-position: top center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 100px;
}

#w1-block-3 #mod-163 .txt	{
	margin-top: 30px;
  line-height: 1.67;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}
#w1-block-3 #mod-163 .txt a	{
	text-decoration: none;
	color: #ffffff;
}
#w1-block-3 #mod-163 .txt a.plan	{
	text-decoration: underline;
	color: #f981a3;
	text-transform: uppercase;
}

#w1-block-3 .sur-titre	{
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #0c2d4a;
	text-transform: uppercase;
}
.itemid-152 #w1-block-3 .sur-titre,
.itemid-115 #w1-block-3 .sur-titre	{
	color: #0c2d4a;
}
.itemid-153 #w1-block-3 .sur-titre,
.itemid-114 #w1-block-3 .sur-titre	{
	color: #f981a3;
}
.itemid-109 #w1-block-2 .sur-titre,
.itemid-118 #w1-block-2 .sur-titre	{
	color: #f00044;
}

#w1-block-3 .titre	{
	margin-top: 40px;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
.itemid-152 #w1-block-3 .titre,
.itemid-115 #w1-block-3 .titre	{
	color: #ff004b;
}
.itemid-153 #w1-block-3 .titre,
.itemid-114 #w1-block-3 .titre	{
	color: #ffffff;
}
.itemid-109 #w1-block-3 .titre,
.itemid-118 #w1-block-3 .titre	{
  font-family: Raleway;
  color: #0c2d4a;
}

#w1-block-3 .txt {
	margin: auto;
	margin-top: 40px;
	width: 90%;
	max-width: 800px;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
}
.itemid-152 #w1-block-3 .txt,
.itemid-115 #w1-block-3 .txt	{
	color: #0c2d4a;
}
.itemid-153 #w1-block-3 .txt,
.itemid-114 #w1-block-3 .txt	{
	max-width: 900px;
	color: #ffffff;
}
.itemid-109 #w1-block-3 .txt,
.itemid-118 #w1-block-3 .txt	{
  width: 380px;
  margin-bottom: 40px;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #0c2d4a;
}

/* CSS fabrik --> templates/ibjb_05/html/com_fabrik/form/bootstrap/custom_css.php */

#form_2 ::placeholder {
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 4;
  letter-spacing: 1.8px;
}

#form_2.fabrikForm .row-fluid	{
	width: 100%;
	max-width: 780px;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: top;
}

#form_2.fabrikForm #group-6 .row-fluid	{
	justify-content: center;
}

#form_2.fabrikForm #group4 .fabrikElementContainer
#form_2.fabrikForm #group5 .fabrikElementContainer,	{
	width: 234px;
	margin: 10px;
}
#form_2.fabrikForm #group6 .fabrikElementContainer	{
	width: 100%;
	margin: auto;
}
#form_2.fabrikForm .fabrikLabel.control-label {
	width: 100%;
	height: 20px;
	font-family: Raleway;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: 1.2px;
	color: #0c2d4a;
	text-transform: uppercase;
}

#form_2.fabrikForm #group4 .fabrikElement .input-medium,
#form_2.fabrikForm #group5 .fabrikElement .input-medium	{
  width: 204px;
  height: 47px;
  border: none;
  background-color: rgba(241, 241, 241, 0.5);
}
#form_2.fabrikForm .fabrikElement .fabrikinput.inputbox.input-medium	{
	width: calc(100% - 20px);
  margin-right: auto;
  height: 156px;
  border: none;
  background-color: rgba(241, 241, 241, 0.5);
}
#form_2.fabrikForm input {
	margin-right: 10px;
}

#form_2.fabrikForm .fabrikActions.form-actions .span4	{
	text-align: center;
	width: 200px;
	margin: auto;
	margin-top: 40px;
	padding-bottom: 80px;
}

#form_2.fabrikForm .btn-primary {
	width: 200px;
	height: 50px;
	background-color: #0c2d4a;
	border-radius: 25px;
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

/*  .itemid-153 / .itemid-114 -> ENTREPRISE--combats  */

.itemid-153 #w1-block-4,
.itemid-114 #w1-block-4		{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url("../../../images/modules/148/combats.jpg");
	background-size: auto 100%;
	background-position: left center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
}

.itemid-153 #w1-block-4 .sur-titre,
.itemid-114 #w1-block-4 .sur-titre	{
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #f00044;
	text-transform: uppercase;
}

.itemid-153 #w1-block-4 .titre,
.itemid-114 #w1-block-4 .titre	{
	margin-top: 14px;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	color: #0c2d4a;
	text-transform: uppercase;
}

.itemid-153 #w1-block-4 .txt,
.itemid-114 #w1-block-4 .txt	{
	width: 50%;
	max-width: 460px;
	margin: 39px auto;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.4px;
	text-align: center;
	color: #0c2d4a;
}


/*  .itemid-153 /  .itemid-114 -> ENTREPRISE--management  */

.itemid-153 #w1-block-5,
.itemid-114 #w1-block-5	{
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url("../../../images/modules/149/management-liberant.jpg");
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-bottom: -100px;
}

.itemid-153 #w1-block-5 .sur-titre,
.itemid-114 #w1-block-5 .sur-titre	{
	font-family: Raleway;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 6px;
	text-align: center;
	color: #f981a3;
	text-transform: uppercase;
}

.itemid-153 #w1-block-5 .titre,
.itemid-114 #w1-block-5 .titre	{
	margin-top: 30px;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.itemid-153 #w1-block-5 .txt,
.itemid-114 #w1-block-5 .txt	{
	margin: auto;
	margin-top: 30px;
	width: 90%;
	max-width: 485px;
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

