/**
 Author:       C Thibault
**/

#mapholder{
	padding:7px;
}
#mapholder img{
	width:100%;
}
.enquete {
  margin-bottom: 15px;
}
.enquete .postop .categs , .enquete .postop .date
 {
  display:none;
}
.enquete h3{
	border: solid 1px #1D0808;
	padding:3px;
	width:100%;
	background-color: #dccdd6;
	text-align: center;
}
.enquete h1{
	color: #050729 ;
	text-align:center;
	margin-top:5px;
	padding:5px;
	border:solid 2px #050729; 
	background-color:#EEF1CD;
}
.enquete .indices {
  background-color: #968664;
}
.enquete .indices .indice {
  border: solid 2px #04051E;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #F4EBD8;
}
.enquete .indices .indice h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: hsl(96, 50%, 40%);
  border-top: solid 1px hsl(96, 50%, 40%);
  border-bottom: solid 1px hsl(96, 50%, 40%);
  text-align: center;
  font-weight: bold;
  background-color: #EEF1CD;
}
.enquete .indices .indice .info {
  border: 1px solid #460607;
  margin: 2px;
  padding: 3px;
}
.aide {
  border: solid 2px #04051E;
  background-color: #DCCDD6;
  margin: auto;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
}
.aide .qrCodeEnquete img {
  margin-top: 15px;
  margin: auto;
}
@media screen and (max-device-width: 501px) {
  .qrCodeEnquete img {
    width: 90%;
  }
  .indice .post-thumbnail {
    width: 100%;
  }
}
@media screen and (min-device-width: 500px) {
  .enquete .indices .indice .post-thumbnail {
    height: 50px;
    float: right;
    margin-left: 2px;
  }
  .enquete .indices .indice h3 {
    clear: none !important;
  }
}
.reponseEnquete {}
.reponseEnquete submit {}
.reponseEnquete input[type=text] {
  padding: 5px  !important;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.badanswer input[type=text] {
	border-color : #b91414 !important;
	color : #b91414 !important;
}

.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    visibility: hidden !important;
}
.reponseEnquete input[type=text]:focus {
  border-color: #333;
}
.reponseEnquete input[type=submit] {
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
}
#indice{
  text-align : center;
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
}