@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  font-family: "Colby-NrBlk";
  color: #18243E;
  max-height: 99999.9rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}
/*maryline*/

.error {
  background-color: #fffb00;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.my-popup {
  border-radius: 15px;
  background: #fff7e6;
  padding:25px;
}

.my-text {
  font-size: 18px;
  color: #333;
}
.my-button {
  background-color: #18243E !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 20px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 0;
  z-index: 5;
  overflow-x: hidden;
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (max-width:1536px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

header {
  position: relative;
  width: 100%;
  z-index: 999;
}
header .max-width .logo {
  width: 1119px;
  height: auto;
  position: absolute;
  top: 0;
  left: calc(50% - 559.5px);
  left: -moz-calc(50% - 559.5px);
  left: -webkit-calc(50% - 559.5px);
  left: calc(50% - 559.5px);
  left: -moz-calc(50% - 559.5px);
  left: -webkit-calc(50% - 559.5px);
}
@media only screen and (max-width:1281px) {
  header .max-width .logo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 50%);
    left: -moz-calc(50% - 50%);
    left: -webkit-calc(50% - 50%);
    left: calc(50% - 50%);
    left: -moz-calc(50% - 50%);
    left: -webkit-calc(50% - 50%);
  }
}
@media only screen and (max-width:650px) {
  header .max-width .logo {
    width: 580px;
    height: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 290px);
    left: -moz-calc(50% - 290px);
    left: -webkit-calc(50% - 290px);
    left: calc(50% - 290px);
    left: -moz-calc(50% - 290px);
    left: -webkit-calc(50% - 290px);
  }
}

footer {
  position: relative;
  width: 100%;
  background: #C72227;
  z-index: 999;
  padding: 2.6rem 0;
}
footer .max-width .nav {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
}
@media only screen and (max-width:767px) {
  footer .max-width .nav {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
}
footer .max-width .nav .item a {
  position: relative;
  color: #ffffff;
  font-family: "arialnarrow", Arial;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}
@media only screen and (max-width:1281px) {
  footer .max-width .nav .item a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width:992px) {
  footer .max-width .nav .item a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width:767px) {
  footer .max-width .nav .item a {
    font-size: 16px;
    text-align: center;
  }
}
footer .max-width .nav .item a:hover, footer .max-width .nav .item a:focus {
  text-decoration: none;
}
footer .max-width .nav .item a:before {
  position: absolute;
  top: 5px;
  right: -12px;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #ffffff;
}
@media only screen and (max-width:992px) {
  footer .max-width .nav .item a:before {
    top: 1px;
  }
}
@media only screen and (max-width:767px) {
  footer .max-width .nav .item a:before {
    display: none;
  }
}
footer .max-width .nav .item:last-child a:before {
  display: none;
}

button,
a.button,
.button {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 5.3rem;
  -moz-border-radius: 5.3rem;
  border-radius: 5.3rem;
  font-size: 37px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  border: none;
  overflow: hidden;
  font-family: "Myriad Pro";
  text-transform: uppercase;
  font-weight: normal;
  z-index: 444;
  text-align: center;
  background-color: white;
  padding: 12px 38px;
}
@media only screen and (max-width:992px) {
  button,
  a.button,
  .button {
    font-size: 24px;
    padding: 12px 16px;
  }
}
@media only screen and (max-width:650px) {
  button,
  a.button,
  .button {
    font-size: 20px;
    padding: 8px 12px;
  }
}
button:focus, button:hover,
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  cursor: pointer;
  outline: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button span,
a.button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}

@font-face {
  font-family: "SayLovely";
  src: url(../../fonts/SayLovely.eot);
  src: url(../../fonts/SayLovely.eot?#iefix) format("embedded-opentype"), url(../../fonts/SayLovely.otf) format("otf"), url(../../fonts/SayLovely.svg#SayLovely) format("svg"), url(../../fonts/SayLovely.woff2) format("woff2"), url(../../fonts/SayLovely.woff) format("woff"), url(../../fonts/SayLovely.ttf) format("truetype");
}
@font-face {
  font-family: "Colby-NrBlk";
  src: url(../../fonts/Colby-NrBlk.eot);
  src: url(../../fonts/Colby-NrBlk.eot?#iefix) format("embedded-opentype"), url(../../fonts/Colby-NrBlk.otf) format("otf"), url(../../fonts/Colby-NrBlk.svg#Colby-NrBlk) format("svg"), url(../../fonts/Colby-NrBlk.ttf) format("truetype"), url(../../fonts/Colby-NrBlk.woff) format("woff"), url(../../fonts/Colby-NrBlk.woff2) format("woff2");
}
@font-face {
  font-family: "arialnarrow";
  src: url(../../fonts/arialnarrow.eot);
  src: url(../../fonts/arialnarrow.eot?#iefix) format("embedded-opentype"), url(../../fonts/arialnarrow.otf) format("otf"), url(../../fonts/arialnarrow.svg#arialnarrow) format("svg"), url(../../fonts/arialnarrow.ttf) format("truetype"), url(../../fonts/arialnarrow.woff) format("woff"), url(../../fonts/arialnarrow.woff2) format("woff2");
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../../fonts/MyriadPro-Bold.eot);
  src: url(../../fonts/MyriadPro-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/MyriadPro-Bold.woff2) format("woff2"), url(../../fonts/MyriadPro-Bold.woff) format("woff"), url(../../fonts/MyriadPro-Bold.ttf) format("truetype"), url(../../fonts/MyriadPro-Bold.svg#MyriadPro-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myriad-pro-condensed";
  src: url(../../fonts/myriad-pro-condensed.eot);
  src: url(../../fonts/myriad-pro-condensed.eot?#iefix) format("embedded-opentype"), url(../../fonts/myriad-pro-condensed.otf) format("otf"), url(../../fonts/myriad-pro-condensed.svg#myriad-pro-condensed) format("svg"), url(../../fonts/myriad-pro-condensed.woff2) format("woff2"), url(../../fonts/myriad-pro-condensed.woff) format("woff"), url(../../fonts/myriad-pro-condensed.ttf) format("truetype");
}
header:before {
  width: 889px;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../../image/formulaire/fanion-left-extended.png) center no-repeat;
}
@media only screen and (max-width:1920px) {
  header:before {
    width: 557px;
    height: 248px;
    background: url(../../image/formulaire/fanion-left.png) center no-repeat;
  }
}
@media only screen and (max-width:992px) {
  header:before {
    top: -73px;
  }
}
@media only screen and (max-width:650px) {
  header:before {
    top: 0;
    width: 250px;
    height: 111px;
    background: url(../../image/formulaire/fanion-left-mobile.png) center no-repeat;
  }
}
header:after {
  width: 889px;
  height: 305px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(../../image/formulaire/fanion-right-extended.png) center no-repeat;
}
@media only screen and (max-width:1920px) {
  header:after {
    width: 496px;
    height: 231px;
    background: url(../../image/formulaire/fanion-right.png) center no-repeat;
  }
}
@media only screen and (max-width:992px) {
  header:after {
    top: -73px;
  }
}
@media only screen and (max-width:650px) {
  header:after {
    top: 0;
    width: 250px;
    height: 111px;
    background: url(../../image/formulaire/fanion-right-mobile.png) center no-repeat;
  }
}

.path-frontpage .container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../../image/formulaire/bg.jpg);
  padding-block: 240px 46px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container {
    padding-top: 163px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container {
    padding-top: 120px;
  }
}
.path-frontpage .container .max-width {
  max-width: 962px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .max-width {
    width: 100%;
    max-width: 100%;
  }
}
.path-frontpage .container .file-name {
  font-size: 15px;
  margin-top: -10px;
}
.path-frontpage .container .top-left {
  position: absolute;
  top: 214px;
  left: -430px;
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .top-left {
    width: 250px;
    height: auto;
    left: -230px;
  }
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .top-left {
    width: 200px;
    left: 0;
    top: -75px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .top-left {
    left: -26;
    top: -56px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .top-left {
    display: none;
  }
}
.path-frontpage .container .top-right {
  position: absolute;
  top: -105px;
  right: -406px;
  transform: rotate(3deg);
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .top-right {
    width: 300px;
    height: auto;
    right: -131px;
  }
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .top-right {
    right: 0;
    top: -75px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .top-right {
    transform: rotate(24deg);
    right: -84px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .top-right {
    display: none;
  }
}
.path-frontpage .container .bottom-right {
  position: absolute;
  top: 468px;
  right: -785px;
  z-index: 2;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .bottom-right {
    width: 450px;
    right: -230px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .bottom-right {
    width: 320px;
    right: -182px;
    top: 614px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .bottom-right {
    top: 738px;
    right: -230px;
  }
}
.path-frontpage .container .formulaire {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #18243E;
}
.path-frontpage .container .formulaire .form-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-inline: auto;
}
.path-frontpage .container .formulaire .title {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .title {
    margin-bottom: 70px;
  }
}
.path-frontpage .container .formulaire .title h1 {
  position: relative;
  font-size: 125px;
  line-height: 130px;
  text-align: center;
  color: #18243E;
  font-family: "SayLovely";
  z-index: 2;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .formulaire .title h1 {
    font-size: 105px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .title h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
.path-frontpage .container .formulaire .title h1:after {
  width: 495px;
  height: 19px;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 247.5px);
  left: -moz-calc(50% - 247.5px);
  left: -webkit-calc(50% - 247.5px);
  left: calc(50% - 247.5px);
  left: -moz-calc(50% - 247.5px);
  left: -webkit-calc(50% - 247.5px);
  content: "";
  background-image: url(../../image/formulaire/line1.png);
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .title h1:after {
    width: 340px;
    height: 13px;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 170px);
    left: -moz-calc(50% - 170px);
    left: -webkit-calc(50% - 170px);
    left: calc(50% - 170px);
    left: -moz-calc(50% - 170px);
    left: -webkit-calc(50% - 170px);
    content: "";
    background-image: url(../../image/formulaire/line1-mobile.png);
  }
}
.path-frontpage .container .formulaire .form-control {
  font-family: "Colby-NrBlk";
  color: #18243E;
  font-size: 30px;
  height: 40px;
  width: 100%;
  padding-inline: 8px;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .formulaire .form-control {
    height: 33px;
  }
}
.path-frontpage .container .formulaire .form-control:focus, .path-frontpage .container .formulaire .form-control:focus-visible {
  border: none;
}
.path-frontpage .container .formulaire form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-inline: auto;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .formulaire form {
    gap: 38px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire form {
    width: 100%;
    gap: 16px;
  }
}
.path-frontpage .container .formulaire form label {
  min-width: fit-content;
  font-size: 30px;
  line-height: 30px;
  font-family: "Colby-NrBlk";
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width:1281px) {
  .path-frontpage .container .formulaire form label {
    font-size: 20px;
    line-height: 20px;
  }
}
.path-frontpage .container .formulaire .double-input {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .double-input {
    gap: 24px;
  }
}
.path-frontpage .container .formulaire .double-input .input-group {
  width: calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .double-input .input-group {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .input-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .input-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.path-frontpage .container .formulaire .form-control {
  background-color: #C72227;
  color: #18243E;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 43px !important;
  padding-inline: 12px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .form-control {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .validation {
  font-family: "Colby-NrBlk";
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .formulaire .validation {
    margin: 15px 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .validation {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .formulaire .ticket-and-download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  color: #18243E;
  margin-top: 0.5rem;
  margin-bottom: 1.6rem;
}
.path-frontpage .container .formulaire .download {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #18243E;
  margin-top: -20px;
}
.path-frontpage .container .formulaire .download .buttons {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .download .buttons {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .download .buttons .file-name {
  display: none;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0.5rem 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Futura-Condensed-Medium";
}
.path-frontpage .container .formulaire .download .buttons .file-name.activated {
  display: block;
}
.path-frontpage .container .formulaire .download .buttons .button-download {
  font-size: 20px;
  text-transform: none;
  font-family: "Colby-NrBlk";
  color: #18243E;
  padding-inline: 16px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .download .buttons .button-download {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .formulaire .download .buttons .button-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}
.path-frontpage .container .formulaire .download .buttons .format {
  font-family: "Myriad Pro";
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.path-frontpage .container .quizz {
  position: relative;
  margin-top: 36px;
}
.path-frontpage .container .quizz .left {
  position: absolute;
  top: 397px;
  left: -1000px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .quizz .left {
    width: 713px;
    height: auto;
    left: -655px;
  }
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .quizz .left {
    display: none;
  }
}
.path-frontpage .container .quizz .right {
  position: absolute;
  top: 272px;
  right: -500px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .quizz .right {
    width: 279px;
    height: auto;
    right: -309px;
  }
}
@media only screen and (max-width:1445px) {
  .path-frontpage .container .quizz .right {
    display: none;
  }
}
.path-frontpage .container .quizz h2 {
  position: relative;
  height: 81px;
  font-family: "Colby-NrBlk";
  color: #18243E;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 71px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .quizz h2 {
    font-size: 43px;
    padding-top: 11px;
  }
}
.path-frontpage .container .quizz h2 span {
  position: relative;
  z-index: 5;
}
.path-frontpage .container .quizz h2:before {
  width: 367px;
  height: 106px;
  content: "";
  position: absolute;
  top: -13px;
  left: calc(50% - 183.5px);
  left: -moz-calc(50% - 183.5px);
  left: -webkit-calc(50% - 183.5px);
  left: calc(50% - 183.5px);
  left: -moz-calc(50% - 183.5px);
  left: -webkit-calc(50% - 183.5px);
  background-image: url(../../image/formulaire/cadre.png);
  z-index: 2;
}
.path-frontpage .container .quizz h2:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  top: -moz-calc(50% - 1.5px);
  top: -webkit-calc(50% - 1.5px);
  top: calc(50% - 1.5px);
  top: -moz-calc(50% - 1.5px);
  top: -webkit-calc(50% - 1.5px);
  left: 0;
  background-color: #18243E;
  z-index: 1;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .quizz h2:after {
    display: none;
  }
}
.path-frontpage .container .radio-button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
  margin-bottom: 38px;
}
.path-frontpage .container .radio-button .label {
  display: block !important;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999;
  text-align: center;
  padding-left: 22px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .radio-button .label {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .radio-button .label {
    font-size: 22px;
    line-height: 22px;
  }
}
.path-frontpage .container .radio-button .label:after {
  width: 262px;
  height: 10px;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 131px);
  left: -moz-calc(50% - 131px);
  left: -webkit-calc(50% - 131px);
  left: calc(50% - 131px);
  left: -moz-calc(50% - 131px);
  left: -webkit-calc(50% - 131px);
  content: "";
  background-image: url(../../image/formulaire/line2.png);
}
.path-frontpage .container .radio-button .ui-radios {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .radio-button .ui-radios {
    gap: 12px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .radio-button .ui-radios {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.path-frontpage .container .radio-button.radio-wrap .ui-radios {
  flex-wrap: wrap;
}
.path-frontpage .container .radio-button.radio-wrap .ui-radio {
  width: calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: -webkit-calc(50% - 1.2rem);
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .radio-button.radio-wrap .ui-radio {
    width: 100%;
  }
}
.path-frontpage .container .radio-button .ui-radio {
  display: flex;
  width: 100%;
  position: relative;
}
.path-frontpage .container .radio-button .ui-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.path-frontpage .container .radio-button .ui-radio > label {
  width: 100%;
  display: block !important;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999;
  text-align: left;
  padding: 8px 22px;
  text-transform: none;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .radio-button .ui-radio > label {
    padding-inline: 8px;
  }
}
.path-frontpage .container .radio-button .ui-radio .check {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  background-color: white;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  z-index: 5;
  -moz-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
.path-frontpage .container .radio-button input[type=radio]:checked ~ .check {
  border-width: 1px;
  border-style: solid;
  border-color: #C72227;
  background-color: #C72227;
}
.path-frontpage .container .radio-button input[type=radio]:checked ~ .check:before {
  position: absolute;
  top: calc(50% - 13px);
  top: -moz-calc(50% - 13px);
  top: -webkit-calc(50% - 13px);
  top: calc(50% - 13px);
  top: -moz-calc(50% - 13px);
  top: -webkit-calc(50% - 13px);
  right: 3px;
  width: 26px;
  height: 26px;
  background: url(../../image/formulaire/check.png) center no-repeat;
  content: "";
  z-index: 5;
}
.path-frontpage .container .radio-button input[type=radio]:checked ~ label {
  color: white !important;
}
.path-frontpage .container .valid-check {
  width: 100%;
}
.path-frontpage .container .valid-check form,
.path-frontpage .container .valid-check .form {
  position: relative;
}
.path-frontpage .container .valid-check form label,
.path-frontpage .container .valid-check .form label {
  padding-left: 42px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 2.5rem;
  text-transform: none;
  font-family: "myriad-pro-condensed";
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .valid-check form label,
  .path-frontpage .container .valid-check .form label {
    font-size: 16px;
    line-height: 18px;
    padding-left: 34px;
    padding-top: 3px;
  }
}
.path-frontpage .container .valid-check form label,
.path-frontpage .container .valid-check .form label {
  display: block;
}
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked),
.path-frontpage .container .valid-check form [type=checkbox]:checked,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked),
.path-frontpage .container .valid-check .form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked) + label,
.path-frontpage .container .valid-check form [type=checkbox]:checked + label,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked) + label,
.path-frontpage .container .valid-check .form [type=checkbox]:checked + label {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .valid-check form [type=checkbox]:checked + label:after,
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .valid-check form [type=checkbox]:checked + label:before,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .valid-check .form [type=checkbox]:checked + label:after,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .valid-check .form [type=checkbox]:checked + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .valid-check form [type=checkbox]:checked + label:before,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .valid-check .form [type=checkbox]:checked + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #18243E;
  background: #ffffff;
  width: 2.1rem;
  height: 2.1rem;
  top: 2px;
}
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .valid-check form [type=checkbox]:checked + label:after,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .valid-check .form [type=checkbox]:checked + label:after {
  width: 2.3rem;
  height: 2.3rem;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "✓";
  font-size: 1.8rem;
  background-color: #C62227;
  border-color: #C62227;
  color: #ffffff;
  text-align: center;
  font-family: "Futura-CondensedExtraBold";
  position: absolute;
  top: 2px;
  left: 0;
}
.path-frontpage .container .valid-check form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .valid-check .form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.path-frontpage .container .valid-check form [type=checkbox]:checked + label:after,
.path-frontpage .container .valid-check .form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.path-frontpage .container .donnees {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 2.5rem;
  font-family: "myriad-pro-condensed";
  padding-left: 40px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .donnees {
    font-size: 16px;
    line-height: 18px;
    padding-left: 32px;
  }
}
.path-frontpage .container .mentions {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
  font-family: "myriad-pro-condensed";
  padding-left: 40px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .mentions {
    padding-left: 32px;
  }
}
.path-frontpage .container .recaptcha {
  /*background-color: green;*/
  width: 300px;
  height: 78px;
  margin-bottom: 1.5rem;
  margin-inline: auto;
}
.path-frontpage .container .button-submit {
  display: flex;
  justify-content: center;
}
.path-frontpage .container .button-submit button {
  background-color: #18243E;
  color: white;
  font-size: 34px;
  font-family: "Colby-NrBlk";
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .button-submit button {
    font-size: 20px;
  }
}

/*# sourceMappingURL=formulaire.css.map */
