/**
 * Place your custom styles here.
 */
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

@font-face{
	font-family:lucida;
	src: url(../fonts/Lhandw.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url("../fonts/Lato-Bold.ttf");
}

@font-face {
    font-family: LatoBoldItalic;
    src: url("../fonts/Lato-Bold-Italic.ttf");
}

@font-face {
    font-family: LatoRegular;
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: CoconRegular;
    src: url("../fonts/Cocon-Regular.ttf");
}

.cocon {
	font-family: CoconRegular;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.c-pink {
	color: #b51d73;
}

.bgc-pink {
	background-color: #b51d73;
}

.c-gray {
	color: #efefef;
}

.bgc-gray {
	background-color: #efefef;
}

/**
 * GENERAL
 */
html body {
	margin-top: 0;
	font-family: LatoRegular;
	color: #888;
}

html body.navbar-is-fixed-top {
    margin-top: 50px;
}

html body.path-frontpage div[role="heading"] {
	display: none;
}

header.navbar.navbar-default {
    margin-bottom: 0;
	border:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0099CC;
}

header.navbar.navbar-default.transparent {
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    -o-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    -ms-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

div.navbar-header a.name {
	color: #0099CC;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
	/*text-transform: uppercase;*/
	color: #fff;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus {
	background-color: #0099CC;
	color: #FFF;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #fff;
	color: #0099CC;
}

ul.menu--main {
	margin-top: 3px;
}

.navbar-default .navbar-toggle {
	background-color: #fff;
}

div.region-content section.block-block-content {
	padding-bottom: 80px;
}

.section-header {
    margin: 50px auto;
}

h2.block-title {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
	font-family: CoconRegular;
	font-size: 50px;
}

h2.block-title::before {
    content: "";
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    height: 2px;
    background: #0099CC;
}

.section-header p {
	text-align: center;
	font-size: 16px;
}

h4.intro {
	padding: 50px 0 25px 0;
	font-family: CoconRegular;
	color: #0099CC;
}

h4.intro:before {
    content: "> ";
    color: #000;
}

section h4.intro:first-child {
	padding-top: 0;
	margin-top: 0;
}

/**
 * INTRO 
 */
#block-bootstylized-intro {
}

.carousel-caption {
	top: 18%;
	margin: 0;
}

.carousel-caption span.carousel-caption-title {
	background-color: rgba(255, 255, 255, 1); /*0.6*/
	text-shadow: none;
	font-size: 45px;
    padding: 0px 15px;
    margin: 0px;
    border-width: 0px;
    line-height: 60px;
	color: #0099CC;
}

.carousel-caption span.carousel-caption-description {
 	background-color: rgba(0,0,0, 0.6);
	font-size: 30px;
	color: #fff;
	text-shadow: none;
}

.carousel-indicators .active {
	border-color: #000;
	border-radius: 0;
	height: 1px;
	width: 30px;
	margin: 1px;
}

.carousel-indicators li {
	border-color: #fff;/* #6c757d;*/
	border-radius: 0;
	height: 1px;
	width: 30px;
	margin-right: 3px;
	margin-left: 3px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
	max-height: 650px;
}

/**
 * SOLUTION 
 */
.solution_list {
	background-color: #ffffff;
	height: 375px;
	padding-top: 30px;
	border : 1px solid #eaeaea;
}

.solution_items {
	color: #7D8899;
	text-align: right;
	padding-top: 5px;
	cursor: pointer;
}

.solution_items h3 {
	padding-right: 30px;
}

.solution_items:hover {
	color:#0099CC;
}

.solution_desc { 
	background-color: #efefef;
	height: 375px;
	padding: 30px 70px 70px 70px;	
}

.desc {
	display: none;
	position: absolute;
	color: #333;
}

.desc li {
	list-style-type: none;
}

.desc li:before {
	content: "☑";
	margin-right: 5px;
	color: #0099CC;
}

.solution_desc .desc li {
	font-size: 20px;
    line-height: 2;
}

div.visible {
	display: block;
}

div.clicked {
	color:#0099CC;
}

.solution_list .clicked h3 {
	border-right-width: 5px;
	border-right-style: solid;
}

/*** version mobile ***/
.solution_items_mobile{
	text-align: center;
	background-color: #ffffff;
	color: #7D8899;
	display:inline-block;
	cursor: pointer;
}

.solution_items_mobile h3 {
	font-size: 15px;
}

.solution_list_mobile {
	background-color: #ffffff;
}

.solution_items:hover{
	color:#0099CC;
}

.solution_desc_mobile{
	background-color: #efefef;
	height: 300px;
}

.solution_desc_mobile h2 {
	font-size: 20px;
}


.solution_desc_mobile .desc li {
	line-height: 1.5;
}

#avantages {
	background-color: #efefef;	
}

#avantages div > p {
	text-align: center;
	font-size: 60px;
}

#avantages div > h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #0099CC;
}

#avantages ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 25px;
}

#avantages ul li:before {
	content: "✓";
	margin-right: 5px;
	color: #0099CC;
}

#fonctions .fct {
    margin-top: 20px;
    margin-bottom: 20px;
}

#fonctions .fct-icon {
    float: left;
    margin-right: 20px;
	min-width: 40px;
}

.fct-icon i {
	font-size: 32px;
	color:#444444;
}

#fonctions .fct-text {
    overflow: hidden;
}

.fct-text h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
	color: #444444;
	font-weight: bolder;
}

.fct-text p {
	font-size: 1.02em;
	text-align: justify;
}

.bkg_g {
    background-color: rgba(98,62,62,0.04);
	padding: 30px 0 30px 30px;
}

#solutions .container {
	margin: 50px 0;
}

#solutions .title {
	font-size: 2.2em;
	margin-bottom: 10px;
}

#solutions .subtitle {
	font-weight: 300;
	font-size: 1.8em;
	margin-bottom: 10px;
}

.sol-icon i {
	font-size: 128px;
}

/**
 * OFFRE
 */
#block-bootstylized-offer {
/* 	background-color: #efefef;	 */
	background-image: url(../images/wave_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}

#block-bootstylized-offer ol {
	line-height: 2;
	font-size: 25px;
/* 	background-color: #eef; */
}

#notre_offre{
	margin-top: 100px;
	text-align: center;
}

.offre_item {
	height: auto;
	text-align: left;
	max-width: 260px;
    margin: 0 auto;
}

.offre_item div.item-icon {
	width: auto;
	height: auto;
	padding: 10px;
	text-align: center
}

.offre_item div.item-icon i {
	font-size: 130px;
    color: #fff;	
}

.offre_item h4 {
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
}

.offre_item .item-text{
	padding-right: 0px;
	padding-left: 0px;
}

.offre_item .item-text p {
	text-align: justify;
}

#offre-1 h4 {
	border-left-color: #3d3d3d;
}

#offre-1 div.item-icon {
	background-color: #3d3d3d;
}

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

#offre-separator h2 {
	font-size: 50px;
}

#offre-2 h4 {
	border-left-color: #0099CC;
}

#offre-2 div.item-icon {
	background-color: #0099CC;
}

/**
 * TEMOIGNAGES
 */
#block-bootstylized-references {
/* 	background-color: #e06963; #E8929A;	 */
}

#block-bootstylized-references .jcarousel-wrapper.jcarousel-skin-default {
    width: 100%;
    height: 320px;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 0px #999;
    -moz-box-shadow: 0 0 0px #999;
     box-shadow: 0 0 0px #999;
}

#block-bootstylized-references .jcarousel-skin-default .jcarousel-control-prev,
#block-bootstylized-references .jcarousel-skin-default .jcarousel-control-next {
	top: 120px;
	width: 55px;
	height: 55px;
	z-index: 700;
	background: #333;
	-webkit-box-shadow: 0 0 0px #999;
    -moz-box-shadow: 0 0 0px #999;
    box-shadow: 0 0 0px #999;
}

#block-bootstylized-references .jcarousel-skin-default .jcarousel-control-prev:after,
#block-bootstylized-references .jcarousel-skin-default .jcarousel-control-next:after {
	font-size: 45px;
	line-height: 50px	
}

#block-bootstylized-references .jcarousel-skin-default .jcarousel li {
	width: auto;
	position: relative;
}

#block-bootstylized-references  .jcarousel-skin-default .jcarousel img {
	padding: 50px;
	width: 435px;
}

#block-bootstylized-references  .jcarousel-skin-default .jcarousel a.infos {
    width: 95%;
    height: 295px;
    display: block;
    text-align: center;
    opacity: 0.9;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    overflow: hidden;
    z-index: 1000;
    background-color: #0099CC;
    color: #ffffff;
}

#block-bootstylized-references  .jcarousel-skin-default .jcarousel a.infos .title {
	z-index: 2000;
	padding-top: 125px;
	font-size: 25px;
	text-transform: uppercase;
}

#block-bootstylized-references  .jcarousel-skin-default .jcarousel a.infos {
}

#block-bootstylized-references #quotes {
	padding-top: 100px;
    background-color: #efefef;
    padding-bottom: 50px;
}

#quotes div.row {
	margin-bottom: 50px;	
}

.quote-text {
    color: #222222;
    position: relative;
}

.quote-text p {
    font-size: 2.5em;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    font-family: 'Open Sans',sans-serif,Arial,Verdana,'Tahoma';
}

.quote-author {
    font-size: 1.8em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.quote-author:before {
    padding-right: 5px;
}

.quote-author:after {
    padding-left: 5px;
}

.quote-author:before, .quote-author:after {
    content: "-";
}

.quote-text i {
    color: #ffffff;
    border-radius: 100%;
    display: block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    width: 65px;
    height: 65px;
    line-height: 0;
    margin: 0 auto 15px;
    text-align: center;
    background-color: #0099CC;
}

.quote-text i:before {
    font-size: 6.8em;
    content: "⹂";
}

div.logo_sommaire {
    height: 120px;
    text-align: center;
}

img#logo_rhem {
    margin-top: 40px;
    width: 40%;
    height: 50%;
}

img#logo_horiba {
    margin-top: 30px;
}

/**
 * ACTUALITES
 */
#block-views-block-article-block-1 {
/* 	background-color: #efefef;  */
}

div.view-article .view-content div.item-list > ul {
	padding-left: 0;
}

div.view-article .view-content div.item-list > ul > li {
	list-style-type: none;
}

article.article {
	text-align: justify;
	padding: 10px;
/* 	background-color: #F1CED1; */
	margin-bottom: 20px;	
	border: 1px solid #efefef; /* #925C61 */
	-moz-box-shadow: 1px 1px 5px 0px #efefef;
	-webkit-box-shadow: 1px 1px 5px 0px #efefef;
	-o-box-shadow: 1px 1px 5px 0px #efefef;
	box-shadow: 1px 1px 5px 0px #efefef;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#efefef, Direction=134, Strength=5);
	position: relative;
}

article.article .date {
    background-color: #333333;
    width: 110px;
    text-align: center;
    color: white;
    float: left;
    padding: 10px 0;
    margin: 0 10px 0px 0;
}

article.article hr {
    border-color: #7f7f7f;
    margin: 0;
    padding: 0;
    width: 50%;
    margin-left: 25%;
}

article.article .day {
    font-size: 40px;
}

article.article .month {
    color: #bfbfbf;
}

article.article .year {
    color: #bfbfbf;
    font-size: 30px;
}

article.article .content {
    font-size: 20px;
}

article.article .title {
    margin-bottom: 20px;
}

article.article .link {
	position: absolute;
	right: 10px;
	bottom: 10px;	
}

article.article .link a,
article.article .link a:hover {
	text-decoration: none;
}

article.article .link i {
    color: #ffffff;
    border-radius: 100%;
    display: block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #0099CC;
}

article.article .link i:hover {
    background-color: #333;
    color: #e8929a;
}

div.view-article .btn-actions {
    text-align: right;
    margin: 20px 0;
}

div.view-article a.btn-rounded {
    font-size: 20px;
    text-transform: none;
}

div.view-article .btn-actions a {
    background: #0099CC;
    border-color: #0099CC;
    color: white;
}

div.view-article .btn-actions a:hover {
    background: #333;
    border-color: #9B797C;
    color: #e8929a;
}

div.view-article a.btn-rounded.btn-lg {
/*     padding: 10.4px 26px 10.4px 26px; */
/*     border-radius: 52px; */
    font-size: 20px;
}

/**
 * CONTACT
 */

section#block-bootstylized-contact {
	background-color: #efefef;
	min-height: 600px;
	/*color: #fff;*/
}

section#block-bootstylized-contact h2.block-title {
	/*color: #fff;*/
}

section#block-bootstylized-contact h2.block-title::before {
	/*background: #fff;*/
}

section#block-bootstylized-contact h3 {
	/*text-transform: uppercase;*/
}

section#block-bootstylized-contact .contact-infos {
	font-size: 12pt;
    width: auto;
}

section#block-bootstylized-contact .contact-infos a {
	/*color: #fff;*/
}

.contact-infos dt {
    font-weight: bold;
}

.contact-infos dt, dd {
    line-height: 1.625;
}

.contact-infos dd {
    margin-bottom: 13px;
    margin-left: 0;
}

section#block-bootstylized-contact .contact-infos,
section#block-bootstylized-contact .asa-infos {
	border-top: 1px solid;
	padding-top: 15px;
}

section#block-bootstylized-contact .contact-webform #edit-actions-submit {
	margin-right: 0;
	margin-bottom: 20px;
}

section#block-bootstylized-contact .contact-webform div.form-item-demo {
	text-transform: uppercase;
	font-size: 18px;
}

.contact-webform input.form-text,
.contact-webform input.form-email,
.contact-webform textarea {
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 2px solid rgba(255,255,255,.3);
    color: #ffffff;
    webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}

.contact-webform input.form-text,
.contact-webform input.form-email {
    height: 40px;
}

.contact-webform button.webform-button--submit {
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1;
    outline: none;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: transparent;
    border: 3px solid #999999;
    text-transform: uppercase;
}

section#block-bootstylized-contact .contact-webform #edit-actions-submit:hover {
    background: #999999;
    color: #fff;
}

.ui-widget-header.ui-dialog-titlebar {
	background-color: #0099CC;
}

.contact-webform .captcha {
	clear: both;
}

/**
 * FOOTER 
 */
footer.footer {
	background-color: #333333;
	color: #999999;
	margin-top: 0;
	border: none;
}

footer.footer a {
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

footer.footer .content h2 {
    padding-top: 3%;
    font-size: 19px;
}

footer.footer .content h3 {
    font-size: 17px;
}

footer.footer .content p {
    font-size: 12px;
    text-align: justify;
    color: #999;
    margin: 0 0 3px;
}

.social-links{
	margin: 0;
	padding: 0;
	text-align: center;
    display: flex;
}

.social-links li a{
	background: #3d3d3d;
	border-radius: 32px;
	color: white;
	display: block;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	font-size: 28px;
}

.linkedin:hover{
	background-color: #026899;
}

.social-links li{
	margin-left: 15px;
	list-style: none;
}



.facebook:hover{
	background-color: #3b5998;
}

.viadeo:hover{
	background-color: #f4982b;
}

.social-links li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-links i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
