
/**************************************************
	Styles : SISMIQ - basic responsive website
***************************************************/

@charset "utf-8";


/* ********** RESET BASE STYLES ***********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;
	font-weight: normal;
	vertical-align: top;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

*{
margin: 0px;
padding: 0px;
}

/* hack FF pour envlever pointillés autour des liens */
a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}
/* fin de hack */

body{
  background-color: #FFF;
}

/********* Styles pour la structure et le contenu *********/

/****** pour les elements textes *********/
.googlefonts {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* pour les clear float */
.clear_float{
	clear:both;
	height:0;
	padding:0;
	margin:0;
}

/****** pour containers et wraps ******/

#container-top{
	margin:0;
	padding:130px 0 130px 0;
	background-image:url(images/background-top.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#container-main{
	margin:0;
	padding:130px 0 130px 0;
	background-image:url(images/background-main.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
	background-color: #000;
}

#container-footer{
	margin:0;
	padding:130px 0 130px 0;
	background-image:url(images/background-footer.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
	background-color: #201f1f;
}

.general-centerwrap {
	margin: 0 auto 0 auto;
	width:840px;
}

@media handheld, only screen and (max-width: 990px) {

 .general-centerwrap {
  width:87%;
  }
  
}

@media handheld, only screen and (max-width: 767px) {

	.general-centerwrap {
	width:95%;
	}

}

@media handheld, only screen and (max-width: 480px) {

	#container-top{
		padding:80px 0;
	}

	#container-main{
		padding:60px 0;
	}

	#container-footer{
		padding:60px 0;
	}

	.general-centerwrap {
	width:95%;
	}
}


/* Styles pour Padding progressif responsives : pour ajuster blocs de textes */

.progpad-8 {
	padding-left:8%;
	padding-right:8%;
}

@media handheld, only screen and (max-width: 990px) {

	 .progpad-8 {
		padding-left:8%;
		padding-right:8%;
	}
  
 }

@media handheld, only screen and (max-width: 767px) {

	.progpad-8 {
		padding-left:3%;
		padding-right:3%;
	}
}

@media handheld, only screen and (max-width: 480px) {

	.progpad-8 {
		padding-left:3%;
		padding-right:3%;
	}
}


/****** Styles pour Éléments spéciaux et éléments images ******/

/* top menu contact */

.contact-navtop{
	display:block;
	width:180px;
	background-color:#FFF;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	line-height:22px;
	color:#797979;
	margin: 0 auto 70px auto;
	padding:8px 0 11px 0;
	text-decoration:none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-bottom:1px solid #ced3d3;
	border-left:1px solid #ced3d3;
	border-right:1px solid #ced3d3;
}

.contact-navtop:hover{
	text-decoration:none;
	background-color:#FFF;
	color:#00b89c;
}

/* HERO */

#phyzix-headlogo{
	display:block;
	height:130px;
	width:400px;
	text-indent:-999em;
	margin: 0 auto 60px auto;
	background-image:url(images/Logo-PhyzixSuspension_black-blue.svg);
	background-position: center; 
	background-repeat: no-repeat;
}

#hero-service-types {
	font-family:'Open Sans', sans-serif;
	font-size:48px;
	line-height:54px;
	font-weight: 800;
	padding-bottom:15px;
	text-transform: uppercase;
}


@media handheld, only screen and (max-width: 768px) {

	#phyzix-headlogo{
		height:86px;
		width:240px;
		margin-bottom: 50px;
	}

	#hero-service-types {
		font-size:38px;
		line-height:46px;
	}
}


/* Div Copyright*/

#copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #cccccc;
	background-color: #000000;
	padding: 14px 30px;
}

/**Balises textes **/

a {
	color:#0589d3;
	text-decoration: none;
}

a:hover {
	color:#3191fd;
	text-decoration: underline;
}

a:visited {
	color:#3191fd;
}


p {
	font-family: Arial, sans-serif;
	font-size:20px;
	line-height:28px;
	padding-bottom:15px;
}

h1 {
	font-family:'Open Sans', sans-serif;
	font-size:32px;
	line-height:36px;
	padding-bottom:15px;
}

h2 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:26px;
	line-height:28px;
	padding-bottom:15px;
}

h3 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:42px;
	line-height:44px;
	font-weight:600;
	padding-bottom:20px;
	text-transform:uppercase;
}

h4 {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:28px;
	line-height:30px;
	padding-bottom:24px;
	text-transform:uppercase;
} 

@media handheld, only screen and (max-width: 600px) {

	p {
	font-size:16px;
	line-height:20px;
	}

	h1 {
		font-size:26px;
		line-height:30px;
	}

	h3 {
		font-family:'Open Sans Condensed', sans-serif;
		font-size:38px;
		line-height:42px;
		font-weight:600;
		padding-bottom:20px;
		text-transform:uppercase;
	}
}


/* Styles pour Textes : size, couleurs,shadow, etc */

.txt-12 {
	font-size: 12px;
}

.txt-14 {
	font-size: 14px;
}

.txt-16 {
	font-size: 16px;
}

.txt-18 {
	font-size: 18px;
}

.txt-22 {
	font-size: 22px;
}

.txt-24 {
	font-size: 24px;
}

.txt-28 {
	font-size: 28px;
}

.txt-32 {
	font-size: 28px;
}

.txt-38 {
	font-size: 28px;
}

.blue-txt {
	color:#0589d3;
}
	
.blue-shadow-txt {
	color:#0589d3;
	-moz-text-shadow: black 0px 0px 9px;
	-webkit-text-shadow: black 0px 0px 9px;
	text-shadow: black 0px 0px 14px;
}

.red-txt {
	color:#ff0000;
}

.red-shadow-txt {
	color:#ff0000;
	-moz-text-shadow: black 0px 0px 9px;
	-webkit-text-shadow: black 0px 0px 9px;
	text-shadow: black 0px 0px 14px;
}


.darkgray-txt {
	color:#232424;
}
	
.lightgray-txt {
	color:#676969;
}	
	
.white-txt {
	color:#FFF;
}
	
.white-shadow-txt {
	color:#FFF;
	-moz-text-shadow: black 0px 0px 9px;
	-webkit-text-shadow: black 0px 0px 9px;
	text-shadow: black 0px 0px 14px;
}	
	
.green-txt {
	color:#00b89c;
}		
	
.green-shadow-txt {
	color:#00b89c;
	-moz-text-shadow: black 0px 0px 9px;
	-webkit-text-shadow: black 0px 0px 9px;
	text-shadow: black 0px 0px 14px;
}

@media handheld, only screen and (max-width: 600px) {

	.txt-16 {
	font-size: 14px;
	}

}


/*Styles pour Textes : Éléments de contenus particuliers*/

.msg-alerte-demandeservice {
	margin: 10px 28px 40px;
	padding: 8px 8px;
	font-family:'Open Sans', sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	background-color:#ff0000;
	border-radius: 3px;
	-moz-box-shadow: black 0px 0px 9px;
	-webkit-box-shadow: black 0px 0px 9px;
	box-shadow: black 0px 0px 14px;
}

	
