/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 12:44:11 */
/********** BOUTON CLASSIQUE ROUGE/NOIR ********/


.elementor-button-icon svg {
    width: 10.5px;
}

.hoverBtn .elementor-button-icon svg {
  transition: transform 0.4s ease;
}

.hoverBtn:hover .elementor-button-icon svg {
  transform: rotate(45deg);
}

/********** BOUTON SANS FOND ********/

.btnNoBg .elementor-button-icon svg {
  transition: transform 0.4s ease;
}

.btnNoBg path {
    stroke:#1F1F1F;
}

.btnNoBg:hover .elementor-button-icon svg {
  transform: rotate(45deg);
}

.contEdc:hover .btnNoBg .elementor-button-icon svg {
  transform: rotate(45deg);
}

/********** BOUTON BLANC ********/

.BtnBlanc .elementor-button-icon svg {
  transition: transform 0.4s ease;
}

.BtnBlanc path {
    stroke:#D6091A;
}

.BtnBlanc:hover .elementor-button-icon svg {
  transform: rotate(45deg);
}

/********** BOUTON BLOG LOOP ********/

.BtnBlancBlog .elementor-button-icon svg {
  transition: transform 0.4s ease;
}

.BtnBlancBlog path {
  stroke: #D6091A;
}

.contBlog:hover .BtnBlancBlog .elementor-button-icon svg {
  transform: rotate(45deg);
}

/********** CORRECTION COULEUR SVG ********/

#BtnJsNews path {
    fill:none!important;
}

#BtnJsForm path {
    fill:none!important;
}

#BtnJs path {
    fill:white!important;
}

