﻿/*
@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
*/
/*
MARRON #493630 				73,54,48,1
BEIGE #e9c970 				233,201,112
VERTE FONCE #01662c 		1,102,44
VERT OLIVE #71af2d 			113,175,45
*/

#myScrollspy {
	top: 0px;
	left:0;
	z-index: 9999 !important;
}

.bloc_image span{
	height:auto !important;
	height:50px;
	min-height:50px;
	line-height:50px;
	vertical-align:middle;
	display:inline-block;
	font-size:20px;
	color:#FFF;
	margin:auto;
}
.bloc_image a, {color:#FFF;}
.bloc_image a:hover{color:#FFF; text-decoration:none;}

.bloc_image{
	/*border:3px solid white;*/
	height:auto !important;
	height:100px;
	min-height:100px;
	padding:0px;
	text-align:center;
}

.bloc_image{background:#493630;}
.bloc_image:hover{background:#493630; cursor:pointer;}

.bloc_image:before{
	/*content: "En savoir plus";*/
  display: block;
	position:absolute;
	bottom:12px;
	left:12px;
	right:12px;
 /* height: 60px;
	line-height:60px;*/
	padding:10px 0px;
	font-size:16px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.25);
}


.balancement:hover {
	-webkit-transition: all .3s cubic-bezier( .6, 2, .4, 1);
    -moz-transition: all .3s cubic-bezier( .6, 2, .4, 1);
	-ms-transition: all .3s cubic-bezier( .6, 2, .4, 1);
	-o-transition: all .3s cubic-bezier( .6, 2, .4, 1);
	transition: all .3s cubic-bezier( .6, 2, .4, 1);  
  
  
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.fond-body{
	background-color: rgba(0,0,0,0.3)!important; 
}

.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-item {
}

.page {
	/*
	position:relative;
	top:120px!important;
	*/
	background-color: rgba(255,255,255,0.99)!important; 
}

.full-responsive {
	width:100%;
}

@media (max-width: 767px) {
	#logo {
		padding:2px; 
		max-height:90px;
	}
	header{
		position:relative;
		top:-20px!important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	#logo {
		padding-top:10px; 
		max-height:80px;
	}
	header{
		position:relative;
		top:-20px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#logo {
		padding:2px; 
		max-height:90px;
	}
	header{
		position:relative;
		top:-20px!important;
	}
}
@media (min-width: 1200px) {
	#logo {
		padding:2px; 
		max-height:100px;
	}
	header{
		position:relative;
		top:-10px!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;
}

/*  SECURITE */ 
.sec {
display:none;
}
.pousse-right {
	float: right !important;
}
@media (max-width: 767px){
	.pousse-right {
		float: left !important;
	}
}


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

.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);
	-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 {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s 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;
}
*/

.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.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
}
.blokprod .lesinfos {
	width:100%;
	text-decoration:none;
	top: -1000px;
	z-index: 2;
	display: block;
	position: absolute;
	padding: 10px;
	color: #333333;
	left: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 {
 	left:0;
   -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 {
	background: rgba(0,0,0,0.2);
	width:100%;
	height:auto;
	top: 0px;
	-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;
}
.blokprod .maske {
	opacity: 1;
	position:relative;
	top:50px;
	-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;
}
.blokprod:hover .maske {
	opacity: 0;
	-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;
}

.fieldset {
	border: 2px solid rgba(255,255,255,0.8);
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

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


/* 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 *************************************/
/*
MARRON #493630 				73,54,48,1
BEIGE #e9c970 				233,201,112
VERTE FONCE #01662c 		1,102,44
VERT OLIVE #71af2d 			113,175,45
*/

.txt-tic {
	color:#e9c970!important;
}
.txt-tif {
	color:#493630!important;
}


.txt-clair {
	color:#EEEEEE!important;
}
.txt-ombre {
  text-shadow: 1.0px 1.0px 2px rgba(0,0,0,0.8);
}
.txt-vert {
	color:#01662c!important;
}
.txt-olive {
	color:#71af2d!important;
}
.txt-bleu {
	color:#00698c!important;
}
.txt-orange {
	color:#FF9326!important;
}
.txt-gris-fonce {
	color:#666666!important;
}
.txt-gris {
	color:#000000!important;
}
.txt-gris-clair{
	color:#eeeeee!important;
}
.txt-ocre {
	color:#D90000 !important;
}
.txt-af {
	color:#fff1d9 !important;
}
.txt-creme {
	color:#fcc169 !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;
}


.font-indie{
	font-family: 'Indie Flower', cursive!important;
}
.font-lato{
	font-family: "Lato", Helvetica, Arial, sans-serif!important;
}
.font-asap{
	font-family: 'Asap', 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: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;	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.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;	}
}

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

/* 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 solid #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 {
	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-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-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 {
	/*border:1px solid #CCCCCC;*/
	box-shadow: 2px 2px 5px #CCCCCC;
	-moz-box-shadow: 2px 2px 5px #CCCCCC;
	-webkit-box-shadow: 2px 2px 15px #111111;
}
.nowrap {
  white-space: nowrap;
}

.footer {
	background: url(../img/footer-ferronnerie-gilles-risso-sainte-maxime.jpg) center bottom no-repeat;
	/*background-color:#000000;*/
	padding-top:5px;
	margin-top:150px;
	height:400px;
	position:relative;
	border:1px solid #cccccc;
	bottom:-1px;
}
#foot{
	background-color:rgba(0,0,0,0.6)!important;	
}

@media only screen and (max-width: 768px) {
	.footer {
		height:auto;
	}
	#foot{
		height:auto;
		position:relative!important;
		top:-5px!important;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.footer {
		height:600px;
	}
	#foot{
		height:600px;
		position:relative!important;
		top:-5px!important;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.footer {
		height:400px;
	}
	#foot{
		height:400px;
		position:relative!important;
		top:-5px!important;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.footer {
		height:400px;
	}
	#foot{
		height:400px;
		position:relative!important;
		top:-5px!important;
	}
}
@media (min-width: 1441px) {
	.footer {
		height:500px;
	}
	#foot{
		height:500px;
		position:relative!important;
		top:-5px!important;
	}
}


.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: #b38600;
	background-color: transparent;
	border-color: #784b29;
	box-shadow: 2px 2px 10px #dddddd;
	-moz-box-shadow: 2px 2px 5px #dddddd;
	-webkit-box-shadow: 2px 2px 5px #dddddd;
}
.btn-transparent:focus,
.btn-transparent.focus {
  color: #784b29;
  background-color: rgba(255,255,255,0.7);
  border-color: #784b29;
}
.btn-transparent:hover {
	color: #784b29;
	background-color: rgba(255,255,255,0.5);
	border-color: #784b29;
	box-shadow: 2px 2px 0px #CCCCCC;
	-moz-box-shadow: 1px 1px 0px #CCCCCC;
	-webkit-box-shadow: 1px 1px 0px #CCCCCC;
}
.btn-transparent:active,
.btn-transparent.active{
  color: #784b29;
  background-color: transparent;
  border-color: #784b29!important;
}

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




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


.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 {
background: rgb(226,130,20); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,130,20,1) 0%, rgba(248,179,52,1) 7%, rgba(249,227,172,1) 68%, rgba(252,205,77,1) 87%, rgba(248,179,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,130,20,1)), color-stop(7%,rgba(248,179,52,1)), color-stop(68%,rgba(249,227,172,1)), color-stop(87%,rgba(252,205,77,1)), color-stop(100%,rgba(248,179,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,130,20,1) 0%,rgba(248,179,52,1) 7%,rgba(249,227,172,1) 68%,rgba(252,205,77,1) 87%,rgba(248,179,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,130,20,1) 0%,rgba(248,179,52,1) 7%,rgba(249,227,172,1) 68%,rgba(252,205,77,1) 87%,rgba(248,179,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,130,20,1) 0%,rgba(248,179,52,1) 7%,rgba(249,227,172,1) 68%,rgba(252,205,77,1) 87%,rgba(248,179,52,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,130,20,1) 0%,rgba(248,179,52,1) 7%,rgba(249,227,172,1) 68%,rgba(252,205,77,1) 87%,rgba(248,179,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28214', endColorstr='#f8b334',GradientType=0 ); /* IE6-9 */
}
.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;
}
.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;

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

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

 
.suggestionsBox {
	/*margin: -40px 0px 0px 100px;*/
	text-align:left;
	width: 100%;
	background-color: #ffefbf;
	border: 2px solid #ff9326;
	color: #00698C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:visible;
	box-shadow: 2px 2px 10px #CCCCCC;
	-moz-box-shadow: 2px 2px 10px #CCCCCC;
	-webkit-box-shadow: 2px 2px 10px #CCCCCC;
}

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

.suggestionList li , 
.suggestproList li {
	position:relative;
	top:0px;
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
z-index:100007; 
overflow:visible;
}

.suggestionList li:hover, 
.suggestproList  li:hover{
	color: #001040;
	background-color: #FFFFFF;
}


/* Validation formulaire */
form.cmxform {
	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 */
	/*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;
}

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

