/*!
Theme Name: Microplaite Child
Theme URI: https://www.techniweb-agence.fr/
Description: v1.0
Author: Techniweb
Author URI: https://www.techniweb-agence.fr/
Template: microplaite
Version: 1.0.0
Text Domain: microplaite
*/

 /* Add your custom style here */

 #btnmicroplaite {
    background: url(https://www.microplaite.fr/wp-content/uploads/2025/02/MICROPLAITE_Icone_COULEUR.svg) #241c43;
    border-radius: 10px;
    background-size: 200%;
    background-position: center center;
    transition: all ease 0.5s;
 }
 
 #btnmicroplaite:hover {
    background: url(https://www.microplaite.fr/wp-content/uploads/2025/02/MICROPLAITE_Icone_COULEUR.svg) #614c7b;
    border-radius: 10px;
    background-size: 200%;
    background-position: center center;
    transition: all ease 0.5s;
 }

 #btnmicroplaite2 {
    background: url(https://www.microplaite.fr/wp-content/uploads/2025/02/MICROPLAITE_Icone_COULEUR.svg) #614c7b;
    border-radius: 10px;
    background-size: 200%;
    background-position: center center;
    transition: all ease 0.5s;
 }

 #btnmicroplaite2:hover {
    background: url(https://www.microplaite.fr/wp-content/uploads/2025/02/MICROPLAITE_Icone_COULEUR.svg) #241c43;
    border-radius: 10px;
    background-size: 200%;
    background-position: center center;
    transition: all ease 0.5s;
 }