/*!
Theme Name: Custy 
Theme URI: https://wwww.custy.com
Description: Thème du site web de custy.
Author: UiCore
Author URI: https://uicore.co
Template: uicore-pro
Version: 1.0.0
Text Domain: uicore-pro
*/

.section-lines {
    position: relative;
    background-image: 
        linear-gradient(rgba(238, 204, 243, 0.6), rgba(238, 204, 243, 0.6)),
        linear-gradient(rgba(238, 204, 243, 0.6), rgba(238, 204, 243, 0.6));
    background-position: calc(50% - 500px) 0, calc(50% + 500px) 0;
    background-size: 1px 100%;
    background-repeat: no-repeat;
}

.section-line-right {
    background-image:
        linear-gradient(rgba(238, 204, 243, 0.6), rgba(238, 204, 243, 0.6));
    background-position: calc(50% + 500px) 0;
    background-size: 1px 100%;
    background-repeat: no-repeat;
}


.section-lines::before,
.section-lines::after {
    content: none;
}

.card {
    padding: 36px;
    border: 1px solid #EECCF3;
    border-radius: 12px;
    background: #F9F6FA;
}

.border-card {
    padding: 36px;
    border: 1px solid #EECCF3;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 6px 6px 0px #EECCF3;
}

#content .card-number {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    background: #F7E8F9;
    color: #82358C;
}

#content .button-outlinepurple {
    background-color: transparent;
}

#content .button-outlinewhite {
    background-color: transparent;
}

.section-title {
    margin-top: 10px;    
    margin-bottom: 10px; 
    line-height: 1.2;
}

* .text-gradient,
.section-title strong {
    background: linear-gradient(to right, #8B3197, #C96ED5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}


.section-title strong {
    font-weight: inherit !important;
}

#wrapper-navbar > .uicore-header-wrapper > nav.uicore {
    max-width: 1340px !important;
}

#wrapper-navbar > .uicore-header-wrapper .uicore-custom-area {
    gap: 2rem;
}

#wrapper-navbar > .uicore-header-wrapper .uicore-custom-area .wp-block-paragraph a {
    text-decoration: underline;
    font-weight: 500;
}

.uicore-top-bar p a {
    background: #F7E8F9;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 3px;
    margin: 0 6px;
    color: #000;
    display: inline-block;
    white-space: nowrap;
}
