﻿/*
@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
*/
/*
XS @media (max-width: 767px)  						>>>> 	Smartphones
SM @media (min-width: 768px) and (max-width: 991px) >>>> 	Tablettes
MD @media (min-width: 992px) and (max-width: 1199px)>>>> 	Tablettes Paysage + Petits écrans
LG @media (min-width: 1200px) {						>>>> 	Grands écrans

Noir bleuté #1a1b39 26,27,57
BLEU foncé #345ea9 52,94,169
Bleu Clair #69bae9 105,186,233

@media (max-width: 767px) {

}
@media (min-width: 767px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}

*/
	.parallax-window {
		position:relative;
		/* min-height: 500px; */
		background: transparent;
	}

	.parallax-window > div{
		background: rgba(180,180,80,0.3);
		padding:20px;
		top:50px;
	}
	@media (max-width: 767px) {
		.parallax-window {
			min-height: 130px;
		}
	}
	@media (min-width: 767px) and (max-width: 991px) {
		.parallax-window {
			min-height: 200px;
		}
	}
	@media (min-width: 992px) {
		.parallax-window {
			min-height: 520px;
		}
	}

.mev:hover {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}
.ombre_parallax {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3) inset,  0px -10px 10px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.3) inset,  0px -10px 10px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.3) inset,  0px -10px 10px rgba(0,0,0,0.3) inset;
}

.fond {
	background: url('../img/people-3295555_640.jpg') center center no-repeat;
}
.fond-body{
	background-color: rgba(0,0,0,0.3)!important; 
}




.ligne_icone {
  list-style: none;
  display:inline-block;
  height:auto;
}

.ligne_iconenav > li {
  float: left;
  margin: 10px;
}

.sql{ /* Class de test pour le requetes et msg d'erreur*/
	position:relative;
	width:100%;
	background-color: rgba(147,255,38,0.5);
	z-index:999999999999999;
	font-family: Play;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}

.bagdeclair {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: bold;
  color: #d9a300;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(233,201,112,0.1);
  border: 1px solid #ffe599;
  border-radius: 10px;
}

.text-link {
	color: #447096;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.text-link:hover{
	color: #d9a300;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.space-rotate {
	z-index: 2;
	left:0;
	position: relative;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition:1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}
.space-rotate  h2{
	z-index:6;
	position:absolute;
	width:100%;
	bottom:10px;
	padding:5px 5px 0px 8px;
	color:#dddddd;
	background-color: rgba(0,0,0,0.55);
}
.space-rotate  h3{
	z-index:6;
	position:absolute;
	width:100%;
	bottom:-10px;
	padding:8px;
}
.space-rotate img{
    -webkit-transform:  scale(1) rotate(0.1deg);
    -ms-transform: scale(1) rotate(0.1deg);
    transform: scale(1) rotate(0.1deg);
 	z-index:10;
   -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%); 	
	box-shadow:2px 3px 100px rgba(0,0,0,0.8)inset;
}
.space-rotate  img:hover{
    -webkit-transform:  scale(1.01) rotate(0.1deg);
    -ms-transform: scale(1.01) rotate(0.1deg);
    transform: scale(1.01) rotate(0.1deg);
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%); 	
	background-color: rgba(68,68,68,0.0);
	box-shadow: 0px 0px 10px #b300b3 inset;
	-moz-box-shadow: 0px 0px 10px #d96c00 inset;
	-webkit-box-shadow: 0px 0px 10px #6cd900 inset;
}



@media (max-width: 767px) {
	.space-rotate  h2{
		padding:5px;
	}
	.space-rotate  h3{
		bottom:-10px;
		padding:6px;
		background-color: rgba(0,0,0,0.5);
	}
	.space-rotate img{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%); 	
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.space-rotate  h2{
		padding:5px;
	}
	.space-rotate  h3{
		bottom:-10px;
		padding:6px;
		background-color: rgba(0,0,0,0.5);
	}
	.space-rotate img{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%); 	
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.space-rotate  h2{
		padding:5px;
	}
	.space-rotate  h3{
		bottom:-10px;
		padding:6px;
		background-color: rgba(0,0,0,0.5);
	}
	.space-rotate img{
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%); 	
	}
}
@media (min-width: 1200px) {

}

/* OMBRE DANS .space-rotate */
#ombre  {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
#ombre:hover{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	box-shadow:2px 3px 100px rgba(0,0,0,0.8)inset;
	-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
/* FIN OMBRE DANS .space-rotate */



.noirblanc  {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); 	
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.noirblanc:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%); 	
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  /*background: none repeat scroll 0 0 #222222;*/
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  /*background: none repeat scroll 0 0 #222222;*/
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */




/*  SECURITE */ 
.sec {
display:none;
}

.bphoto {
	transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bphoto:hover ,
.bphoto:focus {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	/*box-shadow: 2px 2px 10px #999999;
	-moz-box-shadow: 2px 2px 10px #999999;
	-webkit-box-shadow: 2px 2px 10px #999999;*/
}

.minizoom  {
	transform:scale(1);
	-webkit-transform:scale(1);
	color:#eeeeee!important;
	-webkit-transition: transform 0.8s ease-in-out;
	-moz-transition: transform 0.8s ease-in-out;
	-o-transition: transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}
.minizoom :hover  ,
.minizoom:focus {
	color:#345ea9!important;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-webkit-transition: transform 0.8s ease-in-out;
	-moz-transition: transform 0.8s ease-in-out;
	-o-transition: transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}

.masquephoto  div{
	position:relative;
	overflow:hidden;
	width:100%;
	height:665px;
	z-index:1;
}
.masquephoto  img{
	min-width:100%;
	z-index:1;
}

/*
html {  
	font-family: Arial, sans-serif;
}
*/

@media (max-width: 767px) {
	#logo {
		max-height:67px;
		position:relative;
		top: 1px;
		padding:0px;
		margin:auto;
	}
	#info_bh {
		position:relative;
		background-color:rgba(0,0,0,0.5)!important;
		z-index:8;
		bottom: 180px;
		padding-top:6px;
		padding-bottom:10px;
		margin:1px;
	}
	.footer {
		background-color:rgba(0,0,0,0.1)!important;
		padding-top:5px;
		margin-top:40px;
		border:1px solid #AAAAAA;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	#logo {
		max-height:57px;
		position:relative;
		top: 1px;
		padding:0px;
		margin:1px;
	}
	#info_bh {
		position:relative;
		background-color:rgba(0,0,0,0.5)!important;
		z-index:8;
		bottom: 200px;
		padding-top:6px;
		padding-bottom:10px;
		margin:1px;
	}
	.footer {
		background-color:rgba(0,0,0,0.1)!important;
		padding-top:5px;
		margin-top:40px;
		height:150px;
		border:1px solid #AAAAAA;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#logo {
		max-height:67px;
		position:relative;
		top: 1px;
		padding:0px;
		margin:1px;
	}
	#info_bh {
		position:relative;
		background-color:rgba(0,0,0,0.5)!important;
		z-index:8;
		bottom: 200px;
		padding-top:6px;
		padding-bottom:10px;
		margin:1px;
	}
	.footer {
		background-color:rgba(0,0,0,0.1)!important;
		padding-top:5px;
		margin-top:40px;
		height:150px;
		border:1px solid #AAAAAA;
	}
}
@media (min-width: 1200px) {
	#logo {
		max-height:51px;
		position:relative;
		top: 1px;
		padding:0px;
		margin:1px;
	}
	#info_bh {
		position:relative;
		background-color:rgba(0,0,0,0.5)!important;
		z-index:8;
		bottom: 200px;
		padding-top:6px;
		padding-bottom:10px;
		margin:1px;
	}
	.footer {
		background-color:rgba(0,0,0,0.1)!important;
		padding-top:5px;
		margin-top:40px;
		height:170px;
		border:1px solid #AAAAAA;
	}
}


 /* Centrage des textes 1 sur 2 --> A reajuster*/
@media only screen and (max-width: 768px) {
	div#centre_vertical {
		display: flex;
		min-height: 100px;
	}
	div#centre_vertical div{
		margin: auto;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	div#centre_vertical {
		display: flex;
		min-height: 300px;
	}
	div#centre_vertical div{
		margin: auto;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	div#centre_vertical {
		display: flex;
		min-height: 400px;
	}
	div#centre_vertical div{
		margin: auto;
	}
}
@media (min-width: 1201px) {
	div#centre_vertical {
		display: flex;
		min-height: 500px;
	}
	div#centre_vertical div{
		margin: auto;
	}
}


}
.pousse-right {
	float: right !important;
}

@media (max-width: 767px){
	.pousse-right {
		float: left !important;
	}
}

#toTop{ /* Bouton retour haut*/
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index:10;
}

div .bloc-zoom {
	-moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    /*opacity: 0.7;*/
	padding:10px 0 10px 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	z-index:1;
	/*
	max-height:300px;
	overflow:hidden;
	*/
}

div .bloc-zoom:hover {
	background-color:#FCFCFC;
    -moz-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -o-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform:  scale(1.10);
	-moz-box-shadow:2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	
	/*opacity: 1;*/
	z-index:999991;
}


.poubelle {
	position:relative;
	top:30px;
	text-shadow: 1px 1px 5px rgba(252,252,252, 0.8);
}

/* ESPACEMENT *************************************/ 

.space-top {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .space-top {
    margin-top: 19.2px;
  }
}
.space-bottom {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .space-bottom {
    margin-bottom: 19.2px;
  }
}
.double-space-top {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .double-space-top {
    margin-top: 31.2px;
  }
}
.double-space-bottom {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .double-space-bottom {
    margin-bottom: 31.2px;
  }
}
.double-padding-top {
  padding-top: 48px !important;
}
@media only screen and (max-width: 768px) {
  .double-padding-top {
    padding-top: 31.2px !important;
  }
}
.double-padding-bottom {
  padding-bottom: 48px !important;
}
@media only screen and (max-width: 768px) {
  .double-padding-bottom {
    padding-bottom: 31.2px !important;
  }
}


.padding-top{
	padding-top:10px!important;
}
.padding-bottom{
	padding-bottom:10px!important;
}

.padding0 {
	padding:0px!important;
}
.margin0 {
	margin:0px!important;
}

.padding5 {
	padding:5px!important;
}

.padding10 {
	padding:10px!important;
}
.padding20 {
	padding:20px!important;
}
.padding30 {
	padding:30px!important;
}
.margin5 {
	margin:5px!important;
}
.margin10 {
	margin:10px!important;
}
.margin20 {
	margin:20px!important;
}

.marginauto{
margin:auto!important;
}

@media only screen and (max-width: 768px) {
  .center-mobile {
    text-align: center !important;
  }
}
@media only screen and (max-width: 991px) {
  .center-tablet {
    text-align: center !important;
  }
}


/* COULEURS TEXTES ET STYLES *************************************/
.titre  {
	margin: 0px 10px 10px 0px ;
	/*border:1px solid #222222;*/
	color:#00698C;
	text-decoration:none!important;
}
.titre:hover  {
	color:#698C00;
	text-decoration:none!important;
}

.green {
	margin:3px;
	color:#468C00;
}

/*
Noir bleuté #1a1b39 26,27,57
BLEU foncé #345ea9 52,94,169
Bleu Clair #69bae9 105,186,233
*/
.txt-tic {
	color:#69bae9!important;
}
.txt-tif {
	color:#345ea9!important;
}
.txt-af {
	color:#1a1b39 !important;
}

.txt-clair {
	color:#EEEEEE!important;
}
.txt-ombre {
  text-shadow: 1.0px 1.0px 2px rgba(0,0,0,0.8);
}
.txt-vert {
	color:#73b83a!important;
}
.txt-bleu {
	color:#00698c!important;
}
.txt-orange {
	color:#FF9326!important;
}
.txt-gris-fonce {
	color:#666666!important;
}
.txt-gris {
	color:#AAAAAA!important;
}
.txt-gris-clair{
	color:#eeeeee!important;
}
.txt-ocre {
	color:#D90000 !important;
}
.txt-rose {
	color:#ff99ff !important;
}
.txt-brun {
	color:#b35900 !important;
}
.txt-blanc {
	color:#FFFFFF !important;
}
.txt-placeholder {
	color:#FF794C !important;
}
.txt-noir {
	color:#000000 !important;
}

.mauvais {
	color:#b35900 !important;
}
.bon {
	color:#73b83a !important;
}

.light-weight {
  font-weight: 300 !important;
}
.bold-weight {
  font-weight: bold !important;
}
.normal-weight {
  font-weight: normal !important;
}
.passouligner{
  text-decoration: none;
}


@media only screen and (max-width: 767px) {
	.font10 {		font-size:8px!important;	}
	.font12 {		font-size:9px!important;	}
	.font14 {		font-size:10px!important;	}
	.font16 {		font-size:11px!important;	}
	.font18 {		font-size:13px!important;	}
	.font20 {		font-size:14px!important;	}
	.font25 {		font-size:18px!important;	}
	.font30{		font-size:14px!important;	}
	.font40{		font-size:20px!important;	}
	.font50{		font-size:25px!important;	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.font10 {		font-size:9px!important;	}
	.font12 {		font-size:10px!important;	}
	.font14 {		font-size:12px!important;	}
	.font16 {		font-size:14px!important;	}
	.font18 {		font-size:15px!important;	}
	.font20 {		font-size:17px!important;	}
	.font25 {		font-size:22px!important;	}
	.font30{		font-size:25px!important;	}
	.font40{		font-size:32px!important;	}
	.font50{		font-size:40px!important;	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.font10 {		font-size:8px!important;	}
	.font12 {		font-size:10px!important;	}
	.font14 {		font-size:12px!important;	}
	.font16 {		font-size:14px!important;	}
	.font18 {		font-size:15px!important;	}
	.font20 {		font-size:17px!important;	}
	.font25 {		font-size:21px!important;	}
	.font30{		font-size:24px!important;	}
	.font40{		font-size:28px!important;	}
	.font50{		font-size:30px!important;	}
}
@media (min-width: 1200px) {
	.font10 {		font-size:8px!important;}
	.font12 {		font-size:12px!important;}
	.font14 {		font-size:14px!important;}
	.font16 {		font-size:16px!important;}
	.font18 {		font-size:18px!important;}
	.font20 {		font-size:20px!important;}
	.font25 {		font-size:25px!important;}
	.font30{		font-size:30px!important;}
	.font40{		font-size:40px!important;}
	.font50{		font-size:50px!important;}
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.center  {
  margin-left: auto;
  margin-right: auto;
}
.center  img{
  margin-left: auto;
  margin-right: auto;
}

.font_titre {
	text-transform: uppercase;
}
.font_titre:before {
	content: url(../img/puce.png);
}



/* BORDER *************************************/

.arrondir{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.arrondir_top{
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.arrondir_bottom{
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.grosborderrouge {
	border: 5px solid #B32D00;
}
.grosbordervert {
	border: 5px solid #86b300;
}
.grosborderorange {
	border: 5px solid #FF9326;
}
.borderrouge {
	border: 1px solid #B32D00!important;
}
.bordergris {
	border: 1px outset #AAAAAA!important;
}
.bordertopvert {
	-moz-box-shadow:2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 0px -3px 20px rgba(0,0,0,0.6);
	border-top: 2px solid #86b300!important;
}
.bordervert {
	border: 1px solid #86b300!important;
}
.borderaf {
	border: 1px solid #ffdc73;
}
.borderorange {
	border: 1px solid #FF9326;
}
.borduretop{
	border-top:1px solid #DDDDDD;
}
.bordurebottom{
	border-bottom:1px solid #FF9326!important;
}

.bordureleft{
	border-left:5px solid #aaaaaa;
	padding-left:5px;
}
.bordureligne{
	border-left:5px solid #eeeeee!important;
	border-top:1px solid #ffefbf!important;
	margin:1px;
	padding:3px;
}
.bordureligne:hover{
	background-color: #ffffff !important;
	border-left:5px solid #ffdc73!important;
	/*color:#FFC926;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ligne {
	border-bottom:1px solid rgba(255,147,38,0.2);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.ligne:hover {
	background-color:rgba(255,191,0,0.05);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/* FONDS ET BG *************************************/
.carre {
  height:150px;
  line-height:150px;
  text-align:center; 
}
.carre a { 
  width:150px; /* largeur zone de texte */
  vertical-align:middle;
  line-height:normal; /* on rétablit le line-height */
  text-align:left; /* ... et l'alignement du texte */
}
.carre span { 
  width:150px; /* largeur zone de texte */
  vertical-align:middle;
  line-height:normal; /* on rétablit le line-height */
  text-align:left; /* ... et l'alignement du texte */
}

.bg-fb {
	background-color:#3b5999;
}
.txt-fb {
	color:#3b5999;
}

.bg-af {
	background-color:#ffefbf!important;
}

.bg-hover {
	padding:10px 0px 10px 0px;
	border: 1px solid #FFFFFF;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.bg-hover:hover {
	border: 1px solid #eeeeee;
	background-color:#f9f9f9;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


.bg-bleu-dark{
	padding:5px;
	background-color:#57889c;
	border: 1px solid #FFFFFF;
}
.bg-vert-dark{
	padding:5px;
	background-color:#569C76;
	border: 1px solid #FFFFFF;
}
.bg-ocre-dark{
	padding:5px;
	background-color:#936060;
	border: 1px solid #FFFFFF;
}
.bg-orange-dark{
	padding:5px;
	background-color:#d1b993;
	border: 1px solid #FFFFFF;
}

.bg-bleu {
	background-color:#cde8eb;
}

.bg-vert {
	padding:5px;
	background-color:#B4DC92;
	border: 1px solid #008C23;
}

.bg-orange {
	padding:5px;
	background-color:#FFE495;
	border: 1px solid #FFFFFF;
}
.bg-warning {
	padding:5px;
	background-color:#ff9600;
}

.bg-rouge {
	padding:5px;
	background-color:#D90000!important;
	border: 1px solid #FFFFFF;
}
.bg-vert-clair{
	padding:5px;
	background-color:#ebf5e2;
	border: 1px solid #abd685;
}
.bg-mauve-clair{
	padding:5px;
	background-color:#efdfff!important;
	border: 1px solid #d9b3ff!important;
}
.bg-gris-clair{
	background-color:#fafafa;
}
.bg-orange-clair{
	background-color:#ffefbf;
	border: 1px solid #ffb973;
}
.bg-gris {
	background-color:#EEEEEE;
	border: 1px solid #999999;
	-moz-box-shadow:2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
}
.bg-gris:hover {
}
.bg-bleu-hover {
	border: 1px solid #FFFFFF;
}
.bg-bleu-hover:hover {
	border: 1px solid #FFC926;
	background-color:#EDF7F8;
}
.bg-vert-hover {
	padding:5px;
	border: 1px solid #FFFFFF;
}
.bg-vert-hover:hover {
	border: 1px solid #008C23;
	background-color:#DDF0CE;
}
.bg-orange-hover{
	padding:5px;
	border: 1px solid #FFFFFF;
}
.bg-orange-hover:hover {
	border: 1px solid #FFC926;
	background-color:#FFF4D2;
}
.bg-gris-hover{
	background-color:#f7f7f7;
	border: 1px solid #FFFFFF;
}
.bg-gris-hover:hover {
	border: 1px solid #FFC926;
	background-color:#dddddd;
}
.bg-prod-hover{
	border-left: 10px solid transparent;
	border-top: 1px solid #FFC926;
	border-right: 10px solid transparent;
	background-color:#ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bg-prod-hover:hover {
	border-left: 10px solid #FFC926;
	border-right: 10px solid #FFC926;
	background-color:#FCFCFC;
}
.bg-blanc{
	background-color:rgba(255,255,255,1)!important;
}
.bg-vide{
	border:1px solid #cccccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:rgba(255,255,255,0.9)!important;
}
.aide {
	color:#008C00!important;
	padding:1px 10px 1px 10px;
	margin:0px ;
	border:1px solid #59B300;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#BFFF00!important;
}
.imgcondens {
	width:200px!important;
	background-color:#FFFFFF!important;
	border:1px solid #AAAAAA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #CCCCCC, -2px -2px 5px #CCCCCC;
	-moz-box-shadow: 2px 2px 10px #CCCCCC, -2px -2px 5px #CCCCCC;
	-webkit-box-shadow: 2px 2px 10px #CCCCCC, -2px -2px 5px #CCCCCC;
}

.photobox {
	color:#cccccc;
	font-size:11px;
}
.photobox  a{
	color:#FF9326;
}
.ombre {
	box-shadow: 5px 5px 10px #999999;
	-moz-box-shadow: 5px 5px 10px #999999;
	-webkit-box-shadow: 5px 5px 10px #999999;
}
.nowrap {
  white-space: nowrap;
}


.theme {
	position:relative;
	top:-50px;
	z-index:1;
	display:bloc;
	padding:10px;
	margin:0px;
	max-height:70px;
	background-color:rgba(0,0,0,0.5)!important;
	border:1px solid #AAAAAA;
}
.headtitle {
	position:relative;
	z-index:1;
	display:bloc;
	padding:10px;
	margin:0px;
	max-height:70px;
	background-color:rgba(0,0,0,0.5)!important;
	border:1px solid #AAAAAA;
}

.decale_droite {
	display:bloc;
	left:50px;
	padding:20px;
	line-height:40px;
	list-style:none;
}
.blocdesphotos {
	display:bloc;
	padding:1px;
	margin:10px;
	max-width:70px;
	border:1px solid #AAAAAA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 50px #CCCCCC, -2px -2px 5px #CCCCCC;
	-moz-box-shadow: 2px 2px 50px #CCCCCC, -2px -2px 5px #CCCCCC;
	-webkit-box-shadow: 2px 2px 50px #CCCCCC, -2px -2px 5px #CCCCCC;
}

.photoprincipale {
	width:100%;
	max-width:200px!important;
	margin:0;
	border:1px solid #AAAAAA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #CCCCCC, -2px -2px 10px #CCCCCC;
	-moz-box-shadow: 2px 2px 10px #CCCCCC, -2px -2px 10px #CCCCCC;
	-webkit-box-shadow: 2px 2px 10px #CCCCCC, -2px -2px 10px #CCCCCC;
}
.fond-transparent {
background-color:rgba(255,255,255,0.7)!important;
}

.btn-transparent {
	color: #ffffff;
	background-color: rgba(0,0,0,0.2);
	border-color: rgba(255,255,255,0.5);
}
.btn-transparent:focus,
.btn-transparent.focus {
	color: #666666;
	background-color: rgba(255,255,255,0.2);
	border-color: rgba(119,119,119,0.5);
}
.btn-transparent:hover {
	color: #666666;
	background-color: rgba(255,255,255,0.2);
	border-color: rgba(119,119,119,0.5);
}
.btn-transparent:active,
.btn-transparent.active{
	color: #666666;
	background-color: rgba(255,255,255,0.2);
	border-color: rgba(119,119,119,0.5);
}

.btn-clair {
  color: #b3b300;
  background-color: rgba(255,210,76,0.2);
  border-color: #e3e066;
}
.btn-clair:focus,
.btn-clair.focus {
  color: #d9a300;
  background-color: rgba(255,210,76,0.1);
  border-color: #b3b300;
	box-shadow: 2px 2px 50px #CCCCCC, -2px -2px 5px #CCCCCC;
	-moz-box-shadow: 2px 2px 50px #CCCCCC, -2px -2px 5px #CCCCCC;
	-webkit-box-shadow: 2px 2px 50px #CCCCCC, -2px -2px 5px #CCCCCC;
}
.btn-clair:hover {
  color: #8c6900;
  background-color: rgba(255,210,76,0.1);
  border-color: #b3b300;
}
.btn-clair:active,
.btn-clair.active{
  color: #b38600;
  background-color: rgba(255,210,76,0.4);
  border-color: #b3b300!important;
}

.width30  {
	width:30px!important;
}
.width50  {
	width:50px!important;
}
.width100 {
	width:100px!important;
}
@media (max-width: 525px){
	.width30  {
		width:20px!important;
	}
	.width50  {
		width:30px!important;
	}
	.width100  {
		width:50px!important;
	}
}


.txt-blanc {
	color:#ffffff;
}
.rouge {
	background-color:#EEA317;
	border: 1px solid #DDDDDD;
	margin:auto;
	padding:5px;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blanc {
	background-color:#FFFFFF;
	border: 1px solid #DDDDDD;
	margin:auto;
	padding:5px;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bloc_blanc_rond {
	background-color:rgba(255,255,255,0.6);
	border: 2px solid #ffffff;
	margin:auto;
	padding:5px;
	width:100px;
	height:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bloc_blanc_rond  p{
	padding:10px;
}

.blanclight {
	background-color:#FFFFFF;
	border: 1px solid #DDDDDD;
	margin:auto;
	padding:5px;
	/*max-width:200px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.vertlight {
	background-color:#EAFFEB;
	border: 1px solid #DDDDDD;
	margin:auto;
	padding:5px;
	/*max-width:200px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rougeclair {
	background-color:#F1B749;
	padding:5px;
	width:100%;
	margin:5px;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.sharecadre {
	padding: 5px;
	width:80px;
	text-align: center;
	background-color:#FFFFFF;
	border: 1px solid #DDDDDD;

}
.favtext {
	position:relative;
	left:1px;
	top:0px;
	font-family: Play, sans-serif;
	font-size: 10px;
    font-weight: 400;
	color: #888888;

}

[class*="col-"]{
	/*
	border: 1px solid #DDDDDD;
	background-color: #DDDDDD;
	border-radius: 6px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	*/
}
.divider {
 	font-family: Play;
	font-size: 14px;
    font-weight: 800;
	color: #000;
	background-color: #BFD09D;
}
.divider  disabled{
background-color: #00468C;
color: #FCC545;
line-height:4em;
}



.starter-template{
	padding: 10px;
	top:50px;
	margin-bottom:20px;
	text-align: center;
	background-color: #dff0d8;
	border: 4px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
#accordion .glyphicon { 
	margin-right:10px; 
}
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

 


/* Validation formulaire */
form.cmxform {
	font-family: inherit;
	width: 100%;
	color: #333;
}

form.cmxform label {
	color: #999;
	text-align:right;
}


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }



form.cmxform td p {
	list-style: none;
	padding: 0px;
	margin: 0;
}


form.cmxform label { /* Width of labels */
	width: auto; 
}
form.cmxform fieldset fieldset label { 
margin-left: 70%; 
} 

form.cmxform label.error {
	position:relative;
	top:-30px;
  background-color: rgba(239,191,255,0.8)!important;
	margin-left: auto;
	text-align:right;
	width: auto;
}


form.cmxform input.submit {
	margin-left: 103px;
}

.table-col {
  background-color: rgba(151,202,100,0.05);
}

.twitter-hover {
    background-image: url('../img/twitter-hover.png');
}
.facebook-hover {
    background-image: url('../img/facebook-hover.png');
}
.google-hover {
    background-image: url('../img/google-hover.png');
}
.pinterest-hover {
    background-image: url('../img/pinterest-hover.png');
}
.instagram-hover {
    background-image: url('../img/instagram-hover.png');
}
.tumblr-hover {
    background-image: url('../img/tumblr-hover.png');
}
.social-slide {
	background-position: 0px -48px;
	height: 48px;
	width: 48px;
	margin: 1px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide:hover {
	background-position: 0px 0px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}


.blokprod {
	position: relative;
	width: auto;
	bottom:0;
	overflow: hidden;
	/*line-height: 2em;*/
}
.blokprod .mainimage {
	z-index: 1;
	left:0;
	position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	/*width: auto;*/
}
.blokprod .mainimage:hover  {
    -webkit-transform:  scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg);
    -webkit-transition: 2.2s ease-in-out;
    -moz-transition: 2.2s ease-in-out;
    -o-transition: 2.2s ease-in-out;
    transition: 2.2s ease-in-out;
}

.blokprod .lesinfos {
	text-decoration:none;
	/*z-index: 2;*/
	display: block;
	font-weight: 800;
	position: absolute;
	/*top: -100px;*/
	padding: 10px;
	color: #ffffff;
	background: rgba(255,255,255,0.0);
    -webkit-transition: 1.6s ease-in-out;
    -moz-transition: 1.6s ease-in-out;
    -o-transition: 1.6s ease-in-out;
    transition: 1.6s ease-in-out;
}
.blokprod:hover {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	box-shadow: -2px -2px 20px #bbbbbb;
	-moz-box-shadow: -2px -2px 20px #bbbbbb;
	-webkit-box-shadow: -2px -2px 20px #bbbbbb;
}
.blokprod:hover .lesinfos {
	width:100%;
	/*bottom: 27px;
	top: 100px;*/
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thum img {
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.thum img:hover {
    border: 1px solid #8c6900;
	box-shadow: 5px 5px 10px #8a8a7b;
	-moz-box-shadow: 5px 5px 10px #8a8a7b;
	-webkit-box-shadow: 5px 5px 10px #8a8a7b;
}

