/* CSS Document */
 #boutonTelechargerCandidature, #cocheQuestion, #exposantMenuGaucheGrand,  #exposantHeaderBlocDroit {
  visibility: visible;
  display: block;
}


#homeBlocFormulaire {
  float: right;
  width: 50%;
  height: 650px;
  background-color: #FFF;
}
#blocTitreCandidature {
  width: calc(100% - 330px);
  min-width: 300px;
}
#exposantMenuGauchePetit {
  visibility: hidden;
  display: none;
}
#ExposantBlocDroit {
  width: calc(100% - 200px);
}
#ExposantBlocHaut {
  height: 200px;
}
#exposantHeaderBlocDroitBurger {
  visibility: hidden;
  display: none;
}
.boutTonPlus {
  font-size: 20px;
  color: #FFF;
  background-color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.lienSimple {
  color: #0082EF;
  text-decoration: underline;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "MyriadProCondensedBold";
  src: url(../fonts/Myriad-Pro-Bold-Condensed.ttf) format("truetype");
}
@font-face {
  font-family: "MyriadProCondensed";
  src: url(../fonts/Myriad-Pro-Condensed.ttf) format("truetype");
}

@font-face {
  font-family: "Hackney";
  src: url(../fonts/HackneyPersonalUseOnly.ttf) format("truetype");
}

body {
  font-family: 'Roboto', sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
}
body {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
  /*background-color:#DDD;*/
  padding: 0px;
  margin: 0px
}
.titreExposant {
  font-size: 25px;
  font-family: MyriadProCondensedBold;
}
.texteMoyenCouleur {
  font-size: 13px;
  color: #B29200;
}
.texteMoyenCouleurHome {
  font-size: 13px;
  color: #AA5216;
}
.lienPetit {
  font-size: 10px;
  color: #AA5216;
  text-decoration: underline;
}
.blocNotification {
  background-color: #E0D8B3;
  border: 1px solid #B29200;
  color: #000;
  padding: 10px;
  /*min-width: 300px;*/
  text-align: center;
  font-size: 12px;
  /*margin-left:65px;*/
  margin-top: 20px;
  width: 310px;
  margin-left: 65px;
}
/* *************************************************************** */
/* *************************************************************** */
/* Champs Textes  formulaire backoffice
/* *************************************************************** */
/* *************************************************************** */
.formulaireQuestionRemarque {
  line-height: 15px;
  height: auto;
  margin-left: 40px;
  font-size: 11px;
  color: #AAA;
}
.formulaireQuestionTitre {
  float: left;
  height: auto;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  max-width: 70%
}
.formulaireQuestionTitreSimple {
  width: auto;
  height: auto;
  padding-top: 0px;
  float: left;
  margin-left: 10px;
  color: #252B31;
  font-size: 13px;
  max-width: 80%
}
.formulaireQuestionNumeroOK {
  float: left;
  height: 20px;
  width: 20px;
  font-size: 12px;
  text-align: center;
  background-color: #B29200;
  color: #FFF;
  line-height: 20px;
}
.formulaireQuestionNumeroErreur {
  float: left;
  height: 20px;
  width: 18px;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
  color: #848484;
  line-height: 20px;
  border: 1px solid #848484;
}
.formulaireQuestionNumeroTrait {
  margin-left: 25px;
  padding-bottom: 35px;
  background-image: url('../images/picto-trait-10x10.png');
  background-position: center;
  background-repeat: repeat-y;
  background-position: left;
  background-size: 10px 10px
}
.formulaireQuestionCocheOK {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-top: 5px;
  background-image: url('../images/picto-coche-ok.png');
  background-position: center;
  background-size: contain;
}
.formulaireQuestionCocheErreur {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-top: 0px;
  background-image: url('../images/picto-coche-ko.png');
  background-position: center;
  background-size: contain;
}
.formulaireQuestionLigneChamps {
  width: 100%;
  margin-left: 40px;
  height: auto;
  position: relative;
  margin-top: 5px;
}
.formulaireQuestionInputCadre {
  width: 70%;
  max-width: 300px;
  height: auto;
  border: 1px solid #B29200;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.formulaireQuestionInputCadre input {
  border: 0px;
  margin: 0px;
  width: 100%;
  color: #515152;
  height: 20px;
  font-size: 14px;
}
.formulaireQuestionInputCadre textarea {
  width: 100%;
  height: 70px;
  border: none;
  font-size: 14px;
}
.formulaireQuestionInputSelectCadre {
  width: 40%;
  max-width: 300px;
  height: 25px;
  border: 1px solid #DDD;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.formulaireQuestionInputSelectCadre input {
  border: 0px;
  margin: 0px;
  width: 100%;
  color: #515152;
  height: 20px;
  font-size: 14px;
}
.formulaireQuestionBoutonCadre {
  width: 70%;
  max-width: 330px;
  height: auto;
  margin-bottom: 15px;
  background-color: #B29200;
}
.formulaireQuestionBoutonCadre input {
  border: 0px;
  color: #FFF;
  width: 100%;
  font-size: 17px;
  line-height: 40px;
  background-color: #B29200;
  font-family: MyriadProCondensedBold;
}
/* *************************************************************** */
/* *************************************************************** */
/* *************************************************************** */
/* Champs Textes  formulaire (Largeur fixe : 300px)
/* *************************************************************** */
.formChampsTexte {
  width: 350px;
  border: 1px solid #CCC;
  border-radius: 0px;
  height: auto;
  margin-bottom: 15px;
}
.formChampsTexteBlocGauche {
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 15px;
  float: left;
  background-repeat: no-repeat;
}
.formChampsTexteBlocDroit {
  background-image: url('../images/picto-erreur.gif');
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 15px;
  float: right;
}
.formChampsTexteBlocCentre {
  margin-top: 15px;
  float: left;
  width: 245px;
  height: 20px;
}
.formChampsTexte input {
  border: 0px;
  margin: 0px;
  width: 100%;
  color: #556375;
  font-size: 14px;
}
/* *************************************************************** */
/* Texte notification dans formulaire
/* *************************************************************** */
.formTexteNotification {
  width: 100%;
  text-align: center;
  color: #F00;
  font-size: 12px;
  margin-bottom: 10px;
}
/* *************************************************************** */
/* Champs Bouton  formulaire (Largeur fixe : 300px)
/* *************************************************************** */
.formChampsBoutonCadrePrincipal {
  width: 350px;
  border-radius: 0px;
  height: 50px;
  margin-bottom: 15px;
  background-color: #AA5216;
  text-align: center;
}
/* .formChampsBoutonInterne */
.formChampsBoutonCadrePrincipal input {
  border: 0px;
  color: #FFF;
  font-size: 15px;
  line-height: 40px;
  background-color: #AA5216;
  font-family: MyriadProCondensedBold;
  border: 1px solid #FFF;
  width: 97%;
  height: 40px;
  margin-top: 5px;
  -webkit-appearance: none;
  border-radius: 0px
}
/* *************************************************************** */
/* *************************************************************** */
.select-style {
  padding: 0;
  margin: 0;
  border: none;
  /*width: 120px; */
  /* border-radius: 3px; */
  overflow: hidden;
  background-color: #000;
  background: #000;
  position: relative;
  color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90%;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 125px;
  height: 47px;
  background-color: #000;
  float: left;
  text-align: center;
  background-image: url('../images/picto-fleche-bas.png');
  background-position: right;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.select-style select {
  /* padding: 5px 8px; */
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: #000;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #FFF;
}
.select-style:after {
  top: 50%;
  left: 85%;
  border: none;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
  color: #FFF;
}
.select-style select:focus {
  outline: none;
}
/* *************************************************************** */
/* *************************************************************** */
.ligne {
  width: 100%;
  margin: 0px;
  height: auto;
}
.containerCentre {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.containerPleineLargeur {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
/* *************************************************************** */
/* ECRAN LARGES */
/* *************************************************************** */
@media only screen and (min-width: 1200px) {
 
  #boutonTelechargerCandidature {
    visibility: visible;
    display: block;
  }
  #blocTitreCandidature {
    width: calc(100% - 330px);
    min-width: 300px;
  }
  #ExposantBlocDroit {
    width: calc(100% - 200px);
  }
  #ExposantBlocHaut {
    height: 200px;
  }
    
    #exposantMenuGaucheGrand {
    visibility: visible;
    display: block;
}
  #exposantMenuGauchePetit {
    visibility: hidden;
    display: none;
  }
  #exposantHeaderBlocDroit {
    visibility: visible;
    display: block;
  }
  #exposantHeaderBlocDroitBurger {
    visibility: hidden;
    display: none;
  }
  #cocheQuestion {
    visibility: visible;
    display: block;
  }
}
/* *************************************************************** */
/* TABLETTE */
/* *************************************************************** */
@media only screen and (min-width: 601px) and (max-width : 1199px) {
  
  #exposantMenuGaucheGrand {
    visibility: hidden;
    display: none;
  }

  #boutonTelechargerCandidature {
    visibility: visible;
    display: block;
  }
  #blocTitreCandidature {
    width: calc(100% - 330px);
    min-width: 300px;
  }
  #ExposantBlocDroit {
    width: calc(100% - 50px);
  }
  #ExposantBlocHaut {
    height: auto;
  }
  .containerCentre {
    width: 95%;
  }
  #exposantMenuGauchePetit {
    visibility: visible;
    display: block;
  }
  #exposantHeaderBlocDroit {
    visibility: visible;
    display: block;
  }
  #exposantHeaderBlocDroitBurger {
    visibility: hidden;
    display: none;
  }
  #cocheQuestion {
    visibility: visible;
    display: block;
  }
}
/* *************************************************************** */
/* MOBILE*/
/* *************************************************************** */
@media only screen and (max-width: 600px) {
  
  #exposantMenuGaucheGrand {
    visibility: hidden;
    display: none;
  }
  #boutonTelechargerCandidature {
    visibility: hidden;
    display: none;
  }

  #blocTitreCandidature {
    width: 90%;
    /* min-width:300px; */
  }
  #ExposantBlocDroit {
    width: 100%;
  }
  #ExposantBlocHaut {
    height: auto;
  }
  .containerCentre {
    width: 95%;
  }
  #exposantMenuGauchePetit {
    visibility: hidden;
    display: none;
  }
  #exposantHeaderBlocDroit {
    visibility: hidden;
    display: none;
  }
  #exposantHeaderBlocDroitBurger {
    visibility: visible;
    display: block;
  }
  #cocheQuestion {
    visibility: hidden;
    display: none;
  }
}