/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;

}

body {
  font: 0.9em/1.2 "barlowregular", sans-serif;
  color: #2d2f31;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  min-height: 100%;
  background: url("../img/blue-background-svg-cropped.svg") no-repeat top left fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  height: 100%;
}

.main-body {}

.skip {
  position: absolute;
  left: -99999px;
}

/* -------------------------------------------------------------
 * DEFAULTS
 ---------------------------------------------------------------*/

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h2 {
  font-size: 2em;
  color: #000000;
  padding-left: 1.5em;
  font-family: "barlowsemibold", sans-serif;
}

h2 span {
  background: url(../img/baseline.svg) no-repeat center center / auto auto;
  text-indent: -9000px;
  display: block;
}

.h2-solde {
  background: url(../img/ic-solde-on.svg) no-repeat left top / 25px 25px;
}

.h2-compte {
  background: url(../img/ic-info-on.svg) no-repeat left top / 25px 25px;
}

.h2-home {
  background: url(../img/ic-accueil-on.svg) no-repeat left top / 25px 25px;
}

.box>h3 {
  margin: -1em 0 0 -1em;
  width: calc(100% + 2em)
}

h3 {
  font-size: 1.4em;
  color: #2D2F31;
  text-transform: uppercase;
  padding: .9em 1.3em;
  font-family: "barlowsemibold", sans-serif;
  background: #F9E1E0 url(../img/ic-puceTitle.svg) no-repeat 1.5em bottom / 20px auto;
}

h3 a {
  float: right;
  font-size: 1rem;
  text-transform: none;
}

.home h3 a {
  float: none;
  font-size: 1.25rem;
  text-decoration: none;
  text-transform: uppercase
}

.home h3 a:hover{
  text-decoration: underline
}

h4 {
  color: #2D2F31;
  font-family: "barlowsemibold", sans-serif;
  font-size: 1em;
}

h4 a {
  float: right;
}

a {
  font-family: "barlowregular", sans-serif;
  color: #d73f3c;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

strong {
  font-family: "barlowsemibold", sans-serif;
}

li {
  padding: .5em;
}

button {
  border: none;
  cursor: pointer
}

/* -------------------------------------------------------------
 * ICONS
 ---------------------------------------------------------------*/
[class^="ic-"] {
  text-indent: -9000px;
  overflow: hidden;
  display: inline-block;
}

.ic-delete {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: transparent url('../img/ic-delete.svg') no-repeat center center / contain;
}

.ic-lock {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: transparent url('../img/ic-lock-2.svg') no-repeat center center / contain;
}

.ic-unlock {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: transparent url('../img/ic-unlock.svg') no-repeat center center / contain;
}

.ic-plus {
  display: block;
  width: 1.35em;
  height: 1.35em;
  background: transparent url('../img/ic-plus.svg') no-repeat center center / contain;
}

/* -------------------------------------------------------------
 * FORM
 ---------------------------------------------------------------*/

form fieldset {
  border: 1px dashed #cfcfcf;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.3em;
}

form fieldset p,
form fieldset dl {
  margin: auto auto;
}

.box>form {
  margin-top: 1.5em;
}

form p {
  padding-bottom: 1.5em;
}

form p span {
  position: relative;
  display: block;
}

form p:last-child {
  padding-bottom: 0;
}

form fieldset dl {
  margin-bottom: 0.7em
}

form fieldset dt {
  font-weight: bold;
  margin-bottom: 0.7em
}

form fieldset dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form fieldset dl dd label {
  font-weight: normal
}

form legend,
.login h3 {
  font-size: 1.2em;
  display: inline-block;
  text-transform: uppercase;
  font-family: "barlowsemibold", sans-serif;
  color: #B95A58;
  text-align: center;
  margin-bottom: 1.5rem;
  background: #fff;
}

form legend {
  padding: 0 1em 0 1em;
  margin-bottom: 0;
}

.login h3 {
  padding-left: 0;
}

label {
  padding-bottom: .5em;
  width: 100%;
  display: inline-block;
  color: #000;
  font-weight: bold;
  position: relative
}

.inline-form p {
  padding-right: 0.5em;
}

.inline-form label {
  width: auto;
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 0;
  padding-right: 0.5em;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
select {
  padding: .4rem .4rem;
  padding-right: 0;
  font-family: "barlowregular", sans-serif;
  border-radius: 3px;
  border: 1px solid #DFE0DE;
  width: 100%;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover {
  border: 1px solid #F7A962;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border: 1px solid #FFF;
  border-bottom: 1px solid #F7A962;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
  outline: none
}

input:disabled,
input:disabled:hover,
input:disabled:focus {
  cursor: not-allowed;
  border: 1px solid #DFE0DE;
}

input[type="checkbox"] {
  float: left;
  border-radius: 3px;
  border: 1px solid #DFE0DE;
}

input[type="checkbox"]+label {
  font-weight: normal;
  width: calc(100% - 21px);
  margin-top: 0.2em
}

input[type="checkbox"]+label a {
  margin-top: 0
}

input[type="password"] {
  padding-right: 4em;
}

.all-required {
  font-size: 0.8em;
  text-align: right;
  color: #696969;
  font-style: italic;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 1.5em;
  max-width: 100% !important;
}

.asterisque {
  color: #B95A58;
  display: inline-block;
  font-family: inherit;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}

/* -------- BUTTON -------- */
input[type='submit'],
input[type='reset'] {
  width: auto;
  margin: 0 0.5em;
}

.btn-zone {
  margin-bottom: 3em;
  text-align: center;
}

.btn-zone:last-child {
  margin-bottom: 0;
}

.btn-zone a,
.btn-zone input,
.btn-zone button,
.filter-zone input[type="submit"] {
  display: inline;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
  color: #fff;
  background-color: #d73f3c;
  border: solid 1px #d73f3c;
  padding: .4em 2em;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
}

.btn-zone a {
  padding: 0.5em 2em
}

.btn-zone a:hover,
.btn-zone input:hover,
.btn-zone button:hover,
.btn-zone .more {
  color: #d73f3c;
  background-color: transparent;
}

.btn-zone a.bt-optional,
.btn-zone input[type="reset"],
.btn-zone button.bt-optional {
  color: #262626;
  background: transparent;
  border: solid 1px #262626;
  font-weight: bold;
}

.btn-zone a.bt-optional:hover,
.btn-zone input[type="reset"]:hover,
.btn-zone button.bt-optional:hover {
  color: #262626;
  background-color: transparent;
}

.btn-zone .link-button {
  border: solid 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  text-decoration: underline;
  color: #6D6D6D;
}

.link-button:hover,
.link-button:focus {
  background-color: transparent;
  border: solid 1px currentColor;
  color: #d73f3c;
  border-radius: 3px;
  text-decoration: none;
}

.btn-zone .more {
  border-radius: 3px;
  margin-bottom: 1.3em
}

.btn-zone input:disabled,
.btn-zone input:disabled:hover,
.btn-zone input:disabled:focus {
  cursor: not-allowed;
  border: 1px solid #DFE0DE;
  background: #DFE0DE;
  color: #696969;
}

.error {
  border-radius: 10px;
  padding: .5em;
  color: #d73f3c;
  border: solid 1px currentColor;
  margin-bottom: 2rem;
}

.error strong {
  display: block;
}

.ic-view {
  text-indent: -9000px;
  background: url(../img/ic-view.svg) no-repeat center center;
  width: 2.1em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 1em;
}

/* -------- ALERT MESSAGE -------- */
.alert-messages {
  background: #d73f3c;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-top: 1rem;
  border-radius: 20px;
}


/* ---SPECIFIC---*/
.bt-export {
  text-indent: -9000px;
  background: url(../img/ic-exporter.svg) no-repeat center center;
  width: 2.4em;
  height: 2.4em;
}

.bt-edit {
  text-indent: -9000px;
  background: url(../img/ic-edit.svg) no-repeat center center;
  width: 3em;
  height: 3em;
  margin-top: -2.5em;
  margin-right: -2.5em;
  border: 5px solid #F4F4F4;
  border-radius: 30px;
}

.bt-password {
  background: url(../img/ic-password.svg) no-repeat left center / 49px 35px;
  padding: 0.7em 1em 0.7em 4em;
  float: right;
  display: inline-block;
  text-decoration: none;
  font-size: 0.85rem;
  color: #757778;
  border: 1px solid #C1C1C1;
  border-radius: 30px
}

/* -------------------------------------------------------------
 * BLOC
 ---------------------------------------------------------------*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.aside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 20em;
  border-style: solid;
  background: #F07B73
}

.aside-nav {
  display: block;
}

main {
  background: #F4F4F4;
  position: relative;
  padding: 2rem;
  width: calc(100% - 20em);
}

#content .box {
  background: #fff;
  margin-top: 2rem;
}

main .box dl {
  margin-top: 1.3em
}

main .box dt {
  color: #797676
}

main .box dd {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 0.3em;
}

main .box dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.highlight {
  display: block;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 2em;
  color: #8A8B8C;
  position: relative;
  z-index: 0;
}

.highlight:after {
  position: absolute;
  content: "";
  width: 5em;
  height: 1px;
  background: #F07B73;
  z-index: -1;
  left: calc(50% - 2.5em);
  bottom: -1em;
}

.col-two,
.col-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.col-two .box {
  width: calc(50% - 2em);
  margin: 2em 1em 0 1em !important;
}

.col-two .box.box-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.col-four .box {
  width: calc(25% - 2em);
  margin: 0.8em 1em !important;
}

.box {
  border: solid 1px #dfe0de;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  padding: 1.3em
}

.bloc-RGPD {
  color: #646464;
  font-size: 0.7em;
  background: #f2f2f2;
  margin-top: 2rem;
  padding: 1.3em;
  border-radius: 10px;
}

.message {
  font-style: italic;
  border-left: 4px solid #F07B73;
  padding-left: 1rem;
  display: block;
  color: #2d2f31 !important;
}

.message:last-child {
  margin-top: 1em;
}

.message:first-child {
  margin-bottom: 1em;
}

.info {
  color: #696969;
  font-style: italic;
  font-size: 0.8em;
  display: block;
  font-weight: normal;
}

.read-only {
  margin-bottom: 2rem
}

.arrow-list {
  list-style-image: url('../img/arrow-list.svg');
  padding-left: 1.5em;
}

.arrow-list li {
  padding-left: .2em;
}

.inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inline-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

.inline-form input[type="date"] {
  width: 9.5em
}

.price {
  text-align: center;
  margin: 0 0 1.3em 0;
  border: 1px dashed #cfcfcf;
  padding: 1.3em;
  display: inline-block;
  width: 100%;
}

.price p:first-child {
  margin: 0 0 1.3em 0 !important;
  display: inline-block
}

/*___________________orientation-aid________________*/

.orientation-aid {
  float: left;
  width: 100%;
  margin-top: 1em;
  position: absolute;
  bottom: -2em;
  left: 0;
  display: block;
  text-align: center;
}

.orientation-aid a {
  text-transform: uppercase;
  color: #000;
}

a.go-back:before {
  content: "\21E0";
  font-size: 120%;
}


/*___________________________tooltip________________*/

.action {
  display: inline-block;
  right: 0;
  top: -0.5em;
  position: absolute;
}

.icon-help {
  display: inline-block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  text-indent: 50em;
  white-space: nowrap;
  background: url(../img/ic-help-on.svg) no-repeat center center;
  vertical-align: bottom;
}


span.tooltip {
  display: block;
  position: absolute;
  font-size: 0.8rem;
  top: 50px;
  right: 0;
  width: 12em;
  height: auto;
  max-width: 12em;
  overflow-wrap: break-word;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 0.7em 1em;
  border: 1px solid #d73f3c;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 10000;
  border-radius: 4px
}

span.tooltip::before {
  position: absolute;
  top: -5px;
  right: 15%;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  margin-left: -5px;
  border-top: 1px solid #d73f3c;
  border-left: 1px solid #d73f3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*.show-icons {position: relative;}*/
.show-icons button:hover+.tooltip,
.show-icons button:focus+.tooltip {
  display: block;
}

/* ---------- MODAL -------------- */

.dialog-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.dialog {
  z-index: 3;
  background-color: #fff;
  padding: 1.5em;
  width: 90%;
  max-width: 27em;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.5);
}

.dialog h3 {
  margin-top: -1em;
  margin-left: -1em;
  border-radius: 6px 6px 0 0;
  width: calc(100% + 2em);
}

.dialog .modal-content {
  margin-top: 1.5em;
}

.close-dialog {
  font-size: 1.7em;
  background: url(../img/ic-close.svg)no-repeat center;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-indent: -9000px
}

.close-dialog:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.dialog-overlay[aria-hidden="true"],
.dialog[aria-hidden="true"] {
  display: none;
}

.dialog-overlay:not([aria-hidden="true"]),
.dialog:not([aria-hidden="true"]) {
  display: block;
}

.sr-only {
  opacity: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}


/*______________________HEADER_______________________*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #dfe0de;
  padding: 0.8em 1em;
  background: #fff url(../img/export2.jpg) no-repeat center center /30rem auto;
  border-radius: 10px 10px 0 0
}

header h1 img {
  width: 4.5em
}

header h1 small {
  font-family: "barlowsemibold", sans-serif;
  font-size: 2.5em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  vertical-align: top;
  display: inline-block;
  text-shadow: #fff 1px 1px, #fff -1px 1px, #fff -1px -1px, #fff 1px -1px;
}

button[aria-controls="main-menu"] {
  border: 2px solid #fff;
  background-color: #d73f3c;
  border-radius: 100%;
  padding: 0 .1em;
  height: 44px;
  width: 44px;
  background-image: url("../img/ic_menu.svg");
  background-position: center center;
}

button[aria-controls="main-menu"][aria-expanded="true"] {
  z-index: 13000;
  position: absolute;
  top: 2.9em;
  right: 1.6em;
  background-image: url("../img/ic_menu-open.svg");
}

#main-menu.open {
  z-index: 11000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em;
}

.open .panel {
  display: block;
  background: #fff;
  padding: 1rem 0;
}

.open .account-zone {
  margin-top: .75em;
}

.account-zone nav .current {
  background: url(../img/menu-current-panel.svg) no-repeat left center / 10px auto;
  padding-left: 1em !important;
  margin-left: -0.5em;
}

.account-zone nav .current a {
  font-weight: 600;
  font-family: "barlowsemibold", sans-serif;
  color: #2D2F31;
}

.open .account-zone>a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1em;
  color: #fff;
  font-weight: bold
}


.open nav[aria-label="Menu Principal"] {
  margin-top: 1em;
}

.open #panel-account a {
  display: block;
  padding: 0;
  text-decoration: none;
}

#panel-account {
  display: none;
}

#panel-account.open {
  display: block;
  z-index: 2;
  position: absolute;
  top: 2.5em;
  right: 0;
  background-color: #fbfbfb;
  border: solid 1px #dfe0de;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  padding: .5em;
}

.account-zone button {
  background-color: transparent;
  border: none;
  border-left: solid 1px #FFF;
  border-radius: 0;
  width: 2.5em;
  background-image: url("../img/ic_arrow-down.svg");
  background-repeat: no-repeat;
  background-position: .75em center;
}

.account-zone button[aria-expanded="true"] {
  background-image: url("../img/ic_arrow-up.svg");
}

#panel-account.open a {
  color: #2D2F31;
  font-size: .9em;
  text-decoration: none;
}

#panel-account.open a:hover {
  color: #d73f3c;
}

nav[aria-label="Menu Principal"] a {
  color: #757778;
}

.account-info {
  background-color: #fff;
  border-right: solid 1px #DFE0DE;
  padding: 1.5em 1em;
}

.account-info p {
  margin-bottom: 1em;
}

.account-info .name {
  color: #2D2F31;
  font-family: "barlowsemibold", sans-serif;
}

.account-info p a {
  float: right;
}

.account-info dl {
  color: #757778;
}

.account-info dt,
.account-info dt+dd {
  font-family: "barlowsemibold", sans-serif;
  display: inline-block;
}

.aside-nav {
  display: none;
}

.aside-nav li {
  font-size: 1.1em;
  border-bottom: 1px solid #fff;
}

.aside-nav li:nth-child(1) a {
  background: url(../img/ic-accueil.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li.current:nth-child(1) a {
  background: url(../img/ic-accueil-on.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li:nth-child(2) a {
  background: url(../img/ic-info.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li.current:nth-child(2) a {
  background: url(../img/ic-info-on.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li:nth-child(3) a {
  background: url(../img/ic-solde.svg) no-repeat 0.3em center / 25px 25px;
}

.aside-nav li.current:nth-child(3) a {
  background: url(../img/ic-solde-on.svg) no-repeat 0.3em center / 25px 25px;
}

.aside-nav li:nth-child(4) a {
  background: url(../img/ic-carnet.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li.current:nth-child(4) a {
  background: url(../img/ic-carnet-on.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li:nth-child(5) a {
  background: url(../img/ic-echange.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li.current:nth-child(5) a {
  background: url(../img/ic-echange-on.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li:nth-child(6) a {
  background: url(../img/ic-help.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li.current:nth-child(6) a {
  background: url(../img/ic-help-on.svg) no-repeat 0.7em center / 20px 20px;
}

.aside-nav li a {
  color: #2D2F31;
  padding: 0.8em .75em;
  padding-left: 3rem;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  text-decoration: none;
  display: block;
  background-size: 1.2em auto;
}

.aside-nav li a:hover {
  color: #fff;
}

.aside-nav li.current {
  background: #F9E1E0 url(../img/menu-current.svg) no-repeat left center / 10px auto;
  border-left: 5px solid #fff;
}

.aside-nav li.current a {
  font-weight: 600;
  font-family: "barlowsemibold", sans-serif;
  color: #2D2F31;
}

#content {
  margin-top: 1em;
}

#content article {
  margin: 1em;
  padding: 1em;
}

.info-sup {
  color: #646464;
  margin: 0 0 0 -1em;
  width: 100%;
  background: #f2f2f2;
  display: block;
  padding: 1.3em;
  position: absolute;
  bottom: 0;
  left: 1em;
  font-size: 0.9em;
}

.solde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.9em;
}

.solde>p {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  padding: 1em;
  margin-right: 0.5em;
}

.solde ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 5px solid #F07B73;
  padding-left: 0.5em;
}

.solde>p {
  color: #000000;
}

.solde>p strong {
  display: block;
  font-size: 4.3em;
  line-height: 1em;
  color: #757778;
}

*.filter-zone {
  background: #FBFBFB;
  padding: 0.9em 1.3em;
  margin-top: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #DFE0DE;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.filter-zone h4 {
  text-transform: uppercase;
  color: #757778;
  padding: 0.3em 0 0.3em 0;
  display: none;
  position: relative;
  z-index: 9999;
}

.filter-zone h4 button {
  background: url(../img/ic_arrow-down-black.svg) no-repeat right center;
  width: calc(100% - 1em);
  height: 10px;
  position: absolute;
  left: 0;
}

.filter-zone h4 button[aria-expanded="true"] {
  background-image: url(../img/ic_arrow-up-black.svg);
  margin-bottom: 1rem;
}

.filter-zone input[type="submit"] {
  border-radius: 3px
}

.filter-zone .action-zone {
  padding: 0 0 0 1em;
  border-left: 1px solid #DFE0DE;
}

/*_______________________table____________________*/
table {
  width: calc(100% - 2.6em);
  margin: 1.3em 0;
}

thead {
  position: absolute;
  left: -99999px;
  border-bottom: solid 1px #DFE0DE;
}

tr {
  display: block;
  border-bottom: solid 3px #DFE0DE;
  padding: 1em;
}

th {
  text-align: left;
  color: #757778;
}

td,
th {
  padding: .5em;
}

tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}

td {
  display: block;
}

td:before {
  content: attr(data-head)": ";
  font-weight: bold;
  display: inline-block;
  color: #757778;
}

.credit {
  color: #4D8201;
  font-family: "barlowsemibold", sans-serif;
}

.debit {
  color: #dd0000;
  font-family: "barlowsemibold", sans-serif;
}

.btn-zone {
  padding: 0;
}

.btn-zone.one-btn {
  text-align: center;
}

article dt:not(first-of-type) {
  margin-top: .5em;
}

article dt {
  font-size: .9em;
  font-weight: 600;
  color: #757778;
}

article dd span {
  display: block;
}

thead {
  position: relative;
  left: 0;
}

td {
  display: table-cell;
}

td:before {
  display: none;
}

td,
th {
  padding: .75em .25em;
}

tr {
  padding: 0;
  display: table-row;
  border-bottom: none;
}

table .text-right {
  text-align: right;
}

/*_____________________________footer____________________*/
footer {
  background-color: #f5f5f5;
  padding: 1em;
  border-top: solid 1px #dfe0de;
  border-radius: 0 0 10px 10px;
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
}

footer a {
  display: block;
  color: #2D2F31;
  padding: .5em;
}

/*________________login__________________*/
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login header {
  border-bottom: 0;
  background: transparent;
}

.login>.box {
  /*margin : 3em;*/
  max-width: 640px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 5em;
}

.login>.box main {
  background: #fff;
  padding: 1.3rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  width: 100%;
  display: block;
}

.login footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: .5em;
  background: rgba(255, 255, 255, .5);
}

.login footer a {
  display: inline;

}

.login h1 {
  text-align: center;
  padding: 2em;
  padding-bottom: 0;
  padding-top: 0;
  margin: auto;
  width: 11em;
}

.login h1 img {
  width: 100%
}

.login h2 {
  width: 100%;
  line-height: 1.5em;
  font-size: 1.5em;
  color: #073e7c;
  padding: 1em 2em;
  text-align: center;
  font-family: "barlowsemibold", sans-serif;
  text-transform: uppercase;
  position: relative;
  left: 0;
  top: 0;
}

.login form {
  margin: auto;
}

#login p,
#mdp-perdu2 p,
#account p,
#account dl {
  max-width: 360px;
  margin: 0 auto
}

.login form a {
  color: #6D6D6D;
  font-size: 0.9em;
  margin-top: 0.6em;
  display: inline-block;
}

.login form>div {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 1.5em;
}

.login form>div>div {
  display: inline-block;
  width: 22px;
}

.login form>div>div.form-group {
  width: 100%;
}

.login form>div span:not(.tooltip):not(.asterisque) {
  display: block;
  position: relative;
  top: 0;
}

.login form div .action {
  position: inherit;
}

.login label {
  width: calc(100% - 25px);
}

/*________________home__________________*/
.home h3 {
  background: none;
  padding: 0;
  width: 100%;
  margin: 0
}

.home h3 span {
  width: 100%;
  height: 7em;
  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;
}

.home h3 span img {
  width: 90%;
  max-width: 250px;
}

.home h3 strong {
  border-top: 1px solid #dfe0de;
  font-size: 0.85em;
  color: #B95A58;
  width: 100%;
  display: block;
  padding: 0.9em 0;
}

.home #content .box {
  padding-bottom: 5em;
  position: relative;
}

/*________________paiement__________________*/
.paiement>.box {
  margin: 0 3em;
  padding: 0
}

.paiement header {
  padding: 0;
  margin-bottom: -4.5em;
  position: relative;
  z-index: 900
}

.paiement header img {
  border-radius: 50%;
  border: 7px solid #fff;
  width: 120%;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.4);
}

.paiement>.box main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 2px solid #fff;
}

.paiement h2 img {
  width: 13em;
  margin-left: 0.5em;
  vertical-align: sub;
}

.paiement .message img {
  width: 13em;
  margin-left: 0.5em;
  vertical-align: sub;
}

.paiement .recap {
  background: #F07B73;
  padding: 1.3em;
  width: 35%;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.recap p {
  text-transform: uppercase;
  color: #000;
  padding: 0.3em 0 0.3em 0;
  position: relative;
  z-index: 9999;
  font-family: "barlowsemibold", sans-serif;
  text-align: center;
  margin-top: 1em;
  font-size: 1.1em;
  display: none
}

.recap p button {
  background: url(../img/ic_arrow-down-black.svg) no-repeat right center;
  width: calc(100% - 1em);
  height: 10px;
  position: absolute;
  left: 0;
}

.recap p button[aria-expanded="true"] {
  background-image: url(../img/ic_arrow-up-black.svg);
  margin-bottom: 1rem;
}

.paiement .recap dd {
  border-bottom: 1px solid #B45D57;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 0.3em;
}

.paiement .recap dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.paiement .recap dd.commercant img {
  padding: 2em
}

.paiement h2 {
  font-size: 1.2em;
  color: #B95A58;
  width: 100%;
  display: block;
  padding: 0 0 0.9em 0 !important;
  margin: 0;
  text-align: left;
}

.paiement .content {
  padding: 1.3em;
  width: 65%;
  margin-top: 4em;
}

#paiement-CV {
  border: 1px dashed #cfcfcf;
  margin-top: 1.3em;
  padding: 1.3em;
  max-width: 25em;
}

.paiement footer p {
  background: url(../img/ic-lock.svg)no-repeat 1em center / 0.8em auto;
  padding: 0 0 0 3em;
}

/*________________compte__________________*/
.list-apparel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-apparel li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 1.3em;
  margin-top: 1em;
  border: 1px dashed #cfcfcf;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.list-apparel li h4 {
  flex: 1;
  text-transform: uppercase;
}

.list-apparel li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3em 0;
  width: 100%;
  background: transparent;
}

.list-apparel li button i {
  margin-right: .5em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.list-apparel li button:focus {
  outline: none;
  text-decoration: underline;
}

.list-apparel li .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.list-apparel li.open .panel {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  height: auto;
  border-top: 1px solid #eaeaea;
}

.list-apparel li.open button i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-apparel li.open button i.ic-plus {
  background: transparent url('../img/ic-moins.svg') no-repeat center center / contain;
}

.list-apparel li .panel .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.list-apparel li dl {
  margin-top: 0;
}

.list-apparel li dl.state {
  margin-top: 0;
  padding-top: 1.3em;
}

.list-apparel li dl div {
  margin-bottom: .5em;
}

.list-apparel li dl:not(.state) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.list-apparel li dl:not(.state) dd,
.list-apparel li dl:not(.state) dt {
  display: inline-block;
}

.list-apparel li .state,
.list-apparel li .state dd {
  margin-top: 0;
}

.list-apparel li .state dt {
  position: absolute;
  left: -9999px;
}

.list-apparel li.active .state dd {
  color: #4D8201;
}

.list-apparel li.disable,
.list-apparel li.disable .panel {
  background: #FAFAFA;
}

.list-apparel li.disable .state dd {
  color: #dd0000;
}

.list-apparel li.progress .state dd {
  color: #dd7800;
}

.list-apparel li dl div {
  display: inline-block;
}

.list-apparel+p {
  padding-top: 1em;
  text-align: center;
  color: #797676;
}

p.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding-top: 1em;
  margin-top: 1em;
}

p.actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .25em 0;
  padding: .4em .5em;
  border: solid 1px #d73f3c;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
  border-radius: 30px;
  background: #d73f3c;
}

p.actions a.unlock {
  border: solid 1px #4D8201;
  background: #4D8201;
}

p.actions a:hover {
  background-color: transparent;
  color: #d73f3c;
}

p.actions a:hover.unlock {
  border: solid 1px #d73f3c;
}

p.actions a i {
  width: 1.22em;
  height: 1.22em;
  margin-right: .25em;
  background-size: contain;
}

p.actions a .icon-delete {
  background-image: url('../img/ic-delete-w.svg');
}

p.actions a .icon-lock {
  background-image: url('../img/ic-lock-2-w.svg');
}

p.actions a .icon-unlock {
  background-image: url('../img/ic-unlock-w.svg');
}

p.actions a:hover .icon-delete {
  background-image: url('../img/ic-delete.svg');
}

p.actions a:hover .icon-lock {
  background-image: url('../img/ic-lock-2.svg');
}

p.actions a:hover .icon-unlock {
  background-image: url('../img/ic-unlock.svg');
}
