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: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

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

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

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

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

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

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

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


body {
  line-height: 1.5;
  font-family: "Poppins Light";
  font-size: 1em;
  color: #000000;
  margin: 0;
  padding: 0;
}

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 {
  margin: 5px 0px;
}

p.white {
  color: #FFFFFF;
}

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

.col {
  position: relative;
  float: left;
  min-height: 1px;
}

.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: 20px;
}

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

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

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

.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-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

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

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

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

.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-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !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-15 {
  margin-bottom: 15px !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 !important;
}

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

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

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

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

.mt-60 {
  margin-top: 60px !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-pink {
  background-color: #f5a9c8;
}

.row-top-demandeurs {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
  border-bottom: #ccc solid 1px;
  padding: 3px 0px;
}

.row-top-demandeurs:last-of-type {
  border-bottom: none;
}

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

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

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

.msg {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins SemiBold';
  font-size: .9rem;
  z-index: 9;
  transition: all .3s;
}

.msg.error {
  background-color: #CC0000;
  color: #FFFFFF;
}

.msg.ok {
  background-color: #28b463;
  color: #FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="list"],
input[type="number"],
input[list] {
  position: relative;
  height: auto;
  width: 100%;
  border: none;
  padding: 8px 12px;
  font-family: 'Poppins Light';
  font-size: 1em;
  border: #D3D3D3 solid 1px;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Poppins Light';
  font-size: 1em;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #154360;
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #3498db;
}

input[type="submit"].vert {
  background-color: rgba(141, 186, 65, 1);
}

input[type="submit"].vert:hover {
  background-color: rgba(141, 186, 65, 0.5);
}

input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Poppins';
  font-size: 1em;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(141, 186, 65, 1);
  transition: all .5s;
  cursor: pointer;
}

input[type="button"]:hover {
  background-color: rgba(141, 186, 65, 0.5);
  color: #573b6a;
}

input[type="button"].delete {
  background-color: #d24a2d;
}

input[type="button"].delete:hover {
  background-color: #e95333;
}

input[type="button"].jaune {
  background-color: #FFC300;
  color: #435C74;
}

input[type="button"].jaune:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].gris {
  background-color: #d7dbdd;
  color: #435C74;
}

input[type="button"].gris:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].vert {
  background-color: rgba(46, 204, 113, 1);
}

input[type="button"].vert:hover {
  background-color: rgba(46, 204, 113, .6);
}

input[type="button"].rouge {
  background-color: rgba(255, 65, 24, 1);
}

input[type="button"].rouge:hover {
  background-color: rgba(255, 65, 24, .6);
}

textarea {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;

  font-family: 'Poppins';
  font-size: .9rem;
  border: #dbdbdb solid .5px;
}

select {
  position: relative;
  font-family: 'Poppins';
  font-size: .9rem;
  width: 100%;
  padding: 7px 10px;
  border: #dbdbdb solid .5px;
  box-sizing: border-box;
  border-radius: 5px;
}

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

.link-reset {
  position: relative;
  font-family: 'Poppins';
  color: #3498db;
  font-size: .9rem;
  cursor: pointer;
  text-decoration: underline;
}

i {
  margin-right: 5px;
}

.small-text {
  font-size: .8rem;
}

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

.h1-welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5a9c8;
  font-family: 'Poppins Medium';
  font-size: 2rem;
  color: #693b6a;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
}

.box-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px;
  background: #f5a9c8;
  border-radius: 25px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  z-index: 9;
}

.account {
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  right: 25px;
  padding: 8px 12px;
  border-radius: 15px;
  background-color: #f5a9c8;
  font-family: 'Poppins';
  color: #573b6a;
  z-index: 9;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-logo {
  position: relative;
  display: inline-block;
  height: auto;
  border-radius: 25px;
  background: #f5a9c8;
  padding: 20px;
}

.box-slider {
  position: relative;
  width: auto;
}

.title-slider {
  font-family: 'Anklada';
  font-size: 4.5em;
  color: #573b6a;
  background-color: #f5a9c8;
  line-height: 1 !important;
  padding: 5px !important;
}

.subtitle-slider {
  font-family: 'Anklada';
  font-size: 3em;
  color: #573b6a;
  background-color: #f5a9c8;
  line-height: 1 !important;
  padding: 5px !important;
}

.top-page {
  position: relative;
  height: 450px;
  width: auto;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1200px;
  margin: 0px auto;
}

.h1-classic {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Anklada';
  font-size: 2em;
  color: #573b6a;
  text-align: left;
}

.h2-classic {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Anklada';
  font-size: 1.2em;
  color: #573b6a;
  text-align: left;
  font-weight: 500;
}

.h3-classic {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Anklada';
  font-size: 1.1em;
  color: #573b6a;
  text-align: left;
}

.flex-content {
  display: flex !important;
  justify-content: space-between;
}

.encart-home {
  position: relative;
  height: auto;
  width: 24%;
  background-color: #FFF;
  border-radius: 15px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  padding-bottom: 15px;
}

.titre-encart {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: 'Anklada';
  font-size: 2em;
  color: #573b6a;
  margin: 0 0 15px 0;
  padding: 10px 15px;
}

.text-encart {
  position: relative;
  text-align: center;
  padding: 10px 15px;
}

.img-encart {
  position: relative;
  height: 288px;
  width: auto;
  text-align: center;
}

.img-encart img {
  max-height: 300px;
  max-width: 100%;
}

.logo-partenaire {
  position: relative;
  height: 50px;
  width: auto;
  text-align: center;
}

.logo-partenaire img {
  height: 50px;
}

.partner {
  position: relative;
  height: 75px;
  width: 100px;
  text-align: center;
}

.partner img {
  height: 75px;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  padding: 15px 0px;
  background-color: #1a1a1a;
}

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

.box-connexion {
  position: relative;
  display: inline-block;
  width: 400px;
  background-color: #f5a9c8;
  padding: 20px;
  border-radius: 15px;
}

.form-new-account {
  max-width: 600px;
  margin: 0 auto;
}