@charset "UTF-8";
/* CSS Document */


/*********************************************************************************************************************************************************
*																			*
		        							STYLEBASIC
*																			*
*********************************************************************************************************************************************************/

body, form, input, textarea, field {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color: #222;;
	font-weight:400;
}

body {	
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.centrage {
	width: 95%;
	max-width:1050px;
	margin:auto;
}

nav a {
	text-decoration:none;
	display:block;
}

.clear {
	width: 0;
	height: 0;
	clear:both;
}

a {
	outline: 0 none;
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration:none;
}

/* On définit ici les titres et textes*/

h1, h2, h3, h4, strong, .bold, .black {
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
}
h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

p {
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 18px;
	color: #222;
}

strong {font-weight: 700;}

/* On définit ici les couleurs du site*/

.vert {
	color:#62c748;
}
.bleuclair {
	color:#5282c2;	
}
.bleuclair2 {
	color:#3c55a2;	
}
.bleufonce {
	color:#0c1c4e;	
}
/* On définit ici les colonnes du site*/

.col66 {
	float: right;
	min-height: 100px;
	width: 67.5%;
	margin-left: 4%;
}

.col33 {
	float: right;
	width: 28.5%;
}

.colGauche {
	margin-left: 0;
}

/* On définit ici les paddings pour le responsive*/

.padding20x30 {
	display: block;
	padding: 20px 30px;
}

.padding20 {
	display: block;
	padding: 20px;
}

/* On définit ici les flottants */

.floatL {float: left;}
.floatR {float: right;}

.imgleft {
	float:left;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;
}

.imgright {
	float:right;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
}

.imgleft + p, .imgright + p {
	margin-top:0px;
}


/*Style des images contenant un outil de zoom (mettre l'img dans un a.fancy et rajouter un span avant ou après, dans le a)*/

.fancy {
	display: block;
	position: relative;
	text-align: center;
	border: #fff solid 2px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.fancy span {
	display: none;	
}

/* On définit ici les arrondis appliqués aux box */
.borderradius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* On définit ici le style du bouton général et les spécifiques */
.btn {
	display:none;
}

.iconePlus {
	color: #fff;
	text-align: center;
}
.iconePlus .icon-circle {
	font-size: 34px;
	color: #0C1C4E;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.iconePlus .icon-plus {
	font-size: 20px;
	margin-left: 5px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

	.iconePlus:hover .icon-circle {color: #fff;}
	.iconePlus:hover .icon-plus {color: #0C1C4E;}

.plusBleufonce .icon-plus{color: #3C55A2;}
.plusBleuclair .icon-plus{color: #5282C2;}
.plusVert .icon-plus{color: #62C748;}

.rondBleuclair .icon-circle{color:#5282C2 ;}
.rondVert .icon-circle{color: #62c748;}
.rondRose .icon-circle{color: #AE83B6;}
.rondOrange .icon-circle{color: #F0892E;}


/* On définit ici le style des formulaires */

form {
	display: none;
}


/*Zone de chargement formulaire CMS*/

.chargement{
	display: none;
}

/* On définit ici le style des tableaux */

table.tableau {
	width: 100%;
	margin-bottom: 30px;
}

table.tableau tr th,
table.tableau tr td {
	padding: 10px;
	border: #ddd solid 1px;
}

table.tableau tr th {
	text-align: left;
	font-weight: 600;
	color: #fff;
}

table.tableau tr td {
	background-color: #fff;
}

/* On définit ici le style des paginations */

#pagination {
	margin-bottom: 20px;
}
#pagination li {
	margin-right: 2px;
	float: left;
}
#pagination li a {
	display: inline-block;
	width: 31px;
	padding: 7px 0 9px 0;
	color: #0C1C4E;
	font-weight: 700;
	text-align: center;
	border: #0C1C4E solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#pagination li.arrow a {padding: 6px 0 10px 0;}
#pagination li a.current,
#pagination li a:hover {
	color: #62C748;
	border: #62C748 solid 1px;
}
#pagination li a.active {font-weight: bold;} 


/*QR codes*/      /*Prendre soin de bien importer les images associées pour que ces styles fonctionnent*/

.qrcode {
	width: 100%;
	height: 150px;
	margin: 0 0 20px 0;
	margin-top: 20px;
	*display: none;
}
.qrcode canvas {
	height: 130px;
	float: left;
	border: 10px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.qrcode .titre {display: none;}
.qrcode .QRinfo {float: left;}
.qrcode .tag {
	display: none;
	height: 14px;
	font-size: 14px;
	padding: 10px 20px 10px 40px;
	margin: 10px 0 0 20px;
	background: url("../../ressources/img/utils/tag.png") left center no-repeat;
	color: #fff;
}
.qrcode .illus {
	display: none;
	width: 155px;
	height: 80px;
	background: url("../../ressources/img/utils/QRcode-illus.png") center no-repeat;
	margin: 20px 0 0 40px;
}


/*********************************************************************************************************************************************************
*																			*
		        							  SPECIFIC
*																			*
*********************************************************************************************************************************************************/


/*responsive*/

.centragemini {
	min-width:1050px;
	width:80%;
	margin:auto;
}

.medscreen,
.smallscreen {
	display: none;
}

/*Specific*/

/********************************************************
*							*
		          HEADER
*							*
********************************************************/
header{
	display: none;
}


/**+html .barretop ul li {
	display: inline;
	zoom:1;

}*/


.barretop a {
	display:block;
	padding:2px;
	padding-left:20px;
	padding-right:20px;
	border-right:solid 1px #0c1c4e;
	margin-top:5px;
	margin-bottom:4px;
	color:#0c1c4e;
	text-transform:uppercase;
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-ms-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}

.barretop a.on,
.barretop a.on:hover {
	color: #62c748;
	background-color: transparent;
}

.barretop .bariaworld {
	margin-right:40px;
	border:0px !important;
}
.barretop .bordernone {
	border:0px !important;
}
.barretop form{
	display: none;
}

.logo {
	margin: 20px 0 20px 20px;
}

.partage {
	display: none;
}

/********************************************************
*							*
		          MENU
*							*
********************************************************/
header {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(12, 28, 78, 0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(12, 28, 78, 0.3);
	box-shadow: 0px 2px 2px 0px rgba(12, 28, 78, 0.3);
	z-index:300;
	position:relative;
}
nav {
	display:none;
}


/********************************************************
*							*
		          MENU FIXE
*							*
********************************************************/

header.fixe {
	position: absolute;
	top:-160px;
    	opacity : 1;
	z-index:1000;
	width:100%;
	background-color:#fff;
}

header.fixe .barretop{
	padding-top:20px;
}
header.fixe .menu ul li ul{
	top:92px;
}

/********************************************************
*							*
		          SLIDER
*							*
********************************************************/

.flexslider {display: none;}

/********************************************************
*							*
		          BLOCS HOME
*							*
********************************************************/

.actushome {
	position:relative;
	margin-top: 50px;
	z-index:200;
	height:auto;
}
.actushome h3 {
	color:#0c1c4e;
	font-weight:700;
	font-size:28px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.actu1, .actu2, .actu3 {
	width:32%;
	margin-right:2%;
	float:left;
	height:auto;
	color:#0c1c4e;
}

.actu1 .centreActu, .actu2 .centreActu, .actu3 .centreActu{
	display: block;
	padding: 16px;
}

.actu1 h3, .actu2 h3, .actu3 h3{
	margin:0;
	font-size:18px;
	display:block;
	text-transform:uppercase;
	color:#0c1c4e;
}

.actu2 h3 {color: #62c748;}
.actu3 h3 {color: #5282c2;}

.actu3 {
	margin-right:0%;
}
.actu1 {
	-webkit-box-shadow: inset 0 0 0 1px #3c55a2;
	-moz-box-shadow: inset 0 0 0 1px #3c55a2;
	box-shadow: inset 0 0 0 1px #3c55a2;
}
.actu2 {
	-webkit-box-shadow: inset 0 0 0 1px #62c748;
	-moz-box-shadow: inset 0 0 0 1px #62c748;
	box-shadow: inset 0 0 0 1px #62c748;
}
.actu3 {
	-webkit-box-shadow: inset 0 0 0 1px #5282c2;
	-moz-box-shadow: inset 0 0 0 1px #5282c2;
	box-shadow: inset 0 0 0 1px #5282c2;	
}

.actu1 ul {
	margin-top: 5px;
}

.actu1 a {
	position: relative;
	display:block;
	color:#0c1c4e;
	font-weight:700;
	font-size:15px;
	margin-bottom:28px;
	padding-left: 40px;
}

.actu1 a i {
	display:block;
	position: absolute;
	font-size:34px;
	top: 50%;
	margin-top: -17px;
	left: 0;
}
.lienvert i {
	color:#69b456;
}
.lienbleu i {
	color:#009acd;
}
.lienviolet i {
	color:#ae83b6;	
}
.lienorange i {
	color:#f0892e;
}

.uneactu .chapo {
	margin-bottom: -10px;
}

.actu2 p, .actu3 p {color: #0c1c4e;}

.actu2 a, .actu3 a {
	font-size:34px;
	float:right;
	font-weight:normal;
	color:#0c1c4e;
}

.actu2 a {color: #62c748;}
.actu3 a {color: #5282c2;}

/********************************************************
*							*
		          FOOTER
*							*
********************************************************/


.decotraits {
	display: none;
}

footer {
	margin-top: 50px;
	border-top:#0c1c4e solid 1px;
	height:240px;
	background-repeat:no-repeat;
	background-position:top center;
}

footer .centrage {
	position: relative;
}

footer .centrage:after {
	display: block;
	position: absolute;
	top: 20px;
	content: 'Bariatrix Europe - 2013';
	color: #0c1c4e;
}

.liensfooter,
.coldroitefoot,
.partagefoot,
#logo-6tk {display: none;}

/********************************************************
*							*
	CONTENU / TEMPLATE INTERNE
*							*
********************************************************/


/*GENERAL*/

#bandeau {
	display: none;	
}



/*ACCUEIL*/

/************Sous-menu************/

#arboSousMenu{
	display: none;
}



/************Contenu************/
.interne{
	position: relative;
	z-index: 100;
	margin-top: 30px;
}

.contenuPage{
	background-color: #fff;
	width: 100%;
}

.contenuPage h1 {
	position: relative;
	color: #0c1c4e;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.contenuPage h1:first-child {margin-top: 0;}
#cms h2:first-child, #cms h3:first-child {
	margin-top: 0;
}

.contenuPage h2 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #62C748;
}

#cms h1+h2 {
	margin-top: 10px;
}

.contenuPage h3 {
	font-size: 20px;
	font-weight: normal;
	color: #3C55A2;
	margin-bottom: 10px;
}

#cms h2+h3 {margin-top: 5px;}
#cms h2+.colonne {margin-top:5px;}
#cms h3+.colonne {margin-top:5px;}

.colonne {
	margin-bottom: 20px;
}

.colonne .col1tier {
	float: left;
	width: 31.3%;
	margin-left: 3%;
}

.col2tiers {
	float: left;
	width: 65.6%;
	margin-left: 3%;
}

.colDemi {
	float: left;
	width: 48.5%;
	margin-left: 3%;
}

.colImg {
	text-align: center;
}

.colImg img {
	max-width: 100%;
}

.colonne .colGauche{
	margin-left: 0;
}

.colonne p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 15px;
}

.colonne p:first-child {
	margin: 0;
}

.colonne ul {
	margin-top: 15px;
}

.colonne ul li {
	list-style: none;
	border-left: #00FFFC solid 4px;
	margin-bottom: 8px;
	padding: 5px 0 5px 8px;
}

.imgCentre {
	text-align: center;
	margin-bottom: 20px;
	border: #fff solid 2px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.imgCentre img {max-width: 100%;}



.formCms {
	display: none;
}


/*
*
*
*	SLIDESHOWS
*
*
*/


.slider {
	display: none;
}


.ggmap {
	display: none;
}


/*
*
*
*	SUGGESTIONS
*
*
*/

.liensInternes {
	margin-bottom: 15px;
}

.liensInternes .suggestion {
	float: left;
	width: 46%;
	margin-right: 1%;
}

.suggestion {
	display: block;
	padding: 8px 10px;
	border: #009ACC solid 1px;
	-webkit-transition: background-color 0.2s, background-image 0.2s;
	-moz-transition: background-color 0.2s, background-image 0.2s;
	-ms-transition: background-color 0.2s, background-image 0.2s;
	-o-transition: background-color 0.2s, background-image 0.2s;
	transition: background-color 0.2s, background-image 0.2s;
	margin-bottom: 10px;
}

.liensInternes .suggestion {
	margin-top: 0px;
	margin-bottom: 5px;
}

.suggestion aside {
	display: none;
}

.suggestion article {
	width: auto;
	margin-left: 0;
	margin-bottom: 0;
	background-color: transparent;
	background-image: none;
}

#cms .suggestion h3 {
	display: block;
	color: #009ACC;
	margin-bottom: 0px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
#cms .suggestion span {
	display: block;
	color: #333;
	margin-top: 2px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

	.suggestion:hover {
		background-color: #0C1C4E;
	}

	#cms .suggestion:hover h3 {color: #fff;}
	#cms .suggestion:hover span {color: #f1f1f1;}



/*
*
* 	Style des listes déroulantes
*
*/

/**************************
	Page 404
**************************/

#page404 {
	margin-top: 40px;
	margin-bottom: 40px;

	background: url('../img/utils/interogation.png') right center no-repeat;
}
#page404 h1 {margin-bottom: 2px;}
#page404 h2 {margin-bottom: 30px;}