@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 {
  overflow: scroll;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 100%;
  padding: 0;
  max-height: 99999.9rem;
  color: #213a72;
  background-color: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}
/*maryline*/
.error{
  background-color:#eff700 !important;
  color:#000 !important;
  font-size: 14px !important;
  text-align:center !important;
  padding:10px !important;
  font-weight:700 !important;
}

.address-feedback{
  font-size: 16px !important;
  text-align:left;
  line-height: 2.5rem;
}

/* pour afficher la liste des adresse, on a besoin de mettre ces 2 styles */
.list-group-item{
  font-size: 16px;
  text-align:left;
  /*font-family: Arial;*/
  line-height: 2.5rem;
}

#uploadFile {
  font-family: Arial;
}

#text2 {
  font-size: 0.7rem;
  color: black;
  font-weight: normal;
  font-family: inherit;
  padding-left: 5px;
}


#btsupp {
	background-color:#fff;
	border-radius:5px;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#5b5b5b;
	font-size:12px;
	padding:2px 10px;
	text-decoration:none;
	float:right;
	width: 160px;
  text-align: center;
  line-height: normal;	
}

input[readonly] {
  cursor: no-drop;               /* important : reste éditable en lecture */
}

/*maryline*/
/* Fond de la popup */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size:14px;
}

/* Boîte blanche */
.modal-content {
  background: #fff;
  padding: 20px;
  margin: 10% auto;
  width: 500px;
  border-radius: 8px;
  position: relative;  
}
.modal-content label {
  margin-top:1rem;
}
.modal-content input, .modal-content textarea {
  width: 100%;
  font-size: 14px;
  color: #636466;
  padding: 10px;
  border-width: 1px;
  border: 1px solid #005CAB !important;
  border-radius: 5px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:1.5rem;
  margin-top:1rem
}
/* Croix de fermeture */
.close {
  position: absolute;
  right: 10px; top: 10px;
  cursor: pointer;
  font-size: 22px;
}
.modal-content h4{
  font-size: 18px;
  margin-bottom:1rem;
}
.modal-content button{
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  width: 14rem;
  display: flex;
  padding: 10px;
}

@media only screen and (max-width:650px) {
  .modal-content {
    margin: 10% auto;
    width: 300px;
  }
}
/*fin*/

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 200px 0 0 0;
  z-index: 5;
}
@media only screen and (max-width:650px) {
  .container {
    padding-top: 126px;
  }
}

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

.max-width {
  position: relative;
  max-width: 164rem;
  width: 100%;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1600px) {
  .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;
}

form {
  width: 100%;
  height: 100%;
}

input {
  color: #213a72;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  border: 3px solid #d09924 !important;
}
input:not([type]) {
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
input:not([type]):focus:not([readonly]) {
  box-shadow: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input:focus {
  outline: none;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #213a72 !important;
  opacity: 0.6 !important;
}
input:-moz-placeholder {
  color: #213a72 !important;
  opacity: 0.6 !important;
}
input:placeholder {
  color: #213a72 !important;
  opacity: 0.6 !important;
}
input.form-control {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  border: none;
  padding: 0;
  color: #213a72;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.form-control:focus {
  background-color: transparent;
}

label:focus,
input:focus,
textarea:focus {
  outline: none;
}

input[type=text] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mentions {
  display: block;
  color: white;
  font-style: italic;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (max-width:650px) {
  .mentions {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.mentions a {
  display: inline-block;
}

#scrollbtna {
  position: absolute;
  bottom: 0;
  left: calc(50% - 85px);
  left: -moz-calc(50% - 85px);
  left: -webkit-calc(50% - 85px);
  left: calc(50% - 85px);
  left: -moz-calc(50% - 85px);
  left: -webkit-calc(50% - 85px);
  position: fixed;
  width: 170px;
  height: 59px;
  z-index: 888;
}
@media only screen and (max-width:650px) {
  #scrollbtna {
    display: none;
  }
}

header {
  height: 128px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:650px) {
  header {
    height: 81px;
  }
}
header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 128px;
  max-width: 1500px;
}
@media only screen and (max-width:650px) {
  header .max-width {
    height: 81px;
  }
}
header .max-width .logo {
  position: absolute;
  top: 0;
  left: calc(50% - 254.5px);
  left: -moz-calc(50% - 254.5px);
  left: -webkit-calc(50% - 254.5px);
  left: calc(50% - 254.5px);
  left: -moz-calc(50% - 254.5px);
  left: -webkit-calc(50% - 254.5px);
}
@media only screen and (max-width:650px) {
  header .max-width .logo {
    position: absolute;
    top: 0;
    left: calc(50% - 164px);
    left: -moz-calc(50% - 164px);
    left: -webkit-calc(50% - 164px);
    left: calc(50% - 164px);
    left: -moz-calc(50% - 164px);
    left: -webkit-calc(50% - 164px);
  }
}
@media only screen and (max-width:650px) {
  header .max-width .logo.logo-desk {
    display: none;
  }
}
header .max-width .logo.logo-resp {
  display: none;
}
@media only screen and (max-width:650px) {
  header .max-width .logo.logo-resp {
    display: block;
  }
}
header .max-width .nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .max-width .nav li.accueil {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width:767px) {
  header .max-width .nav li.accueil {
    gap: 16px;
  }
}
header .max-width .nav li.accueil a {
  color: #213a72;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  header .max-width .nav li.accueil a {
    display: none;
  }
}
header .max-width .nav li.accueil img {
  position: relative;
  z-index: 500;
  cursor: pointer;
}
header .max-width .nav li.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width:767px) {
  header .max-width .nav li.cta {
    display: none;
  }
}
header .max-width .nav li.cta p {
  font-size: 15px;
  line-height: 20px;
  color: #213a72;
}
header .max-width .nav li.cta .button {
  text-transform: inherit;
  max-height: 64px;
  padding-inline: 10px;
}

footer {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: white;
  padding: 2.5rem 0;
  height: 78px;
}
@media only screen and (max-width:991px) {
  footer {
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width {
    padding-inline: 4px;
  }
}
footer .max-width .nav {
  display: flex;
  justify-content: center;
  gap: 4.5rem;
}
@media only screen and (max-width:991px) {
  footer .max-width .nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width .nav {
    text-align: center;
    column-gap: 4px;
  }
}
@media only screen and (max-width:1600px) {
  footer .max-width .nav .item {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width .nav .item {
    width: fit-content;
    margin-inline: 7px;
  }
}
footer .max-width .nav .item a {
  color: #213a72;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width:1280px) {
  footer .max-width .nav .item a {
    font-size: 16px;
  }
}
@media only screen and (max-width:650px) {
  footer .max-width .nav .item a {
    font-size: 12px;
    line-height: 16px;
  }
}

button,
a.button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #213a72;
  -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;
  z-index: 998;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  padding: 2.3rem 4.2rem;
  font-weight: 700;
}
@media only screen and (max-width:1280px) {
  button,
  a.button,
  .button {
    font-size: 2rem;
    padding: 1.1rem 1.9rem;
  }
}
button:focus, button:hover,
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  background-color: #d09924;
  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.btn-secondary,
a.button.btn-secondary,
.button.btn-secondary {
  width: fit-content;
  margin-inline: auto;
  background-color: #5E235C;
}
button.btn-secondary:focus, button.btn-secondary:hover,
a.button.btn-secondary:focus,
a.button.btn-secondary:hover,
.button.btn-secondary:focus,
.button.btn-secondary:hover {
  background-color: #d09924;
  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;
}

.kdo {
  height: auto;
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}
.kdo:hover {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}
.kdo1 {
  animation-delay: 0s;
}

.kdo2 {
  animation-delay: 0.3s;
}

.kdo3 {
  animation-delay: 0.6s;
}

.kdo8 {
  animation-delay: 0s;
}

.kdo9 {
  animation-delay: 0.3s;
}

.kdo10 {
  animation-delay: 0.6s;
}

.kdo11 {
  animation-delay: 0.6s;
}

@media only screen and (max-width:991px) {
  .kdo {
    opacity: 0.7;
  }
}
@media only screen and (max-width:480px) {
  .kdo {
    display: none;
  }
}
.kdo.kdo-resp {
  display: none;
}
@media only screen and (max-width:480px) {
  .kdo.kdo-resp {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.path-frontpage .container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../image/formulaire/bg2.jpg);
  min-height: 100vh;
  padding-bottom: 15px;
  background-position: top center;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container {
    background-image: url(../../image/formulaire/bg-resp2.png);
    background-position: top center;
  }
}
.path-frontpage .container .kdo1 {
  width: 255px;
  height: auto;
  position: absolute;
  top: 330px;
  left: 47px;
  transform: rotate(-32deg);
}

/*maryline*/
@media only screen and (max-width:1600px) {
  .path-frontpage .container .kdo1 {
    left: 51px;
    width: 208px;  
   }
}

@media only screen and (max-width:1405px) {
  .path-frontpage .container .kdo1 {
    left: 21px;    
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo1 {
    left: -218px;
  }
}
.path-frontpage .container .kdo2 {
  width: 257px;
  position: absolute;
  top: 278px;
  right: 127px;
  transform: rotate(-21deg);
}
/*maryline*/
@media only screen and (max-width:1600px) {
  .path-frontpage .container .kdo2 {
    width: 185px;  
   }
}


@media only screen and (max-width:1405px) {
  .path-frontpage .container .kdo2 {
    right: 53px;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo2 {
    right: -236px;
  }
}
.path-frontpage .container .kdo3 {
  width: 195px;
  position: absolute;
  top: 598px;
  right: 86px;
}

/*maryline*/
@media only screen and (max-width:1600px) {
  .path-frontpage .container .kdo3 {
    width: 135px;  
   }
}


@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo3 {
    right: -52px;
  }
}
.path-frontpage .container .kdo4 {
  width: 182px;
  position: absolute;
  top: 330px;
  left: -204px;
  transform: rotate(-21deg);
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo4 {
    right: -52px;
  }
}
.path-frontpage .container .kdo5 {
  width: 184px;
  position: absolute;
  bottom: -289px;
  left: -222px;
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo5 {
    right: -52px;
  }
}
.path-frontpage .container .kdo6 {
  width: 204px;
  position: absolute;
  top: 312px;
  left: 42px;
  z-index: 1;
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo6 {
    top: 512px;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo6 {
    display: none;
  }
}
.path-frontpage .container .kdo7 {
  width: 300px;
  position: absolute;
  bottom: 177px;
  right: -75px;
  transform: rotate(-21deg);
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .kdo7 {
    display: none;
  }
}
.path-frontpage .container .kdo8 {
  width: 97px;
  position: absolute;
  top: 558px;
  right: -35px;
}
.path-frontpage .container .kdo9 {
  width: 97px;
  position: absolute;
  top: 652px;
  left: -26px;
}
.path-frontpage .container .kdo10 {
  width: 88px;
  position: absolute;
  top: 967px;
  right: -30px;
}
.path-frontpage .container .kdo11 {
  width: 115px;
  position: absolute;
  top: 1113px;
  left: -14px;
}
.path-frontpage .container .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 135.7rem;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .max-width {
    padding-inline: 2.8rem;
  }
}
.path-frontpage .container .accroche-desk {
  width: 1101px;
  height: auto;
  margin-bottom: 55px;
}


@media only screen and (max-width:1600px) {
  .path-frontpage .container .accroche-desk {
    /*maryline*/
    width:800px;
    /*width: 100%;*/
  }
}

@media only screen and (max-width:1280px) {
  .path-frontpage .container .accroche-desk {
    /*maryline*/
    width:800px;
    /*width: 100%;*/
  }
}

@media only screen and (max-width:650px) {
  .path-frontpage .container .accroche-desk {
    display: none;
  }
}
.path-frontpage .container .accroche-resp {
  display: none;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .accroche-resp {
    width: 317px;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
}
.path-frontpage .container .formulaire {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #213a72;
  padding-top: 10.5rem;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .formulaire {
    padding-top: 6rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire {
    padding-top: 4rem;
  }
}
.path-frontpage .container .formulaire__instruction {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  max-width: 674px;
  margin-inline: auto;
  color: white;
  margin-bottom: 122px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire__instruction {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding-inline: 3rem;
    margin-bottom: 25px;
  }
}
.path-frontpage .container .formulaire__instruction strong {
  font-weight: 900;
}
.path-frontpage .container .formulaire form .formz {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire form .formz {
    gap: 2.4rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire form .formz {
    flex-direction: column;
  }
}
.path-frontpage .container .formulaire form label {
  font-size: 3rem;
  font-family: "Roboto";
  font-weight: 700;
  color: white;
  margin: 0;
}
@media only screen and (max-width:1600px) {
  .path-frontpage .container .formulaire form label {
    font-size: 2rem;
  }
}

@media only screen and (max-width:1280px) {
  .path-frontpage .container .formulaire form label {
    font-size: 2rem;
  }
}

@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire form label {
    font-size: 2rem;
  }
}
.path-frontpage .container .formulaire .asterisque {
  color: white;
  font-size: 14px;
  line-height: 19px;
}
.path-frontpage .container .formulaire .begin-formulaire {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(50% - 1.8rem);
  width: -moz-calc(50% - 1.8rem);
  width: -webkit-calc(50% - 1.8rem);
  width: calc(50% - 1.8rem);
  width: -moz-calc(50% - 1.8rem);
  width: -webkit-calc(50% - 1.8rem);
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .begin-formulaire {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .form-inputs {
  position: relative;
  background-color: #213a72;
  padding: 4rem 3.8rem;
  border-radius: 0.5rem;
  z-index: 5;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .formulaire .form-inputs {
    padding: 25px;
  }
}
.path-frontpage .container .formulaire .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.path-frontpage .container .formulaire .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.path-frontpage .container .formulaire .form-control {
  background-color: white;
  height: 4.4rem;
  border: 2px solid #d09924;
  color: #213a72;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0.5rem !important;
  font-size: 14px;
  font-family: "Roboto";
  padding-inline: 16px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .form-control {
    width: 100%;
  }
}
.path-frontpage .container .formulaire .ticket-and-download {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #213a72;
}
.path-frontpage .container .formulaire .ticket-and-download > p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: white;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .ticket-and-download > p br {
    display: none;
  }
}
.path-frontpage .container .formulaire .ticket-and-download > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}
.path-frontpage .container .formulaire .file-name {
  width: 100%;
  display: none;
  color: white;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2rem;
  padding: 0.5rem 0 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.path-frontpage .container .formulaire .file-name.activated {
  display: block;
}
.path-frontpage .container .formulaire .download {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: #213a72;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .download {
    flex-direction: column;
  }
}
.path-frontpage .container .formulaire .download label {
  font-size: 2.3rem;
  text-transform: none;
}
.path-frontpage .container .formulaire .download .buttons {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  position: relative;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .download .buttons > img {
    width: 41px;
    height: auto;
  }
}
.path-frontpage .container .formulaire .download .buttons .join-photo {
  display: flex;
  align-items: center;
  color: #213a72;
  gap: 12px;
  background-color: white;
  padding: 20px 29px 20px 18px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .download .buttons .join-photo {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 19px 12px 12px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .formulaire .download .buttons .join-photo > img {
    width: 31px;
    height: 31px;
  }
}
.path-frontpage .container .formulaire .download .buttons .join-photo input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  opacity: 0;
}
.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 {
  display: block;
  padding-left: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 1.6rem;
  font-family: "Roboto";
  font-weight: 400;
  /*maryline*/
  color: #fff;
}
.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: #213a72;
  background: transparent;
  width: 1.7rem;
  height: 1.7rem;
  top: 0;
}
.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: 1.9rem;
  height: 1.9rem;
  -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: #213a72;
  color: white;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  top: 1px;
  left: 0;
  line-height: 20px;
}
.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 .recaptcha {
  /*background-color: pink;*/
  width: 308px;
  /*height: 78px;*/
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .container .button-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 4.3rem;
}
.path-frontpage .container .button-submit button {
  background-color: #213a72;
}

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