/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/* =Menu
-------------------------------------------------------------- */
nav {
	margin-top: 285px;
	text-align: center;
/*text-align: centre;*/
/*margin-left: 180px;*/
}

nav ul {
	display: inline-block;
}

#access {
	border-top: 0 solid #f84104;
	border-bottom: 3px solid #f84104;
	margin-top: 0;
}

#access ul {
}

#access li {
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}

li.default-menu {
	display: none;
}

#access a {
	color: #555;
	display: block;
	float: left;
	font-size: 20px;
	text-transform: none;
	padding: 16px 0 0;
	height: 39px;
}

#access a {
	border: 0;
	font-family: century gothic, arial, sans-serif;
}

#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a,
#access ul li ul li a:hover,
#access ul li ul li:hover > a,
#access ul li.current-menu-item ul li a:hover {
	color: #F84104;
}

/* Dropdown */
#access ul li ul, 
#access ul li:hover ul ul, 
#access ul ul li:hover ul ul, 
#access ul ul ul li:hover ul ul, 
#access ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}

#access ul li:hover ul, 
#access ul ul li:hover ul, 
#access ul ul ul li:hover ul, 
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display: block;
}

#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 8px solid #f84104;
	top: 55px;
	left: 0;
	width: 190px;
	text-transform: none;
}

#access ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA;
}

#access ul li ul:hover {
	color: #f84104;
}

#access ul li ul li a, 
#access ul li.current-menu-item ul li a, 
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a, 
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #555;
	text-transform: none;
}

/*text-transform: lowercase;*/
#access ul li ul li ul {
	left: 190px;
	top: -4px;
}

/*Menu deroulant responsive: code bloquant*/
/*#access select {
	display: none;
}*/
/* =Header
----------------------------------------------- */
#header: {
}

.hgroup-wrap {
	display: none;
}

#branding {
	margin-top: 30px;
}

#main {
	padding: 0 0 10px;
}

.hgroup-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.hgroup-wrap a {
	display: block;
}

/* Links */
a {
	color: #666;
}

a:hover {
	color: #f84104;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

a.more-link:hover {
	text-decoration: none;
	font-size: 80%;
	color: #f84104;
}

a.more-link {
	font-size: 80%;
	color: #999;
}

/* SUPPRESSION TITRES PAGES */
.entry-title {
	display: none !important;
}

/* COULEUR TYPO CONTENU */
body {
	font-family: century gothic, arial , sans-serif;
	color: #999;
	font-size: 14px;
}

h1.entry-title {
	font-family: century gothic, arial , sans-serif;
	font-size: 28px;
	color: #273849;
	text-transform: none;
	line-height: 120px;
}

h1 {
	text-align: center;
	font-family: century gothic, arial, sans-serif;
	font-size: 28px;
	color: #273849;
	text-transform: uppercase;
	line-height: 120%;
}

h1, input, textarea {
	font-family: century gothic, arial, sans-serif;
/*text-align: center;*/
	font-size: 28px;
	color: #273849;
	line-height: 120%;
}

h2.entry-title {
	font-family: century gothic, arial, sans-serif;
	text-align: left;
	font-size: 32px;
	color: #999;
	text-transform: none;
	line-height: 120%;
}

h2 {
	text-align: center;
	font-family: century gothic, arial , sans-serif;
	font-size: 32px;
	color: #f84104;
	text-transform: none;
	line-height: 120%;
}

h2, input, textarea {
	font-family: century gothic, arial , sans-serif;
	font-size: 32px;
	color: #f84104;
	font-weight: 100;
	line-height: 130%;
}

h3, input, textarea {
	font-family: century gothic, arial , sans-serif;
	font-size: 180%;
	color: #273849;
	padding: 5px;
}

h4, input, textarea {
	font-family: century gothic, arial , sans-serif;
	color: #f84104;
	font-size: 180%;
}

h5 {
	font-family: century gothic, arial , sans-serif;
	color: #273849;
	font-size: 150%;
}

h5, input, textarea {
	font-family: century gothic, arial , sans-serif;
	color: #999;
	font-size: 110%;
}

h6 {
	font-family: century gothic, arial , sans-serif;
	font-size: 100%;
	text-transform: none;
	color: #f84104;
	line-height: 120%;
}

.text-widget {
	font-family: century gothic, arial , sans-serif;
	color: #f84104;
}

.service-title {
	font-family: century gothic, arial , sans-serif;
	font-size: 130%;
	color: #F84104;
	font-weight: 400;
	padding: 5px;
/*border-left: 4px solid #F84104;
    margin-bottom: 20px;
    background-color: #F9F9F9;*/
}

/* BLOCKQUOTE */
blockquote {
	font-weight: normal;
	padding: 20px;
	border-left: 4px solid #f84104;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}

blockquote p {
	margin: 0;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
	text-transform: uppercase;
}

/* READMORE */
a.readmore {
	border: 1px solid #0596AF;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	float: right;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7,#05aac6);
	background: -moz-linear-gradient(#06B8D7,#05aac6);
	background: -ms-linear-gradient(#06B8D7,#05aac6);
	background: -o-linear-gradient(#06B8D7,#05aac6);
	background: -webkit-gradient(#06B8D7,#05aac6);
	background: linear-gradient(#06B8D7,#05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

a.readmore:hover {
	background: -webkit-linear-gradient(#06C0E1,#05aac6);
	background: -moz-linear-gradient(#06C0E1,#05aac6);
	background: -ms-linear-gradient(#06C0E1,#05aac6);
	background: -o-linear-gradient(#06C0E1,#05aac6);
	background: -webkit-gradient(#06C0E1,#05aac6);
	background: linear-gradient(#06C0E1,#05aac6);
}

a.readmore:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}

/* COULEUR SLOGAN HP  menu "PERSONNALISER"*/
.slogan-wrap {
	font-family: century gothic, arial , sans-serif;
	color: #f84104;
	background-color: #273849;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 10px 15px;
}

.slogan-wrap .slogan {
	font-family: century gothic, arial , sans-serif;
	font-size: 22px;
	color: #f84104;
	margin-bottom: 8px;
}

.slogan-wrap .slogan a {
	color: #f84104;
}

.slogan-wrap .slogan span {
	font-family: century gothic, arial , sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	display: block;
	padding-top: 5px;
}

.slogan-wrap .view-work {
	color: #f84104;
	font-size: 18px;
	text-transform: capitalize;
	float: right;
	display: block;
	border: 0 solid #f84104;
	text-align: center;
	height: 28px;
	padding: 8px 15px 0;
	margin-top: 8px;
	max-width: 30%;
	background: -moz-linear-gradient(#fff,#fff);
	background: -ms-linear-gradient(#fff,#fff);
	background: -o-linear-gradient(#fff,#fff);
	background: -webkit-gradient(#fff,#fff);
	background: linear-gradient(#fff,#fff);
/*background: -webkit-linear-gradient(#CCCCCC,#CCCCCC);
	background: -moz-linear-gradient(#CCCCCC,#CCCCCC);
	background: -ms-linear-gradient(#CCCCCC,#CCCCCC);
	background: -o-linear-gradient(#CCCCCC,#CCCCCC);
	background: -webkit-gradient(#CCCCCC,#CCCCCC);
	background: linear-gradient(#CCCCCC,#CCCCCC);*/
}

.slogan-wrap .view-work:hover {
	background: -webkit-linear-gradient(#fff,#fff);
	background: -moz-linear-gradient(#fff,#fff);
	background: -ms-linear-gradient(#fff,#fff);
	background: -o-linear-gradient(#fff,#fff);
	background: -webkit-gradient(#fff,#fff);
	background: linear-gradient(#fff,#fff);
}

/*SLOGAN HP 960PX EN REMPLACEMENT DU SLOGAN "peronnaliser"*/
.telmail {
	float: left;
}

.contact {
	float: right;
}

/* HAUTEUR ENTETE HP */
.hgroup-wrap {
	padding-bottom: 0;
}

#site-logo {
	margin-top: 0;
}

.hgroup-right {
	margin-top: 18px;
}/* SUPPRESSION TITRES PAGES */
/*.entry-title {
	display: none !important;*/
	
}

/* SUPPRESSION TITRES SUR SLIDER HP */
.featured-text {
	display: none;
}

/* FOND TITRES SUR SLIDER HP EN ORANGE */
.featured-text .featured-title {
	background-color: #CC3333;
}

/* COULEUR BOUTTON "ENVOYER" CONTACT */
input[type="submit"] {
	border: 1px solid #f84104;
	color: #f84104;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #999;
	background: -webkit-linear-gradient(#fff,#fff);
	background: -moz-linear-gradient(#fff,#fff);
	background: -ms-linear-gradient(#fff,#fff);
	background: -o-linear-gradient(#fff,#fff);
	background: -webkit-gradient(#fff,#fff);
	background: linear-gradient(#fff,#fff);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

input[type="submit"]:hover {
	background: #d8d8d8;
}

/* Site Generator =pied de page */
#site-generator {
	padding: 0;
	border-top: 2px solid #f84104;
	color: #ccc;
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider,
.featured-slider .slider-cycle {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}	
}

.featured-slider .displayblock {
	display: block;
}

.featured-slider .displaynone {
	display: none;
	border-bottom-color: #f84104;
}

.featured-text {
	position: absolute;
	bottom: 55px;
	right: 30px;
	text-align: right;
	color: #fff;
}

.featured-text .featured-title {
	font: 24px 'Philosopher', sans-serif;
	line-height: 30px;
	padding: 10px 20px;
	background: #05A9C5;
	background: rgba(5,169,197,0.9);
	float: right;
	max-width: 525px;
}

.featured-text .featured-title a {
	color: #fff;
}

.featured-text .featured-content {
	padding: 20px;
	background: #555;
	background: rgba(85,85,85,0.9);
	margin-top: 4px;
	float: right;
	clear: right;
	max-width: 355px;
}

.featured-slider {
	border-top: 0 solid #EAEAEA;
	border-bottom: 3px solid #f84104;
}

.titre-services {
	background-image: url(http://www.keystolondon.co.uk/wp-content/uploads/2016/01/background-titre-service.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	padding-bottom: 15px;
}

/* CONTROLLERS- pastilles sur slider HP */
#controllers {
	text-align: center;
	line-height: 0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}

#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow: hidden;
	display: inline-block;
	background-color: #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #999;
}

#controllers a:hover, #controllers a.active {
	background-color: #f84104;
	color: #f84104;
}

/*WIGETS*/
/* Custom Gallery Page- vignettes et titres "nos atouts" */
.custom-gallery #main {
	padding-bottom: 20px;
}

#content .custom-gallery-title, 
.custom-gallery-title a {
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #555;
	padding-bottom: 0;
}

.custom-gallery-title a:hover {
	color: #f84104;
}

.widget {
	margin-bottom: 10px;
	margin-top: 10px;
}

.widget ul li a {
	color: #999;
}

.widget ul li a:hover {
	color: #F84104;
}

.widget-title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 15px;
	font-family: century gothic, arial , sans-serif;
}

.widget-title, .widget-title a {
	color: #999;
}

.widget-title a:hover {
	color: #F84104;
}

/* Service Widget*/
.widget_service {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Search Widget */
.widget_search input.s {
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px;
	color: #777;
	background-color: #f9f9f9;
	background-position: right 10px;
	border-color: #eaeaea;
	cursor: text;
	text-indent: 0;
}

.widget_search input.s:focus {
	border-color: #ccc;
}

/* Contact FORM Page */
.contact #primary .form label {
	display: block;
	padding-bottom: 5px;
}

.wpcf7 p {
	margin-bottom: 0;
}

#main .wpcf7 select {
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.05);
	margin: 0 0 30px;
	width: 50%;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* =Content
----------------------------------------------- */
#main {
	padding: 50px 0 10px;
}

#main select {
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 10px 8px;
	width: 100%;
	color: #777777;
}

#main form input, #main form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-bottom: 15px;
}

#content ul {
	list-style-type: disc;
}

#content ul, #content ol {
	margin: 0 0 20px 30px;
}

#content ul a, #content ol a {
	text-decoration: underline;
	color: #666;
}

#content ul a:hover, #content ol a:hover {
	text-decoration: underline;
	color: #f84104;
}

#content ol {
	list-style-type: decimal;
}

#content ol ol {
	list-style: upper-alpha;
}

#content ol ol ol {
	list-style: lower-roman;
}

#content ol ol ol ol {
	list-style: lower-alpha;
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}

.service-item {
	padding-bottom: 15px;
}

.service-item .service-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(0,0,0,0.6);
	float: left;
	display: block;
	margin-right: 20px;
	text-align: center;
}

.service-item .service-icon img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#content .service-item .service-title {
	font-size: 20px;
	line-height: 25px;
	color: #555;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 0;
}

/*

#primary {
	float: left;
	margin-left: 3.06%;
	width: 65.64%;
}*/
#content .post {
	padding-top: 10px;
	padding-bottom: 40px;
	border-top: 1px solid #eaeaea;
}

#content .sticky {
	background-color: #E6E6E6;
	padding: 20px 20px 30px;
	margin-bottom: 40px;
}

.sticky .entry-meta-bar {
	border-color: rgba(0,0,0,0.1);
}

.page-title-wrap {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0;
}

.page-title {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
	float: left;
	padding-top: 2px;
}

.page-title a {
	color: #555;
}

.entry-title {
	font: 24px;
	font-family: 'Century Gothic', Arial, sans-serif;
	line-height: 30px;
}

.entry-title,
.entry-title a {
	color: #555;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #F84104;
}

.entry-meta-bar {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 7px 0;
	clear: both;
}

.entry-meta {
	width: 84.89%;
	float: left;
	padding-top: 2px;
}

.entry-meta a {
	color: #555;
}

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

.entry-meta span {
	padding: 0 5px;
	display: inline-block;
}

.tags {
	margin-bottom: 50px;
}

.tags a {
	color: #888;
	padding: 0 0 0 10px;
}

.tags a:hover {
	color: #F84104;
}

.post-featured-image {
	margin-bottom: 30px;
	max-width: 700px;
}

.post-featured-image a {
	display: block;
}

.entry-content dt, 
.comment-content dt {
	font-weight: bold;
}

.entry-content dd, 
.comment-content dd {
	margin-bottom: 20px;
}

.entry-content {
	padding-bottom: 15px;
	display: block;
	overflow: hidden;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}

.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

.wp-video {
	margin-bottom: 20px;
}

.img-ombre {
	box-shadow: 8px 8px 12px #aaa;
}

.bloc-ombre {
	max-width: 93%;
	box-shadow: 8px 8px 12px #aaa;
	border: solid 1px #fafafa;
	padding: 25px;
}

.bloc-bordure {
	max-width: 93%;
	border: solid 3px #fafafa;
	padding: 25px;
}

.bloc-bordure-orange {
	max-width: 93%;
	border: solid 1px #f84104;
	padding: 25px;
	text-align: center;
}

.sans-interligne {
	line-height: 1em;
}

/* =Footer
----------------------------------------------- */
#colophon select {
	background-color: #F9F9F9;
	border: 3px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 10px 8px;
	width: 100%;
	color: #777777;
}/*#colophon form input, #colophon form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
	
}

#colophon .widget-wrap {
	background-color: #273849;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}

#colophon .widget-area {
	margin-left: -3.06%;
	padding: 10px 0;
}

#colophon .widget {
	float: left;
	margin-left: 2.97%;
	width: /*30.35%;*/
100%;
}

#colophon .widget_archive, 
#colophon .widget_pages, 
#colophon .widget_nav_menu,
#colophon .widget_recent_entries,
#colophon .widget_categories,
#colophon .widget_recent_comments,
#colophon .widget_meta,
#colophon .widget_rss {
	margin-bottom: 5px;
}

#colophon .widget_archive ul li, 
#colophon .widget_pages ul li, 
#colophon .widget_nav_menu ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_meta ul li,
#colophon .widget_rss ul li {
	padding-bottom: 8px;
}

#colophon .widget-title {
	font-family: 'century gothic', arial , sans-serif;
	color: #f84104;
	font-size: 19px;
	text-transform: lowercase;
	line-height: 25px;
}

#colophon .widget_article {
	margin-bottom: 10px;
}

#colophon .widget_info, 
#colophon .widget_text {
	margin-bottom: 5px;
}

/*RESPONSIVE*/
#access select {
/*display: block;
	width: 100%;
	background: transparent url("images/responsive-menu-bg.png") no-repeat scroll right center / 28px 22px;
	border: 0 none;*/
	color: #555;
	font: 14px "Century gothic", Arial, "PT Sans", sans-serif;
/*text-transform: uppercase;
	
	border-radius: 0;
	height: 22px;*/
}