/*	Style.css by Pili Malfray (Agence de Communication Freshcore)
*		Infinysoft
*
*	Colors:
*		#0077CC
*		#555555
*		#2288CC
*		#223344
*		#747474
*		#112233
*		#999999
*/

body {
	font-family: 'Ubuntu';
	font-size: 12px;
}

/* DESIGN */

button.btn-design {
	border: none;
}

button.btn-design,
a.btn-design {
	display: inline-block;
	background-color: #2288CC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	color: #FFF;
	padding: 5px 20px;
	margin: 10px 0;
}

button.btn-design:hover,
a.btn-design:hover {
	background-color: #0077cc;
	text-decoration: none;
}

button.btn-blue {
	border: none;
}

button.btn-blue,
a.btn-blue {
	display: inline-block;
	background-color: #2288CC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 10px 5px;
}

button.btn-blue:hover,
a.btn-blue:hover {
	background-color: #0077cc;
	text-decoration: none;
}

button.btn-white {
	border: none;
}

button.btn-white,
a.btn-white {
	display: inline-block;
	background: transparent;
	border: 2px solid #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 10px 5px;
}

button.btn-white:hover,
a.btn-white:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}

/* HEADER */

header {
	position: relative;
	height: 117px;
	background-color: #FFF;
	z-index: 10;
}

header .logo {
	display: block;
	height: 97px;
	margin: 10px 0px;
}

header .logo > h1 {
	display: none;
}

header .logo > .cimagex {
	background-size: contain !important;
}

/* MENU */

header .menu-mobile {
	display: none;
	position: absolute;
	top: 40px;right: 15px;
	font-size: 30px;
	color: #666;
	cursor: pointer;
}

header .menu-mobile:hover {
	color: #333;
}

header nav > ul {
	display: table;
	width: 100%;
	list-style-type: none;
	/* -webkit-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.4); */
	/* -moz-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.4); */
	/* -o-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.4); */
	/* box-shadow: 0 5px 4px -4px rgba(0,0,0,0.4); */
	padding: 0px;
}

header nav > ul > li {
	display: table-cell;
	position: relative;
}

header nav > ul > li > a {
	display: block;
	height: 100%;
	border-bottom: 5px solid transparent;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 117px;
	color: #555;
	cursor: pointer;
}

header nav > ul > li.selected > a,
header nav > ul > li > a:hover {
	border-bottom: 5px solid #0077CC;
	text-decoration: none;
}

header nav > ul > li.helper {
	height: 117px;
	line-height: 117px;
	padding-left: 40px;
}

header nav > ul > li.helper > a {
	display: inline-block;
	height: auto;
	border: 3px solid #2288CC;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	color: #2288CC;
	line-height: initial;
	padding: 15px;
	-webkit-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
}

header nav > ul > li.helper > a:hover {
	background-color: #2288CC;
	color: #FFF;
}

header nav > ul > li > ul {
	display: none;
	position: absolute;
	width: 100%;
	list-style-type: none;
	background-color: #FFF;
	z-index: -1;
}

header nav > ul > li:hover > ul {
	display: block;
}

header nav > ul > li > ul > li > a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #666;
	padding: 15px 20px;
	cursor: pointer;
}

header nav > ul > li > ul > li > a:hover {
	color: #666;
}

/*
*	Phone Contact
*/

.phonecontact {
	position: fixed;
	top: 25%;right: 0px;
	background-color: #90B3CC;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	-webkit-box-shadow: 0 2px 2px #174F77;
	-moz-box-shadow: 0 2px 2px #174F77;
	-o-box-shadow: 0 2px 2px #174F77;
	box-shadow: 0 2px 2px #174F77;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 15px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}

.phonecontact > i {
	font-size: 22px;
	vertical-align: middle;
}

.phonecontact > span {
	display: inline-block;
	width: 0px;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}

.phonecontact:hover {
	color: #FFF;
	text-decoration: none;
}

.phonecontact:hover > span {
	width: 120px;
}

/*
*	Message
*/

.clientmsg {
	position: fixed;
	top: 0px;left: 0px;
	width: 100%;
	background-color: rgba(0,119,204,0.7);
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 20px;
	z-index: 20;
}

/* DIAPORAMA */

aside > .diaporama {
	position: relative;
	width: 100%;height: 517px;
	background: rgba(0,0,0,0.4);
	overflow-y: hidden;
}

aside > .picture-show {
	position: relative;
	height: 380px;
}

aside > .picture-show > .actu-title {
	position: absolute;
	top: 0px;left: 0px;
	bottom: 0px;right: 0px;
	-webkit-box-shadow: 0 -200px 200px -100px #000 inset;
	-moz-box-shadow: 0 -200px 200px -100px #000 inset;
	-o-box-shadow: 0 -200px 200px -100px #000 inset;
	box-shadow: 0 -200px 200px -100px #000 inset;
	padding-top: 160px;
}

aside > .picture-show > .actu-title h2 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
}

aside > .picture-show > .cimagex {
	background-size: contain !important;
}

/* ACCUEIL : QUI SOMMES-NOUS ? */

section .blog-company {
	color: #666;
	padding: 32px 0;
}

section .blog-company > .container .theme-pict-first,
section .blog-company > .container .theme-pict-second {
	position: relative;
	width: 90%; height: 300px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

section .blog-company > .container .theme-pict-first {
	left: -60px;
}

section .blog-company > .container .theme-pict-second {
	top: -40px;
}

section .blog-company > .container h2 {
	color: #223344;
	margin: 30px 0 10px 0;
}

section .blog-company > .container p {
	margin-bottom: 20px;
}

/* ACCUEIL : PRODUITS */

section .blog-products {
	position: relative;
	background-color: #000;
	padding: 32px 0;
}

section .blog-products > .bg-cover {
	position: absolute;
	top: 0px;left: 0px;
	bottom: 0px;right: 0px;
	opacity: 0.7;
}

section .blog-products > .container {
	position: relative;
	z-index: 2;
}

section .blog-products > .container h2 {
	text-align: center;
	color: #FFF;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 40px;
}

section .blog-products > .container .box {
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}

section .blog-products > .container .box > .icon-cat {
	padding: 20px 0;
	margin: 20px 0;
}

section .blog-products > .container .box > h3 {
	min-height: 60px;
	color: #2288CC;
	padding: 0px 20px;
	margin: 20px 0;
}

/* ACCUEIL : ACTUALITES */

section .blog-news {
	padding: 36px 0;
}

section .blog-news > .container > h2 {
	display: inline-block;
	font-weight: bold;
	margin: 0px 0px 15px 20px;
}

section .blog-news > .container > h2 + a {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	cursor: pointer;
}

section .blog-news > .container > h2 + a:hover {
	text-decoration: none;
}

section .blog-news > .container .box {
	margin-bottom: 15px;
}

section .blog-news > .container .box > .cover-new {
	width: 100%;
	height: 300px;
}

section .blog-news > .container .box > .category-new {
	font-size: 18px;
	font-weight: bold;
	color: #2288cc;
	text-transform: uppercase;
	margin: 15px 0;
	margin-bottom: 0px;
}

section .blog-news > .container .box > h3 {
	margin: 15px 0;
}

section .blog-news > .container .box > .btn-design {
	font-weight: bold;
	text-transform: uppercase;
}

/* ACCUEIL : NEWSLETTER */

section .blog-newsletter {
	position: relative;
	background-color: #112233;
	padding: 50px 0;
}

section .blog-newsletter > .bg-cover {
	position: absolute;
	top: 0px;left: 0px;
	bottom: 0px;right: 0px;
	opacity: 0.5;
}

section .blog-newsletter > .container {
	position: relative;
	z-index: 2;
}

section .blog-newsletter > .container h2 {
	text-align: center;
	color: #FFF;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 40px;
}

section .blog-newsletter > .container .zone {
	text-align: center;
}

section .blog-newsletter > .container .zone > input[type=text] {
	width: 100%;max-width: 300px;
	background: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	font-family: 'Ubuntu Mono';
	font-size: 18px;
	text-align: center;
	color: #FFF;
	padding: 10px 2px;
}

section .blog-newsletter > .container .zone > button {
	background-color: #112233;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	color: #FFF;
	padding: 8px 10px;
	margin: 5px 10px;
	margin-top: 15px;
}

section .blog-newsletter > .container .zone > button:hover {
	background-color: #001122;
}

section .blog-newsletter > .container .zone > button > i {
	margin: 0 5px;
}

/* FOOTER */

footer {
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
}

footer h2 {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

footer ul {
	list-style-type: none;
}

footer ul > li > a {
	display: inline-block;
	color: #FFF;
	margin: 2px 0;
	cursor: pointer;
}

footer ul > li > a:hover {
	color: #FFF;
}

footer form[name=contact] {
	text-align: right;
}

footer form[name=contact] textarea {
	resize: vertical;
}

footer form[name=contact] textarea,
footer form[name=contact] input[type=text] {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	font-family: 'Ubuntu Mono';
	color: #ADADAD;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
	text-align: left;
}

footer form[name=contact] .btn-design {
	font-weight: bold;
	text-transform: uppercase;
}

/* FIL ARIANE / BREACUMB */

.fil-ariane {
	padding-top: 20px;
}

/*
*	NEWS
*/

.page-actualites .actualite {
	position: relative;
	min-height: 200px;
	background-color: #FFF;
/*	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	margin: 20px 0 50px 0;
	padding-bottom: 50px;
}

.page-actualites .actualite > .textzone {
	font-size: 15px;
	padding: 20px;
}

.page-actualites .actualite > .sharing-button {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: right;
	padding: 10px;
}

/*
*	PAGE TEMPLATE
*/

.page-template {
	margin: 20px 0;
}

.page-template .row > div {}

.page-template .textzone {
	/* background-color: #FFF; */
	/* -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); */
	/* -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); */
	/* -o-box-shadow: 0 0 5px rgba(0,0,0,0.5); */
	/* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
	font-size: 14px;
	padding: 20px;
}

.page-template .textzone input[type=text],
.page-template .textzone textarea {
	display: block;
	width: 100%;
	border: 1px solid #AAA;
/*	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 8px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.page-template .textzone textarea {
	height: 200px;
}

.page-template .textzone .captcha {
	display: block;
	margin: 5px auto;
}

.container h2 {
	color: #0077CC;
}

.container .navigation ul {
	list-style: none;
	margin-left: 15px;
}

.container .navigation ul li {
	margin-bottom: 15px;
}

.container .navigation ul li a {
	color: #23527c;
}

.container .navigation ul li a:hover {
	color: #0077CC;
}

/* Melba Tinymce */
.melbaGridItem.row > div {
	padding: 0 10px;
}

iframe.video {
	width: 100%;height: 400px;
	border: none;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-o-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

img.melba-imgzoom {
	cursor: pointer;
/*	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}

/*img.melba-imgzoom:hover {
	-webkit-transform: scale(1.25);
	transform: scale(1.1);
}*/

.ui-accordion .ui-accordion-content {
	font-size: 19px;
	font-family: "Candara";
}

.ui-accordion .ui-accordion-content a {
	color: #337ab7;
	text-decoration: none;
}

.ui-accordion .ui-accordion-content a:hover {
	color: #23527C;
	text-decoration: none;
}

.container h2 {
	color: #0077CC;
}

.container .navigation ul {
	list-style: none;
	margin-left: 15px;
}

.container .navigation ul li {
	margin-bottom: 15px;
}

/* Icons */

.sn-icons {
	display: inline-block;
	width: 32px;height: 32px;
	background-image: url('../../data/{38}');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	margin: 5px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.sn-icons.sn-icons-fb { background-position: 0px 0px; }
.sn-icons.sn-icons-linkedin { background-position: -32px 0px; }
.sn-icons.sn-icons-googleplus { background-position: -64px 0px; }
.sn-icons.sn-icons-viadeo { background-position: -96px 0px; }
.sn-icons.sn-icons-mail { background-position: -128px 0px; }

.sn-icons:hover {
	opacity: 0.8;
}

/*
*	MEDIA QUERIES
*/

/* little desktop */
@media screen and (max-width: 1199px) {

}

/* tablette */
@media screen and (max-width: 991px) {
	header .menu-mobile {
		display: block;
	}

	header nav {
		display: none;
		position: absolute;
		top: 117px;left: 0px;
		bottom: 0px;right: 0px;
	}

	header nav.enable {
		display: block;
	}

	header nav > ul {
		display: block;
		position: absolute;
		right: 0px;
		max-width: 200px;
		background-color: #FFF;
	}

	header nav > ul > li {
		display: block;
	}

	header nav > ul > li > a {
		border-left: 10px solid transparent;
		border-bottom: none;
		line-height: 60px;
	}

	header nav > ul > li.selected > a,
	header nav > ul > li > a:hover {
		border-left: 10px solid #0077CC;
		border-bottom: none;
		text-decoration: none;
	}

	header nav > ul > li.helper {
		text-align: center;
	}

	header nav > ul > li > ul {
		position: initial;
	}
}

/* smartphone */
@media screen and (max-width: 768px) {

}