@media all and (max-width: 770px) {
    .top-header, .top-content {
        flex-direction: column-reverse !important;
        gap: 30px;
    }
    .suggestions {
        top: 201px !important;
    }
}
body {
    background: #EFF3FB;
}
header {
    background: #0D1A30;
    padding: 50px 20px 80px 20px;
}
.site-logo {
    max-height: 40px;
}
.top-header {
    display: flex;
    justify-content: space-between;
}
.cont_btn {
    display: flex;
    gap: 24px;
}
.btn-white img, .btn-outline img, .btn-blue img {
    display: block;
    margin-right: 5px;
    height: unset !important;
    width: unset !important;

}
.btn-white {
    background: white;
    display: flex;
    padding: 10px 16px 10px 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    color: #0D1A30;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: 0.15s all ease-in-out;
}
.btn-white:hover img, .btn-outline:hover img, .btn-blue:hover img {
    filter: brightness(100);
}
.btn-white:hover {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-outline {
    background: transparent;
    display: flex;
    padding: 10px 16px 10px 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    color: #0D1A30;
    text-decoration: none;
    border: 2px solid #0D1A30;
    border-radius: 12px;
    transition: 0.15s all ease-in-out;
}

    .btn-outline:hover {
        background: #0D1A30;
        border: 2px solid #0D1A30;
        color: white;
    }

.btn-blue {
    background: #2E5FAC;
    display: flex;
    padding: 10px 16px 10px 16px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: 0.15s all ease-in-out;
}

    .btn-blue:hover {
        background: transparent;
        border: 2px solid #2E5FAC;
        color: #2E5FAC;
    }
.blueElec {
    color: #67D0F4;
}
.search-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 80px;
    gap: 24px;
}
.search-container h1 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 800;
    color: white;
}
.search-text {
    font-family: Inter;
    font-size: 18px;
    color: white;
    font-weight: 400;
    width: 100%;
    padding: 16px 32px 16px 62px;
    background: #3d4859;
    border: 1px solid transparent;
    border-radius: 12px;
}
.search-icon-input {
    display: block;
    width: 100%;
    position: relative;
}
.search-icon-input::before {
    content: " ";
    height: 28px;
    width: 28px;
    font-size: 20px;
    color: red;
    display: block;
    position: absolute;
    background-image: url('./Search.svg');
    background-size: 100% 100%;
    left: 20px;
    top: 15px;
}

.title-1 {
    font-family: Inter;
    font-size: 32px;
    color: #0D1A30;
    font-weight: 800;
    display: inline-block !important;
    position: relative !important;
    width: auto !important;
}
.subligne::before {
    content: " ";
    display: block;
    position: absolute !important;
    width: 105%;
    height: 24px;
    border-radius: 3px;
    top: 20px;
    background: white;
    z-index: -1;
}
main {
    padding: 80px 20px 80px 20px;
}
.container-faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
}
.link-element-faq {
    text-decoration: none;
}
.faq-element-list {
    display: flex;
    min-height: 90px;
    align-items: center;
    background: white;
    border-radius: 4px;
    padding: 20px 40px 20px 40px;
    gap: 40px;
    box-shadow: 0px 2px 4px 0px rgba(13, 26, 48, 0.05);
}
.faq-element-list img {
    height: 40px;
    width: 40px;
}
.faq-element-list h3 {
    color: #0D1A30;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.faq-element-list p {
    color: #0D1A30;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}
.number_article {
    color: #BDC0C6;
    font-size: 16px;
    font-weight: 400;
    margin-top: 9px !important;
    font-family: Inter;
}
.step-1 {

}
.top-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-content img {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}
.title-cat {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    color: #0D1A30;
}
.list-cat {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.list-cat li {
    display: block;
    padding: 14px 16px 14px 16px;
    background: transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #0D1A30;
    font-family: Inter;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    margin-bottom: 15px;
}
.list-cat li.selected {
    font-weight: 700;
    background: #CFDCF2;
}
.step-2 .top-content {
    margin-bottom: 54px;
}
.container-faq-internal {
    background: white;
    min-height: 100px;
    border-radius: 12px;
    box-shadow: 0px 2px 4px 0px #0D1A300D;
    padding: 28px 12px 28px 12px;
}
.one-faq-title {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    color: #0D1A30;
    padding: 12px;
    transition: 0.2s all ease-in-out;
    border-radius: 8px;
    font-family: Inter;
    user-select: none;
    cursor: pointer;
}
.one-faq-title:hover {
    background: #F0F0F0;
}
.one-faq-description {
    font-size: 16px;
    font-family: Inter;
    transition: 0.05s all ease-in-out;
    color: #0D1A30;
    font-weight: 400;
    padding: 10px 12px;
}
.one-faq-content::after {
    content: " ";
    border-bottom: 1px solid #F0F0F0;
    width: 100%;
    display: block;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.one-faq-title::after {
    content: " ";
    height: 6px;
    width: 11px;
    background-image: url('./arrow.svg');
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    transition: 0.1s all ease-in-out;
    transform: rotate(180deg);
}
.one-faq-description {
    max-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.one-faq-content.selected .one-faq-title::after {
    transform: rotate(0deg);
}
.one-faq-content.selected .one-faq-description {
    max-height: 1500px;
    padding: 10px 12px;
}
.step-2 {
    display: none;
}
.suggestions {
    display: block;
    position: absolute;
    min-height: 40px;
    top: 160px;
    z-index: 9;
    background: white;
    width: 100%;
    border-radius: 12px;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px 8px 32px 0px #0000000D;
}
.resultSearch {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
}
.resultSearch li {
    padding: 16px 32px 16px 32px;
    cursor: pointer;
    user-select: none;
}
.title-result {
    font-size: 16px;
    font-weight: 700;
    color: #0D1A30;
    font-family: Inter;
    margin: 0px;
}
.description-result {
    font-size: 16px;
    color: #0D1A30;
    font-family: Inter;
    font-weight: 400;
    margin: 0px;
}
.resultSearch li:hover {
    background: #F0F0F0;
}
.opened {
    display: block !important;
}
.suggestions {
    display: none;
}
.swal2-title {
	display: block;
	font-family: Inter !important;
	font-size: 24px !important;
	text-align: left !important;
	font-weight: 600 !important;
}
.swal2-html-container {
	padding: 0px;
	font-size: 16px !important;
	text-align: left !important;
	font-family: Inter !important;
	line-height: 26px !important;
}
footer {
    background: white;
    padding: 80px 0px 80px 0px;
}
.title-footer {
    color: var(--navy, #0D1A30);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
}
.subtitle-footer {
    color: var(--navy, #0D1A30);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
footer hr {
    margin-top: 80px;
    margin-bottom: 26px;
}
.logo-footer {
    display: flex;
    gap: 12px;
    align-items: center;
}
.logo-footer p {
    color: var(--navy, #0D1A30);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    line-height: 20px;
    letter-spacing: 0.14px;
}
.bottom-footer {
    display: flex;
    justify-content: space-between;
}
.socials {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 16px;
}