* {
  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 {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  max-height: 99999.9rem;
  color: #ffffff;
  font-weight: normal;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #133359;
}

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

.swal2-popup.swal-reset {
  font-size: 1.2rem !important;  /* texte standard */
}

#btsupp {
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	padding:2px 10px;
	text-decoration:none;
	width: 200px;
  text-align: center;
  line-height: normal;
  box-shadow:none;
  margin-top: 1rem;	
}

.activated {
  text-align:center;
  font-size:50%;
}

#country-list li {
  cursor: pointer;
  font-size: 1.2rem;
}

.error{
  background-color:#f26622;
  color:#fff;
  padding-left:7px;
  font-family: Arial;
  font-size: 40%;
  margin-bottom:1rem;
}

.address-feedback{
  font-size: 60%;
  text-align:left;
  font-family: Arial;
  line-height: 2rem;
}

.no-cursor {
  cursor: default;          /* curseur souris */
  caret-color: transparent; /* empêche l'affichage du curseur texte clignotant */
  pointer-events: none;
}
/*fin maryline*/


.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
.container:after {
  position: absolute;
  bottom: -23rem;
  left: 0;
  content: "";
  width: 2500px;
  height: 758px;
  background: url("../../image/smoke.png") center no-repeat;
  opacity: 0.7;
  background-size: cover;
  z-index: 5;
}
*/
@media only screen and (max-width:1850px) {
  .container:after {
    position: absolute;
    bottom: -23rem;
    left: calc(50% - 961px);
    left: -moz-calc(50% - 961px);
    left: -webkit-calc(50% - 961px);
    left: calc(50% - 961px);
    left: -moz-calc(50% - 961px);
    left: -webkit-calc(50% - 961px);
    content: "";
    width: 1922px;
    height: 758px;
    background-size: inherit;
  }
}
@media only screen and (max-width:767px) {
  .container:after {
    display: none;
  }
}

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

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

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

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

button,
a.button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 3.3rem;
  -moz-border-radius: 3.3rem;
  border-radius: 3.3rem;
  font-size: 3rem;
  text-transform: none;
  -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;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(40, 187, 234, 0.75);
  box-shadow: 0px 0px 17px 3px rgba(40, 187, 234, 0.75);
  text-shadow: none;
  border: none;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  z-index: 998;
  text-align: center;
  color: #ffffff;
  background-color: #042C53;
  padding: 1.1rem 6.1rem;
  text-transform: uppercase;
}
@media only screen and (max-width:1000px) {
  button,
  a.button,
  .button {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width:767px) {
  button,
  a.button,
  .button {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:1280px) {
  button .max-width,
  a.button .max-width,
  .button .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
button:focus, button:hover,
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  background-color: #042C53;
  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;
}

input {
  color: #ffffff;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
input:placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

footer {
  position: relative;
  margin-top: -2rem;
  overflow: hidden;
}
/*marline*/
/*
footer:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 384px;
  height: 554px;
  background-image: url("../../image/paillette.png");
  z-index: 999;
}
*/
@media only screen and (max-width:767px) {
  footer:before {
    display: none;
  }
}
footer .prefooter {
  position: relative;
  margin-bottom: 5.4rem;
  z-index: 99;
}
@media only screen and (max-width:1000px) {
  footer .prefooter {
    margin-bottom: 1.2rem;
  }
}
footer .prefooter:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4.1rem;
  background-color: #E40B18;
}
@media only screen and (max-width:1000px) {
  footer .prefooter:before {
    height: 2.4rem;
  }
}
footer .prefooter .max-width {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 138.5rem;
}
@media only screen and (max-width:1500px) {
  footer .prefooter .max-width {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width:1000px) {
  footer .prefooter .max-width .perso {
    width: 4rem;
    height: auto;
  }
}
@media only screen and (max-width:1000px) {
  footer .prefooter .max-width .accroche {
    width: auto;
    height: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  footer .prefooter .max-width .accroche {
    height: 2rem;
  }
}
@media only screen and (max-width:380px) {
  footer .prefooter .max-width .accroche {
    height: 1.85rem;
  }
}
footer .footer {
  position: relative;
  background-color: #2A366B;
  padding: 4.4rem 0;
  z-index: 99;
}
@media only screen and (max-width:1000px) {
  footer .footer {
    padding: 1.5rem 0 0.8rem 0;
  }
}
footer .footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 158rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1850px) {
  footer .footer .max-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width:1000px) {
  footer .footer .max-width {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
footer .footer .max-width .social {
  order: 1;
}
footer .footer .max-width .social > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .social > ul {
    gap: 1rem;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .social > ul li img {
    width: 2.6rem;
    height: auto;
  }
}
footer .footer .max-width .links {
  order: 2;
}
@media only screen and (max-width:1000px) {
  footer .footer .max-width .links {
    order: 4;
    width: 100%;
  }
}
footer .footer .max-width .links > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul {
    flex-wrap: wrap;
  }
}
footer .footer .max-width .links > ul > li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0.1rem 0;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li {
    text-align: center;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}
footer .footer .max-width .links > ul > li:before {
  position: absolute;
  top: 0;
  right: -15px;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #ffffff;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li:before {
    right: -6px;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li:nth-child(3):before {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li:last-child {
    width: 100%;
  }
}
footer .footer .max-width .links > ul > li:last-child:before {
  display: none;
}
footer .footer .max-width .haribo-link {
  font-weight: 600;
  font-size: 1.8rem;
  order: 3;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .haribo-link {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "crafterSignatureSerif-Regular";
  src: url(../../fonts/crafterSignatureSerif-Regular.eot);
  src: url(../../fonts/crafterSignatureSerif-Regular.eot?#iefix) format("embedded-opentype"), url(./crafterSignatureSerif-Regular.otf) format("otf"), url(../../fonts/crafterSignatureSerif-Regular.svg#crafterSignatureSerif-Regular) format("svg"), url(../../fonts/crafterSignatureSerif-Regular.ttf) format("truetype"), url(../../fonts/crafterSignatureSerif-Regular.woff) format("woff"), url(../../fonts/crafterSignatureSerif-Regular.woff2) format("woff2");
}
body {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../image/formulaire/bg.jpg");
  background-color: #04498e;
}
@media only screen and (max-width:767px) {
  body {
    background-image: url("../../image/formulaire/bg-resp.jpg");
    background-size: cover;
  }
}

.path-frontpage .container {
  position: relative;
  background: transparent;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.path-frontpage .container .spider {
  position: absolute;
  /*maryline*/
  top: -10px;
  right: 0;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .spider {
    width: 14rem;
    height: auto;
  }
}
.path-frontpage .container .title {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10.3rem auto 13.4rem auto;
  width: 126.1rem;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .title {
    margin-top: 6rem;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .title {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .title {
    display: flex;
    flex-direction: column;
    margin-top: 1.8rem;
    margin-bottom: 0;
  }
}
.path-frontpage .container .title .bat {
  display: none;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .title .bat {
    display: block;
    width: 13.3rem;
    height: auto;
    position: absolute;
    top: 0;
    left: -3rem;
  }
}
.path-frontpage .container .title .bat-right {
  position: absolute;
  top: 11rem;
  right: 5rem;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .title .bat-right {
    width: 13.3rem;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .title .bat-right {
    display: none;
  }
}
.path-frontpage .container .title .witch-blue {
  position: absolute;
  top: 1.2rem;
  left: 0;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .title .witch-blue {
    width: 14rem;
    height: auto;
    top: 13.3rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .title .witch-blue {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.path-frontpage .container .title .logo {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .title .logo {
    width: 21.4rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.path-frontpage .container .arrows {
  margin: 0 auto 7rem auto;
  /*maryline*/
  opacity: 0.75;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .arrows {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .arrows {
    display: none;
  }
}
.path-frontpage .container .trips {
  display: none;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .trips {
    display: block;
  }
}
.path-frontpage .container .trips ul {
  display: flex;
  gap: 1rem;
}
.path-frontpage .container .trips ul li {
  width: calc(50% - 0.5rem);
  width: -moz-calc(50% - 0.5rem);
  width: -webkit-calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
  width: -moz-calc(50% - 0.5rem);
  width: -webkit-calc(50% - 0.5rem);
  overflow: hidden;
}
.path-frontpage .container .trips ul li img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.path-frontpage .container .win {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.path-frontpage .container .win .win-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  width: 94rem;
  padding-left: 15.3rem;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .win .win-content {
    width: 81rem;
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .win .win-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .win .win-content {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .win .win-content .button {
    display: none;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .win .win-content br {
    display: none;
  }
}
.path-frontpage .container .win .win-content h1 {
  font-size: 5.8rem;
  line-height: 5.8rem;
  font-family: "crafterSignatureSerif-Regular";
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .win .win-content h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.path-frontpage .container .win .win-content p {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .win .win-content p {
    margin-bottom: 0;
  }
}
.path-frontpage .container .formulaire .max-width {
  position: relative;
  width: 141.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .formulaire .max-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.path-frontpage .container .formulaire .max-width .bat-left {
  position: absolute;
  top: 18.3rem;
  left: 3.6rem;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .formulaire .max-width .bat-left {
    width: 13.3rem;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .bat-left {
    display: none;
  }
}
.path-frontpage .container .formulaire .max-width .witch {
  position: absolute;
  top: 63.8rem;
  right: 0;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .formulaire .max-width .witch {
    width: 14rem;
    height: auto;
    right: -10rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .witch {
    display: none;
  }
}
.path-frontpage .container .formulaire .max-width .funny-witch {
  position: absolute;
  top: 122rem;
  left: -2.6rem;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .formulaire .max-width .funny-witch {
    width: 14rem;
    height: auto;
    left: -9rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .funny-witch {
    display: none;
  }
}
.path-frontpage .container .formulaire .max-width h2 {
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-family: "crafterSignatureSerif-Regular";
  margin-bottom: 3.5rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width h2 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
}
.path-frontpage .container .formulaire .max-width h2.no-margin {
  margin: 0;
}
.path-frontpage .container .formulaire .max-width .accroche {
  width: 70rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 0 auto 5.5rem auto;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .accroche {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
  }
}
.path-frontpage .container .formulaire .max-width form > .form {
  width: 55rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width form > .form {
    gap: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .max-width form > .form {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .max-width form label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0;
  text-transform: uppercase;
  color: #FFF88E;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width form label {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.path-frontpage .container .formulaire .max-width .input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  border-bottom: 3px solid white;
}
.path-frontpage .container .formulaire .max-width .form-control {
  background-color: transparent;
  text-align: right;
  color: #ffffff;
  border: none !important;
  font-size: 2rem;
  border-width: 1px;
  border-style: solid;
  border-color: none;
  padding: 0;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .form-control {
    font-size: 1.6rem;
  }
}
.path-frontpage .container .formulaire .max-width .children {
  display: none;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  margin-top: 3.3rem;
}
.path-frontpage .container .formulaire .max-width .children.active {
  display: flex;
}
.path-frontpage .container .formulaire .max-width .children .input-group {
  display: none;
}
.path-frontpage .container .formulaire .max-width .children .input-group.active {
  display: flex;
}
.path-frontpage .container .formulaire .max-width .mention {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}
.path-frontpage .container .formulaire .max-width .download .buttons {
  position: relative;
  display: flex;
  justify-content: center;
}
.path-frontpage .container .formulaire .max-width .download .buttons .button {
  max-width: 26.8rem;
  width: 26.8rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 0.7rem 3.8rem;
  -webkit-border-radius: 3.8rem;
  -moz-border-radius: 3.8rem;
  border-radius: 3.8rem;
}
.path-frontpage .container .formulaire .max-width .download .buttons .button-file {
  position: absolute;
  top: 0;
  left: calc(50% - 13.4rem);
  left: -moz-calc(50% - 13.4rem);
  left: -webkit-calc(50% - 13.4rem);
  left: calc(50% - 13.4rem);
  left: -moz-calc(50% - 13.4rem);
  left: -webkit-calc(50% - 13.4rem);
  width: 26.8rem;
  height: 6.2rem;
  z-index: 5;
  font-size: 1.9rem;
  border: none;
  background-color: transparent;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.path-frontpage .container .formulaire .max-width .valid-check {
  width: 100%;
}
.path-frontpage .container .formulaire .max-width .valid-check form,
.path-frontpage .container .formulaire .max-width .valid-check .form {
  position: relative;
}
.path-frontpage .container .formulaire .max-width .valid-check form label,
.path-frontpage .container .formulaire .max-width .valid-check .form label {
  padding-left: 5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: white;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .valid-check form label,
  .path-frontpage .container .formulaire .max-width .valid-check .form label {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-left: 3.3rem;
  }
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked),
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked),
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label,
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:after,
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:before,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:after,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:before,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:before,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background: #ffffff;
  width: 3rem;
  height: 3rem;
  border: 2px solid #28BBEA;
  top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:before,
  .path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:before,
  .path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:before,
  .path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:before {
    width: 2rem;
    height: 2rem;
  }
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:after,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:after {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 7px;
  left: 5px;
  background-color: #28BBEA;
  content: "";
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:after,
  .path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:after,
  .path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:after,
  .path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 6px;
    left: 4px;
  }
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:not(:checked) + label:after,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.path-frontpage .container .formulaire .max-width .valid-check form [type=checkbox]:checked + label:after,
.path-frontpage .container .formulaire .max-width .valid-check .form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.path-frontpage .container .formulaire .max-width .radio-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note .radio-buttons {
  /*maryline*/
  width: 55%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .formulaire .max-width .radio-button.radio-note .radio-buttons {
    /*maryline*/
    /*flex-wrap: wrap;*/
    gap: 0.8rem;
  }
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio {
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio {
    width: calc(20% - 10px);
    width: -moz-calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    width: -moz-calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio.ten-children {
    display: none;
  }
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio input[type=radio] ~ label {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block !important;
  position: relative;
  padding: 0;
  color: #04498D;
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  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;
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio .check {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  background-color: #ffffff;
  color: #04498D;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .formulaire .max-width .radio-button.radio-note .ui-radio .check {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note input[type=radio]:checked ~ .check {
  background-color: #042C53;
  border: none;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(40, 187, 234, 0.75);
  box-shadow: 0px 0px 17px 3px rgba(40, 187, 234, 0.75);
}
.path-frontpage .container .formulaire .max-width .radio-button.radio-note input[type=radio]:checked ~ label {
  color: #ffffff;
}
.path-frontpage .container .formulaire .max-width .asterisque {
  font-size: 14px;
  margin-top: -2rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .max-width .asterisque {
    font-size: 0.8rem;
  }
}
.path-frontpage .container .formulaire .max-width .captcha {
  width: 34.2rem;
  height: 8.6rem;
  background-color: red;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width:380px) {
  .path-frontpage .container .formulaire .max-width .captcha {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .max-width .btn-submit {
  display: table;
  max-width: 35.3rem;
  width: 35.3rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1.5rem 1rem;
  -webkit-border-radius: 3.8rem;
  -moz-border-radius: 3.8rem;
  border-radius: 3.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width:380px) {
  .path-frontpage .container .formulaire .max-width .btn-submit {
    width: 100%;
  }
}

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