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

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

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

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

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

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

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;
}
body {
  line-height: 1;
}
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;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #d9d9d9;
  /* background-image: url("../images/bg.png"); */
}
body.dark {
  background-color: #404040;
  background-color: #d9d9d9;
}

.container *
{
  z-index: 1;
}

.container.dark {
  position: relative;
  background-color: #fff0;
  background-image: linear-gradient(55deg,#FD1F1F 38%,#FFA14F 81%)
}
  .container.dark div.purpleBG
  {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fff0;
    background-image : linear-gradient(to top,#7c1856 14%,#FFFF0000 81%)
  }

html {
  height  : 100%;
  overflow: hidden;
  position: relative;
}
body {
  height  : 100%;
  overflow: auto;
  position: relative;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.poppins-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.container {
  max-width: 1080px;
  min-height: 100vh;
  margin: 0 auto;
  /* padding: 0 20px 20px 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* GENERAL */

h1 {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 72px;
}
h2 {
  font-size: 43px;
  line-height: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
h3 {
  font-size: 48px;
  line-height: 58px;
}
p {
  font-size: 32px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
p.p38 {
  font-size: 38px;
  line-height: 45px;
}
p.p40 {
  font-size: 40px;
  line-height: 48px;
}
p.p44 {
  font-size: 44px;
  line-height: 53px;
}
p.p46 {
  font-size: 46px;
  line-height: 55px;
}

.center {
  text-align: center;
}
.bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.justified {
  text-align: justify;
}

/* Ajout de la classe flex, flex-column et space-between */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block {
  display: block; /* Définit l'élément comme un bloc */
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Centre verticalement les éléments */
}

.marginAuto {
  margin: 0 auto;
}

.w995 {
  width: 92.13vw;
  margin: 0 auto;
  max-width: 995px;
}

.w930 {
  width: 86.111vw;
  margin: 0 auto;
  max-width: 930px;
}

.w900 {
  width: 83.333vw;
  margin: 0 auto;
  max-width: 900px;
}

.w885 {
  width: 81.944vw;
  margin: 0 auto;
  max-width: 885px;
}

.w717 {
  width: 66.389vw;
  margin: 0 auto;
  max-width: 717px;
}

.w554 {
  width: 51.296vw;
  margin: 0 auto;
  max-width: 554px;
}

.w380 {
  width: 35.185vw;
  margin: 0 auto;
  max-width: 380px;

  width: 36.759vw;
  max-width: 397px;
}

.w514 {
  width: 47.778vw;
  margin: 0 auto;
  max-width: 514px;

  width: 49.815vw;
  max-width: 538px;
}

.w447 {
  width: 41.389vw;
  margin: 0 auto;
  max-width: 447px;

  width: 42.87vw;
  max-width: 463px;
}

.w406 {
  width: 37.593vw;
  margin: 0 auto;
  max-width: 406px;
}

.break-text {
  word-wrap: break-word; /* Permet de couper les mots longs */
  overflow-wrap: break-word; /* Assure que le texte se casse correctement */
}

.red {
  color: #e30613;
  color: #d93e00;
}
.redBG {
  background-color: #fff0;
  background-image: linear-gradient(45deg,#FD1F1F 30%,#FFA14F 90%);
}
  .purpleBG
  {
    background-color: #fff0;
    background-image : radial-gradient(at bottom left,#612879DE 0%,#FFFF0000 81%);
  }

header.redBG
{
  border-radius: 0px 0px 0px 45px;
}

.orangeTxt {
  color: #d93e00;
}
.orangeBG {
  background-color: #d93e00;
}
.orangeGradient {
  /* background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f49800),
    to(#d65b14)
  );
  background-image: linear-gradient(to right, #f49800, #d65b14); */

  background-color: #404040;
}

.grey {
  color: #404040;
}
.greyBG {
  background-color: #404040;
}

.black {
  color: #000;
}
.blackBG {
  background-color: #000;
}

.white {
  color: #fff;
}
.whiteBG {
  background-color: #fff;
}

.content {
  width: 100%;
  height: 100%;
}

.none {
  display: none !important;
}

/* HEADER */

header {
  background-color: #fff;
  /* padding: 0 0 60px 0; */
  border-radius: 0px 0px  45px 45px;
  /* -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  max-width: 995px;
  width: 92%;
  position: relative;
}

  header div
  {
    z-index: 1;
  }
  header .purpleBG
  {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0px 0px  45px 45px;
  }
  header.orangeGradient div.purpleBG
  {
    display: none;
  }

.coinpage {
  width: 250px;
  height: 250px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-image: url("../images/coinpage.png");
  background-size: 250px 250px;
  background-repeat: no-repeat;
}

.accueil h1 {
  font-size: 58px;
  line-height: 60px;
  margin-top: 100px;

  /* margin-top: 35px; */
}
.accueil p {
  font-size: 28px;
  line-height: 34px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.quiz h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 100px;
}
.quiz p {
  font-size: 38px;
  line-height: 45px;
  margin-top: 18px;
  margin-bottom: 60px;
}
.quiz p.offset {
  width: 100px;
}

.score p {
  margin-top: 40px;
  font-size: 57px;
  line-height: 62px;
}

.merci {
  margin: 60px 0;
}

body.dark .coinpage {
  background-image: url("../images/coinpage_dark.png");
}

.home {
  position: absolute;
}

.logo {
  margin: 0 auto;
  background-image: url("../images/head_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16.296vw;
  height: 15.185vw;
  max-width: 176px;
  max-height: 164px;
}

/* BUTTON */
button {
  color: white;
  border: none;
  padding: 30px 20px;
  border-radius: 12px; /* 12px / 16px */
  cursor: pointer;
  background-color: #d93e00;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 43px;
  line-height: 52px;
  width: 76.389vw;
  margin: 0 auto;
  max-width: 825px;
}

button.red {
  color: #fff;
  background-color: #e30613;
}
button.grey {
  color: #fff;
  background-color: #404040;
}
button.orange {
  color: #fff;
  background-color: #f49800;
  background-color: #d93e00;
}
button.white {
  color: #d65a14;
  background-color: #fff;
}

.section {
  margin: 20px 0;
}

/* #quizButton {
} */

/* button:hover {
  background-color: #d62839;
} */

.joinus {
  margin-top: 50px;
  margin-bottom: 35px;
}

.bigButton {
  padding: 35px 0px;
  background-color: #fff;
  border-radius: 45px;
  max-width: 995px;
  width: 92%;
  position: relative;
  margin-bottom: 60px;
}

.bigButton p.p1 {
  font-size: 50px;
  line-height: 60px;
}
.bigButton p.p2 {
  font-size: 40px;
  line-height: 48px;
  margin: 18px 0px;
}
.bigButton button p {
  font-size: 48px;
}

.photo-profils {
  margin-top: 40px;
}
.profil p {
  margin-top: 20px;
}
.profil img {
  width: 100%;
}
.profil
{
  margin-left: 15px;
  margin-right: 15px;
}

.theArrowContainer {
  width: 754px;
}
.theArrowContainer div.line {
  position: absolute;
  background-color: #fff;
  width: 754px;
  height: 3px;
  border-radius: 2px;
}
.theArrowContainer img {
  cursor: pointer;
  margin: auto;
  width: 86px;
  border-radius: 43px;
  position: relative;
}

.summit {
  margin: 20px 0;
}

.video-showcase {
  margin: 20px 0;
}

.maquetting-details {
  gap: 40px;
}

.explore-button {
  background-color: #457b9d;
  margin: 10px;
}

.connect-image img {
  width: 424px;
  height: 448px;
}

.connect-text p {
  font-size: 38px; /* 38px / 16px */
  line-height: 46px; /* 46px / 16px */
  padding-right: 10px;
}

footer {
  background-color: #404040;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* font-family: Arial, sans-serif; */
  font-family: "Poppins";
  font-weight: 400;
  max-width: 1080px;
  width: 100%;

  margin-top: -30px;
}

.logo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 30px;
}

footer .logo {
  background-image: url("../images/footer_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 114px; /* 114px / 16px */
  height: 72px; /* 72px / 16px */
}

.home-button,
.goBack-button {
  background-image: url("../images/home.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 122px;
  height: 136px;
  cursor: pointer;
  position: absolute;
  left: -43px;
  top: calc((100% - 136px) / 2);
}

.logo span {
  color: #ff0000;
}

.contact-info {
  font-size: 21px; /* 21px / 16px */
  line-height: 25px; /* 25px / 16px */
}

.linkedin-icon {
  color: #ff0000;
  font-size: 44px; /* 44px / 16px */
  text-decoration: none;
  /* margin: 40px; */
  padding: 40px;
  font-weight: bold;
}

/* INTROQUIZZ */
.quiz-container {
  width: 92.13vw;
  max-width: 995px;
  margin: 0 auto;
  margin-top: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  width: 100%;
  margin: 60px 0;
  /* overflow: hidden; */
}

.role-button,
.role-solutions {
  padding: 15px;
  border: none;
  border-radius: 15px;
  background-color: #404040;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 40px;
  margin: 0;

  height: 134px;
  max-height: 134px;
}

.m100 {
  margin-left: -142px;
}

/* .role-button:hover,
.role-solutions:hover {
  background-color: #d65b14;
} */

.role-button.active,
.role-solutions.active {
  background-color: #f49800;
}

.required-container {
  margin-bottom: 50px;
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 25px;
}

.required-text {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.required {
  color: #e30613;
}

.start-button {
  display: block;
  width: 100%;
  padding: 20px;
  /* background-color: #e31837; */
  background-color: #9f9f9f;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 40px;
  cursor: pointer;
  margin-top: 30px;
}

button[type="submit"].start-button
{
  margin-top: 120px;
  margin-bottom: 80px;
  padding: 40px;
  font-size: 50px;
}

.start-button.active {
  background-color: #e30613;
  background-color: #d93e00;
}
/* .start-button:hover {
  background-color: #e30613;
} */
/* .start-button.active:hover {
  background-color: #e30613;
} */

.email-icon {
  display: block;
  max-width: 136px;
  width: 12.593vw; /* 136px converted to vw based on 1080px */
  margin: 20px auto;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 25px;
  margin-top: 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

  font-size: 40px;
}

button[type="submit"] {
  margin-top: 40px;
  margin-bottom: 80px;
}

.textarea-container {
  margin-bottom: 75px;
}
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  font-size: 40px;
  border: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-container {
  width: 100%;
  margin-top: 50px;
  display: block;
  padding: 0;
}
.red_logo {
  /* lunetman */
  max-width: 530px;
  width: 49.074vw;
  display: block;
  padding: 0;
}

.returnTop {
  width: 100%;
  cursor: pointer;
}
.returnTop img {
  max-width: 83px;
  width: 7.685vw; /* 83px converted to vw based on 1080px */
  margin: 30px auto;
  display: block;
}

/* QUIZZ */

/* QUIZ PAGE */
.subtitle {
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.4;
}

.question-section {
  margin: 40px 0;
  margin-top: 0;
  padding: 20px;
}

.question-section .question-header {
  margin-top: 0;
}

.question-header {
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}

.question-number {
  color: #e30613;
  color: #d93e00;
  font-weight: bold;
}

.question-total {
  color: #666;
}

.options-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}

.option {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; */
  padding: 10px 0px;
  font-size: 36px;
  line-height: 36px;
  cursor: pointer;
  margin-top: 20px;
}

.option label {
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
  width: 79vw;
  max-width: 864px;

  padding-left: 25px;
}
.optins label {
  font-size: 34px;
  line-height: 50px;
}
.option.optin .custom-checkbox:checked {
  background-color: #f49800;
}

.custom-checkbox {
  display: inline-block;
  width: 56px;
  height: 56px;
  /* border: 2px solid #555; */
  background-color: #fff; /* Arrière-plan transparent */
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
}

input[type="checkbox"] {
  display: none; /* Masquer la case à cocher par défaut */
}

input[type="checkbox"]:checked + .custom-checkbox {
  background-color: rgba(
    0,
    0,
    0,
    0.1
  ); /* Couleur d'arrière-plan lorsque coché */

  background-color: #e30613;
  background-color: #d93e00;
  color: #fff;
}

.custom-checkbox svg {
  display: none; /* Masquer la coche par défaut */
  stroke: currentColor; /* Couleur de la coche */
}

input[type="checkbox"]:checked + .custom-checkbox svg {
  display: block; /* Afficher la coche lorsque coché */
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

/* .option:hover {
  background-color: #f5f5f5;
} */

.navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 200px;
  margin: 30px 0;
  margin-top: 180px;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 250px;
  height: 100px;
  font-size: unset;
  line-height: unset;
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 50px;
  font-size: 40px;
  font-weight: 500;
}
/* .nav-button img {
  width: 30px;
  height: 30px;
} */
.nav-button svg {
  height: 60px;
}

.nav-button.prev {
  background-color: #fff;
  color: #000;
}
.nav-button.prev svg {
  margin-left: -30px;
}

.nav-button.next {
  background-color: #9f9f9f;
  color: #fff;
}
.nav-button.next svg {
  margin-right: -30px;
}

/* .nav-button.next.active {
  background-color: #e40613;
} */
.nav-button.next {
  background-color: #d93e00;
}
.nav-button.next:hover {
  background-color: #d93e00;
}
.nav-button:active {
  background-color: #d93e00;
}

.container.dark .nav-button.next {
  background-color: rgba(217, 62, 0, 0.25);
}
.container.dark .nav-button.next:hover {
  background-color: rgba(217, 62, 0, 0.25);
}
.container.dark .nav-button:active {
  background-color: rgba(217, 62, 0, 0.25);
}


/* Progress Gauge Styles */
.progress-container {
  margin: 80px auto;
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #bcbcbc;
  border-radius: 15px;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e30613;
  background-color: #d93e00;
  width: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

/* RESULTS */

.congrats {
  font-size: 46px;
}

#results-container {
  gap: 50px;
}
#results-container img,
#bench-container img {
  width: 195px;
  height: 185px;
  margin: 0 auto;
  display: block;
}

.action-button {
  margin: 40px 0;
}

/* BENC */

#bench-container {
  gap: 50px;
}

.results-card {
  /* background-color: #fff; */
  border-radius: 70px;
  /* -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  max-width: 900px;
  width: 83.333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.digitalization-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 40px;
}

.score-circle svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.score-circle circle {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
}

.score-background {
  stroke: #f0f0f0;
}

.score-progress {
  stroke: #e30613;
  stroke-dasharray: 75 100;
}

.score-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #e30613;
}

.cloud-icon {
  width: 345px !important;
  height: 323px !important;
  padding: 40px;
  display: block;
}

.circle_result {
  height: 500px;
  width: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#canvas {
  width: 100%;
  height: 100%;
}
#percent {
  position: absolute;
  width: 196px;
  height: 101px;
  /* top: 104px;
  left: 54px; */
  font-size: 89px;
  color: #e30613;
  color: #d93e00;;
  text-align: right;
  line-height: 1.2em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/* ACCUEIL */
.video-container {
  margin-top: 35px;
  position: relative;
  max-width: 1020px;
  width: 94.444vw;
  max-height: 871px;
  /* height: 73vw; */
  height: 0;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  background: #fff;
  padding-top: 50px;
  overflow: hidden;
}

.video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 910px;
  height: 580px;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.video-slide.active {
  opacity: 1;
  z-index: 4;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

.play-icon {
  width: 30px;
  height: 30px;
  fill: white;
}

.video-caption {
  color: #000;
  padding: 15px;
  text-align: center;
  font-size: 35px;
  line-height: 42px;
  width: 84.444vw;
  max-width: 910px;
  margin: auto;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

#videoPlayer .nav-button svg {
  width: 100%;
}

.nav-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: rgba(217, 62, 0, 0.25);
  border-radius: 35px;
  padding: 15px 30px;
}

.dot {
  width: 20px;
  height: 20px;
  background: rgba(217, 62, 0, 0.33);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.dot.active {
  background: #d93e00;
}

.connect-button {
  display: block;
  width: 100%;
  padding: 15px;
  background: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.contact-card {
  max-width: 918px;
  width: 85.14vw;
  gap: 50px;
  margin: 50px 0px;
}

.contact-card img {
  width: 171px;
  height: 184px;
  display: block;
}

.connect-button:hover {
  background: #dd0000;
}

/* FORMULAIRE */
/* #category_solution {
  gap: 43px;
}
#category_solution .role-button {
  padding: 15px 0;
} */
.mcustom {
  margin-left: -142px;
}
.mcustomb {
  margin-left: -66px;
}

/* MERCI */
.confirmation-card {
  position: relative;
  max-width: 1020px;
  width: 94.444vw;
}

.image-container img {
  width: 924px;
  /* height: 665px; */
  display: block;
  margin: auto;
}
.thank-you-message img {
  width: 182px;
  height: 221px;
  display: block;
}
.button-container {
  width: 100%;
}
.button-container button {
  display: block;
}
.confirmation-card h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 55px;
  width: 100%;
}
.confirmation-card .section h1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.button-container .primary-button,
.button-container .secondary-button {
  margin-top: 80px;
  margin-bottom: 80px;
}
.button-container .secondary-button,
.button-container .primary-button {
  margin-left: auto;
  margin-right: auto;
}

.button-container .secondary-button {
}

/* PRIVACY POLICY */
.privacy-policy h2 {
  margin-top: 35px;
}
.privacy-policy p {
  margin-top: 10px;
}
.privacy-policy p.update {
  margin: 60px 0;
}

/* animation */
.zoom {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zoom:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#question-container {
  min-height: 700px;
}

/* animation de rebond */
.bounce {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
