/* Design du Titre */

.jdetitle{
    text-shadow:#565656 4px 4px 10px;
}

.title-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 1900px) {
	.mot1{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 300px;
	    line-height: 90px;
	    margin-left: -190px;
	}

	.mot2{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 150px;
	}

	.mot3{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 195px;
	    margin-left: 100px;
	    line-height: 100px;
	}

	.phrase{
	    color: white; 
	    text-shadow:#565656 3px 3px 5px;
	    font-size: 60px;
	    text-transform: uppercase;
	}
}

@media (min-width: 415px) {
	.mot1{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 200px;
	    line-height: 90px;
	    margin-left: -190px;
	}

	.mot2{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 100px;
	}

	.mot3{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 130px;
	    margin-left: 100px;
	    line-height: 100px;
	}

	.phrase{
	    color: white; 
	    text-shadow:#565656 3px 3px 5px;
	    font-size: 40px;
	    text-transform: uppercase;
	}
}

@media (max-width: 415px) {
	.mot1{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 100px;
	    line-height: 45px;
	    margin-left: -95px;
	}

	.mot2{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 50px;
	}

	.mot3{
	    color: white; 
	    text-shadow:#565656 4px 4px 10px;
	    font-size: 65px;
	    margin-left: 50px;
	    line-height: 50px;
	}

	.phrase{
	    color: white; 
	    text-shadow:#565656 3px 3px 5px;
	    font-size: 20px;
	    text-transform: uppercase;
	}
}


/* Animation lancement du titre */

#top {
    -webkit-animation: blurin 5s; /* Safari and Chrome */
    -moz-animation: blurin 5s; /* Firefox */
    -ms-animation: blurin 5s; /* Internet Explorer */
    -o-animation: blurin 5s; /* Opera */
    animation: blurin 5s;
}
    
@keyframes blurin {
    from { filter:blur(10px); }
    to   { filter:blur(0px); }
}

/* Firefox */
@-moz-keyframes blurin {
    from { filter:blur(10px); }
    to   { filter:blur(0px); }
}

/* Safari and Chrome */
@-webkit-keyframes blurin {
    from { filter:blur(10px); }
    to   { filter:blur(0px); }
}

/* Internet Explorer */
@-ms-keyframes blurin {
    from { filter:blur(10px); }
    to   { filter:blur(0px); }
}​

/* Opera */
@-o-keyframes blurin {
    from { filter:blur(10px); }
    to   { filter:blur(0px); }
}​

#top-alt {
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s;
}
    
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Animation permanente du titre */

#glowin {
    -webkit-animation: glowin 12s infinite; /* Safari and Chrome */
    -moz-animation: glowin 12s infinite; /* Firefox */
    -ms-animation: glowin 12s infinite; /* Internet Explorer */
    -o-animation: glowin 12s infinite; /* Opera */
    animation: glowin 12s infinite;
    -webkit-animation-delay: 5s; /* Safari and Chrome */
    -moz-animation-delay: 5s; /* Firefox */
    -ms-animation-delay: 5s; /* Internet Explorer */
    -o-animation-delay: 5s; /* Opera */
    animation-delay: 5s;
}
    
@keyframes glowin {
    0% {filter: glow(color=white, strength=0);}
    50% {filter: glow(color=white, strength=200);}
    100% {filter: glow(color=white, strength=0);}
}

/* Firefox */
@-moz-keyframes glowin {
    0% {filter: glow(color=white, strength=0);}
    50% {filter: glow(color=white, strength=200);}
    100% {filter: glow(color=white, strength=0);}
}

/* Safari and Chrome */
@-webkit-keyframes glowin {
    0% {filter: glow(color=white, strength=0);}
    50% {filter: glow(color=white, strength=200);}
    100% {filter: glow(color=white, strength=0);}
}

/* Internet Explorer */
@-ms-keyframes glowin {
    0% {filter: glow(color=white, strength=0);}
    50% {filter: glow(color=white, strength=200);}
    100% {filter: glow(color=white, strength=0);}
}​

/* Opera */
@-o-keyframes glowin {
    0% {filter: glow(color=white, strength=0);}
    50% {filter: glow(color=white, strength=200);}
    100% {filter: glow(color=white, strength=0);}
}​
