.elementor-kit-3{--e-global-color-primary:#00177F;--e-global-color-secondary:#1D1D1B;--e-global-color-text:#000000;--e-global-color-accent:#001689;--e-global-color-b2ea695:#4566EF;--e-global-color-098c762:#970062;--e-global-color-6447efb:#552E87;--e-global-color-17a322f:#BBC013;--e-global-color-d46b5f4:#5F9F4B;--e-global-color-6efb8b5:#001689;--e-global-color-3e08664:#001689;--e-global-color-f98ae16:#FFFFFF;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"proxima-nova";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:1em;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 h1{font-family:"Ubuntu", Sans-serif;font-size:3em;}.elementor-kit-3 h2{font-family:"Ubuntu", Sans-serif;font-size:2em;}.elementor-kit-3 h3{font-family:"Ubuntu", Sans-serif;font-size:1.5em;}.elementor-kit-3 h4{font-family:"Ubuntu", Sans-serif;font-size:1.3em;}.elementor-kit-3 h5{font-size:1.1em;}.elementor-kit-3 h6{font-size:1em;}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{font-family:"proxima-nova", Sans-serif;font-size:1em;font-weight:bold;text-transform:uppercase;letter-spacing:0.5px;border-radius:50px 50px 50px 50px;padding:1em 2em 1em 2em;}.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);}@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-kit-3 h1{font-size:2em;}.elementor-kit-3 h2{font-size:1.5em;}.elementor-kit-3 h3{font-size:1.3em;}.elementor-kit-3 h4{font-size:1.2em;}.elementor-kit-3 h5{font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GAP REMOVE TOP AND BOTTOM */

.site-content {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

*:focus {
	outline: 2px #FFD400 dashed!important;
}



/* Bouton Light Gradient */

.boutonGradient {
background-image: linear-gradient(to right, #D6005C 0%, #E94A4A 50%, #F16A42 100%);
    padding: 0.5em 1em;
    border-radius: 100px;
    font-size: 1em;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    background-size: 200% auto;
    transition: 1s;
    background-position: left center;
}

.boutonGradient:hover {
background-position: right center!important;
color: white;
text-decoration: underline;
}

/* Bouton Dark Gradient */

.boutonGradientDark .elementor-button-link {
    background-image: linear-gradient(to right, #970062 0%, #8D0767  50%, #552E87  100%);
            transition: 0.5s;
            background-size: 100% auto;
            color: white;
            background-position: left center;
}

.boutonGradientDark .elementor-button-link:hover {
    background-size: 200% auto;
    background-position: right center;
    color: #fff;
    text-decoration: underline;
}

.boutonGradientDark .elementor-button-content-wrapper {
    margin-top: 0;
}

.boutonGradientDarkExternal .elementor-button-link {
    background-image: linear-gradient(to right, #970062 0%, #8D0767  50%, #552E87  100%);
            transition: 0.5s;
            background-size: 100% auto;
            color: white;
            background-position: left center;
}

.boutonGradientDarkExternal .elementor-button-content-wrapper {
    margin-top: 3px;
}

.boutonGradientDarkExternal .elementor-button-link:hover {
    background-size: 200% auto;
    background-position: right center;
    color: #fff;
    text-decoration: underline;
}

/*Bouton CTA Accueil*/

.texteBouton {
    text-align: center;
}

.texteBoutonLien {
    color: #1C2656!important;
    font-size: 1em;
    text-decoration: underline!important;
    text-align: center;
}

@media only screen and (min-width: 768px) {
.contenuBouton {
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    }
}

@media only screen and (max-width: 767px) {
.contenuBouton {
    display: flex;
    flex-direction: row!important;
    padding: 0;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}
}   

@media only screen and (max-width: 767px) {
.boutonAccueilLeft {
    width: 100%;
    height: 80px;
    border-radius: 35px;
    border: solid #FFD400 5px;
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 767px) {
.contenuBouton img {
    width: 25%;
}

}

@media only screen and (max-width: 767px) {
.texteBoutonLien {
    padding-top: 0px;
    padding-left: 15px;
    -webkit-font-smoothing: antialiased;
}

}

.texteBoutonLien {
    padding-top: 15px;
    -webkit-font-smoothing: antialiased;
}



/* BOUTON GRADIENT EFFECT LIGHT */

.boutonGradientLight .elementor-button-link {
    background-image: linear-gradient(to right, #F16A42 0%, #E94A4A 50%, #D6005C 100%);
     background-size: 100% auto!important;
    background-position: left center;
}

.boutonGradientLight .elementor-button-link:hover {
    transition: 0.5s;
    background-image: linear-gradient(to right, #F16A42 0%, #E94A4A 50%, #D6005C 100%);
    background-position: right center!important;
    background-size: 200% auto!important;
    text-decoration: underline;
}/* End custom CSS */