/* IMPORT FONTS */




:root {
    --white:#ffffff;
    --black: #000000;
    --orange: #f49807;
    --blue: #013b49;
    --blue2:#275864;
    --f1: "Arial", sans-serif;
    --text: 300 16px/24px var(--f1);
    --title: bold 48px/48px var(--f1);
    
}

/* RESET */
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none !important;
}



ul {
    list-style-type: none;
}

body {
    font: var(--text);
    color: var(--black)
}

body * {
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    color: var(--black);
    transition: all ease-in-out .4s;
}

img {
    border: none;
}

p {
    margin-bottom: 33px
}



/* CLASS */
.clear {
    clear: both;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.clr:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    text-indent: -99999;
    width: 15px;
    height: 15px;
    border: 2px solid var(--white);
    background: transparent;
    border-radius: 50%;
    padding: 0;
}

.container {
    max-width: 1250px;
    padding: 0;
    margin: auto;
    width: 100%;
}

.slick-dots li {
    margin: 0 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.slick-dots li.slick-active button {
    background-color: var(--white);
}

.title {
    font: var(--f1);
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}



.slick-dots li {
    display: inline-block;
    height: 22px;
    margin: 0 5px
}
.btn {
    transition: all ease-in-out .4s
}


.btn {
    display: inline-block;
    padding: 21px 30px 18px 30px;
    font: normal 14px/22px var(--f1);
    font-weight: 300;
    background: var(--white);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    border-radius: 35px;
}
.title {
    font: var(--title);
}

.text-center {
    text-align: center;
}
h1 {
    font: var(--title);
}

h2 {
    font: var(--title);
}

body.overflow {
    overflow: hidden;
}

/**** HEADER ****/

body {
    background:url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    height: 100vh
}
.blc-logo {
    padding: 40px;
    text-align: center;
    margin: 0 auto
}

.sec-welcome h1 {
    font: var(--title);
    letter-spacing: 1.1px;
    line-height: normal;
    margin-bottom: 20px;
}
.sec-welcome .titre {
    text-align: center;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 400px);
}
.sec-welcome .titre span {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.sec-welcome .blcBtn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 93px;
}

.sec-welcome .blcBtn p {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 35px
}

.sec-welcome .blcBtn .btn {
    margin: 0 8px
}
.sec-welcome .blcBtn .btn .ico {
    margin-right: 10px;
    vertical-align: middle;
}

.headTop {
    padding: 40px 0
}
.language-switcher {
    position: relative;
}
.language-switcher a {
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    height: 53px;
    border: #275864 solid 1px;
    display: block;
    padding: 15px 40px 15px 20px;
    position: relative;
}
.language-switcher > a:after {
    content: "";
    background:url(../images/arw.png);
    width: 15px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 5px;
    bottom: 0;
    margin: auto
}

.language-switcher a:hover{
    background-color: var(--blue2)
}
.language-switcher a .ico  {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.language-switcher ul {
    display: none;
    position: absolute;
    width: 100%
}


.sec-home .intro {
    color: var(--white);
    position: relative;
}
.sec-home .intro .blcLeft {
    margin-left: -10px;
    position: relative;
}
.sec-home .intro .blcLeft:after {
    content: "";
    border-right: var(--orange) solid 3px;
    position: absolute;
    right: -7px;
    top: 0;
    width: 3px;
    height: calc(100% - 20px)
}
.sec-home .intro .titre {
    text-align: right;
}
.sec-home .intro .titre h1 {
    margin-bottom: 10px;
    line-height: 51px
}
.sec-home .intro .titre span {
    text-transform: uppercase;
}
.sec-home .intro .date {
     text-transform: uppercase;
     line-height: 58px;

}
.sec-home .intro .date strong {
    font-size: 80px;
    font-weight: 900;
    display: block;
    margin-bottom: 24px
   
}
.sec-home .intro .date span {
    font-size: 60px;
    display: block;
    letter-spacing: 2.4px;
    margin-bottom: 6px
}
.sec-home .intro .date em {
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    display: block;
}
.sec-home .intro  > div {
    padding: 0 40px;
    width: 50%
}

.sec-home .blcBtn {
    margin-top: 18px;
    margin-bottom: 36px
}
.sec-home  .blcText {
    color: var(--white);
    max-width: 914px;
    margin: 0 auto
}

.sec-home .info {
    color: var(--orange);
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 43px
}
.sec-home .info p {
    font-size: 14px;
}
.sec-home .info p a {
    color: var(--orange);
    font-weight: 900
}


/*POPUP*/
.pop-step-form{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(1, 59, 73, 0.9);
}

.pop-inner{
    background: var(--white);
    padding: 15px 20px 30px;
    max-width: 1024px;
    margin:auto;
    width: 100%;
    color: #013b49;
}

.pop-head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 17px;
    border-bottom:1px solid #e5ebec;
    padding-right: 40px;
}
    
.pop-step{
    display: flex;
    align-items: center;
}


.pop-step-number{
    width: 50px;
    height: 50px;
    background: var(--orange);
    border-radius: 15px;
    line-height: 16px;
    font-family: var(--f1);
    font-size: 9px;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.pop-step-number span{
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.pop-step-title{
    font-weight: 700;
    color: var(--orange);
    padding-left: 15px;
}

.pop-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.pop-row-chp{
    display: flex;
    flex-wrap: wrap;
    margin:0 -5px;
}

.pop-head .pop-row-chp{
    width: 275px;
}

.w-50{
    width: 50%;
}

.w-25{
    width: 25%;
}

.w-100{
    width: 100%;
}

.pop-chp{
    padding: 5px;
}
.pop-chp input,
.pop-chp select{
    width: 100%;
    height: 30px;
    border:1px solid #e5ebec;
    box-shadow: none;
    padding: 6px 15px 5px;
   
}
.pop-chp ::-webkit-input-placeholder {
    opacity: 1;
    color: #042831;  
}

.pop-chp ::-moz-placeholder {
    opacity: 1;
    color: #042831;
   
}

.pop-chp .chp ::-ms-input-placeholder {
    opacity: 1;
    color: #042831;
}


.pop-chp select{
    background-image: url(../images/arrow-select.png);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-color: transparent;
     cursor: pointer;
}

.pop-top-form select {
    background-image: url(../images/arrow-select.png);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    width: 100px;
    margin-left: 20px;
    border: #e5ebec solid 1px;
    height: 30px;
}

.pop-top-form.pop-row-chp {
    margin-left: 5px;
}
.pop-row-chp.visite {
    margin-left: 5px;
}
.pop-top-form.pop-row-chp.dispo  {
    margin-left: 0
}

.pop-head .close{
    width: 18px;
    height: 18px;
    position: absolute;
     background: url(../images/ico-close.png)center no-repeat;
     right: 0;
     top: 16px;
     cursor: pointer;
}


.pop-top-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.pop-row{
    padding-top: 40px;
}

.pop-title-label{
    font-weight: 700;
    display: inline;
    position: relative;
    font-size: 13px;
    text-decoration: underline;

}

.pop-title-label:after{
   /* content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;*/
}


.pop-check span{
    font-size: 12px;
    display: block;
    padding-left: 10px;
    position: relative;
}


.pop-check span:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: -16px;
    background: url(../images/ico-check.png)center no-repeat;
    top: 3px;
    opacity: 0;
}


.pop-check{
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.pop-check input{
    width: 16px;
    height: 16px;
    border:1px solid #000;
    margin:0;
}


.pop-check input:checked + span:before{
    opacity: 1;
}

.pt-30{
    padding-top: 30px;
}
.pt-15{
    padding-top: 15px;
}

.pt-10{
    padding-top: 10px;
}

.pt-5{
    padding-top: 5px;
}

.pop-top-form.pop-sub-top-form .pop-title-label{
    font-size: 12px;

}

.pop-top-form.pop-sub-top-form .pop-title-label:after{
    display: none;
}

.pop-top-form.pop-sub-top-form .pop-title-label{
    text-decoration: none;
}


.pop-row{
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}

.pop-col{
    padding: 0 10px;
}

.pop-number{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pop-number span{
    width: 16px;
    height: 16px;
    background: #013b49;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
}
.pop-number span.minus{
    padding-bottom: 3px;
}

.pop-label-number{
    font-size: 12px;
    margin-right: 15px;
   
}

.pop-number .chp-number{
     width: 25px;
     border:none;
     padding: 0;
     text-align: center;
}

.pop-number{
    margin-left: 36px;
    border:1px solid #e5ebec;
    height: 30px;
    padding: 2px 15px 0;
}

.pt-0{
    padding-top: 0;
}

.pop-item-accordion{
    margin-bottom: 10px;
}

.pop-title-accordion{
    font-size: 14px;
    font-weight: 700;
}


.pop-top-accordion{
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}

.pop-top-accordion:before{
    content: '';
    width: calc(100% - 135px);
    left: 85px;
    top: 50%;
    position: absolute;
    height: 1px;
    background: #e5ebec;
}

.pop-icon-accordion{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-accordion.png)center no-repeat #013b49;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.justify-content-center{
    justify-content: center;
}


.pop-btn{
    border:1px solid #000000;
    padding: 11px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    width: 148px;
    background: transparent;
    margin-left: 10px;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.pop-foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 25px;
}

.pop-item-accordion.active .pop-icon-accordion{
    transform: rotate(180deg);
}

.step{
    display: none;
}
.step.active{
    display: block;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border:1px solid var(--orange);
    background: var(--orange);
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border:1px solid var(--blue);
    background: var(--blue);
    color: #fff;
}


.pop-chp .datepicker{
    background-image: url(../images/ico-calendar.png);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}

.pop-recap{
    max-width: 742px;
    margin:auto;
    padding: 40px 0 15px;
}
.pop-recap-title{
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-bottom: 45px;
}

.pop-recap-content{
    border:1px solid #e5ebec;
    padding: 45px 50px 40px;
    font-size: 14px;
    margin-bottom: 25px;
}

.pop-recap-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #e5ebec;
}

.pop-recap-item:last-child{
    border-bottom: none;
}

.pop-sub-recap{
    width: 100%;
    border-top: 1px solid #e5ebec;
    margin-top: 5px;
    padding: 0 40px;
}

.pop-recap-label{
    font-weight: 700;
}

.pop-sub-recap .pop-recap-label:not(.pop-sub-recap-label){
    font-weight: normal;
}

.pop-sub-recap-label{
    border-bottom: 1px solid #e5ebec;
    padding: 5px 0;
}

.pop-sub-recap ul{
    padding: 0 40px;
}

.pop-link{
    font-size: 14px;
    color: var(--orange);
    text-decoration: underline;
}

.row-check{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.language-switcher {
    display: none
}

@media (min-width:992px) {

    .sec-welcome .blcBtn .btn:hover,
    .pop-btn:hover{
        background-color: var(--blue2);
        border-color:var(--blue2); ;
        color: var(--white)
    }

    .sec-home .blcBtn .btn:hover {
         background-color: var(--blue2);
        color: var(--white)
    }
    .sec-home .info p a:hover {
        color: #fff
    }
    .pop-link:hover{
        color: var(--blue);
    }
    


}

@media (max-width:1365px) { 
    .pop-row{
        margin:0 -10px;
    }
    .pop-col{
        padding: 0 10px;
    }
    .pop-check {
        margin-left: 15px;
    }

}


@media (max-width:1200px) {  
    .container {
        padding: 0 40px
    }
    .sec-home .intro .date strong {
        font-size: 70px
    }
    .pop-camp{
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    .pop-form-participation .row-check{
       width: 100%;
       margin-top: 15px;
    }
    .pop-form-participation .pop-check{
        margin-left: 0;
        margin-right: 15px;
    }

}

@media (max-width:991px) {
    body {

        padding-bottom: 40px
    }
    :root {
        --title: bold 40px/normal var(--f1); 
    }
    .sec-home .info {
        position: static;
    }
    .sec-home .info p {
        margin-bottom: 0;
    }
    .sec-home .intro {
        flex-direction: column;
    }
    .sec-home .intro .titre {
        text-align: center;
    }
    .sec-home .intro .blcLeft {
        margin-left: 0;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .sec-home .intro .blcLeft::after { 
        border-bottom: var(--orange) solid 3px;
        border-right: none;
        width: 200px;
        left:0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: auto

    }
    .sec-home .intro > div {
        text-align: center;
        width: 100%;
    }

    .pop-col.w-50{
        width: 100%;
    }
    .pop-col.w-50:nth-child(2){
        margin-top: 25px;
    }

    .pop-title{
        width: 100%;
        text-align: center;
        margin:15px 0;
    }
    


}
 @media (max-width:768px) {
    .sec-welcome .titre span {
        font-size: 20px;
        line-height: normal;
    }
    .sec-welcome .blcBtn {
        bottom: 40px
    }
    .sec-home .intro > div {
        padding: 0;
    }
      .sec-home .intro .date strong {
        font-size: 60px;
    }


}
@media (max-width:600px) { 
    .container {
        padding: 0 20px
    }
      :root {
        --title: bold 35px/normal var(--f1); 
    }
    .sec-home .intro .date strong {
        font-size: 50px;
        margin-bottom: 10px
    }
    .sec-home .intro .date span {
        font-size: 40px
    }
    .sec-home .blcBtn {
        margin-top: 28px;
        margin-bottom: 30px;
    }
    .sec-home .intro .date em {
        font-size: 20px;
        line-height: normal;
        display: block;
    }
    .language-switcher a {

        padding: 18px 20px;
        font-size: 0;
        width: 85px;
    }

    .pop-inner{
        padding: 15px 20px 30px;
    }

    .pop-step-form{
        padding: 20px;
    }

    .pop-step-title{
        line-height: 18px;
    }

    .pop-head .close {
        top: 15px;
        right: 0;
    }

    .pop-title {
        font-size: 22px;
    }

    .row-check{
        width: 100%;
        margin-top: 15px;
    }

    .pop-check{
        margin-left: 0;
        margin-right: 15px;
    }
    .w-50{
        width: 100%;
    }

    .pop-top-form{
        justify-content: flex-start;
    }

    .pop-row{
        padding-top: 30px;
    }

    .pop-recap-title{
        line-height: 18px;
        margin-bottom: 30px;
    }
   
    .pop-recap-content{
        padding: 25px 15px;
    }
    .pop-sub-recap{
        padding:0 0 0 15px;
    }
    .pop-sub-recap ul{
        padding: 0 0 0 15px;
    }

    .pop-recap{
        padding: 40px 0 15px;
    }
    .pop-foot{
        justify-content: center;

    }

    .pop-btn{
        margin: 5px;
    }

    .pop-number {
        margin:15px 10px 0 0;
    }

    .w-25{
        width: 50%;
    }
    .pop-head{
        padding-right: 0;
    }

    .pop-camp,
    .pop-head .pop-row-chp{
        width: 100%;
    }

    .pop-camp .pop-chp{
        padding-left: 0;
        padding-right: 0;

    }

}



@media (max-width:360px) {
    .w-25{
        width: 100%;
    }
}
.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(0, 121, 220);
  margin: 0 auto;
  display: block;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgb(220, 24, 6);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.required {
    border: 1px solid #ccc;
}

.required.error {
    border: 1px solid #f00;
}

.error-message {
    color: #f00;
    font-size: 12px;
    margin-top: 5px;
}
.error {
    border: 1px solid #f00;
}

.input-error {
    border: 1px solid #f00 !important;
    background-color: #ffe6e6;
}
#total-result {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
/* S'assure que toute la page prend la hauteur complète */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* 🚫 empêche totalement le scroll */
}

/* Conteneur global avec flexbox pour positionner le footer */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Hauteur de la fenêtre */
}

/* Zone de contenu qui va grandir et prendre l'espace disponible */
.content {
  flex: 1; /* prend tout l’espace disponible entre header et footer */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-welcome {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

footer {
  background-color: #012c3f;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
}









  

    
 

 