:root {
    --rose: #E71B7C;
    --blanc: #FFFFFF;
    --rose_fonce: #DB106A;
}

/* Button Principal */
.sx_btn .elementor-button-link span .elementor-button-icon{
    transform: rotate(-45deg);
}


.sx_btn i:before{
    font-size: 10px !important;
}
.sx_btn i{
    font-size: 10px !important;
    margin:0;
    padding:0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition:  0.2s ease-out;
    transition:  0.2s ease-out;
}

.sx_btn a:hover i{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 10px !important;

}
/* END Button principal */

/* Button Colors Elementor */
.btn_rose i:before,
.btn_rose i{
    color:var(--rose);
}

.btn_rose a:hover i:before,
.btn_rose a:hover i,
.btn_rose .elementor-button:hover,
.btn_rose a:visited{
    color: var(--blanc);
}

.btn_secondaire i:before,
.btn_secondaire i{
    color:var(--blanc);
}

.btn_secondaire_2 i:before,
.btn_secondaire_2 i{
    color:var(--rose);
}
.btn_secondaire_2 a:hover i:before,
.btn_secondaire_2 a:hover i{
    color:var(--rose);
}

.btn_animated i:before,
.btn_animated i{
    color:var(--rose);
}
.btn_animated_2 i:before,
.btn_animated_2 i{
    color:var(--rose_fonce);
}

/* Bouton animé */

.btn_animated a {
    clip-path: inset(0% 0% 0% 0% round 38px)
}
.btn_animated a:hover {
    background-color: var(--rose);
}
.btn_animated_2 a:hover {
    background-color: var(--rose_fonce);
}
.btn_animated .elementor-button-icon {
    position: relative;
}
.btn_animated .elementor-button-icon::after {
    content: "\e906";
    font-size: 0px;
    color: var(--rose);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'syx_fonts' !important;
    -webkit-transition: -webkit-font-size 0.4s, -webkit-transform 0.4s;
    transition: font-size 0.4s, transform 0.4s;
    z-index: -1;
}
.btn_animated_2 .elementor-button-icon::after {
    color: var(--rose_fonce);
}
.btn_animated a:hover .elementor-button-icon::after {
    font-size: 400px !important;
    transform: translate(-50%, -50%) rotate(90deg);
}
.btn_animated .elementor-button-text {
    z-index: 1;
}
.btn_animated a:hover .elementor-button-text {
    color: var(--blanc);
}

/* END Bouton animé */

/*bouton rond carré */
.btn_rond_carre .fa-stop-circle{
    transform: rotate(-45deg);
    font-size:10px;
}

/* Bouton secondaire */
.btn_secondaire .elementor-button-wrapper{
    line-height:1 !important;
}
.btn_secondaire .elementor-button-wrapper a.elementor-button{
    background: none !important;
    border:0 !important;
    line-height:30px !important;
    color: var(--rose);
}
.btn_secondaire.btn_secondaire_2 .elementor-button-wrapper a.elementor-button {
    color: var(--blanc);
}

.btn_secondaire .elementor-button-link span .elementor-button-icon {
    margin: 0;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    background-color: var(--rose);
    display: block;
    overflow:hidden;
}
.btn_secondaire.btn_secondaire_2 .elementor-button-link span .elementor-button-icon {
    background-color: var(--blanc);
}

.btn_secondaire .elementor-button-link span .elementor-button-icon i:before{

    font-size: 8px !important;
    line-height: 1 !important;
    display: block;

}
.btn_secondaire .elementor-button-link span .elementor-button-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height:0.8;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition: -webkit-font-size 0.4s;
    transition: font-size 0.4s;
    -webkit-transition: 0.3s ease-out ;
    -moz-transition:  0.3s ease-out;
    transition:  0.3s ease-out;

}

.btn_secondaire a:hover .elementor-button-icon i:before {
    font-size: 12px !important;
}
.btn_secondaire a:hover .elementor-button-icon i {

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);

}

.btn_secondaire a span.elementor-button-text{
    line-height: 33px;
    margin-left:0;
    -moz-transition: margin-left .3s ease-in;
    -o-transition: margin-left  .3s ease-in;
    -webkit-transition: margin-left  .3s ease-in;
    transition: margin-left  .3s ease-in;
}
.btn_secondaire a:hover span.elementor-button-text{
    margin-left:5px;
}

/* End bouton secondaire */


/* Secondary buttons */
.btn_secondary a {
    height: 30px !important;
    border-style: none !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent !important;
}
.btn_secondary a:hover {
    background-color: transparent !important;
}
.btn_secondary .elementor-button-icon{
    line-height: 0.8;
}
.btn_secondary .elementor-button-link span .elementor-button-icon {
    margin: 0;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    background-color: var(--rose);
}
.btn_secondary .elementor-button-link span .elementor-button-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    line-height:0.8;
}
.btn_secondary a:hover .elementor-button-icon i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    line-height: 0.8;
    display: block;
}
.btn_secondary .elementor-button-link span .elementor-button-icon i:before {
    color: var(--blanc);
    font-size: 7px !important;
    -webkit-transition: -webkit-font-size 0.3s;
    transition: font-size 0.3s;

}
.btn_secondary a:hover .elementor-button-icon i:before {
    font-size: 12px !important;
}
.btn_secondary .elementor-button-content-wrapper .elementor-button-text {
    white-space: nowrap;
    color: var(--rose);
    font-size: 12px;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin-left: 8.5px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_secondary a:hover .elementor-button-content-wrapper .elementor-button-text {
    transform: translateX(5px);
}

.btn_secondary.btn_secondary_bg .elementor-button-link span .elementor-button-icon {
    background-color: var(--blanc);
}
.btn_secondary.btn_secondary_bg .elementor-button-link span .elementor-button-icon i:before {
    color: var(--rose);
}
.btn_secondary.btn_secondary_bg .elementor-button-content-wrapper .elementor-button-text {
    color: var(--blanc);
}

/* END Secondary bouton */


/* Bouton livre Blanc ( test ) */
.livre_blanc_texte{
    display:block;
    position:relative;
    height: 184px;
    width:184px;
    background: url('../img/png/dl_test.png');
    border-radius: 90px;
    background-size:100% 100%;
}
.livre_blanc_contour{
    position: absolute;
    display: block;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url('../img/png/contour_test.png');
    border-radius: 90px;
    background-size:100% 100%;
}
.livre_blanc_texte .livre_blanc_contour{

    -webkit-transition: 0.2s ease-out;
    -moz-transition:  0.2s ease-out;
    transition:  0.2s ease-out;
}

.livre_blanc_texte:hover{
    /*transform: scale(1.1);*/
}
.livre_blanc_texte:hover .livre_blanc_contour{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);

}

/* END Bouton livre blanc */

/* Button contact */
.btn_contact a {
    width: 45px !important;
    height: 45px !important;
    position: relative;
    clip-path: circle(50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    border-width: 1px !important;
}
.btn_contact a::after {
    content: "\e907";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-275%, -50%);
    font-family: 'syx_fonts' !important;
    font-size: 14px;
    color: var(--blanc);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_contact a:hover::after {
    transform: translate(-50%, -50%);
}
.btn_contact a::before {
    content: '';
    width: calc(100% + 4px); /* +4px car quand on fait 100%, ça fait juste 55px au lieu de 59px */
    height: calc(100% + 4px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -50%);
    background-color: var(--rose);
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_contact a:hover::before {
    transform: translate(-50%, -50%);
}
.btn_contact a:hover, .btn_contact a:focus {
    background-color: var(--blanc) !important;
}
.btn_contact .elementor-button-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top:1px;
}
.btn_contact .elementor-button-content-wrapper .elementor-button-text {
    display: none;
}
.btn_contact .elementor-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_contact a:hover .elementor-button-icon {
    transform: translate(150%, -50%);
}
.btn_contact i:before {
    font-size: 14px !important;
    color: var(--rose);
}
.btn_contact.btn_contact_bg a {
    background-color: transparent;
    border-color: var(--blanc);
}
.btn_contact.btn_contact_bg a::after {
    color: var(--rose);
}
.btn_contact.btn_contact_bg a::before {
    background-color: var(--blanc);
}
.btn_contact.btn_contact_bg a:hover, .btn_contact.btn_contact_bg a:focus {
    background-color: transparent !important;
    border-color: var(--blanc);
}
.btn_contact.btn_contact_bg i:before {
    color: var(--blanc);
}

.btn_contact.big_btn_contact a {
    width: 59px !important;
    height: 59px !important;
}
.btn_contact.big_btn_contact a::after {
    font-size: 18px;
}
.btn_contact.big_btn_contact i:before {
    font-size: 18px !important;
}

/* Btn chevron */
.btn_chevron a, .page-numbers.next, .page-numbers.prev {
    width: 44px !important;
    height: 44px !important;
    position: relative;
    clip-path: circle(50%);
    border-width: 4px !important;
    border-style: solid;
    border-color: rgba(212, 212, 212, 0.3) !important;
    -webkit-transition: -webkit-border 0.3s;
    transition: border 0.3s;
    background-color: transparent !important;
}
.btn_chevron a:hover, .btn_chevron a:focus, .sx_accordion:hover .btn_chevron a, .page-numbers.next:hover, .page-numbers.prev:hover {
    border-color: rgba(212, 212, 212, 1) !important;
    background-color: transparent !important;
}
.btn_chevron .elementor-button-icon, .page-numbers.next i, .page-numbers.prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_chevron .elementor-button-content-wrapper .elementor-button-text {
    display: none;
}

.btn_chevron_right a::before, .page-numbers.next::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-1000%, -50%);
    font-family: 'Font Awesome 5 Free' !important;
    color: black;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 900;
}
.btn_chevron_left a::before, .page-numbers.prev::before {
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(1000%, -50%);
    font-family: 'Font Awesome 5 Free' !important;
    color: black;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 900;
}
.btn_chevron_right a:hover::before, .btn_chevron_left a:hover::before, .sx_accordion:hover .btn_chevron a::before, .page-numbers.next:hover::before, .page-numbers.prev:hover::before {
    transform: translate(-50%, -50%);
}
.btn_chevron_right a:hover .elementor-button-icon, .sx_accordion:hover .btn_chevron_right .elementor-button-icon, .page-numbers.next:hover i {
    transform: translate(1000%, -50%);
}
.btn_chevron_left a:hover .elementor-button-icon, .sx_accordion:hover .btn_chevron_left .elementor-button-icon, .page-numbers.prev:hover i {
    transform: translate(-1000%, -50%);
}

.btn_chevron_bg a:hover, .btn_chevron_right a:focus {
    border-color: rgba(212, 212, 212, 0.5) !important;
    background-color: transparent !important;
}
.btn_chevron_bg .elementor-button-icon {
    color: var(--blanc);
}
.btn_chevron_bg a::before {
   color: var(--blanc);
}

.owl-carousel .btn_chevron{
    cursor:pointer;
}

.btn_chevron .icon_chevron{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:var(--noir);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_chevron_bg.btn_chevron .icon_chevron{
    color:var(--blanc);
}
.owl-carousel .btn_chevron a{
    border-radius:50px;
}

.owl-carousel .btn_chevron_left a:hover .icon_chevron {
    transform: translate(-1000%, -50%);
}
.owl-carousel .btn_chevron_right a:hover .icon_chevron {
    transform: translate(1000%, -50%);
}

/* Contact */
.btn-rond{
    border: 1px solid var(--blanc);
    font-size: 14px;
    border-radius: 100px;
    display: inline-block;
    text-align:center;
    width:45px;
    height:45px;
    text-align:center;
    line-height:45px;

}

.btn-rond:hover{
    background: var(--blanc);
    color:var(--rose);
}

.ast-header-sticked .btn-rond, body:not(.home) .btn-rond{
    background: var(--blanc);
    border: 1px solid var(--rose);
    color:var(--rose);
}

.ast-header-sticked .btn-rond:hover,body:not(.home) .btn-rond:hover{
    background: var(--rose);
    color:var(--blanc);
}

/* Mobile menu button on colored bg */
.mobile-menu-btn-bg .ast-button-wrap .ast-mobile-menu-trigger-outline {
    border-color: var(--blanc);
}
.mobile-menu-btn-bg .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: var(--blanc);
}
/* Mobile menu button fix on uikit page */
.fix-uikit-menu-btn .ast-button-wrap .ast-mobile-menu-trigger-outline {
    width: 50px;
    height: 50px;
}
.fix-uikit-menu-btn .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 24px;
    height: 20px;
}

/* Btn livre blanc */
.btn_wb_container {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    clip-path: circle(50%);
}
.btn_wb_container .btn_wb_badge {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transform: rotate(-90deg);
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.btn_wb_container:hover .btn_wb_badge {
    transform: rotate(-45deg);
}
.btn_wb_container .btn_wb_outer_txt {
    position: absolute;
    top: 0;
    left: calc(50% - 10px); /* les 10px sont la taille de la police dans le span */
    width: 100%;
    height: 100%;
    margin: 0;
}
.btn_wb_container .btn_wb_outer_txt#btn_wb_bottom {
    transform: rotate(180deg);
    left: calc(10px - 50%); /* les 10px sont la taille de la police dans le span */
}
.btn_wb_container .btn_wb_outer_txt span {
    font: 10px Monaco, MonoSpace;
    height: 150px;
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    transform: rotate(6deg);
    text-transform: uppercase;
    color: black;
}
.btn_wb_container .btn_wb_middle_txt {
    text-transform: uppercase;
    font-size: 13px;
    color: #E6107F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 56%;
    margin: 0;
    word-wrap: normal;
    font-family: Ambit-Bold,Helvetica,Arial,sans-serif;
    line-height: 16px;
}

.sx_btn .elementor-button {
    border-width: 0.5px !important;
}
.sx_btn .elementor-button-text {
    font-family: Ambit-SemiBold,Helvetica,Arial,sans-serif;
}


@media (max-width: 700px) {
    .btn-rond{
        border:1px solid var(--rose);
    }
}

.btn_rose_to_blanc .elementor-button-wrapper .elementor-button {
    background-color: var(--rose);
    color:var(--blanc);
}.btn_rose_to_blanc .elementor-button-wrapper .elementor-button:hover {
    background-color: var(--blanc) !important;
    color:#161615 !important;
}
.btn_rose_to_blanc i:before{
    color:var(--blanc);
}
.btn_rose_to_blanc i{
    color:var(--blanc);
}
.btn_rose_to_blanc a:hover i{
    color: var(--rose);
}
.btn_rose_to_blanc a:hover i:before{
    color: var(--rose);
}

.btn_jaune .elementor-button-wrapper .elementor-button {
    background-color: #FFC405;
    color: #161615;
    border-color: #FFC405;
}.btn_jaune .elementor-button-wrapper .elementor-button:hover {
    background-color: var(--blanc) !important;
    border-color: #FFC405 !important;
}.btn_jaune .elementor-button-link span .elementor-button-icon {
    display: none;
}