/*
 Theme Name:   Bee Marketing
 Theme URI:    https://www.agence-beemarketing.com
 Description:  Description de mon thème enfant
 Author:       Bee Marketing
 Author URI:   https://www.agence-beemarketing.com
 Template:     twentyseventeen
 Version:      1.0.0
*/

*{
	outline:none !important;
}
html{
  scroll-behavior: smooth;
}
body{
	font-size:16px;
	letter-spacing:0.05rem;
}.bigtitle .elementor-heading-title{font-size:48px !important;}.bigtitle .elementor-heading-title span{color:var( --e-global-color-secondary);}.bigtitle .elementor-heading-title:after{	content:"";	display:block;	height:3px;	width:250px;	background:var( --e-global-color-secondary);	margin-top:10px;}#home-steps h2:before{	content:"";	display:block;	width:50px;	height:50px;	line-height:50px;	border-radius:50%;	background:var( --e-global-color-primary );	color:#fff;	text-align:center;	float:left;	margin-right:20px;}#home-steps .step1 h2:before{content:"1";}#home-steps .step2 h2:before{content:"2";}#home-steps .step3 h2:before{content:"3";}#home-steps h2 span{	font-size:16px;	color:#444444;	font-weight:300;}#pulsingheart {   animation: heartbeat 1.5s infinite;  display:inline-block;  color:red;} @keyframes heartbeat{  0%  {    transform: scale( 1.1 );  }  16.66%  {    transform: scale( 1.25 );  }  33.33%  {    transform: scale( 1.1 );  }  50%  {    transform: scale( 1.25 );  }  66.66%  {    transform: scale( 1.1 );  }  83.33%  {    transform: scale( 1.25 );  }  100%  {    transform: scale( 1.1);  }  }