/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fcdf07; color: #fff; text-shadow: none; }
::selection { background: #fcdf07; color: #000; text-shadow: none; }

a { color: #009dd2; }
a:visited { color: #009dd2; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ----------------------------- */
/*            Main               */
/* ----------------------------- */


html {
  font-size:100%;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  	background: #100f17 url(../img/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-width:100%;
	height: auto;
	background-size: 100%;

} 

body { 
  background-image:url(http://www.grandrapidsprintingcenter.com/img/splatter.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  width: 960px;
  margin: 0 auto; 
  padding: 30px 0 0 0; 
  font-size: 80%; 
  line-height: 1.4; 
  color: white; 
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* Links */ 
a { 
  text-decoration: none; 
  font-weight:bold;
}

a:hover, a:focus, a:active { 
  text-decoration: underline;
}

a img { 
  border: none; 
} 

/* Lists */ 

ul, ol { 
  margin: .75em 0 .75em 10px; 
  padding: 0; 
  list-style-type: none;
} 

.puces {
  margin-left: 10px;
  padding-left: 10px;
  list-style-type: circle;
}


fieldset {
	border:none;
}

legend {
	margin-bottom: 10px;
  font-size: 20px;
  margin-top:0;
  -webkit-font-smoothing: antialiased;
  color: #747474;
}
em { 
	font-style: italic; 
} 

strong { 
	font-weight: bold; 
	color: #333;
}

/* @note non-semantic classes are BAD ! (I love you too)  */ 
.right {
  float: right;
  margin: 0 0 0 10px;
}

.left {
  float: left;
  margin: 0 10px 0 0;
}

.center {
  text-align:center;
}

.clear, h2.intervenant {
  clear:both;
}

#slideshow div.clear {
  padding:0;
}

.price {
  font-weight: bold;
  color: #7B9B28;
}

/* ----------------------------- */
/*  ==    General Settings       */
/* ----------------------------- */

header, nav, footer, figure, section, article, figcaption, aside { /* @note : introducing new HTML5 elements */
	display: block;
	margin: 0;
}

section {
	position: relative;
	clear: both;
}

hr {
	background:url(../img/hr.png) no-repeat center top;
	border:0;
	height:8px;
}

#formation_plan hr {
	background:url(../img/hr-small.png) no-repeat center top;
	clear:both;
}

.bloc {
	position: relative;
	margin: 0 0 25px 0;
	padding: 25px;
	font-size:1.5em;
}

.bloc:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.intro {
	padding-top:5px;
	position: relative;
	font-size:1.5em;
}
.intro p {
	padding:10px 0 20px 0;
	margin:0;
}

.mini {
	width: 428px;
	display:inline-block;
	vertical-align: top;
	padding: 20px 20px 0 20px;
	margin: 0 20px 20px 0;
}

.mini + .mini {
	margin-right: 0px;
}

.column {
	min-height: 470px;
	float: left;
	clear: none;
	position: relative;
	margin: 0 0 25px 0;
}

.column, .bloc, .product {
	background: #09090e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	/*-moz-box-shadow: 0px 0px 10px #0d0c12;  
	-webkit-box-shadow: 0px 0px 10px #0d0c12;  
	box-shadow: 0px 0px 10px #0d0c12; */
}

.column + .column {
	float: right;
}

.bloc.formation h1 {
	/* margin-left:2%; */
}

h1 {
	font-size:28px;
	color:#09F;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

section h1, div h1 {
	margin-left:0;
}

section h2, div h2 {
	margin-bottom: 10px;
	font-size: 2em;
	margin-top:0;
	-webkit-font-smoothing: antialiased;
	color:#09F;
	clear:none;
	font-weight: normal;
}

section.bloc h2, div.bloc h2 {
	margin-top:1em;
}

section.bloc h2.notopmargin, div.bloc h2.notopmargin, section.bloc h2:first-child, div.bloc h2:first-child {
	margin-top:0;
}

section h3, div h3 {
	font-weight: normal;
}

figure {
	display: inline-block;
	vertical-align: top;
}

figcaption {
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-weight: bold;
}

.bouton {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -104px;
}

.bouton#inscrire {
	bottom:-30px;
	margin-left: -76px;
}
 
 
/* ----------------------------- */
/*  ==     Header                 */
/* ----------------------------- */

header #logo {
	float: left;
	margin: 0 0 10px 0;
}

header nav {
	float: right;
	margin: 150px 0 0 0;
}

header nav li {
	margin: 0;
	display: inline;
}

header nav a, header nav a:visited, header nav a:link {
	 padding: 8px 18px 8px 18px;
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.9);
	font: bold 18px "helvetica neue", helvetica, arial, sans-serif;
	color:#c6c6c6;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
		-moz-border-radius: 18px;
	-wekbit-border-radius: 18px;
	border-radius: 18px;
	-moz-outline-radius: 18px;
	-webkit-outline-radius: 18px;
	outline-radius: 18px;
	border: 1px solid rgba(0,0,0,1);
}

header nav a:hover, header nav a:focus {
	background: #000;
	text-decoration: none;
	color:#fec627;
	
	}


/* ----------------------------- */
/*  ==     Competences  Home      */
/* ----------------------------- */

#competences, #contact, #contact .inner {
	background: none;
	padding: 0;
	text-align: center;
}


#slideshow {
	position:relative;
	min-height: 240px;
	text-align:left;
}

#previous, #next {
	position:absolute;
	top:100px;
}

#previous {
	left:0px;
	background-position:top left;
}

#next {
	right:0px;
	background-position:top right;
}

#slideshow a:hover#previous, #slideshow a:focus#previous, #slideshow a:active#previous {
	background-position:bottom left;
}

a:hover#next, a:focus#next, a:active#next {
	background-position:bottom right;
}

#slideshow div {
	padding-top:15px;
	overflow: hidden;
	width: 100%;
}

#slideshow div  img {
	width:215px;
	height:215px;
	margin:0 40px 0 140px;
}

#slideshow div h1,#slideshow div p {
	clear:none;
	text-transform:none;
}
#slideshow div h1 {
	font-size:200%;
	padding:0;
	margin:0;
}
#slideshow div.point {
	width:45%;
	float:left;
	color:#c0c2c5;
	font-size:22px;
	padding-left:10%;
}
#slideshow div.point p {
	color:#c0c2c5;
	padding:0;
	margin:0;
}
#slideshow div.point p b {
	font-size: 150%;
	padding:0;
	margin:0;
}
#slideshow div.point p em {
	font-size: 250%;
	color:#d700f6;
	font-weight:bold;
	line-height:40px;
	font-style:normal;
}
#slideshow div strong{
	color:#FFF;
}
#slideshow div.extra {
	padding-top: 96px;
	padding-right:48px;
	float:right;
	width:38%;
	color:#fcdf07;
	font-size:28px;
	font-weight:bold;
	text-align:center;
}
#green {
	color:#00b709;
}

#slideshow div.extra .more {
	padding-top:40px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}
.more a:hover {
	color:#c6c6c6;
}

#competences nav {
	margin:10px 0 0 0;
/*	background:url(../img/separation-nav.png) no-repeat center top; ---- delete*/ 
}

#competences nav  a {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 10px 0 5px 0;
	font-size: 15px;
	-moz-border-radius: 10px; 
	-webkit-border-radius:  10px; 
	border-radius: 10px;         
	-moz-outline-radius: 10px;
	-webkit-outline-radius: 10px;
	outline-radius: 10px;
	text-decoration: none;
	border:0;
}

#competences figcaption {
	margin-bottom : 8px;
	color: #747474;
	text-transform: none;
}

#competences.home {
	margin-bottom:20px;
}

#competences.home figcaption {
	color: #c6c6c6;
}

#competences a:hover figcaption, #competences a:focus figcaption {
	color: #c6c6c6;
}

#competences nav a:hover, #competences nav a:focus, #competences nav a:active, #competences nav a.active {
	/*background:url(../img/separation-nav-hover.jpg) repeat-x top #E4E9ED;
	background:url(../img/separation-nav-hover.jpg) repeat-x top rgba(255,255,255,0.3);*/
	background:#171620;
	outline: none;
	-moz-transition-property:background;
	-moz-transition-duration:0.3s;
	-o-transition-property:background;
	-o-transition-duration:0.3s;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.3s;
	transition-property:background;
	transition-duration:0.3s;
}

/* ----------------------------- */
/*  ==     Competences           */
/* ----------------------------- */

#competences figure {
	display: block;
	margin: 0;
}

/* ----------------------------- */
/*  ==     Products              */
/* ----------------------------- */

#products  {
	margin: 0 auto; 
	padding:0;
}

#products a {
	display: inline-block;
	width: 29.9%;
	min-height:256px;
	margin: 0 10px 14px 0;
	padding:10px;
	vertical-align:top;
	color:#c0c2c5;
	background: #09090e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

#products a:hover {
	background:#171620;
	outline: none;
	-moz-transition-property:background;
	-moz-transition-duration:0.3s;
	-o-transition-property:background;
	-o-transition-duration:0.3s;
	-webkit-transition-property:background;
	-webkit-transition-duration:0.3s;
	transition-property:background;
	transition-duration:0.3s;
	text-decoration: none;
	outline: none;
}

#products figcaption {
	text-transform: none;
	font-size: 28px;
	padding-bottom:10px;
	color:#09f;
}

#products figure {
	display: block;
}

/* ----------------------------- */
/*  ==     Products              */
/* ----------------------------- */

.product{
	font-size:24px;
	font-weight:bold;
	width:100%;

}
.product a{
	color:#c0c2c5;
	text-decoration:underline;
}
.product a:hover{
	color:#fcdf07;
}

.product b,.product h2, .product h3{
	font-weight:bold;
	margin:0;
	padding:0;

}
.product b{
	color:#d700f6;
	font-size:28px;
	}
.product h2{
	color:#09f;
	font-size:24px;
	

}
.product h3{
	color:#fcdf07;
	font-size:28px;

}

#product-table
{
	display:table;
	width:100%;

}
#caption {
	background-color:#05050a;
	display:table-caption;
	width:100%;
	text-align:center;
	border-bottom:1px solid #19181f;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:6px 0 6px 0;
}
#row{
	display:table-row;
}

#cell, #cell-final, #cell-2{
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	height:50px;
	border-bottom:1px solid #19181f;
}
#cell-final {
	border:0;
}
#cell-2{
	width:50%;
}
/* ----------------------------- */
/*  ==     Custom                */
/* ----------------------------- */
#custom  {
	font-weight:bold;
	margin: 0 auto; 
	padding:0;
}

#custom figure {
	display: inline-block;
	width: 29.9%;
	min-height:150px;
	margin: 0 10px 14px 0;
	padding:10px;
	vertical-align:top;
	color:#c0c2c5;
	background: #09090e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

#custom figcaption {
	text-transform: none;
	font-size: 28px;
	padding-bottom:10px;
	color:#09f;
}
#custom b {
	font-size: 28px;
	color:#d700f6;
}
#link {
	padding: 6px 0 4px 0;
}

#custom a{
	padding-top:100px;
	font-size:20px;
	color:#c0c2c5;
	text-decoration:underline;
}
#custom a:hover{
	color:#fcdf07;
}
/* ----------------------------- */
/*  ==     support               */
/* ----------------------------- */
.wrapper{
	width:100%;
	margin:0 auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
	background: #09090e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}
.st-accordion ul li{
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-size: 28px;
	padding:5px;
    display: block;
	position: relative;
    line-height: 40px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
	margin-top: -3px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 20px 5px;
}
.st-content p{
	padding:0;
	margin:0;
    font-size:1.5em;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}


/* ----------------------------- */
/*  ==     Contact               */
/* ----------------------------- */

#contact {
	text-align: left;
}

#contact h1 {
	text-transform: none;
}

#contact form {
	float:left;
	width: 545px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

#contact label  {
	display: block;
	font-size: 20px;
	padding-left:8px;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	color: #9A9FA3;
}

#contact input {
	width: 520px;
	height: 40px;
	line-height:40px;
	padding: 0 10px;
	border: 0;
	background: #fff;
	-moz-border-radius: 10px;
	-wekbit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
}

#contact input:focus, #contact textarea:focus {
	border: 0;
	outline: none;
}

#contact textarea {
	width: 520px;
	padding: 10px;
	border: 0;
	background: #fff;
	-moz-border-radius: 10px;
	-wekbit-border-radius: 10px;
	border-radius: 10px;
	resize: none;
	font-size: 20px;
}

#contact #submit {
	text-align: right;
}

#contact #submit input, fieldset.inscription input[type="submit"] {
	width:100px;
	padding: 8px 18px 8px 18px;
	background: rgba(0,0,0,0.9);
	font: bold 18px "helvetica neue", helvetica, arial, sans-serif;
	color:#c6c6c6;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	-moz-border-radius: 18px;
	-wekbit-border-radius: 18px;
	border-radius: 18px;
	-moz-outline-radius: 18px;
	-webkit-outline-radius: 18px;
	outline-radius: 18px;
	border: 1px solid rgba(0,0,0,1);
}

#contact #submit input:hover, #contact #submit input:focus {
	background: #000;
	text-decoration: none;
	color:#fec627;
}

#contact aside {
	width: 400px;
	float:right;
	display: block;
	vertical-align: top;
	margin: 0;
	text-align: right;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #747474;
}

#contact aside a {
	font-weight: normal;
}

#contact aside .email {
}

#contact aside .tel img {
	vertical-align: top;
	padding-top:5px;
}

#contact aside .tel{
	margin-top: 0;
	font-size: 28px;
	color: #fec627;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
}
#contact aside .name {
	font-size: 18px;
	font-weight:bold;
}

#contact aside .adr {
	margin-top: 0;
	padding-top: 100px;
	font-size: 16px;
	color: #fec627;
}

#contact aside a, #contact aside a:visited {
	color:#09F;
}

#contact aside a:hover, #contact aside a:focus {
	color:#c0c2c5;
	text-decoration: none;
}

#contact .social {
	padding-top: 100px;
	margin-right:-10px;
}

#contact .social a {
	display: inline-block;
	vertical-align: bottom;
	width: 78px;
	text-align: center;
}

#contact .social img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contact aside .poweredby {
	padding-top:60px;
}

#contact .social a:hover img, #contact .social a:focus img {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
/* ----------------------------- */
/*  ==     Contact Errors         */
/* ----------------------------- */
#contact .error[generated=true] {
	float:right;
	color: #dc0000;
	font-size: 14px;
	padding: 7px 10px 0 5px;
}
#contact #name.error { background-color: #dc0000; } 
#contact #email.error { background-color: #dc0000; }
#contact #phone.error { background-color: #dc0000; }
#contact #message.error { background-color: #dc0000; }

/* ----------------------------- */
/*  ==     Mobile CSS             */
/* ----------------------------- */


@media (max-width: 1024px) {

	body {
		width:auto !important;
		margin:10px 20px;
		padding:10px 0!important;
	}
	table,td,blockquote,object,embed,video,input,textarea,.mini,#slideshow,#references section.bloc.mini {
	max-width:100% !important;
	}
	code,pre,samp {
	word-wrap:break-word!important;
	white-space: pre-wrap!important;
	}
	.bloc {
	}
	
	.bloc article {
		width: 100%;
	}
	
	.bloc aside {
		display:none;
	}
	
	#competences nav {
		display: block;
		padding: 5px 0;
	}
	#competences nav a{
		padding: 1% 0 0 0;
		font-size: 1em;
		width: 16.5%;
	}
	
	#competences a:hover, #competences a:focus, #competences a:active, #competences nav a:hover, #competences nav a:focus, #competences nav a:active {
		background-image:none !important;
	}
	#products a {
	width: 28%;
	}
	
	#prestations {
		background-image:none !important;
	}
	
	#references_home figure {
		background: none;
		width: auto;
		margin: 0;
	}
	
	#contact aside {
		width: auto;
	}
}

@media (max-width:900px) {
	    #previous {
		display: none;
	}
	#next {
	top:50px;
}
	#slideshow {
	min-height: 200px;
}
#slideshow div {
	padding-top:10px;
}
	#slideshow div.point {
	padding-left:0px;
	width:47%;
	font-size:18px;
}
#slideshow div.extra {
	padding-top: 60px;
	width:45%;
	font-size:22px;
}
#slideshow div.extra .more {
	padding-top:30px;
	font-size:18px;
}
}

@media (max-width:645px)  {
	#slideshow {
		display: none;
	}
	
	body {
		display: table;
		table-layout: fixed;
    	margin: 5px 10px;
		background-image:none;
	}
	
	#contact form,#contact {
		background:none !important
	}
	
	header #logo img {
		width:149px;
		height:173px;
	}			
	
	header nav li {
	display: block;
	margin:0 0 20px 0;
	}
	
	header nav {
		text-align:right;
		margin: 10px 0 !important;
	}

	#apropos_home {
		font-size:10px!important;
	}
	#competences nav {
		padding: 2px 0;
	}
	
	#competences nav a{
		width: 32%;
	}
	
	#competences nav img {
		width: 80%;
	}
	section #competences nav a {
		font-size:.9em !important
	}
		#products a {
		display:block !important;
		width:auto !important;
		padding: 10px 15px 25px !important;
		min-height:200px;
	}
	.product{
	font-size:20px;
	}
	.product h2{
	font-size:20px	
	}
	.product b, .product h3{
	font-size:24px	
}
	
	#contact form {
		margin-bottom:20px;
		width:93% !important
	}
	
	
	#contact input {
		width:100% !important;
	}
	
	#contact textarea {
		width:100% !important;
	}
	#contact aside .adr {
		padding-top: 10px;
	}

	#contact .social {
		padding-top: 20px;
	}
	#contact aside .poweredby {
		padding-top:10px;
	}
	#apropos_home #alsacom,#contact #submit input,#contact aside,#contact .social,blockquote p,#apropos_home #presentation {
		width:auto !important
	}
	#contact #submit input, fieldset.inscription input[type="submit"] {
		margin-right:-20px;
    }
}
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

@media (max-device-width:640px) and (orientation:landscape)  {
	body {
		-webkit-text-size-adjust: 70% !important;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ----------------------------- */
/*  ==     Print CSS              */
/* ----------------------------- */

@media print {

	body, h1, h2, h3, h4, a {background: #fff; color: #000!important;}

	#slideshow, #competences, #contact, .pictos, blockquote, #formations, #attachment, #inscrire, .formation_quiz, footer, header nav {
		display:none;
	}
	
	section.formation .formation_plan, section.formation .formation_info, section.formation .formation_info div {
		border: none; float:none; width:auto;
	}
	div.bloc h2 {clear: both;}
	
	section.formation .formation_info img {float:none;}
	section.formation a[href]:after {content: " (" attr(href) ")";}
	section.formation abbr:after { content: " (" attr(title) ")";}
	
	body {
		width: auto!important;
		margin:0!important;
		padding:0!important;
	}
	
	body:before {
		content:"Revolution Graphics - 715 larkspur Ave - Grand Rapids, MI 49504 | grprint@gmail.com | Tél. 616-723-8484";
		display:block;
		color:gray;
	}

	.bloc {
		-moz-border-radius: none;
		-moz-box-shadow: none;
		-webkit-border-radius: none;
		-webkit-box-shadow: none;
		border-radius: none;
		box-shadow: none;
	}
	
	.bloc.formation {
		border-bottom: 1px solid black;
	}
	
	.bloc.formation, .formation_info {
		float: none!important;
		width: 100%!important;
		margin: 0!important;
	}
	
	.info {
		padding: 5px 0!important;
	}
	
	h1 {
		
	}
	
	h2 {
		font-size: 12pt!important;
	}

	#logo {	float: none!important;	}

}
