﻿




/*
     FILE ARCHIVED ON 12:12:37 Jan 20, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 2:30:45 Aug 24, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name:     Grille Child Theme
Theme URI:      http://demo.themebeans.com/grille
Description:    Make your modifications to grille in this child theme.
Author:         Rich Tabor / ThemeBeans
Author URI:     http://themebeans.com
Version:        1.0
Template:       grille
*/

/* IMPORT CSS TO MODIFY */

@import url('/wp-content/themes/grille/style.css');

/* CHANGE FONT */

body{
font-family: 'Roboto Slab'!important;
font-weight: 300;
}

.subtext {
	text-transform: none;
}

h1, h2 {
	font-family: 'Roboto Slab'!important;
	font-weight: 300;
	font-size: 30px!important;
}

h4{
	font-family: 'Roboto Slab'!important;
	font-weight: 400;
	font-size: 16px!important;
}

h5{
	font-family: 'Roboto Slab'!important;
	font-weight: 300;
	font-size: 10px!important;
	line-height: 15px!important;
}

p{
	font-family: 'Roboto Slab'!important;
	font-weight: 300;
	font-size: 20px!important;
	line-height: 30px!important;
	color: #000!important;
}

/* OTHER */

.site-description {
	display:none;
}

.likes {
	display:none;}
ul#metiers{
	list-style: none;
	width: 100%;
}
ul#metiers li {
width: 48.58%;
display: inline-block;
vertical-align: top;
}
ul#metiers li.text-metiers {
margin-right: 25px;
}
ul#metiers li.img-metiers{width: 100%; margin-bottom: 60px;}
span.mentions-contact{
	color: #E0E0E0;
	font-size: 20px;
	line-height: 30px;
}

#social-footer{
	vertical-align: top;
	position: relative;
}

.fb-like.fb_iframe_widget{
	top: -7px;
	margin-left: 5px;
}

/*===================================================================*/
/*
/* BEGIN MEDIA QUERIES
/*
/*===================================================================*/
/*===================================================================*/
/* FIRST CUT
/*===================================================================*/
@media screen and (max-width: 1416px) {
	ul#metiers li {
	width: 48.56%;
	}
}
/*===================================================================*/
/* SECOND CUT
/*===================================================================*/
@media screen and (max-width: 1061px) {
	ul#metiers li {
	width: 100%;
	}
	ul#metiers li.text-metiers {
	margin-right: 0;
	}
	ul#metiers li.mobileD{display: block;}
	ul#metiers li.desktopD{display: none;}
}
/*===================================================================*/
/* PRIMARY CUT
/*===================================================================*/
@media only screen and (max-width : 768px) {
	ul#metiers{
		margin: 0;
	}
}

.mean-container a.meanmenu-reveal span{
background-color: #ddd!important;
}

/*===================================================================*/
/* THEME BUTTONS */
.btn,
.button, 
.tagcloud a, 
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    border: none;
    border-radius: 2px;
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    font: 14px/1.6 'Roboto Slab' !important;
    margin: 1px 1px 4px 0;
    outline: none !important;
    padding: 11px 15px;
    text-align: center;
    text-transform: none;
    width: auto;
}