:root {
    --bs-accordion-active-bg: #eee;
    --bs-accordion-active-color: #5596c4
}

html {
    scroll-behavior: smooth;
    font-family: 'Lato', 'helvetica', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 0.95rem
}

body {
    padding-top: 6rem 0 0 0;
    color: #333333 !important;
    font-weight: 0.9rem !important;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

h6 {
    color: #676767 !important
}

.rounded-sm {
    border-radius: 10px !important
}

.btn-primary {
    background: -o-linear-gradient(102.27deg, #3799da -.49%, #3a9ada 100%) !important;
    background: linear-gradient(347.73deg, #3799da -.49%, #3a9ada 100%) !important;
    border: 1px solid #3a9ada;
}

a {
    color: #5596c4
}

.h1 {
    font-weight: 500;
}

.above-h1 {
    position: relative;
    text-transform: uppercase;
    font-size: 0.9;
    font-weight: 300;
    bottom: -1rem;
}

p {
    font-weight: 400;
    font-size: 1rem !important
}

p strong {
    font-weight: 500;
}

.navbar2 {
    /*-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 9%);*/
    position: fixed;
    width: calc(100%);
    z-index: 99;
    top: 0;
    left: 0
}

.position-relative {
    /*-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 9%);*/
    position: relative;
}

.navbar2 .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

.navbar2 .logo img {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 74px;
}

.menu-toggler {
    display: none;
    width: 48px;

}

.menu-toggler .fa {
    display: none;
    font-size: 1.4rem
}

.menu-toggler .svg-inline--fa {
    font-size: 1.7rem
}

.mr {
    margin-right: 1.3rem;
}

.mr-top {
    margin-right: 1.3rem;
}

.nav-link-2 {
    padding: 20px 10px;
    text-decoration: none;
    color: #333333;
    font-size: 1.2rem
}

.action-panel {
    padding: 10px 15px;
    font-size: 0.9rem;
}


.navbar2 ul li {
    display: inline-block;
}

.navbar2 ul li a {
    padding: 20px;
}

.btn-primary-2 {
    position: relative;
    background: -o-linear-gradient(90deg, #5eb9f6 -.49%, #3a9ada 100%) !important;
    background: linear-gradient(90deg, #5eb9f6 -.49%, #3a9ada 100%) !important;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff !important;
    line-height: 15px;
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 0.95rem;
}

.btn-primary-2:hover {
    color: #fff;
}

.bg-primary {
    background: -o-linear-gradient(102.27deg, #3799da -.49%, #3a9ada 100%);
    background: linear-gradient(347.73deg, #3799da -.49%, #3a9ada 100%);
}

.btn-outline-primary {
    background: #fff;
    cursor: pointer;
    padding: 9px 14px;
    border: 1px solid #3799da;
    color: #3a9ada;
    line-height: 15px;
    padding-bottom: 11px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
}

.btn-outline-primary:hover {
    background-image: linear-gradient(45deg, #3da6eb -.49%, #2089d0 100%) !important;
    cursor: pointer;
    padding: 9px 14px;
    border: 1px solid #3799da;
    color: #fff;
    line-height: 15px;
    padding-bottom: 11px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
}


.action-panel .btn-primary-2 {
    background: #fff;
    color: #3799da;
    font-size: 0.9rem
}

.jumbotron {
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-item {
    height: 100vh;
    width: 50%;
    padding: 3rem;
}

.home-container {
    max-width: 1280px;
    margin: 0 auto;
}

.home-container .row-damn {
    height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media (max-width: 768px) {
    .navbar2 {
        position: fixed;
        width: calc(100%);
        padding: 0 5px;
        background: #fff !important
    }

    .navbar2 .logo img {
        padding-bottom: 7px;
        padding-top: 7px;
        height: 54px;
    }

    .container2 {
        padding: 0;
        background-size: cover;
        background-position-y: -110px;
        background-repeat: no-repeat;
        text-align: center;
        color: #fff;
    }

    .bg-mobile {
        background: #fff;
        background-image: none;
    }

    .btn-primary {
        background: -o-linear-gradient(102.27deg, #3799da -.49%, #3a9ada 100%);
        background: linear-gradient(347.73deg, #3799da -.49%, #3a9ada 100%);
    }

    .container2 .col-content .btn-primary-2 {
        background: #fff;
        color: #5596c4;
        font-size: 0.7rem;
    }

    .container2 a {
        color: #fff;
    }

    .container2 .col-content .btn-outline-primary {
        background: transparent;
        border-color: #5596c4;
        color: #246896;
        font-size: 0.7rem;
    }

    .col-content .btn-primary-2 {
        font-size: 0.7rem;
    }

    .col-content .btn-outline-primary {
        font-size: 0.7rem;
    }

    .col-bg {
        display: none;
    }

    .col-card {
        margin-bottom: 3rem;
        text-align: center
    }

    .col-card img {
        width: 80%;
        padding: 20px
    }

    .company-desc {
        padding-top: 120px
    }

    .action-panel {
        display: none
    }

    .col-content {
        padding: 0 2rem
    }

    .menu-toggler {
        display: block
    }

    .maxw-600 h3 {
        font-size: 0.9rem;
        font-weight: bold;
    }

    .menu-toggler .svg-inline--fa {
        color: #3a9ada
    }

    .logo {
        /* filter: brightness(0) invert(0.3); */
    }

    .menu-toggler .svg-inline--fa {
        font-size: 1.3rem
    }

    .menu-button-mobile {
        width: auto;
    }

    .mobile-not {
        display: none
    }

}

.menu-button-mobile {
    width: auto;
}

.ho♦-container .row-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .row-services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .form-panel {
        padding: 0
    }

}

@media (max-width: 400px) {

    .mr {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .row-products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-bottom: 3rem;
        width: calc(100% - 30px);
    }
}


.home-container .row-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

.shadow-drop {
    background: #fff;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    border-radius: 6px;
    height: 100% !important
}

.home-container .row-services .col-lg-3 img {
    margin-right: 10px
}


.home-container .row-products .col-lg-3 {
    background: #fff;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    border-radius: 6px;
    width: calc(100% - 20px);
    margin: 10px;
    padding: 15px
}

.home-container .row-products .col-lg-3 small {
    font-weight: 300;
    font-size: 1.0rem
}

.shadow-drop:hover {
    background: #fff;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 25%);
    box-shadow: 0 8px 18px rgb(0 0 0 / 25%);
    top: -10px;
    animation: hover-shadow 200ms;
    position: relative;
}

@keyframes hover-shadow {
    from {
        -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
        box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
        top: 0;
    }

    to {
        -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 25%);
        box-shadow: 0 8px 18px rgb(0 0 0 / 25%);
        top: -10px;
        position: relative
    }
}


.shadow-drop img {
    float: left;
    margin-right: 10px;
    width: 60px
}

.shadow-drop p {
    display: inline-block;
}

.shadow-drop h4 {
    margin-top: 1rem;
    font-size: 1.2rem
}




.home-container .col-content {
    max-width: 535px;
    width: 100%;
    margin-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.home-container .col-bg {
    position: relative;
    width: 100%
}

.home-container .col-card {
    position: relative;
    width: 100%
}

.row-bottom .col-bg {
    position: relative;
    width: 100%
}

.row-bottom .col-lg {
    position: relative;
    width: 100%
}


.col-bg img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: unset;
    -webkit-transform: translateX(-7.6%);
    -ms-transform: translateX(-7.6%);
    transform: translateX(-7.6%);
    pointer-events: none;
}

.col-card img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: unset;
    pointer-events: none;
    width: 80%
}

.text-center {
    text-align: center
}

.footer-bg {

    background-size: cover;
    background-size: 200% auto;
    background-position-x: 50%;
    background-position-y: -20rem;
    padding-bottom: 20px
}

.nav-white {
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 9%);
    color: #48525c;
    animation: show-slow 1s;
}

.nav-white .nav-link-2 {
    color: #48525c
}

.nav-white .btn-primary-2 {
    background: -o-linear-gradient(347.73deg, #3799da -.49%, #FF5620 100%);
    background: linear-gradient(347.73deg, #3799da -.49%, #FF5620 100%);
    color: #fff;
}

@keyframes show-slow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1.0;
    }
}

.bg-transparent {
    background-color: transparent;
}

/* */
.form-panel {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    width: 400px;
    border-radius: 10px;
    padding: 30px;
    float: right;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #999
}

.form-input {
    display: block;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 5px;
    width: calc(100% - 20px);
    border: 1px solid #eee;
    text-transform: unset;
}

.form-input:focus {
    outline: none;
}

.border-none {
    border: none
}

.contact-submit {
    width: calc(100%);
    padding: 15px;
    position: relative;
    bottom: -30
}

.home-container .row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    align-items: center;
}

@media (max-width: 768px) {
    .row-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .form-panel {
        width: calc(100% - 100px);
        float: left;
        margin: 20px;
    }

    .col-bg img {
        display: none
    }

    .col-bg img {
        display: block
    }

    .footer-bg {

        background-size: 100% 100%;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }

    .no-white {}

    .mobile-center {
        text-align: center !important
    }

}

.text-start {
    text-align: left;
}

.row-bottom .col-bg {
    width: auto;
}

.row-bottom .col-content {
    padding: 20px
}

.home-container .row-bottom .col-content {
    margin-top: 200px;
}

.p3 {
    padding: 1rem;
}

.shadow-sm {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(1, 3, 38, 0.09) !important;
    box-shadow: 0px 0px 20px 0px rgba(1, 3, 38, 0.09) !important;
}

.p-3 {
    padding: 1rem;
}

.btn-primary-2 {
    text-decoration: none;
    border: none
}

.maxw-600 {
    max-width: 600px;
    margin: auto
}


.maxw-600 h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

.maxw-600 h3 strong {
    background: #fff;
    width: 30px !important;
    padding: 1px;
    color: #3799da;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    font-weight: 400;
    font-weight: bold;
    box-shadow: 1px 1px 2px #3a9ada;
}


.maxw-600 .text-end h3 strong {
    margin-right: 0;
    margin-left: 10px;
}


.round-shaped-img-1 {
    border-radius: 50% 60% 30% 35%;
    width: 70%;
    transform: rotate(7deg);
    margin: auto
}


.round-shaped-img-2 {
    border-radius: 40% 70% 35% 30%;
    width: 70%;
    transform: rotate(-7deg);
    margin: auto
}

.round-shaped-img-3 {
    border-radius: 30% 70% 50% 30%;
    width: 70%;
    transform: rotate(-6deg);
    margin: auto
}

/* */

.img-wrap {
    position: relative;
    text-align: center;
    margin: auto
}

.img-description {
    border-radius: 30px;
    position: relative;
    left: 15%;
    right: 15%;
    color: #fff;
    font-weight: bold;
    font-size: 1.3;
    width: 60%;
    transition: opacity .2s, visibility .2s;
    border-radius: 20px;
    clip-path: polygon(90% 0, 100% 13%, 97% 95%, 8% 100%, 0 87%, 6% 7%);
    padding: 30px;
}


.img-wrap a {
    text-decoration: none
}

.img-wrap:hover .img-description {
    visibility: visible;
    opacity: 1;
}

.form-label {
    position: relative;
    bottom: -13px;
    font-size: 0.8rem;
    margin-left: 0.7rem;
    height: 0;
}

.form-control,
.form-select {
    padding-top: 1rem !important;
}

.form-control,
.form-select {
    border: 1px solid #3180b7;
    padding-top: 1rem !important;
    color: #4c4c4c
}

/*
.bg-light {
    border-radius: 8px;
    background: #ededed;
    box-shadow:  6px 6px 12px #c9c9c9,
                 -6px -6px 12px #ffffff;
}
*/

.display-none {
    display: none !important;
}

@keyframes visibileAnimation {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

.display-block {
    display: block;
    animation-name: visibileAnimation;
    animation-duration: 1s;
    visibility: visible;
}

.accordion-button {
    background: #eee;
    list-style: none;
}

.accordion-x {
    border: none !important;
    padding: 0
}

.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    box-shadow: none;
}

.accordion-item {
    margin-top: 10px;
    border-radius: 5px;
}

.accordion-header {
    border-radius: 5px
}

.accordion-button {
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #5596c4;
    border-radius: 5px
}

.furniture-number {
    width: 20px;
    border: none;
    background: #eee;
    color: #4c4c4c;
}

.furniture-list {
    padding-left: 0;
}

.accordion-body {
    padding: 0;
}

.furniture-list li {
    font-size: 0.9rem;
    display: block;
    background: #eee;
    margin: 8px 0;
    padding: 0.5rem;
    border-radius: 5px
}

.furniture-list li strong {
    font-size: 0.8rem;
    margin-top: -2rem
}

.accordion-button:not(.collapsed) {
    color: #5596c4;
    background-color: #e1f2fd;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.bg-transparent-a-bit {
    background: rgb(65 70 75 / 50%);
}

.accordion {
    border-radius: 1rem;
    background: #4e92c1;
    border: 1px solid;
    color: #4e92c1
}

/* Accordeon */

.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: bold;
}

.active,
.accordion:hover {
    background-color: transparent;
}

.active2 .svg-inline--fa {
    transform: rotate(45deg);
    transition: 0.2s ease-out;
}

.accordeon-panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 2px solid #fff
}

.questions {
    background: var(--first-color)
}

.questions hr {
    height: 1px;
    background: #fff;
    opacity: 0.3;
    margin: 10px
}

.offcanvas .nav-link {
    color: #4c4c4c !important
}

.maxw-600 h3 strong {
    background: #fff;
    width: 30px !important;
    padding: 1px;
    color: #3180b7;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    font-weight: 400;
    font-weight: bold;
    box-shadow: 1px 1px 2px #3180b7;
}

.text-shadow {
    font-size: 1rem;
}

.container2 .col-content .btn-outline-primary:hover {
    color: #3799da
}

.form-control-2 {
    border: 1px solid #3799da;
    border-radius: 5px !important;
}

#demandeDevis::after {
    content: "";
    display: block;
    position: relative;
    border-bottom: 5px solid #385efe;
    border-radius: 10px;
    width: 80px;
    bottom: -20px;
}

.tab-blue {
    box-shadow: 0px 0px 3px #ccc
}

.tab-blue .col-md-4 {
    background: #ddd;
    padding: 1rem 2rem;
    color: #fff
}

.tab-blue .col-md-4 img {
    filter: grayscale(100%) opacity(0.3);
    margin-left: 1rem;
}

.tab-blue .active img {
    margin-top: -5px;
    filter: none
}


.tab-blue .active {
    background: #455ab0;
    color: #fff
}

.tab-blue .left-rounded {
    border-radius: 5px 0 0 5px
}

.tab-blue .right-rounded {
    border-radius: 0 5px 5px 0
}

.display-none {
    display: none
}

#etape-1,
#etape-2,
#etape-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;

}

.simple-shadow {
    border-radius: 5px;
    box-shadow: 0px 0px 3px #aaa;
    background: #f4f5f7;
}

.left-bar {
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    padding: 3rem;
    color: #385efe
}

.checked {
    color: #385efe;
    font-size: 1.5rem;
}

.nextprev {
    display: flex;
    justify-content: space-between;
}

.bg-success-gradient {
    background: linear-gradient(347.73deg, #39e567 -.49%, #06964e 100%);
}

.bg-warning-gradient {
    background: linear-gradient(347.73deg, #fcb42f -.49%, #f5a105 100%);
}

.bg-danger-gradient {
    background: linear-gradient(347.73deg, #f43d3d -.49%, #f81414 100%);
}

.border-simple {
    border: 1px solid #eee
}

.price-circle {
    border-radius: 50%;
    background-color: #06964e;
    height: 120px;
    width: 100px;
    padding: 20px 15px;
    color: #fff
}

.prod-name {
    height: 100px
}

.text-primary {
    color: #3899da !important
}

.bg-primary,
.btn-primary {
    background-image: linear-gradient(45deg, #3899da -.49%, #3899da 100%) !important
}

.bg-primary:hover,
.btn-primary:hover {
    background-image: linear-gradient(45deg, #3da6eb -.49%, #3899da 100%) !important
}

.btn {
    border-radius: 19px;
}

.prod-name-col {
    flex: 0 0 75%;
    max-width: 75%;
}

.button-col {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    /* Align with top content */
}

.rounded {
    border-radius: 0 !important
}

.price-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    background-image: linear-gradient(45deg, #06964e -.49%, #1bc872 100%) !important
}

.price-tag {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(45deg, #06964e -.49%, #1bc872 100%) !important;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-width: 120px;
    right: 10px;
    margin-left: 20px
}

.price-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.price-tag::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.price-ribbon {
    position: absolute;
    top: -10px;
    right: 0px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.moving-boxes {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 120px;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.box {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    z-index: 9999
}

.box-2 {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    z-index: 9999
}

.box::after {
    content: "📦";
    font-size: 3.8rem;
}

.box-2::after {
    content: "📦";
    font-size: 7.8rem;
}

/* Moving animation */
.box:nth-child(1) {
    animation: moveBox1 5s ease-in-out infinite;
}

.box:nth-child(2) {
    animation: moveBox2 6s ease-in-out infinite;
}

.box:nth-child(3) {
    animation: moveBox3 7s ease-in-out infinite;
}

.box:nth-child(4) {
    animation: moveBox4 5.5s ease-in-out infinite;
}

.box-2:nth-child(1) {
    animation: moveBox1 5s ease-in-out infinite;
}

.box-2:nth-child(2) {
    animation: moveBox2 6s ease-in-out infinite;
}

.box-2:nth-child(3) {
    animation: moveBox3 7s ease-in-out infinite;
}

.box-2:nth-child(4) {
    animation: moveBox4 5.5s ease-in-out infinite;
}

/* Animations for each box */
@keyframes moveBox1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }

    50% {
        transform: translate(50px, 5px) rotate(-5deg);
    }

    75% {
        transform: translate(30px, -10px) rotate(3deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes moveBox2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-15px, 20px) rotate(-3deg);
    }

    50% {
        transform: translate(-40px, -10px) rotate(7deg);
    }

    75% {
        transform: translate(-10px, 5px) rotate(-4deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes moveBox3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(10px, -20px) rotate(6deg);
    }

    50% {
        transform: translate(30px, 15px) rotate(-6deg);
    }

    75% {
        transform: translate(5px, -10px) rotate(4deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes moveBox4 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-20px, 15px) rotate(-5deg);
    }

    50% {
        transform: translate(-50px, -5px) rotate(6deg);
    }

    75% {
        transform: translate(-30px, 10px) rotate(-3deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.bg-transparent {
    background: transparent !important;
}

.card-body {
    height: 110px
}

.nice-rounded {
    border-radius: 15px
}


.bg-image {
    background-image: url("../images/camion-demenagement.jpg") cover no-repeat
}

.prod-name {
    font-size: 2.1rem;
    color: #fff
}

.company-description {
    background-color: #f8f9fa;
    padding: 60px 30px;
}

.company-description h1 {
    font-weight: 700;
    color: #0d6efd;
}

.company-description p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.w-75 {
    width: 65% !important
}

.accordeon {
    border-radius: 15px
}

.accordion-item {
    border-radius: 0.5rem;
    overflow: hidden;
    /* Ensures the rounded corners are visible */
    margin-bottom: 0.5rem;
    border: none;

}

/* Custom background for accordion buttons */
.accordion-button {
    background-image: linear-gradient(45deg, #3899da -.49%, #3899da 100%) !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 20px !important
}

/* Remove focus outline if desired */
.accordion-button:focus {
    box-shadow: none;
    color: white
}

/* Smaller text in the accordion body */
.accordion-body {
    font-size: 1.0rem;
    font-weight: 400;
    padding: 1rem
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #e1f2fd;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


/* Bubble style for the message */
.bubble {
    position: absolute;
    background-color: yellow;
    /* Light background */
    color: #333;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: 0.8rem;
    margin-top: 15px;
    z-index: 999
}

/* Arrow positioned on the top of the bubble */
.bubble:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-70%);
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent yellow transparent;
}

footer p,
footer ul a {
    font-size: 0.875rem !important
}


.border-blue {
    border: 1px solid #3899da
}

.bg-home {
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(1, 3, 38, 0.09) !important;
    box-shadow: 0px 0px 5px 0px rgba(1, 3, 38, 0.09) !important;
}

.bg-home .text-white {

    color:#676767 !important
}
