/*
Theme Name: Comité Bellechasse V2
Theme URI: https://www.comite-bellechasse.fr
Author: Comité Bellechasse
Author URI: https://www.comite-bellechasse.fr
Description:
Version: 2.1.8
*/

/* Polices */

@font-face
{	
	font-family: 'agussans';
	src: url('https://www.comite-bellechasse.fr/wp-content/themes/cbellechasse-v2/fonts/agus/sans/regular.eot');
	src: local('☺'),
		url('https://www.comite-bellechasse.fr/wp-content/themes/cbellechasse-v2/fonts/agus/sans/regular.woff') format('woff'),
		url('https://www.comite-bellechasse.fr/wp-content/themes/cbellechasse-v2/fonts/agus/sans/regular.ttf') format('truetype'),
		url('https://www.comite-bellechasse.fr/wp-content/themes/cbellechasse-v2/fonts/agus/sans/regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset */

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-size: 100%;
	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;
}

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;
}

fieldset {	min-width: inherit; }

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 { text-decoration:none; }

a:focus
{
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active
{
	outline: 0;
}

a img {	border: 0; }

.grecaptcha-badge { display:none; }

/* Header */

body>header { background-color:#FFF; }

body>header>h1
{
	font-family:'agussans';
	font-size:5.5rem;
	line-height:0.8em;
	margin-bottom:0.2em;
	text-align:center;	
}

body>header>h1 a { color:#757575; }

body>header nav ul li
{
	float:left;
	background-color:#d7d7d7;
	padding:0.3em;
	text-align:center;
	margin-right:0.75em;
	font-size:1.8em;
}

/* Navigation */

body>nav#topbar { font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* Bannière */

#page-banner { background-color:#000; }

#page-banner>#wrap
{
	max-width:1915px;
	width:auto;
}

#page-banner>#wrap>img
{
	display:block;
	height:auto;
	/*max-height:920px;*/
	width:100%;
}

/* Content */

#wrap
{
	margin:0 auto;
	max-width:1190px;
}

#wrap #content.index
{
	color:#adadad;
	font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:1.8rem;
	padding:1em;
}

#wrap #content.index main article p
{
	padding:0 0 1em 0;
	text-align:justify;
}

/* Footer */

body>footer
{
	background-color:#000;
	color:#767676;
	font-family:Verdana, sans-serif, "Lucida Grande";
	font-size:12px;
}
body>footer a {	color:#767676; }
body>footer>#wrap {	padding:2rem; }