/* Bouton menu */
@media (min-width:769px){
	.menu-item {
		transition: all .2s linear;
	}
	.menu-item:hover {
  	transition: all .3s ease;
  	transform: scale(1.2);
	}
}


/* Carte couleur linkedin malt */
.linkedin {
  --bg-color: #0077b5;
  --bg-color-light: #b3e5ff;
  --box-shadow-color: rgba(0, 119, 181, 0.5);
}
.malt {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --box-shadow-color: rgba(206, 178, 252, 0.5);
}

.color-card {
  width: 220px;
  height: 320px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0,0,0,0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.color-card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
}

.color-card:hover .overlay {
  transform: scale(4) translateZ(0);
}

.color-card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.color-card:hover .circle:after {
  background: var(--bg-color-light);
}

.color-card:hover p {
  color: var(--text-color-hover);
}

.color-card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0,0,0,0.11),
    0 15px 24px var(--box-shadow-color);
}

.color-card .elementor-button-wrapper {
  color: #4C5656;
  margin-top: 70px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
	left: 30px;
	top: 40px;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  transition: opacity 0.3s ease-out;
	left: 6px;
	top: 6px;
}
.overlay {
  width: 118px;
	height: 118px;
  position: absolute; 
  border-radius: 50%;
  background: var(--bg-color);
  top: 60px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.circle .card-logo{
	z-index: 99;
}

/* Bouton page d'accueil */
.btn-home .elementor-button-link{
	border: 2px solid #f6b4ba;
}

/* Bouton cta */
.btn-cta .elementor-button-link{
	border: 2px solid #fff;
}

/* Bouton blog */
.btn-blog {background-image:linear-gradient(to right,#edbbae 0,#f1e1dc 51%,#edbbae 100%);border-radius:50px;}.btn-blog{transition:1s;background-size:300% auto;}.btn-blog:hover{background-position:right center;color:#fff;text-decoration:none}
