.c-button, .wp-block-button {
    line-height: 0;
}
.c-button a, .wp-block-button__link {
    overflow: hidden;
    text-decoration: none!important;
    position: relative;
}
.wp-block-button__link {
    position: relative;
}
.c-button a .elementor-button-text, .wp-block-button__link .wp-block-button__text {
    position: relative;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95) 0.1s, opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95) 0.1s;
    transform-origin: left top;
}
.c-button a::before, .wp-block-button__link::before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
    opacity: 0;
    transform: translateY(1.875rem);
    color: currentColor;
    transform-origin: left top;
    padding: 16px 32px 16px 32px;
    white-space: nowrap;
}
.wp-block-button__link::before {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.c-button a:hover .elementor-button-text, .wp-block-button__link:hover .wp-block-button__text {
    opacity: 0;
    transform: translateY(-1.875rem);
    transition-delay: 0s;
}
.c-button a:hover::before, .wp-block-button__link:hover::before {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.elementor-element-27c5af9 .c-button a::before {
    padding: 12px 24px 12px 24px;
}

.lien-profil a {
    position: relative;
}
.lien-profil a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    border-radius: 45px;
    border: 1px solid #14b8bc;
    transition: all .3s ease;
    transform: translateY(-50%);
}
.lien-profil a .elementor-button-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lien-profil a svg {
    height: 14px!important;
    width: auto!important;
}
.lien-profil a:hover::before {
    width: 100%;
    height: 100%;
    /* min-width: 100%; */
}

@media (max-width: 699px) {
    .lien-profil a:hover::before {
        min-width: 100%;
    }
    
}

.c-text h1, .c-text h2, .c-text h3, .c-text h4, .c-text h5, .c-text h6 {
    margin-block-start: revert!important;
    -webkit-margin-before: revert!important;
}

.c-heading {
    font-family: 'Raleway';
}
.c-heading.-h1 {
    font-size: 72px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 74px;
}
.c-heading.-h2 {
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 58px;
}
.c-heading.-h3 {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
}
.c-heading.-h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
}
.c-heading.-h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.c-heading.-h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.c-heading.-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #083C3E;
}
a, button {
    outline: none!important;
}
.elementor hr {
    margin: 0.5rem 0!important;
}

.elementor-post-navigation .elementor-post-navigation__link a {
    flex-direction: column;
    gap: 16px;
    border-radius: 13px;
    justify-content: space-between;
    margin: 0!important;
    height: 100%;
}

.elementor-post-navigation__next * {
    text-align: left!important;
}

.post-navigation__arrow-wrapper {
    order: 2;
    margin-left: auto;
    padding: 0!important;
}

.elementor-post-navigation__link__prev, .elementor-post-navigation__link__next {
    order: 1;
    width: 100%;
    gap: 8px;
}

.elementor-post-navigation__prev a {
    background-color: #ffffff!important;
    border: 1px solid rgba(6, 36, 38, 0.50);
}
.elementor-post-navigation__prev a:hover {
    background-color: #083C3E32!important;
}
.post-navigation__prev--label, .post-navigation__prev--title, .post-navigation__arrow-prev {
    color: #062426!important;
    text-overflow: initial!important;
}
.post-navigation__prev--title, .post-navigation__next--title {
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: 16px!important;
}
.post-navigation__prev--label, .post-navigation__next--label {
    font-size: 10px!important;
    font-weight: 600!important;
    letter-spacing: 0.3px!important;
    line-height: normal!important;
}

.elementor-post-navigation {
    gap: 24px;
}

.elementor-post-navigation .elementor-post-navigation__link {
    white-space: normal!important;
}

.elementor-post-navigation__link__prev, .elementor-post-navigation__link__next {
    padding-right: calc(24px + 16px);
}

.post-navigation__arrow-prev {
    content: url('/app/uploads/2023/10/chevron.svg');
}

.post-navigation__arrow-next {
    content: url('/app/uploads/2023/10/chevron-blanc.svg');
}


.c-degrade {
    /* position: absolute; */
    overflow: hidden;
}
.c-degrade_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: calc(100% + 160px);
}
.c-degrade_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background-image: radial-gradient(at top left, #FFFFFF73 5%, #FFFFFF 73%);
    z-index: 2;
}

.c-breadcrumb {
    position: relative;
    z-index: 10;
    padding: 24px 88px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.c-breadcrumb a, .c-breadcrumb span {
    font-family: "Open Sans";
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.c-breadcrumb a {
    color: #14B8BC;
}
.c-breadcrumb span {
    color: rgba(6, 36, 38, 0.60);
}
.c-breadcrumb .c-breadcrumb_separator {
    width: 15px;
    height: 1px;
    background-color: #062426;
}

@media (max-width: 699px) {
    .c-breadcrumb {
        display: none;
    }
    .elementor-post-navigation {
        flex-direction: column;
    }
    .elementor-post-navigation .elementor-post-navigation__link {
        width: 100%!important;
    }
}

body {
    overflow-x: hidden;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5rem;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5rem;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.elementor img {
    margin-inline-end: 0.9rem;
}