.contact-panel {
    position: absolute;
    top: 7%;
    left: 0;
    width: 20%;
    height: 75%;
    background-color: white;
    color: black;
    text-align: center;
    font-family: Arial, sans-serif;
    /*box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);*/
    display: flex;
    flex-direction: column;
    justify-content: space-around; /* Justification verticale */
    /*padding: 20px;*/
}
.contact-panel h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.contact-panel h3 {
    font-size: 20px;
    margin: 2em;
    text-align: center;
}
.contact-panel h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}
.contact-panel p {
    margin-bottom: 10px;
}

.contact-panel a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
.header_autocomplete input {
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    outline: none;
}

.epci-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.back-button {
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.options-section h3, .legend-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5%;
    color: black;

}
.options-section h4, .legend-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left:2em;
    color: #333;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.options label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    padding-left: 2em;
}

.legend-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.legend-section i {
    font-size: small;
}

.contact-panel i {
    font-size: small;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding-left: 2em;
}

.legend-key {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
}

.help-section {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.help-section h4 {
    font-size: 14px;
    color: #555;
    /*margin-bottom: 10px;*/
}

.help-section p {
    font-size: 12px;
    color: #777;
    margin-bottom: 15px;
}

.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: underline;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-button:hover {
    background-color: #0056b3;
}


.help-section{
    grid-column-start:1;
    grid-row-start:2;
    background-color: #F3F6FF;
    border-radius: 10px;
    text-align: left;
    width: 100%;
}

.help-section div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.help-section .legend-key {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
}
.help-section div span:last-child {
    color: #070707;
    font-size: 14px;
}

.help-header {
    display: flex;
    align-items: center; /* Aligns img and h4 vertically */
    justify-content: center; /* Centers them horizontally */
    margin-bottom: 10px;
}

.comm-section{
    grid-column-start:1;
    grid-row-start:2;
    background-color: #F3F6FF;
    margin-top: 10%;
    border-radius: 10px;
    text-align: left;
    width: 100%;
    bottom: 0;
}

.comm-section div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.comm-header {
    display: flex;
    align-items: center; /* Aligns img and h4 vertically */
    justify-content: center; /* Centers them horizontally */
    margin-bottom: 10px;
}

.am-cy-button {
    display: block;
    padding: 2% 2% 2% 5%;
    background-color: rgb(50, 106, 194, 0.8);
    color: #021a4e;
    text-decoration: underline;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.am-cy-button:hover {
    background-color: #0056b3;
}