@charset "UTF-8";
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  font-size: 15px;
  color: #707070;
  background-color: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
  -o-transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #202020 !important;
}

.field:first-of-type input:-webkit-autofill,
.field:first-of-type input:-webkit-autofill:hover,
.field:first-of-type input:-webkit-autofill:focus,
.field:first-of-type input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
  -o-transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s, -webkit-box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset !important;
  -webkit-text-fill-color: #202020 !important;
}

/* Style Placeholders */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
  font-style: italic;
  color: #000000 !important;
  opacity: 1 !important;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  font-style: italic;
  color: #000000 !important;
  opacity: 1 !important;
}

.nowrap {
  white-space: nowrap;
}

/* Popup modale de récupération d'identifiants */
#modalRecupId {
  display: none;
  width: 600px;
}

#modalRecupId .modal-content {
  padding: 0;
}

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px;
}

.alertbox .titre {
  background-color: #0e4e96 !important;
  font-family: 'open_sansbold', 'arial', sans-serif;
  text-transform: none;
  padding: 15px;
  font-size: 1em;
}

.alertbox .corps {
  color: #333;
  padding: 15px 25px;
}

.alertbox .corps ul {
  padding: 0;
}

.alertbox .bouton {
  background-color: #0e4e96 !important;
  text-transform: none;
  width: 50%;
  border-radius: 5px;
  font-family: 'open_sansbold', 'arial', sans-serif;
}

.alertbox A.bouton:hover {
  background-color: #1266c5 !important;
}

.text-accent-1 {
  color: #0e4e96;
  text-align: right;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

body {
  font-family: 'open_sansregular', 'arial', sans-serif;
}

body > form {
  display: none;
}

#page {
  min-height: 100%;
  background-image: url(../images/logo-msa.png), url(../images/bg-ccmsa-elus.png);
  background-repeat: no-repeat;
  background-position: top left, center center;
  background-size: 200px auto, cover;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloc {
  background-color: #fff;
  padding: 80px 38px 38px;
  width: 564px;
  height: 540px;
  border-radius: 5px;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;*/
      /*flex-wrap: wrap;*/
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloc > * {
/*  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;*/
}

.bloc.hide {
  display: none;
}

.bloc form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloc header, .bloc main, .bloc footer {
  width: 100%;
}

.logo {
  display: none;
  float: right;
  width: 165px;
  margin-top: -15px;
  margin-right: -15px;
}

h2 {
  font-size: 2.19em;
  font-family: 'open_sansbold', 'arial', sans-serif;
  margin: 0;
}

h3 {
  font-family: 'open_sanssemibold', 'arial', sans-serif;
  font-size: 1.25em;
  color: #898989;
  margin: 0;
  margin-top: 10px;
}

#fields .field {
  position: relative;
  height: 87px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  color: #202020;
  margin: 0;
  margin-bottom: 15px;
}

#fields .field:first-of-type {
  background-color: #f6f6f6;
}

#fields label {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  text-align: center;
}

#fields label img {
  height: 34.85px;
  width: auto;
  margin: 25.075px 10px 25.075px auto;
}

#fields input[type=email],
#fields input[type=text],
#fields input[type=password] {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 85px;
  width: calc(100% - 85px);
  border: 0;
  color: #202020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  height: 68.85px;
  font-size: 1em;
}

#fields input[type=email]:focus, #fields input[type=email].valid, #fields input[type=email].invalid,
#fields input[type=text]:focus,
#fields input[type=text].valid,
#fields input[type=text].invalid,
#fields input[type=password]:focus,
#fields input[type=password].valid,
#fields input[type=password].invalid {
  color: #202020;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

#fields input[type=email] + span.label,
#fields input[type=text] + span.label,
#fields input[type=password] + span.label {
  position: absolute;
  text-align: center;
  left: 85px;
  color: #202020;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-family: 'open_sansbold',"Arial", sans-serif;
  font-size: 1em;
  z-index: 1;
}

#fields input[type=email] + span.label.active,
#fields input[type=text] + span.label.active,
#fields input[type=password] + span.label.active {
  -webkit-transform: translateY(calc(-50% - 10px));
      -ms-transform: translateY(calc(-50% - 10px));
          transform: translateY(calc(-50% - 10px));
}

#fields input[type=email]:focus:not([readonly]),
#fields input[type=text]:focus:not([readonly]),
#fields input[type=password]:focus:not([readonly]) {
  color: #202020;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.row {
  margin-bottom: 15px;
}

.input-field {
  margin-bottom: 0;
  margin-top: 0;
}

.button_form {
  display: block;
  width: 100%;
  font-size: 1.06em;
  font-family: 'open_sansbold', 'arial', sans-serif;
  text-align: center;
  height: 63.75px;
  padding: 20.875px 0;
  background: #0e4e96;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button_form:hover {
  background: #1266c5;
}
#donnees_perso {
  font-size: 15px;
}
#oubli_form a,
#donnees_perso a {
  display: inline-block;
  font-size: 1.06em;
  color: #0e4e96;
  margin-top: 10px;
}

.bloc-gauche {
  font-size: 1.15em;
}

.bloc-gauche h2 {
  color: #0e4e96;
}

.bloc-gauche .button_form {
  background: #fbc348;
  color: #202020;
  /*margin-bottom: 33px;*/
  /*margin-bottom: 8px;*/
}

.bloc-gauche .button_form:hover {
  background: #fcd37a;
}

.bloc-gauche ul:not(.dropdown-content) li {
  margin-left: 25px;
  line-height: 1.3;
  position: relative;
  text-align: left;
}

.bloc-gauche ul:not(.dropdown-content) li .strong {
  font-weight: bold;
}

.bloc-gauche ul:not(.dropdown-content) li:not(:last-child) {
  margin-bottom: 25px;
}

.bloc-gauche ul:not(.dropdown-content) li::before {
  content: '';
  background-color: #0e4e96;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: -22px;
}

.bloc-gauche ul.liste2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

#decouverte, #inscription {
  /*height: 670px;*/
  height: 692px;
  padding: 38px;
}

#decouverte p, #inscription p {
  /*font-size: 0.8em;*/
}

/* #decouverte .button_form, */ #inscription .button_form {
  margin-bottom: 0;
}

.col-label {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inscription input:not([type]),
#inscription input[type=text]:not(.browser-default),
#inscription input[type=password]:not(.browser-default),
#inscription input[type=email]:not(.browser-default),
#inscription input[type=url]:not(.browser-default),
#inscription input[type=time]:not(.browser-default),
#inscription input[type=date]:not(.browser-default),
#inscription input[type=datetime]:not(.browser-default),
#inscription input[type=datetime-local]:not(.browser-default),
#inscription input[type=tel]:not(.browser-default),
#inscription input[type=number]:not(.browser-default),
#inscription input[type=search]:not(.browser-default),
#inscription textarea.materialize-textarea {
  height: 2rem;
}

#inscription input:not([type]):focus:not([readonly]),
#inscription input[type=text]:not(.browser-default):focus:not([readonly]),
#inscription input[type=password]:not(.browser-default):focus:not([readonly]),
#inscription input[type=email]:not(.browser-default):focus:not([readonly]),
#inscription input[type=url]:not(.browser-default):focus:not([readonly]),
#inscription input[type=time]:not(.browser-default):focus:not([readonly]),
#inscription input[type=date]:not(.browser-default):focus:not([readonly]),
#inscription input[type=datetime]:not(.browser-default):focus:not([readonly]),
#inscription input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
#inscription input[type=tel]:not(.browser-default):focus:not([readonly]),
#inscription input[type=number]:not(.browser-default):focus:not([readonly]),
#inscription input[type=search]:not(.browser-default):focus:not([readonly]),
#inscription textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #0e4e96;
  -webkit-box-shadow: 0 1px 0 0 #0e4e96;
          box-shadow: 0 1px 0 0 #0e4e96;
}

#inscription select {
  display: block;
  height: 0;
  padding: 0;
  width: 0;
  position: absolute;
}

#inscription [type="radio"] + span {
  margin-right: 15px;
}

#inscription [type="radio"] + span:after, #inscription [type="radio"].with-gap:checked + span:before, #inscription [type="radio"].with-gap:checked + span:after {
  border: 2px solid #0e4e96;
}

#inscription [type="radio"]:checked + span:after, #inscription [type="radio"].with-gap:checked + span:after {
  background-color: #0e4e96;
}

#inscription .select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #0e4e96;
  -webkit-box-shadow: 0 1px 0 0 #0e4e96;
          box-shadow: 0 1px 0 0 #0e4e96;
}

#inscription .dropdown-content {
  padding: 0 !important;
}

#inscription .dropdown-content li > a, #inscription .dropdown-content li > span {
  font-size: 0.9rem !important;
}

#inscription .dropdown-content li:not(.disabled) > a, #inscription .dropdown-content li:not(.disabled) > span {
  color: #000;
}

#inscription #date_naissance_jour, #inscription #date_naissance_mois {
  width: 25%;
  text-align: center;
  /*padding-right: 5px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inscription #date_naissance_annee {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding-right: 5px;*/
  width: 40%;
  text-align: center;
}

.datepicker-date-display {
  background-color: #0e4e96;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #0e4e96;
}

.datepicker-table td.is-today {
  color: #0e4e96;
}

.datepicker-controls {
  margin-top: 15px;
}

.datepicker-calendar button:focus {
  outline: none;
  background-color: transparent;
}

.datepicker-calendar button:focus svg {
  fill: #0e4e96;
}

.datepicker-table td.is-selected {
  background-color: #0e4e96;
  color: #fff;
}

#modalMentionsLegales {
 max-width: 600px;
}

#modalMentionsLegales h2 {
  color: #0e4e96;
}

#modalMentionsLegales .rgpd {
  /*font-size: 10px;*/
  margin-top: 35px;
  margin-bottom: 35px;
  color: #000;
}

@media screen and (min-width: 1601px) {
  #decouverte p, #inscription p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1600px), screen and (max-height: 770px) {
  body {
    font-size: 13px;
  }
  #page {
    background-size: 100px auto, cover;
  }
  .bloc {
    width: 420px;
    height: 400px;
    padding: 25px 35px;
  }
  .bloc.bloc-gauche {
    font-size: 1em;
  }
  .bloc.bloc-gauche .button_form {
  /*  margin-bottom: 30px;
    margin-bottom: 16px;*/
  }
  .logo {
    width: 140px;
    margin-top: -5px;
  }
  h2 {
    font-size: 2.19em;
    font-family: 'open_sansbold', 'arial', sans-serif;
    margin: 0;
  }
  h3 {
    font-family: 'open_sanssemibold', 'arial', sans-serif;
    font-size: 1.25em;
    color: #898989;
    margin: 0;
    margin-top: 10px;
  }
  #fields .field {
    height: 57px;
  }
  #fields label {
    width: 55px;
  }
  #fields label img {
    height: 22.55px;
    margin: 16.225px 10px 16.225px auto;
  }
  #fields input[type=email],
  #fields input[type=text],
  #fields input[type=password] {
    left: 55px;
    width: calc(100% - 55px);
    height: 44.55px;
  }
  #fields input[type=email] + span.label,
  #fields input[type=text] + span.label,
  #fields input[type=password] + span.label {
    left: 55px;
  }
  .button_form {
    height: 49.5px;
    padding: 15.75px 0;
  }
  #donnees_perso {
    font-size: 13px;
  }
  #oubli_form a,
  #donnees_perso a {
    font-size: 1em;
  }
}

@media screen and (max-width: 960px), screen and (max-width: 1100px) and (max-height: 540px) {
  body {
    font-size: 14px;
  }
  #page {
    background-image: url(../images/bg-ccmsa-elus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #decouverte, #description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .logo {
    display: block;
    width: 150px;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
  .bloc {
    width: 90%;
    height: initial;
    padding: 35px;
  }
  #decouverte, #inscription {
    height: initial;
  }
  .logo {
    margin: 0 auto;
    float: none;
  }
  #fields {
    margin-bottom: 15px;
  }
  #fields .field {
    height: 50px;
  }
  #fields label {
    width: 50px;
  }
  #fields label img {
    margin: 12.5px auto;
    height: 25px;
  }
  #fields input[type=email], #fields input[type=text], #fields input[type=password] {
    width: calc(100% - 50px);
    height: 35px;
    left: 50px;
  }
  #fields input[type=email] + span.label, #fields input[type=text] + span.label, #fields input[type=password] + span.label {
    left: 50px;
  }
  #fields input[type=email] + span.label.active, #fields input[type=text] + span.label.active, #fields input[type=password] + span.label.active {
    -webkit-transform: translateY(calc(-50% - 8px));
        -ms-transform: translateY(calc(-50% - 8px));
            transform: translateY(calc(-50% - 8px));
  }
  .button_form {
    height: initial;
    min-height: 50px;
    padding: 14px 0;
  }
  #connexion h3 {
    margin-bottom: 15px;
  }
  #description .button_form {
    margin-bottom: initial;
  }
}