/*
Theme Name: Now.be - Formations
Author: LD Webdesign & Co SPRL
Author URI: https://ld-webdesign.be/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nowformations
*/
/** FONT FACE **/
@font-face {
	font-family: 'now_pt_sansregular';
	src: url('css/fonts/pt_sans-web-regular-webfont.eot');
	src: url('css/fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('css/fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
	url('css/fonts/pt_sans-web-regular-webfont.woff') format('woff'),
	url('css/fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
	url('css/fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'now_pt_sansbold';
	src: url('css/fonts/pt_sans-web-bold-webfont.eot');
	src: url('css/fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('css/fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
	url('css/fonts/pt_sans-web-bold-webfont.woff') format('woff'),
	url('css/fonts/pt_sans-web-bold-webfont.ttf') format('truetype'),
	url('css/fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'now_pt_sansitalic';
	src: url('css/fonts/pt_sans-web-italic-webfont.eot');
	src: url('css/fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('css/fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
	url('css/fonts/pt_sans-web-italic-webfont.woff') format('woff'),
	url('css/fonts/pt_sans-web-italic-webfont.ttf') format('truetype'),
	url('css/fonts/pt_sans-web-italic-webfont.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;

}
/**
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, 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 {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
	min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
span.icon-before {
	margin-right: 5px;
}
span.icon-after {
	margin-left: 5px;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
/* link */
a {
	text-decoration: none;
	-webkit-transition: color 0.8s ease-in;
	-moz-transition: color 0.8s ease-in;
	-o-transition: color 0.8s ease-in;
	-ms-transition: color 0.8s ease-in;
	transition: color 0.8s ease-in;
	color: #4f4e4d;
}
a:hover {
	color: #ff5004;
}
/* theme */
html {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	min-height: 100%;
	display: -ms-flexbox; /* for IE 10 */
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.page-wrapper {
	/* flex: 1; would be enough but it looks bad in IE */
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
.wrapper {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	box-sizing: border-box;
	padding: 0 2.8em;
}
.top_header div.logo {
	height: 100px;
	padding: 2em 0;
}
.top_header div.logo img {
	height: 100%;
	max-height: 100%;
	width: auto;
}
.banner {
	background-color: #f2f1f0;
	height: 340px;
}
.banner .wrapper {
	padding: 0;
}
.main .title {
	font-size: 28px;
	font-size: 2.8em;
	line-height: 125%;
	padding: 2em 0;
	text-align: center;
	color: #4f4e4d;
	font-family: now_pt_sansbold, sans-serif;
}
.entry-content p {
	font-family: now_pt_sansregular, sans-serif;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 170%;
	text-align: center;
}
strong {
	font-family: now_pt_sansbold, sans-serif;
	font-weight: normal;
}
.formations {
	margin: 5.6em auto;
}
.formations h2 {
	color: #4170b5;
	font-family: now_pt_sansregular, sans-serif;
	font-size: 24px;
	font-size: 2.4em;
	text-transform: uppercase;
	line-height: 125%;
	font-weight: normal;
	text-align: center;
	margin: 1em 0;
}
.formations .block_formations ul {
	text-align: center;
}
.formations .block_formations ul li {
	display: block;
	box-sizing: border-box;
	position: relative;
	padding: 1em 0;
}
.formations .block_formations ul li span {
	font-size: 15px;
	font-size: 1.5em;
	line-height: 130%;
	margin-bottom: 0.5em;
	display: inline-block;
}
.formations .block_formations ul li.dashicons-before:before {
	width: 40px;
	color: #ff5004;
}
.formations .block_formations ul li .description {
	font-family: now_pt_sansitalic, sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	line-height: 130%;
	max-width: 60%;
	margin: 0 auto;
	color: #4f4e4d;
}
.contact {
	font-size: 20px;
	font-size: 2em;
	line-height: 150%;
	font-family: now_pt_sansbold, sans-serif;
	text-align: center;
	margin-bottom: 56px;
}

/** FOOTER **/
.site-footer, footer {
	background-color: #f2f1f0;
}
.site-footer .wrapper {
	padding: 2em 2.8em;
}
.site-footer ul li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 150%;
	color: #666463;
}
.site-footer ul li a {
	color: #666463;
}
.site-footer ul li a:hover {
	color: #ff5004;
}
.site-footer ul li:first-child {
	padding-left: 0;
}
.site-footer ul li:last-child {
	padding-right: 0;
}
.site-footer ul li:after {
	content: "|";
	position: absolute;
	right: 0;
}
.site-footer ul li:last-child:after {
	content: "";
}
/** responsive **/
@media all and (max-width: 1200px) {
	.banner {
		height: auto;
	}
	.single_banner img {
		max-width:100%;
		width: 100%;
		height: auto;
	}
}
@media all and (max-width: 768px) {
	.formations .block_formations ul li .description {
		max-width: 80%;
	}
	.formations .block_formations ul li.dashicons-before:before {
		display: block;
		width: 100%;
		margin-bottom: 8px;
		font-size: 30px;
		height: 30px;
	}
}
@media all and (max-width: 500px) {
	.site-footer ul li {
		display: block;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.site-footer ul li:after {
		content: "";
	}
}