@import url(https://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

.content-inside {
	display: flex;
	justify-content: space-between ;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;    
}

#jours {
	color: #FF03A0;
}
#heures {
	color: #ffd100;
}
#minutes {
	color: #00CFFF;
}
#secondes {
	color: #00FFB5;
}

#decompte {
	display: inline-block;
	line-height: 1;
	padding: 20px;
	font-size: 40px;
	text-align: center;
	border: #9cecff 3px outset;
	background-image: url(../images/fond-etoile-decompte.jpg);
	background-size: cover;
	border-radius: 0 10px 0 10px;
	width: 300px;
	min-width: 20%;
    height: 600px;
    margin-bottom: 50px;
}

#decompte h3 {
	color: #f1f1f1;
    padding-bottom: 30px;
}
  
#decompte span {
	display: block;
	font-size: 20px;
	color: white;
	font-family: 'Covered By Your Grace', cursive;
}

#decompte div {
	font-size: 70px;
	display: inline-block;
	font-family: 'Covered By Your Grace', cursive;
	padding-left: 20px;
	padding-right: 20px;
}


.login-block {
    border: #9cecff 3px outset;
	display: inline-block;
    width: 320px;
    padding: 20px;
    background: #a94caa67;
    border-radius: 0 10px 0 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	height: 245px;

}

.login-block h1 {
    text-align: center;
    color: #9cecff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #76ccdd;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 20px;
    outline: none;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #c7305d;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #c7305d;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #9cecff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #9cecff;
	color: #c7305d;
}

#texte1 {
	width: 736px;
	color: #9cecff;
    border: #9cecff 3px outset;
    border-radius: 0 10px 0 10px;
    padding: 15px;
    background-color: #a94caa77;
    height: 420px;
}

#texte1 h1 {
    color: #9cecff;
    text-align: center;
    padding-bottom: 1em;
    text-decoration: underline;
    font-size: 2.5em;
}

#signe {
    color: #f1f1f1;
    margin: 0 auto;
    border: #9cecff 3px outset;
    border-radius: 0 10px 0 10px;
    width: 736px;
    height: 120px;
    text-align: center;
    margin-top: 8%;
    background-image: url(../images/grande-ourse.jpg);
}

.boutton-signe {
    text-decoration: none;
    background: #c7305d;
    border: #c7305d 3px;
    border-radius: 10px;
    width: 300px;
    height: 40px;
    color: #f1f1f1;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    animation: glowingPink 900ms infinite;
}

@keyframes glowingPink {
    0% { background-color: #B2026F; box-shadow: 0 0 5px #B2026F; }
    50% { background-color: #FF248F; box-shadow: 0 0 20px #FF248F; }
    100% { background-color: #B2026F; box-shadow: 0 0 5px #B2026F; }
}

@keyframes glowingBlue {
    0% { background-color: #2BC4AF; box-shadow: 0 0 5px #2BC4AF; }
    50% { background-color: #37FFE3; box-shadow: 0 0 20px #37FFE3; }
    100% { background-color: #2BC4AF; box-shadow: 0 0 5px #2BC4AF; }
}

#signe h2 {
    color: #9cecff;
    font-size: 1.5em;
    text-align: center;
    padding-bottom: .9em;
    text-decoration: underline;
}

#signe i {
    margin-left: 20px;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #9cecff;
}

#linkPageGalerie {
    margin: 0 auto;
    text-decoration: none;
    background: #2bc4af;
    border-radius: 10px;
    width: 300px;
    height: 40px;
    color: #f1f1f1;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
    outline: none;
    cursor: pointer;
    animation: glowingBlue 900ms infinite;
    margin-top: 20px;
}

/* Bouttons FAQ */
.align-div {
    margin: 0 auto;
}

.buttonFAQ {
margin: 30px auto;
width: 300px;
height: 40px;
cursor: pointer;
background: #6dd6d1;
border: none;
border-radius: 10px;
box-shadow: 0px 10px 25px pink, 0px -10px 25px pink, inset 0px -5px 10px #57aba7, inset 0px 5px 10px #a6fffa;
font-family: 'Bebas Neue', cursive;
color: #f19bf1;
text-shadow: black 0.1em 0.1em 0.2em;
font-size: 30px;
transition: 500ms;
}

button:hover {
border: 2px solid #6dd6d1;
animation: hueRotation 2s linear infinite;
color: #1f1f1f;
}


@keyframes hueRotation {
to {filter: hue-rotate(360deg);}
}

button:focus {
outline: none;
}

.fleur-img {
    height: 200px;
}
.fleur-tourbillonnante {
    margin: 0 auto;
    animation: roll 5s infinite;
    
}

@keyframes roll {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .text-fixed {
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }