/*
Theme Name: lisse_enfant
Author: Ninja
Version: 1.0
Description: Super Theme Ninja
Template: lisse
*/
body{
    background: red;
}


.image-ronde{
    max-width:400px;
    border-radius:50%;
    box-shadow:8px 8px 8px 0 rgba(0,0,0,.4);
}


.boite-ronde{
    max-width:50%;
    border-radius:20px;
    box-shadow:8px 8px 8px 0 rgba(0,0,0,.4);
}

img.effetcouleur{
    filter:grayscale(1) ;
  transition: background-color 0.3s ease-in-out;
}

img.effetcouleur:hover{
    filter:grayscale(0) ;
}


