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;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Nunito Light";
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Medium";
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito ExtraBold";
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Black";
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}

body {
  line-height: 1.4;
  font-family: "Nunito Light";
  font-size: 1rem;
  color: #435C74;
  margin: 0;
  padding: 0;
  background-image: url('../img/main-background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}


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;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}
main {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  padding: 30px 25px;
  margin: 0 auto;
}

p {
  font-family: "Nunito SemiBold";
  margin: 0px;
  font-size: 16px;
  color: #435C74;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

.p-14 {
  font-size: 14px;
}

.p-20 {
  font-size: 20px;
}

.p-30 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

.link-bleu {
  font-family: 'Poppins Medium';
  color: #1C5191;
}

.strong {
  font-family: "Poppins Bold";
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-blanc {
  color: #fff !important;
}

.text-bleu-clair {
  color: #0075FD !important;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
  min-height: 1px;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-1-4 {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}

.col-3-4 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.col-left {
  padding-right: 10px;
}

.col-right {
  padding-left: 10px;
}

.col-center {
  padding-left: 10px;
  padding-right: 10px;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin: 0px !!important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.row {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: 'Nunito SemiBold';
  font-size: 16px;
  color: #435C74;
  margin-bottom: 5px;
}

.row-field-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin-bottom:20px;
}

.row-bleu {
  background-color: #1C5191 !important;
}

.row-bleu-clair {
  background-color: #2887c8 !important;
  color: #fff;
}

.row-jaune {
  background-color: #FDF1D0 !important;
  color: #fff;
}

.bg-light-blue {
  background: #2887c8 !important;
}

.row-blue-right {
  background-image: url('../img/bg-blue-right.jpg');
  background-position: center top;
  background-repeat: repeat-y;
}

.row-blue-left {
  background-image: url('../img/bg-blue-left.jpg');
  background-position: center top;
  background-repeat: repeat-y;
}

.msg {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins Light';
  font-size: .9rem;
  margin-bottom: 30px;
}

.msg.ko {
  color: #CC0000;
  background: rgba( 204, 0, 0, .2 );
  border: #CC0000 solid 3px;
}

.msg-vert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #1abc9c;
  color: #fff;
  font-family: 'Nunito SemiBold';
  font-size: .9rem;
  text-align: center;
  padding: 10px;
  z-index: 9;
}

.msg-rouge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #e74c3c;
  color: #fff;
  font-family: 'Nunito SemiBold';
  font-size: .9rem;
  text-align: center;
  padding: 10px;
  z-index: 9;
}

.bg-bleu-ciel {
  background-color: #E2EBF2;
}

.btn-show-pass {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 25px;
  width: 25px;
  transform: translateY(-50%);
  z-index: 9;
  background-image: url('../img/picto_oeil.svg');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */

header {
  position: relative;
  height: auto;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-header {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  margin: 0px auto;
  padding: 66px 25px;
}

.h1-compte {
  font-family: 'Nunito Semibold';
  font-size: 30px;
  color: #fff;
  text-align: left;
  line-height: 1;
  line-height: 1.2;
}

.copyright {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Nunito';
  font-size: 16px;
  color: #fff;
  padding: 15px 0px;
}

.h1-blanc {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: "Nunito SemiBold";
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.h1-bleu {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: "Nunito SemiBold";
  font-size: 40px;
  color: #435C74;
  text-transform: uppercase;
}

p.sub-h1 {
  position: relative;
  font-family: "Nunito SemiBold";
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.h2-bleu {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: "Nunito SemiBold";
  font-size: 30px;
  color: #435C74;
  text-transform: uppercase;
}

.bt-contact-home {
  position: absolute;
  top: 30px;
  right: 25px;
  height: auto;
  width: auto;
  font-family: 'Nunito Medium';
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: #fff solid 1px;
  border-radius: 10px;
  padding: 15px 24px;
  cursor: pointer;
  transition: all .3s;
}

.bt-contact-home:hover {
  background: #fff;
  color: #435C74;
}

.form-validation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #333;
}

.box-connect {
  position: relative;
  display: inline-block;
  height: auto;
  width: 25%;
  vertical-align: top;
  border-radius: 28px;
  background-color: #fff;
  padding: 60px 30px;
  margin: 15px;
}

.bg-jaune {
  background-color: #FDF1D0 !important;
}

.bg-vert {
  background-color: #E5EFD3 !important;
}

.bg-bleu {
  background-color: #E2EBF2;
}

.bg-vert {
  background-color: #E5EFD3;
}

.form-connect {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 20px 0px;
}

.form-line {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px 0px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'] {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  font-family: "Nunito";
  font-size: 16px;
  color: #435C74;
  background: transparent;
  border: none;
  border-bottom: #435C74 solid 1px;
}

input[type='text'].autre {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px;
  font-family: "Nunito";
  font-size: 16px;
  color: #435C74;
  background: transparent;
  border: #435C74 solid 1px;
  border-radius: 10px;
}

input[type='text'].secu {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 8px;
  font-family: "Nunito";
  font-size: 16px;
  color: #435C74;
  background: transparent;
  border: none;
  border: #435C74 solid 1px;
  border-radius: 10px;
}

input[type='date'] {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  font-family: "Nunito";
  font-size: 16px;
  color: #435C74;
  background: transparent;
  border-radius: 10px;
  border: #435C74 solid 1px;
}

select {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Nunito Semibold';
  color: #435C74;
  font-size: 16px;
  padding: 13px;
  border: #435C74 solid 1px;
  border-radius: 10px;
  appearance: none;
  background-image: url('../img/arrow-select.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 25px;
}

input[type="file"] {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Nunito Semibold';
  color: #435C74;
  font-size: 16px;
  padding: 12px;
  border: #435C74 solid 1px;
  border-radius: 10px;
  appearance: none;
}

input[type='submit'] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px;
  font-family: 'Nunito Medium';
  font-size: 16px;
  color: #435C74;
  text-align: center;
  border: #435C74 solid 1px;
  border-radius: 10px;
  background: transparent;
  transition: all .3s;
  cursor: pointer;
}

input[type='submit']:hover {
  background: #435C74;
  color: #fff;
}

input[type='button'] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px;
  font-family: 'Nunito Medium';
  font-size: 16px;
  color: #435C74;
  text-align: center;
  border: #435C74 solid 1px;
  border-radius: 10px;
  background: transparent;
  transition: all .3s;
  cursor: pointer;
}

input[type='button']:hover {
  background: #435C74;
  color: #fff;
}

input[type='submit'].save {
  background: #435C74;
  color: #FFF;
}

input[type='submit'].blanc,
input[type='button'].blanc {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px;
  font-family: 'Nunito Medium';
  font-size: 16px;
  color: #435C74;
  text-align: center;
  border: rgba(255, 255, 255, .6) solid 1px;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, .6);
  transition: all .3s;
}

input[type='submit'].blanc:hover,
input[type='button'].blanc:hover {
  background-color: rgba(255, 255, 255, 1);
  border: rgba(255, 255, 255, 1) solid 1px;
}

input[type="text"].num {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 37px !important;
  background: transparent;
  font-family: 'Nunito Semibold';
  font-size: 16px;
  color: #435C74;
  text-align: center;
  padding: 5px 0;
}

input[type="text"].price {
  border: none; padding: 0px;
  font-family: 'Nunito Bold';
  width: 55px;
  text-align: right;
  color: #0075FD;
  cursor: default;
}

input[type="text"].qte {
  border: none; padding: 0px;
  font-family: 'Nunito';
  width: 55px;
  text-align: right;
  cursor: default;
  padding: 1px;
  text-align: center;
  web-appareance: none;
}

input[type="number"].qte {
  border: none; padding: 0px;
  font-family: 'Nunito';
  width: 55px;
  text-align: right;
  cursor: default;
  padding: 1px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="text"].total {
  border: none; padding: 0px;
  font-family: 'Nunito Bold';
  font-size: 20px;
  width: 55px;
  text-align: right;
  cursor: default;
}

textarea {
  position: relative;
  height: 156px;
  width: 100%;
  padding: 12px;
  font-family: 'Nunito Semibold';
  font-size: 16px;
  color: #435C74;
  border: 1px solid #435C74;
  border-radius: 10px;
  resize: none;
  box-sizing: border-box;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;

  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #435C74;
  margin-right: 10px;
  cursor: pointer;
}

input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Nunito Semibold';
  font-size: 16px;
  color: #435C74;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-image: url('../img/checked.svg');
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;

  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #435C74;
  margin-right: 10px;
  cursor: pointer;
}

input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Nunito Semibold';
  font-size: 16px;
  color: #435C74;
  cursor: pointer;
}

input[type="radio"]:checked {
  background-color: #435C74;
}

.input-number {
  position: relative;
  height: auto;
  width: auto;
  border-radius: 10px;
  border: 1px solid #435C74;
}

.titre-input-number {
  position: relative;
  float: left;
  width: 65%;
  text-align: center;
  font-family: 'Nunito Semibold';
  color: #435C74;
  padding: 10px;
  border-right: #435C74 solid 1px;
}

.value-input-number {
  position: relative;
  float: left;
  width: 35%;
  padding: 5px 10px;
  text-align: center;
}

.btn-qte {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-family: 'Nunito Semibold';
  font-size: 20px;
  text-align: center;
  border: #435C74 solid 1px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="button"].input-qte {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 50% !important;
  font-family: 'Nunito Semibold';
  font-size: 19px;
  text-align: center;
  border: #435C74 solid 1px;
  background: #FFFFFF !important;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.btn-classic {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px;
  font-family: 'Nunito Medium';
  font-size: 16px;
  color: #435C74;
  text-align: center;
  border: #435C74 solid 1px;
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  transition: all .3s;
}

.btn-classic:hover {
  background-color: #435C74;
  color: #fff;
}

.btn-blanc {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px;
  font-family: 'Nunito Medium';
  font-size: 16px;
  color: #435C74;
  text-align: center;
  border: rgba(255, 255, 255, .6) solid 1px;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, .6);
  transition: all .3s;
}

.btn-blanc:hover {
  background-color: rgba(255, 255, 255, 1);
  border: rgba(255, 255, 255, 1) solid 1px;
}

.btn-bleu {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px;
  font-family: 'Nunito Medium';
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border: #435C74 solid 1px;
  border-radius: 10px;
  cursor: pointer;
  background: #435C74;
  transition: all .3s;
}

.btn-bleu:hover {
  background-color: transparent;
  color: #435C74;
}

.main1 {
  position: relative;
  height: auto;
  width: auto;
}

.main-left {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  min-height: 500px;
}

.main-right {
  position: relative;
  float: right;
  width: 60%;
  height: auto;
  min-height: 500px;
  background: #fff;
  padding: 100px 0px 0px;
}

.titre-fenetre {
  position: fixed;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  text-align: center;
}

.picto-compte {
  position: relative;
  height: 110px;
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}

.picto-compte img {
  height: 110px;
  width: 110px;
}

.h1-compte {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: "Nunito SemiBold";
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

.h2-compte {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: "Nunito SemiBold";
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.h3-compte {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: "Nunito SemiBold";
  font-size: 20px;
  color: #0075FD;
  text-transform: uppercase;
}

.h4-compte {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: "Nunito SemiBold";
  font-size: 16px;
  color: #435C74;
  text-transform: uppercase;
}

.asterix {
  position: relative;
  text-align: left;
  color: #0075FD;
  font-family: 'Nunito Light';
  font-size: 14px;
}

.col-left-form {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 20px;
}

.col-right-form {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 20px;
}

.form-valid-compte {
  position: relative;
  width: 730px;
  height: auto;
  background-color: #fff;
  padding: 100px 30px;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  margin: 100px auto;
}

.picto-valid-compte {
  position: absolute;
  height: 110px;
  width: 110px;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.upper {
  text-transform: uppercase;
}

.content-form-valid-compte {
  position: relative;
  height: auto;
  width: auto;
  max-width: 320px;
  margin: 0px auto;
}

.btn-deconnexion {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: #fff solid 1px;
  font-family: 'Nunito Semibold';
  font-size: 20px;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}

.btn-deconnexion:hover {
  background: #fff;
  color: #435C74;
}

.btn-retour-header {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: #fff solid 1px;
  font-family: 'Nunito Semibold';
  font-size: 20px;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}

.btn-retour-header:hover {
  background: #fff;
  color: #435C74;
}

.main-encart-compte {
  position: relative;
  width: auto;
  height: auto;
  background: #FFFFFF;
  padding: 100px 30px 45px;
  border-radius: 10px;
  margin: 0px 1.3%;
  vertical-align: top;
}

.encart-compte {
  position: relative;
  display: inline-block;
  width: 22%;
  height: auto;
  background: #FFFFFF;
  padding: 100px 30px 45px;
  border-radius: 10px;
  margin: 0px 1.3%;
  vertical-align: top;
}

.picto-encart-compte {
  position: absolute;
  height: 110px;
  width: 110px;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.btn-encart-compte {
  min-width: 260px;
}

.alert-compte {
  position: relative;
  height: auto;
  width: auto;
  margin: 20px 0px;
  background-color: #435C74;
  font-family: 'Nunito SemiBold';
  color: #FFF;
  text-align: left;
  padding: 20px 20px 20px 75px;
  border-radius: 10px;
  background-image: url('../img/picto-attention-blanc.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 35px;
}

.list-photos {
  position: relative;
  height: auto;
  width: auto;
  min-height: 200px;
  border: #435C74 solid 1px;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.thumb-photos {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  margin: 0px 5px 5px 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-del-photo {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: 'Nunito Bold';
  font-size: 20px;
  color: #FFF;
  padding: 61px 0px;
  background: rgba(0,0,0,.5);
  z-index: 9;
}

.thumb-photos:hover .btn-del-photo {
  display: block;
}

.list-logements {
  position: relative;
  height: auto;
  width: auto;
  margin: 20px 0;
}

.ligne-list {
  position: relative;
  height: auto;
  width: auto;
  border: #435C74 solid 1px;
  border-top: none;
  text-align: center;
}

.ligne-entete {
  border-top: #435C74 solid 1px;
  background-color: #E2EBF2;
  text-transform: uppercase;
  font-family: 'Nunito Semibold';
}

.col-list {
  position: relative;
  float: left;
  padding: 7px 5px;
  border-right: #435C74 solid 1px;
}

.col-no-border {
  border: none;
}

.step-compte {
  position: relative;
  display: inline-block;
  font-family: 'Nunito SemiBold';
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 10px;
}

.sous-total-presta {
  position: relative;
  float: right;
  font-family: 'Nunito SemiBold';
  font-size: 20px;
  padding: 3px 10px;
  text-transform: uppercase;
  background-color: #E2EBF2;
  border-radius: 10px;
}

.list-presta {
  position: relative;
  height: auto;
  width: auto;
  border: #435C74 solid 1px;
  border-bottom: none;
}

.line-presta {
  position: relative;
  height: auto;
  width: auto;
  border-bottom: #435C74 solid 1px;
}

.line-entete-presta {
  position: relative;
  height: auto;
  width: auto;
  background-color: #E2EBF2;
  font-family: 'Nunito SemiBold';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: #435C74 solid 1px;
}

.btn-qte {
  position: relative;
  display: inline-block;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: #435C74 solid 1px;
  text-align: center;
  line-height: .9;
}

.msg-important {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px 0px 20px 60px;

  font-family: 'Nunito SemiBold';
  color: #435C74;
  font-size: 20px;
  text-transform: uppercase;

  background-image: url('./../img/picto-attention-bleu.svg');
  background-position: left 10px center;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.advert-bleu {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;

  font-family: ''Nunito SemiBold;
  color: #fff;

  background-color: #435C74;
}

.list-recap {
  position: relative;
  height: 400px;
  width: auto;
  border: #435C74 solid 1px;
  border-radius: 10px;
}

.entete-recap {
  position: relative;
  height: auto;
  width: auto;
  padding: 10px 20px;

  font-family: 'Nunito SemiBold';

  background: #E2EBF2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bloc-info-locataire {
  position: relative;
  height: auto;
  width: auto;
  background-color: #FDF1D0;

  font-family: 'Nunito SemiBold';

  padding: 15px;
}

.titre-bloc-info-locataire {
  position: relative;
  height: auto;
  width: auto;
  padding-bottom: 10px;
  border-bottom: #435C74 solid 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.encart-alert-arrivee {
  position: absolute;
  top: 145px;
  left: 650px;
  height: auto;
  width: auto;
  z-index: 9;
}

.picto-encart-alert {
  position: relative;
  height: auto;
  width: auto;
  margin: 0px auto 10px auto;
  text-align: center;
}

.picto-encart-alert img {
  height: 50px;
}

.bloc-bleu-fonce {
  position: relative;
  height: auto;
  width: 200px;
  background-color: #435C74;
  border-radius: 10px;
  padding: 15px;
  font-family: 'Nunito SemiBold';
  color: #FFF;
}

.list-dates {
  position: relative;
  height: auto;
  width: auto;
  border: #435C74 solid 1px;
}

.line-date {
  position: relative;
  border-bottom: #435C74 solid 1px;
}

.line-date:last-child {
  border-bottom: none;
}

.line-entete-date {
  font-family: 'Nunito SemiBold';
}

.col-date {
  position: relative;
  float: left;
  padding: 15px 10px;
}


@media (max-width: 480px) {

  .bt-contact-home {
    position: relative !important;
    display: block;
    height: auto;
    width: 250px;
    font-family: 'Nunito Medium';
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: #fff solid 1px;
    border-radius: 10px;
    padding: 15px 24px;
    cursor: pointer;
    transition: all .3s;
    margin: 20px auto;
  }

  p.sub-h1 {
    position: relative;
    font-family: "Nunito SemiBold";
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px !important;
  }

}
