@charset "UTF-8";
/* line 9, ../sass/aconfig/_divers.scss */
.text-underline {
  text-decoration: underline !important;
}

/* line 13, ../sass/aconfig/_divers.scss */
.margin-top15 {
  margin-top: 15px !important;
}

/* line 17, ../sass/aconfig/_divers.scss */
.margin-top75 {
  margin-top: 75px !important;
}

/* line 21, ../sass/aconfig/_divers.scss */
.margin-bottom20 {
  margin-bottom: 20px !important;
}

/* line 25, ../sass/aconfig/_divers.scss */
.margin-bottom75 {
  margin-bottom: 75px !important;
}

/* line 29, ../sass/aconfig/_divers.scss */
.txt-left {
  text-align: left !important;
}

/* line 33, ../sass/aconfig/_divers.scss */
.txt-right {
  text-align: right !important;
}

/* line 37, ../sass/aconfig/_divers.scss */
.col-5 {
  display: inline-block;
  width: 5%;
}

/* line 42, ../sass/aconfig/_divers.scss */
.col-10 {
  display: inline-block;
  width: 10%;
}

/* line 46, ../sass/aconfig/_divers.scss */
.col-15 {
  display: inline-block;
  width: 15%;
}

/* line 51, ../sass/aconfig/_divers.scss */
.col-20 {
  display: inline-block;
  width: 20%;
}

/* line 55, ../sass/aconfig/_divers.scss */
.col-25 {
  display: inline-block;
  width: 25%;
}

/* line 59, ../sass/aconfig/_divers.scss */
.col-30 {
  display: inline-block;
  width: 30%;
}

/* line 63, ../sass/aconfig/_divers.scss */
.col-35 {
  display: inline-block;
  width: 35%;
}

/* line 67, ../sass/aconfig/_divers.scss */
.col-40 {
  display: inline-block;
  width: 40%;
}

/* line 71, ../sass/aconfig/_divers.scss */
.col-45 {
  display: inline-block;
  width: 45%;
}

/* line 75, ../sass/aconfig/_divers.scss */
.col-50 {
  display: inline-block;
  width: 50%;
}

/* line 80, ../sass/aconfig/_divers.scss */
.col-60 {
  display: inline-block;
  width: 60%;
}

/* line 85, ../sass/aconfig/_divers.scss */
.col-65 {
  display: inline-block;
  width: 65%;
}

/* line 90, ../sass/aconfig/_divers.scss */
.col-70 {
  display: inline-block;
  width: 70%;
}

/* line 95, ../sass/aconfig/_divers.scss */
.col-80 {
  display: inline-block;
  width: 80%;
}

/* line 100, ../sass/aconfig/_divers.scss */
.col-90 {
  display: inline-block;
  width: 90%;
}

/* line 105, ../sass/aconfig/_divers.scss */
.col-100 {
  display: inline-block;
  width: 100%;
}

@font-face {
  font-family: 'tt_normsregular';
  src: url("../fonts/tt-norms-regular/tt-norms-regular-webfont.woff2") format("woff2"), url("../fonts/tt-norms-regular/tt-norms-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_normsbold';
  src: url("../fonts/tt-norms-bold/tt-norms-bold-webfont.woff2") format("woff2"), url("../fonts/tt-norms-bold/tt-norms-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* variables des différentes tailles d'ecrans pour les media query */
/* line 1, ../sass/elements/_buttons.scss */
button,
.button {
  display: inline-block;
  vertical-align: middle;
  font-family: "tt_normsbold";
  color: #FFFFFF;
  font-size: 16px;
  min-height: 36px;
  line-height: 36px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-shadow: 0px 5px 15px #00000040;
  -webkit-box-shadow: 0px 5px 15px #00000040;
  box-shadow: 0px 5px 15px #00000040;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  font-weight: 100;
  text-decoration: none;
}
/* line 23, ../sass/elements/_buttons.scss */
button:hover,
.button:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 26, ../sass/elements/_buttons.scss */
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus {
  outline: none;
}
/* line 31, ../sass/elements/_buttons.scss */
button:after,
.button:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  right: 10px;
  font-weight: 100;
}
/* line 38, ../sass/elements/_buttons.scss */
button.sign-in,
.button.sign-in {
  background: #3B99ED;
}
/* line 40, ../sass/elements/_buttons.scss */
button.sign-in:after,
.button.sign-in:after {
  content: "\f090";
}
/* line 44, ../sass/elements/_buttons.scss */
button.load,
.button.load {
  background-color: #515067;
}
/* line 46, ../sass/elements/_buttons.scss */
button.load:after,
.button.load:after {
  -moz-animation: fa-spin 1s linear infinite;
  -webkit-animation: fa-spin 1s linear infinite;
  animation: fa-spin 1s linear infinite;
  content: "\f3f4";
}
/* line 51, ../sass/elements/_buttons.scss */
button.succes,
.button.succes {
  background-color: #26D7A8;
}
/* line 53, ../sass/elements/_buttons.scss */
button.succes:after,
.button.succes:after {
  content: "\f058";
}
/* line 57, ../sass/elements/_buttons.scss */
button.transfert,
.button.transfert {
  background: #3B99ED;
}
/* line 59, ../sass/elements/_buttons.scss */
button.transfert:after,
.button.transfert:after {
  content: "\f1d8";
}
/* line 63, ../sass/elements/_buttons.scss */
button.retour,
.button.retour {
  background: #26D7A8;
}
/* line 65, ../sass/elements/_buttons.scss */
button.retour:after,
.button.retour:after {
  content: "\f090";
}
/* line 69, ../sass/elements/_buttons.scss */
button.recommencer,
.button.recommencer {
  background: #3B99ED;
  padding-right: 45px;
}
/* line 72, ../sass/elements/_buttons.scss */
button.recommencer:after,
.button.recommencer:after {
  content: "\f382";
}
/* line 76, ../sass/elements/_buttons.scss */
button.user-plus,
.button.user-plus {
  background: transparent;
  border: 2px solid #3B99ED;
  line-height: inherit;
  color: #3B99ED;
  font-weight: 100;
  font-family: "tt_normsregular";
}
/* line 83, ../sass/elements/_buttons.scss */
button.user-plus:after,
.button.user-plus:after {
  content: "\f234";
  top: calc(50% - 11.5px);
}
/* line 88, ../sass/elements/_buttons.scss */
button:disabled,
.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 94, ../sass/elements/_buttons.scss */
.send-form {
  margin: auto;
}
/* line 96, ../sass/elements/_buttons.scss */
.send-form.load, .send-form.succes {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 104, ../sass/elements/_buttons.scss */
form .send-form {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

/* line 1, ../sass/elements/_containers.scss */
.container {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0px 3px 6px #00000029;
  -webkit-box-shadow: 30px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 auto;
  padding: 35px;
  position: relative;
}
/* line 9, ../sass/elements/_containers.scss */
.container.gris-container {
  background: #F1F1F1;
}
/* line 12, ../sass/elements/_containers.scss */
.container.violet-container {
  background: #515067;
}
/* line 15, ../sass/elements/_containers.scss */
.container.grand-container {
  max-width: 1080px;
  min-width: 968px;
  margin-top: 50px;
  overflow: hidden;
}
/* line 21, ../sass/elements/_containers.scss */
.container .bloc-left,
.container .bloc-right {
  display: inline-block;
  vertical-align: top;
  padding: 35px;
  height: 720px;
  position: relative;
}
/* line 29, ../sass/elements/_containers.scss */
.container .bloc-right {
  background: #F1F1F1;
}
/* line 32, ../sass/elements/_containers.scss */
.container .bloc-left {
  background: #515067;
  width: 40%;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 35px;
}
/* line 39, ../sass/elements/_containers.scss */
.container .bloc-right {
  width: 60%;
  position: relative;
}
/* line 43, ../sass/elements/_containers.scss */
.container.petit-container {
  max-width: 400px;
  margin-top: 100px;
}
/* line 46, ../sass/elements/_containers.scss */
.container.petit-container h3 {
  text-align: left;
}
/* line 48, ../sass/elements/_containers.scss */
.container.petit-container h3:not(:last-child) {
  margin-bottom: 20px;
}
/* line 51, ../sass/elements/_containers.scss */
.container.petit-container h3.error {
  color: #EC7D7B;
}
/* line 55, ../sass/elements/_containers.scss */
.container.petit-container button {
  margin-top: 35px;
}

/* line 1, ../sass/elements/_form.scss */
.bloc-input {
  text-align: left;
}

/* line 1, ../sass/elements/_hr.scss */
hr {
  margin: 35px auto;
  width: 140px;
  height: 2px;
  display: block;
  background: #DDDDDD;
  border: none;
}

/* line 1, ../sass/elements/_inputs.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  font-family: "tt_normsregular";
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #3B99ED;
  font-size: 16px;
  padding: 0 10px;
  margin-top: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  border: 1px solid #FFFFFF;
}
/* line 21, ../sass/elements/_inputs.scss */
input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
select:focus,
select:active,
select:hover,
textarea:focus,
textarea:active,
textarea:hover {
  outline: 0;
  -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}
/* line 27, ../sass/elements/_inputs.scss */
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
select.error,
textarea.error {
  border: 1px solid #EC7D7B;
  -moz-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 32, ../sass/elements/_inputs.scss */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.5;
}

@keyframes shake {
  10%, 90% {
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -moz-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -moz-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
/* line 55, ../sass/elements/_inputs.scss */
textarea {
  max-width: 100%;
  height: 120px;
  resize: none;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
}

/* line 66, ../sass/elements/_inputs.scss */
input[type=checkbox] {
  display: none;
  opacity: 0;
}

/* line 72, ../sass/elements/_inputs.scss */
label {
  font-size: 16px;
  line-height: 19px;
  color: #515067;
  font-family: "tt_normsregular";
  display: block;
}

/* line 82, ../sass/elements/_inputs.scss */
.file-drop-area {
  position: relative;
  width: 100%;
  padding: 25px;
  border: 2px dashed rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  height: 100%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 91, ../sass/elements/_inputs.scss */
.file-drop-area.is-active, .file-drop-area:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 95, ../sass/elements/_inputs.scss */
.file-drop-area i {
  color: #DDDDDD;
  font-size: 128px;
}
/* line 99, ../sass/elements/_inputs.scss */
.file-drop-area h4 {
  font-size: 22px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 105, ../sass/elements/_inputs.scss */
.file-drop-area p {
  font-size: 16px;
  line-height: 20px;
}
/* line 108, ../sass/elements/_inputs.scss */
.file-drop-area p.mention {
  margin-top: 15px;
}
/* line 112, ../sass/elements/_inputs.scss */
.file-drop-area.error {
  border-color: #EC7D7B;
  -moz-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 117, ../sass/elements/_inputs.scss */
.file-drop-area.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

/* line 125, ../sass/elements/_inputs.scss */
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
/* line 133, ../sass/elements/_inputs.scss */
.file-input:focus {
  outline: none;
}

/* line 140, ../sass/elements/_inputs.scss */
.bloc-input:not(:first-of-type) {
  margin-top: 20px;
}

/* line 1, ../sass/elements/_liens.scss */
a {
  text-decoration: none;
}
/* line 3, ../sass/elements/_liens.scss */
a.texte-lien {
  font-size: 16px;
  line-height: 20px;
  font-family: "tt_normsregular";
  color: #515067;
  font-weight: 100;
  text-decoration: underline;
}

/* line 2, ../sass/elements/_listes.scss */
#file-uploaded {
  margin-top: 30px;
  width: calc(100% + 35px);
  height: 0;
}
/* line 6, ../sass/elements/_listes.scss */
#file-uploaded .scroll-content {
  width: calc(100% - 35px);
}
/* line 10, ../sass/elements/_listes.scss */
#file-uploaded li:not(:first-child).item-file {
  margin-top: 30px;
}
/* line 15, ../sass/elements/_listes.scss */
#file-uploaded .item-file .col-left {
  text-align: left;
  width: calc(100% - 70px);
  overflow: hidden;
}
/* line 20, ../sass/elements/_listes.scss */
#file-uploaded .item-file .col-right {
  text-align: right;
  width: 70px;
}
/* line 24, ../sass/elements/_listes.scss */
#file-uploaded .item-file [class*="col-"] {
  vertical-align: bottom;
  display: inline-block;
}
/* line 28, ../sass/elements/_listes.scss */
#file-uploaded .item-file .icon-file,
#file-uploaded .item-file .details-file,
#file-uploaded .item-file .action-file {
  display: inline-block;
  vertical-align: middle;
}
/* line 34, ../sass/elements/_listes.scss */
#file-uploaded .item-file .icon-file {
  font-size: 30px;
  color: #DDDDDD;
}
/* line 38, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file {
  width: calc(100% - 41.2px);
  padding: 0 20px;
}
/* line 41, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file .progress-bar {
  margin-top: 5px;
}
/* line 44, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file h5,
#file-uploaded .item-file .details-file .size-file {
  font-size: 14px;
  line-height: 16px;
  font-family: "tt_normsregular";
  color: #DDDDDD;
  font-weight: 100;
}
/* line 52, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file h5 {
  text-align: left;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
/* line 61, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file h5.long-texte {
  max-height: 48px;
}
/* line 63, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file h5.long-texte:after {
  content: '...';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 73, ../sass/elements/_listes.scss */
#file-uploaded .item-file .details-file .size-file {
  text-align: right;
}
/* line 78, ../sass/elements/_listes.scss */
#file-uploaded .item-file .action-file {
  position: relative;
  width: 18px;
  height: 18px;
}
/* line 82, ../sass/elements/_listes.scss */
#file-uploaded .item-file .action-file i {
  font-size: 18px;
}
/* line 85, ../sass/elements/_listes.scss */
#file-uploaded .item-file .action-file .spinner,
#file-uploaded .item-file .action-file .check {
  display: none;
}
/* line 92, ../sass/elements/_listes.scss */
#file-uploaded .item-file.load .action-file .check,
#file-uploaded .item-file.load .action-file .delete-file {
  display: none;
}
/* line 96, ../sass/elements/_listes.scss */
#file-uploaded .item-file.load .action-file .spinner {
  display: inline-block;
  color: #3B99ED;
  -moz-animation: fa-spin 1s linear infinite;
  -webkit-animation: fa-spin 1s linear infinite;
  animation: fa-spin 1s linear infinite;
}
/* line 105, ../sass/elements/_listes.scss */
#file-uploaded .item-file.succes .progress-bar span {
  background: #26D7A8;
}
/* line 110, ../sass/elements/_listes.scss */
#file-uploaded .item-file.succes .action-file .delete-file,
#file-uploaded .item-file.succes .action-file .spinner {
  display: none;
}
/* line 114, ../sass/elements/_listes.scss */
#file-uploaded .item-file.succes .action-file .check {
  display: inline-block;
  color: #26D7A8;
}
/* line 123, ../sass/elements/_listes.scss */
#file-uploaded .item-file.error .col-left {
  width: calc(100% - 110px);
}
/* line 126, ../sass/elements/_listes.scss */
#file-uploaded .item-file.error .col-right {
  width: 110px;
}
/* line 130, ../sass/elements/_listes.scss */
#file-uploaded .item-file.error .details-file .size-file {
  color: #EC7D7B;
}
/* line 135, ../sass/elements/_listes.scss */
#file-uploaded .item-file.error .progress-bar span {
  background: #EC7D7B;
  width: 100%;
}

/* line 146, ../sass/elements/_listes.scss */
.liste-destinataires-mp li {
  margin-right: 30px;
  margin-top: 10px;
}

/* line 151, ../sass/elements/_listes.scss */
.item-destinataire-mp {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
/* line 155, ../sass/elements/_listes.scss */
.item-destinataire-mp .image-encadre {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border: 2px solid #515067;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-bottom: 10px;
  position: relative;
}
/* line 164, ../sass/elements/_listes.scss */
.item-destinataire-mp .image-encadre img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
/* line 172, ../sass/elements/_listes.scss */
.item-destinataire-mp label {
  cursor: pointer;
  font-family: "tt_normsregular";
  color: #515067;
  line-height: 14px;
  font-size: 12px;
}
/* line 179, ../sass/elements/_listes.scss */
.item-destinataire-mp label:hover .image-encadre {
  box-shadow: 0px 5px 10px #0000004D;
}
/* line 185, ../sass/elements/_listes.scss */
.item-destinataire-mp input:checked + label .image-encadre {
  border-color: #26D7A8;
  border-width: 3px;
}
/* line 190, ../sass/elements/_listes.scss */
.item-destinataire-mp input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
/* line 195, ../sass/elements/_listes.scss */
.item-destinataire-mp input.error + label .image-encadre {
  -moz-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-color: #EC7D7B;
}

/* line 204, ../sass/elements/_listes.scss */
.container-destinataires {
  width: calc(55% + 35px);
  display: inline-block;
  vertical-align: top;
  max-height: 400px;
}
/* line 209, ../sass/elements/_listes.scss */
.container-destinataires .liste-destinataires {
  width: calc(100% - 35px);
  padding: 5px 0 10px;
}
/* line 214, ../sass/elements/_listes.scss */
.container-destinataires li:not(:first-child) {
  margin-top: 15px;
}
/* line 217, ../sass/elements/_listes.scss */
.container-destinataires li input {
  margin-top: 0;
}
/* line 222, ../sass/elements/_listes.scss */
.container-destinataires .item-destinataire .logo-destinataire {
  color: #DDDDDD;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  line-height: 36px;
}
/* line 230, ../sass/elements/_listes.scss */
.container-destinataires .item-destinataire input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  width: calc(100% - 73px);
}
/* line 237, ../sass/elements/_listes.scss */
.container-destinataires .item-destinataire .action-destinataire {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
/* line 244, ../sass/elements/_listes.scss */
.container-destinataires .item-destinataire.not-delete .delete-destinataire {
  display: none;
  pointer-events: none;
}

/* line 252, ../sass/elements/_listes.scss */
.bloc-button {
  padding-top: 5px;
  width: calc(45% - 35px);
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

/* line 1, ../sass/elements/_modals.scss */
.modal {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 500ms, visibility 500ms;
  -o-transition: opacity 500ms, visibility 500ms;
  -webkit-transition: opacity 500ms, visibility 500ms;
  transition: opacity 500ms, visibility 500ms;
}
/* line 6, ../sass/elements/_modals.scss */
.modal .close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: #515067;
  cursor: pointer;
  overflow: hidden;
  line-height: normal;
}
/* line 16, ../sass/elements/_modals.scss */
.modal.modal-erreur {
  width: 310px;
  background: #FFFFFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 3px 6px #0000003D;
  -webkit-box-shadow: 0px 3px 6px #0000003D;
  box-shadow: 0px 3px 6px #0000003D;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 90px;
  padding: 10px 30px 10px 15px;
}
/* line 29, ../sass/elements/_modals.scss */
.modal.modal-erreur .attention {
  font-size: 20px;
  color: #EC7D7B;
  vertical-align: middle;
}
/* line 34, ../sass/elements/_modals.scss */
.modal.modal-erreur ul {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  border-left: 1px solid #DDDDDD;
  margin-left: 15px;
  padding-left: 15px;
  width: calc(100% - 37.5px);
}
/* line 43, ../sass/elements/_modals.scss */
.modal.modal-erreur ul li {
  font-size: 14px;
  line-height: 16px;
  color: #515067;
  font-family: "tt_normsregular";
}
/* line 48, ../sass/elements/_modals.scss */
.modal.modal-erreur ul li:not(:first-child) {
  margin-top: 5px;
}
/* line 54, ../sass/elements/_modals.scss */
.modal.modal-erreur:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -16px;
  left: -5px;
  right: 0;
  margin: 0 auto;
  border: 1em solid black;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  z-index: 20;
  font-size: 8px;
  transform: rotate(-45deg);
  -moz-box-shadow: -3px 3px 3px 0 #0000003D;
  -webkit-box-shadow: -3px 3px 3px 0 #0000003D;
  box-shadow: -3px 3px 3px 0 #0000003D;
}
/* line 74, ../sass/elements/_modals.scss */
.modal.open {
  visibility: visible;
  opacity: 1;
}

/* line 1, ../sass/elements/_pictos.scss */
.picto-delete {
  color: #EC7D7B;
  cursor: pointer;
  font-size: 18px;
}

/* line 1, ../sass/elements/_progress-bar.scss */
.progress-bar {
  position: relative;
  height: 2px;
  background: #DDDDDD;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 6, ../sass/elements/_progress-bar.scss */
.progress-bar span {
  position: absolute;
  background: #3B99ED;
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
  display: block;
  border-radius: 2px;
}

/* line 1, ../sass/elements/_scrollbar.scss */
.mCSB_scrollTools {
  right: 10px;
}

/* line 4, ../sass/elements/_scrollbar.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/* line 9, ../sass/elements/_scrollbar.scss */
.container-destinataires .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #DDDDDD;
}
/* line 12, ../sass/elements/_scrollbar.scss */
.container-destinataires .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .container-destinataires .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #696969;
}
/* line 15, ../sass/elements/_scrollbar.scss */
.container-destinataires .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1, ../sass/elements/_texte.scss */
.texte {
  font-family: "tt_normsbold";
  font-size: 16px;
}
/* line 4, ../sass/elements/_texte.scss */
.texte.texte-succes {
  color: #26D7A8;
}

/* line 2, ../sass/pages/_404.scss */
#body-404 .title {
  font-size: 204px;
  line-height: 145px;
  text-transform: uppercase;
  color: #26D7A8;
  font-family: "tt_normsregular";
}
/* line 8, ../sass/pages/_404.scss */
#body-404 .title i {
  vertical-align: top;
  font-size: 145px;
  vertical-align: top;
}
/* line 13, ../sass/pages/_404.scss */
#body-404 .title:after {
  content: "Lost in space";
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding-top: 10px;
}
/* line 21, ../sass/pages/_404.scss */
#body-404 p {
  font-size: 16px;
  font-family: "tt_normsregular";
  line-height: 20px;
  color: #DDDDDD;
}

/* line 2, ../sass/pages/_depot.scss */
#body-depot .container {
  padding: 0;
}
/* line 5, ../sass/pages/_depot.scss */
#body-depot #recommencer {
  bottom: 102px;
  position: absolute;
  right: 35px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 13, ../sass/pages/_depot.scss */
#body-depot #succes-transfert {
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 18, ../sass/pages/_depot.scss */
#body-depot #succes-transfert i {
  padding-left: 5px;
  font-size: 22px;
  display: inline-block;
  top: 2px;
  position: relative;
}
/* line 26, ../sass/pages/_depot.scss */
#body-depot .show {
  opacity: 1 !important;
  visibility: visible !important;
}

/*@media screen and (max-width: $size_tablet) {
    #body-depot{
        .container{
            .bloc-left,
            .bloc-right{
                display: block;
                width: 100%;
                height: auto;
            }
            .bloc-left{
                @include border-bottom-left-radius(0);
            }
        }
        .file-drop-area{
            height: 230px;
            width: 330px;
            margin-left: 0;
        }
    }
}*/
/* line 2, ../sass/pages/_home.scss */
#body-home form {
  padding-bottom: 120px;
}

/* line 1, ../sass/_general.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 6, ../sass/_general.scss */
html {
  min-width: 1024px;
}

/* line 9, ../sass/_general.scss */
body {
  background: #2F9BE8;
  background: linear-gradient(140deg, #2f9be8 0%, #2f9be8 25%, #00d6aa 75%, #00d6aa 100%);
  text-align: center;
  font-size: 0;
  padding: 30px 20px 50px;
}

/* line 17, ../sass/_general.scss */
h1 {
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  font-family: "tt_normsbold";
}

/* line 24, ../sass/_general.scss */
h2 {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "tt_normsbold";
}

/* line 32, ../sass/_general.scss */
h3 {
  font-size: 16px;
  line-height: 19px;
  font-family: "tt_normsbold";
  color: #515067;
}

/* line 39, ../sass/_general.scss */
h4, h5, p {
  font-family: "tt_normsregular";
  color: #DDDDDD;
  font-weight: 100;
}

/* line 45, ../sass/_general.scss */
.content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
