.elementor-17531 .elementor-element.elementor-element-16afa2ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-28d2abd1 */.suggestion-box {
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    width: 500px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none; 
}

.suggestion-box:not(.empty) {
    display: block; 
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.suggestion-item.no-result {
    color: #999;
    text-align: center;
    cursor: default;
}

.highlight-text {
    background-color: yellow;
    font-weight: bold;
    color: #000;
}

.custom-searchbar-container {
    width: 500px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-16afa2ca */.custom-table-container {
    padding: 0;
}

.custom-table-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;    
    text-align: center;
    background-color: #EEF3FF;
    padding: 10px;
}

.custom-table-container table th, 
.custom-table-container table td {
    border: 0;
    position: relative;
    background-color: #fff;
}

.custom-table-container td:not(:first-child) {
    width: 15%;
}


tr:first-of-type td.col-accordion {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
tr:last-of-type td.col-garantie {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

tr:nth-of-type(2) td.col-garantie {
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
}


tr:first-of-type td.col-essentiel {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
tr:last-of-type td.col-essentiel {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


tr:first-of-type td.col-equilibre {
  border-top-left-radius: 20px; 
  border-top-right-radius: 20px;
}
tr:last-of-type td.col-equilibre {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

tr:first-of-type td.col-serenite {
  border-top-left-radius: 20px; 
  border-top-right-radius: 20px;
}
tr:last-of-type td.col-serenite {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


tr:first-of-type td.col-confort {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
tr:last-of-type td.col-confort {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


tr:first-of-type td.col-serviceplus {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
tr:last-of-type td.col-serviceplus {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.level-points {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.level-point {
    width: 10px;
    height: 10px;
    background-color: #004b8d;
    border-radius: 50%;
}

.level-point.empty {
    background-color: #ddd;
}

.custom-orange-button {
    display: block;
    box-sizing: border-box;
    width: 70%;
    padding: 10px 15px;
    background-color: #f1a73e;
    color: #ffffff;
    font-size: 0.7rem;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: normal;
    line-height: 1;
    margin-left: 40px;
}

@media (max-width: 768px) {
    .custom-orange-button {
        font-size: 8px;
    }
}


.col-accordion {
    text-align: left;
    font-weight: bold;
    padding: 20px;
}

.accordion-header {
    background-color: #a8c9f1; 
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header i {
    font-size: 16px;
}

.accordion-content.hidden {
    display: none;
}

.col-essentiel,
.col-confort {
    display: none; 
}

.content-col i {
    color: #29CA5A;
    font-size: 18px;
}

.level-points {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.level-point {
    width: 10px;
    height: 10px;
    background-color: #004b8d;
    border-radius: 50%;
}

.level-point.empty {
    background-color: #ddd;
}
        
.custom-orange-button {
    display: block;
    box-sizing: border-box;
    width: 70%;
    padding: 10px 15px;
    background-color: #f1a73e;
    color: #ffffff;
    font-size: 0.7rem !important;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: normal;
    line-height: 1 !important;
    margin-left: 40px;
}

@media (max-width: 768px) {
.custom-orange-button {
    font-size: 8px;
    }
}/* End custom CSS */