/*
Theme Name:   	Setwood Child
Theme URI:    	http://www.macrodreams.com/setwood
Author:       	Macrodreams
Author URI:     http://macrodreams.com
Template:     	setwood
Description:  	Child theme for Setwood theme
Version:      	1.4
Text Domain:  	setwood
*/
/*
 * Add your own custom css below this text.
 */
.en_savoir_plus{
    position: relative;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color:#BE966A;
    color: white !important; 
    top: 30px;
    border-radius:10px; 
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    -webkit-transition: background-color 0.5s;
}
.en_savoir_plus:hover {
    background-color:#BE966A;
    transition: 0.5s;
}
