/**
 * @author  Michel Dumont <michel.dumont.io>
 * @version 1.0.0 - [2018-05-08]
 * @package mdgFront
 */
/**
 * @author  Michel Dumont <michel.dumont.io>
 * @version 1.0.0 - [2018-05-08]
 * @package mdgFront
 */
 /* Colors
--------------------------------------------------------------------------------------- */
/* Size
--------------------------------------------------------------------------------------- */
/* mixin
--------------------------------------------------------------------------------------- */
/* formulaire
--------------------------------------------------------------------------------------- */
form {
  margin-bottom: 50px; }
  form .input-box {
    position: relative;
    width: 400px;
    max-width: 96%;
    height: 50px;
    background: #758fbf;
    color: #fff;
    margin: 0 auto; }
    form .input-box label {
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      line-height: 50px;
      padding: 0 10px;
      top: 0;
      left: 0;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    form .input-box input {
      position: relative;
      z-index: 5;
      width: 100%;
      height: 100%;
      line-height: 50px;
      padding: 0 10px;
      background: transparent;
      border: 1px solid #374e78;
      color: #fff;
      font-size: 14px; }
      form .input-box input ~ div {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #374e78;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      form .input-box input:focus {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-color: #ed8f1f; }
      form .input-box input:focus ~ div {
        width: 100%; }
      form .input-box input:focus + label, form .input-box input:focus-within + label, form .input-box input.filled + label {
        z-index: 1;
        top: -34px;
        padding-left: 0;
        font-size: .8em;
        color: #374e78; }
    form .input-box + .input-box {
      margin-top: 26px; }
  form .input-dft {
    position: relative;
    color: #374e78; }
    form .input-dft label {
      display: block;
      width: 100%;
      line-height: 1.8em;
      padding: 0;
      font-size: .6em;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    form .input-dft input {
      position: relative;
      z-index: 5;
      display: block;
      width: 100%;
      height: 30px;
      line-height: 30px;
      background: transparent;
      border: 1px solid;
      color: #758fbf;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 0 10px; }
      form .input-dft input + div {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 30px;
        background: #d4e1ea;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0; }
      form .input-dft input:focus {
        color: #374e78; }
      form .input-dft input:focus ~ div {
        width: 100%; }
    form .input-dft sup {
      position: absolute;
      bottom: 10px;
      right: 4px;
      color: #ed8f1f;
      z-index: 15; }
    form .input-dft + .input-dft {
      margin-top: 20px; }
  form button {
    position: relative;
    display: block;
    width: 400px;
    max-width: 100%;
    height: 50px;
    background: #758fbf;
    color: #fff;
    margin: 50px auto 0;
    color: 1px solid #374e78; }
    form button span {
      position: relative;
      z-index: 10;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    form button:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #374e78;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    form button:hover:after {
      width: 100%; }
    form button:hover span {
      font-size: 18px; }

#documents-list h3 {
  font-size: 20px;
  color: #000; }
#documents-list nav div {
  display: block;
  padding-left: 20px;
  font-size: 12px; }
  #documents-list nav div h4 {
    font-size: 14px; }
  #documents-list nav div p {
    padding: 0 !important; }
  #documents-list nav div .download_document {
    color: #ed8f1f; }
    #documents-list nav div .download_document:before {
      content: '\002794';
      display: inline; }
  #documents-list nav div + div {
    padding-top: 20px; }
#documents-list nav + h3 {
  margin-top: 40px; }

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