@font-face {
    font-family: CodeBold;
    src: url(../Fonts/CodeBold.otf);
}

@font-face {
    font-family: CodeLight;
    src: url(../Fonts/CodeLight.otf);
}

@font-face {
    font-family: CorbelBold;
    src: url(../Fonts/CodeBold.ttf);
}

@font-face {
    font-family: CorbelRegular;
    src: url(../Fonts/CorbelRegular.ttf);
}

.SousMenuPubli
{
    width: 251px;
	padding:15px;
    position: absolute;
    display: block;
    z-index: 999;
    top: 160px;
    left: 50px;
    background-color: rgba(255,255,255,0.9);
-moz-box-shadow: 0px 0px 4px 0px #656565;
-webkit-box-shadow: 0px 0px 4px 0px #656565;
-o-box-shadow: 0px 0px 4px 0px #656565;
box-shadow: 0px 0px 4px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=4);
}

.SousMenuPubli li
{
    position: relative;
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #EEEEEE;
}
.SousMenuPubli li a
{
    display: block;
    position: relative;
    padding: 7px 15px 5px 35px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    font-family: 'CodeBold', sans-serif;
    letter-spacing: 2px;
    outline: none;
    background: url(../Imgs/Puces.jpg) no-repeat 5% 47%;
    text-transform: uppercase;
    font-weight: bold;
}

.SousMenuPubli li a:hover
 {
    display: block;
    position: relative;
    padding: 7px 15px 5px 35px;
    font-size: 12px;
    font-weight: 300;
    color: #ec008c;
    text-decoration: none;
    font-family: 'CodeBold', sans-serif;
    letter-spacing: 2px;
    outline: none;
    background: url(../Imgs/PucesHover.jpg) no-repeat 5% 47%;
    text-transform: uppercase;
    font-weight: bold;
}

.Retour{
    font-size: 13px;
    right: 31px;
    top: 100px;
    letter-spacing: 1px;
    font-family: 'CodeBold', sans-serif;
    position: absolute;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    z-index: 777;
    padding: 13px 10px 10px 30px;
    background-color: rgba(0,0,0,0.5);
    width: 352px;
}


.Retour:hover{
    font-size: 13px;
    right: 31px;
    top: 100px;
    letter-spacing: 1px;
    font-family: 'CodeBold', sans-serif;
    position: absolute;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    z-index: 777;
    padding:13px 10px 10px 30px;
    background-color: rgba(236,0,140,1);
    width: 352px;
}

.Titre
{
    position: absolute;
    display: none;
    z-index: 999;
    top: 35%;
    width: 97%;
    padding: 20px;
    font-size: 40px;
    font-family: 'CorbelRegular', sans-serif;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
	text-shadow:2px 2px #000000;
}

.InfosProjets
{
    width: 333px;
    height: 333px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 998;
    background-color: rgba(236,0,140,0.9);
    padding: 10px 30px 20px 30px;
}

.InfosProjets h3
 {
	 font-family: 'CodeBold', sans-serif;
	 text-transform:uppercase;
	 color:#FFFFFF;
	 letter-spacing:2px;
	 font-size:14px;
}

.InfosProjets p
 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-family: 'CorbelRegular', sans-serif;
    color: #FFFFFF;
	text-align:justify;
}

.TitrePubli
 {
    width: 450px;
    height: 42px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 998;
    background-color: #ec008c;
    padding: 30px;
}

.TitrePubli span
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    font-weight: bold;
    font-size: 16px;
	font-family: 'CorbelRegular', sans-serif;
	color:#FFFFFF;
}

.TitrePubli p
 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-family: 'CorbelRegular', sans-serif;
    color: #FFFFFF;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../Fonts/fontawesome.eot');
	src:url('../Fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../Fonts/fontawesome.woff') format('woff'),
		url('../Fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	min-width: 320px;
	position: relative;
}

.column:nth-child(2) {
	min-height: 400px;
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
	background: url(../images/clickhere.png) 90px 0 no-repeat;
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.container > header {
	padding: 2.875em 1.875em 2.875em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #89867e;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #ceccc6;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.99);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 46.0625em) {

	.main {
		padding: 0;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 3em 2em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
		background-position: 90px 3em;
	}
}