/*
Based From Theme : Classic Chalkboard
Theme URI: http://wordpress.org/extend/themes/classic-chalkboard
Author: Edward R. Jenkins
Author URI: http://www.edwardrjenkins.com
Description: A whimsical theme emulating a classic school chalkboard, complete with a bottom-resting eraser and chalk.
Version: 2.6
License: GNU General Public License
License URI: license.txt
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span,
h1, h2, h3, p,strong, 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 {font-size: 62.5%;overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

footer,header,hgroup,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;}

a:focus {outline: thin dotted;}
a:hover,a:active { outline: 0;}
a img {border: 0;}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-size: 20px;
font-size: 2.0rem;
line-height: 1.6;
}
body {background: #f1eedc;color: #eee;}

/* Headings */
h1,h2,h3{clear: both;font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;margin: 1.3em 0 .0em;}
h1 {font-size: 48px;font-size: 4.8rem;margin: 0 0 .3em;}
h2 {font-size: 42px;
font-size: 4.2rem;
}
h3 {
font-size: 36px;
font-size: 3.6rem;}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.6em;
}

/* Text elements */
p {margin-bottom: 1.6em;}
ul, ol {margin: 0 0 1.6em 3em;}
ul {list-style: disc;}
ol {list-style: decimal;}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;margin-left: 1.6em;}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {font-style: italic;}
blockquote {border-left: 5px solid #f5f5f5;font-style: italic;margin: 0 1.6em;padding: 0 0 0 1.6em;}

table {
margin: 0 0 1.6em;
width: 100%;
}
td {
padding: 5px 7px;
}
tr.alternate {
background: rgba(255,255,255,.1);
}
th {
border-bottom: 5px solid #f5f5f5;
font-weight: bold;
padding: 5px 7px;
}
button,
input,
select,
textarea {
width:100%;
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
color: rgba(0,0,0,.8);
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.4rem;
line-height: 1;
padding: .7em 1.6em .6em;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type=text],
input[type=email],
input[type=password],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
padding: 5px;
position: relative;
top: 3px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 100%;
}

/* Links */
a {color: #fff;}
a:visited {color: #fff;}
a:hover,a:focus,a:active {color: #fff;}




/* =Layout
----------------------------------------------- */

#page {
background: #000 url('images/chalk2.jpg') repeat;
background-size: 360px auto;
border-radius: 10px;
display: block;
box-shadow: 5px 5px 20px rgba(0,0,0,.5) inset;
margin: 0 auto;
padding: 15px 100px 5px;
max-width: 960px;
z-index: 10;
}
.wrapper {
background: #855e42 url('images/woodtexture.jpg');
background-size: 225px auto;
border-radius: 10px;
box-shadow: 5px 2px 15px rgba(0,0,0,.4);
display: block;
margin: 0px auto 40px auto;
max-width: 1170px;
padding: 40px;
}

#main:after {
clear: both;
}
#primary {
float: none;
margin: 0;
}
.sidebar-active #primary {
float: left;
margin: 0 -25% 0 0;
width: 100%;
}
#content,
body.page-template-nosidebar-page-php #content,
body.single-attachment #content {
margin: 0;
}
.sidebar-active #content {
margin: 0 35% 0 0;
}
#secondary { /* Sidebar 1 */
float: right;
overflow: hidden;
width: 25%;
}
#tertiary { /* Footer sidebars */
clear: both;
}
.site-footer {
clear: both;
width: 100%;
}
#colophon {
background: url('images/boardbottom-new.png') no-repeat center bottom;
background-size: 100%;
clear: both;
display: block;
font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
font-size: 16px;
font-size: 1.6rem;
margin: 50px auto -8px;
max-width: 800px;
text-align: center;
width: 100%;
min-height: 126px;
}



.erreur {text-align:center; color:#CC0000;}
.message-ok {color:#669900; text-align:center; font-weight:bold;}


/* =Header
----------------------------------------------- */

#masthead {
font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
margin: 0 0 1.5em;
}
#masthead:before,
#masthead:after {
content: "";
display: table;
}
#masthead:after {
clear: both;
}
#masthead img {
display: block;
margin: 15px auto;
}
.site-title {
font-size: 250%;
font-weight: bold;
line-height: 1.25;
margin: .35em 0 0px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-description {
font-size: 24px;
font-size: 2.4rem;
font-weight: normal;
margin: 0 0 0.6em;
text-align: center;
}


.centrer {text-align:center;}

/* =Menu
----------------------------------------------- */

.main-navigation {
clear: both;
display: block;
float: left;
text-align: center;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
display: inline;
position: relative;
}
.main-navigation a {
display: inline-block;
font-size: 19px;
font-size: 1.9rem;
line-height: 1em;
padding: 0px 1em;
text-align: center;
text-decoration: none;
}
.main-navigation ul ul {
background: url('images/chalk.png');
border: 5px solid #f5f5f5;
border-radius: 5px;
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px rgba(0,0,0,0.2);
display: none;
float: left;
position: absolute;
top: 1.6em;
left: 0;
z-index: 99999;
}
.main-navigation ul ul ul {
left: 100%;
top: -6px;
}
.main-navigation ul ul a {
line-height: 1.5;
text-align: left;
width: 170px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
opacity: .8;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
text-decoration: underline;
}



/* =Content
----------------------------------------------- */

#tertiary:before {
background: url('images/postseparator2.png') no-repeat center bottom;
background-size: 335px auto;
clear: both;
content: "";
display: block;
margin: 0 0 1.4em;
width: 100%;
height: 40px;
}
.entry-title {
font-size: 41px;
font-size: 4.1rem;
text-align: center;
}
.entry-title a {
text-decoration: none;
}
.entry-content {
font-family: "Roboto", Arial, Helvetica, sans-serif;
overflow: hidden;
}
.entry-meta {
clear: both;
color: rgba(255,255,255,.9);
font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-style: italic;
text-align: center;
}
.entry-meta a {
color: rgba(255,255,255,.9);
}
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {
margin: 1.6em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.6em;
}
.page-title {
font-size: 24px;
font-size: 2.4rem;
margin: 0 0 1.6em;
}
.single-attachment .attachment img {
display: block;
margin: 0 auto;
}
.single-attachment .entry-caption {
text-align: center;
}
.edit-link {
clear: both;
display: block;
}





/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
.widget img {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 97%;
}
.widget .wp-caption {
max-width: 99%;
}
.wp-caption-text {
font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
font-size: 18px;
font-size: 1.8rem;
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
margin-bottom: 1.6em !important;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#nav-above {
display: none;
}
.site-content .site-navigation {
margin: 1.6em 0;
overflow: hidden;
}
.site-content .site-navigation a {
font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
text-decoration: none;
}
.site-content .nav-previous {
float: left;
width: 50%;
}
.site-content .nav-next,
.next-image {
float: right;
text-align: right;
width: 50%;
}


/* =Widgets
----------------------------------------------- */

#tertiary:before,
#tertiary:after {
content: "";
display: table;
}
#tertiary:after {
clear: both;
}
.widget-left,
.widget-middle,
.widget-right {
float: left;
margin-right: 5%;
overflow: hidden;
width: 30%;
}
.widget-right {
margin-right: 0;
}
.widget {
font-family: "Roboto", Arial, Helvetica, sans-serif;
font-size: 16px;
font-size: 1.6rem;
margin: 0 0 1.6em;
}
.widget-title {
font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
font-size: 24px;
font-size: 2.4rem;
}

/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}





/* =Retina Media Queries
----------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {

#colophon {
background: url('images/boardbottom-new-2x.png') no-repeat center bottom;
background-size: 100%;
}
}


/* =Responsive Media Queries
----------------------------------------------- */

@media only screen and ( max-width: 900px ) {
.widget-left,
.widget-middle,
.widget-right,
#secondary {
clear: both;
float: none;
margin: 0;
width: 100%;
}
.sidebar-active #content {
margin: 0;
}
}
@media only screen and ( max-width: 800px ) {
body {
font-size: 18px;
font-size: 1.8rem;
}
.wrapper {
padding: 20px;
}
#page {
padding: 30px 30px 0;
}
.entry-title {
font-size: 28px;
font-size: 2.8rem;
}
.site-title {
font-size: 36px;
font-size: 3.6rem;
}
#colophon,
.entry-meta,
.entry-content {
font-size: 14px;
font-size: 1.4rem;
}
#colophon {
max-width: 100%;
}
.comment-author {
width: auto;
clear: both;
float: none;
min-height: auto;
}
.comment-author cite.fn {
width: auto;
}
.comment-content,
.comment-content .comment-meta,
.reply {
padding-left: 0;
}
.commentmetadata {
clear: both;
width: auto;
}
ul.commentlist > li.comment > ul.children,
ol.commentlist > li.comment > ul.children {
padding-left: 50px;
}
}

ul.services {padding:0 0 25px 15px; margin:0;}
.services li{padding:0px 0 20px 5px; margin:0; list-style-type:circle; }
.services li:hover{color:#D4D4D3; }
