@charset "UTF-8";
/*
* @Author: Christophe PERONNET
* @Date:   15/10/2020 13:33:25
* @Last Modified by:   Christophe
* @Last Modified time: 05/11/2020 11:03:38
*/
#telechgt .bloc-telechgt {
  width: 700px;
  background-color: white;
  margin-top: 15px;
  display: block;
  /* padding: 10px; */
  border: solid 20px white;
  color: #9e8176;
}
#telechgt .bloc-telechgt .row {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs {
  display: inline-block;
  width: 346px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-libelle {
  display: inline-block;
  width: 110px;
  text-align: right;
  /* color: rgb(158, 129, 118); */
  font-size: 14px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs {
  display: inline;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs input[type=text],
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs input[type=email] {
  /*##CP
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9e8176;
  */
  border: 1px solid #9e8176;
  height: 24px;
  width: 220px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  margin-bottom: 5px;
  padding-left: 2px;
  background-color: transparent;
  border-top-color: rgba(158, 129, 118, 0.25);
  border-right-color: rgba(158, 129, 118, 0.25);
  border-left-color: rgba(158, 129, 118, 0.25);
  /*
  font-family: Arial, Helvetica, sans-serif;
  */
  font-size: 14px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs input[type=text]:hover,
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs input[type=email]:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f11381;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs select {
  display: inline-block;
  /*##CP block; */
  border: 1px solid #9e8176;
  height: auto !important;
  max-width: 225px;
  width: 225px;
  border-radius: 2px;
  /*color: #000000;*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background-image: url(selectbox_arrow.png); */
  background-image: url(/images/commun/fleche-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 5px;
  padding-right: 35px;
  padding-bottom: 5px;
  padding-left: 5px;
  /*
  font-family: Arial, Helvetica, sans-serif;
  */
  font-size: 14px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs .champ-champs select:hover {
  border: 1px solid #f11381;
  border-radius: 2px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs.large {
  width: 600px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs.large .champ-libelle {
  width: 220px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs.large .champ-champs {
  width: 150px;
}
#telechgt .bloc-telechgt .row .bloc-libelle-champs.large input[type=text] {
  width: 100px;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-mail-infos-liste-ressources {
  margin-top: 20px;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-mail-message {
  margin-top: 20px;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-mail-message-zone {
  margin-top: 8px;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-mail-bouton-submit input[type=submit] {
  /*
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  */
  color: #FFF;
  background-color: #baaca6;
  /* text-align: center; */
  height: 32px;
  line-height: 32px;
  border: 0px;
  /* margin-left: 10px; */
  width: 100px;
  border-radius: 2px;
  text-align: center;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-mail-bouton-submit input[type=submit]:hover {
  background-color: #6e635f;
  cursor: pointer;
}
#telechgt .bloc-telechgt .row.center {
  text-align: center;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-liste-envoyee ul {
  margin-left: 50px;
}
#telechgt .bloc-telechgt .row .bloc-tlchgt-liste-envoyee ul li {
  margin-bottom: 0.6em;
}
#telechgt .bloc-telechgt .email {
  color: #e61381;
}

/* ##CP début ==> */
.notation {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 310px;
  background-color: #e6e2e0;
  padding: 5px 10px;
}
.notation .note {
  margin: 5px 0;
  width: 100%;
  padding: 5px;
  text-align: left;
  position: relative;
}
.notation .title {
  position: absolute;
  left: 95px;
  top: 10px;
  color: #6E635F;
  font-weight: bold;
}
.notation .barre {
  position: absolute;
  left: 95px;
  top: 30px;
  display: -inline-block;
  width: 150px;
  height: 15px;
  border: solid 1px #ab9a93;
  background-color: #F5F2F1;
}
.notation .barre div.colored {
  display: -inline-block;
  top: 42px;
  height: 15px;
  background-color: #6E635F;
  border: solid 1px #ab9a93;
}

.note-0 {
  width: 0%;
}

.note-1 {
  width: 20%;
}

.note-2 {
  width: 40%;
}

.note-3 {
  width: 60%;
}

.note-4 {
  width: 80%;
}

.note-5 {
  width: 100%;
}

.detail-article-bloc-liste-ressources .has-error {
  transition-property: color;
  transition-duration: 0.5s;
  color: #ff2222;
}
.detail-article-bloc-liste-ressources .error-info {
  display: none;
  height: 0;
  padding: 8px 8px 8px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
}
.detail-article-bloc-liste-ressources .has-error .error-info {
  transition-property: all;
  transition-duration: 0.5s;
  display: block;
  height: 20px;
}

.bloc-cartel-carte-trombi-logo-seul,
.bloc-cartel-carte-trombi-seuls {
  width: 116px;
}

/* .jconfirm-buttons button.btn, */
button.btn {
  text-transform: initial !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  color: #FFF;
  background-color: #baaca6;
  /* text-align: center; */
  height: 30px;
  line-height: 24px;
  border: 0;
  /* margin-left: 10px; */
  width: 100px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
}
button.btn:hover {
  background-color: #6e635f;
  cursor: pointer;
}

.jconfirm-content-pane {
  font-family: Arial, Helvetica, sans-serif;
  color: #8d8076;
  font-size: 14px;
}

.jconfirm-content-pane .error {
  color: red;
  width: 100%;
  text-align: center;
}

.jconfirm-title {
  font-family: Arial, Helvetica, sans-serif;
  color: #8d8076;
  font-size: 1.1em;
}

/* ##CP Fin <== */
/* ##CP ------------ COMMENTS -----------Début */
[v-cloak] {
  display: none;
}

section.section-comments {
  background-color: #e6e2e0;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
section.section-comments p.info {
  padding: 20px;
  padding: 0 20px;
  font-size: 0.8em;
  color: #8d8076;
  text-align: left;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form {
  padding: 15px;
  text-align: left;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .bouton-envoi {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #baaca6;
  /* text-align: center; */
  height: 24px;
  border: 0;
  /* margin-left: 10px; */
  width: 100px;
  border-radius: 2px;
  text-align: center;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .bouton-envoi :hover {
  background-color: #6e635f;
  cursor: pointer;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .bloc-libelle-champs {
  margin-bottom: 8px;
  /* padding: 4px; */
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .champ-libelle {
  height: 24px;
  padding-right: 5px;
  text-align: right;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  color: #9e8176;
  font-size: 13px;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .champs-champs {
  width: 100%;
  color: #9e8176;
  font-size: 14px;
  display: inline-block;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .champs-champs input {
  border: none;
  height: 24px;
  width: 98%;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #444;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .champs-champs textarea {
  border: none;
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #444;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .champ-bouton {
  width: 350px;
  text-align: center;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .champ-bouton button:hover {
  background-color: #6e635f;
  color: #FFF;
  cursor: pointer;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .bloc-libelle-champs.error {
  color: red;
  border: solid 1px red;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .bloc-libelle-champs.error .champ-libelle label {
  color: red;
}
section.section-comments div#bloc-commentaire-form div.commentaire-form .bloc-libelle-champs.error div.bad-input {
  color: red;
  font-size: 12px;
}
section.section-comments div#bloc-commentaires-liste .bloc_commentaires {
  padding: 5px 20px;
}
section.section-comments div#bloc-commentaires-liste .bloc_commentaires .show-more {
  font-size: 0.8em;
  color: #8d8076;
  cursor: pointer;
}
section.section-comments div#bloc-commentaires-liste .bloc_commentaires .show-more:hover {
  color: #ff635f;
}
section.section-comments div#bloc-commentaires-liste .bloc_commentaire {
  margin-bottom: 16px;
  background-color: rgba(158, 129, 118, 0.1);
  padding: 8px 8px;
}
section.section-comments div#bloc-commentaires-liste .bloc_commentaire .commentaire_libelle_titre {
  font-size: 0.7em;
  font-style: italic;
  /* letter-spacing: .5em; */
}
section.section-comments div#bloc-commentaires-liste .bloc_commentaire .commentaire_texte {
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 8px 8px;
  background-color: #eee;
}
section.section-comments .bloc-titre {
  font-size: 1em;
  /* color: rgb(171, 154, 147); */
  color: #8d8076;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
section.section-comments .submit-success {
  color: green;
  font-size: 0.8em;
  padding: 20px;
  text-align: center;
}

/* ##CP ------------ COMMENTS ----------- Fin */

/*# sourceMappingURL=post-body.css.map */
