/* Police de caractère */
@font-face {
	font-family: 'Lato';
	src: url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Regular.eot.xhtml");
	src: url("#{resource['default/1_0/fonts/Lato-Regular']}&#iefix")
		format('embedded-opentype'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Regular.woff.xhtml")
		format('woff'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Regular.ttf.xhtml")
		format('truetype');
}

@font-face {
	font-family: 'Lato-Thin';
	src: url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Thin.eot.xhtml");
	src: url("#{resource['default/1_0/fonts/Lato-Thin']}&#iefix")
		format('embedded-opentype'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Thin.woff.xhtml") format('woff'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Thin.ttf.xhtml")
		format('truetype');
}

@font-face {
	font-family: 'Lato-Bold';
	src: url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Bold.eot.xhtml");
	src: url("#{resource['default/1_0/fonts/Lato-Bold']}&#iefix")
		format('embedded-opentype'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Bold.woff.xhtml") format('woff'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Bold.ttf.xhtml")
		format('truetype');
}

@font-face {
	font-family: 'Lato-Light';
	src: url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Light.eot.xhtml");
	src: url("#{resource['default/1_0/fonts/Lato-Light']}&#iefix")
		format('embedded-opentype'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Light.woff.xhtml") format('woff'),
		url("/seirich-web/javax.faces.resource/default/1_0/fonts/Lato-Light.ttf.xhtml")
		format('truetype');
}

/*------ HTML NATIF ------*/
embed, iframe, object {
	max-width: 100%;
}

body {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
	font-family: Lato-Light;
}

a, a:hover, a:visited {
	font-family: Lato;
	text-decoration: none;
	font-size: 16px;
	color: #39c;
}

a:hover {
	text-decoration: underline;
}

figcaption {
	text-align: center justify;
	font-size: 16px;
}

td {
	padding: 30px 40px 30px 15px;
	text-align: center;
}

iframe {
	box-shadow: 5px 3px 5px 3px rgba(45, 44, 44, 0.5);
}



/*------- BOOTSTRAP--------*/
/*Dégradé de couleur des panel */
.panel-primary>.panel-heading {
	background-image: linear-gradient(to bottom, #3399CC 0%, #357ebd 100%);
	background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
	color: #ffffff;
	background-color: #3399CC;
	border-color: #3399CC;
}

/*---NAVBAR----*/

/*bouton de téléchargement de la navbar*/
#btnheader {
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	border: solid #39c 2px;
	text-decoration: none;
	margin-top: 17px;
	margin-left: 10px;
	color: #39c !important;
	font-size: 16px;
}

#btnheader:HOVER {
	background: #39c;
	text-decoration: none;
	color: #ffffff !important;
}

#drapeaux2 {
	text-decoration: none;
	cursor: pointer;
	position: relative !important;
	display: none;
}

#reseausociaux2 {
	text-decoration: none;
	cursor: pointer;
	position: relative !important;
	display: none;
}

#zonedrapeau {
	min-width: 0%;
	text-align: center;
}

#reseausociauxli1 {
	margin-top: -5px;
}

#reseausociauxli2 {
	margin-top: -5px;
	margin-left: -10px;
}

#drapeau {
	margin-left: -10px;
	float: right;
}

#drapeaux {
	text-decoration: none;
	cursor: pointer;
}

.navbar-header {
	text-align: center;
	margin-top: 5px;
}

.navbar-header li a {
	margin-top: 10px;
	color: #333 !important;
}

.navbar-header li a:hover {
	margin-top: 10px;
	color: #333 !important;
	text-decoration: underline;
}

.navbar-header .bouton_telecharger_header {
	margin-top: 0px;
}

.navbar-header .bouton_telecharger_header:hover {
	margin-top: 0px;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar-toggle {
	margin-right: 35px;
}

.navbar-brand {
	padding-top: 3px;
}

.logoheader {
	float: left;
	margin-top: 5px;
}

.navbar-header {
	height: 65px;
}

.navbar {
	box-shadow: 2px 5px 2px rgba(45, 44, 44, 0.3);
	font-family: Lato;
}
/* Header sur deux lignes */
.double {
	max-width: 460px;
}

#double2 {
	margin-top: 20px;
	float: right;
}

}
#double1>li>a {
	margin-top: 0px;
}

#double1>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}

#double2>li {
	margin-top: 15px;
}

#double2>#reseausociauxli1 {
	margin-top: -3px;
	padding-right: 5px;
}

#double2>#reseausociauxli2 {
	margin-top: -3px;
	padding-right: 5px;
}

#double1>.ar {
	margin-top: -7px;
	margin-left: 80px;
}

#double1>.fa {
	margin-top: -7px;
}

#navbar_menu_principal2 {
	margin-bottom: -15px;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
	margin-left: 0px !important;
}

li.active>a.lienMenu:hover {
	text-decoration: none;
}

li.active a {
	font-weight: bold !important;
	background-color: #e7e7e7 !important;
	border-radius: 5px;
}

/*-----------SECTION INTRO-------*/

/*sectionintro*/
#introwrap {
	width: 100%;
	margin-bottom: -1px;
	background-color: #008c8c;
	background: -moz-radial-gradient(center, ellipse cover, #fafafa 0%, rgba(51, 153,
		204, 0.4) 145%),
		url(../../resources/default/1_0/images/fond-intro.png); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #fafafa 0%, rgba(51, 153,
		204, 0.4) 145%),
		url(../../resources/default/1_0/images/fond-intro.png);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #fafafa 0%, rgba(51, 153, 204, 0.4)
		145%), url(../../resources/default/1_0/images/fond-intro.png);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799',
		endColorstr='#007db9e8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: 0px 300px 150px 0px rgba(104, 160, 189, 0.25);
	-moz-box-shadow: 0px 300px 150px 0px rgba(104, 160, 189, 0.25);
	box-shadow: 0px 300px 150px 0px rgba(104, 160, 189, 0.25);
	position: relative;
}

img.logoPrincipal {
	margin-top: 20px;
	margin-bottom: 10px;
}

.txt_intro {
	margin-top: 110px;
	font-size: 350%;
	color: #333;
	text-align: left;
	font-family: Lato-Thin;
}


.img_ecran {
	padding-top: 100px;
}

.lien_intro {
	text-align: center;
	margin-top: 30px;
}

/*-------SECTION ACTU---*/
#boxactu {
	padding-bottom: 50px;
}
.slider_next, .slider_prev, .slider_dot {
	user-select: none;
}

div.slider_navigation {
	padding-bottom: 25px;
}
/* Scrollbars */
.row::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row::-webkit-scrollbar-track-piece { /* Fond */
	background: transparent none;
	border: solid 4px transparent;
	border-right-width: 8px;
	margin: 4px;
	-webkit-box-shadow: inset 1px 1px 0 0 rgb(137, 131, 117), inset -1px
		-1px 0 0 #333;
}

.row::-webkit-scrollbar-thumb { /* Barre */
	border: solid 0 transparent;
	border-right-width: 4px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 9px 5px;
	-webkit-border-bottom-right-radius: 9px 5px;
	-webkit-box-shadow: inset 0 0 0 1px rgb(79, 79, 79), inset 0 0 0 6px
		#333;
}

#col-centrale-sectionActu {
	padding-left: 0;
	padding-right: 0;
	margin-top: -50px;
	background-color: rgba(255, 255, 255, 0.7);
}

#actuWrap {
	padding-top: 50px;
	background: url(../../resources/default/1_0/images/fond-actu.jpg) fixed;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#actuWrap>.container>.row {
	margin-bottom: -1px;
}

div.actu {
	color: #333;
}

h1.sectionActu, h3.sectionActu {
	color: #333;
	margin-top: 50px;
	text-align: center;
}


p.lien_actu {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

a.lien_actu {
	color: #39c;
	font-size: 16px;
}

a.lien_actu:hiver {
	color: #39c;
	text-decoration: underline;
}

/*liens à la même taille que le texte dans la section actu*/
.row > .actu > p > a {
		font-size: 14px;
}

/*-----------SECTION METHODE-------*/

/*sectionvideo*/
#videowrap {
	padding-top: 30px;
	padding-bottom: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url(../../resources/default/1_0/images/fond-methode.jpg) fixed;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.lien-video {
	text-align: center;
	txt-color: white;
}

#lien_video a {
	color: #39c;
	font-family: Lato-Light;
}

#lien_video a:hover {
	color: #39c;
	font-family: Lato-Light;
	text-decoration: underline;
}

.video_presentation {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.entete_video {
	text-align: center;
	color: white;
}

.lien-video {
	text-align: center;
	txt-color: white;
}

#lien_video a {
	color: #39c;
	font-family: Lato-Light;
}

#lien_video a:hover {
	color: #39c;
	font-family: Lato-Light;
	text-decoration: underline;
}

.video_presentation {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/*-------SECTION EXPERTISE---*/

/*sectionexpertise*/
#expertisewrap {
	padding-top: 50px;
	background: linear-gradient(0deg, rgba(240, 240, 240, 0.5),
		rgba(240, 240, 240, 0.5)),
		url(../../resources/default/1_0/images/fond-expertise.jpg) fixed;

	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#expertisewrap>.container>.row {
	margin-bottom: -1px;
}

#col-centrale-section3 {
	padding-left: 0;
	padding-right: 0;
	margin-top: -50px;
	background-color: rgba(255, 255, 255, 0.7);
}

.h1-section3 {
	margin-top: 50px;
	text-align: center;
}



.h3-section3 {
	margin-top: 50px;
	text-align: center;
}

.lien_expertise {
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
}



.lien_expertise-a {
	color: #39c;
	font-size: 16px;
}

.lien_expertise-a:hover {
	color: #39c;
	text-decoration: underline;
}

.img_expertise {
	text-align: center;
	margin-top: 50px;
}

.img_expertise>* {
	width: 25%;
}

/*-----------SECTION ASSISTANCE-------*/

/*section assistance*/
#assistancewrap {
	padding-top: 30px;
	padding-bottom: 20px;
	background: linear-gradient(0deg, rgba(75, 75, 75, 0.1) 60%,
		rgba(50, 50, 50, 0.7)),
		url(../../resources/default/1_0/images/assistance.png) fixed;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.entete_assist {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 15px #333333;
}

.assists {
	margin-top: 75px;
	margin-bottom: 25px;
}

div.circleAssist {
	border: 2px solid #0099c4;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	font-size: 30px;
	color: #333;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(25deg, rgba(255, 255, 255, 1),
		rgba(221, 224, 233, 1));
	margin-bottom: 25px;
}

div.circleAssist>img {
	width: 50%;
	margin-top: 15px
}

div.circleAssist:hover {
	border: 2px solid rgba(51, 153, 204, 0.75);
}

div.circleAssist>p {
	color: #0099c4;
	text-shadow: 0 0;
	font-family: Lato-Light;
	font-size: 85%;
}

a.circleAssist:hover, a.circleAssist:focus {
	text-decoration: none;
}

div.circleAssist:hover {
	background: linear-gradient(25deg, rgba(255, 255, 255, 1),
		rgba(235, 239, 247, 1));
}




/*-------SECTION BESOIN----*/

/*sectionbesoin*/
#iconewrap {
	padding-top: 40px;
	padding-bottom: 35px;
	background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	min-height: 500px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#col-centrale-section4 {
	margin-top: 10px;
}

.h1-section4 {
	padding-top: 0px;
	text-align: center;
}

.h3-section4 {
	padding-top: 30px;
	text-align: center;
}

.lien_icone {
	padding-top: 20px;
	text-align: center;
}

div.liste_icone {
	text-align: center;
}

figure.liste_icone {
	height: 150px;
}

.conteneurUneIcone {
	min-height: 50px;
}

/*--------SECTION FOOTER------*/
#inrs {
	height: 70%;
	width: 70%;
	margin-top: 25px;
}

#col-centrale-section6 {
	padding: 15px 0 15px 0px;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
	margin-top: 15px;
}

.footer-right a {
	font-family: Lato;
	color: #39c;
}

#lien_footer-a {
	font-weight: normal;
}

.gradient-section6 {
	width: 100%;
	height: 10px;
	background: #ffffff;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa),
		to(#f1f1f1));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #aaa, #f1f1f1);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaa,
		endColorstr=#f1f1f1);
	/* For Internet Explorer 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaa, endColorstr=#f1f1f1)";
}

#footerwrap {
	background-image: url("../../files?name=images/footercrop.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: rgb(236, 240, 241);
	min-height: 187px;
	width: 100%;
}

/* F A Q */
.faq_index {
	position: fixed;
	top: 150px;
	left: -250px;
	background-color: #f7f7f7;
	height: 55px;
	width: 300px;
	z-index: 999;
	border: 4px solid #39c;
	border-radius: 10px;
	line-height: 45px;
	font-size: 165%;
	color: #39c;
	text-align: right;
	cursor: pointer;
}

.searchbarvalue {
	display: inline-block;
	margin-right: 7px;
	width: 185px;
	height: 21px;
	padding-left: 5px;
	margin-top: 10px;
}

.glyphicon-search {
	top: 3px !important;
}

/*------Partie Mobile----*/

/* MEDIA 1000 et + */

/* Nouvelles règles si la fenêtre fait au plus 1024px de large */
@media screen and (max-width: 1024px) {
	/*Cacher le bouton contact car trop génant en version mobile */
	.contact {
		display: none;
	}
	.telecharger_gratuit, .lien_intro, .txt_intro {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	table {
		overflow-x: auto;
		display: block;
	}
}

@media ( min-width :1200px) and (max-width:1285px) {
	.lienMenu {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media ( min-width :1201px) and (max-width:1221px) {
	.txt_intro {
		padding-left: 20px !important;
	}
}


@media ( max-width :1200px) {
	#actuWrap {
		padding-top: 0px;
	}
	#col-centrale-sectionActu {
		margin-top: -1px;
	}
		.h1-section3 {
		margin-top: 0px;
		padding-top: 50px;
	}
	h1.sectionActu {
		padding-top: 50px;
		margin-top: 0px;
	}
}



@media ( max-width :1150px) {
	.nav>li>a {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media ( max-width :1080px) {
	.nav>li>a {
		padding-left: 8px;
		padding-right: 8px
	}
	
		.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -30px;
	}
	.container-fluid {
		padding-right: 0px;
		padding-left: 5px;
	}
}


}


@media screen and (max-width:1000px) {
	#double1 {
		max-width: 400px;
	}
}

/* MEDIA 900 et + */

@media ( max-width :950px) {
	.nav>li>a {
		padding-left: 7px;
		padding-right: 7px
	}
}

/* Passage au burger */
@media ( max-width : 900px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
		2011.072.010.
		jpg
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-collapse.in {
		overflow-y: scroll !important;
	}
	body {
		padding-top: 0px;
	}
	#drapeaux2 {
		text-decoration: none;
		cursor: pointer;
		padding-left: 5px;
		position: relative !important;
		display: inline;
	}
	#reseausociaux2 {
		padding-left: 5px;
		text-decoration: none;
		cursor: pointer;
		position: relative !important;
		display: inline;
	}
	#drapeaux {
		display: none;
	}
	#reseausociaux {
		display: none;
	}
	#btnheader {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:900px) {
	.faq_index {
		display: none;
	}
	div.circleAssist {
		height: 150px;
		width: 150px;
	}
	div.circleAssist>p {
		color: #0099c4;
		text-shadow: 0 0;
		font-family: Lato-Light;
		font-size: 50%;
	}
}

/* MEDIA < 900 */

@media ( max-width :825px) {
	.nav>li>a {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media ( max-width :800px) {
	.nav>li>a {
		padding-left: 4px;
		padding-right: 4px
	}
}

@media ( min-width :770px) and (max-width:900px) {
	body {
		margin-top: -70px;
	}
}

/* MEDIA 600 et + */


@media ( max-width :780px) {
	.nav>li>a {
		padding-left: 3px;
		padding-right: 3px
	}
}

@media ( max-width :768px) {
	.txt_intro {
		margin-top: 45px;
	}
	
	.lien_expertise {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width : 767px) {
	a.lienMenu {
		margin-top: 0 !important;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
		{
		margin-left: -15px;
	}
}

@media screen and (max-width:600px) {
	.row {
		margin: 0;
	}
	#lien_footer-a {
		font-size: 13px;
	}
}


/* MEDIA < a 600 */


@media ( min-width :501px) and (max-width:580px) {
	#boxactu {
		padding-bottom: 20px;
	}
}

@media ( min-width :401px) and (max-width:500px) {
	#boxactu {
		padding-bottom: 50px;
	}
}
@media screen and (max-width:400px) {
	#boxactu {
		padding-bottom: 80px;
	}
}

/* POUR IE10 et + */
@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.psidebar {
		display: none;
	}
	#img_nav {
		padding-top: 3px;
		z-index: 1001;
	}
	#imgaccueil {
		color: rgba(28, 155, 186, 1);
	}
	#imgmethode {
		color: rgba(28, 155, 186, 1);
	}
	#imgsecteurs {
		color: rgba(28, 155, 186, 1);
	}
	#imgbesoins {
		color: rgba(28, 155, 186, 1);
	}
	
	.bouton_telecharger_header{
	padding-top:9px !important;
	}
		
}


