﻿@import url(https://fonts.googleapis.com/css?family=Play:400,700);
@import url(https://fonts.googleapis.com/css?family=Black+Ops+One);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
/*@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
*/
#searchbar {
    width:50%;
}
#searchbar input {
    text-align: center;
	-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;
    color:#ff922c;
    background-color: rgba(61, 61, 61, 0.9);
}
#searchbar input:hover, #searchbar input:focus {
    border:1px outset red;
	-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;
}

@media (max-width: 700px) {
    #searchbar {
        width:100%;
    }
}
@media (min-width: 1200px) {
    #searchbar {
        width:100%;
    }
}

.sql{ /* Class de test pour le requetes et msg d'erreur*/
	display:block;
	margin:10px;
	padding:10px;
	position:relative;
	width:90%;
	background-color: rgba(147,255,38,0.9);
	z-index:99999999999;
	font-family: Play;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}

.concertfini {
	opacity:0.5;
	-moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.concertfini:hover {
	opacity:1;
	-moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.affiche  {
   z-index:100;
   text-decoration:none;
}

.affiche .masque {
 	width: 100%;
	height: 250px;
	position: absolute;
	z-index:999999999;
	overflow: visible;
  background-color: rgba(17,17,17,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   z-index:1000;
   -webkit-transform: translate(0px, -200px);
   -moz-transform: translate(0px, -200px);
   -o-transform: translate(0px, -200px);
   -ms-transform: translate(0px, -200px);
   transform: translate(0px, -200px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.affiche .masqueoff {
 	width: 100%;
	position: absolute;
	bottom:1px;
	margin:auto;
	z-index:999999999;
	overflow: visible;
   filter: alpha(opacity=100);
   opacity: 1;
}
.affiche:hover .masqueoff {
   filter: alpha(opacity=0);
   opacity: 0;
}
.affiche:hover .masque {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}

.view {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 10px;
	/*
	border: 0px solid #fff;
	text-align: center;
	box-shadow: 1px 2px 5px #000000;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	*/
}
.view .mask{
	width: 100%;
	height: 250px;
	position: absolute;
	z-index:999999999;
	overflow: visible;
	top: 0;
	left: 0;
}

.view .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(90deg);
   -moz-transform: translate(460px, -100px) rotate(90deg);
   -o-transform: translate(460px, -100px) rotate(90deg);
   -ms-transform: translate(460px, -100px) rotate(90deg);
   transform: translate(460px, -100px) rotate(90deg);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.view h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view p {
   -webkit-transform: translateX(300px) rotate(-90deg);
   -moz-transform: translateX(300px) rotate(-90deg);
   -o-transform: translateX(300px) rotate(-90deg);
   -ms-transform: translateX(300px) rotate(-90deg);
   transform: translateX(300px) rotate(-90deg);
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}
.view a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}
.view:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view:hover p {
   -webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}


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

.btn-default.btn-on.active{
	background-color: #5BB75B;
	color: white;
}
.btn-default.btn-off.active{
	background-color: #DA4F49;
	color: white;
}

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

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

.table-mini  {
	max-width: 100%;
	padding:0;
	margin:0;
}
.table-mini  tr{
	max-width: 100%;
	position:relative;
	line-height:10px;
	top:1px;
}
.table-mini  .tdaccueil {
	background-color: rgba(238,238,238,0.5);
}
.table-mini  .tdnews {
	background-color: rgba(115,255,150,0.5);
}
.table-mini  .tdchroniques {
	background-color: rgba(115,220,255,0.5);
}
.table-mini  .tdreports {
	background-color: rgba(115,150,255,0.5);
}
.table-mini  .tdgroupes {
	background-color: rgba(255,115,220,0.5);
}
.table-mini  .tdinterviews {
	background-color: rgba(255,115,115,0.5);
}
.table-mini  .tdagenda {
	background-color: rgba(255,220,115,0.5);
}
.table-mini  .tdslider {
	background-color: rgba(220,255,115,0.5);
}
.table-mini  .tdradio {
	background-color: rgba(179,0,45,0.5);
}

.pubtop {
	background-color: rgb(213, 255, 1);
	color: #2c2c2c;
    text-decoration:none;
    height:20px;
    padding:5px;
    text-align:center;
}
.pubactif{
	border-left:10px solid #36d900;
}
.pubinactif{
	border-left:10px solid #ff0000;
}

.pubpromo {
	background-color: rgb(1, 52, 207);
	color: #ffffff;
    text-decoration:none;
    height:20px;
    padding:5px;
    text-align:center;
}

.pubsky  {
    text-decoration:none;
    height:20px;
    padding:5px;
    text-align:center;
	background-color: rgb(1, 238, 255);
	color: #2c2c2c;
}

.pubcampagne  {
	background-color: rgba(153,153,153,0.3);
	color: #000000;
}


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

/* FORMATAGE DES TEXTES EN FONCTION DE LA RESOLUTION SI CLASS "XS" EST INDIQUE */
@media (max-width: 525px){
	.xxs {
		font-size: 15px;
		/*margin-top:-15px;*/
	}
	.xs {
		font-size: 20px;
		/*margin-top:-15px;*/
	}
}
@media (min-width: 526px) and (max-width: 767px) {
	.xxs {
		font-size: 18px;
	}
	.xs {
		font-size: 22px;
		/*margin-top:-15px;*/
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.xxs {
		font-size: 20px;
	}
	.xs {
		font-size: 25px;
		/*margin-top:-15px;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.xxs {
		font-size: 20px;
	}
	.xs {
		font-size: 25px;
		/*margin-top:-15px;*/
	}
}
@media (min-width: 1200px){
	.xxs {
		font-size: 20px;
	}
	.xs {
		font-size: 25px;
		/*margin-top:-15px;*/
	}
}


html {
	font-family: Play, sans-serif;
}



.contenu{
	position:relative;
	top:-60px;
}

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}


#chercher {
	position:relative;
	top:-80px;
	margin-top:50px;
}
.reporter{
	height:120px;
	width:120px;
	margin:10px;
	padding:10px;
	background-color: rgba(84, 17, 17, 0.8);
	font-family: Play;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px outset #666666;
	-moz-box-shadow:0px 2px 2px #D90000;
	box-shadow: 0px 2px 2px #D90000;
	-webkit-box-shadow: 0px 2px 2px #D90000;
}

.reporter img{
	height:60px;
	width:60px;
}
.tags{
	padding:1px 2px 1px 2px ;
	margin:1px;
	font-size:12px;
	background-color: transparent;
	color:#CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0.1em dashed #CCCCCC;
	list-style:none;
}

.addannonceplus{
	margin:3px 10px 0px 10px;
	background-color: rgba(255,255,255,0.5);
	color:#000000;
	min-width:260px;
	font-size:14px;
	text-align:center;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #D9A300;
}
.addannonceplus:hover{
	background-color: rgba(255,255,255,0.1);
	color:#333333;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #eeeeee;
}


.addannonce{
	margin:0px 10px 0px 10px;
	background-color: rgba(255,255,255,0.1);
	color:#333333;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	border: 1px solid #D9A300;
}
.addannonce:hover{
	background-color: rgba(255,255,255,1);
	color:#333333;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	border: 1px solid #eeeeee;
}

.lienannonce {
	background-color: transparent;
	color:#777777;
	display:block;
}
.lienannonce :hover{
	background-color: #rrrrrr;
	color:#B3B300;
}
.mega-dropdown-menu {
    padding: 20px 0px;
	left:-300px;
	margin:auto;
	top:50px;
	width:1010px!important;
}

@media (max-width: 525px){
	.mega-dropdown-menu {
		left:-300px;
		margin:auto;
		width:100%!important;
	}
}
@media (min-width: 526px) and (max-width: 767px) {
	.mega-dropdown-menu {
		left:-300px;
		margin:auto;
		width:100%!important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.mega-dropdown-menu {
		left:-430px;
		margin:auto;
		width:700px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.mega-dropdown-menu {
		left:-450px;
		margin:auto;
		width:800px!important;
	}
}
@media (min-width: 1200px){
	.mega-dropdown-menu {
		left:-300px;
		margin:auto;
		width:1010px!important;
	}
}


.mega-dropdown-menu:before {
    content: "";
    border-bottom: 1px solid #fff;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    position: absolute;
    top: 5px;
    left: 285px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    position: absolute;
    top: -17px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 2px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
	color: #428bca;
	font-size: 14px;
	font-weight:bold;
}

/*
img { width: 100%; }
*/
.iconeavant  {
	color:#8C2300;
}
.txt150  {
	font-size:150%;
}


.bloc-client {
	background-color:#FCFCFC;
	padding:10px 10px 20px 10px;
	border-width: 1px 1px 1px 20px;
	border-style: solid;
	border-color: #FFC926;
	-moz-box-shadow:2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
}
.bloc-client h3 {
	padding:0px 0px 20px 10px;
}
.bloc-client ul {
	padding:0px 0px 20px 0px;
}

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;
}

.bloc-deal {
    /*opacity: 0.7;*/
	height:290px;
	max-height:310px;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 10px 10px 10px #ccc;
	padding:10px;
	margin-top:10px;
}



.bloc-deal:hover {
	/*background-color:#EfEfEf;*/
	-moz-box-shadow:10px 10px 10px #FCFCFC;
	box-shadow: 10px 10px 10px #FCFCFC;
	-webkit-box-shadow: 2px 2px 5px #FCFCFC;
}




/* BOUTONS *************************************/
.btn-success-3d{
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #9dd53a 0%, #a1d54f 30%, #80c217 56%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(30%,#a1d54f), color-stop(56%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn-success-3d:hover{
	border: 1px solid #FFBF00;
}

.btn-orange-3d {
	font-size:14px;
	color:#8C6900;
	width:100%!important;
	line-height:20px!important;
	z-index:3333333333;
	line-height:30px!important;
	height:30px!important;
	background: rgb(251,223,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,223,147,1) 0%, rgba(248,181,0,1) 6%, rgba(248,181,0,1) 6%, rgba(252,205,77,1) 50%, rgba(252,234,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,223,147,1)), color-stop(6%,rgba(248,181,0,1)), color-stop(6%,rgba(248,181,0,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(100%,rgba(252,234,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,223,147,1) 0%,rgba(248,181,0,1) 6%,rgba(248,181,0,1) 6%,rgba(252,205,77,1) 50%,rgba(252,234,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,223,147,1) 0%,rgba(248,181,0,1) 6%,rgba(248,181,0,1) 6%,rgba(252,205,77,1) 50%,rgba(252,234,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,223,147,1) 0%,rgba(248,181,0,1) 6%,rgba(248,181,0,1) 6%,rgba(252,205,77,1) 50%,rgba(252,234,187,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,223,147,1) 0%,rgba(248,181,0,1) 6%,rgba(248,181,0,1) 6%,rgba(252,205,77,1) 50%,rgba(252,234,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf93', endColorstr='#fceabb',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding: -3px 3px 3px 3px;
	margin: 5px auto;
	border:1px solid #FCFCFC;
}

.btn-orange-3d a {
	color:#8C6900;
}
.btn-orange-3d a:hover{
	color:#FCFCFC;
	text-shadow: 1.0px 1.0px 2.0px rgba(51, 51, 51, 0.5);
}

.btn-orange-3d:hover{
	color:#FCFCFC;
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 94%, rgba(248,181,0,1) 94%, rgba(251,223,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(94%,rgba(248,181,0,1)), color-stop(94%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 94%,rgba(248,181,0,1) 94%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 94%,rgba(248,181,0,1) 94%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 94%,rgba(248,181,0,1) 94%,rgba(251,223,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 94%,rgba(248,181,0,1) 94%,rgba(251,223,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	border:1px outset #CCCCCC;
	-moz-box-shadow:0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	text-shadow: 1.0px 1.0px 2.0px rgba(51, 51, 51, 0.5);
}



.btn-arg-main {
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #d2e638 4%, #c3d825 50%, #dbf043 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(4%,#d2e638), color-stop(50%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#d2e638 4%,#c3d825 50%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#d2e638 4%,#c3d825 50%,#dbf043 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#d2e638 4%,#c3d825 50%,#dbf043 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0000 0%,#d2e638 4%,#c3d825 50%,#dbf043 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px solid transparent;
	padding:1px 5px 1px 5px;
	margin:1px;
	color:#444444;
	list-style:none;
}
.btn-arg-main:hover{
	color:#004000;
}
.btn-arg-3d {
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px solid transparent;
	padding:1px 5px 1px 5px;
	margin:1px;
	color:#444444;
	list-style:none;
	opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
}
.btn-arg-3d:hover{
	color:#004000;
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
}

.btn-actif-3d{
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #9dd53a 0%, #a1d54f 30%, #80c217 56%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(30%,#a1d54f), color-stop(56%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 30%,#80c217 56%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding:1px 5px 1px 1px;
	margin:1px;
	color:#000000;
}
.btn-actif-3d:hover{
	border: 1px solid #FFBF00;
	color:#ffffff;
}

.btn-inactif-3d{
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fceabb 0%, #fccd4d 40%, #f8b500 55%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fceabb), color-stop(40%,#fccd4d), color-stop(55%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 40%,#f8b500 55%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 40%,#f8b500 55%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 40%,#f8b500 55%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 40%,#f8b500 55%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding:1px 5px 1px 1px;
	margin:1px;
	color:#000000;
}
.btn-inactif-3d:hover{
	border: 1px solid #9dd53a;
	color:#ffffff;
}

.btn-3d {
	color: #fff;
	background: rgb(36,139,158); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(36,139,158,1) 0%, rgba(40,193,201,1) 33%, rgba(33,168,206,1) 56%, rgba(15,146,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,139,158,1)), color-stop(33%,rgba(40,193,201,1)), color-stop(56%,rgba(33,168,206,1)), color-stop(100%,rgba(15,146,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,139,158,1) 0%,rgba(40,193,201,1) 33%,rgba(33,168,206,1) 56%,rgba(15,146,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,139,158,1) 0%,rgba(40,193,201,1) 33%,rgba(33,168,206,1) 56%,rgba(15,146,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,139,158,1) 0%,rgba(40,193,201,1) 33%,rgba(33,168,206,1) 56%,rgba(15,146,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(36,139,158,1) 0%,rgba(40,193,201,1) 33%,rgba(33,168,206,1) 56%,rgba(15,146,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#248b9e', endColorstr='#0f929e',GradientType=0 ); /* IE6-9 */
	border-color: #00698C;
	-moz-box-shadow:5px 5px 5px #DDDDDD;
	box-shadow: 5px 5px 5px #DDDDDD;
	-webkit-box-shadow: 5px 5px 5px #DDDDDD;
}

.btn-3d:hover,
.btn-3d:focus,
.btn-3d:active,
.btn-3d.active,
.open .dropdown-toggle.btn-3d {
	color: #fff;
	background-color: #0086B3;
	border-color: #FFFFFF;
	-moz-box-shadow:1px 1px 1px #DDDDDD;
	box-shadow: 1px 1px 1px #DDDDDD;
	-webkit-box-shadow: 1px 1px 1px #DDDDDD;
}
.btn-3d:active,
.btn-3d.active,
.open .dropdown-toggle.btn-3d {
  background-image: none;
}
.btn-3d.disabled,
.btn-3d[disabled],
fieldset[disabled] .btn-3d,
.btn-3d.disabled:hover,
.btn-3d[disabled]:hover,
fieldset[disabled] .btn-3d:hover,
.btn-3d.disabled:focus,
.btn-3d[disabled]:focus,
fieldset[disabled] .btn-3d:focus,
.btn-3d.disabled:active,
.btn-3d[disabled]:active,
fieldset[disabled] .btn-3d:active,
.btn-3d.disabled.active,
.btn-3d[disabled].active,
fieldset[disabled] .btn-3d.active {
  background-color: #00698C;
  border-color: #00A3D9;
}
.btn-3d .badge {
  color: #5cb85c;
  background-color: #00698C;
}


.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;
}
.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;
}
.txt-clair {
	color:#EEEEEE!important;
}
.txt-ombre {
  text-shadow: 2px 2px 2px rgba(179,0,0, 0.95);
}
.txt-ombre-titre {
  text-shadow: 0px -1px 20px rgba(217,54,0, 1), 0px 1px 20px rgba(255,0,0, 1);
}
.txt-rose {
	color:#FF26FF!important;
}
.txt-vert {
	color:#73b83a!important;
}
.txt-bleu {
	color:#47a5b2!important;
}
.txt-orange {
	color:#FF9326!important;
}
.txt-gris-fonce {
	color:#777777!important;
}
.txt-gris {
	color:#BBBBBB!important;
}
.txt-ocre {
	color:#D90000 !important;
}
.txt-blanc {
	color:#FFFFFF !important;
}
.txt-placeholder {
	color:#FF794C !important;
}
.txt-noir {
color:#000000 !important;
}

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


.font-ops{
	font-family: 'Black Ops One', cursive!important;
}
.font-script{
	font-family: 'Dancing Script', cursive!important;
}
.font-play{
	font-family: 'Play', sans-serif!important;
}


.font10 {
	font-size:10px!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;
}
@media only screen and (max-width: 768px) {
	.font10 {		font-size:9px!important;	}
	.font12 {		font-size:10px!important;	}
	.font14 {		font-size:12px!important;	}
	.font16 {		font-size:14px!important;	}
	.font18 {		font-size:16px!important;	}
	.font20 {		font-size:18px!important;	}
	.font25 {		font-size:21px!important;	}
	.font30{		font-size:24px!important;	}
	.font40{		font-size:30px!important;	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.font10 {		font-size:10px!important;	}
	.font12 {		font-size:12px!important;	}
	.font14 {		font-size:13px!important;	}
	.font16 {		font-size:15px!important;	}
	.font18 {		font-size:17px!important;	}
	.font20 {		font-size:19px!important;	}
	.font25 {		font-size:22px!important;	}
	.font30{		font-size:25px!important;	}
	.font40{		font-size:32px!important;	}
}

.size150 {
	font-size:150%!important;
}
.size130 {
	font-size:130%!important;
}
.size110 {
	font-size:110%!important;
}
.size90 {
	font-size:90%!important;
}
.size70 {
	font-size:70%!important;
}
.size50 {
	font-size:50%!important;
}
@media (max-width: 525px){
	.size150 {
		font-size:100%!important;
	}
	.size130 {
		font-size:100%!important;
	}
	.size110 {
		font-size:80%!important;
	}
	.size90 {
		font-size:70%!important;
	}
	.size70 {
		font-size:60%!important;
	}
	.size50 {
		font-size:50%!important;
	}
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center!important;
}
.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;
}




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

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

.grosborderrouge {
	border: 5px solid #B32D00;
}
.grosbordervert {
	border: 5px solid #59B300;
}
.grosborderorange {
	border: 5px solid #FF9326;
}
.borderrouge {
	border: 1px solid #B32D00!important;
}
.bordergris {
	border: 1px solid #AAAAAA!important;
}
.border2gris {
	border: 2px solid #AAAAAA!important;
}
.bordervert {
	border: 1px solid #59B300;
}
.borderorange {
	border: 1px solid #FF9326;
}
.borduretop{
	border-top:1px solid #DDDDDD;
}
.bordurebottom{
	border-bottom:1px solid #FFC926;
}

.bordureligne{
	border-bottom:1px solid #FFC926;
}
.bordureligne:hover{
	margin-left:5px;
	color:#FFC926;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s 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-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 {
	padding:5px;
	background-color:#47a5b2;
	border: 1px solid #FFFFFF;
}
.bg-bleu:hover {
	border: 1px solid #FFC926;
}
.bg-vert {
	padding:5px;
	background-color:#B4DC92;
	border: 1px solid #008C23;
}
.bg-orange {
	padding:5px;
	background-color:#FFE495;
	border: 1px solid #FFFFFF;
}

.bg-rouge {
	padding:5px;
	background-color:#D90000!important;
	border: 1px solid #FFFFFF;
}
.bg-noir {
	background-color:#222222!important;
	border: 1px solid #FFFFFF;
}

.bg-gris {
	background-color:#333333!important;
	border: 1px solid #444444;
}
.bg-gris:hover {
	background-color:#000000;
}
.bg-bleu-hover {
	padding:5px;
	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{
	text-decoration:none;
	background-color:transparent;
	-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;
}
.bg-gris-hover:hover {
	text-decoration:none;
	background-color:#444444;
	-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;
}
.bg-prod-hover{
	border-left: 10px solid transparent;
	border-top: 1px solid #FFC926;
	border-bottom: 1px solid transparent;
	border-right: 10px solid transparent;
	background-color:#222222;
	-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;
	border-top: 1px solid #FFC926;
	border-bottom: 1px solid #FFC926;
	background-color:#000000;
}
.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:#222222!important;
	border:1px solid #AAAAAA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #D96C00, -2px -2px 10px #FFBF00;
	-moz-box-shadow: 2px 2px 10px #D96C00, -2px -2px 10px #FFBF00;
	-webkit-box-shadow: 2px 2px 10px #D96C00, -2px -2px 10px #FFBF00;
}

.photobox {
	color:#cccccc;
	font-size:11px;
}
.photobox  a{
	color:#FF9326;
}
.photobox  img{
	width:100%;
	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;
}
.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;
}

.bgvert {
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}


.ajoutannonce  a{
	opacity:0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
}
.ajoutannonce  a:hover{
	opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
}
.ajoutannonce  img{
	width:100%;
	max-width:400px;
	margin:auto;
	padding:5px;
}

.rougefonce {
	background-color:#8C0000;
	border: 1px solid #DDDDDD;
	margin:auto;
	padding:5px;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.annonce {
	font-family: "arial", sans-serif;
	font-size:11px;
	padding:5px;
	color:#999999;
}
.annonce15 {
	font-family: "arial", sans-serif;
	font-size:15px;
	padding:5px;
	color:#999999;
}

.prix {
	background-color:#E0FFC1;
	font-family: "arial", sans-serif;
	border: 1px solid #DDDDDD;
	margin:auto;
	padding:5px;
	color:#B30000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prix sup{
	color:#B30000;
	font-size:11px;
}
 /* upload photo photo */
 #filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #BBBBBB;
	border: 1px dashed #BBBBBB;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}


#messages
{
	max-width:100px;
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}
 /* FIN upload photo */

/* BLOC D'ANNONCES */

#pied {
	position:relative;
	bottom:0;
	width:100%;
}

.divannonce {
	font-family: Play;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color:#FFFFFF;
	border: 1px solid #698C00;
	margin:auto;
	padding:5px;
	color:#999999;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.divannonce :hover{
	background-color:#0000D9;
}

.imgannonce {
	width:150px;
}
@media (max-width: 900px){
	.imgannonce {
		width:100px;
	}
}
.titreannonce a{
	background-color:transparent;
	left:160px;
	font-family: Play;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color:#0040FF;
}

.chemin {
	font-family: "Arial", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    /*font-size: .8em;*/
    color: #999999;
	text-decoration: none;
}
/* FIN BLOC D'ANNONCES */
.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;
}
.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;
}

#bloc{ /* fond de page central */
	position:relative;
	top:-80px;
	padding:30px;
	margin:10px auto 50px;
	width:100%;
	max-width:1100px;
}

#logo {
	position:relative;
	top: 0px;
	padding:6px;
}

@media only screen and (max-width: 768px) {
	#logo {
		max-width:140px;
	}
	#bloc{
		top:20px;
		padding:30px;
		margin:10px auto 50px;
		width:100%;
	}
	#bgtop{
		position:relative;
		top:32px;
		width:100%;
		/*max-width:768px;*/
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	#logo {
		max-width:180px;
	}
	#bloc{
		top:80px;
		padding:30px;
		margin:10px auto 50px;
		width:100%;
	}
	#bgtop{
		position:relative;
		top:33px;
		width:100%;
		/*max-width:992px;*/
	}
}
@media only screen and (min-width: 993px) {
	#logo {
		max-width:280px;
	}
	#bloc{
		top:60px;
		padding:0px;
		margin:10px auto 0px;
		width:100%;
	}
	#bgtop{
		position:relative;
		top:3px;
		width:100%;
		/*max-width:1140px;*/
	}
}
.container-ombre {
	border:0px solid #333333;
	background-color: #000000;
	box-shadow: 10px 10px 20px #111111, -10px 10px 20px #111111;
	-moz-box-shadow: 10px 10px 20px #111111, -10px 10px 20px #111111;
	-webkit-box-shadow: 10px 10px 20px #111111, -10px 10px 20px #111111;

}

.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;
}


.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;

}
.img-annonce-responsive {
	display: block;
	max-width: 80%;
	height: auto;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btnblack, .btnblack:focus{
	color: #ffffff;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #494f4d 21%, #0a0e0a 82%, #0a0809 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#494f4d 21%,#0a0e0a 82%,#0a0809 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#494f4d 21%,#0a0e0a 82%,#0a0809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	border-color: #333333;
}
.btnblack:hover {
	color: #BBBBBB;
	background: #000000; /* Old browsers */
	border-color: #333333;
}

.btn-principal a{
	width:auto;
}

#facture{ /* fond de page central */
	position:relative;
	padding:5px;
	margin:10px auto 10px;
	width:100%;
	max-width:1200px;
}
#adresse{ /* bloc d'adresse */
	position:absolute;
	left:350px;
	top:50px;
}

[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;
}
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}

.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}


/* 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;
	}
}


/*
.titleautocomplete{
	text-align:center;
	margin: 0px;
	width: 100%;
	background-color: #EEEEEE;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #FFC926;
}
*/
.pointer {
   cursor:pointer;
}

.suggestionsBox {
	/*margin: -40px 0px 0px 100px;*/
	width: 100%;
	background-color: #444444;
	border: 1px solid #FFBF00;
	color: #FFBF00;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	display:block;
	position:relative;
	top:0px;
	margin: 0px;
	padding: 10px;
	cursor: pointer;
	color: #FFBF00;
}

.suggestionList li:hover {
	color: #EEEEEE;
	background-color: #000000;
}

/* Bouton radio spéciaux*/
.btn span.glyphicon {
	opacity: 0;
}
.btn :hover span.glyphicon {
	opacity: 1;
}
.btn.active span.glyphicon {
	opacity: 1;
}

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

form.cmxform label {
	color: #999;
	font-family: Play;
	font-weight: 400;
	font-size: 14px;
	text-align:right;
}


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



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


form.cmxform label { /* Width of labels */
	/*border:1px solid #000;*/
	width: auto;
}
form.cmxform fieldset fieldset label { margin-left: 70%; } /* Width plus 3 (html space) */
form.cmxform label.error {
	position:relative;
	top:1px;
	margin-left: auto;
	text-align:left;
	width: 100%;
}

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



.partager{
	font-size:13px;
	display:inline-block;
	position:relative;
	left:15px;
	margin:5px;
	text-decoration: none;
	text-align: center;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.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;
}
.partager:hover ,
.partager:focus {
	text-decoration: none;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-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;
}

.bg-facebook  {
	color: #ffffff !important;
	border:2px solid #ffffff;
	background-color: rgb(75, 110, 168) !important;
}
.bg-facebook:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: rgb(49,71,108) !important;
}

.bg-twitter {
	border:2px solid #ffffff;
	color: #ffffff !important;
	background-color: rgb(79, 213, 248) !important;
}
.bg-twitter:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: rgb(9,167,206) !important;
}

.bg-google {
	border:2px solid #ffffff;
	color: #ffffff !important;
	background-color: rgb(221, 75, 57) !important;
}
.bg-google:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: rgb(167,43,29) !important;
}

/* CAROUSSEL */

#custom_carousel .item {

    color:#9dd53a;
    padding:10px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
	top:-70px;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
}
#custom_carousel .controls li.active {
    border-bottom:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:9px;
    margin-top:5px;
    font-weight:400;
}

/* ANNONCES */

/**** LAYOUT ****/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 300px 15px;
}


/**** MODULE ****/
.bgc-fff div{
    margin:0px;
}
.bgc-fff div:hover {
	/*background: #FDFFF0;*/
}
.box-shad {
    border: 1px solid #8A8A7B;
	-moz-box-shadow:2px 2px 5px #777777;
	box-shadow: 2px 2px 5px #777777;
	-webkit-box-shadow: 2px 2px 5px #777777;
}
.brdr {
    border: 1px solid #CFFFBF;
}
.brdr:hover {
    border: 1px solid #006600;
}

/* Font changes */
.fnt-lighter {
    color: #bbb;
}

.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 0px!important;
    margin: 5px!important;
}
.mrg-0 {
    margin: 0px!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #B32D00;
}


/**** MEDIA ANNONCES PETITS ECRANS ****/
@media only screen and (max-width: 768px) {
    #property-listings .property-listing {
        padding: 0px!important;
        margin: 1px!important;
		background-color: #FFFFFF;
    }
    #property-listings .property-listing a {
        margin: 0px;
		-webkit-font-smoothing: antialiased;
		font-size:80%;
    }
    #property-listings .fnt-smaller {
		font-size:80%;
    }
   #property-listings .property-listing img {
        max-width: 80px;
    }
    #property-listings .property-listing .media-body {
        position:relative;
		left:0px;
		padding: 1px 0px 1px 1px; /* haut droite bas gauche */
		margin:1px!important;
		/*background-color: #FFB973;*/
    }
}

/**** MEDIA ANNONCES GRANDS ECRANS ****/
@media only screen and (min-width: 769px) {
   #property-listings .property-listing  {
		background-color: #FFFFFF;
    }
   #property-listings .property-listing img {
        max-width: 130px;
    }
}
/* FIN ANNONCES */

#listepartage {
	background-color: rgba(255,255,255,0.8);
	height: auto;
	display: none;
	position:absolute;
	margin:auto;
	width:auto;
	height:auto;
	right:80px;
	top:90px;
}
.partage {
	position:absolute;
	top:75px;
	right:0px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.btn-partage {
	background-color: #00A3D9;
	text-align: center;
	width:100%;
	height: auto;
	padding: 10px;
	margin: 10px;
	right:10px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
/*
.active {
	background-position: right 12px;
}
*/
#search {
   z-index:999;
   position: absolute;
    top: 53px;
    left: 0px;
    width: 100%;
    height: 50px;
	border:1px #dddddd dashed;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="text"] {
    position: absolute;
    top: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0px;
    margin-left: -45px;
}
#search .ferm {
   z-index:1000;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}


.liste_possible {
	position:absolute;
	z-index:100;
	overflow:hidden;
	background-color: rgba(0,0,0,0.9);
}

.liste_possible_list {
	margin: 0px;
	padding: 0px;
}

.liste_possible_list li {
	z-index:200;
	position:relative;
	list-style:none;
	top:0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: #FFBF00;
}

.liste_possible_list li:hover {
	color: #EEEEEE;
	background-color: #000000;
}


.degrade {
	color: #ffffff;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #494f4d 21%, #0a0e0a 82%, #0a0809 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#494f4d 21%,#0a0e0a 82%,#0a0809 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#494f4d 21%,#0a0e0a 82%,#0a0809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	border-color: #333333;
}


#upload-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	/*background: #111111;*/
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:1px 1px 3px #AAA;
	box-shadow: 1px 1px 3px #AAA;
	-webkit-box-shadow: 1px 1px 3px #AAA;
}

#upload-wrapper h3 {
	text-align:center;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #DDD;
}
#upload-wrapper input[type=file] {
	/* color:transparent; */
	font-weight:bolder;
	width: 100%;
	height: 150px;
	background: rgba(0,0,0,0.1) url('../img/dropzone.png') center bottom no-repeat;
    background-size:30%;
	border: 2px dashed #79796A;
	padding: 0px;
	border-radius: 5px;
}
@media only screen and (max-width: 448px) {
	#upload-wrapper input[type=file] {
		color:transparent;
		font-weight:bolder;
		width: 100%;
		border: 2px dashed #79796A;
		padding: 0px;
		background: #FFFFFF ;
		border-radius: 5px;
	}
}

#output{
	width:100%;
	padding: 5px;
	font-size: 12px;
}
#output img {
	width:100%;
	border: 1px solid #DDD;
	padding: 5px;
}
#loading-img {
	margin: 10px;
	padding: 10px;
	color:#ffffff;
	background: #00661A url(images/animated-overlay.gif) repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:1px 1px 3px #AAA;
	box-shadow: 1px 1px 3px #AAA;
	-webkit-box-shadow: 1px 1px 3px #AAA;
}
