.elementor-kit-8{--e-global-color-primary:#023E84;--e-global-color-secondary:#00A19A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0674FD;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:normal;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:800;--e-global-typography-accent-font-style:italic;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;font-size:15px;font-weight:600;font-style:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */cite {
    color: #023E84;
    font-family: "playfair display", serif;
   /* font-style: italic;*/
   /* background-image: linear-gradient(90deg,rgba(2, 62, 132, 1) 0%, rgba(0, 161, 154, 1) 100%);*/
   background-image: linear-gradient(90deg,rgba(0, 93, 199, 1) 0%, rgba(0, 207, 196, 1) 100%);
        background-color: initial;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

button[type="submit"] {
    background-color: #023E84;
    background-image: linear-gradient(90deg,rgba(0, 93, 199, 1) 0%, rgba(0, 207, 196, 1) 100%);;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 10px;
    text-transform: uppercase;
    padding: 0px 32px;
    transition: 300ms linear;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    white-space: nowrap;
    font-style: normal;
}

button[type="submit"]:hover {
    background-color: #00CFC4;
    background-image: linear-gradient(to right, rgba(0, 207, 196, 1), rgba(0, 93, 199, 1));
}

.titre-below {
    background-image: linear-gradient(to bottom, rgba(0, 207, 196, 1), rgba(0, 93, 199, 1));
    background-color: initial;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 116px;
    line-height: normal;
    font-weight: 700;
    opacity: 0.2;
    position: absolute;
    top: -5px;
    left: -2px;
    z-index: -1;
    width: 100%;
}
h2 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */