section h3.section-subheading, section .section-subheading.h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-fluid {
    padding: 0 !important;
}

.display-none, .hidden-xs {
    display: none;
}

#wave-transform {
    transform: rotateX(180deg) rotateY(180deg);
    margin-bottom: -5px;
}

.service-ps, .service-calo {
    flex-direction: column-reverse;
}

#nous-contacter h6 {
    font-weight: 400;
}

.custom-hr {
    border: 2px solid white;
    width: 50%;
    opacity: 0.7;
    margin: 0 auto 25px;
}

.logos-aides > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.max-860 {
    max-width: 1200px;
}

#info {
    position: initial;
    border: 1px solid #5AB641;
}

.gradient-green {
    background-image: linear-gradient(to right, #10B7BC, #5AB641);
    color: white;
}

.gradient-green:hover {
    color: white;
    letter-spacing: +1px;
}

.gradient-purple {
    background-image: linear-gradient(to right, #5AB641, #2367B5);
    color: white;
}

.gradient-purple:hover {
    color: white;
    letter-spacing: +1px;
}


.logos-80 {
    width: 80px;
    height: 80px;
}

.logos-64 {
    width: 64px;
    height: 80px;
}

.logos-60 {
    height: 60px;
    margin-top: 12px;
    margin-left: 36px;
}

.custom-btn {
    background: linear-gradient(324deg, #10B7BC, #5AB641);
    color: #fff;
    border: none;
    position: relative;
    width: 100%;
    font-size: 1.6em;
    padding: 8px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    margin: 24px 0;
}

.custom-btn:hover {
    background: #f6f6f6;
    color: #1AAB8A;
}

.custom-btn:before, .custom-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(324deg, #10B7BC, #5AB641);
    transition: 400ms ease all;
}

.custom-btn:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.custom-btn:hover:before, .custom-btn:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

/* ::-webkit-scrollbar {
    width: 0;
} */

/* #progressbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 12px;
  border-radius: 10px;
  background: linear-gradient(to top,#10B7BC,#5AB641,#2367B5);
} */

/* AIDES DE L'ETAT & ROADMAP */

.custom-timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.custom-timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background: linear-gradient(to top, #10B7BC, #5AB641, #2367B5, #8C4693, #E2515B, #EE781C, #FBCA35);
}

#aides-de-l-etat ul.list-group li {
    border: none;
    background: none;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.custom-timeline > li:after {
    clear: both;
}

.custom-timeline > li:after, .custom-timeline > li:before {
    display: table;
    content: " ";
}

.custom-timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 5px solid #e9ecef;
    border-radius: 100%;
}

.custom-timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.custom-timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.custom-timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.custom-timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.custom-timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.custom-timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.steps {
    font-size: 12px;
    padding-top: 8px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.step-number {
    font-size: 24px;
    text-align: center;
    margin: -5px 0 0;
}

.step_1 {
    background-image: linear-gradient(to top, #EE781C, #FBCA35);
}

.step_2 {
    background-image: linear-gradient(to top, #8C4693, #E2515B, #EE781C);
}

.step_3 {
    background-image: linear-gradient(to top, #2367B5, #8C4693);
}

.step_4 {
    background-image: linear-gradient(to top, #5AB641, #2367B5);
}

.step_5 {
    background-image: linear-gradient(to top, #10B7BC, #5AB641);
}

#btn_form:hover {
    color: white;
}

/* PROJET INDUS */

#project-indus > img:first-child {
    width: 100%;
}

#project-indus > #logo-ninkasi {
    width: 30%;
}

/* FOOTER */

.contact-custom-icon {
    color: #10B7BC;
}

#form-submit {
    margin: 0;
    height: 100%;
    font-size: 1.2rem;
    padding: 6px;
}


#recaptcha > div {
    margin: 0 auto .5em;
}

#embed-yt {
    width: 560px;
    height: 315px;
}

#contact-form input::placeholder {
    opacity: 0.8;
    color: #495057;
}

.form-check-input:checked {
    background-color: #10B7BC;
    border-color: #10B7BC;
}

.footer-links {
    text-decoration: none;
}

.logo-container span {
    font-size: 32px;
    letter-spacing: +5px;
}

/* leaflet */
#map-container {
    margin-top: 125px;
}

#map {
    width: 100%;
    height: 100vh;
}

#map .leaflet-popup-content {
    margin: 0 !important;
    max-width: 200px !important;
}

#map .leaflet-name {
    margin: 0;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    color: #344767;
}

#map .leaflet-logos {
    padding: 4px;
    border-radius: 10px 10px 0 0;
}

#map .leaflet-popup-close-button {
    display: none;
}

/* REALISATIONS PS */

.container-slider {
    position: relative;
    width: 375px;
    height: 500px;
    border: 2px solid white;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
    transition: 800ms ease all;
}

.img-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 375px 100%;
    border-radius: 10px;
}

.slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    opacity: 0;
    outline: none;
    margin: 0;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-slider:hover {
    scale: 1.05;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 100%;
    background: white;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 6px;
    height: 100%;
    background: white;
    cursor: pointer;
}

.slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-button:after {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.slider-button:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}
.background-img-1 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-1-AP.jpg');
}

.foreground-img-1 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-1-AV.jpg');
    width: 50%;
}
.background-img-2 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-2-AP.jpg');
}
.foreground-img-2 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-2-AV.jpg');
    width: 50%;
}
.background-img-3 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-3-AP.jpg');
}
.foreground-img-3 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-3-AV.jpg');
    width: 50%;
}
.background-img-4 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-4-AP.jpg');
}
.foreground-img-4 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-4-AV.jpg');
    width: 50%;
}
.background-img-5 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-5-AP.jpg');
}
.foreground-img-5 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-5-AV.jpg');
    width: 50%;
}
.background-img-6 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-6-AP.jpg');
}
.foreground-img-6 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-6-AV.jpg');
    width: 50%;
}
.background-img-7 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-7-AP.jpg');
}
.foreground-img-7 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-7-AV.jpg');
    width: 50%;
}
.background-img-8 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-8-AP.jpg');
}
.foreground-img-8 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-8-AP-2.jpg');
    width: 50%;
}
.background-img-9 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-9-AP.jpg');
}
.foreground-img-9 {
    background-image: url('/assets/img/realisations/points-singuliers/PS-9-AV.jpg');
    width: 50%;
}

/*Figcaption*/
#logo-3-monts {
    width: 100px;
    height: auto;
}
#logo-ministere {
    width: 80px;
    height: auto;
}
#logo-ch {
    width: 200px;
    height: auto;
}

/*Carousel*/
#carousel h4.text-gradient {
    z-index: 0;
}

.carousel-item > img {
    height: 400px;
    object-fit: contain;

}

/* Responsive */

@media (max-width: 767px) {
    nav > .container {
        padding: 0;
    }

    #isol-combles {
        margin: 100px 0;
    }

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

@media (min-width: 768px) {

    .flex-column-reverse {
        flex-direction: unset !important;
    }

    .custom-timeline:before {
        left: 50%;
    }

    .custom-timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }

    .custom-timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .custom-timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .custom-timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }

    .step-number {
        font-size: 38px;
        margin-top: -12px;
    }

    .carousel-item > img {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .dropdown:not(.dropdown-hover) .dropdown-menu {
        margin-top: 16px !important;
    }

    .service-ps, .service-calo {
        flex-direction: row !important;
    }

    .service-ps img, .service-calo img {
        margin-left: 3rem !important;
        position: relative;
    }

    .custom-background {
        height: 25%;
    }

    .custom-background-2 {
        height: 45%;
    }

    .custom-background-3 {
        height: 30%;
    }

    .custom-timeline > li {
        min-height: 150px;
    }

    .custom-timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .custom-timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }

    .custom-timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1140px) {
    .custom-background {
        height: 30%;
    }

    .custom-background-2 {
        height: 60%;
    }

    .custom-background-3 {
        height: 35%;
    }
}

@media (min-width: 1200px) {
    .custom-timeline > li {
        min-height: 170px;
    }

    .custom-timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .custom-timeline > li .timeline-panel {
        padding: 0 20px 20px 25px;
    }

    .custom-timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 50px 20px 20px;
    }

    #first-step {
        padding: 0 20px 20px 80px;
    }

    .logo-container span {
        letter-spacing: +2px;
    }
}

@media (min-width: 1300px) {
    .custom-background {
        height: 40%;
    }

    .custom-background-2 {
        height: 75%;
    }

    .custom-background-3 {
        height: 45%;
    }
}

@media (min-width: 1350px) {
    .custom-background-2 {
        height: 85%;
    }
}

@media (min-width: 1390px) {
    .custom-background-3 {
        height: 55%;
    }
}

@media (min-width: 1400px) {
    .logo-container span {
        margin-left: -65px;
    }
}
