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

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

::-webkit-selection {
    background: white;
    color: black;
}
:-moz-selection {
    color: gray;
}
::-moz-selection {
    background: white;
    color: black;
}
:-ms-selection {
    background: white;
    color: black;
}
::selection {
    background: white;
    color: black;
}

::-webkit-input-placeholder {
    color: gray;
}
:-moz-placeholder {
    color: black;
}
::-moz-placeholder {
    color: black;
}
:-ms-input-placeholder {
    color: black;
}

body {
    background: #737373;
    font-family: Sawasdee-Bold;
    margin:0 0 0 0;
}

a {
    font-size: 12px;
    text-decoration: none;
    width: 25px;
    height: 15px;
    color: black;
    background: white;
    float: center;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

input[type=submit] {
    font-family: Sawasdee-Bold;
    font-size: 20px;
    width: 140px;
    height: 55px;
    color: #3e8cc2;
    float: right;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
}

input[name=modifier] {
    font-family: Sawasdee-Bold;
    font-size: 20px;
    width: 140px;
    height: 55px;
    color: #3e8cc2;
    background: black;
    float: right;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

textarea {
    height: 100px;
    width: 235px;
    font-size: 13px;
    resize: none;
    overflow: auto;
}

button {
    position: fixed;
    font-size: 25px;
    width: 65px;
    height: 60px;
    margin: 20% 0 0 0;
    color:  white;
    background: #3a3a3a;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
}

input[type=text] {
    font-family: Sawasdee-Bold;
    position: relative;
    float: left;
    font-size: 12px;
    width: 110px;
    height: 25px;
    color: silver;
    background: white;
    margin-bottom: 2%;
    border-radius: 0px;
    margin-right: 20px;
    border: 0px;
    cursor: text;
}

input[type=email] {
    font-family: Sawasdee-Bold;
    position: relative;
    float: left;
    font-size: 12px;
    width: 110px;
    height: 25px;
    color: silver;
    background: white;
    margin-bottom: 2%;
    border-radius: 0px;
    border: 0px;
    cursor: text;
}

input[type=submit][name=valider] {
    font-family: Sawasdee-Bold;
    font-size: 15px;
    width: 240px;
    height: 25px;
    color: #3e8cc2;
    background: white;
    float: left;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}


/** Copyright (c) 2013 by Julien Dargelos (http://codepen.io/juliendargelos/pen/mtCan) --> **/

/* START: Le conteneur principal */
#main {
	width:100%;
	margin:3% auto;
	border:0;
	font-size:0;
}
/* END */

/* START: Les colonnes */
.col {
	display:inline-block;
	vertical-align:top;
	margin-bottom: 2%;
}
/* END */

/* START: On applique des transitions sur les .box et leurs enfants */
.box, .box * {
	-webkit-transition:0.3s linear;
	-ms-transition:0.3s linear;
	transition:0.3s linear;
}
/* END */

/* START: Une .box correspond à une case */
.box {
	background:#737373;
	width:300px;
	height:200px;
}
/* END */

/* START: Ceci permet de mettre les .box en damiers */
#main .col:nth-child(2n+1) .box:nth-child(2n+1) {background:#737373;}
#main .col:nth-child(2n+2) .box:nth-child(2n+2) {background:#737373;}
/* END */

/* START: La partie colorée contenue dans les .box */
.box-content {
	background:#eb8e40;
	width:150px;
	height:150px;
	margin:15px 0 0 75px;
	border-radius:100px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
}
/* END */

/* START: Le texte contenu dans les box-content (initialement il est invisible) */
.box-text {
	width:230px;
	margin:170px 0 0 -65px;
	opacity:0;
	position:absolute;
	font-size:13px;
	color:rgb(30,30,30);
	text-align:center;
	line-height:20px;
	cursor:text;
	-webkit-transition:margin 0.3s linear, opacity 0.1s linear;
	-ms-transition:margin 0.3s linear, opacity 0.1s linear;
	transition:margin 0.3s linear, opacity 0.1s linear;
}
/* END */

/* START: Le titre des .box */
.box-title {
	width:300px;
	margin:170px 0 0 0;
	position:absolute;
	font-size:18px;
	color:rgb(30,30,30);
	text-align:center;
	letter-spacing:2px;
}
/* END */

/* START: L'icône dans les .box-content */
.box-icon {
	background:url('../images/icon.svg') no-repeat;
	background-size:100%;
	width:80px;
	height:120px;
	margin:30px 0 0 105px;
	opacity:0.6;
	cursor:pointer;
	position:absolute;
}
/* END */

/* START: Lorsqu'une .box a été cliquée (js la fait passer en class="box target") */
.box.target {
	height:500px;
}
/* END */

/* START: Le .box-content qui prend tout l'espace Lorsqu'une .box a été cliquée */
.box.target .box-content {
	width:300px;
	height:400px;
	border-radius:0;
	margin:0;
}
/* END */

/* START: Le texte qui apparaît Lorsqu'une .box a été cliquée */
.box.target .box-text {
	margin:210px 0 0 35px;
	opacity:1;
	-webkit-transition:opacity 0.2s 0.4s linear;
	-ms-transition:opacity 0.2s 0.4s linear;
	transition:opacity 0.2s 0.4s linear;
}
/* END */

/* START: Bas de page */
#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
}

.left {
	margin: -15px 0 0 47%;
	float: left;
	height: 30px;
}

/*// IE 6 //*/
* html #footer {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
/* END */

/* Style du menu inspiré d'un menu sur Codrops */

/* Contenu du menu */
.menu {
	background: #3a3a3a;
	position: fixed;
}

.menu h3 {
	font-family: arial;
	color: white;
	margin: 30px;
	font-size: 25px;
	font-weight: 300;
	background: #3a3a3a;
}

.comment {
    height: 49%;
    width: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*.menu a {
	display: block;
	color: gray;
	width: auto;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;
}

.menu a:hover {
	color: white;
	background: #545454;
}*/

/* Menu vertical */

.menu-vertical {
	width: 240px;
	height: 100%;
	bottom: 0px;
	z-index: 1000;
}

.menu-vertical a {
	background: #454545;
	border-bottom: 1px solid #3a3a3a;
	padding: 1em;
}

/* Slide du menu gauche, largeur */

.menu-left {
	left: -240px;
}

.menu-left.menu-open {
	left: 0px;
}

/* Menu qui pousse le body */

.menu-push {
	overflow-x: hidden;
	position: relative;
  	margin: -10px;
	left: 0;
}

.menu-push-right {
	left: 240px;
}


/* Transitions du menu */

.menu,
.menu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}