/*
Theme Name: Recytal
Theme URI: http://www.pbpgcommunication.fr/
Author: PBPG Communication
Author URI: http://www.pbpgcommunication.fr/
Description: Recytal
Version: 1.0.0
Text Domain: recytam
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.txt-head{
	font-size: 1.99rem;
	font-weight: bold;
	margin-top:10px;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;

}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-decoration: none;
	border: none;
	background: #5c5d58;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0 25px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	float: right;
	position:relative;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #99b402;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	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="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]{
	color: #8d989f;
	border: 1px solid #d1d7db;
	border-radius: 0px;
	font-size: 14px;
	font-family: arial;
	padding-left: 5px;
	height: 35px;
	width: 180px;
}

#poids2, #devise2 {
	text-align: right;
	padding-right: 6px;
}
#poids_tot, #devise_tot {
	text-align: right;
	padding-right: 6px;
}
textarea {
	color: #8d989f;
	border: 1px solid #d1d7db;
	border-radius: 0px;
	font-size: 12px;
	font-family: arial;
	padding-left: 5px;
	height: 395px;
}
select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 50px;
	left: -999em;
	z-index: 99999;
	background: #5a5b56;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 350px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*****************Intégration PBPG************************/
body {
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px !important;
	color: #2d2a26 !important;
	font-weight: 500 !important;
}
a {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.top_header {
	float: left;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #2d2a26;
}
span.text_top {
	float: left;
	margin-top: 3px;
}
h1.text_top {
	color: #2d2a26  !important;
	margin-top: 3px !important;
	border-bottom: none !important;
	position: relative !important;
	padding-bottom: 0 !important;
	font-size:14px !important;
	line-height: 30px;
	margin-bottom: 0;
}
h1.text_top:before{
	display:none;
}
.top_header p{
	margin:0
}
.reseaux_top {
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
}
.reseaux_top li {
	display: inline-block;
}
.reseaux_top li a[href=''],
.reseaux_footer li a[href='']{
	display:none;
}
.reseaux_top li a {
	position: relative;
	display: inline-block;
	margin: 4px 10px 0 0;
	color:#25261f;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;

}
.reseaux_top li.fb_reseaux i{
	background: url(images/ico_top.jpg) no-repeat -26px 0px;
	float: left;
	width: 9px;
	height: 17px;
	margin-top: 5px;
	margin-right:3px;

}
.reseaux_top li.ct_reseaux i{
	background: url(images/ico_top.jpg) no-repeat 0 0px;
	float: left;
	width: 26px;
	height: 17px;
	margin-top: 5px;
	margin-right:3px;
}
.reseaux_top li.ct_reseaux a:hover i{
	background: url(images/ico_top.jpg) no-repeat 0 -18px;
}
.reseaux_top li.tw_reseaux a:hover i{
	background: url(images/ico_top.jpg) no-repeat -37px -18px;
}
.reseaux_top li.fb_reseaux a:hover i{
	background: url(images/ico_top.jpg) no-repeat -26px -18px;
}
.reseaux_top li.tw_reseaux i{
	background: url(images/ico_top.jpg) no-repeat -37px 0px;
	float: left;
	width: 17px;
	height: 17px;
	margin-top: 5px;
	margin-right:3px;
}
.reseaux_top li a:hover {
	color: #aabe01;
	text-decoration:none;
}
.middle_header {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.recherche_top {
	float: right;
	position: relative;
	width:280px;
	margin-top:10px;
}
.recherche_top input[type="search"] {
	height: 30px;
	width: 100%;
	float: left;
}
.search-submit {
	position: absolute !important;
	float: left !important;
	width: 19px;
	height: 17px !important;
	top: 6px;
	right: 9px;
	background: url(images/ico_top.jpg) no-repeat -55px 0 !important;
	border: none !important;
	box-shadow: none !important;
	text-indent: -5000px;
	padding: 0 !important;
	line-height: inherit !important;
	border-radius: inherit !important;
	-webkit-transition: inherit !important;
	-moz-transition: inherit !important;
	-o-transition: inherit !important;
	transition: inherit !important;
}
.search-submit:hover {
	background: url(images/ico_top.jpg) no-repeat -55px -17px !important;
}
.recherche_top label {
	float: left;
	width: 100%;
}
.bottom_header {
	float: left;
	width: 100%;
	height:55px;
	line-height: 42px;
	background: url(images/bg_menu.jpg) repeat-x 0 0;
}
.main-navigation ul#primary-menu > li:first-child a {
	margin: 13px 8px 0 0;
}
.main-navigation ul li.first_link_home a {
	background: url(images/sprite.png) no-repeat 0 -132px;
	width: 26px;
	height: 23px;
	text-indent: -5000px;
	padding: 6px 10px 6px 18px;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.main-navigation #primary-menu > .menu-item-has-children:hover > a {
	color: #fff;
}
.main-navigation ul li a {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 20px;
}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-ancestor > a {
	text-decoration: none;
	background: #99b402;
	color: #fff;
}
.main-navigation ul li.first_link_home.current-menu-item > a,.main-navigation ul li.first_link_home:hover > a  {
	background: url(images/sprite.png) no-repeat  0 -157px;
}
.main-navigation ul li.first_link_home.current-menu-item > a:before,.main-navigation ul li.first_link_home a:hover:before {
	background: none;
}
.main-navigation ul li.current-menu-item a:before,.main-navigation ul li a:hover:before{
	content:"";
	position:absolute;
	top:4px;
	left:4px;
	width: 9px;
	height: 9px;
	background: url(images/puce_menu.png) no-repeat 0 0;
}
.slider_home{
	float:left;
	width:100%;
	margin-top:18px;
}
.content_txt_titre{
	padding:25px 15px;
	background-color: rgba(0,0,0,0.7);
}
.titreslide{
	font-size: 36px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	background-color: transparent;
	border-width: 0px;
	border-color: #004f9f;
	border-style: none;
	font-weight:700;
	padding-right:65px;
	padding-bottom:15px !important;
	background: url(images/bg_title_slide.png) no-repeat bottom left;
}
.texteslide{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	background-color: transparent;
	border-width: 0px;
	border-color: #354e5b;
	border-style: none;
}
.tp-leftarrow.default {
	background: url(images/sprite.png) no-repeat -28px 0;
	width: 36px;
	height: 63px;
	left:-60px !important;
	right:-60px !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important";
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
.tp-rightarrow.default {
	background: url(images/sprite.png) no-repeat -64px 0;
	width: 36px;
	height: 63px;
	right:-60px !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important";
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}
.tp-bullets {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important";
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
	min-width:273px;
	padding-right:56px;
	padding-bottom:8px;
}
.tp-bullets.simplebullets.round .bullet{
	float:right !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: url(images/sprite.png) no-repeat  -135px 0;
	width: 21px;
	height: 21px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.selected{
	background: url(images/sprite.png) no-repeat  -108px 0;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background: url(images/sprite.png) no-repeat  -108px 0;
}
.content_services {

	float: left;
	width: 100%;
}
.badges-widget {
	float: left;
	width: 32%;
	margin: 5px 0.5%;
	position: relative;


}
span.badges-widget img {
	transition: transform 1s;
}
span.badges-widget img:hover {
	transform: scale(1.4);
}
.badges-widget:first-child {
	/*float: left;
    width: 24%;
    margin: 0 0.5% 0 0;
    position: relative;*/
}
.badges-widget:last-child {
	float: left;
	width: 32%;
	margin: 05px  0 0 0.5%;
	position: relative;
}
.badges-widget h2{
	background: url(images/bg_title_widget.jpg) repeat-x 0 0;
	margin:0;
	position:absolute;
	left:0;
	bottom:0;
	font-size:16px;
	font-weight:600;
	color:#fff !important;
	width: 100%;
	height: 65px;
	z-index:9999;
	line-height: 65px;
	text-align: center;
	text-transform:uppercase;
}
.badges-widget h2:before{
	background: none;
}
.badges-widget a{
	display:block;
}
.badges-widget  .bg_hover{
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	/*width:100%;*/
	/*height:100%;*/
	z-index:999;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.badges-widget:hover .bg_hover{
	/*background:#99b402;*/
	opacity:1;
}
.badges-widget .bg_hover i{
	background: url(images/ico_hover_widget.png);
	width: 48px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-moz-transition: -webkit-transform .8s ease-in-out;
	-o-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.badges-widget:hover .bg_hover i{
	width: 48px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	-webkit-transform: rotate(180deg);
	-moz-transition: rotate(180deg);
	-o-transition: rotate(180deg);
	transform: rotate(180deg);
}
.badges-widget:hover h2{

}
.widget-content {
	overflow: hidden;
}
.titre_home{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#2d2a26;
	font-weight:500;
	font-size:30px;
	line-height: 30px;
	margin-top: 30px;
	text-align:center;
}
.texte_home{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#2d2a26;
	font-weight:300;
	font-size:24px;
	line-height: 30px;
	text-align:center;
}
.row_excerpt_home{
	margin-top:10px;
}
.title_recytam{
	float:left;
	width:100%;
	color:#b6cb00;
	font-size:30px;
	padding-bottom:6px;
	margin-bottom:5px;
	background:url(images/bg_title_slide.png) no-repeat bottom left;
}
.extract_recytam{
	float:left;
	width:100%;
}
.lien_recytam{
	float:left;
	width:48px;
	height:48px;
	margin-top:20px;
	background:url(images/ico_link.png) no-repeat 0 0;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-moz-transition: -webkit-transform .8s ease-in-out;
	-o-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.lien_recytam:hover{
	-webkit-transform: rotate(180deg);
	-moz-transition: rotate(180deg);
	-o-transition: rotate(180deg);
	transform: rotate(180deg);
}
.partenaires{
	float:left;
	width:100%;
	margin-top:40px;
	padding-top:30px;
	padding-bottom:30px;
	border-top:1px solid #bdbcb9;
}
.title_partenaires{
	float:left;
	width:100%;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	color:#b6cb00;
	font-weight:500;
}
ul.logos_partenaires {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
ul.logos_partenaires li{
	display:inline-block;
	margin:20px;
	background:none !important;
	padding-left:0 !important;
}
footer#colophon {
	background: url(images/bg_footer.jpg) repeat-x 0 0 #25261f;
	min-height:220px;
	padding-top: 25px;
}
.ico_tel{
	background: url(images/sprite.png) no-repeat right top;
	float:left;
	height: 47px;
	width: 49px;
	margin-left: calc(50% - 25px);
	margin-bottom:30px;
}

.content_tel, .content_fax{
	float:left;
	width:100%;
	color:#fff;
}
.content_tel .txt_tel{
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
}
.content_tel .num_tel{
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:700;
}
.content_fax .txt_tel,.content_fax .num_tel{
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
}
.ico_adresse{
	background: url(images/sprite.png) no-repeat -221px 0;
	float:left;
	height: 63px;
	width: 45px;
	margin-left: calc(50% - 22px);
	margin-bottom:26px;
}
.content_adresse{
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:500;
	margin-bottom: 0;
	line-height: 20px;
}
.border_row .col-xs-12.col-md-4{
	border-right: 1px solid #656661;
	min-height: 240px;
}
.border_row .col-xs-12.col-md-4:last-child{
	border-right: none;
}
.reseaux_footer{
	float: left;
	width:100%;
	text-align: center;
	padding: 0;
	margin: 25px 0 0 0;
}
.reseaux_footer li {
	display: inline-block;
	width: 57px;
	height: 57px;
	margin:0 5px;
}
.reseaux_footer li a {
	position: relative;
	display: inline-block;
	margin: 4px 10px 0 0;
	color: #25261f;
	text-indent:-5000px;
}
.reseaux_footer li i {
	float: left;
	width: 57px;
	height: 57px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.reseaux_footer li.ct_reseaux i {
	background: url(images/sprite.png) no-repeat -260px -64px;
}
.reseaux_footer li.ct_reseaux a:hover i {
	background: url(images/sprite.png) no-repeat -260px -121px;
}
.reseaux_footer li.tw_reseaux i {
	background: url(images/sprite.png) no-repeat -178px -64px;
}
.reseaux_footer li.tw_reseaux a:hover i {
	background: url(images/sprite.png) no-repeat -178px -121px;
}
.reseaux_footer li.fb_reseaux i {
	background: url(images/sprite.png) no-repeat -92px -64px;
}
.reseaux_footer li.fb_reseaux a:hover i {
	background: url(images/sprite.png) no-repeat -92px -121px;
}
.ico_newsletter {
	background: url(images/sprite.png) no-repeat -158px 0;
	float: left;
	height: 49px;
	width: 55px;
	margin-left: calc(50% - 27px);
	margin-bottom: 30px;
}
.titre_news{
	float: left;
	width: 100%;
	color: #aabe01;
	text-align: center;
	text-transform:uppercase;
	font-size: 24px;
	font-weight: 700;
}
.text_news{
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: 500;
}
.nl_form {
	position: relative;
	float: left;
	width: 100%;
	margin:22px 0 0 0;
}
.nl_form input[type="email"] {
	height: 42px;
	width: 100%;
}
.subit_nl {
	position: absolute;
	right: 10px;
	top: 8px;
	height: 27px;
}
.num_tel a{
	color:white;
}
.num_tel a:hover{
	color:white;
	text-decoration: none;
}
.subit_nl input[type="submit"] {
	border: none;
	background: url(images/sprite.png) no-repeat 0 -94px;
	height: 27px;
	width: 27px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	display: inline-block;
	text-indent: -100px;
	box-shadow:none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-moz-transition: -webkit-transform .8s ease-in-out;
	-o-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.subit_nl input[type="submit"]:hover{
	-webkit-transform: rotate(180deg);
	-moz-transition: rotate(180deg);
	-o-transition: rotate(180deg);
	transform: rotate(180deg);

}
footer .site-info {
	border-top: 1px solid #656560;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 25px;
}
.footer_menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer_menu li {
	float: left;
}
.footer_menu li a {
	color: #82888b;
	font-size: 11px;
	font-family: arial;
}
.footer_menu li:after {
	display: inline-block;
	content: "|";
	padding: 0 5px;
	color: #82888b;
}
.footer_menu li:last-child:after {
	display: inline-block;
	content: "";
	padding: 0;
}
.recytam_copyright {
	color: #82888b;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.pbpg_copyright {
	color: #82888b;
	font-size: 11px;
	font-family: arial;
	text-align: right;
	width: 100%;
	display: block;
}
.pbpg_copyright a {
	color: #82888b;
}
.pbpg_copyright a:hover, .footer_menu li a:hover {
	color: #aabe01;
	text-decoration: none;
}
.breadcrumb {
	padding: 5px 0 0 0 !important;
	margin-bottom: 0 !important;
	list-style: none !important;
	background-color: inherit !important;
	border-radius: 0 !important;
	color: #797a74;
	font-size: 12px;
}
.breadcrumb p {
	margin: 0;
}
.breadcrumb a {
	color: #797a74;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .span-h3 {
	color: #b6cb00 !important;
	text-transform: uppercase;
	margin-top: 10px !important;
	border-bottom: 1px solid #b6cb00;
	position:relative;
	padding-bottom: 6px;
}
.span-h3{margin-bottom: 10px;font-size: 22px;display: block;}
h1:before , h2:before, h3:before, h4:before, h5:before, h6:before, .span-h3:before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 9px;
	height: 9px;
	background: url(images/puce_hn.png) no-repeat 0 0;
}
#content ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ul li{
	background: url(images/puce_hn.png) no-repeat 0 7px;
	padding-left: 15px;
	line-height: 24px;
}
#content a{
	color: #b6cb00;
}
.top_footer{
	width: 100%;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 22px;
	border-top: 1px solid #bdbcb9;
}
.title-page {
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin: 50px 0 0 0;
	text-transform: uppercase;
	color: #b6cb00;
	font-weight: 500;
}
.title_error {
	width: 100%;
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	color: #545859;
	font-weight: 700;
}
.nbr_error {
	width: 100%;
	text-align: center;
	font-size: 200px;
	line-height: 160px;
	text-transform: uppercase;
	color: #545859;
	font-weight: 700;
	margin-bottom: 50px;
}
.searsh_none {
	float: left;
	position: relative;
	width: 100%;
}
.searsh_none label {
	float: left;
	width: 100%;
}
.searsh_none input[type="search"] {
	height: 30px;
	width: 100%;
	float: left;
}
.contact_form{
	margin-top: 10px;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.condidature_form input[type="email"],
.contact_form input[type="url"],
.contact_form input[type="password"],
.contact_form input[type="search"],
.contact_form input[type="number"],
.contact_form input[type="tel"],
.contact_form input[type="range"],
.contact_form input[type="date"],
.contact_form input[type="month"],
.contact_form input[type="week"],
.contact_form input[type="time"],
.contact_form input[type="datetime"],
.contact_form input[type="datetime-local"],
.contact_form input[type="color"],
.contact_form textarea
{
	width:100%;
	padding: 3px;
}
div.wpcf7-response-output , .wpcf7-mail-sent-ok{
	float: left;
	width: 100%;
	margin: 1em 0.5em 1em 0;
	padding: 0.2em 1em;
}
footer div.wpcf7-response-output ,footer .wpcf7-mail-sent-ok{
	color: #fff;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-right: 4px;
	float: right;
	margin-top: 5px;
}
span.wpcf7-not-valid-tip {
	font-size: 1em;
	display: block;
	margin-top: 10px;
	background: #ff0000;
	color: #fff;
	padding: 5px;
}
.breadcrumbs{
	margin-bottom:20px;
}
ul.logos_partenaires.page_references span.img_actualite{
	float: left;
}
ul.logos_partenaires.page_references li {
	margin: 20px 15px;
}
.text_logo{
	float: left;
	width: 100%;
	clear: both;
	font-size: 13px;
	text-align: center;
	color: #bebebe;
}
.img_content{
	float:left;
	/*width:100%;*/
	padding-bottom:30px;
}
.img_content > .col-xs-12{
	text-align:center;
}
.scrollToTop:focus {outline: 0;}
.scrollToTop {
	width: 64px;
	overflow: hidden;
	height: 64px;
	padding: 10px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	outline: 0;
	position: fixed;
	right: 0;
	display: none;
	background: url(images/bg_scroll.png) no-repeat 0 0;
	z-index: 99999;
	text-indent: -5000px;
	bottom: 150px;
	-webkit-transition: 0.3s linear 0s,background 0.3s linear 0s;
	-moz-transition: 0.3s linear 0s,background 0.3s linear 0s;
	-o-transition: 0.3s linear 0s,background 0.3s linear 0s;
	transition: 0.3s linear 0s,background 0.3s linear 0s;
}
.scrollToTop:hover {
	background: url(images/bg_scroll.png) no-repeat  0 -64px;
}
img.logo {
	margin-top: 8px;
}
.link_form_clacul{
	text-transform: uppercase;
	margin: 0px 0;
	color: #fff!important;
	text-decoration: none;
	border: none;
	background: #b6cb00;
	text-align: center;
	padding: 10px 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	float: right;
	position: relative;
	width: 280px;
}

.link_form_clacul1{
	position: fixed;
	text-transform: uppercase;
	margin: 20px 0;
	color: #fff!important;
	text-decoration: none;
	border: none;
	background: red;
	text-align: center;
	padding: 10px 5px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	float: right;
	width: 280px;
}
.link_form_clacul:hover{
	background: #5c5d58;
	text-decoration:none;
}
.link_form_clacul1:hover{
	background: red;
	text-decoration:none;
}
.link_form_clacul i{
	background: url(images/sprite.png) no-repeat -31px -159px;
	height: 19px;
	width: 15px;
	margin-right: 5px;
	float: left;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.link_form_clacul:hover i{
	background: url(images/sprite.png) no-repeat -31px -136px;
}
.btn-recytal {
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none;
	border: none;
	background: #b6cb00;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: relative;
	display: inline-block;
}
.btn-recytal:hover {
	background: #5c5d58;
	color: #fff;
	text-decoration: none;
}
.btn-recytal.btn-full-width{
	width:100%;
}
.d-flex-img{
	display: flex;
}
/*img{*/

/*	transition: transform 1s;*/
/*}*/
/*img:hover{*/
/*	-ms-transform: scale(1.1);*/
/*	-webkit-transform: scale(1.1);*/
/*	transform: scale(1.1);*/
/*}*/
/*************Responsive******************/
@media (min-width:1200px){
	.hide-desk{
		display:none;
	}
}
@media (min-width: 992px)and (max-width:1199px){

	.main-navigation ul li a {
		font-size: 14px;
		padding: 6px 12px;
	}

}

@media (min-width:768px) and (max-width:1200px){
	.link_form_clacul1{
	    top: 315px !important;
		left: 61% !important;
	}
	.ico_poids{
		width: 35px;
		height: 40px;
	}
	.hide-tablette{
		display:none;
	}
	.link_form_clacul{
		margin: 5px 0;
	}
	.d-flex-img{
		display: flex;
		width: 25%;
	}
}


@media (min-width: 768px)and (max-width:991px){
	.content_services {
		margin-top: 0px;
	}
	.link_form_clacul{
		margin: 5px 0;
	}
	.text_top{
		text-align: center;
		width: 100%;
		float: left;
	}
	.logo_site {
		text-align: center;
		margin-top:0px;
	}
	.reseaux_top {
		width: 100%;
	}
	.recherche_top {
		width: 100%;
		margin-top:5px;
	}
	.main-navigation ul li a {
		font-size: 11px;
		padding: 6px 5px;
	}
	.badges-widget h2 {
		font-size: 14px;
	}
	.row_excerpt_home {
		margin-top: 40px;
	}
	.row_excerpt_home > div:first-child {
		margin-bottom: 25px;
	}
	.border_row .col-xs-12.col-md-4 {
		border-right: none;
		min-height: inherit;
		margin-bottom: 20px;
	}
	.block_menu_footer{
		text-align:center;
	}
	#menu-footer_menu {
		width: 100%;
	}
	.footer_menu li {
		display: inline-block;
		float: none;
	}
	.pbpg_copyright {
		text-align: center;
	}
}



@media (max-width:767px){
	.link_form_clacul1{
		left:15.5% !important;
	}
	.d-flex-img{
		display: flex;
		width: 25%;
	}
	.ico_poids{
		width: 35px;
		height: 40px;
	}
	.content_services {
		margin-top: 0px;}
	.slider_home{
		margin-top: 0px;
	}
	.middle_header{
		padding: 10px 0 0px 0;
	}
	.link_form_clacul
	{
		margin: 9px 0 8px 0;
		width: 100%;
	}
	h1.text_top {
		font-size: 11px !important;
		line-height: 12px;
	}
	.reseaux_top li a {
		font-size: 11px;
	}
	.menu-toggle, .main-navigation.toggled ul {
		display: block;
		width: 102vw;

	}
	.menu-menu-1-container {
		left: -22px;
		position: absolute;
		z-index: 9;
		top: -10px;
	}
	.hide-mobile{
		display:none;
	}
	.link_form_clacul{
		float:none;
	}
	.mob-action {
		text-align: center;
	}
	.text_top{
		text-align: center;
		width: 100%;
		float: left;
		line-height: 24px;
	}
	.logo_site {
		text-align: center;

	}
	.reseaux_top {
		width: 100%;
	}
	.recherche_top {
		width: 100%;
	}
	.text_top {
		line-height: 15px;
		font-size: 11px;
	}
	.badges-widget h2 {
		font-size: 14px !important;
	}
	.row_excerpt_home {
		margin-top: 40px;
	}
	.row_excerpt_home > div:first-child {
		margin-bottom: 25px;
	}
	.border_row .col-xs-12.col-md-4 {
		border-right: none;
		min-height: inherit;
		margin-bottom: 15px;
	}
	.ico_newsletter, .ico_adresse, .ico_tel {
		margin-bottom: 5px;
	}
	ul.logos_partenaires li{
		margin: 0px;
	}
	.block_menu_footer{
		text-align:center;
	}
	#menu-footer_menu {
		width: 100%;
	}
	.footer_menu li {
		display: inline-block;
		float: none;
	}
	.pbpg_copyright {
		text-align: center;
	}
	.badges-widget,.badges-widget:last-child {
		width: 48%;
		margin: 0 1% 20px 1%;
	}
	.tp-leftarrow.default, .tp-rightarrow.default{
		display:none;
	}
	.tp-bullets {
		padding-bottom: 0;
	}
	.titreslide {
		padding-bottom: 10px !important;

	}
	button.menu-toggle {
		border: 1px solid;
		border-color: #aabe01;
		border-radius: 0;
		background: #aabe01;
		box-shadow: inherit;
		text-shadow: inherit;
		color: #fff;
		float: right;
		width: 52px;
		height: 50px;
		padding: 2px 7px 8px 7px;
		z-index: 99999999;
	}
	.menu-toggle hr {
		height: 2px;
		margin: 0;
		margin-top: 6px;
		background-color: #ffffff;
		width: 100%;
		border-top: inherit;
	}
	.main-navigation ul {
		float: left;
		width: 100%;
		background: #2f3132;
	}
	.main-navigation ul li {
		float: left;
		width: 100%;
		text-align: center;
		line-height: 35px;
	}
	.main-navigation ul#primary-menu > li:first-child a {
		margin: 20px 0 0 0;
		float: none;
		display: inline-block;
		padding: 0px 0;
	}
	.main-navigation ul li a {
		width: 100%;
	}
	.main-navigation ul ul {
		float: left;
		position: relative;
		top: 0;
		left: 0;
		border-top: none;
		background: #5a5b56;
		width: 100%;
		display: block;
	}
	.bottom_header {
		height: auto;
	}
	.main-navigation ul li.first_link_home.current-menu-item > a, .main-navigation ul li.first_link_home:hover > a {
		background: url(images/sprite.png) no-repeat 0 -132px;
	}
	h1,
	.h1 {
		font-size: 30px !important;
	}
	h2,
	.h2 {
		font-size: 25px !important;
	}
	h3,.span-h3,
	.h3 {
		font-size: 22px !important;
	}
	.title_error {
		font-size: 70px;
		line-height: 70px;
	}
	.nbr_error {
		font-size: 150px;
		line-height: 110px;
	}
	.row_content .col-xs-12.col-sm-4,.row_content .col-xs-12.col-sm-3{
		text-align:center;
		margin-bottom:20px;
	}

}

@media (max-width:480px){
	.badges-widget, .badges-widget:last-child {

		width: 100%;
		margin: 0 0 20px 0;
	}
}




@-webkit-keyframes clignote {
	0%{box-shadow:0px 0px 10px #9aab06;}
	50%{box-shadow:0px 0px 0px #9aab06;}
	100%{box-shadow:0px 0px 10px #9aab06;}
}
@-webkit-keyframes clignote1 {
	0%{box-shadow:0px 0px 10px red;}
	50%{box-shadow:0px 0px 0px red;}
	100%{box-shadow:0px 0px 10px red;}
}
.link_form_clacul1{
	box-shadow:0px 0px 10px red;
	-webkit-animation-name: clignote1; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s*/
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
	right: 19.5%;
	top: 326px;
	z-index: 99;
}
.link_form_clacul{
	box-shadow:0px 0px 10px #b6cb00;
	-webkit-animation-name: clignote; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s*/
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}
/*======= style form commentaires===========*/

#commentform input{
	width:100%;
	height:50px;
	color:#5c5d58;
	font-size: 17px;
}
#commentform label{font-size: 17px;}
textarea#comment{height:150px;font-size: 17px;padding-top:10px;}
#commentform input:focus, textarea#comment:focus, #commentform input:hover, textarea#comment:hover {
	border-color: #330;
	background: #FCFFE9;
	color: #330;
	transition: .20s;
}
#commentform input#submit{width: auto;color:#fff;}
#commentform input#submit:hover{
	background:#99b402;
	color:#fff;
}
.comments-title{
	color: #b6cb00 !important;
	text-transform: uppercase;
	margin-top: 10px !important;
	position:relative;
	padding-bottom: 6px;
	font-size: 24px;
	display: block;
	margin-bottom: 4px;
}
.comment-content{color:#5c5d58}
.comment-list{margin: 0;padding:0;}
.author-name{font-size: 20px;margin-right: 15px;}
.comment-date{font-size: 12px;float: right;}
.container-comments ol{list-style: none;}
.container-comments{padding-bottom: 15px;}
.container-comments hr{color:#b6cb00; width:50%}

::-webkit-input-placeholder { color: #333; }
:-moz-placeholder { color: #333; } /* Firefox 18- */
::-moz-placeholder { color: #333; }  /* Firefox 19+ */
:-ms-input-placeholder { color: #333; }
