@import url('https://fonts.googleapis.com/css?family=Poppins:200i,400&display=swap');

@font-face {
  font-family: "Helvetica LT Light";
  src: url('/font/7504b17eff2d9b159777704625a2f0af.woff') format('woff');
  src: url('/font/7504b17eff2d9b159777704625a2f0af.woff2') format('woff2'); 
  src: url('/font/Helvetica-LT-Light-Oblique.ttf') format('truetype');
}

@font-face {
  font-family: BNPPSansCondensedBold;
  src: url('/font/bnpp-sans-cond-bold-v2.woff') format('woff2');
}

@font-face {
  font-family: BNPPSansRegular;
  src: url('/font/bnpp_type_regular_v2-webfont.woff2') format('woff2');
}

@font-face {
  font-family: BNPPSansLight;
  src: url('/font/bnpp-sans-light.woff') format('woff2');
}

:root {
  font-family: BNPPSansRegular;
  --color-white: #f3f3f3;
  --color-darkblue: #1b1b32;
  --color-darkblue-alpha: rgba(27, 27, 50, 0.8);
  --color-brown:rgb(211, 186, 146);
}

input[type=checkbox]:checked {
  background-color: rgb(211, 186, 146) !important;
  color: #ffffff !important;
}

td {
  font-family: BNPPSansLight;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

body.thanks {
  overflow: hidden;
}

h1 {
  margin-top: 150px;
  font-family: BNPPSansCondensedBold;
  font-weight: 400;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 4.6px;
}


.thanks>.container>.content {
  align-items: center;
  display: table-cell;
  vertical-align: middle;
}

.thanks>.container>.content>h1 {
  margin: 0px;
}

.thanks>.container {
  height: 100vh;
  display: table;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* mobile friendly alternative to using background-attachment: fixed */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

p {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

label {
  /*display: flex;*/
  align-items: center;
  font-size: 1.125rem;
  margin-bottom: 0.5rem; 
  margin-right: 0.5rem;
}

.label-flex {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: arial, sans-serif;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
}

.container {
  width: 100%;
  margin: 3.125rem auto 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}

.header {
  padding: 0 0.625rem;
  margin-bottom: 1.875rem;
}

.description {
  font-family: BNPPSansCondensedBold;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.clue {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  color: #e4e4e4;
}

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

form {
  padding: 0px 0.625rem 2.5rem;
  border-radius: 0.25rem;
}

@media (min-width: 480px) {
  form {
    padding: 0px 2.5rem 2.5rem;
  }
}

.form-group>div {
  display:flex;
  margin-bottom: 10px;
}

.form-group-title {
  padding-left: 10px;
  margin-top: -1px;
  font-size: 1.125rem;
}

.form-group {
  background: white;
  margin: 0 auto 3rem auto;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 0 40px -10px rgba(0,0,0,0.25) !important;
}

.input-radio,
.input-checkbox {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  min-height: 1.25rem;
  min-width: 1.50rem;
}

label {
  font-family: BNPPSansLight !important;
}

.answers-choice {
  font-family: BNPPSansLight !important;
}


.infoRows {
  padding-left: 23%;
}

.input-textarea {
  min-height: 120px;
  width: 100%;
  padding: 0.625rem;
  resize: vertical;
}

.submit-button {
  width: 200px;
  display: block;
  padding: 0.75rem;
  background-color: rgb(211, 186, 146);
  border: 1px solid rgb(211, 186, 146) !important;
  color: white !important;
  color: inherit;
  border-radius: 2px;
  cursor: pointer;
  margin: auto;
  height: 36px;
  min-width: 64px;
  padding: 5px;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: BNPPSansCondensedBold;
  font-size: 20px;
  margin-bottom: 30px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.td-checkbox {
  border: 1px solid #dddddd;
  width: 40px !important;
  padding: 8px;
  text-align: center; /* center checkbox horizontally */
  vertical-align: middle; /* center checkbox vertically */
}

.areatitle {
  background:rgb(211, 186, 146);
  color: white;
  font-family: BNPPSansRegular;
}

.answers-choice {
  font-family: arial, sans-serif;
  font-size: 1rem;
}

.asterisk {
  font-size: 0.8rem;
}

/*tr:nth-child(even) {
  background-color: #dddddd;
}*/

.infobulle {
  position: relative;  /* les .infobulle deviennent référents */
  cursor: help;
}

/* on génère un élément :after lors du survol et du focus :*/
.infobulle:hover::after,
.infobulle:focus::after {
  border-radius: 3%;
  background-color: rgb(211, 186, 146);
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 1rem;
  padding:5px;
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
  z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
}

.orbit {
  position: fixed;
  left: -250px;
  overflow: hidden;
  z-index: -99;
  top: -250px;
}

img.orbit-image {
  height: 500px;
}

.bg {
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: -99;
}

.social {
  text-align: center;
}

.cya {
  margin-bottom: 120px !important;
}

/* partie page 404 CSS */ 

h3 {
  font-family: 'Helvetica LT Light';
  color: black;
  font-size: 24px;
  font-weight: 900;
}

.row404 {
  display: flex;
  flex-direction: row; 
}

.leftDiv {
  display: flex; 
  flex-direction: column;
  position: relative;
}

.lottiePlayer {
  margin-right: 50px;
  position: absolute;
  left: -50px;
  top: 20px;
}

.rightDiv{
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 35%;
  right: 100px;
  top: 150px;
}

.redirectText {
  position: absolute;
  top: 500;
}

.text-center #appVersion {
  font-size:11px; 
  color:rgb(128, 128, 128, 0.50);
  font-family: 'Cambria, Cochin, Georgia, Times, 'Times New Roman', serif';
  font-weight: 800 !important;
}