*:not(title)
{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-family: century-gothic, sans-serif;;
}
body
{
    background: linear-gradient(5deg, rgb(1, 5, 66), rgb(0, 40, 151), rgb(101, 155, 255));
    width: 100vw;
    height: 100vh;
    /* overflow: hidden; */
}
.p_corps
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 17, 255, 0);
}
/* .corps,*/ video
{
    /* background: ; */
    position: absolute;
    max-width: 500px;
    max-height: 100vh;
    min-width: 500px;
    min-height: 600px;
    background-color: rgba(0, 0, 0, 0.507);
    top: 0px;
}
.boiteNoel
{
    overflow: hidden;
}
.cover, .formulaire, .openMessage
{
    z-index: 110;
    position: absolute;
    margin: 100px;
    padding: 25px;
    justify-content:start;
    max-width: 500px;
    max-height: 100vh;
    height: 100vh;
    min-width: 500px;
    min-height: 100vhu;
    background-color: rgba(0, 9, 139, 0.164);
}
.openMessage
{
    justify-content: center;
    align-items: center;
    background-color: white;
    z-index: 1120;
    color: rgb(0, 22, 117) !important;
    /* transition: 2s; */
}
.cadaeu
{
    width: 200px;
	animation: steam3 1s linear infinite;
}
@keyframes steam3 {
	0% {
		width: 200px;
	}
	50% {
		width: 250px;
	}
	100% {
		width: 200px;
	}
}
.formulaire
{
    z-index: 1150;
    background-color: rgba(0, 60, 255, 0.795);
    top:auto;
    visibility: hidden;
    /* transition: 1s ; */
}
.defil1, .defil2
{
    position: absolute;
    width: 33px;
    flex-wrap: wrap;
    max-height: 100vh;
    min-height: 600px;
}
.defil1
{
    left: 0vh;
    z-index: 10;
}

.defil2
{
    right: 0vh;
    float: left;
    z-index: 10;
}
.photo
{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 1000px;
	z-index: 100;
    border: 8px solid white;
    box-shadow: 0px 0px 50px white;
}
.photoM>img
{
    background-image: url("vignetteBonneAnee2025.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0000ff00;
}
.photoM:before, .photoM:after {
	content: '';
	position: absolute;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
    width: 250px;
    height: 250px;
    border-radius: 1000px;
	z-index: -1;
	animation: steam 20s linear infinite;
}@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.photoM:after {
	filter: blur(50px);
}
marquee>p
{
    font-size: 30px;
}
.infos
{
    background-color: rgba(0, 26, 172, 0.747);
    padding: 10px;
    padding-bottom: 20px;
    max-width: 320px;
    border-radius: 10px;
    z-index: 100;

}
button:not(.bouton_close)
{
    padding: 20px;
    background-color: white;
    color: rgb(0, 32, 121);
    border-radius: 10px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
	animation: steam2 1.5s linear infinite;
}
.bouton_close
{
    padding: 5px;
    background-color: rgb(0, 134, 7);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 0;
    font-weight: bold;
}
@keyframes steam2 {
	0% {
		padding:16px;
        border: 1px solid white;
	}
	25% {
		padding:20px;
        border: 4px solid rgb(0, 32, 177);
	}
	50% {
		padding:16px;
        border: 1px solid rgb(253, 228, 0);
	}
	75% {
		padding:20px;
        border: 4px solid rgb(255, 0, 0);
	}
	100% {
		padding:16px;
        border: 1px solid white;
	}
}

input
{
    width: 300px;
    padding: 12px;
    color: black;
    border: 0px;
    border-radius: 10px;
    background-color: white;
    font-size: 16px;
}