/* CSS propre à la classe metaform
Auteur : Sébastien Hélan
*/


#blank{
	height:40px;
}

.alert.alert-success {
    background-color: rgba(72, 194, 83, 0.5);
    border: 0 none;
    border-radius: 3px;
    color: #2d5f32;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert.alert-block {
    background-color: rgba(237, 205, 30, 0.5);
    border: 0 none;
    border-radius: 3px;
    color: #705f24;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert.alert-block h4,
.alert a:link {
    color: #705f24;
    margin-bottom: 10px;
}
.alert h4 {
    margin: 0;
}
.alert a:link:hover {
   text-decoration: underline;
}
.alert.alert-error h4 {
    color: #753c3c;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert.alert-error {
    background-color: rgba(192, 33, 33, 0.5);
    border: 0 none;
    border-radius: 3px;
    color: #753c3c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
    color: #b94a48;
}
.alert, .alert h4 {
    color: #c09853;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.label{
    display: inline-block;
    float: left;
    text-align: left;
    vertical-align: top;
    //color: #48566E;
    //font-size: 0.8em;
}

.blank30p{
	width:30%;
	text-align:left;
	display: inline-block;
	height:1px;
	vertical-align:top;
}
.error-blank30p{
	width:30%;
	text-align:left;
	display: inline-block;
	height:1px;
	vertical-align:top;
}
.div_checkbox{
	width:100%;
	text-align:left;
	display: inline-block;
}

.label-multiligne{
	text-align:left;
	display: inline-block;
	width: 96%;
}

.input{
    display: inline-block;
    float: right;
    width: 65%;
}
.separation {
    clear: both;
}


#wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), #wrapper select:not([type="checkbox"]), textarea {
    background-color: #FFFFFF;
    border: 1px solid #8BA9DC;
    color: #48566E;
}

.input-multiligne{
	width: 65%;
	display: inline-block;
}

.element{
	margin: 10px 0 0;
}

.element-multiligne{
	margin: 10px 0 0;
}

.error{
	background-color: rgba(255, 0, 0, 0.5);
    border-radius: 0 0 30px 30px;
    display: inline-block;
    float: right;
    margin: 0 8%;
    text-align: center;
    width: 50%;
}

.error-php{
	padding: 0 10px;
	text-align:center;
	width:50%;
	display: inline-block;
	background-color:rgba(255, 0, 0, 0.7);
}

fieldset { 
	border: 0px solid #8BA9DC;
	background-color: #FFFFFF;
	margin: 5px;
	min-height: 100px;
}
legend {
    color: #000000; 
    font-weight: bold;
}
/*
.bouton{   
	background: none repeat scroll 0 0 #3D9DB3;
	border: 1px solid #1C6C7A;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px #FEFEFE, 0 5px 3px 3px #D2D2D2;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Arial Narrow',Arial,sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 8px 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	transition: all 0.2s linear 0s;
	width: 50%;
}
.bouton:hover{
	background: rgb(74, 179, 198);
}
.bouton:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
input[type="submit"] {
	background: none repeat scroll 0 0 #3D9DB3;
	border: 1px solid #1C6C7A;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px #FEFEFE, 0 5px 3px 3px #D2D2D2;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Arial Narrow',Arial,sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 8px 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	transition: all 0.2s linear 0s;
	width: 50%;
}
input[type="submit"]:hover{
	background: rgb(74, 179, 198);
}
input[type="submit"]:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}*/
/*
.button{   
	width: 50%;
}*/
.boutons{   
	width: 100%;
	margin: 5px 0 0;
}
.left{   
	width: 50%;    
	display: inline-block;
	text-align: left;
}
.right{   
	width: 50%;
	display: inline-block;
	text-align: right;
}


.basdepage {
    color: #5A5E6B;
   
}

.textenoir {
	color: #000000;
}

/* liste */
	.liste-element {
		background: none repeat scroll 0 0 #888888;
		border-top-right-radius: 1.2em;
		color: #222222;
		height: 200px;
		width: 200px;
		float: left;
		margin: 5px;
		text-decoration:none; 
	}	
	.liste-element * {
		margin: 0;
	}
	.liste-element .number {
		color: rgba(0, 0, 0, 0.5);
		font-size: 2.25em;
		font-weight: bold;
	}	
	.liste-element .symbol {
		color: #FFFFFF;
		line-height: 1em;
	}
	.liste-element .name {
		font-size: 1.1em;
	}
	.liste-element .weight {
		font-size: 0.9em;
	}
	.liste-element:hover {
		cursor: pointer;
	}
	.liste-element:hover h3{
		text-shadow: 0 0 10px white, 0 0 10px white;
	}
	.liste-element:hover h2 {
		color: white;
	}
	.liste-element:nth-child(7n){
		background: none repeat scroll 0 0 #62C2CC;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.liste-element:nth-child(7n+1){
		background: none repeat scroll 0 0 #FF717E;
	}
	.liste-element:nth-child(7n+2){
		background: none repeat scroll 0 0 #E86850;
	}
	.liste-element:nth-child(7n+3){
		background: none repeat scroll 0 0 #F68B1F;
	}
	.liste-element:nth-child(7n+4){
		background: none repeat scroll 0 0 #1F7872;
	}
	.liste-element:nth-child(7n+5){
		background: none repeat scroll 0 0 #666666;
	}
	.liste-element:nth-child(7n+6){
		background: none repeat scroll 0 0 #F68B1F;	
	}
	.symbol{
		background-color: rgba(0, 0, 0, 0.5);
		position:absolute;
		bottom:0;
		font-size:1.1em;
		font-weight:bold;
		width:100%
	}
	.liste-element{
		position:relative;
	}
	.libelle{
		padding : 10px;
	}
	
	.liste-element:hover .symbol{
		text-shadow: 0 0 10px white, 0 0 10px white;
	}
	
/* Gestion des date de semis */
.cmonth {
	width : 30px;
	height : 30px;
	display:inline-block;
	text-align:center;
	line-height:30px;
}
.month00{  
	background:url("../images/00.png");
	background-size:100% 100%;
}
.month01{  
	background:url("../images/01.png");
	background-size:100% 100%;
}
.month11{  
	background:url("../images/11.png");
	background-size:100% 100%;
}
.month10{  
	background:url("../images/10.png");
	background-size:100% 100%;
}


/* Vue calendrier*/

.unmenu {
	display: block;
	background-color : #ffffff;
	min-height : 200px;
	box-shadow : 0 1px 4px rgba(0, 0, 0, 0.08);
	border-radius : 1em;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
}
.menu-content{
	background-color: #fff;
	border-radius: 0 0 1em 1em;
	overflow: hidden;
	padding: 0.5em;
}
.menu-title{
	background-color: rgba(87, 169, 87, 0.66);
	overflow: hidden;
	padding: 0.8em;
	text-align : center;	
	border-radius : 1em 1em 0 0;
}

.cd-item {
    width: 90%;
    margin: 0 5%;
  }

#boutonsSP {
    margin: 0.5%;
    width: 98%;
}


.left {
    width: 49%;
}
.right {
    width: 49%;
}

#wrapper{
	width: 80%;
	right: 0px;	
	margin: 0px auto;	
	position: relative;	
}

.liste-element {
	height: 200px;
	width: 19%;
	margin: 0.5%;
}


@media all and (max-width:1000px) {
	#wrapper{
		width: 90%;
		right: 0px;	
		margin: 0px auto;	
		position: relative;	
	}
	.liste-element {
		width: 24%;
		margin: 0.5%;
	}
}
@media all and (max-width:800px) {
	.label {
	    width: 95%;
	}
	.blank30p{
		width:0%;
	}
	.error-blank30p{
		width:0%;
	}
	.error{
		width:80%;
	}
	.input {
	    display: inline-block;
	    width: 100%;
	}
	.input-multiligne {
	    width: 95%;
	}
	#wrapper{
		width: 100%;
	}

	.liste-element {
		height: 190px;
		width: 32%;
		margin: 0.6%;
	}
}
@media all and (max-width:600px) {
	.titre {
		font-size: 25px;
		line-height: 25px;
		
	}
	
	#wrapper{
		width: 100%;
	}

	.liste-element {
		height: 170px;
		width: 48%;
		margin: 1%;
	}
}


#footer {
  text-align:center;
  height : 2em;
  bottom : 0;
  font-size : 0.9em;
  font-style : italic;
}
#pirrigation {
  opacity: 0.6;
}
#pirrigation:hover {
  opacity: 1;
}
