/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-logo img{
	max-height:84px
}
/*#menu-main li{
	background: url(https://maguel.fr/wp-content/uploads/2023/05/cloud-2.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	padding-left: var(--nav_padding);
}*/

/*************** SIDEBAR *****************************/
.services-sidebar .content-box-column .content-box-wrapper{
	border-radius:10px;
}

/************* INDEX **********************/
.blue-bg-text{
	background:#3d66ae
}
.paste-icon-wrap .image{
	width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    border-radius: 50%;
    background: white;
    justify-content: center;
    align-items: center;
	margin-bottom:17px;
}
.paste-icon-wrap .image img{
	width:100%;
	height:auto;
	margin-bottom:0 !important;
	max-width:59px;
}
.cake-icon-wrap i{
	display:none
}
.cake-icon-wrap span{
	background:url(https://maguel.fr/wp-content/uploads/2023/05/paste-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
}
/************* SERVICES **********************/
/*.services-left .fusion-image-element:nth-child(1){
	background: #fbfbfc;
	padding:20px 0;
}*/

/************* FOOTER **********************/
.fusion-footer a{
	color:white;
}

/****************** Waving hand *******************************/
.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
  font-size:36px;
	
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}