/*
 Theme Name:   Hatch Child
 Theme URI:    http://www.notsonoisy.com
 Description:  Hatch Child Theme
 Author:       Notsonoisy
 Author URI:   http://www.notsonoisy.com
 Template:     hatch
 Version:      1.0.0
 Tags:         responsive
 Text Domain:  hatch-child

*/
@import url("../hatch/style.css");

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

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

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



body {
	font: 1.1em/1.2em NotsolaserRegular, sans-serif;
	/*font: 1em/1.25em DINWeb, Helvetica, Arial, sans-serif;*/
	color: #999999;/*d0cbc6;999;*/
	text-align: left;
	background:#dddddd;/*ffeecc;*/
	margin:1em;/*giom*/
}
.hentry .entry-title {
	font-family: NotsolaserBold;
	margin: 0 0 0 0;/*0 0 .2em 0;*/
	font-size: 2.1em;
	/*font-weight:normal;*/
	line-height: 1.2em;/*1.1em;*/
	text-align:left;
	color: #000;/*#999999;*/
}
#header {
	margin: 0 0 1em 0;
}




#branding {
	width: 200px;/*100px;*/
}
#site-title {
	margin: 0px ;
}


p { 
	margin: 0 0 1em 0;
	/*background: #fff;
	padding: 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;*/
}

a, a:visited {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
	/*background-color:#999999;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: NotsolaserBold;/*NotsolaserBold;*/
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;/*0 0 .2em 0;*/
	/*color: #000;*/
	line-height: 1.1em;/*1.1em;*/
	text-align:left;
}
h1 { /* gros titre gris */
	margin: 0;/*0 0 .2em 0;*/
	font-family: NotsolaserBold;
	/*padding:.25em;*/
	font-size: 2.1em;
	line-height: 1.2em;/*1.1em;*/
	/*text-align:left;*/
	color: #999999;/*#999999;/*#000;*/

}
h2 { /* titre moyen souligne noir */
	font-family: NotsolaserBold;
	margin: 1.75em 0 0 0;/*giom*/
	font-size: 1.75em;/*2em;*/
	line-height: 1.2em;/*1.1em;*/
	color: #000;/*#999999;/*000;*/
	text-decoration:none;
	
}
h3 { /* titre moyen souligne cyan */
	font-family: NotsolaserBold;
	margin: 1.75em 0 0 0;/*giom*/
	font-size: 1.75em;/*2em;*/
	line-height: 1.2em;/*1.1em;*/
	color: #4bbccc;/*000;*/
	text-decoration:none;
}
h4 { 
	font-family: NotsolaserBold;
	font-size: 1.75em; 
	line-height: 1.2em;
	color: #000;
}
h5 {
	font-family: NotsolaserBold;
	font-size: 1.75em; 
	line-height: 1.2em;
	color: #4bbccc;
}
h6 {
	font-family: NotsolaserBold;
	font-size: 1.1em; 
	line-height: 1.2em;
	color: #000;
}


/* FORMULAIRE forms */
form label, form input, form textarea { 
	font-family: NotsolaserRegular; 
}

input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select {
	border: 1px solid #dddddd;/*border: 1px;*/
	/*border-color:#999999;*/
	padding: .25em;
	font-size: 1em;
	background: #fff;/*#dddddd;*/
	color: #000000;
	
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus {
	border: 1px solid #000;/*border: 1px;*/
	color: #000;
	background: #dddddd;/*ffeecc;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}
textarea {
	display: block;
	width:auto;
	min-height: 60px;
}

/*  Buttons (submit etc.)
-------------------------------------------------------------- */
#respond #submit, .button, a.button, .awp-button, #subscribe #subbutton, .wpcf7-submit, #loginform .button-primary {
	font-family: NotsolaserBold;
	color: #000;
	display: inline-block;
	text-shadow: none;
	cursor:default;
	margin-bottom: .5em;
	font-size: 1em;
	/*font-weight:700;*/
	padding: .5em;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffcc00));
	background-image: -webkit-linear-gradient(top, #ffcc00, #ffcc00);
	background-image: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background-image: -ms-linear-gradient(top, #ffcc00, #ffcc00);
	background-image: -o-linear-gradient(top, #ffcc00, #ffcc00);
	background-image:linear-gradient(top, #ffcc00, #ffcc00);
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#respond #submit:hover, .button:hover, .awp-button:hover, #subscribe #subbutton:hover, .wpcf7-submit:hover, #loginform .button-primary:hover {
	color: #000000;
	background-color: #ffcc00;
	background-image: none;
}


/* Captions [caption] 
-------------------------------------------------------------- */
.wp-caption {
	overflow: hidden;
	text-align: center;
}
.wp-caption img { 
	margin: 0; 
}
.wp-caption .wp-caption-text {
	margin: .5em 0;
	color: #ccc;
	text-align: center;
}


/* WordPress classes 
-------------------------------------------------------------- */
.center, .aligncenter {
	margin: 0 auto 1em auto !important;
}
.block, .alignnone {
	margin: 0 0 1em 0;
}

address {
	font-style: normal;
	font-family: NotsolaserRegular;
	margin: 0 0 1em 0;
	line-height: 2em;
	padding: 10px;
	border: none;
	background: #ddfffb;/*ffeecc;*/
	/*background-repeat: repeat;
	background-image: url(http://www.notsonoisy.com/wp-content/uploads/2014/11/NOTsoNOISY_lignes32px.png);*/
}

pre {
	font-size: 1em;
	font-family: NotsolaserRegular;
	/*color:#fff;*/
	overflow: auto;
	line-height: 1.25em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin:0 0 1em 0;
	/*padding: 10px;*/
	background: #ddfffb;/*#dddddd;*/
	border: none;
	padding: 1em;

}

blockquote{
	font-family: NotsolaserRegular;
	font-style: normal;
	font-size: 1em;
	margin: 0;/*1em 0 1em 0;*/
	padding: 1em;/* 0 1em */
	border: none;
	background: #ddfffb;/*ffeecc;*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	/*background-repeat: repeat;
	background-image: url(http://www.notsonoisy.com/wp-content/uploads/2014/11/NOTsoNOISY_lignes32px.png);*/
}

/*Blockquotes
-------------------------------------------------------------- */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	/*padding: 0 0 0 40px;*/
	font-size: 1em;/*1.25em*/
	font-family: NotsolaserRegular;
	font-style: normal;
	color: #aaa;
	/*background: url(images/quote.png) no-repeat 0 4px;*/
}


/* Code 
-------------------------------------------------------------- */

/*pre {
	margin:0 0 1em 0;
	padding: 10px;
	background: #f0f0f0;
	border: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
*/



/* Primary menu 
-------------------------------------------------------------- */
#menu-primary {
	
	margin: 0;
		width: -100px;
		float: left;
}
#menu-primary .menu { float: left; }
#menu-primary .menu ul { float: left; }
#menu-primary li {
	
	min-height: 0px;
}
#menu-primary li a {
	
	margin-left: 1em;
}
#menu-primary li li a, #menu-primary li li.current-menu-item li a {
	
	margin: 0;
	padding: 0;
}


/* Layout
-------------------------------------------------------------- */
#content, .singular-page.page-template-fullwidth #content {
	margin: 0;
	min-height: 0px;
}

.wrap {
	max-width: 940px;
	margin: 0 auto;
	padding:20px;
	position: relative;
	background:#fff;
}

/* Forms 
-------------------------------------------------------------- */
form label, form input, form textarea { font-family: NotsolaserRegular, Helvetica, Arial, sans-serif; }


/*  Contact Form 7 (plugin)
----------------------------------------------------- */

.wpcf7-form p {
	font-family: NotsolaserRegular, Helvetica, Arial, sans-serif;/*GIOM*/
	/*color:#000;*/
	margin-top: 0;
	margin-bottom: 0;
	/*margin:0em;*/
	padding:0;
	line-height: 1.25em;/*1.25em;*/
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { 
	/*padding: .5em;*/
	margin:0;
	/*border:solid;
	border-width:thin;
	border-color:#999999;*/
	color:#000000;
	}


/* css form7 */

div.wpcf7 {
	font-family: NotsolaserRegular, Helvetica, Arial, sans-serif;/*GIOM*/
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	font-family: NotsolaserRegular, Helvetica, Arial, sans-serif;/*GIOM*/
	margin: 0; /*2em 0.5em 1em;*/
	padding: 0;/*0.2em 1em;*/
	border:none;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 0px;/*1px;*/
	width: 0px;/*1px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background:#398f14;
	color:#000000;
	-moz-border-radius: 0;/*8px;*/
	-webkit-border-radius: 0;/*8px;*/
	border-radius: 0;/*8px;*/
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ffcc00;
		background:#ffcc00;
	color:#000000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
			background:#ffa500;
	color:#000000;
}

div.wpcf7-validation-errors {
	font-family: NotsolaserRegular, Helvetica, Arial, sans-serif;/*GIOM*/
	border:0;
	background:#ffcc00;
	color:#FF0004;
	padding:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #ffcc00;
	font-size: 1.5em;
	display: block;
	padding: .5em;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 0;/*20%;*/
	left: 0;/*20%;*/
	z-index: 100;
	border: 1px solid #ffcc00;/*magenta*/
	background: #ffcc00;/*magenta*/
	padding: 0;/*.2em .8em;*/
}

span.wpcf7-list-item {
	margin-left: 0;/*0.5em;*/
}

.wpcf7-display-none {
	display: none;
	border: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
/* fin css form7 */












/* Footer 
-------------------------------------------------------------- */
#footer {
	padding: 0;
	color: #dddddd;
}
#footer p { margin-bottom: 0; }
#footer a { color: #ffcc00;/*magenta*/ }
#footer a:hover { color: #000000; }


/* Mobile (portrait) */
@media only screen and (max-width: 767px) {
		#branding {
		margin-bottom: 1em;
	}
	#menu-primary .menu { float: left; }
}


/* Galleries 
-------------------------------------------------------------- */
.gallery .gallery-item {
	margin: 0 0 4px 0 !important;
}
.gallery img, .gallery .gallery-item .gallery-icon img {
	max-width: 98%;/*89%;*/
}






/* GIOM pour page-list */
.page-list-ext-title {
	text-decoration: none;
}

/* GIOM pour bouton newsletter infomaniak */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	border: none;
	color:#000000;
	background: #ffcc00;
}

