.elementor-2618 .elementor-element.elementor-element-dd6d55c{--display:flex;--flex-direction:row-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:flex-start;--align-items:center;--background-transition:0.3s;--margin-top:100px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-2618 .elementor-element.elementor-element-dd6d55c.e-con{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-2618 .elementor-element.elementor-element-ec74797{width:100%;max-width:100%;}@media(min-width:768px){.elementor-2618 .elementor-element.elementor-element-dd6d55c{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ec74797 */body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f7;
}
ul, ol {
    list-style-type: none; /* Removes the bullet points */
    padding-left: 0; 
    display: flex;
    gap: 5px;
}
.img_adhesive {
    cursor: pointer;
}

h1 {
    margin-bottom: 20px;
    color: #9F8A7C;
    font-weight: 200;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
}
h2{
    
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 70px;
    
}

@media (max-width: 767px) { 
    h2 {
        font-size: 50px; /* Définit la taille du texte à 50px sur les téléphones */
    }
}

h6{
    font-weight: 700;
}
p {
    font-size: 16px;
    font-weight: 400;
}

form {
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
}

input[type="number"] {
    margin-bottom: 10px;
    padding: 8px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
    font-family: "Raleway", sans-serif;
    width: 20%;
    outline:none;
}

.button-27 {
    margin-top: 30px;
    appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 30px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 8px 40px;
    min-width: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}


.button-27:hover {
    color: #fff;
    /*background-color: #1A1A1A;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

#image-container {
    border-radius: 5px;
    max-width: 100%; /* Ensure container scales with the section */
    overflow: hidden; /* Hide overflow content */
    position: relative; /* Ensure absolute positioning of child elements */
}

#image-container img {
    max-width: 100%; /* Ensure the image scales with its container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any inline spacing */
    position: absolute; /* Position image absolutely */
    top: 0; /* Align image to top */
    left: 0; /* Align image to left */
}

#rectangle-container {
    position: relative; /* Adjust to relative for better control */
    overflow: hidden; /* Hide overflow content */
    z-index: 1; /* Ensure the rectangle is above the image */
}

.rectangle {
    position: absolute;
    overflow: hidden;
}

.square-50, .square-100, .uncovered {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: white;
    background-size: cover;
    border: solid 1px rgba(255, 251, 251, 0.473);
}

.square-50 {
    width: 50px;
    height: 50px;
    background-image: url("../images/BANDES_240.jpg"); /* Replace with the path to your first image */
}

.square-100 {
    width: 100px;
    height: 100px;
    background-image: url("../images/BANDES_480.jpg"); /* Replace with the path to your second image */
}

.uncovered {
    background-repeat: repeat;
    background-size: 100px;
    background-size: cover;
}

#message:before {
    font-family: "Raleway", sans-serif;
}

form#uploadForm {
    margin-top: 15px;
}

.button {
    margin-top: 15px;
}
.wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.wrap2 {
    max-width: 1324px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.wrap3 {
    max-width: 1235px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.wrap4 {
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.sec-one {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Add wrap to make columns stack vertically on smaller screens */
}
.one {
    display: flex;
    flex-direction: column;
}

.sec-one {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    align-items: stretch; /* Make sure items stretch to the same height */
    flex-wrap: wrap; /* Add wrap to make columns stack vertically on smaller screens */
}

.flex-1 {
    flex: 1; /* Ensure both blocks take equal space */
    display: flex;
    gap: .9rem;
    min-width: 300px; /* Set a minimum width to prevent columns from becoming too narrow */
}
.display {
    display: flex;
    flex-direction: column; /* Stack vertically on smaller screens */
    align-items: center;
}
#image-container img {
    width: 100%; /* Ensure the image scales with its container */
    max-width: 100%; /* Prevent the image from overflowing */
}
.plus, .hyphen {
    background-color: #DFDBD4;
    border: none;
    padding: .9rem;
    border-radius: 10px;
}
.show{
    background-color: #DFDBD4;
    border: none;
    border-radius: 10px;
    padding: .9em
}
.plus:hover {
    background-color: #9F8A7C!important;
    padding: 1rem;
}
.plus:focus {
    background-color: #DFDBD4;
    padding: 1rem;
}
.hyphen:hover{
  background-color: #9F8A7C!important;
  padding: 1rem;
}

.hyphen:focus{
  background-color: #DFDBD4;
  padding: 1rem;
}

#uploadForm label {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 5px 10px;
    font-family: 'Helvetica', sans-serif;
    transition: .5s;
}
  
#uploadForm label:hover {
    background-color: #eee;
}

.btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 1.09rem;
    border-radius: 10px;
    background-color: #DFDBD4;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.btn p {
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

.btn:hover {
    background-color: #9F8A7C;
}

#myFile {
    display: none;
}
.thumbnail {
    width: 100px; /* Adjust size as needed */
    height: auto;
    cursor: pointer;
    margin: 5px;
    border: 1px solid #ddd;
    transition: transform 0.2s ease;
}

select{
    width: 40%;
    padding: .5rem;
    border-radius: 10px;
    border: none!important;
    background: #DFDBD4;
    outline:none;
    color:black!important;

}


.color_.elementor-2618 .elementor-element.elementor-element-ec74797{
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.split {
    margin-top: -10px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    appearance: none;
    padding: 10px 20px;
    background-color: #DFDBD4;
    border-radius: 15px;
    border: none;
    color: #000;
}

.split:hover{
   background-color: #9F8A7C;
   color: #000!important;
}
.show:hover{
   background-color: #9F8A7C;
   color: #000!important;
}
.split:focus{
   background-color: #DFDBD4;
}
.show:focus{
   background-color: #DFDBD4;
}
/*div#message {*/
/*    margin-top: -10px;*/
/*}*/
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #1A1A1A;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}

div#image-container {
    background-color: #D9D9D9;
}
div#image-container::before {
    content: "Entrez vos dimensions et importez votre photo pour simuler votre projet"; /* The French text to display */
    color: #000; /* Text color */
    font-size: 14px; /* Text size */
    position: absolute; /* Positioning relative to the container */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust to truly center */
    text-align: center; /* Center align the text */
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.button-with-spinner {
    display: flex;
    align-items: center;
}

.button-27.loading {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Print styles */
@media print {
    body * {
        visibility: hidden;
    }

    #printableArea, #printableArea * {
        visibility: visible;
    }

    #printableArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #printableArea #rectangle-container {
        padding: 10px;
        background-color: #fff;
    }

    .split_result, .color_.elementor-2618 .elementor-element.elementor-element-ec74797, .btn, .button, .flex-1 {
        display: none;
    }
}
#texture-description{
    display: none;
}

#thumbnail-container{
    padding-top: .9rem;
}

.button-27:focus{
    background-color: #000;
    color: #DFDBD4;
}

@media (max-width: 768px) {
    /* Add your tablet-specific styles here */
    div#thumbnail-container { 
        width: 15.0%;
        display: flex;
    }
    
    .sec-one{
        display:flex;
        flex-direction: column;
    }
    
}
@media (min-width: 768px) {
    /* Add your tablet-specific styles here */
    
}

@media (max-width: 480px) {
    /* Add your mobile-specific styles here */
    
}/* End custom CSS */
/* Start custom CSS */.button-27:hover{
    background-color: #000!important;
}
.button-27:active {
    background-color: #000 !important;
}/* End custom CSS */