a:visited {
    color: inherit;
}

a {
    outline: none;
    color: #757589;
    text-decoration: underline;
    display: inline-block;
}

    a:hover {
        color: #079ac4;
    }

.rbLabel:hover {
    color: #079ac4;
}

.carousel-item {
    padding: 50px 20px 40px;
}

.carousel-devis li {
    padding-left: 20px;
}

.devis-control-next {
    position: absolute;
}

.devis-control-next,
.devis-control-redo {
    border: 2px solid #000248;
    background: #ffffff;
    right: 0;
    color: #000248;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 44px;
    padding: 0;
    top: auto;
    bottom: -40px;
    width: 40%;
    text-decoration: none !important;
    opacity: 1;
    transition: 0.3s all;
}

.devis-control-end {
    border: 2px solid #079ac4 !important;
    color: #079ac4 !important;
}

.devis-control-next:hover,
.devis-control-redo:hover {
    background: #000248;
    color: #ffffff !important;
}

.devis-control-end:hover {
    background: #079ac4 !important;
    color: #ffffff !important;
}

.devis-control-redo {
    width: 100%;
    text-align: center;
    color: #000248 !important;
}

.carousel-indicators {
    bottom: auto;
}

    .carousel-indicators li {
        background-color: #079ac4;
        margin: 0px !important;
        width: 50px;
    }

input[type="checkbox"] {
    opacity: 1 !important;
    left: 0px;
    height: 25px;
    width: 12px;
    left: 20px;
}

input[type="radio"] {
    opacity: 1 !important;
    left: 0px;
    height: 25px;
    width: 12px;
}

input[type=date] {
    margin: 5px 15px 0px;
    border: 2px solid rgba(7, 154, 196, 0.15);
}

.carousel-item ul {
    list-style: none;
}

.carousel-item textarea {
    border: 2px solid rgba(7, 154, 196, 0.15);
    padding: 10px;
    margin-bottom: 30px;
}

.slidecontainer input {
    padding: 0px;
}

input[type="radio"] ~ label::before,
input[type="radio"] ~ label::after {
    opacity: 0 !important;
}

.uploadButton {
    position: relative;
    width: 100%;
    padding-left: 0px !important;
}

.uploadButton-input {
    margin-top: 5px;
    height: auto;
    padding: 10px;
    border: 2px solid rgba(7, 154, 196, 0.15);
}

.join-file-devis {
    position: absolute;
    right: 0px;
    top: 0px;
}

.arrow-devis {
    position: relative;
    bottom: 1px;
    height: 15px;
}

.form-control-range::-webkit-slider-thumb {
    background: #079ac4 !important;
}

.form-control-range::-moz-range-thumb {
    background: #079ac4 !important;
}

.form-control-range::-ms-thumb {
    background: #079ac4 !important;
}

.custom-label {
    padding-left: 20px;
}

.form-group input {
    border-radius: 0px;
}

.color-lightblue {
    color: #079ac4;
}

.row-icon-estimation {
    flex-wrap: nowrap;
}

.RadSlider {
    width: 100% !important;
}

.rslHorizontal {
    width: 100% !important;
}

.rslTrack {
    width: 85% !important;
    left: 0 !important;
}

.rslHandle {
    display: none !important;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #079ac4; /* Blue */
    border-radius: 50%;
    margin: auto;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* FOOTER */

input.axil-button.btn-transparent:hover {
    color: #FFFFFF;
}

input.axil-button.btn-transparent {
    font-weight: 700;
    outline: none;
    position: relative;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    padding: 0 25px;
    z-index: 2;
    font-size: 16px;
    background: #ffffff;
    border: 2px solid #000248;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}


    input.axil-button.btn-transparent:hover {
        background-color: #000248;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.ValidationText {
    display: block;
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
}

.summary {
    margin-top: 20px;
}

.ax-section-gapFooter {
    padding: 70px 0px;
}

.carousel-item {
    padding: 50px 20px 40px;
}

.carousel-devis li {
    padding-left: 20px;
}

.devis-control-next,
.devis-control-redo {
    border: 2px solid #000248;
    background: #ffffff;
    color: #000248;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 44px;
    padding: 0;
    top: auto;
    bottom: -40px;
    width: 40%;
    text-decoration: none !important;
    opacity: 1;
    transition: 0.3s all;
}

.devis-control-end {
    border: 2px solid #079ac4;
    color: #079ac4 !important;
}

.devis-control-next:hover,
.devis-control-redo:hover {
    background: #000248;
    color: #ffffff !important;
}

.devis-control-end:hover {
    background: #079ac4;
    color: #ffffff !important;
}

.devis-control-redo {
    width: 100%;
    text-align: center;
    color: #000248 !important;
}

.carousel-indicators {
    bottom: auto;
}

    .carousel-indicators li {
        background-color: #079ac4;
        margin: 0px !important;
        width: 50px;
    }

.carousel-devis input[type="checkbox"] {
    opacity: 1 !important;
    left: 0px;
    height: 25px;
    width: 12px;
    left: 20px;
}

.carousel-devis input[type="radio"] {
    opacity: 1 !important;
    left: 0px;
    height: 25px;
    width: 12px;
    left: 19px;
}

.carousel-devis input[type=date] {
    margin: 5px 15px 0px;
    border: 2px solid rgba(7, 154, 196, 0.15);
}

.carousel-devis .position-relative input[type="radio"],
.carousel-devis .recontact-label input[type="radio"] {
    opacity: 1 !important;
    left: 0px;
    height: 25px;
    width: 12px;
    left: 0px;
}

.carousel-item ul {
    list-style: none;
}

.carousel-item textarea {
    border: 2px solid rgba(7, 154, 196, 0.15);
    padding: 10px;
    margin-bottom: 30px;
}

.slidecontainer input {
    padding: 0px;
}

.carousel-devis input[type="radio"] ~ label::before,
.carousel-devis input[type="radio"] ~ label::after {
    opacity: 0 !important;
}

.uploadButton {
    position: relative;
    width: 100%;
    padding-left: 0px !important;
}

.uploadButton-input {
    margin-top: 5px;
    height: auto;
    padding: 10px;
    border: 2px solid rgba(7, 154, 196, 0.15);
}

.join-file-devis {
    position: absolute;
    right: 0px;
    top: 0px;
}

.arrow-devis {
    position: relative;
    bottom: 1px;
    height: 15px;
}

.form-control-range::-webkit-slider-thumb {
    background: #079ac4 !important;
}

.form-control-range::-moz-range-thumb {
    background: #079ac4 !important;
}

.form-control-range::-ms-thumb {
    background: #079ac4 !important;
}

.custom-label {
    padding-left: 20px;
}

.form-group input {
    border-radius: 0px;
}

.color-lightblue {
    color: #079ac4;
}

.row-icon-estimation {
    flex-wrap: nowrap;
}

.contact-form-style-large-graphic {
    max-width: 100% !important;
    -webkit-perspective: 3500px !important;
    perspective: 3500px !important;
}

.contact-form-style-large {
    padding: 50px;
}

#civilite {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #D3D3D3;
    position: relative;
    top: 10px;
}

#contact-form-facture label {
    position: relative;
    top: 10px;
}

#contact-form-facture .form-group {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

    #contact-form-facture .form-group input {
        height: 40px;
    }

.lightgrey {
    color: #9a9aa3fb;
}

.newcode-form {
    color: #079ac4 !important;
    text-decoration: none;
}

.form-group.focused label {
    color: #079ac4 !important;
}

.send-facture {
    height: 46px !important;
}

.last-form-group {
    padding: 20px 0px;
}

#date-facture {
    width: 50%;
}

.popup-mobile-manu .inner .mobileheader .logo img {
    height: 70px;
}

.popup-mobile-manu .inner {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}

    .popup-mobile-manu .inner .menu-item ul.mainmenu-item li a {
        color: #000248;
    }

    .popup-mobile-manu .inner .menu-item ul.mainmenu-item li.has-children ul.submenu li a {
        color: #000248;
    }

    .popup-mobile-manu .inner .menu-item ul.mainmenu-item li.has-children > a {
        color: #000248;
    }

        .popup-mobile-manu .inner .menu-item ul.mainmenu-item li.has-children > a::after {
            border-color: #000248 transparent transparent transparent;
        }

@media only screen and (max-width: 575px) {
    .popup-mobile-manu .inner .mobileheader .logo a img {
        max-width: 100%;
    }
}

/* AUDIT - QUALITÉ DU CODE */

.code-img,
.securite-img,
.performance-img,
.referencement-img,
.ergonomie-img {
    margin: 0;
    padding: 0;
    background-size: cover;
    height: 38vh;
}

.code-img {
    background: url("../images/process/codesource.png") center no-repeat;
}

.securite-img {
    background: url("../images/process/securite.png") center no-repeat;
}

.performance-img {
    background: url("../images/process/performance.png") center no-repeat;
}

.referencement-img {
    background: url("../images/process/seo.png") center no-repeat;
}

.ergonomie-img {
    background: url("../images/process/design.png") center no-repeat;
}

/* PME ET STARTUP */

.blog-images {
    width: 100%;
    height: auto;
}

/* Ajout du 16/06/2021 */
/*Default*/
.text-color {
    color: #079ac4;
    margin-bottom: 0;
}

text-italic {
    font-style: italic;
}

.icon-color {
    color: #079ac4;
    opacity: .9;
    transition: all .5s ease
}

li:hover .icon-color {
    opacity: .5;
}

.purecounter {
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.purecounter-style2 {
    font-weight: 500 !important;
    font-size: 35px !important;
    line-height: 46px !important;
    margin-top: 0 !important;
    color: #079ac4;
}

.logo img {
    height: 90px;
    padding: 0.25em;
}

/* 10 2025 */
.footer2 {
    width: 100%;
    background-color: #4D13BC;
    color: white;
    padding: 40px 20px;
    font-family: "DM Sans", sans-serif;
}

.footer2-logo {
    text-align: center;
}


.footer2-columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto 20px auto;
    align-items: center;
    justify-items: center;
}

.footer2-columns-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    justify-items: center;
}

.footer2-col {
    display: flex;
    flex-direction: column;
}

.center {
    text-align: center;
    align-items: center;
}

/* Texte */
.footer2-title {
    color: #39C9EA;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer2-text {
    color: white;
    margin: 4px 0;
    font-size: 16px;
}

/* Icônes sociales */
.ft-social-share {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .ft-social-share li {
        margin: 0;
        padding: 0;
    }

.icon-color {
    color: white;
    font-size: 40px;
    transition: 0.3s;
}

    .icon-color:hover {
        color: #079AC4;
        transform: scale(1.1);
    }


.nr2-image {
    width: 150px;
    height: 110px;
    object-fit: contain;
}

.footer2-separator {
    border: none;
    border-top: 0.2px solid;
    color: white;
    margin: 30px auto;
    width: 70%;
    opacity: 50%;
}


/* Responsive */
@media (max-width: 900px) {
    .footer2-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer2-columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .footer2-columns-4,
    .footer2-columns-3 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Texte centré souligné */
.footer2-center-text2 {
    text-align: center;
    margin-bottom: 20px;
}

    .footer2-center-text2 p {
        color: #39C9EA;
        font-size: 18px;
        display: inline-block;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding-bottom: 5px;
    }

.footer2-logos2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

    .footer2-logos2 img {
        height: 50px;
        object-fit: contain;
        transition: 0.3s;
    }

        .footer2-logos2 img:hover {
            transform: scale(1.1);
        }


.footer2-col.link-hover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .footer2-col.link-hover a {
        display: inline-block;
        width: auto;
        align-self: flex-start;
        padding: 3px 0;
        position: relative;
        overflow: hidden;
        color: white;
        text-decoration: none;
    }

        .footer2-col.link-hover a::after {
            content: "";
            width: 0;
            height: 1px;
            bottom: 0;
            position: absolute;
            right: 0;
            background: #39C9EA;
            transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .footer2-col.link-hover a:hover::after {
            width: 100%;
            left: 0;
            right: auto;
        }

.footer2-bottom {
    text-align: center;
    color: white;
    font-size: 14px;
    margin-top: 20px
}

    .footer2-bottom p {
        margin: 0;
        color: white;
    }
