body {
	/*background-color: #1b9982;*/
	background-color: #f18800;
	
}

.partenaires{
	background-color: white;
}

/* Errors */
.DialogInsightErrorContents { color: #ff3333; padding-top: 2px; padding-bottom: 2px; }
.DialogInsightGlobalErrors > div { 
	text-align: left; border-radius: 5px; background-color: #eeeeee; border: #ff3333 1px solid; 
	padding: 10px; color:#ff3333; max-width:500px; margin-bottom: 10px;
}
input[type=text].DialogInsightFieldInError, textarea.DialogInsightFieldInError { border-color: #990000; color: #660000; }
input[type=text].DialogInsightFieldInError:focus, textarea.DialogInsightFieldInError:focus { color: #555555; }
select.DialogInsightFieldInError { border-color: #990000; color: #660000; }
.DialogInsightUnselectable { 
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; 
	-ms-user-select: none; -o-user-selectE: none; user-select: none; 
}


.DialogInsightFormSubmit input[type=submit]:disabled ,
.DialogInsightFormSubmit button:disabled { background-color: #CCCCCC; border-color: #CCCCCC; }

.DialogInsightFormSubmit .DialogInsightFormSubmitLoader { visibility: hidden; margin-left: 5px; vertical-align: middle; }
.DialogInsightFormSubmit.DialogInsightFormSubmitInProgress .DialogInsightFormSubmitLoader { visibility: visible !important; }


@media only screen and (max-width: 767px) {
  .partner {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .partner {
    width: 80%;
  }
}

