/*
Theme Name:     Twenty Twelve GDS
Description:    GDS (child) theme for Twenty Twelve
Author:         Philippe Collard
Template:       twentytwelve
Version:        1.0.0
*/
 
@import url("../twentytwelve/style.css");

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	/* Background image */
	body.bg1 { 
	  background: url(/img/bg1.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg2 { 
	  background: url(/img/bg2.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg3 { 
	  background: url(/img/bg3.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg4 { 
	  background: url(/img/bg4.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg5 { 
	  background: url(/img/bg5.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg6 { 
	  background: url(/img/bg6.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg7 { 
	  background: url(/img/bg7.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	body.bg8 { 
	  background: url(/img/bg8.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}

/* Museo Sans font */
@font-face {
    font-family: 'MuseoSans';
    src: url('/font/MuseoSans_500-webfont.eot');
    src: url('/font/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/MuseoSans_500-webfont.woff') format('woff'),
         url('/font/MuseoSans_500-webfont.ttf') format('truetype'),
         url('/font/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
}

/* Main font */
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
}

body.custom-font-enabled {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #757575;
}

/* Custom text and link properties*/
.entry-title {
	font-family: 'MuseoSans';
}

.entry-title a:hover {
	text-decoration: underline;
}

.widget-title {
	font-family: 'MuseoSans';
}

.entry-content a:visited, .comment-content a:visited {
	color: #000;
}

/* New subheader for entry titles and entry footer */
.entry-header {
	margin-bottom: 0;
}

.entry-title {
	margin-bottom: 10px;
	margin-bottom: 0.71425rem;	
}

.entry-content {
	margin-top: 10px;
	margin-top: 0.71425rem;	
}

.gdsSubHeader {
	/*
	padding: 8px;
	padding: 0.5714rem;
	*/
	padding: 4px 0 3px 0;
	padding: 0.2857rem 0 0.2142rem 0;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	color: #000000;
	font-size: 12px;
	font-size: 0.8571rem;
	font-weight: bold;	
}

.site-content article {
	border-bottom: 0;
	margin-bottom: 30px;
	margin-bottom: 2.14275rem;	
}

/* Social subheader */
.gdsSubHeaderMeta {
	display: block;
	margin-bottom: 0.35712rem;
	margin-bottom: 5px;
	margin-top: 0.21427rem;
	margin-top: 3px;	
}
.gdsSubHeaderMetaSingle {
	display: block;
	margin-bottom: 0.35712rem;
	margin-bottom: 5px;
	margin-top: 0.21427rem;
	margin-top: 3px;	
}
.gdsSubHeaderSocial {
	display: inline;
}

/* Hide WP footer */
#colophon {
	display: none;
}

/* Margin for bottom of page */
#nav-below {
	margin-bottom: 30px;
	margin-bottom: 2.14275rem;
}

/* Widget area */
.widget-title {
	border-bottom: 1px solid #BFBFBF;
	padding: 0;
	font-weight: normal;
	color: #000000;
	font-size: 20px;
	text-transform: none;
}

.widget-area .widget a {
	color: #000000;
}

.widget-area .widget a:hover {
	text-decoration: none;
	color: #000000;
}

.widget-area .widget a:visited {
	color: #000000;
}

.widget-area .widget li {
	line-height: normal;
	margin-bottom: 10px;
}

.widget-area .widget h3 {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.widget-area .widget {
	margin-bottom: 24px;
	margin-bottom: 1.71425em;
}

img.followus {
	box-shadow: none;
}

td.followus {
	vertical-align: middle;
}

/* Block positioning */
#gdsHgroup {
	float: left;
	margin-bottom: 24px;
	margin-bottom: 1.7142rem;
}

@media screen and (min-width: 600px) {
	#site-navigation {
		float: right;
	}
}

#main {
	clear: both;
	border-top: 1px #ededed solid;
}

/* Menu items spacing */
.main-navigation li {
	margin: 0 20px 0 20px;
	margin: 0 1.4285rem 0 1.4285rem;
}

.main-navigation {
	margin-top: 39px;
	margin-top: 2.7857rem;
	margin-bottom: 10px;
	margin-bottom: 0.71428rem;
}

/* Tow classes below hacked for submenu positions */

.page-item-40 .children {
	left: -142px;
	left: -10.1428rem;
}

.page-item-38 .children {
	left: -32px;
	left: -2.2856rem;
}

.page-item-36 .children {
	left: -74px;
	left: -5.2854rem;
}

/*
.main-navigation li ul {
	left: -144px;
	left: -10.2856rem;
}
*/

.menu-toggle {
	margin-top: 10px;
	margin-top: 0.71428rem;
	margin-bottom: 10px;
	margin-bottom: 0.71428rem;	
}

/* Images for "nos marques" page */
.entry-content .nosmarqueslogo {
	margin-right: 15px;
	float: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

/* Maximum width of 693 pixels : reposition "contact" submenu */
@media screen and (max-width: 693px) {
	.page-item-40 .children {
		left: -40px;
		left: -2.8571rem;
	}
}

/* Minimum width of 960 pixels */
@media screen and (min-width: 960px) {
	body .site {
		margin-top: 20px;
		margin-top: 1.42854rem;
		margin-bottom: 20px;
		margin-bottom: 1.42854rem;
	}
}
