﻿.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}
input.input-validation-error,
select.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-valid {
    display: none;
}

/******************************** BLOCS INFO, SUCCESS, WARNING, ERROR  ********************************************/
.info, .success, .warning, .error, .validation-summary-errors {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/Templates/Common/images/BO/info-32.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('/Templates/Common/images/BO/success-32.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/Templates/Common/images/BO/warning-32.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/Templates/Common/images/BO/error-32.png');
}
.validation-summary-errors {
  color: #D63301;
  background-color: #FFCCBA;
  background-image: url('/Templates/Common/images/BO/error-32.png');
}
/* formulaires et boutons */
.adminForm {
  padding : 0 10px;
  font-family: "Segoe UI", Arial, sans-serif;
}
.adminForm label {
  font-weight : 600;
  vertical-align : top;
  width : 29%;
  display : inline-block;
}
.adminForm input[type="text"], .adminForm select, .adminForm #Texte, .adminForm #Accroche, .adminForm textarea{
  width : 70%;
  display : inline-block;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buttonLink {
  line-height: 1.8em;
}
.adminForm input[type="submit"],
.adminForm input[type="button"] {
  height: 2em;
}
.buttonLink, .adminForm input[type="submit"] {
  /*background: none no-repeat scroll 5px 50% #A2A2A2;*/
  background-color : #A2A2A2;
  background-repeat : no-repeat;
  background-position : 5px 50%;
  border: 1px solid #959595;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 10px;
  padding: 0 10px 0 26px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  font-family: "Segoe UI", Arial, sans-serif;  
}
.buttonLink:hover, .adminForm input[type="submit"]:hover
{
  color: #EEEEEE;
  background-color : #C0C0C0;
}
/********************** Fenêtre Login ********************************************************/
#loginCadenas{
  /*border-right : 1px solid #AAA;*/
  background : url(/Templates/Common/images/BO/cadenas-128.png) no-repeat 50% 50%;
  width : 150px;
  height : 150px;
  float : left;
  margin-right : 50px;
}
#loginForm form {
  float : left;
  width : 200px;
}
#loginForm form input[type="text"],
#loginForm form input[type="password"]
{
  width : 200px;
  font-size : 1.2em;
}
#loginForm form input[type="checkbox"]{
  margin-right : 10px;
}
#loginForm form input[type="submit"]{
  background-image : url(/Templates/Common/images/BO/coche-verte-16.png); 
}
.loginForm label {
  width: auto;
}

.profiler-results { 
  top : 30px !important; 
  z-index : 10000 !important;
}


/**************************************** Barre réseaux sociaux ***********************************/
#reseauxSociauxPartage {
  padding-top : 5px;
  width : 100%;
  height : 24px;
}
#reseauxSociauxPartage > div,
#reseauxSociauxPartage .twitter-share-button {
  margin-left : 10px !important;
}

#reseauxSociauxPartage iframe {
  max-width : none;
}

/************** PRomotions **********************/
.navPromos ul
{
  list-style-type : none;
  padding : 5px 2px 5px 2px;
}
.navPromos img
{
  max-width : 80px;
}

/****************************************************************** OCcasions *********************************************************************/


/*************** FlexSlider *************************/
.flexCaption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 14px;
  left: 0;
  line-height: 18px;
  padding: 2%;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  width: 96%;
}
.flexCaptionTop {
  top : 0;
}
.flexCaptionBottom {
  bottom : 0;
}

/**************************************************** Météo ******************************************************************************/
.meteoTable {
  border-collapse : separate;
  width : 100%;
  margin-bottom : 10px;
}
.meteoTable tr:nth-child(even){
  background-color : #EBEBEB;
}
.meteoTable tr:nth-child(even) td:nth-child(even) {
  background-color : #E1E1E1;
}
.meteoTable tr td:not(:first-child) {
  text-align : center;
}
.meteoTable th {
  text-align : left;
  font-weight : normal;
}
.meteoTable tr:not(:first-child) th {
  padding-left : 0.3em;
}
.meteoTable tr:first-child th {
  text-indent : -0.7em;
} 
.meteoTable .unit{
  font-size : 0.8em;
}
.direction img {
  margin-top : 2px;
}
.direction span{
  color: #0000C0;
  display: inline-block;
  font-size: 2.2em;
  font-family: "Arial Unicode MS";
}
.truncate {
  /*width: 250px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/************* FORMULAIRE DE CONTACT ***********************/
#formContact .editor-label {
    font-weight : bold;
}

#formContact .alignTop,
#formContactOccasions .alignTop {
  vertical-align : top;
}
#formContact > fieldset > div,
#formContactOccasions > fieldset > div {
  margin-bottom : 0.5em;
}

#formContact #captchaContainer,
#formContactOccasions #captchaContainer {
  display : inline-block;
}

label.required:after {
    content: "*";
}

/***************** CONFIRMATION DE CONTACT ***************************************/
#confirmEnveloppe {
  /*border-right : 1px solid #AAA;*/
  background : url(/Templates/Common/images/enveloppe-128.png) no-repeat 50% 50%;
  width : 150px;
  height : 150px;
  float : left;
  margin-right : 50px;
}
#confirmContactMessage {
  padding-top : 2em;
}

/******************************** LANGUAGE SWITCHER *************************/
#languageSwitcher ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#languageSwitcher ul li {
  float: left;
  padding: 0 10px;
}