﻿/*Polices*/

@font-face
{
	font-family: 'Tornado';
	src: url('polices/Undergrunge_Tornado_Demo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'Neon';
	src: url('polices/Neon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'All Star';
	src: url('polices/All Star Resort.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'Impact_reserve';
	src: url('polices/Impact Label Reversed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	font-family: 'Impact_squarred';
	src: url('polices/Impact Label.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*Titre et Polices*/

a
{
	color: black;
	text-decoration:none; 
}

q
{
    font-family: Impact_squarred, serif;
	margin-left: 30%;
	font-size: 0.86em;
}

section p
{
	font-family: Neon, serif;
}

aside h3, header h2, nav a, footer h1
{
    font-family: Impact_reserve, serif;
}

section h1
{
	font-family: Impact_reserve, serif;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 2.5em;
	margin-left: 80px;
}

aside h3
{
	font-size: 1.7em;
	border-bottom: 3px solid;
	border-top: 3px solid;
	border-left: 3px solid;
	border-right: 3px solid;
}

article p
{
	margin-left: 50px;
	margin-right: 10%;
    font-size: 1.0em;
	margin-left: 35px;
}

header h1
{
    font-family: Impact_squarred, serif;
    font-size: 4.0em;
    font-weight: normal;
}

header h2
{
    font-size: 1.1em;
    font-weight: normal;
	border-bottom: 3px solid;
	border-top: 3px solid;
	border-left: 3px solid;
	border-right: 3px solid;
	margin-right: 650px;
}

nav
{
    display: inline-block;
    width: 740px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

footer p
{
	vertical-align: center;
	font-size: 0.7em;
}

 footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.1em;
}

#signature
{
	margin-left: 110px;
}



/*Effets*/

#galerie a:hover
{
	color: #fb57e6;
}

#cookie:hover
{
	background-image : url(image/cookie_1.png);
}

.video:hover
{
	box-shadow: 4px 6px 4px #1c1a19;
}

nav a:hover
{
    color: #fb57e6;
	border-bottom: 3px solid #fb57e6;
	border-top: 3px solid #fb57e6;
	border-left: 3px solid #fb57e6;
	border-right: 3px solid #fb57e6;
}

#title_rdr:hover
{
    color: #fb57e6;
	text-decoration: underline;
}

#gif_bastien:hover
{
	box-shadow: 4px 6px 4px #1c1a19;
}

#signature:hover
{
	    margin-left: 10px;
}

#rz_sociaux:hover
{
	    box-shadow: 4px 4px 4px #1c1a19;
}

/*Bannières et formats*/

.ts3
{
	margin-left: 25%;
}

body
{
	background: #f6d152;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

article
{
    width: 625px;
    margin-right: 15px;
	display: inline-block;
    vertical-align: top;
    text-align: justify;
}

aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#galerie p
{
	font-family: Neon, serif;
	margin-left: 50px;
	margin-right: 10%;
    font-size: 1.0em;
	margin-left: 35px;
}

#galerie h1
{
	margin-top: 65px;
	font-family: Impact_reserve, serif;
    font-weight: normal;
    text-transform: uppercase;
	font-size: 2.5em;
	margin-left: 80px;
}

#m_page
{
    width: 900px;
    margin: auto;
}

#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 100px;
    background: url('image/banniere_description.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
	
}

#banniere_description
{
    position: absolute;
    bottom: 0;
	margin-left: 200px;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    color: white;
    font-size: 0.8em;
    font-family: Impact_reserve, serif;
}


/*Images*/

#contact
{
	width: 120px;
	height: 120px;
	border-radius: 100px 100px 100px 100px;
	border-width: 10px;
	border-style: ridge;
	border-color: white;
	position: left;
}

.video
{
	margin-left: 25px;
	border-radius: 15px 5px 15px 5px;
	box-shadow: 0px 1px 2px #1c1a19;
	width: 260px;
	height: 200px;
	background-color: black;
}

#cookie 
{
	background-image : url(image/cookie.png);
	display: block;
	text-align: 50%; 
	width: 300px;
	height: 300px;
	width: 45%;
	margin-left: 25%;
	border-radius: 150px 150px 150px 150px;
}

#rz_sociaux
{
	width: 25%;
	margin-left: 12px;
	border-radius: 70px 70px 70px 70px;
}

#profil
{
    margin-right: 5px;
	width: 50%;
	margin-left: 58px;
	border-radius: 70px 70px 70px 70px;
}

#gif_bastien
{
	margin-left: 25px;
	border-radius: 15px 5px 15px 5px;
	box-shadow: 0px 1px 2px #1c1a19;
}

footer
{
    padding-top: 25px;
}

/*end*/
