/*
* @Author: Christophe PERONNET
* @Date:   11/04/2020 09:05:08
* @Last Modified by:   Christophe
* @Last Modified time: 29/10/2022 17:12:44
*/
/*
*
* compilation : sass --watch .\handiapason_inscription.scss:../css/handiapason_inscription.css
*
*/
/*
 * CHARTE GRAPHIQUE HANDIAPASON (site)
 * Elsa DRABOWICZ
 * 200327_CharteGraphique_Hdp-Site.pdf du 27 mars 2020.
 */
/*
 * BLEU HANDIAPASON
 *
 * CMJN 79 % - 19% - 34 % - 3 %
 * (Print)
 * RVB 0 / 150 / 164
 * (Bureautique)
 * HEX #0096a4
 * (Web)
 */
/*
 * ORANGE HANDIAPASON
 *
 * CMJN 0 % - 60 % - 100 % - 0 %
 * (Print)
 * RVB 238 / 125 / 0
 * (Bureautique)
 * HEX #EE7D00
 * (Web)
 */
/*
 *TAUPE HANDIAPASON
 *
 *CMJN 37 % - 40 % - 40 % - 1 %
 *(Print)
 *RVB 171 / 154 / 147
 *(Bureautique)
 *HEX #AB9A93
 *(Web)
 **/
/*
 * BLEU LOGO HANDIAPASON
 *
 * CMJN 100 % - 50 % - 30 % - 0 %
 * (Print)
 * RVB 0 / 104 / 145
 * (Bureautique)
 * HEX #006891
 * (Web)
 */
/*
 * ROSE HANDIAPASON
 *
 * CMJN 0 % - 95% - 3 % - 0 %
 * (Print)
 * RVB 230 / 19 / 129
 * (Bureautique)
 * HEX #E61381
 * (Web)
 */
/*
VERT HANDIAPASON
CMJN 50 % - 0 % - 100 % - 0 %
(Print)
RVB 147 / 192 / 31
(Bureautique)
HEX #93C01F
*/
:root {
  --bg-color: #009aa0;
  --bg-color-btn: rgb(235, 231, 230);
  --bg-color-btn-hover: rgb(110, 99, 95);
  /*
  --color-btn:#eeeeee; rgb(171,154,147);
  */
  --color-btn: rgb(110, 99, 95);
}

.bloc-titre-presentation-inscription {
  font-size: 1.5em;
  color: #ab9a93;
  text-align: center;
  float: none;
  width: 1050px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  display: table-cell;
}

.bloc-principal-inscription {
  background-color: #FFF;
  float: left;
  width: 1040px;
  margin-bottom: 20px;
  padding: 10px;
  /*margin-left: 20px;*/
  padding-bottom: 25px;
  /*##CP ++ */
  text-align: center;
}
.bloc-principal-inscription .champ-obligatoire {
  color: #f11381;
  font-weight: bod;
}
.bloc-principal-inscription .form-group {
  padding-top: 8px;
}
.bloc-principal-inscription .form-group label {
  display: inline-block;
  width: 400px;
  text-align: right;
  padding-right: 20px;
  /* margin-bottom: 20px; */
  float: none;
  clear: both;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e8176;
}
.bloc-principal-inscription .form-group label.short {
  width: 150px;
}
.bloc-principal-inscription .form-group .form-control {
  display: inline-block;
  padding-left: 20px;
  text-align: left;
  height: 22px;
  line-height: 22px;
  /*width: 45%;*/
}
.bloc-principal-inscription .form-group .form-control select {
  width: 250px;
}
.bloc-principal-inscription .form-group .help-block {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 6px;
}
.bloc-principal-inscription .form-group.has-error .help-block {
  color: red;
}
.bloc-principal-inscription .form-group input.form-control {
  border-top: solid 1px rgba(158, 129, 118, 0.25);
  border-left: solid 1px rgba(158, 129, 118, 0.25);
  border-right: solid 1px rgba(158, 129, 118, 0.25);
  border-bottom: solid 1px #9e8176;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-left: 2px;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.bloc-principal-inscription .form-group input.bouton-envoi-inscription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #baaca6;
  /* text-align: center; */
  height: 24px;
  line-height: 24px;
  border: 0px;
  /* margin-left: 10px; */
  width: 100px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
}
.bloc-principal-inscription .form-group input.bouton-envoi-inscription:hover {
  background-color: #6e635f;
  cursor: pointer;
}
.bloc-principal-inscription .form-group select {
  /*
  width: 310px;
  height: 26px;
  */
  display: block;
  max-width: 100%;
  height: 28px !important;
  /* auto !important; */
  line-height: 28px !important;
  /* auto !important; */
  border: 1px solid #9e8176;
  border-radius: 2px;
  color: #000000;
  font-size: 14px;
  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;
  font-family: Arial, Helvetica, sans-serif;
  width: 260px;
  /*
  padding-top: 5px;
  padding-bottom: 5px;
  */
  padding-right: 35px;
  padding-left: 5px;
  border-top: solid 1px rgba(158, 129, 118, 0.25);
  border-left: solid 1px rgba(158, 129, 118, 0.25);
  border-right: solid 1px rgba(158, 129, 118, 0.25);
  width: 274px;
}
.bloc-principal-inscription .bloc-inscription-infos-bouton-validation {
  margin-top: 30px;
}
.bloc-principal-inscription .spacer {
  display: block;
  height: 35px;
}
.bloc-principal-inscription .libelle-introduction-inscription {
  height: 24px;
  width: 1040px;
  padding-right: 5px;
  text-align: center;
  float: right;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e8176;
  margin-bottom: 10px;
}
.bloc-principal-inscription .ajust {
  padding-right: 32px;
}
.bloc-principal-inscription .text-hilite {
  display: inline-block;
  width: 350px;
  text-align: left;
  font-weight: bold;
  color: #9e8176;
}
.bloc-principal-inscription .bouton-envoi-inscription {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #baaca6;
  /*text-align: center;*/
  height: 24px;
  /*padding-right: 5px;
  padding-left: 5px;*/
  border: 0px;
  /*margin-left: 10px;*/
  width: 190px;
  border-radius: 2px;
  text-align: center;
}
.bloc-principal-inscription .bouton-envoi-inscription:hover {
  background-color: #6e635f;
  cursor: pointer;
}

.bloc-inscription-ligne {
  height: 60px;
  width: 745px;
  margin-top: 10px;
  margin-left: 180px;
  float: left;
  margin-bottom: 10px;
}

.bloc-inscription-ligne-picto {
  height: 55px;
  width: 55px;
  margin-right: 20px;
  float: left;
}

.bloc-inscription-ligne-centrage {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  width: 745px;
}

.bloc-inscription-bandeau {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  background-color: #baaca6;
  text-align: center;
  height: 60px;
  width: 600px;
  /*##CP Pourquoi pas 650px; ??? */
  display: block;
  float: left;
  line-height: 60px;
  border-radius: 2px;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 20px;
}

div.choix {
  width: 100%;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}
div.choix h1 {
  font-size: 120%;
  color: var(--bg-color);
  /* 22/09 */
  margin-top: 40px;
}
div.choix li {
  margin: 15px;
  list-style: none;
}
div.choix a {
  display: inline-block;
  /*
  background-color: var(--bg-color-btn);
  */
  color: var(--color-btn);
  padding: 15px 20px 15px 60px;
  width: 700px;
  text-decoration: none;
  position: relative;
}
div.choix a:hover {
  filter: brightness(110%) contrast(100%);
  /*
  background-color: var(--bg-color-btn-hover);
  */
  color: #ffffff;
  /*
  top: -3px;
  left: -3px;
  transition: top 10s;
  */
  /*, left 10s, background-color 10s, color 10s;*/
  /*


  transition-duration: 2s;
  transition-timing-function: ease;
  -webkit-box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
   */
}
div.choix a > div {
  background-color: var(--bg-color-btn);
  margin-left: 80px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
}
div.choix a:hover > div {
  background-color: var(--bg-color-btn-hover);
  top: -5px;
  left: -5px;
  /*
  transition: top left 2s;
  transition-duration: 2s;
  */
  transition-timing-function: ease;
  -webkit-box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
}
div.choix a.choix-ars {
  background-image: url("/img/register/register_with_ars.png");
  background-repeat: no-repeat;
  background-position: 35px;
}
div.choix a.choix-cdep {
  background-image: url("/img/register/register_with_cdep.png");
  background-repeat: no-repeat;
  background-position: 35px;
}
div.choix a.choix-other {
  background-image: url("/img/register/register_with_other.png");
  background-repeat: no-repeat;
  background-position: 35px;
}
div.choix a.choix-other .btn-insc {
  line-height: 22px;
  height: 60px;
  padding-top: 12px;
}
div.choix a.choix-ars:hover, div.choix a.choix-cdep:hover, div.choix a.choix-other:hover {
  background-position: 45px;
  animation: 0.5s ease-in 0.5s reverse both running slidein;
}
div.register {
  font-family: Calibri, sans-serif;
}
div.register table {
  margin-top: 20px;
  /*
  .form-group input {
    height: 30px;
    padding: 2px 8px;
  }
  */
}
div.register table tr {
  height: 38px;
}
div.register table input,
div.register table select {
  border: none;
  border-bottom: solid 1px #bbb;
  width: 300px;
  margin-left: 15px;
  height: 25px;
  padding: 2px 5px;
}
div.register table input[type=submit] {
  padding: 15px;
  border: none;
  background-color: var(--bg-color);
  color: #fff;
  cursor: pointer;
  position: relative;
  height: 45px;
}
div.register table input[type=submit]:hover {
  filter: brightness(110%) contrast(100%);
  color: #ffffff;
  top: -3px;
  left: -3px;
  transition: top 10s;
  /*, left 10s, background-color 10s, color 10s;*/
  transition-duration: 2s;
  transition-timing-function: ease;
  -webkit-box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.75);
}
div.register table .has-error input {
  color: #ff5555;
  background-color: #ffe0e0;
}
div.register table .has-error span.help-block {
  display: block;
  color: #ff5555;
  margin-left: 15px;
  margin-bottom: 8px;
}
div.register table label[for=accept-info] {
  display: block;
  padding-left: 45px;
  text-indent: -45px;
  width: 280px;
}
div.register table label[for=accept-info] input[type=checkbox] {
  width: 45px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
div.register h1 {
  text-align: center;
  font-size: 18px;
  background-color: var(--bg-color);
  color: var(--color-btn);
  padding: 25px 50px;
  margin: 10px 100px;
}
div.register h1.register-ars {
  background-image: url("/img/register/register_with_ars.png");
  background-repeat: no-repeat;
  background-position: 35px;
}
div.register h1.register-cdep {
  background-image: url("/img/register/register_with_cdep.png");
  background-repeat: no-repeat;
  background-position: 35px;
}
div.register h1.register-other {
  background-image: url("/img/register/register_with_other.png");
  background-repeat: no-repeat;
  background-position: 35px;
}
div.register .mandatory {
  color: #d40050;
}
div.register span.presets {
  color: var(--bg-color-btn);
  margin-left: 15px;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
}

.bloc-infos-main {
  float: none;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

div.debug {
  background-color: #ffddff !important;
  color: #ff5555 !important;
  border: solid 2px #ff8888 !important;
  display: block;
}

/*# sourceMappingURL=handiapason_inscription.css.map */
