/*
Theme Name: Popino
Theme URI: https://popino.fr
Author: Annabelle Neau
Author URI: https://popino.fr
Description: Thème créé par Popino
Requires at least: WordPress 6.2
Version: 1.0
*/

body {
    margin:0;
    overflow-x: hidden;
}
.elementor-portfolio-item {
	opacity:1 !important;
	display:block !important;
}
.grecaptcha-badge {
	display:none;
}

.cursor {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #ffee02;
  opacity: 30%;
  transition: all 300ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffee02;
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
}

.hover {
  background-color: #ffa9ee;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}

#chat-input-default {
color: rgb(33, 33, 33) !important;
}
textarea {
	color:grey !important;
}