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

body {
  line-height: 1.2;
  font-family: "Poppins Light";
  font-size: .9rem;
  line-height: 1.5;
  color: #1a1a1a;
  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 {
  font-weight: 300;
  line-height: 1.5;
  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-justify {
  text-align: justify !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: 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;
}

input[type="submit"],
input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 9px 23px;
  background: #1a73e8;
  font-family: 'Poppins';
  font-size: .9rem;
  color: #fff;
  border: none;
  border-radius: 3px;
  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;
}

label {
  cursor: pointer;
}

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

header {
  position: relative;
  height: auto;
  width: auto;
  background: #154360;
  padding: 30px 15px;
  text-align: center;
}

.logo-header {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}

.logo-header img {
  max-height: 150px;
}

.welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  color: #FFFFFF;
  text-align: center;
  transform: translate(-50%, -50%);
}

.welcome img {
  height: 150px;
}

.fil-ariane {
  position: relative;
  text-align: left;
  font-family: 'Poppins Light';
  font-size: .8rem;
  margin: 30px 0px;
}

.fil-ariane a {
  transition: all .3s;
}

.fil-ariane a:hover {
  color: rgba(46, 134, 193, 1);
}

h1 {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: 'Poppins Bold';
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

h1::after {
  content: "";
  display: block;
  height: 2px;
  width: 10%;
  background: #1a1a1a;
  margin: 5px auto 0;
}

h2 {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: 'Poppins Bold';
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 20px;
}

h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 10%;
  background: #1a1a1a;
  margin: 5px 0;
}

.container {
  position: relative;
  min-height: 100%;
  width: auto;
  max-width: 600px;
  padding: 50px 20px;
  margin: 0px auto;
}

.btn-qcm {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  padding: 12px;
  font-family: 'Poppins Medium';
  font-size: .9rem;
  color: #fff;
  background: rgba(46, 134, 193, 1);
  border-radius: .5rem;
  transition: all .3s;
  cursor: pointer;
  margin: 10px 0px;
}

.btn-qcm:hover {
  background: rgba(46, 134, 193, .8);
}

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

.question {
  position: relative;
  text-align: left;
  font-family: 'Poppins Medium';
}


input[type="radio"].avis {
  /*appearance: none;*/
  /*visibility: hidden;*/
  height: 0px;
  width: 0px;
}

input[type="radio"].avis + label {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .3;
  cursor: pointer;
  transition: all .3s;
}

input[type="radio"].avis:checked + label {
  opacity: 1;
}

input[type="radio"].avis:hover + label {
  opacity: 1;
}

.box-merci {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  text-align: center;
  font-family: 'Poppins Medium';
}