@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@font-face{
    font-family: YeahPapa;

}

@font-face {
    font-family: 'YeahPapa';
    src: url('../fonts/yeah-papa/test/yeahpapa-webfont.woff2') format('woff2'),
    url('../fonts/yeah-papa/test/yeahpapa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    box-sizing: border-box;
}
*:not(.slider):not(.row){
    max-width: 100%;
}

html, body{
    position: relative;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    background: #F8F8F8;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
/*OBJECT FIT COVER*/
/*FOR IE*/
.object-fit-cover{
    position: relative;
    overflow: hidden;
}
*[data-object-fit="cover"]{
    width: auto;
    height: auto;
    max-width: none !important;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}
/*FOR OTHERS*/
@supports ( object-fit: cover ) {
    *[data-object-fit="cover"]{
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover;
    }
}

.alignleft{
    text-align: left;
}
.aligncenter{
    text-align: center;
}
.alignright{
    text-align: right;
}
.display-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*FLEX*/
.row>.col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.display-flex-row{
    display: flex;
    flex-flow: row wrap;
}
.display-flex-column{
    display: flex;
    flex-flow: column;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.align-start{
    align-items: flex-start;
}
.align-end{
    align-items: flex-end;
}
.align-center{
    align-items: center;
}
.no-wrap{
    flex-wrap: nowrap;
}


/*PADDINGS*/
.p0{
    padding: 0;
}
.pt0{
    padding-top: 0 !important;
}
.pb0{
    padding-bottom: 0 !important;
}
.pt30{
    padding-top: 30px;
}
.pl30{
    padding-left: 30px;
}
.pr30 {
    padding-right: 30px;
}
.pt50{
    padding-top: 50px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pl50{
    padding-left: 50px;
}
.pr50 {
    padding-right: 50px;
}
/*MARGINS*/
.m0{
    margin: 0;
}
.mt0{
    margin-top: 0 !important;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb30{
    margin-bottom:30px;
}


/*CTA*/
.cta{
    padding: 15px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #98b535;
    background: #98b535;
    color:#FFF !important;
    min-width: 180px;
    outline:none;
}
.cta:not(.not-hover):hover{
    background: transparent;
    color:#98b535 !important;
}
.cta.bg-white{
    background: #FFF;
    color:#98b535 !important;
}
.cta.bg-white:hover{
    background: #98b535 !important;
    color:#FFF !important;
}
.cta.delete{
    background: #E5E5E5;
    border-color: #E5E5E5;
}
.location-site-wrapper .cta.delete:hover{
    background: #f91010 !important;
    border-color: #f91010 !important;
    color:#FFF !important;
}

.cta.very-little{
    min-width: 125px;
    padding: 15px 20px;
}
.cta.little{
    min-width: 150px;
}
.cta.big{
    min-width: 220px;
}
.cta.very-big{
    min-width: 260px;
}
.cta.big-font{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 30px;
}
.cta.margin{
    margin: 15px auto;
}

/*COLORS*/
.blue{
    color: #26A6CD;
}
.notification{
    color:#FF5C00;
}
.error{
    color: #f91010;
}
.success{
    color: #98B535;
}

/*WIDTHS*/
.w100{
    width: 100%;
}
.w-92{
    width: 92px;
}
.w-100{
    width: 100px;
}
.w-135{
    width: 135px;
}
.w-200{
    width: 201px;
}
.w-250{
    width: 250px;
}
.w-300{
    width: 300px;
}
.w-335{
    width: 335px;
}
.w-400{
    width: 400px;
}

a{
    text-decoration: none !important;
    color: inherit;
}
.location-site-wrapper a.link{
    color: #B4B4B4;
    position: relative;
}
.location-site-wrapper a.link::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 31px;
    background: #B4B4B4;
    transition: all 0.3s ease;
}
.location-site-wrapper a.link:hover::after{
    width: 50px;
}
.text-uppercase{
    text-transform: uppercase;
}


/*GENERAL*/
.ff-YeahPapa{
    /*font-family: 'Yeah Papa', Arial, sans-serif;*/
    font-weight: bold !important;
    font-size: 32px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    color: #98B535;
}

.mobile-only{
    display: none;
}
.location-site-wrapper .container{
    padding-left: 25px;
    padding-right: 25px;
}
.location-site-wrapper{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #B4B4B4;
    padding-bottom: 150px;
}
.location-site-wrapper #page_header #container_titre_page{
    line-height: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content:center;
}
.location-site-wrapper .section{
    padding: 30px 0;
}
.titre_vert.little{
    font-size: 35px;
    line-height: 1;
}
.border-bloc{
    width: 100%;
    height: auto;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}
.border-bloc>img{
    width: 100%;
    height: auto;
}
.hz-separator{
    width: 100%;
    height: 1px;
    background: #CFCFCF;
}
.location-site-wrapper h3, label{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #98B535;
    width:100%;
    margin-bottom: 12px;
}
h3.subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
}

p.text{
    font-size:18px;
    color:#000;
}

/*FORM*/
.location-site-wrapper .form-group{
    width: 100%;
    position: relative;
    display: block;
    padding: 14px 0;
    margin: 0;
}

.info{
    font-weight: 400;
    font-size: 12px;
    color:#B4B4B4;
    margin-top: 5px;
    margin-bottom: 0;
}
input::placeholder{
    color:black;
}
input#birthday::placeholder{
    white-space: pre-wrap;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea{
    background: transparent;
    color:black;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    min-height:60px;
    border: none;
    padding:21px 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
input[disabled]{
    opacity:0.5;
}
.form-input{
    width:100%;
    position: relative;
    min-height: 60px;
    background: #E6E6E6;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
.form-input .icon{
    position: relative;
    min-width: 60px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #B4B4B4;
}
.form-input .icon img, .form-input .icon svg{
    height: 20px;
    width: auto;
}
.select-container{
    position: relative;
    overflow: hidden;
}
.select-container select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-container:after{
    content:"";
    display: block;
    background: none;
    position: absolute;
    width:12px;
    height:12px;
    top:50%;
    transform: translateY(-75%) rotate(45deg);
    right:20px;
    border-right:3px solid #98b535;
    border-bottom: 3px solid #98b535;
    pointer-events: none;
}
label.checkbox-inline{
    padding-left: 32px;
    font-weight: 500;
    font-size: 16px;
    color:#B4B4B4;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
label.checkbox-inline a{
    text-decoration: underline !important;
}
.checkbox-inline input[type="checkbox"]{
    background: #000;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E6E6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: inset 0 0 0 12px #E6E6E6;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: box-shadow 0.3s ease;
}
.checkbox-inline.green-check{
    color:#000000;
    font-size: 18px;
}
.checkbox-inline.green-check input[type="checkbox"]{
    background: #98b535;
}
.checkbox-inline input[type="checkbox"]:checked{
    box-shadow: inset 0 0 0 3px #E6E6E6;
}

.form-group .form-errors{
    color:red;
    margin: 12px 0 0;
}

.form-phone{
    display: flex !important;
}
.form-phone :first-child{
    margin-right:5px;
}

/*CONNECTED*/
#page_header .user{
    font-weight: 600;
    font-size: 20px;
    color: white;
}
#espace-nav {
    background: #98B535;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    z-index: 1;
    margin-top: 0;
    transform: translateY(-50%);
    height: 75px;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    padding-right: 80px;
}
#espace-nav nav {
    height: 100%;
}
#espace-nav .menu-link{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
}
#espace-nav .menu-link:not(:first-of-type)::before{
    content:'';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 25px;
    width: 1px;
    background: #FFFFFF;
    transition: all 0.3s;
}
#espace-nav .menu-link.current, #espace-nav .menu-link:hover {
    transform: translateY(-5px);
}
#espace-nav .menu-link.current::before, #espace-nav .menu-link:hover::before {
    transform: translateY(calc(-50% + 5px));
}
#espace-nav .menu-link.current{
    font-weight: 700;
}
.espace-deconnect {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.espace-deconnect svg{
    height: auto;
    transition: all 0.2s;
}
.espace-deconnect:hover svg{
    width: 35px;
}

.step{
    color:#CFCFCF;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.step .icon svg{
    width: auto;
    height: 50px;
    display: block;
}
.step .icon svg path{
    transition: all 0.3s ease;
}
.step .text{
    margin-top: 8px;
    line-height: 1;
}

.step.current{
    color:#98b535;
}
.step.current .icon svg path{
    stroke: #98b535;
}
.step.done{
    color: #959595;
}
.step.done .icon svg path{
    stroke:#959595;
}
.step.done::after{
    content:url('../images/icons/check.svg');
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
}

.step-number{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
    color:#98b535;
}
.step .check{
    margin-top:10px;
}

.item-notification{
    border:1px solid #FF5C00;
    padding: 15px 40px 15px 17px;
    font-size: 18px;
    position: relative;
    
}
.item-notification:not(:last-child){
    margin-bottom: 20px;
}
    
.item-notification.error{
    border:1px solid #f91010;
}
.item-notification.error .close-notification svg path{
    fill: #f91010;
}
.item-notification.success{
    border:1px solid #98B535;
}
.item-notification.success .close-notification svg path{
    fill: #98B535;
}

.item-notification .close-notification{
    position: absolute;
    top:16px;
    right:16px;
    cursor:pointer;
    z-index: 1;
}
.item-notification .close-notification svg{
    width: 15px;
    height: 15px;
    display: block;
}

.card{
    position: relative;
    padding: 30px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    width: 100%;
    background: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
}
.card h4{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.card p{
    margin: 20px auto;
    color:#000;
    font-weight: 500;
    font-size: 20px;
}
.card .info{
    font-weight: 500;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.1;
    margin-top: 10px;
}

.table{
    margin: 25px 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.table .line{
    height: 100px;
    position: relative;
    width: 100%;
}
.table>.line:first-of-type{
    background: #98B535;
    color:#FFF;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
}
.table .container-table .line:not(:last-of-type){
    border-bottom: 1px solid #CFCFCF;
}
.table .line .col{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
}
.table .line .col.w100{
    color: #959595;
}
.table .container-table .line .col:not(:first-of-type){
    border-left: 1px solid #CFCFCF;
}

.price{
    border: 2px solid #26A6CD;
    border-radius: 25px;
    margin: 10px;
    padding: 13px;
    color:#26A6CD;
    font-weight: 600;
    font-size: 23px;
    width: 140px;
}
.price .number{
    position: relative;
    font-size: 50px;
    line-height: 1;
}
.price .number .devise{
    position: absolute;
    font-size: 16px;
    top: 6px;
    left: 100%;
}
.price .time{
    margin-left: 3px;
    position: relative;
    margin-bottom: 2px;
}
.price .time .sign{
    font-size: 14px;
    margin-right: 6px;
}


/*INPUT RADIO*/
label.input-radio{
    border: 3px solid #98B535;
    border-radius: 25px;
    background: #FFFFFF;
    width: 145px;
    height: 100px;
    font-weight: bold;
    font-size: 50px;
    margin: 5px 10px;
    cursor: pointer;
}
label.input-radio input{
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    border-radius: 100%;
    background: #98B535;
    border: #E8E8E8;
    box-shadow: inset 0 0 0 15px #E8E8E8;
    transition: all 0.3s ease;
    justify-self: flex-end;
    cursor: pointer;
    margin-top: 0;
    margin-right: 20px;
}
label.input-radio input[type="radio"]:checked {
    box-shadow: inset 0 0 0 6px #E8E8E8;
}
.nav-buttons .cta{
    margin-left: 15px;
    margin-right: 15px;
}

/*RESPONSIVE*/
@media all and (max-width: 1200px) {
    .table{
        font-size: 16px;
    }
    .table>.line:first-of-type{
        font-size: 12px;
    }
    .table .line{
        height: 80px;
    }
}
@media all and (max-width: 991px) {
    .location-site-wrapper .col-sm-3{
        padding: 10px 25px;
    }

    .mobile-only{
        display: block;
    }
    .mobile-none{
        display: none;
    }
    .location-site-wrapper .row>.col-md-6, .location-site-wrapper .row>.col-lg-12{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    p ~ .aligncenter>.cta, p ~ .cta{
        margin: 0;
    }

    #espace-nav{
        padding:20px;
        height: auto;
    }
    #espace-nav nav{
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;        
    }
    #espace-nav .menu-link{
        margin:5px 0;
        padding:0;
        text-align : left;
    }
    #espace-nav .menu-link::before{
        content:none !important;
    }
    #espace-nav .menu-link:hover{
        padding-left:15px;
        transform: none;
    }
    #espace-nav .menu-link.current{
        transform: none;
    }
    .espace-deconnect{
        width:53px;
        height: 45px;
    }
    .espace-deconnect svg{
        width: 21px;
    }
}
@media all and (max-width: 767px) {
    .location-site-wrapper{
        padding-bottom: 75px;
    }
    .location-site-wrapper .section{
        padding: 15px 0;
    }

    #espace-nav{
        margin-bottom: 0;
        transform: translateY(calc(-50% + 50px));
        margin-top: -50px;
    }
    .cta{
        padding: 14px 18px;
    }
    .titre_vert.little{
        font-size: 30px;
    }
    .border-bloc{
        margin-bottom: 10px;
    }
    .border-bloc img{
        height: 150px;
        width: auto;
    }

    .step .icon svg{
        height: 35px;
    }

    /*TABLE*/
    .table{
        line-height: 1.2;
        position: relative;
    }
    .table .container-table{
        flex-flow: row nowrap;
        max-width: none;
        margin-left: 125px;
        overflow: hidden;
        overflow-x: auto;
    }
    .table .container-table.empty{
        margin-left:0;
    }
    .table .line{
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        min-width: 215px;
        width: 215px;
        height: 100% !important;
        position: relative;
    }
    .table .container-table.empty .line{
        width:100%;
    }
    .table>.line:first-of-type{
        position: absolute;
        left: 0;
        top: 0;
        min-width: 125px;
        width: 125px;
    }
    .table>.line:first-of-type .col{
        justify-content: flex-start;
        text-align: left;
        padding-left: 20px;
    }
    .table .line .col{
        width: 100% !important;
        height: 65px;
        padding: 18px 13px;
    }
    .table .container-table .line .col:not(:first-of-type){
        border-left: none;
        border-top: 1px solid #CFCFCF;
    }
    .table .container-table .line:not(:last-of-type){
        border-bottom: none;
        border-right: 1px solid #CFCFCF;
    }
    .table .cta{
        min-width: auto !important;
        padding: 13px;
    }

    .nav-buttons{
        justify-content: space-between;
    }
    .nav-buttons .cta{
        margin:5px;
    }
}