body,html{
  height:100%;
}
body{
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 30px!important;
    background: #1E98C2;

}
.blcenter{
  margin: 0 auto;
    display: block;
}
.faR{
  font-size: 33px;
  color: #fff;
}
html {
  position: relative;
  min-height: 100%;
}
.hideContent {
  display:none;
  margin-left: 40px;
}
.logoP{
  width: 170px;
    height: auto;
}
.survol.full .hideContent{display: none!important;}
.survol:hover .hideContent {
  display: block;
  position: absolute;
  background: #C9D204;
  z-index: 999;
  padding: 10px;
  width: 150px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  color: #000;
}
.mgT20{margin-top: 20px;}
.mgB50{margin-bottom: 50px;}
.mgB25{margin-bottom: 25px;}
.mgB20{margin-bottom: 20px;}
.mgB10{margin-bottom: 10px;}
.txt20{
  font-size: 20px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #000000;
  color: #FFFFFF;
}
h2{
  font-family: "Ubuntu", sans-serif;
  font-size: 27px;
}
.villeTitle{
  color: #007AC3;
    font-weight: bold;

}
.adresseVille{
  font-size: 16px;
  font-weight: 400;
}
.mt-40{
  margin-top:40px;
  margin-bottom: 40px;
}
.py-56-modif{
  padding-bottom: 0px!important;
}
.py-5-modif{
  padding-top: 4.4rem !important;
  padding-bottom: 7rem;
}
.py-4-modif{
  padding-top: 2.4rem !important;

}
.py-6-modif{
  padding-top: 4.4rem !important;
 }
 .py-0-modif{padding-top: 0!important;}
.contentPEMB{
  padding: 25px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;

}
a{
  text-decoration: none;
}
h1{
  font-family: "Ubuntu", sans-serif;

}
h5{
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  display: inline-block;
}
h4{
  font-size: 25px;
  font-family: "Ubuntu", sans-serif;
}
.colorblue{
  color: #007AC3;
  font-weight: 400;
}
.colorgreen{
  color: #C9D204;
  font-weight: 400;
}
.strongtxt{
  font-weight: 900;
}
.lh-0{
  line-height: 0;
}
footer p a{
  color: #000!important;
  padding: 0px 20px;
}
footer p a:hover{
  color: #C9D204!important;
  padding: 0px 20px;
  font-weight: bold;
}
.colorblack{color: #000!important;}
.navbar{
  font-family: "Ubuntu", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  padding-top:0px!important;
  padding-bottom:0px!important;
}
.nav-link.active {
  color: #000000;
  background-color: #fff;
  border-bottom: 2px solid #C9D204;
  border-radius: 0px;
  font-weight: 500;
}
li.nav-link:before{
  content:"";
  border-right: 2px solid black;
  width: 100px;
  height: 15px;
}

  .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-dark .navbar-toggler-icon::after {
        content: "\f0c9";
        font-family: "FontAwesome";
        font-size: 22px;
        color: #333;
    }
/***box info***/

.fa.fa-warning{
  margin-right: 15px;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  margin-bottom: 0px!important;
  border-radius: 0.375rem;
  padding: 1rem;
}
.alert-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    margin-bottom: 0px!important;
    border-radius: 0.375rem;
    padding: 1rem;
}
.close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 15px;
  color: #0e0e0e;
  border: 0;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 5px;
  right: 15px;
}
/***fin box info**/
/****animation card****/
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
      grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  border-radius: 20px;
  height: 420px;
  padding: 0!important;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}


.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.card.imgMa:before {
  background-image: url('/images/img_M.jpg');
}

.card.imgJo:before {
  background-image: url('/images/img_J.jpg');
}



.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  padding: 0px;
}

.content>*+* {
  margin-top: 1rem;
}

.title {
 font-size: 30px;
    background: #1e98c2;
    color: #ffffff;
    padding: 15px;
    width: 100%;
    /* opacity: 0.7; */
    font-weight: bold;
}

.copy {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}
.btn-colorB{
  background-color: #0d0d0d!important;
  color: #fff !important;
}
#inscrit_Enregistrer, .btnDeco a{
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: black;
  background-color: #C9D204;
  border: none;
  border-radius: 30px;
}
.mgbt{
  margin-bottom: 155px;
}
.mgbt2{
    margin-bottom: 63px;
}
.btnDeco a{
      text-decoration: none !important;
    color: #000;
}
.contentmesinfos, .contentmesinfos2 {
   display: inline-flex; flex-wrap: wrap; gap: 19px;
}
#div_fichier_justificatif > div{
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #BDBDBD;
    border-radius: 16px;
}
#div_carte_famille_nombreuse > div{
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #BDBDBD;
    border-radius: 16px;
}
#renew_password_envoyer, #change_pass_form_envoyer, #account_form_Enregistrer{
      width: 150px!important;
}
.contentmdp form > div{
display: flex;
    flex-direction: column;
}
a.btnPAss{
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #1e98c2;
  border: none;
  border-radius: 30px;
}
a.btnPAss:hover{
   background-color: #000;
}
.btn , #renew_password_envoyer, #change_pass_form_envoyer, #account_form_Enregistrer {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: black;
  background-color: #C9D204;
  border: none;
  border-radius: 30px;
}

{
  color:#fff;
}

.btn:hover, .btn a:hover,  #renew_password_envoyer:hover,  .btnDeco a:hover, #change_pass_form_envoyer:hover, #account_form_Enregistrer:hover {
  background-color: #0d0d0d;
  color: #fff;
}
.mgr{
      margin-right: 15px;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

.card:after {
  transform: translateY(0);
}

.content {
     transform: translateY(calc(100% - -1.5rem));
}
.card:hover .content > .title{
background: #1E98C2;
color: #fff;
}
.content>*:not(.title) {
  opacity: 0;
  transform: translateY(1rem);
  transition: transform var(--d) var(--e), opacity var(--d) var(--e);

}

.card:hover,
.card:focus-within {
  align-items: center;
}

.card:hover:before,
.card:focus-within:before {
  transform: translateY(-4%);
}

.card:hover:after,
.card:focus-within:after {
  transform: translateY(-49%);
}

.card:hover .content,
.card:focus-within .content {
  transform: translateY(0);
}

.card:hover .content>*:not(.title),
.card:focus-within .content>*:not(.title) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--d) / 8);
}
.mtb-5{
margin-bottom: 5%;
}
.card:focus-within:before,
.card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content>*:not(.title) {
  transition-duration: 0s;
}
/****fin animation card****/

/* ── Liens de contact dans les cards sites ── */
.site-card-contact-link {
    color: #C9D204;
    text-decoration: none;
    word-break: break-all;
}

.site-card-contact-link:hover {
    color: #fff;
    text-decoration: underline;
}

.site-card-contact-link:focus-visible {
    outline: 3px solid #C9D204;
    outline-offset: 2px;
    border-radius: 2px;
    color: #fff;
}

/* ---------- CALENDAR ---------- */
.content-calendar{
  width: 450px;
  border-radius: 20px;
  padding-top: 20PX;
  padding-bottom: 20px;
}
table td a{
  WIDTH: 100%;
  POSITION: relative;
  padding:17PX;
  color: #000;
}
.red-jr-complet{
  background: #C30000!important;
  color:#000;
  z-index: 2;

}
.emulated-flex-gap > * {
  margin:0px 0 0 15px;
}

.emulated-flex-gap {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px);
  justify-content: center;
  width: 685px;
  background: #fff;
  padding: 10px 11px;
  border-radius: 20px;
}
.blocCalendar{

    position: relative;
    content: "";
    padding: 2px 11px;
    margin-right: 8px;
}
.JD{
  background: white;
  border: 1px solid #D2CACA;
}
.JND{
  background: #EAEAEA;
  border: 1px solid #D2CACA;
}
.JC{
  background: #C30000;
  border: 1px solid #D2CACA;
}
.JS{
  background: #C9D204;
  border: 1px solid #D2CACA;
}

 h2.calendarTitre{
  font-size: 28px;
  font-weight: bold;
  color: #1E98C2;
}
.calendar {
	/*text-align: center;*/
}

.calendar .header-calendar {
	position: relative;
}

.calendar h2 {
	text-transform: uppercase;
}

.calendar thead {
	font-weight: 600;
	text-transform: uppercase;
}

.calendar tbody {
	color: #7c8a95;
}

.calendar tbody td:hover {
	/*border: 2px solid #C9D204;*/
  background: #C9D204;
  z-index: -1;
}

.calendar tbody td a:hover{
  color: #fff;
}
.calendar td {
	border: 2px solid transparent;
	/*border-radius: 50%;*/
	display: inline-block;
	height: 50px;
	line-height: 46px;
	text-align: center;
	width: 55px;
}

.calendar .prev-month,
.calendar .next-month {
	color: #cbd1d2;
}

.calendar .prev-month:hover,
.calendar .next-month:hover {
	border: 2px solid #cbd1d2;
}

.current-day {
	background: #C9D204;
	color: #f9f9f9;
}

.event {
	cursor: pointer;
	position: relative;
}

.event:after {
	background: #C9D204;
	/*border-radius: 50%;*/
	bottom: .5em;
	display: block;
	content: '';
	height: .5em;
	left: 50%;
	margin: -.25em 0 0 -.25em;
	position: absolute;
	width: .5em;
}

.event.current-day:after {
	background: #f9f9f9;
}

.btn-prev,
.btn-next {
	border: 2px solid #cbd1d2;
	border-radius: 50%;
	color: #cbd1d2;
	height: 2em;
	font-size: .75em;
	line-height: 2em;
	margin: -1em;
	position: absolute;
	top: 50%;
	width: 2em;
  padding-left: 5px;
}

.btn-prev:hover,
.btn-next:hover {
	background: #cbd1d2;
	color: #f9f9f9;
}

.btn-prev {
	left: 6em;
}

.btn-next {
	right: 6em;
}
/* ---------- Horaire ---------- */
.flexcenter{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.h-horaire{
  background-image: url('../images/icone-horaire.png');
  width: 60px;
        display: inline-block;
        position: relative;
        height: 60px;
        background-repeat: no-repeat;
}
.tr-l {
  display: inline-block;
  margin:0 20px 0px 0;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #D9D9D9;
  width: 140px;
}
.tr-r {
  display: inline-block;
  margin:0 0px 0px 28px;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #D9D9D9;
  width: 140px;
}
.flex-Horaire{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-evenly;
    /* width: 280px; */
    gap: 8px;
}
.flexcontenthoraire{
  width: 115px;
}
.full{    opacity: 0.5;}

.near_full [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
  background: #FF9F1A!important;
}
.full [type="radio"]:checked + label:before, .full [type="radio"]:not(:checked) + label:before{
  background: #C30000!important;
}
.blocHoraire{

  position: relative;
  content: "";
  padding: 2px 11px;
  margin-right: 8px;
}
.greenH{
background: #C9D204;
border: 1px solid #D2CACA;
border-radius: 50%;
}
.orangeH{
background: #FF9F1A;
border: 1px solid #D2CACA;
border-radius: 50%;
}
.redH{
background: #C30000;
border: 1px solid #D2CACA;
border-radius: 50%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 17px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #C9D204;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/**fin horaire***/
/***inscription***/
.bgprix{
  background: #007AC3;
  padding: 15px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 15px;
}
.flex-inscription{
  display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
}
.flex-content-date {
  background: #F1EFF0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 26px;
  padding: 14px;
}
.flex-content-nbr{
  background: #C9D204;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 26px;
}
.form-row {
  display:flex;
  flex-direction:row;
    flex-wrap:nowrap;
  justify-content:center;
  align-items:center;
  align-content:center;
  gap:25px;
  margin-bottom:30px;
}
#inscrit_telephone, #inscrit_prenom, #inscrit_nom, #inscrit_email{
  display: block;
  width: 100%;
 padding: .375rem .75rem;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
color: #212529;
 background-color: #fff;
 background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cardPJ {
  border-radius: 10px;
  /*box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);*/
  width: 600px;
  height: 260px;
  background-color: #ffffff;
  padding: 10px 30px 40px;
}

.cardPJ h3 {
  font-size: 17px;
  text-align: center;

}
.spanC{
  background: #E9E9E9;
    color: #000;
    padding: 6px;
    border-radius: 5px;
    margin-left: 10px;
}

.drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #BDBDBD;
  border-radius: 16px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

.cardPJ .btn {
  text-decoration: none;
  background-color: #005af0;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
}

.cardPJ .btn:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #005af0;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #010101;
}
.form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}
/*****méto****/
.nav-item:last-child{
  content: "";
  border-left: 2px solid#D9D9D9;
  padding: 0px 0px 5px 16px;
  left: 16px;
  right: 20px;
  position: relative;
}
.boxMeteo{background: #FDF8F8;
  border-radius: 10px;
  padding: 5px 15px;}
.tempsmeteo{
  font-size: 29px;
  color: #007AC3;
  font-weight: 700;
  margin-right: 7px;
  top: 6px;
  position: relative;

}
.iconmeteo.meteo_01d{
    content: "";
    background-image: url(../images/icons/clear-01d.svg);
	width: 45px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.iconmeteo.meteo_02d{
    content: "";
    background-image: url(../images/icons/cloud-02d.svg);
	width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
	background-size: 37px;
}
.iconmeteo.meteo_04d{
  content: "";
  background-image: url(../images/icons/cloudx2_04d.svg);
width: 45px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.iconmeteo.meteo_09d{
  content: "";
  background-image: url(../images/icons/drizzle-09d.svg );
width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
background-size: 37px;
}
.iconmeteo.meteo_50d{
  content: "";
  background-image: url(../images/icons/mist-50d.svg );
width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
background-size: 37px;
    top: 8px;
    position: relative;
}
.iconmeteo.meteo_10d{
  content: "";
  background-image: url(../images/icons/rain-10d.svg);
width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
background-size: 37px;
}

.iconmeteo.meteo_13d{
  content: "";
  background-image: url(../images/icons/snow-13d.svg);
width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
background-size: 37px;
}

.iconmeteo.meteo_11d{
  content: "";
  background-image: url(../images/icons/thunderstorm-11d.svg);
width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
background-size: 37px;
}

/******animation*****/

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:85px;
  }
  h1 {
    font-size:24px;
  }
}

#waveb{
  width: 200px;
  display: flex;
  /* justify-content: center; */
  margin: 0 auto;
  padding-top: 33px;
}
#waveb a {
	background:#C9D204;
	color: #000;
	display: block;
  font-size: 0.65rem;
  letter-spacing: 0.025rem;
	overflow: hidden;
	padding: 0.75rem 1.5rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
  border-radius: 30px;
    font-weight: bold;
}

#waveb a span {
	position: relative;
	transition: color 1s ease;
	z-index: 1;
}

#waveb a:hover span,
#waveb a:focus span,
#waveb a:active span {
	color: #ffffff;
}

#waveb a .wave:before {
	-webkit-animation: wave 0.5s linear infinite;
	        animation: wave 0.5s linear infinite;
  background-image: url(../images/btn-wave.png);
	background-size: contain;
	content: '';
	height: 22px;
	left: 0;
	position: absolute;
	top: -22px;
	width: 100%;
}

#waveb a .wave {
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: calc(100% + 22px);
	transition: top 1s ease;
	width: 100%;
}

#waveb a:hover .wave,
#waveb a:focus .wave,
#waveb a:active .wave {
	top: 0;
}

@-webkit-keyframes wave {
	to {
		background-position-x: 118px;
	}
}

@keyframes wave {
	to {
		background-position-x: 118px;
	}
}
/******ticket****/

.ticket-system {
  max-width: 100%;
}
.ticket-system .top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ticket-system .top .title {
  font-weight: normal;
  font-size: 1.6em;
  text-align: left;
  /* margin-left: 20px; */
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background: none !important;
}
.ticket-system .top .printer {
  width: 100%;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.ticket-system .receipts-wrapper {
  overflow: hidden;
  margin-top: -10px;
  padding-bottom: 10px;
}
.ticket-system .receipts {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(-510px);
  animation-duration: 2.5s;
  animation-delay: 500ms;
  animation-name: print;
  animation-fill-mode: forwards;
}
.ticket-system .receipts .receipt {
  padding: 25px 30px;
  text-align: left;
  min-height: 200px;
  width: 88%;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  /*box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2);*/
}
.ticket-system .receipts .receipt .airliner-logo {
  max-width: 80px;
}
.ticket-system .receipts .receipt .route {
  margin: 0px 0 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: stretch;
}
.ticket-system .receipts .receipt .route .plane-icon {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
.ticket-system .receipts .receipt .route h2 {
  font-weight: 300;
  font-size: 2.2em;
  margin: 0;
}
.ticket-system .receipts .receipt .details {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.ticket-system .receipts .receipt .details .item {
  display: flex;
  flex-direction: column;
  min-width: 100px;
}
.ticket-system .receipts .receipt .details .item span {
  font-size: 0.8em;
  color: rgba(28, 28, 28, 0.7);
  font-weight: 500;
}
.ticket-system .receipts .receipt .details .item h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ticket-system .receipts .receipt.qr-code {
  padding-left: 22px;
  height: 180px;
  min-height: unset;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
}
.ticket-system .receipts .receipt.qr-code::before {
  content: "";
  background: linear-gradient(to right, #fff 50%, #C9D204 50%);
  background-size: 22px 4px, 100% 4px;
  height: 4px;
  width: 90%;
  display: block;
  left: 0;
  right: 0;
  top: -1px;
  position: absolute;
  margin: auto;
}
.ticket-system .receipts .receipt.qr-code .qr {
  width: 140px;
  height: auto;
}
.ticket-system .receipts .receipt.qr-code .description {
  margin-left: 20px;
  font-size: 14px;
}
.ticket-system .receipts .receipt.qr-code .description h2 {
  margin: 0 0 5px 0;
  font-weight: 500;
}
.ticket-system .receipts .receipt.qr-code .description p {
  margin: 0;
  font-weight: 400;
}

@keyframes print {
  0% {
    transform: translateY(-510px);
  }
  35% {
    transform: translateY(-395px);
  }
  70% {
    transform: translateY(-140px);
  }
  100% {
    transform: translateY(0);
  }
}
.contentConsult{
  display: flex;
   gap: 20px;
   flex-direction: row;
     flex-wrap: wrap;
       align-content: flex-end;
}
.titleConsult{
  background: black;margin-bottom: 15px;
}

.form-error {
  color: #ac220a;
  font-size: 1.1em;
  font-weight: bold;
}
.contentModif > form > div{
    margin-bottom: 15px;

}
#account_form_ville_liee{
      height: 42px;
}
/*****INSCRIPTION*****/
.formsCreation form > div{
margin-bottom: 15px;
}
#registration_form_ville_liee{
      height: 40px;
}
#registration_form_prenom, #registration_form_nom, #registration_form_email, #registration_form_plainPassword_first, #registration_form_plainPassword_second,
#account_form_prenom, #account_form_nom, #account_form_ville_liee, #account_form_telephone, #registration_form_telephone, #registration_form_ville_liee,
#registration_form_captcha, #registration_form_ville_liee
{
      width: 100%;
}
/************************ACCORDEON***************************************/
.accordion-item:first-of-type {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
}
 .accordion-item {
            border: none;
            margin-bottom: 16px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .accordion-button {
            padding: 20px 25px;
            font-weight: 600;
            color: #333;
            background-color: #ffffff;
            transition: all 0.3s ease;
        }

        .accordion-button:not(.collapsed) {
            color: #ffffff;
            background-color: #4a4a4a;
        }

        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(0, 0, 0, .125);
        }

        .accordion-button::after {
            background-size: 20px;
            transition: all 0.3s ease;
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .accordion-body {
            padding: 25px;
            background-color: #ffffff;
        }

        /*****animation plage***/
        .square {
  display: block;
  position: relative;
  margin: auto;
  border-radius: 4px;
  z-index: 12;
  transform: scale(0.95);
  width: 226px;
  height: 226px;

}
.square:before {
  border-radius: 6px;
  background: linear-gradient(to bottom, #f5c60a, #549a76);
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.square-inner {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.beach {
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #fceeb5, #fae384);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.surfboard {
  display: block;
  position: absolute;
  background-color: transparent;
  z-index: 5;
  transform: rotate(-30deg);
  background-image: radial-gradient(50% 150% at center, #ee786e 0%, #ee786e 30%, #e94e40 30%, #e94e40 31%, transparent 31%, transparent), radial-gradient(50% 150% at center, rgba(49, 39, 2, 0.1) 0%, rgba(49, 39, 2, 0.1) 30%, transparent 31%, transparent);
  background-size: 100% 100%, 100% 100%;
  background-position: 0 0, -8px 0;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 165px;
}
.surfboard:after {
  background-color: #eb6357;
  z-index: 4;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50px;
}
.surfboard:before {
  z-index: 4;
  border: 10px solid transparent;
  border-left: 18px solid #eb6357;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50px;
}

.ocean {
  display: block;
  position: absolute;
  border-radius: 4px;
  overflow: visible;
  z-index: 10;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 50%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.ocean:after {
  border-radius: 2px;
  overflow: hidden;
  z-index: 3;
  box-shadow: inset 0px -55px 40px -25px rgba(84, 154, 118, 0.25);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.wave2 {
  display: block;
  position: absolute;
  background-color: #53d0f8;
  border-radius: 42%;
  z-index: 6;
  transform-style: preserve-3d;
  -webkit-animation: wavesFlow 24s infinite linear alternate;
  -moz-animation: wavesFlow 24s infinite linear alternate;
  -o-animation: wavesFlow 24s infinite linear alternate;
  animation: wavesFlow 24s infinite linear alternate;
  width: 384px;
  height: 384px;
  top: auto;
  right: auto;
  bottom: -288px;
  left: calc(50% - 192px);
}

.wave2:nth-of-type(2) {
  bottom: -272px;
  background-color: rgba(195, 222, 208, 0.75);
  z-index: 5;
  animation-delay: -0.15s;
}

.wave2:nth-of-type(3) {
  bottom: -256px;
  background-color: rgba(228, 240, 234, 0.5);
  z-index: 4;
  animation-delay: -0.25s;
}

.towel {
  display: block;
  position: absolute;
  border-radius: 2px;
  box-shadow: -2px 2px 0px 0px rgba(171, 139, 7, 0.25);
  background: linear-gradient(to bottom, #53d0f8 0%, #53d0f8 67.5%, #fff 66%, #fff 72%, #53d0f8 72%, #53d0f8 76%, #fff 76%, #fff 80%, #53d0f8 80%);
  width: 44px;
  height: 65px;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 70px;
}

.ball {
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border-bottom: 1px solid #ee786e;
  border-right: 4px solid #ee786e;
  z-index: 10;
  overflow: hidden;
  box-shadow: -6px 6px 0px 0px rgba(49, 39, 2, 0.1);
  transform-origin: 0 0;
  -webkit-animation: beachballSway 12s 0.85s infinite linear alternate;
  -moz-animation: beachballSway 12s 0.85s infinite linear alternate;
  -o-animation: beachballSway 12s 0.85s infinite linear alternate;
  animation: beachballSway 12s 0.85s infinite linear alternate;
  width: 30px;
  height: 30px;
  top: 100px;
  right: auto;
  bottom: auto;
  left: 170px;
}
.ball:after {
  background-color: #ee786e;
  border-radius: 100%;
  border-left: 1px solid #fff;
  border-right: 5px solid #fff;
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: auto;
  top: 0;
  right: auto;
  bottom: -1px;
  left: 5px;
}

.umbrella {
  display: block;
  position: absolute;
  z-index: 2;
  overflow: visible;
  animation: umbrellaSpin 16s infinite linear alternate;
  width: 70px;
  height: 70px;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 40px;
}
.umbrella .canopy {
  display: block;
  position: absolute;
  -webkit-svg-shadow: -15px 15px 0px rgba(49, 39, 2, 0.1);
}

@keyframes umbrellaSpin {
  0% {
    -webkit-transform: rotate(-5deg) translate(-1px, 1px);
    -moz-transform: rotate(-5deg) translate(-1px, 1px);
    -o-transform: rotate(-5deg) translate(-1px, 1px);
    transform: rotate(-5deg) translate(-1px, 1px);
  }
  30% {
    -webkit-transform: rotate(30deg) translate(1px, -1px);
    -moz-transform: rotate(30deg) translate(1px, -1px);
    -o-transform: rotate(30deg) translate(1px, -1px);
    transform: rotate(30deg) translate(1px, -1px);
  }
  45% {
    -webkit-transform: rotate(20deg) translate(2px, -2px);
    -moz-transform: rotate(20deg) translate(2px, -2px);
    -o-transform: rotate(20deg) translate(2px, -2px);
    transform: rotate(20deg) translate(2px, -2px);
  }
  80% {
    -webkit-transform: rotate(-10deg) translate(0px, -1px);
    -moz-transform: rotate(-10deg) translate(0px, -1px);
    -o-transform: rotate(-10deg) translate(0px, -1px);
    transform: rotate(-10deg) translate(0px, -1px);
  }
  100% {
    -webkit-transform: rotate(-5deg) translate(-1px, 0px);
    -moz-transform: rotate(-5deg) translate(-1px, 0px);
    -o-transform: rotate(-5deg) translate(-1px, 0px);
    transform: rotate(-5deg) translate(-1px, 0px);
  }
}
@keyframes beachballSway {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, 0px, -1000px);
    -moz-transform: rotate(0deg) translate3d(0px, 0px, -1000px);
    transform: rotate(0deg) translate3d(0px, 0px, -1000px);
  }
  10% {
    -webkit-transform: rotate(20deg) translate3d(12px, -12px, -1000px);
    -moz-transform: rotate(20deg) translate3d(12px, -12px, -1000px);
    transform: rotate(20deg) translate3d(12px, -12px, -1000px);
  }
  35% {
    -webkit-transform: rotate(10deg) translate3d(5px, -8px, -1000px);
    -moz-transform: rotate(10deg) translate3d(5px, -8px, -1000px);
    transform: rotate(10deg) translate3d(5px, -8px, -1000px);
  }
  90% {
    -webkit-transform: rotate(15deg) translate3d(8px, -14px, -1000px);
    -moz-transform: rotate(15deg) translate3d(8px, -14px, -1000px);
    transform: rotate(15deg) translate3d(8px, -14px, -1000px);
  }
}
@keyframes wavesFlow {
  0% {
    -webkit-transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
    -moz-transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
    -o-transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
    transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
  }
  50% {
    -webkit-transform: rotate(360deg) translate3d(0px, -5px, -1000px);
    -moz-transform: rotate(360deg) translate3d(0px, -5px, -1000px);
    -o-transform: rotate(360deg) translate3d(0px, -5px, -1000px);
    transform: rotate(360deg) translate3d(0px, -5px, -1000px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
    -moz-transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
    -o-transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
    transform: rotate(0deg) translate3d(-10px, -5px, -1000px);
  }
}
.inspiration {
  display: block;
  position: fixed;
  height: 30px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.inspiration__link {
  display: block;
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px;
  background-color: #34363f;
  color: #fff;
  border-top-right-radius: 4px;
  font-size: 12px;
}

/*************** table responsiver mes réservations*************/

.table_mesreservations{
	width: 100%;
	border-collapse: collapse;
  margin-bottom: 20px;
}

.table_mesreservations td,.table_mesreservations th{
  padding:12px 15px;
  border:1px solid #ddd;
  text-align: center;
  font-size:16px;
}

.table_mesreservations th{
	background-color:#1e98c2;
	color:#ffffff;

}

.table_mesreservations tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

/*responsive*/

@media(max-width: 900px){
	.table_mesreservations thead{
		display: none;
	}

	.table_mesreservations, .table_mesreservations tbody, .table_mesreservations tr, .table_mesreservations td{
		display: block;
		width: 100%;
	}
	.table_mesreservations tr{
		margin-bottom:15px;
	}
	.table_mesreservations td{
		text-align: right;
		padding-left: 50%;
		text-align: right;
		position: relative;
	}
	.table_mesreservations td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}

/*****box input****/
/* Basic styling */
#registration_form_agreeTerms{
  margin-left: 9px;
      margin-top: -9px;
}
[type=checkbox] {
  width: 30px;
  height: 30px;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}


/* Pseudo element for check styling */

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}


/* Checked */

[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/* Disabled */

[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}
