/*
Theme Name: Mon Enfant Attitude
Description: Thème enfant du thème parent
Author: Mamy Ken
Template: attitude
Version: 1.0
*/


/* =Global

----------------------------------------------- */

body, input, textarea {

	color: #777;

	font: 16px 'PT Sans', sans-serif;		/*** MAMY Taille de la police corps de l'article ***/

	line-height: 25px;

	word-wrap: break-word;

}

body {

	background: url("images/body-bg.png") #ececec;

}

.wrapper {

	/*max-width: 1038px;*/

	max-width: 1180px;

	margin: 0 auto;

	background-color: #fff;

	-webkit-box-shadow: 0 0 5px #ddd;

	-moz-box-shadow:  0 0 5px #ddd;

	box-shadow: 0 0 5px #ddd;

}

.container {

	margin: 0 auto;

	max-width: 1140px;

   /*max-width: 978px;*/

   /* width: 94%; */

}

/* Headings */

h1, h2, h3, h4, h5, h6 {

	font-weight: normal;

	font-family: 'Myriad Pro', sans-serif;

	color: #555;

}

h1 {

	font-size: 30px;

	line-height: 36px;

}

h2 {

	font-size: 28px;

	line-height: 35px;

}

h3{

	font-size: 26px;

	line-height: 32px;

}

h4 {

	font-size: 24px;

	line-height: 30px;

}

h5 {

	font-size: 22px;

	line-height: 28px;

}

h6 {

	font-size: 19px;

	line-height: 35px;

	text-transform: uppercase;

}



/* No Border/Margin/Padding */

.no-margin-top {

	margin-top:0px !important;

}

.no-margin-bottom {

	margin-bottom:0px !important;

}

.no-margin-left {

	margin-left:0px !important;

}

.no-margin-right {

	margin-right:0px !important;

}

.no-padding-top {

	padding-top:0px !important;

}

.no-padding-bottom {

	padding-bottom:0px !important;

}

.no-padding-left {

	padding-left:0px !important;

}

.no-padding-right {

	padding-right:0px !important;

}

.no-border-top {

	border-top:0 none !important;

}

.no-border-bottom {

	border-bottom:0 none !important;

}

.no-border-left {

	border-left:0 none !important;

}

.no-border-right {

	border-right:0 none !important;

}



/* Horizontal Line */

hr {

	border-color: #eaeaea;

	border-style: solid none none;

	border-width: 1px 0 0;

	height: 0;

	margin: 0 0 40px;

}



/* Text elements */

p {

	margin-bottom: 15px;

}

strong {

	font-weight: bold;

}

cite, em, i {

	font-style: italic;

}

pre {

	background-color: #fff;

	margin-bottom: 20px;

	overflow: auto;

	padding: 20px;

}

pre, code, kbd {

	font-family:"Myriad Pro",Courier,monospace;

	font-size: 14px;

	line-height: 19px;

	background-color: #F9F9F9;

}

abbr, acronym, dfn {

	border-bottom: 1px dotted #666;

	cursor: help;

}

address {

	display: block;

	margin: 0 0 1.625em;

}

ins {

	background: #fff9c0;

}

a img {

	border: 0;
	/*width: 1180px;*/

}



/* Superscript and Subscript */

sup, sub {

	font-size: 10px;

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}



/* Blockquote */

blockquote {

	font-style: italic;

	font-weight: normal;

	padding: 20px;

	border-left: 4px solid #05a9c5;

	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: 0.05em;

	text-transform: uppercase;

}



/* Breadcrumb */

.breadcrumb {	

	float: right;

	text-align: right;

	margin-top: 5px;

   margin-bottom: 5px;

	font-size: 12px;

}

.breadcrumb a {	

	color: #999;

}

.breadcrumb,

.breadcrumb a:hover {

	color: #666;

}



/* Forms */

input, textarea {

 	-webkit-border-radius: 0px;

}

input[type="text"], 

input[type="email"], 

input[type="search"], 

input[type="password"], 

input[type="tel"],

input[type="url"],

input[type="date"],

textarea {

	-moz-appearance: none !important;

	-webkit-appearance: none !important;

	appearance: none !important;

}

input[type="text"], 

input[type="email"], 

input[type="password"], 

input[type="tel"],

input[type="url"],

input[type="date"],

textarea {

	padding: 10px;

	border: 1px solid #eaeaea;

	line-height: 20px;

	width: 100%;

	margin: 0 0 30px;

	background-color: #f9f9f9;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

input[type="text"]:focus, 

input[type="email"]:focus, 

input[type="search"]:focus, 

input[type="password"]:focus, 

input[type="tel"]:focus,

input[type="url"]:focus,

input[type="date"]:focus, 

textarea:focus {

	border: 1px solid #ccc;

}

input.s {

	background: url(images/search.png) no-repeat right 6px #fff;

	-webkit-transition-duration: 400ms;

	-webkit-transition-property: width, background;

	-webkit-transition-timing-function: ease;

	-moz-transition-duration: 400ms;

	-moz-transition-property: width, background;

	-moz-transition-timing-function: ease;

	-o-transition-duration: 400ms;

	-o-transition-property: width, background;

	-o-transition-timing-function: ease;

	width: 0;

	padding: 3px 33px 3px 0;

	height: 22px;

	color: #bbb;

	font-style: italic;

	margin: 0;

	border-color: transparent;

	cursor: pointer;

	text-indent: 25px;

}

input.s:focus {

	width: 100px;

	padding-left: 10px;

	border-color: #eaeaea;

	text-indent: 0;

}

input[type="reset"], 

input[type="button"], 

input[type="submit"] {

   border: 1px solid #0596AF;

   color: #fff;

	display:inline-block;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

   height: 40px;

   margin-bottom: 30px;

   padding: 0px 25px;

   -moz-appearance: none !important;

	-webkit-appearance: none !important;

	appearance: none !important;

	cursor: pointer;

	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);	

}

input[type="reset"]:hover, 

input[type="button"]:hover, 

input[type="submit"]: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);

}

input[type="reset"]:active, 

input[type="button"]:active, 

input[type="submit"]:active {

	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);	

}

input[type="radio"],

input[type="checkbox"],

input[type="file"] {

	margin-bottom: 30px;

}

input[type="file"] {

	border: 0 none;

	cursor: pointer;

	display: block;

	height: 40px;

}



/* Links */

a {

	color: #35bf19;

	text-decoration: none;

}

a:focus, a:active, a:hover {

	text-decoration: none;
	
	/*font-style:italic;						----------------Quand souris passe le texte se met en ITALIQUE----------------*/

}



/* Images */

figure {

	margin: 0;

	text-align: center;

}

figure a img{
	width: 1180px;
}

img {

	max-width:100%;

	height:auto;

	vertical-align:top;

}

.entry-content img, .comment-content img, .widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	box-shadow: 0 0 2px rgba(234,180,12,0.3);

	/*transform: scale(1);*/
	transition: box-shadow 0.5s;	/** MAMY KEN **/

}

/*Nouvelle règle MAMY KEN*/

.one-fourth a img:hover {
    /*transform: scale(1.1);*/

	box-shadow: 2px 2px 20px rgb(234, 180, 12);
}

/*************************/

img[class*="align"], 

img[class*="wp-image-"], 

img[class*="attachment-"] {



}

img.size-full, img.size-large {

	max-width: 100%;

	height: auto; 

}

.entry-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

img.alignleft, img.alignright, img.aligncenter {

	margin-bottom: 1.625em;

}

p img {

	

}

img#wpstats {

 	display: none;

}



/* Assistive text */

.assistive-text,

.screen-reader-text {

	position: absolute !important;

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

}

#access a.assistive-text:active,

#access a.assistive-text:focus,

.screen-reader-text:active,

.screen-reader-text:focus {

	background: #eee;

	border-bottom: 1px solid #ddd;

	color: #1982d1;

	clip: auto !important;

	font-size: 12px;

	position: absolute;

	text-decoration: underline;

	top: 0;

	left: 7.6%;

}



/* clearfix hack */

.clearfix:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

}

.clearfix {

	display: inline-block;

}

/* start commented backslash hack \*/

* html .clearfix {

	height:1%;

}

.clearfix {

	display: block;

}

/* close commented backslash hack */

.clearfix-third {

	clear: both;

}



/* 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);

}

a.more-link:hover {

	text-decoration: underline;

}	

*/

/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 30px;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 30px;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/* Back to Top */

.back-to-top {

	position: fixed;

	bottom: 10px;

	right: 10px;

}

.back-to-top a {

	width: 35px;

	height: 35px;

	text-indent: -20000px;

	display: block;

	background-image: url("images/back-to-top.png");

}



/* =Header

----------------------------------------------- */

#branding {

	margin-top: 10px;				/* marge en haut */

}



div#header-annonce {

	width: inherit;

	padding-top: 5px;

	padding-right: 40px;

	padding-bottom: 10px;

	color: black;

	font-style: italic;

	font-size: 18px;

	text-align: right;

	background: #fff;

	font-weight: bold;

}

#header-trente {
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 2px solid rgba(234,180,12,0.9);
	
	/*float:left;

	line-height: 20px;*/
}

/******** CSS POUR ANIMATION CUBE 3 D ********/

#box{
    height: 200px;
    width: 200px;
    margin: 50px;
	perspective: 400px;
	
	background-color:#ff0000;
	/*position: relative;
	top: 5px;
	left: 5px;*/
	float: left;
}

.all-item{
    animation: rotate 15s linear infinite;
    transform-style: preserve-3d;
	
	/*float:left;*/
}

.all-item img{
    width: 200px;
    height: 200px;
    display: block;
}

.all-item div{
    position: absolute;
    top: 0;
    left: 0;
}

.front-side{
    transform: translateZ(100px);
}

.back-side{
    transform: rotateY(180deg) translateZ(100px);
}

.left-side{
    transform: rotateY(-90deg) translateX(-100px);
    transform-origin: left;
}

.right-side{
    transform: rotateY(90deg) translateX(100px);
    transform-origin: right;
}

.top-side{
    transform: rotateX(-90deg) translateY(-100px);
    transform-origin: top;
}

.bottom-side{
    transform: rotateX(90deg) translateY(100px);
    transform-origin: bottom;
}

@keyframes rotate{
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}

#description-cube{
	color: brown;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    line-height: 50px;
    /*border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;*/
    padding-left: 0;

    width: 50%;
    border: 1px solid black;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #28B808;
    background-color: #2c3a8f;
    
    margin: 80px;
    
	float: left;
}

#div_pour_une_agriculture{
    color: #000;
    text-align: center;
    background-color: #fff;
}
#div_familiale{
    float: left;

    width: 33.33%;
    background-color: #28B808;
}

#div_professionnelle{
    float: left;
    width: 33.33%;
    background-color: #EAB40C;
}

#div_competitive{
    float: left;
    color: #fff;
    width: 33.33%;
    background-color: #000;
}

#div_agrandit{
    color: #000;
    background-color: #fff;
}

/********************* FIN ANIMATION ************************/


.hgroup-wrap {

	padding-top: 20px;				/* marge HAUT de la première header */

	padding-bottom: 5px;			/* marge BAS de la première header */

}

.hgroup-wrap a {

	display: block;

}

#site-logo {

	float:left;

  	margin-top: 32px;

}

#site-title {

	font: 36px 'Philosopher', sans-serif;

  	line-height: 42px;

}

#site-title a {

	color: #555;	

}

#site-title a img {

	vertical-align: inherit;

	max-width: 978px;	

}

#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {

	color: #1ba81b;

}

#site-description {

	font: 31px 'PT Sans', sans-serif;			/**** MAMY ****/

	line-height: 30px;

	color: #28B808;						/**** MAMY ****/

	font-weight: bold;

}

.hgroup-right {

	float: right;

	margin-top: 38px;

}



/* Social Profiles */

.social-profiles {

	float: left;

}

.social-profiles ul {

	margin: -10px 0 0;

	float:right;

}

.social-profiles ul li {

	margin-top:10px;

	float:left;

}

.social-profiles ul li a {

	display:block;

	width:30px;

	height:30px;

	text-indent: -99999px;

	background-image: url("images/social-icons.png");

	background-position: right bottom;

	-moz-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

}

.social-profiles ul li.facebook a {

	background-position: 0 0;		

}

.social-profiles ul li.facebook a:hover {

	background-position: 0 -40px;

}

.social-profiles ul li.twitter a {

	background-position: -40px 0;

}

.social-profiles ul li.twitter a:hover {

	background-position: -40px -40px;

}

.social-profiles ul li.google-plus a {

	background-position: -80px 0;

}

.social-profiles ul li.google-plus a:hover {

	background-position: -80px -40px;

}

.social-profiles ul li.pinterest a {

	background-position: -120px 0 ;

}

.social-profiles ul li.pinterest a:hover {

	background-position: -120px -40px ;

}

.social-profiles ul li.linked a {

	background-position: -160px 0;

}

.social-profiles ul li.linked a:hover {

	background-position: -160px -40px;

}

.social-profiles ul li.tumblr a {

	background-position: -200px 0 ;

}

.social-profiles ul li.tumblr a:hover {

	background-position: -200px -40px;

}

.social-profiles ul li.vimeo a {

	background-position: -240px 0;

}

.social-profiles ul li.vimeo a:hover {

	background-position: -240px -40px;

}

.social-profiles ul li.my-space a {

	background-position: -280px 0;

}

.social-profiles ul li.my-space a:hover {

	background-position: -280px -40px;

}

.social-profiles ul li.flickr a {

	background-position: -320px 0;

}

.social-profiles ul li.flickr a:hover {

	background-position: -320px -40px;

}

.social-profiles ul li.you-tube a {

	background-position: -360px 0;

}

.social-profiles ul li.you-tube a:hover {

	background-position: -360px -40px;

}

.social-profiles ul li.rss a {

	background-position: -400px 0;

}

.social-profiles ul li.rss a:hover {

	background-position: -400px -40px;

}



/* Header Image */

.header-image {

	width: 100%;

	height: auto;

}



/* =Menu

-------------------------------------------------------------- */



#access {

	border-top: 1px solid #EAEAEA;

	border-bottom: 1px solid #EAEAEA;

	font-weight:bold;			/*------------Mettre les MENU en GRAS--------------*/

	background: #28b808;			/*------------Mettre fond MENU en Couleur #28b808--------------*/

}

#access ul {



}

#access li {

	float: left;

	position: relative;

	padding: 0 20px 0 0;

}

li.default-menu {

	display: none;

	

}

#access a {

	color: #f4fad5;				/*------------ coleur texte MENU #f4fad5--------------*/

	display: block;

	float: left;

	font-size: 16px;

	text-transform: uppercase;
	text-shadow: black 0.1em 0.1em 0.2em;

	padding: 16px 0 0;	

	height: 40px;				/*MAMY - HAUTEUR du MENU*/
	
	font-family: "Agency FB", "Noto Sans Mono CJK JP";

}

#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 {	

	color: #FFFFFF;				/*---------------MODIFICATION DE LA COULEUR DE LA SELECTION POINTEUR EN COURS  ------------*/	
	background-color: #eab40c;
	padding-right: 10px;
	padding-left: 10px;
	transition: 0.5s background-color;
}



/* 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:inline;

}

#access ul li ul {

	position: absolute;

	background-color: #eab40c;		/*** MAMY COULEUR de fond SOUS MENU eab40c ***/

	border-top: 4px solid #05A9C5;

	top: 50px;

	left: 0px;

	width: 190px;

}

#access ul li ul li {

	float: none;

	border-bottom: 1px solid #EAEAEA;

	padding: 0;

}

#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: 28px;					/*********** Mamy hauteur SOUS MENU **********/

	font-size: 16px;					/*********** Mamy hauteur TAILLE POLICE SOUS Menu **********/

	font-weight: normal;

	height: 100%;

	padding: 6px 10px;

	color: #FFF;					/*#777; MAMY COULEUR TEXTE SOUS MENU */

	text-transform: capitalize;
	
	text-shadow: black 0.2em 0.2em 0.2em;

}

#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {

	/*  background-color: #F9F9F9;           MODIFICATION SOUS MENU MAMY  -----------------------------------------  */

	background-color: #3dbf20;			/*	#EAB50D	MAMY Changement de COULEUR au passage souris	*/

	color: #fff; 					/*#05A9C5*/

	/*color: #000000;  */

}

#access ul li ul li ul {

	left: 190px;

	top: -4px;

}

#access select { 

	display: none;

}			



/* Slogan */

.slogan-wrap {	

	font-family: "Myriad Pro", sans-serif;

	background-color: #05a9c5;	

	padding: 24px 0;

	margin-bottom: 4px;	

}

.slogan-wrap .slogan {

	font-size: 24px;	

	line-height: 30px;

	color: #fff;

	width: 80%;

	float: left;

}

.slogan-wrap .slogan span {

	font: 13px 'PT Sans', sans-serif;

	line-height: 20px;

	display: block;

	padding-top: 5px;

}

.slogan-wrap .view-work {

	color: #494949;

	font-size: 18px;	

	float: right;

	display: block;

	border: 2px solid #fff;

	text-align: center;

	height: 28px;

	padding: 8px 15px 0;

	margin-top: 8px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;	

   background: #b5e6ee;

	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);

	background: -moz-linear-gradient(#d0eef4, #b5e6ee);

	background: -ms-linear-gradient(#d0eef4, #b5e6ee);

	background: -o-linear-gradient(#d0eef4, #b5e6ee);

	background: -webkit-gradient(#d0eef4, #b5e6ee);

	background: linear-gradient(#d0eef4, #b5e6ee);

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	

	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)

}

.slogan-wrap .view-work:hover {

	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);

	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);

	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);

	background: -o-linear-gradient(#E3F5F9, #b5e6ee);

	background: -webkit-gradient(#E3F5F9, #b5e6ee);

	background: linear-gradient(#E3F5F9, #b5e6ee);

}

.slogan-wrap .view-work:active {

	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

}



/* =Featured Slider

-------------------------------------------------------------- */

.featured-slider, 

.featured-slider .slider-cycle {

	position: relative;

	margin-top: -1px;

	margin-bottom: 4px;

}

.featured-slider .displayblock {

	display: block;

}

.featured-slider .displaynone {

	display: none;

}

.featured-text {						/*  Position du titre et de la description du slider  */

	position: absolute;

	bottom: 55px;

	right: 30px;

	text-align: right;	

	color: #fff;						/* -------Couleur de la Description------*/

}

.featured-text .featured-title {

	font: 24px 'Philosopher',sans-serif;

	line-height: 30px;

	padding: 10px 20px;	

	background: #05A9C5;					/*  Donne un fond en couleur pour le titre avec la balise suivante "background: rgba(5, 169, 197, 0.9);"  */

	background: rgba(180, 197, 55, 0.9);

	float: right;

	max-width: 525px;

}

.featured-text .featured-title a {

	color: #fff;						/*      Couleur du titre du slider      */

}

.featured-text .featured-content {

	padding: 20px;

	background: #555;					/*  Donne un fond en couleur pour Description avec la balise suivante "background: rgba(85, 85, 85, 0.9);"  */

	background: rgba(19, 197, 47, 0.9);

	margin-top: 4px;

	float: right;

	clear: right;

	max-width: 355px;	

}



/* Controllers */

#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: #fff;	

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	color: #fff;

}

#controllers a:hover, #controllers a.active {

	background-color: #05A9C5;

	color: #05A9C5;

}



/* Search Form */

#branding .searchform {

	float: right;

}



/* =Content

----------------------------------------------- */

#main {

	padding: 25px 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: 11px;

}

#content ul {

	list-style-type: disc;

}

#content ul, #content ol {

	margin: 0 0 20px 30px;

}

#content ul a, #content ol a {

	color: #777;

}

#content ul a:hover, #content ol a:hover {

	text-decoration: none;

	color: #05A9C5;

}

#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: 60px;						/* valeur par defaut 40px */

	height: 60px;

	-webkit-border-radius: 30px;

	-moz-border-radius: 30px;

	border-radius: 30px;

	background-color: rgba(0, 0, 0, 0.6);

	float: left;

	display: block;

	margin-right: 20px;

	text-align: center;

}

.service-item .service-icon img {

	height: 60px;

	width: 60px;

	-webkit-border-radius: 30px;

	-moz-border-radius: 30px;

	border-radius: 30px;

}

#content .service-item .service-title {

	font-size: 20px;

	line-height: 25px;

	color: #555;

	display: block;

	overflow: hidden;

	padding-top: 7px;

	padding-bottom: 0;

}

.one-third article p {
    text-align: justify;
}


#primary {

	float: left;

	margin-left: 3.06%;

	width: 70.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;

}



/**************   MAMY   desactiver affichage titre de page et article ****************/

.entry-title{

	display: none;

}

.entry-title {

	font: 24px 'Philosopher', 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: #05A9C5;

}

.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: #05A9C5;

}

.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: #05A9C5;

}

.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: 0.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;

}



/* Column */

.column {

	margin-left: -3.06%;

}

.column a {

	margin-bottom: 10px;

	display: block;

}

.one-half, .one-third, .one-fourth  {

	float: left;

	margin: 0 0 0 2.97%;

	padding-bottom: 20px;

}

.one-half {

	width: 47.03%;

}

.one-third {	

	width: 30.36%;

}

.one-fourth {	

	width: 22.02%;

}



/* Sidebar */

#secondary {

	float: left;

	margin-left: 3.06%;

	width: 26.28%;

}



/* Left Sidebar Template */

.left-sidebar-template #primary {

    float: right;

}

.left-sidebar-template #secondary {

    float: left;

}



/* One Column Template */

.one-column-template .wrapper {

	width: 708px; 

}

.one-column-template .container {

	width: 668px;

}

.no-sidebar-template #content {

	width: 668px;

	margin: 0 auto;

}



/* Custom Gallery Page */

.custom-gallery #main {

	padding-bottom: 20px;

}

#content .custom-gallery-title, 

.custom-gallery-title a {

   font-size: 18px;

	text-align: center;

	line-height: 25px;

	/*color: #555;*/
	color: #000;

	font-family: 'Noto Sans Mono CJK JP', "Agency FB";

	padding-bottom: 0;

}

.custom-gallery-title a:hover {

   color: #35bf19;

}



/* Blog Medium Page */

.blog-medium .post-featured-image {

	width: 34.57%;

	float: left;

	margin-right: 4.67%;

}

.blog-medium .entry-content {

	padding-bottom: 0;

}



/* Contact Page */

.map-location {

	background-color: #FFFFFF;

	border: 1px solid #CCCCCC;

	margin-bottom: 26px;

	padding: 5px;

}

.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;

}



/* Single Page */

.single .entry-meta {

   float: none;

   width: 100%;

}

.single .entry-meta-bar {

   padding-bottom: 10px;

}

.single #content .post {

	border-top: 0 none;

   padding-top: 0px;

}



/* Wide Layout */

.wide-layout .wrapper {

	max-width: 100%;

	width: 100%;

	-webkit-box-shadow: 0 0 0 #ddd;

	-moz-box-shadow:  0 0 0 #ddd;

	box-shadow: 0 0 0 #ddd;

}

.wide-layout #branding, 

.wide-layout #colophon {

	margin: 0;

}



/* =Attachments

----------------------------------------------- */

.image-attachment div.attachment {

	background: #f9f9f9;

	border: 1px solid #ddd;

	border-width: 1px 0;

	margin: 0 -8.9% 1.625em;

	overflow: hidden;

	padding: 1.625em 1.625em 0;

	text-align: center;

}

.image-attachment div.attachment img {

	display: block;

	height: auto;

	margin: 0 auto 1.625em;

	max-width: 100%;

}

.image-attachment div.attachment a img {

	border-color: #f9f9f9;

}

.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {

	border-color: #ddd;

	background: #fff;

}

.image-attachment .entry-caption p {

	font-size: 10px;

	letter-spacing: 0.1em;

	line-height: 2.6em;

	margin: 0 0 2.6em;

	text-transform: uppercase;

}



/* =Comments

-------------------------------------------------------------- */

#content .comments-area ul,

#content .comments-area ol,

.comments-area article {

	margin: 0 0 30px 20px;

}

.comments-area article header {

	margin-bottom: 20px;

	overflow: hidden;

	position: relative;

}

.comments-area article header img {

	float: left;

	padding: 0;

	line-height: 0;

}

.comments-area article header cite,

.comments-area article header time {

	display: block;

	margin-left: 70px;

}

.comments-area article header cite {

	font-style: normal;

	line-height: 1.42857143;

}

.comments-area article header time {

	text-decoration: none;

	font-size: 13px;

}

.comments-area article header a {

	text-decoration: none;

}

.comments-area article header cite a:hover {

	text-decoration: underline;

}

#content .comments-area article header h4 {

	position: absolute;

	top: 0;

	right: 0;

	padding: 5px 20px;

	font-size: 16px;

	font-weight: normal;

	color: #fff;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	background-color: #05a9c5;

}

.comments-area li.bypostauthor cite span {

	position: absolute;

	margin-left: 5px;

}

.comments-area .comment-content p {

	margin-bottom: 10px;

}

a.comment-reply-link {

	font-size: 13px;

}

.commentlist .pingback {

	margin-bottom: 30px;

}

.commentlist .children {

	margin-left: 30px;

}



/* Comment form */

.commentlist #respond {

	margin: 20px 0 30px;

}

#respond h3#reply-title #cancel-comment-reply-link {

	margin-left: 10px;

	font-weight: normal;

	font-size: 14px;

}

#respond form label {

	display: block;

	line-height: 1.714285714;

}

#respond form input[type="text"],

#respond form textarea {

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	padding: 10px;

	width: 100%;

	margin-bottom: 0;

}

#respond .form-submit,

#respond .form-submit input {

	margin-bottom: 0;

}

.required {

	color: red;

}

label ~ span.required {

	display: block;

	float: left;

	margin: -18px 0 0 -16px;

	margin: -1.285714286rem 0 0 -1.142857143rem;

}



/* Image borders */

.img-border {

	background-color: #fff;

  	padding: 5px;

  	border: 1px solid #ccc;

 }



/* =Pagination

-------------------------------------------------------------- */

#wp_page_numbers {

	margin-bottom: 40px;

	border-top: 1px solid #EAEAEA;

	border-bottom: 1px solid #EAEAEA;

	padding: 7px 0; 

}

#wp_page_numbers ul {

	list-style-type: none;

	list-style-image: none;

	margin: 0;

	float: right;

}

#wp_page_numbers ul li {

	float: left;

	margin-left: 7px; 

}

#wp_page_numbers ul li.page_info {

	padding: 3px 8px 0;

	color: #999;

}

#wp_page_numbers ul li a {

	color: #777;

   display: block;

   float: left;

   background-color: #f9f9f9;

   border: 1px solid #eaeaea;     	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	padding: 1px 8px 2px;

}

#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a {

   border: 1px solid #0596AF;

   color: #fff; 

   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);	

}

#wp_page_numbers ul li a: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);

}



/* wp-pagenavi */

.wp-pagenavi {

	margin-bottom: 40px;

	border-top: 1px solid #EAEAEA;

	border-bottom: 1px solid #EAEAEA;

	padding: 7px 0; 

	text-align: center;

}

.wp-pagenavi .pages { 

	padding: 3px 7px 0;

	color: #999;

}

.wp-pagenavi .current, .wp-pagenavi a {	

   display: inline-block;

   color: #777;

   background-color: #f9f9f9;

   border: 1px solid #eaeaea;     	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	padding: 1px 8px 2px;

	margin-left: 4px;

}

.wp-pagenavi .current, .wp-pagenavi a:hover {

   border: 1px solid #0596AF;

   color: #fff; 

   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);	

}

.wp-pagenavi a: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);

}



/* Default wp-page */ 

#content ul.default-wp-page {

	margin: 0;

	list-style: none;

	margin-bottom: 40px;	

	border-top: 1px solid #EAEAEA;

	border-bottom: 1px solid #EAEAEA;

	padding: 7px 0 0; 

}

ul.default-wp-page li {

	padding-bottom: 7px;

}

ul.default-wp-page li.previous {

	float:left;	

}

ul.default-wp-page li.next {

	float:right;

}

ul.default-wp-page li a {

   display: inline-block;

   color: #777;

   background-color: #f9f9f9;

   border: 1px solid #eaeaea;     	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	padding: 1px 8px 2px;

}

ul.default-wp-page li a:hover {

   border: 1px solid #0596AF;

   color: #fff !important; 

   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);	

}

ul.default-wp-page li a: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);

}



/* Single pagination */ 

.pagination {

	margin-bottom: 40px;

	border-top: 1px solid #EAEAEA;

	border-bottom: 1px solid #EAEAEA;

	padding: 7px 0; 

	text-align: center;

	color: #999;

}

.pagination span {

   display: inline-block;

   color: #fff;    

   background-color: #06B8D7;

   border: 1px solid #0596AF;   	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	padding: 1px 8px 2px;	

	margin-left: 3px;

}

.pagination a span {

	background-color: inherit;

   border: 1px solid #fff; 

   color: #777;

}

.pagination a:hover span {

 	background-color: #f9f9f9;

   border: 1px solid #eaeaea; 

}



/* =bbPress

----------------------------------------------- */

#bbpress-forums ul.bbp-lead-topic,

#bbpress-forums ul.bbp-topics,

#bbpress-forums ul.bbp-forums,

#bbpress-forums ul.bbp-replies,

#bbpress-forums ul.bbp-search-results {

	font-size: 13px;

}

#bbpress-forums div.bbp-search-form {

	float: none;

	text-align: center;

}

#bbpress-forums ul,

#bbpress-forums ol {

	margin: 0;

}

#bbpress-forums #bbp-search-form #bbp_search {

	width: 70%;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	border-right: 0 none;

}

#bbpress-forums #bbp-search-form #bbp_search_submit {

	padding: 0 3%;

	height: 42px;

	margin-left: -4px;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	display: inline-block;

	margin: 0 0 0 -3px;

}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,

#bbpress-forums div.bbp-reply-author a.bbp-author-name {

	display: inline-block;

	line-height: 20px;

	margin-top: 5px;

}

div.bbp-search-form input,

div.bbp-search-form button {

	padding: 10px;

}

#bbpress-forums button {

	border: 1px solid #0596AF;

	color: #fff;

	display: inline-block;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	height: 40px;

	margin-bottom: 10px;

	padding: 0px 25px;

	-moz-appearance: none !important;

	-webkit-appearance: none !important;

	appearance: none !important;

	cursor: pointer;

	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);

}



/* =Widgets

----------------------------------------------- */

.widget {

	margin-bottom: 40px;

}

.widget ul li a {	

	color: #777;

}

.widget ul li a:hover {	

	color: #05a9c5;

}

.widget-title {

    font-size: 33px;

    line-height: 45px;	/* Hauteur Bar Titre d'introduction */					

	padding-top: 10px;	/* padding-top, padding-bottom, padding-left définissent la marge du titre par rapport à la zone colorée  */

    padding-bottom: 10px;

	padding-left: 5px;

	border-bottom: 2px solid #28b808;

	/*background: #005C06;	  Donne un fond en couleur pour le titre avec la balise suivante "background: rgba(5, 169, 197, 0.9);"  

	background: rgba(40, 184, 8, 0.9);*/

}

.widget-title, .widget-title a {

	color:#28B808;

}

.widget-title a:hover {

	color: #05A9C5;

}

/* 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;

}

/* Calendar Widget */

.widget_calendar #wp-calendar {

	color: #555;

	width: 95%;

	text-align: center;

}

.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {

	text-align: center;

}

.widget_calendar #wp-calendar caption {

	font-size: 11px;

	font-weight: 500;

	padding: 5px 0 3px 0;

	text-transform: uppercase;

}

.widget_calendar #wp-calendar th {

	background: #f4f4f4;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	font-weight: bold;

}

.widget_calendar #wp-calendar tfoot td {

	background: #f4f4f4;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

}

/* Article Widget */

.widget_article {

	margin-bottom: 20px;

}

.widget_article .article-title a:hover {

	text-decoration: underline;

}

.widget_article .post {

	padding-bottom: 20px;

}

.widget_article .article-content p {

	margin-bottom: 0px;

}

/* Recent Entries/Comments widget */

.widget_recent_entries ul li,

.widget_recent_comments ul li {

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	padding: 5px 0;

}

/* Testimonial widget */

.widget_testimonial .testimonial-icon {

	width: 25px;

	height: 19px;

	float: left;

	background: url('images/testimonial-icon.png') no-repeat top center; 

	margin-right: 3.06%;

}

.widget_testimonial .testimonial-post {

	padding: 20px;

	background-color: #f9f9f9;

	border: 1px solid #eaeaea;

	-webkit-box-shadow: 0 1px 4px #eaeaea inset;

	-moz-box-shadow: 0 1px 4px #eaeaea inset;

	box-shadow: 0 1px 4px #eaeaea inset;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;	

	font-style: italic;

	margin-bottom: 15px; 

	display: block;

	overflow: hidden;

}

.widget_testimonial .testimonial-author {

	text-align: right;	

	clear: both;

}

.widget_testimonial .testimonial-author span {

	font-weight: bold;

	display: block;

}



/* Tag Cloud */

.widget_tag_cloud a {

	margin-right: 5px;

	color: #777;

	padding: 10px 0; 

}

.widget_tag_cloud a:hover {

	color: #05A9C5;

}



/* Custom Tag Cloud */

.widget_custom-tagcloud {

	margin-bottom: 32px;

}

.widget_custom-tagcloud a {

	margin:0 4px 8px 0;

	background-color: #F9F9F9;

	border: 1px solid #eaeaea;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	display: inline-block;

	padding: 1px 8px 2px;

	color: #777;

}

.widget_custom-tagcloud a:hover {

	border: 1px solid #0596AF;

	color: #fff;

	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);	

}

.widget_custom-tagcloud a: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);

}



/* Service Widget*/

.widget_service {

	margin-bottom: 0;

	padding-bottom: 10px;

}



/* Recent Work Widget*/

.widget_recent_work {

	margin-bottom: 10px;

}



/* Promotional Bar Widget */

.widget_promotional_bar {

	font-family: "Myriad Pro", sans-serif;

}

.widget_promotional_bar .promotional_bar_content {

	background-color: #05a9c5;

	padding: 30px 15px;

	text-align: center;

	background-attachment: fixed;

	background-position: center center;

	background-size: cover;

}

.widget_promotional_bar .promotional-text {

	font-size: 24px;

	line-height: 30px;

	color: #fff;

}

.widget_promotional_bar .promotional-text span {

	font-size: 13px;

	line-height: 20px;

	display: block;

	padding-top: 5px;

	font-family: "Myriad Pro",sans-serif;

}

.widget_promotional_bar .call-to-action {

	padding: 8px 15px 0;

	margin-top: 20px;

	color: #494949;

	font-size: 18px;

	display: inline-block;

	border: 2px solid #fff;

	text-align: center;

	height: 28px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;	

	background: #b5e6ee;

	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);

	background: -moz-linear-gradient(#d0eef4, #b5e6ee);

	background: -ms-linear-gradient(#d0eef4, #b5e6ee);

	background: -o-linear-gradient(#d0eef4, #b5e6ee);

	background: -webkit-gradient(#d0eef4, #b5e6ee);

	background: linear-gradient(#d0eef4, #b5e6ee);

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	

	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)

}

.widget_promotional_bar .call-to-action:hover {

	background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);

	background: -moz-linear-gradient(#E3F5F9, #b5e6ee);

	background: -ms-linear-gradient(#E3F5F9, #b5e6ee);

	background: -o-linear-gradient(#E3F5F9, #b5e6ee);

	background: -webkit-gradient(#E3F5F9, #b5e6ee);

	background: linear-gradient(#E3F5F9, #b5e6ee);

}



/* WP Caption */

.wp-caption {	

	margin-bottom: 30px;

	max-width: 100%;

}

.wp-caption .wp-caption-text, .gallery-caption {

	font-style: italic;

}

.wp-caption .wp-caption-text {

	margin-bottom: 0;

	padding: 15px 0;

	border-bottom: 1px solid #EAEAEA;

}



/* =Footer

----------------------------------------------- */

#colophon {

	margin-bottom: 30px;

}

#colophon 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;

}

#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: #28b808;						/*  Couleur pied de page  */

	border-top: 1px solid #eaeaea;

}

#colophon .widget-area {

	margin-left: -3.06%;

	padding: 20px 0 10px;							/*  MARGES pied de page  */

}

#colophon .widget {

   float: left;

   margin-left: 2.97%;

   width: 30.35%;									/*  DIVISION pied de page en 3 zone de 30,35% chacun */

}

#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: 22px;

}

#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-size: 19px;								/*  TAILLE du titre de chak zone pied   */

   /*text-transform: uppercase;

   line-height: 25px;							/*	dimension fond de titre coloré*/

   	font-size: 21px;
	text-transform: uppercase;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	border-right: 2px solid #EAB40C;
	border-bottom: 2px solid #EAB40C;
	padding-left: 25px;

}

#colophon .widget_article {

	margin-bottom: 10px;

}

#colophon .widget_info, 

#colophon .widget_text {

	margin-bottom: 15px;

}



/* Site Generator */

#site-generator {	

	padding: 20px 0px;	

	border-top: 1px solid #eaeaea; 

	color: #999;

}

#site-generator .social-profiles {

   float: right;

   width: 31.28%;

}

#site-generator .copyright {

   float: left;

   padding-top: 5px;

   width: 65.64%;

}

#site-generator .copyright a {

   color: #777;

}

#site-generator .copyright a:hover {

   color: #05A9C5

}

/** MAMY KEN CSS footer n°1 **/

.footer-textwidget ul li{
	color: #fff;
	border-bottom: 2px solid #b0f780;
	padding: 10px 0;
	line-height: 1.3;
}

.footer-textwidget ul li a {
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);

	transition: color 0.5s;
}

.footer-textwidget ul li a:hover {
    color: #28b808;
	text-shadow: 1px 1px 9px rgba(255, 245, 245, 0.9);
}