.elementor-kit-6{--e-global-color-primary:#E7DFD299;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#0F2CEC;--e-global-color-f0304c7:#B25728;--e-global-typography-primary-font-family:"Beckman";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:300;--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:"Beckman";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:300;--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:"Lexend";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:300;--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:1em;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );font-style:var( --e-global-typography-secondary-font-style );text-decoration:var( --e-global-typography-secondary-text-decoration );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 h4{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );}.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-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:20px;--e-global-typography-accent-font-size:18px;--e-global-typography-text-font-size:16px;}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 h4{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.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:26px;}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-6 h4{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.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;}

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

.container {
    padding: 60px 20px;
}

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

/* ACCORDION */

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

.accordion-item {
    border-radius: 20px;
    background: rgba(231, 223, 210, 0.80);
}

.accordion-item + .accordion-item {
    margin-top: 1rem;
}

.accordion-title {
    width: 100%;
    text-align: left;
    padding: 16px 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: #232743;
    font-family: "Beckman", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1em;
}

.accordion-title svg {
    transition: .3s ease;
    width: 32px;
    height: 32px;
}

.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: rgba(35, 39, 67, .75);
    font-family: "Lexend", Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
}

.accordion-content iframe {
    max-width: 1024px;
    aspect-ratio: 16/9;
    height: auto;
}

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

.accordion-item.active .accordion-title svg {
    rotate: 90deg;
}

.accordion-item.active .accordion-title h4 {
    text-decoration: underline;
}

.accordion-content h5 {
    color: #232A57;
    font-family: "Lexend", Sans-Serif;
    font-size: 16px;
    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: 30px 40px 30px 40px;
    }
    .accordion-title h4 {
        font-size: 20px;
    }
    .accordion-content {
        font-size: 18px;
        padding: 0 40px;
    }
    .accordion-item.active .accordion-content {
        padding-bottom: 24px;
    }
    
    .accordion-content h5 {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Beckman';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://docteurlamquin.com/wp-content/uploads/2025/09/Beckman.ttf') format('truetype');
}
/* End Custom Fonts CSS */