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

/*
🔵 #0B132B — bleu nuit
🔵 #2563EB — bleu
🟢 #00B4A6 — turquoise
🟡 #FFC107 — jaune
🔴 #FF5A5F — corail
*/

body {
  font-family: "Poppins";
  font-size: .9rem;
  line-height: 1.5;
  color: #353f4f;
/*  background: #efefef;*/
  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;*/
}

p {
  margin: 0px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

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

.link-blue {
  font-family: 'Poppins SemiBold';
  color: #337ab7;
}

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

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

.col-2 {
  position: relative;
  float: left;
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mv-10 {
  margin: 10px auto;
}

.mv-15 {
  margin: 15px auto;
}

.mv-20 {
  margin: 20px auto;
}

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

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

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

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

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

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

.alert {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px;
  background: rgba(205, 92, 92, 0.6);
  border: rgb(205, 92, 92) solid 2px;
  font-family: 'Poppins Medium';
  color: #ffffff;
  text-align: center;
  margin: 5px 0px;
}

.msg {
  position: relative;
  height: auto;
  width: auto;
  padding: 9px 20px;
  background: rgba(204, 0, 0, 0.6);
  border: #CC0000 solid 2px;
  font-family: 'Poppins';
  color: #ffffff;
  text-align: center;
  margin: 5px 0px;
  z-index: 5;
}

.msg-maj {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  background: #cc0000;
  font-family: "Poppins";
  color: #FFF;
  text-align: center;
  z-index: 9;
  padding: 5px;
}

.ligne-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 0px;
}

.ligne-titre {
  font-family: 'Poppins Medium';
}

.ligne-submit {
  margin-top: 20px;
}

input[type="text"].connect,
input[type="email"].connect,
input[type="password"].connect {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: #efefef solid 1px;
  padding: 12px 6px;
  font-family: 'Poppins Light';
  font-size: .9rem;
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"] {
  position: relative;
  height: auto;
  width: auto;
  box-sizing: border-box;
  background: #fff;
  border: #ccc solid 1px;
  padding: 12px;
  font-family: 'Poppins Light';
  font-size: .9rem;
  border-radius: 10px;
}

input[type="submit"],
input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 13px 23px;
  background: #1a73e8;
  font-family: 'Poppins';
  font-size: .9rem;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #1b66c9;
}

input[type="button"].delete {
  background: #cc0000;
}

select {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: rgba( 43, 98, 146, 0.5 ) solid 1px;
  padding: 6px;
  font-family: 'Poppins Light';
  font-size: .9rem;
}

textarea  {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: rgba( 43, 98, 146, 0.5 ) solid 1px;
  padding: 6px;
  font-family: 'Poppins Light';
  font-size: .9rem;
}

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

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

.row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.wait-column {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.wait-arguments {
  width: 25%;
  height: auto;
  box-sizing: border-box;
  padding: 0px 5px;
  border-right: #ccc solid 1px;
}

.wait-arguments p {
  font-size: .7rem;
}

.wait-arguments:last-of-type {
  border-right: none;
}

.icon-argument {
  position: relative;
  height: 70px;
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}

.h2-argument {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wait-logo {
  position: relative;
  height: auto;
  width: auto;
}

.wait-logo img {
  max-width: 400px;
}

.wait-h1 {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins Bold';
  font-size: 2.5rem;
  color: #0B132B;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 30px;
}

.wait-delay {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 10px 20px 10px 45px;
  margin: 30px 0px 30px 0px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 15px;

  font-family: 'Poppins Medium';
  color: #0B132B;
  text-align: center;
  text-transform: uppercase;

  background-image: url('../img/puce-bleue.png');
  background-position: left 20px center;
  background-repeat: no-repeat;
}

.bg-map {
  background-image: url('../img/illustration.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 450px;
}

.h2-newsletter {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins Bold';
  font-size: 1.2rem;
  color: #0d288e;
  text-align: left;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  padding: 20px 0px;
  background-color: #F2F8FE;
}

.row-footer {
  position: relative;
}

.col-footer {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.logo-footer {
  position: relative;
  display: inline-block;
  height: auto;
  padding-right: 20px;
  margin-right: 20px;
  border-right: #ccc solid 1px;
}

.slogan-footer {
  position: relative;
  display: inline-block;
  height: auto;
  color: #0B132B;
  vertical-align: top;
  padding: 21.5px 0px;
  text-align: left;
}

.input-newsletter {
  width: 350px !important;
}

.copyright {
  text-align: right;
  padding: 33px 0px;
}

@media (max-width: 800px) {
  .wait-column {
    width: 100%;
  }
  .wait-arguments {
    width: 50%;
    margin: 10px 0px;
    border-right: none;
  }
  .h2-newsletter{
    text-align: center;
  }
  .bg-map {
    min-height: 350px;
  }
  .mt-10-onmobile {
    margin-top: 10px;
  }
  .input-newsletter {
    width: 215px !important;
  }
  .col-footer {
    position: relative;
    display: block !important;
    width: auto;
    text-align: center !important;
  }
  .copyright {
    text-align: center;
    padding: 33px 0px 0px 0px;
  }
}
