#services * {
    box-sizing: border-box;
}

#services { max-width:1300px;margin:0px auto;}
#services label {
    display: block;
    text-align: left;
}

#services .step-container p {
    text-align: left;
}

#services select, #services input[type=text], #services textarea {
    box-sizing: border-box;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-family: Arial, sans-serif;
    -webkit-appearance: none;
    outline: 0;
    height: 35px;
    padding: 9px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
}

#services select {
    /*-webkit-appearance: menulist;*/
}

#services textarea {
    min-height: 60px;
}

#services .row, #services .columns {
    box-sizing: border-box;
}

#services .fast-link {
    background-color: #1C1C1C;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    cursor: pointer;
}

#services .fast-link img {
    border: none;
    box-shadow: none;
    max-height: 70px;
}

#services .fast-link p {
    color: white;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 0;
}

#services .fast-link.selected {
    background-color: #444444;
}

@media only screen and (min-width: 768px) {
    #services .banner {
        background-color: #1C1C1C;
    }

    #services .banner .no-gutter {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #services .banner .no-gutter {
        margin-top: 12px;
        margin-bottom: 18px;
    }
}

#services .banner .image {
    height: 190px;
    border-radius: 4px;
    background-color: #E0E0E0;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    #services .banner .image {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #services .banner .details {
        color: white;
        padding: 0px 30px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    #services .banner .details {
        padding: 20px 0;
    }
}

#services .banner .details h3, #services .banner .details .h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    #services .banner .details h3, #services .banner .details .h3 {
        font-size: 1.2em;
    }
}

#services .banner .details p {
    font-size: 1.1em;
}

@media only screen and (max-width: 767px) {
    #services .banner .details p {
        font-size: 0.9em;
        margin-bottom: 10px;
        color: #777;
    }
}

#services .banner .details i {
    margin-right: 10px;
    font-size: 1.5em;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    #services .banner .details i {
        display: none;
    }
}

#services .steps {
    background-color: white;
    margin-bottom: 20px;
    border-top: 1px solid #eee;

}

#services .steps .previous {
    background-color: #444444;
    position: absolute;
    top: 170px;
    /*left: 0px;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*padding-top: 3px;*/
    text-align: center;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 0.5em;
    border-radius: 0 25px 25px 0;


    left: 10px;
    /*width: 50px;*/
    height: 80px;
    padding-top: 0;
    padding: 15px 0px 0px 0px;
    text-align: center;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 0.5em;
    border-radius: 40px;
}

#services .steps .previous span {
    display: block;
    font-size: 1rem;
    padding: 5px 0px;
}

@media only screen and (min-width: 960px) {
    #services .steps .previous {
        width: 80px;
    }
}

@media only screen and (max-width: 959px) {
    #services .steps .previous {
        position: inherit;
        border-radius: 5px;
        width: 80px;
    }
}

#services .steps .next {
    background-color: #444444;
    position: absolute;
    top: 170px;
    right: 10px;
    /*width: 50px;*/
    /*height: 50px;*/
    /*padding-top: 3px;*/
    text-align: center;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 0.5em;
    /*border-radius: 25px 0 0 25px;*/
    height: 80px;
    padding: 15px 0px 0px 0px;
    border-radius: 40px;
    border-radius: 40px;

    z-index: 5;
}

#services .steps .next span {
    display: block;
    font-size: 1rem;
    padding: 5px 0px;
}

#services .steps  .next,#services .steps  .previous {
    transition:all ease-in-out 125ms;
}
#services .steps  .next:hover,#services .steps  .previous:hover {
    transform: scale(1.1);
}

@media only screen and (min-width: 960px) {
    #services .steps .next {
        width: 80px;
    }
}

@media only screen and (max-width: 959px) {
    #services .steps .next {
        position: inherit;
        border-radius: 5px;
        width: 80px;
    }
}

#services .steps .step {
    display: none;
}

#services .steps .step .step-container {
    padding: 15px 60px 30px 60px;
}

@media only screen and (max-width: 767px) {
    #services .steps .step .step-container {
        padding: 1px 10px 0 10px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 960px) {
    #services .steps .step .step-container {
        padding: 25px 130px 50px 130px;
    }
}

#services .steps .step .step-footer {
    padding: 15px 0;
    background-color: #F9F9F9;
    border-top: solid 1px #F0F0F0;
    text-align: center;
}

#services .steps .step h3, #services .steps .step .h3 {
    font-size: 1.6em;
        border-bottom: solid 1px #E0E0E0;
    padding-bottom: 10px;
    margin: 0px 0px 5px 0px;
}

@media only screen and (max-width: 767px) {
    #services .steps .step h3, #services .steps .step .h3 {
        font-size: 1.4em;
    }
}

#services .steps .step label {
    font-size: 1.1em;
    font-weight: inherit;
}

#services .tracking, #services .tracking * {
    border-box: box-sizing;
}

#services .tracking {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #services .tracking {
        border: solid 1px #D0D0D0;
        margin-bottom: 10px;
    }
}

#services .tracking .step {
    border-radius: 3px 3px 0 0;
    display: inline-block;
    /*//width: 24.8%;*/
    width: calc( ( 100% / 4 ) - 3px );
    padding: 10px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    position: relative;
    background-color: transparent;
    font-size: 0.9em;
    font-weight: 600;
}



@media only screen and (min-width: 992px) and (max-width: 1279px) {
    #services .tracking .step {
    width: calc( ( 100% / 4 ) - 3px );
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #services .tracking .step {
        width: 24.5%;
    }
}

@media only screen and (max-width: 767px) {
    #services .tracking .step {
        width: 100%;
        padding: 10px 0;
        font-size: 0.9em;
        text-align: left;
        padding-left: 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    #services .tracking .step + .step {
        margin-left: 0;
        border-top: solid 1px #D0D0D0;
    }
}

#services .tracking .step i {
    font-size: 1.6em;
    display: block;
    margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
    #services .tracking .step i {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 5px;
        font-size: 1.5em;
    }
}

#services .tracking .step i:not(.fa-picto) {
    display: none;
    color: #444444;

}

@media only screen and (min-width: 992px) {
    #services .tracking .step.complete i.fa-picto {
        display: none;
    }

    #services .tracking .step.complete i:not(.fa-picto) {
        display: block;
        color: #fff;
        font-size: 4em;
        line-height: 1.25em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 767px) {
    #services .tracking .step.complete i:not(.fa-picto) {
        display: inline-block;
    }
}

#services .invalid.select2-container .select2-selection {
    border-color: red !important;
}

#services .invalid.form-control {
    border-color: red !important;
}

#services .steps_step_active, #services #atelier[data-active-step="client"] .steps .step[data-step="client"], #services #atelier[data-active-step="prestation"] .steps .step[data-step="prestation"], #services #atelier[data-active-step="rdv"] .steps .step[data-step="rdv"], #services #atelier[data-active-step="summary"] .steps .step[data-step="summary"] {
    display: block;
}

#services .tracking_step_active, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"], #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"], #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"], #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] {
    /*background-color: #444444;
    color: white;*/
    position: relative;

}


.select2-container { width:100% !important;max-width:100%;}
@media screen and (max-width:767px) {
    #services .tracking_step_active, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"], #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"], #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"], #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] {
        background-color: #444444;
        color: white;
    }
    }
@media screen and (min-width:768px) {

    .tracking .step span:first-child {
        width: 5em;
        height: 5em;
        text-align: center;
        line-height: 5em;
        border-radius: 5em;
        background: darkgray;
        margin: 0 1em;
        display: block;
        margin:0px auto;
        color: white;
        position: relative;
        z-index: 1;
    }
    .tracking .step span:first-child i { line-height:3em;}

    .tracking .step span+span { display:block;text-align:center;padding-top:5px;}
    #services .tracking .step.complete span:first-child { background-color:#444444;color:#fff;}
    #services .tracking_step_active span:first-child , #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] span:first-child , #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] span:first-child , #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] span:first-child , #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] span:first-child {
        background-color: #444444;


    }
    #services .tracking .step::before {
        content: '';
        position: absolute;
        top: 3.85em;
        left: -50%;
        width: 100%;
        height: 0.3em;
        background: darkgray;
        z-index: 0;
        -webkit-transition: all ease-in-out 125ms;
        -moz-transition: all ease-in-out 125ms;
        -ms-transition: all ease-in-out 125ms;
        -o-transition: all ease-in-out 125ms;
        transition: all ease-in-out 125ms;
    }

    #services .tracking .step::before {}

    #services .tracking .step:first-child::before {
        display: none;
    }


    #services .tracking_step_active, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"]:before,
    #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"]:before,
    #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"]:before,
    #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"]:before,
    #services .tracking .step.complete:before {
        background: #444444;
        height: 0.6em;
        top: 3.70em;
    }

}
@media only screen and (min-width: 992px) {
    #services .tracking_step_active .arrow, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] .arrow, #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] .arrow, #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] .arrow, #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] .arrow {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        z-index: 3;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #444444;
    }
}

#services .tracking_step_active i:not(.fa-picto), #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] i:not(.fa-picto), #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] i:not(.fa-picto), #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] i:not(.fa-picto), #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] i:not(.fa-picto) {
    display: none;
}

#services .tracking_step_active i.fa-picto, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] i.fa-picto, #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] i.fa-picto, #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] i.fa-picto, #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] i.fa-picto {
    display: block;
}

@media only screen and (max-width: 767px) {
    #services .tracking_step_active i.fa-picto, #services #atelier[data-active-step="client"] .tracking .step[data-step="client"] i.fa-picto, #services #atelier[data-active-step="prestation"] .tracking .step[data-step="prestation"] i.fa-picto, #services #atelier[data-active-step="rdv"] .tracking .step[data-step="rdv"] i.fa-picto, #services #atelier[data-active-step="summary"] .tracking .step[data-step="summary"] i.fa-picto {
        display: inline-block;
    }
}

#services #atelier select, #services #atelier .select2-selection {
    height: 30px;
}

#services #atelier .select2-selection, #services #atelier .form-control {
    background-color: #f5f8f9;
    border-color: #dcdce7;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    #services #atelier .select2-selection, #services #atelier .form-control {
        margin-bottom: 10px;
    }
}

#services #atelier .select2-container--disabled .select2-selection {
    background-color: #F0F0F0;
}

#services #atelier textarea {
    resize: vertical;
    min-height: 80px;
}

#services #atelier .preview {
    height: 280px;
    margin: auto;
    background-color: #EAEAEA;
    position: relative;
}

#services #atelier .preview .text {
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #999;
    font-weight: 600;
    margin-top: -20px;
}

#services #atelier .preview.defined {
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#services #atelier .preview.defined .text {
    display: none;
}

@media only screen and (min-width: 768px) {
    #services #atelier[data-active-step="client"] .row + .row {
        margin-top: 20px;
    }
}

#services #atelier[data-active-step="client"] .previous-button {
    display: none;
}

@media only screen and (min-width: 768px) {
    #services #atelier[data-active-step="prestation"] .next {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #services #atelier[data-active-step="prestation"] .next {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    #services #atelier[data-active-step="rdv"] .next {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #services #atelier[data-active-step="rdv"] .next {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    #services #atelier[data-active-step="summary"] .next {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #services #atelier[data-active-step="summary"] .next {
        margin-top: 10px;
    }
}

#services #atelier .prestations { margin-top:30px;}
#services #atelier .prestations .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#services #atelier .prestations .prestation {
    background-color: #cccccc;
    text-align: center;
    color: white;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 0px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #services #atelier .prestations .prestation {
        margin-bottom: 10px;
        text-align: left;
        background-color: transparent;
        border: solid 1px #E0E0E0;
        color: #777;
    }
}

#services #atelier .prestations .prestation div {
    font-size: 1.1em;
    padding-bottom: 10px;
    color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #services #atelier .prestations .prestation div {
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    #services #atelier .prestations .prestation div {
        display: inline-block;
    }
}

#services #atelier .prestations .prestation input[type="checkbox"] {
    display: none;
}

#services #atelier .prestations .prestation img {
    max-width: 110px;
}

@media only screen and (max-width: 767px) {
    #services #atelier .prestations .prestation img {
        max-width: 70px;
        padding: 0 6px;
        margin-right: 10px;
        border-radius: 3px 0 0 3px;
        background-color: #444444;
        vertical-align: middle;
    }
}

#services #atelier .prestations .prestation.selected {
    background-color: #444444;
    color: white;
}

#services #atelier .prestations .prestation.selected div {
    color: white;
}

#services #atelier .prestation-details .detail {
    background-color: #FAFAFA;
    padding: 15px;
}

#services #atelier .prestation-details .detail p {
    text-align: left;
    padding: 5px 0px;
}

#services #atelier .prestation-details .detail + .detail {
    margin-top: 5px;
}

#services #atelier .prestation-details .detail h4, #services #atelier .prestation-details .detail .h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
}

#services #atelier .prestation-details .detail p {
    color: #777;
    margin-bottom: 0;
}

#services #atelier .prestation-details .detail:not(.active) {
    display: none;
}


#services #atelier .showcases .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#services #atelier .showcases.selected {
    display: none;
}

#services #atelier .showcases .showcase.incompatible {
    display: none;
}

#services #atelier .showcases .showcase .banner {
    height: 120px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#services #atelier .showcases .showcase img {
    width: auto;
    max-width: 100%;
}

#services #atelier .showcases .showcase h4 {
    background: none;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#services #atelier .showcases .showcase .showcase-content {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px 10px;
    cursor: pointer;
}

#services #atelier .showcases .showcase .showcase-content:hover {
    background: #ccc;

}

#services #atelier .showcases .showcase .name {
    margin-top: 0;
    font-size: 1.1em;
    white-space: nowrap;
}

#services #atelier .showcases .showcase .description {
    color: #777;
    height: 50px;
    margin-left: 10px;
}

#services #atelier .showcases .showcase .hours {
    color: #888;
    padding-top: 12px;
    border-top: solid 1px #DFDFDF;
    font-size: 0.8em;
}

#services #atelier .opening-hours {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    display: flex;
    flex-wrap: nowrap;
    text-align: left;
}

#services #atelier .appointment {
    display: none;
}

#services #atelier .appointment h4, #services #atelier .appointment .h4 {
    margin-top: 0;
}

#services #atelier .appointment img {
    width: 40px;
    margin-right: 10px;
}

#services #atelier .appointment #map {
    background-color: #E0E0E0;
    border: solid 1px #E0E0E0;
    height: 315px;
}

@media only screen and (max-width: 767px) {
    #services #atelier .appointment #map {
        margin-bottom: 20px;
        height: 120px;
    }
}

#services #atelier .appointment .infos .rdv {
    /*color: #777;*/
    white-space: nowrap;
    margin-top: 5px;
    /*border: solid 1px #D8D8D8;*/
    padding: 10px;
}

#services #atelier .appointment .infos .h4.name {
    font-weight:bold;font-size:1.1em;
}

#services #atelier .appointment .infos .rdv label {
    font-size: 0.9em;
    color: inherit;
}

#services #atelier .appointment .infos .rdv .form-control {
    max-width: 120px;
    display: inline-block;
}

#services #atelier .appointment .infos .rdv .form-control.hour, #services #atelier .appointment .infos .rdv .form-control.minute {
    max-width: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #services #atelier .appointment .infos .rdv .form-control.hour, #services #atelier .appointment .infos .rdv .form-control.minute {
        max-width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    #services #atelier .appointment .infos .rdv .form-control {
        display: block;
        max-width: inherit;
        width: 100%;
    }
}

#services #atelier .appointment .infos .rdv .form-control + .form-control {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    #services #atelier .appointment .infos .rdv .form-control + .form-control {
        margin-left: 0;
        margin-top: 10px;
    }
}

#services #atelier .appointment .infos .details {
    color: #777;
    margin-bottom: 20px;
}

#services #atelier .appointment .infos .details .description {
    margin-bottom: 15px;
}

#services #atelier .appointment .infos .details .opening-hours {
    min-height: 30px;
    height:auto;
    overflow: unset;
    text-overflow: ellipsis;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
}

#services #atelier .appointment .infos .details .opening-hours div { white-space:pre;text-align:left;}
#services #atelier .summary h4, #services #atelier .summary .h4 {
    margin-top: 25px;
}

#services #atelier .summary .edit-step {
    font-size: 0.7em;
    cursor: pointer;
    color: #888;
    margin-left: 5px;
}

#services #atelier .summary p {
    margin-bottom: 7px;
    margin-left: 12px;
}

#services #atelier .summary p span {
    margin-left: 5px;
    color: #777;
}

#services .label-state.invalid {
    color: red;
}

#services #listing .list .element .photo {
    height: 120px;
}

#services .options-content {
    max-height: 500px;
    overflow: auto;
}

#services .option {
    color: #888;
    margin: 6px 0;
}

#services .option input {
    margin-right: 7px;
}


#services #atelier .btn-commande {
    vertical-align: middle;
    cursor: pointer !important;
    padding: 10px 20px !important;
    display:inline-block;
}



/**

  .navbar { position:relative;display:block;margin:0px auto;text-align:center;}
  .navbar li { display:inline-block;text-align:center;padding:0px 10px}
  .navbar li>span {display:block;}
.navbar li {
  text-align: center;
  width: 7em;
  margin: 0 1em;
  display: inline-block;
  color: white;
  position: relative;
}
.navbar li>span { line-height:2em;font-size:16px;color:#666;}
.navbar li span+span{
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  border-radius: 2em;
  background: yellowgreen;
  margin: 0 1em;
  display: inline-block;
  color: white;
  position: relative;
}

.navbar li::before {
  content: '';
  position: absolute;
  top: 3.85em;
  left: -5em;
  width: 8em;
  height: .2em;
  background: yellowgreen;
  z-index: -1;
}



.navbar li:first-child::before {
  display: none;
}

.navbar .active span+span {
  background: yellowgreen;
}

.navbar .active ~ li span+span {
  background: #d4e6b0;
}

.navbar .active ~ li::before {
  background: #d4e6b0;
}
.header_experveo { position:relative;text-align:center;}
.header_experveo img { margin:0px auto;outline:none; }
.header_experveo h1 { color:#999;font-size:28px;margin:0px 0px 20px 0px;}
.tabs { margin-bottom:60px;}

 */