p,
h1,
h2 {
    font-family: "Open-Sans", sans-serif;
}

.project-1 {
    /* background-color: #0A043C; */
    color: black !important;

}

.project-2 {
    /* background-color: #0A043C; */
    color: black !important;
}
.project-3 {
    /* background-color: #0A043C; */
    color: black !important;
}

.project-3 h1 h2 {
    color: black;
}

.open-sans-font {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.bg-moinspluscoeur {
    background-size: cover;
    background-image: url('../assets/images/image00002.png');
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    position: absolute;
}


/* .bubble-effect {
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
} */
/*
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
} */


/* BUTTON */
