.elementor-kit-8{--e-global-color-text:#2C375E;--e-global-color-secondary:#FFFDF4;--e-global-color-accent:#D2CEC2;--e-global-color-primary:#FFFFFF;--e-global-color-4c81a0b:#AAB3C0;--e-global-typography-primary-font-family:"Aboreto";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--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-primary-letter-spacing:12px;--e-global-typography-secondary-font-family:"Aboreto";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--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:1em;--e-global-typography-secondary-letter-spacing:8.8px;--e-global-typography-accent-font-family:"Mantonico";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:400;--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-accent-letter-spacing:0px;--e-global-typography-text-font-family:"Mantonico";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--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;--e-global-typography-c681370-font-family:"Aboreto";--e-global-typography-c681370-font-size:14px;--e-global-typography-c681370-font-weight:400;--e-global-typography-c681370-text-transform:none;--e-global-typography-c681370-font-style:normal;--e-global-typography-c681370-text-decoration:none;--e-global-typography-c681370-line-height:1em;--e-global-typography-c681370-letter-spacing:3.3px;}.elementor-kit-8 img{border-radius:0px 0px 0px 0px;}.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){--kit-widget-spacing: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-8{--e-global-typography-primary-font-size:18px;--e-global-typography-primary-letter-spacing:6px;--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-letter-spacing:4.4px;--e-global-typography-accent-font-size:18px;--e-global-typography-text-font-size:14px;--e-global-typography-c681370-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.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, * + #content ul, * + #content ol {
    margin-top: 1rem !important; 
}

.container {
    padding: 60px 20px;
}

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

.btn-perso a {
    width: 125px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    position: relative;
    text-align: center !important;
}

.btn-perso a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border: solid 1px white;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-perso.blue a:before {
    border: solid 1px rgba(44, 55, 94, 1) !important;
}

.btn-perso a:hover:before {
    opacity: 0.5;
    width: 105%;
}

@media screen and (min-width: 1024px) {
    .container {
        padding: 75px 100px;
    }
    
    .btn-perso a {
        width: 163px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mantonico';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://chirurgie-visage-valence.fr/wp-content/uploads/2026/07/Mantonico-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */