.elementor-kit-6{--e-global-color-primary:#073162;--e-global-color-secondary:#DCEEFF;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Funnel Display";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Funnel Display";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-accent-font-family:"Funnel Display";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.25em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-0a76dda-font-family:"Funnel Display";--e-global-typography-0a76dda-font-size:36px;--e-global-typography-0a76dda-font-weight:500;--e-global-typography-0a76dda-text-transform:none;--e-global-typography-0a76dda-font-style:normal;--e-global-typography-0a76dda-text-decoration:none;--e-global-typography-0a76dda-line-height:1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:22px;--e-global-typography-accent-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-0a76dda-font-size:24px;}.elementor-kit-6 h4{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p {
    margin: 0 !important;
}

#content ul, #content ol {
    margin-left: 1rem !important;
    margin-bottom: 0px !important;
}

p + p, #content ul + p, p + #content ul {
    margin-top: 1rem !important; 
}

.container {
    padding: 60px 20px;
}

@media screen and (min-width: 1024px) {
    .container {
        padding: 75px 100px;
    }
}

/* ACCORDION */

@media screen and (max-width: 1024px) {
    .accordion-item {
        width: 100% !important;
    }
}

.custom-accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-title {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.accordion-title h4 {
    color: black;
    font-family: "Be Vietnam", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
}

.accordion-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease-out, opacity 0.2s ease-out, padding 0.2s ease-out;
    padding: 0 15px;
    color: black;
    font-family: "Inter", Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.accordion-item.active .accordion-content {
    opacity: 1;
    padding-bottom: 10px;
}

.accordion-content h5 {
    color: black;
    font-family: "Inter", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    margin-block: 1rem;
}

.ast-container {
    all: unset !important;
}

@media screen and (min-width: 1024px) {
    .accordion-title {
        padding: 24px 50px 24px 50px;
    }
    .accordion-title h4 {
        font-size: 22px;
    }
    .accordion-content {
        font-size: 18px;
        padding: 0 50px;
    }
    .accordion-item.active .accordion-content {
        padding-bottom: 24px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Funnel Display';
	font-display: auto;
	src: url('https://ophtalmologie-cotentin.com/wp-content/uploads/2025/10/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */