/*
Theme Name: CyberChimps Pro Starter Theme
Theme URI: http://www.cyberchimps.com/cyberchimpspro/
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: CyberChimps Pro is a fully Responsive Drag & Drop Starter Wordpress Theme that adds amazing new functionality to your Wordpress website. Featuring Twitter Bootstrap, and responsive touch friendly theme options that work on any device.
Version: 1.1.2.8
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, sticky-post
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/

/* FONT IMPORT */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
html {
	background-color:#F5F5F5;
}

body {
  color: #555555;
	-ms-word-break: break-word;
	word-break: break-word;
	background:#fff ;
}

@media (min-width: 1240px) {
	body {
		max-width:1720px;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
}

#logo {
		max-width: 346px;
    width: 100%;
		height:67px;
		display:block;
		float:left;
		margin-top:30px!important;
		margin-bottom:30px!important;
}
#logo a {
		max-width: 346px;
    width: 100%;
		height:67px;
		display:block;
		background: url(images/logo-anticrise.png) no-repeat;
		background-size:100% auto;
}
@media (min-width: 1200px) {
	#logo img {
		width:346px;
	}
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
}

table .label {
  padding: 7px;
  background: none;
  text-shadow: none;
  line-height: normal;
}

tr {
  border-bottom: 1px solid #cccccc;
}

td {
  padding: 5px;
}

dt {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px;
  font-weight: bold;
}

dd {
  margin-bottom: 15px;
  margin-left: 26px;
}

ul, ol {
  margin: 0 0 10px 0;
}

ol, ul {
  margin-left: 21px;
  list-style-position: inside;
}

pre {
  -moz-border-radius: 0;
  border-radius: 0;
}

code {
  white-space: pre-wrap;
}
#main-header {
	background:url(images/background.jpg) top no-repeat #fff!important;
	margin-bottom: 30!important;
    margin-top: 0 !important;
    padding-bottom: 0px!important;
}

#main-header .container-fluid{
	background-color:transparent!important;
}
@media (max-width: 979px) {
	#main-header {
		margin-bottom:15px!important;
	}
}
@media (max-width: 767px) {
	#main-header {
		margin-left:-20px;
		margin-right:-20px;
		padding:0px 20px;
	}
}

header {
	margin-top: 15px;
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

/*======================================= SOCIAL ==============================================*/

header #social .icons a {
  float: right;
  margin-left: 5px;
}

.icons {
  margin-top: 15px;
}

/*======================================= DETAILS =============================================*/

header#cc-header h2.site-title {
  margin-bottom: 5px;
  font-size: 38.5px
}

header#cc-header h2.site-description {
  margin: 0;
  font-size: 14px;
}

header#cc-header .contact_details {
  float: right;
}

header#cc-header .register {
  float: right;
margin-top: 5px; 
color:#fff; 
}

header#cc-header .register a {
color:#fff; 
}

header#cc-header .blog_description {
  float: right;
}

header#cc-header p {
  font-size: 1.2em;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: right;
}

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

#navigation {
  margin-bottom: 20px;
	background-color: transparent!important;
}


.main-navigation.navbar {
  margin-bottom: 0;
margin-left: 5px;
background-color:#25B7D0;
}

.main-navigation .navbar-inner {
  padding: 0;
	background-color:transparent!important;
	background-image: none!important;
	background-repeat: repeat-x;
	border: none!important;
	border-radius: 4px;
	box-shadow: none!important;
	min-height: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

.main-navigation .nav > li > a {
    color: #fff;
    text-shadow: none!important;
		font-size:15px;
		font-weight:bold;
		padding: 10px 26px;
}
.main-navigation .nav > li:first-child > a {
	/*padding-left:0px;*/
}
.main-navigation .nav > li:last-child > a {
	padding-right:0px;
}

@media (min-width: 1200px) {
	#navigation {
		margin-left:-26px;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	#navigation {
		margin-left:-10px;
	}
	.main-navigation .nav > li > a {
			font-size: 14px!important;
			padding: 10px 10px!important;
	}
	.main-navigation .nav > li:last-child > a {
		padding-right:0px!important;
	}
}

@media (min-width: 980px) {
	.main-navigation .nav > li:not(:last-child) > a {
		border-right:1px solid #51C5D9!important;
	}
	.main-navigation .nav > li.active > a {
		border-right:1px solid #f6d929!important;
	}
	.main-navigation .nav > li.current-menu-ancestor > a {
		border-right:1px solid #f6d929!important;
	}
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color :transparent!important;
    box-shadow: none!important;
    color: #F7D027;
    text-decoration: none;
	border: 1px solid #f6d929!important;
}

.main-navigation .nav li ul li ul {
  margin-left: 0;
  list-style: none;
}

.main-navigation .nav li ul li ul li a {
  padding-left: 24px;
}

.main-navigation .nav li ul li ul li ul li a {
  padding-left: 30px;
}

.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

.main-navigation .nav li ul li a:hover {
  background: #EDEDED;
  color: #26B8D1;
}

#navigation #searchform {
  margin-right: 0px;
}

.navbar-search .search-query {
    border-radius: 22px !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
    font-size: 15px;
		height: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    padding: 6px 14px;
		color:#fff!important;
		background:#26B8D1!important;
		border:1px solid #fff!important;
		box-sizing: border-box;
}
@media (min-width: 980px) {
	.navbar-search .search-query {
		width:250px;
	}
}

.search-query.input-medium::-webkit-input-placeholder { /* WebKit, Blink, Edge */
     opacity:  1;
		 color:#fff!important;
		 line-height:36px!important;
}
.search-query.input-medium:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
	 color:#fff!important;
}
.search-query.input-medium::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
	 color:#fff!important;
}
.search-query.input-medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity:  1;
		color:#fff!important;
		 line-height:36px!important;
}
.search-query.input-medium:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
   opacity:  1;
	 color:#fff!important;
	  line-height:36px!important;
}

#search-valid {
	width:16px;
	height:16px;
	background:url(images/loupe.png) no-repeat;
	position:absolute;
	right:15px;
	top:11px;
	border:none!important;
	text-indent:-999999px;
}

.navbar .btn-navbar {
  margin-bottom: 5px;
}

.navbar-inverse .current-menu-ancestor.dropdown >a {
  color: #ffffff;
}

.navbar-inverse .nav li.current-menu-ancestor.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (min-width: 980px) {
	#navigation #searchform {
		position:absolute!important;
		right:0px!important;
		top:-100px !important;
	}
}


@media (max-width: 979px) {
	.main-navigation .navbar-inner {
		background-color:#26B7D0!important;
	}
	
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    color: #ffffff;
  }

  .navbar-inverse .nav-collapse .nav > li.current-menu-item > a, .navbar-inverse .nav-collapse .nav > li.current-menu-ancestor > a {
    color: #ffffff;
  }

  .nav-collapse .dropdown .caret {
    display: none;
  }

  .nav-collapse .dropdown-menu {
    display: block;
  }

  .navbar-inverse .nav-collapse .dropdown-menu .active > a {
    background-color: #000000;
    background-image: none;
    color: #ffffff;
  }
}


/***********************/
/*    callout header   */
/***********************/
.block-les-gratuits,
.block-bon-plans {
	float:left;
	height:390px;
	position:relative;
	cursor:pointer;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.block-bon-plans {
	background:url(https://media.anti-crise.fr/2023/05/bons-plans.jpg) no-repeat;
	background-size:auto 100%;
}
.block-les-gratuits{
	background:url(images/les-gratuits.jpg) no-repeat;
	margin-left: 2.5641%;
	background-size:auto 100%;	
}

.block-bon-plans:hover {
	background-size:auto 120%;
}
.block-les-gratuits:hover{
	background-size:auto 120%;	
}

.block-les-gratuits .accroche,
.block-bon-plans .accroche {
	padding:22px;
	background-color:#26B8D1;
	border-right:10px solid #23A4C1;
	position:absolute;
	right:0px;
	bottom: 28px;
}
.block-les-gratuits .accroche {
	width:230px;
}
.block-bon-plans .accroche {
	width:260px;
}

.block-les-gratuits .title,
.block-bon-plans .title {
	font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
  font-size: 35px;
	line-height:30px;
	font-weight:100;
	color:#fff;
	width:100%; 
	display:block;
	float:left;
}
.block-les-gratuits .sstitle,
.block-bon-plans .sstitle {
	font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
  font-size: 25px;
	line-height:22px;
	font-weight:100;
	color:#F4E42B;
	width:100%; 
	display:block;
	float:left;
}

#text-24 {
	border: medium none !important;
    display: block;
    min-height: 100px;
    overflow: hidden;
    padding: 0 !important;
}
#sidebar .block-les-gratuits,
#sidebar .block-bon-plans {
	width:100%; 
	margin-left: 0px!important;
	height: 290px;
}

#sidebar .block-bon-plans  {
	margin-top:30px;	
}

#sidebar .block-les-gratuits .accroche,
#sidebar .block-bon-plans .accroche {
	padding:10px;
	background-color:#26B8D1;
	border-right:10px solid #23A4C1;
	position:absolute;
	right:0px;
	bottom: 0px;
	width:100%;
	box-sizing: border-box;
}

#sidebar .block-les-gratuits .title,
#sidebar .block-bon-plans .title {
 	font-size: 30px;
	line-height:30px;
}
#sidebar .block-les-gratuits .sstitle,
#sidebar .block-bon-plans .sstitle {
    font-size: 25px;
	line-height:22px;
}

@media (min-width: 980px) {
	.container-fluid > .block-bon-plans {
		max-width:-moz-calc(97.4359% - 400px);
		max-width:-webkit-calc(97.4359% - 400px);
		max-width:calc(97.4359% - 400px);
		min-width:400px;
		
		width:100%;
	}
	.container-fluid > .block-les-gratuits {
		max-width:400px;
		
		width:100%;
	}
}

@media (max-width: 979px) {
	.container-fluid > .block-bon-plans {
		min-width:inherit;
		max-width:inherit;
		width:48.71795%;
	}
	.container-fluid > .block-les-gratuits {
		min-width:inherit;
		max-width:inherit;
		width:48.71795%;
	}
	.container-fluid > .block-les-gratuits .accroche,
	.container-fluid > .block-bon-plans .accroche {
		width:100%!important;
		bottom:0px!important;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	#sidebar .block-bon-plans,
	#sidebar .block-les-gratuits {
		background-size:100% auto!important;	
	}
	
	#sidebar .block-bon-plans:hover,
	#sidebar .block-les-gratuits:hover{
		background-size:110% auto!important;
	}
}

@media (max-width: 480px) {
	#sidebar .block-bon-plans {
		background-size:auto 100% !important;	
	}
	#sidebar .block-bon-plans:hover {
		background-size:auto 110% !important;	
	}
}

@media (max-width: 650px) {
	.container-fluid > .block-bon-plans {
		width:100%;
		margin-right:0px;
		margin-bottom:15px;
		margin-top:15px;
		height: 220px;
	}
	.container-fluid > .block-les-gratuits {
		display:none;
		width:100%;
		margin-left:0px;
		background-size: 100% auto;
	  height: 325px;
	}
	.container-fluid > .block-les-gratuits:hover {
		background-size: 120% auto!important;
	}
}

@media (max-width: 365px) {
	.container-fluid > .block-bon-plans {
		height: 230px;
	}
	.container-fluid > .block-les-gratuits {
	  height: 230px;
	}
	
	.container-fluid > .block-les-gratuits .accroche,
	.container-fluid > .block-bon-plans .accroche {
		padding: 10px;
	}
	.container-fluid > .block-les-gratuits .title,
	.container-fluid > .block-bon-plans .title {
		font-size: 25px;
		line-height:25px;
	}
	.container-fluid > .block-les-gratuits .sstitle,
	.container-fluid > .block-bon-plans .sstitle {
		font-size: 15px;
		line-height:15px;
	}
}


/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container {
  background: transparent;

}

article.post, article.page, article.attachment {
  margin-bottom: 24px;
}

.articles-list article.post, 
.articles-list article.page, 
.articles-list article.attachment {
  display: inline-block;
  width: 100%;
	position:relative;
}

.entry-content {
  margin: 20px 0;
}

.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

.page-title {
	font-size:45px;
	color: #26B8D1;
	font-weight:lighter;
}

article {
  background: #ffffff;
	display: inline-block;
  margin-bottom: 15px !important;
}

article .read-more {
	background:url(images/read-more.png) center center no-repeat #26B8D1!important;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	text-indent:-999999px;
    height: 30px;
    width: 30px;
}

.entry-header {
  margin-top: 0;
}

.entry-summary {
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  position: relative;
  font-size: 13px;
  line-height: 15px;
}

.entry-summary a {
  color: #000000;
}

.entry-summary a:hover {
  color: #000000;
text-decoration: none;

}

.postformats {
  float: right;
}

blockquote {
  margin: 20px 10px;
  padding: 3px;
  background-color: #cccccc;
}

blockquote p {
  margin: 10px;
}

blockquote cite {
  font-size: 0.9em;
}

blockquote cite:before {
  position: relative;
  top: -2px;
  margin: 0 5px;
  content: ' ̶ ';
}

.page-links {
  clear: both;
}

.more-content {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.previous-post {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.previous-post a:before {
	background: #26b8d1 url("images/back-picto.png") no-repeat scroll center center !important;
  content: "";
  display: block;
  float: left;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -2px;
  right: 0;
  top: 0;
  width: 30px;
}

.next-post {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
}

.next-post a:before {
	background: #26b8d1 url("images/read-more.png") no-repeat scroll center center !important;
  content: "";
  display: block;
  float: right;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -2px;
  right: 0;
  top: 0;
  width: 30px;
}

/*==================================== TAXONOMY ========================================================*/

.entry-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.6em;
  line-height: 1em;
}

.single .entry-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 45px;
  color:#26B8D1;
  font-weight:300;
} 

.entry-title a {
  color: #333333;
}

.entry-title a:hover {
  color: #26B8D1;
}

article.post p, article.page p {
  font-size: 1.1em;
  line-height: 1.5em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
  display: block;
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img.size-full {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  padding: 15px 3px 10px;
  max-width: 96%;
  border: 1px solid #f0f0f0; /* Image does not overflow the content area */
  background: #ffffff;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  max-width: 95%;
  width: auto;
  height: auto;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.caption_title {
  font-size: 16px;
}

.gallery-pagination {
  margin: 20px 0;
}

.gallery-pagination .previous-image a {
  float: left;
}

.gallery-pagination .next-image a {
  float: right;
}

article .featured-image {
  float: left;
  margin: 0 10px 10px 0;
  width: 190px;
  text-align: center;
}

article .article-content {
  float:left;
  width: -moz-calc(100% - 210px);
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
}

@media (max-width: 600px) {
	article .featured-image {
	  width: 100%;
	  text-align:center;
	}
	
	article .article-content {
	  width: 100%;
	}	
}

/*==================================== META ============================================================*/

.entry-meta {
  margin-top: 0;
  color: #545454;
  font-size: 13px;
}

footer.entry-meta {
}

.edit-link {
  margin-bottom: 10px;
}

.edit-link a {
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #888888;
  color: #ffffff;
}

.edit-link a:visited {
  color: #ffffff;
}

.edit-link a:hover {
  color: #cccccc;
  text-decoration: none;
}

.cyberchimps_article_share {
  float: right;
}

/*==================================== COMMENTS ========================================================*/

.comments-area {
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
}

#comments .navigation {
  padding: 0 0 18px 0;
}

label[for="comment"] {
  display: block;
}

ol.commentlist {
  list-style: none;
}

ol.commentlist p {
  clear: left;
  margin-left: 8px;
}

ol.commentlist li.comment {
  padding: 10px;
}

ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}

ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}

ol.commentlist li.comment div.comment-meta a {
  color: #888888;
}

ol.commentlist li.comment div.reply {
  margin-left: 8px;
  font-size: 11px;
}

ol.commentlist li.comment div.reply a {
  font-weight: bold;
}

ol.commentlist li.comment ul.children {
  margin: 10px 0 0;
  list-style: none;
}

ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}

ol.commentlist li.even {
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fafafa;
}

ol.commentlist li.odd {
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.comment, .trackback, .pingback {
  margin: 10px 0 10px 0;
  padding: 10px;
}

.odd {
  background: #f8f8f8;
}

#form-allowed-tags code {
  font-size: 12px;
}

#respond input, #respond textarea {
  overflow: auto;
  margin: 0 5px 5px 0;
}

#respond textarea {
  width: 99%;
  height: 150px;
}

.avatar {
  float: left;
}


/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/




#home-content-sidebar {
	display:block;
	width:100%;
	min-height:0px;
	overflow:hidden;
	float:left;
}
#home-content-sidebar .widget-container { 
	border:none;	
	margin-bottom: 30px;
	margin-top: 10px;
}

#secondary .recent-posts-extended  .widget-title {
	font-size: 26px;
	text-align:left;
	font-weight:300;
	margin-bottom:20px;
	color:#fff;	
} 
#home-content-sidebar .widget-title {
	font-size:35px;
	font-weight:300;
	margin-bottom:20px;
	color:#fff;
}

#secondary .recent-posts-extended a ,
#home-content-sidebar a {
	color:#fff;
}

#secondary .recent-posts-extended {
	width:100%;
	background-color:#26B8D1;
	position:relative;
	box-sizing: border-box;
	padding: 10px 30px 40px;
	margin-bottom:30px;
	border:0px !important;
	margin-top:0px;
}

#home-content-sidebar .recent-posts-extended {
	width:48.71795%;
	float:left;
	background-color:#26B8D1;
	position:relative;
	box-sizing: border-box;
	padding: 30px 20px 40px;
	margin-top:0px;
}

#secondary .recent-posts-extended:before ,
#home-content-sidebar .recent-posts-extended:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0 0;
	border-color: #23a4c1 transparent transparent;
	position:absolute;
	right:0px;
	bottom:0px;
	content:"";
}

#home-content-sidebar .popular-posts:after,
#secondary .recent-posts-extended:after ,
#home-content-sidebar .recent-posts-extended:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 34px;
	border-color: transparent transparent #ffffff ;
	position:absolute;
	right:0px;
	bottom:0px;
	content:"";
}
#home-content-sidebar .popular-posts {
	width:48.71795%;
	margin-top:0px;
	float:left;
	margin-left: 2.5641%;
	background-color:#FAB623;
	position:relative;
	box-sizing: border-box;
	padding: 30px 30px 40px;
}
#home-content-sidebar .popular-posts:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0 0;
	border-color: #e49d05 transparent transparent ;
	position:absolute;
	right:0px;
	bottom:0px;
	content:"";
}
#secondary .rpwe-ul,
#home-content-sidebar .rpwe-ul,
#home-content-sidebar .wpp-list {
	margin-left:0px;
}

#secondary .rpwe-ul li,
#home-content-sidebar .rpwe-ul li,
#home-content-sidebar .wpp-list li {
	display: inline-block;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
	overflow:inherit!important;
	line-height:inherit!important;
	width: 100%;
}
#secondary .rpwe-ul li:last-child,
#home-content-sidebar .rpwe-ul li:last-child,
#home-content-sidebar .wpp-list li:last-child {
	border-bottom:none!important;
}

#secondary .recent-posts-extended a.rpwe-img,
#home-content-sidebar .recent-posts-extended a.rpwe-img,
#home-content-sidebar .popular-posts a:not(.wpp-post-title) {
	float:left;
	width:45px;
	height:45px;
	display:block;
	margin-right:12px;
}

#secondary .rpwe-title,
#home-content-sidebar .wpp-post-title,
#home-content-sidebar .rpwe-title { 
	font-size:15px!important;
	line-height:20px;
	margin:0px;
}

#secondary .see-all,
#home-content-sidebar .see-all {
	max-width: 200px !important;
	width: 100% !important;
	height:42px!important;
	line-height:42px!important;
	color:#fff!important;
	font-size:14px!important;
	text-transform:uppercase!important;
	text-align:center!important;
	display:block!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float: none !important;
}

.recent-posts-extended .see-all {
	background-color:#23A4C1;
}
.popular-posts .see-all {
	background-color:#E49C05;
}


@media (max-width: 979px) {
	#home-content-sidebar .popular-posts,
	#home-content-sidebar .recent-posts-extended {
		width:100%;
		margin-left:0px;
		margin-bottom:15px!important;
	}
}

/* BLOG POST PAGE SECTION */
#blog_post_page_section .content-sidebar-right {
	margin-left:0px;
	float:left!important;
	width:calc(97.4359% - 160px)!important;
	width: -moz-calc(97.4359% - 160px)!important;
	width: -webkit-calc(97.4359% - 160px)!important;
}
.articles-list {
	box-sizing: border-box;
    float: left;
    padding: 30px;
    width: 100%;
	margin-bottom: 30px;
}

#secondary,
.single-post .articles-list,
.archive.category .articles-list, 
#search_page .articles-list {
	margin-top:30px;	
}

.home #secondary {
	margin-top:0px!important;
}

.articles-list h3, .articles-list h2 {
	font-size:35px;
	color:#26B8D1 !important;
	font-weight:300;
}

#blog_post_page_section #secondary {
	width:160px!important;
	float:right!important;
	margin-left: 2.5641%!important;
}

@media (max-width: 767px) {
	#blog_post_page_section #secondary,
	#secondary,
	.content-sidebar-right,
	#blog_post_page_section .content-sidebar-right {
		width:100%!important;
		margin-left:0px!important;
		margin-bottom:15px!important;
		float:left;
	}
}


.widget-container {
  margin-bottom:30px!important;
  background: #FFFFFF;
}

@media (max-width: 767px) {
	.widget-container {
	  margin-bottom:15px!important;
	}
}

h3.widget-title {
  
padding-top: 5px;  
margin-bottom: 10px;
  font-weight: 500;
font-size:medium;
  line-height: 1em;

text-align: center;
}

h3.widget-title:hover {
font-weight: strong;
}

.widget-container ul, .widget ul {
  margin-left: 5px;
}

.widget-container ul li, .widget ul li {
  list-style: none;
  font-size: 14px;
  line-height: 1.8em;
}

table#wp-calendar {
  width: 100%;
}

table#wp-calendar th {
  font-size: 14px;
}

table#wp-calendar td {
  padding: 5px 0;
  width: 14.28571428571429%;
  text-align: center;
  font-size: 14px;
}





.widget-container.widget_text{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-repeat: no-repeat; 
background-position: left top;
}

.widget-container.widget_categories{
padding-top: 10px;
padding-bottom: 10px;
background-repeat: no-repeat; 
background-position: left top;
}

.widget_categories ul li:hover {
background: #ededed;
}

.widget-container #searchform.pull-right {
  margin-right: 5px;
margin-left: 5px;
}

.widget-container #searchform input.input-medium {
  display: inline-block;
  float: left;
  width: 100%;
margin-right: 25px;


}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
  margin-bottom: 5px;

}


/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

#footer-widgets {
  margin-bottom: 20px;
}

#footer-widgets .widget-container {
  border: none;
}

#footer-widget-container {
  background: #ffffff;
}

.site-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.site-footer #copyright {
  text-align: right;
}

/*================================== FOOTER MENU ================================================= */
#footer_menu {
	background:url(images/footer.jpg) center top !important;
}

#footer_menu .container-fluid {
	background:url(images/footer.jpg) center top !important;
 	margin-top: 0px!important;
	margin-bottom:0px;
 	padding: 44px 20px 0;
 	text-align: center;
	min-height: 336px;
}

#footer_menu ul {
  margin: 0;
  padding: 20px 0px;
  list-style-type: none;
  list-style-image: none;
}

#menu-pied-de-page-1 {
	border-bottom: 1px solid #51C6DA;
}


#footer_menu li {
  display: inline;
}

#footer_menu li a {
  text-decoration: none;
  color:#fff;
  padding:0px 36px;
  font-size:15px;
  font-weight:bold;
  font-family:"Open Sans", arial;
}

@media (min-width: 1200px) {
	#menu-pied-de-page-1 li a {
		padding:0px 46px;
	}
	#menu-pied-de-page-2 li a {
		padding:0px 43px;
	}
}

@media (min-width: 780px) {
	#footer_menu li:first-child a {
		padding-left:0px!important;
	}
	#footer_menu li:last-child a {
		padding-right:0px!important;
	}
}

@media (min-width: 980px) and (max-width:1199px) {
	#footer_menu li a {
		padding:0px 20px;
	}
}

#footer_menu li a::after {
}

#footer_menu li a:hover::after {
  color: #26B8D1;
}

#footer_menu li:last-child a::after {
  content: '';
}

@media (min-width: 768px) {
	.menu-pied-de-page-2-container {
		margin-bottom:50px;	
	}
	.menu-social-container {
		float:right;
	}
	.menu-social-container a {
		padding: 0 6px!important;
	}
	
	.footer-logo {
		width:195px;
		height:	45px;
		display:block;
		float:left;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	#footer_menu {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
	}
	.menu-pied-de-page-1-container,
	.menu-pied-de-page-2-container {
		width:50%;
		float:left;
		margin-bottom:30px;		
	}

	#menu-pied-de-page-1 {
		border-right: 1px solid #51c6da;
		border-bottom:none!important;
	}
	
	.menu-pied-de-page-1-container li,
	.menu-pied-de-page-2-container li {
		width:100%;
		display: block !important;	
	}
}

@media (max-width: 400px) {
	#menu-pied-de-page-1 {
		border-right: none!important;
	}
	
	.menu-pied-de-page-1-container,
	.menu-pied-de-page-2-container {
		width:100%;
		float:left;
		margin-bottom:10px;		
	}
}

/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== SLIDER =====================================================*/
#carousel_section_section {
	background-color:#fff!important;	
}

#slider .carousel-control {
  line-height: 30px;
}

/*==================================== CALLOUT ====================================================*/

#callout_container {
  margin-bottom: 20px;
}

#callout {
  padding: 20px;
  background: #ffffff;
}

.callout-text h2.callout-title {
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1em;
}

.callout-text p {
  font-size: 1.2em;
}

.callout-text p:last-child {
  margin-bottom: 0;
}

#callout_button a {
  float: right;
  margin-top: 5px;
}

/*==================================== WIDGET BOXES ===============================================*/

.box {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;

}

.box a:hover {
  transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transform:scale(1.15);
-moz-transform:scale(1.15);
}

h2.box-widget-title {
  margin-top: 0;
  text-align: center;
  font-size: 1.6em;
  line-height: 1em;
}

.box p {
  font-size: 1.1em;
  line-height: 1.2em;
}

/*==================================== BOXES ======================================================*/

#boxes_container .box a {
  display: block;
  width: 100%;
  color: #555555;
  text-align: center;


}

#boxes_container .box-no-url {
  cursor: default;
}

/*==================================== CAROUSEL ===================================================*/

#carousel { 
border: 1px solid #e5e5e5;
background: none repeat scroll 0 0 #fff;  
} 

.es-carousel ul li a {
    background: #ffffff;
}

.es-carousel ul li a:hover {
  background: #51C6DA;
	color: #ffffff!important;
	text-decoration: none;
}
.es-carousel ul li a:hover .carousel-enseigne { color:#fff!important;}

#cc-carousel {
  padding: 20px 50px;
}

#cc-carousel ul {
margin: 0;
  padding: 0;
  max-height: 150px;
  width: 100%;
}

#cc-carousel ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

#cc-carousel ul li .carousel-captions {
position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
}

#cc-carousel ul li .carousel-captions p {
margin: 0;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 1em;

}

#cc-carousel .carousel-control {
top: 50%;
  border: none;

}

#cc-carousel .carousel-control.left {
  left: 5px;
}

.es-nav span.es-nav-next:hover {
        -webkit-transform:scale(1.25);
}

.es-nav span.es-nav-prev:hover {
        -webkit-transform:scale(1.25);
}
#cc-carousel .carousel-control.right {
  right: 5px;
}


@media (max-width: 767px) {
  #cc-carousel [class*="span"], .row-fluid #cc-carousel [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
    width: 14.364640883%;

}

  #cc-carousel [class*="span"]:first-child, .row-fluid #cc-carousel [class*="span"]:first-child {
    margin-left: 0;
}
}

/*==================================== PORTFOLIO ===================================================*/

#portfolio {
  margin-bottom: 20px;
background: #EDEDED;
}

#gallery {
  padding: 20px;
  background: #EDEDED;
}

#gallery ul.row-fluid {
  margin: 0;
  padding: 0;
}

#gallery h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1em;
}

#gallery ul.row-fluid li#portfolio_wrap {
  text-align: center;
}

#gallery ul.row-fluid li#portfolio_wrap .portfolio-item {
  padding: 20px;
}

/*==================================== TWITTER =====================================================*/

#twitter_container {
  margin-bottom: 20px;
}

#twitter_bar {
  background: #ffffff;
}

#twitter_bar #twitter_text li {
  float: left;
  clear: left;
  width: 100%;
}

#twitter_bar #twitter_text .twitter-img {
  display: inline;
  float: left;
}

#twitter_bar #twitter_text .twitter-followers {
}

#twitter_bar #twitter_text .tweet {
  margin-left: 75px;
}

@media (max-width: 480px) {
  #twitter_bar #twitter_text img {
    margin-top: 0;
    width: 30px;
    height: 21px;
  }

  #twitter_bar #twitter_text p {
    padding-left: 40px;
  }
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
  margin-top:10px;
  margin-bottom: 0px;
  padding: 10px 20px;
  background: #EAF8FA;
  font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/
@media (max-width: 767px) {
	.home.blog .pagination {
		display: inline-block;
		float: right;
	}
}
@media (min-width: 768px) {
	.home.blog .pagination {
		width: calc(97.4359% - 160px) !important;
		display: inline-block;
	}
	.home.blog .pagination ul {
		float: right;
	}
}

.pagination {
    margin: 0px 0px 30px!important;
	width: 100%;
	display:inline-block;
}
#search_page #pagination .container {
	width:100%;
}
#search_page #pagination .container-fluid {
	padding:0px!important;
}

#search_page .pagination  {
	width:100%!important;
}

@media (min-width: 768px) {
	.pagination {
		margin: 0px 0px 30px!important;
		width: calc( 74.359% - 20px);
		width: -moz-calc( 74.359% - 20px);
		width: -webkit-calc( 74.359% - 20px);
		display:inline-block;
	}
}

.pagination ul { float:right; }
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border:none!important;
		border-radius:0px!important;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #fff!important;
    cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #26B8D1;
}
.pagination ul li a {
    border: none!important;
}
.pagination ul > li > a, 
.pagination ul > li > span {
		margin-right: 4px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #AAAAAA;
    border:none!important;
    float: left;
    line-height: 20px;
    padding: 8px 8px;
    text-decoration: none;
		font-size:15px;
		color:#fff!important;
		border-radius: 0 !important;
}

.pagination ul > li:last-child > a, 
.pagination ul > li:last-child > span {
	margin-right: 0px!important;
}

/*==================================== RECENT POSTS ================================================*/

#recent_posts {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
}

#recent_posts h5.recent-posts-post-title {
  font-size: 1.2em;
  line-height: 1em;
}

.recent-posts-image {
  margin-bottom: 10px;
}

/*==================================== HTML BOX ==================================================*/

#htmlbox_container {
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (max-width: 767px) {
	#htmlbox_container {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}


.home #htmlbox_container  {
    
    margin-top: 15px;
}


/*==================================== MAGAZINE ==================================================*/

#magazine .magazine-post-container {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px;
}

#magazine .magazine-post-container  h2.posts-title {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 1em;
}

#magazine .magazine-metadata {
  padding-bottom: 10px;
  font-size: 11px;
}

#magazine .magazine-post-container  div#comments {
  font-size: 11px;
  line-height: 1em;
}

#magazine .magazine-post-container img.wp-post-image {
  width: 100%;
  height: auto;
}

#magazine .magazine-wide-post img.wp-post-image {
  float: left;
  margin: 0 10px 10px 0;
  width: auto;
  height: auto;
}

/*==================================== PRODUCT ==================================================*/

#product_element_section {
  margin-bottom: 20px;
}

#product_element_section #cyberchimps_product_media {
  text-align: center;
}

#product_element_section .flex-video {
  margin-bottom: 0;
}

#product_element_section .cyberchimps-product-link {
  margin-top: 20px;
  text-align: center;
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/

/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
  header#cc-header .span7 {
    text-align: center;
  }

  header#cc-header .span5 {
    text-align: center;
  }

  header#cc-header .span5 div.icons a {
    float: none;
  }

  header#cc-header .span5 div.blog-description {
    float: none;
  }

  header#cc-header .span5 div.register {
    float: none;

  }

  header#cc-header .span5 #searchform {
    float: none;
  }
}




/****************************************** FONDS DIFFERENTS PAGE D'ACCUEIL ***********************************************************/
/****************************************** FONDS DIFFERENTS PAR CATEGORIE POUR LA RECHERCHE ***********************************************************/

.home .category-archives,
.search .category-archives,
.tag .category-archives
{
	background-color:#AAAAAA;
	background-repeat: no-repeat; 
	background-position: center bottom;
	padding-top:20px;
	padding-bottom:20px;
}

.home .category-archives a,
.search .category-archives a,
.tag .category-archives a{
	color:#fff;
}

.home .category-archives .read-more,
.search .category-archives .read-more,
.tag .category-archives .read-more{
    background: #888888 url("images/read-more.png") no-repeat scroll center center !important;
}

/****************************************** FONDS DIFFERENTS PAGE D'ACCUEIL AU PASSAGE DE LA SOURIS ***********************************************************/
/****************************************** FONDS DIFFERENTS RECHERCHE AU PASSAGE DE LA SOURIS***********************************************************/

.search .category-archives:after,
.home .category-archives:after,
.tag .category-archives:after
{
	position:absolute;
	content:"C'est terminé !";
	right:10px;
	bottom:10px;
	font-size:26px;
	color:#222222;
	font-weight: 300;
}








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

div.htmlbox {
text-align: center; 
background-color: #fbe9ce; 
background-repeat: repeat; 
border: 1px solid #5C77DD; 
border-radius: 4px; 
margin: 5px 5px 10px 5px; 
padding: 5px 5px 5px 5px;
}

div.htmlbox:hover {
text-align: center;
color: #5C77DD; 
background-color: #F1F4FF; 
background-repeat: repeat; 
border: 1px solid #5C77DD; 
border-radius: 4px; 
margin: 5px 5px 10px 5px; 
padding: 5px 5px 5px 5px;
}

span.htmlbox {
text-align: center; 
background-color: #fbe9ce; 
background-repeat: repeat; 
border: 1px solid #5C77DD; 
border-radius: 4px; 
margin: 5px 5px 10px 5px; 
padding: 5px 5px 5px 5px;
}

span.htmlbox:hover {
text-align: center;
color: #5C77DD; 
background-color: #F1F4FF; 
background-repeat: repeat; 
border: 1px solid #5C77DD; 
border-radius: 4px; 
margin: 5px 5px 10px 5px; 
padding: 5px 5px 5px 5px;
}

span.htmlbox a:visited {
text-decoration: none;
color: #5C77DD;
}
span.htmlbox a:hover {
text-decoration: none;
color: #5C77DD;
}

.titrearticle {
margin-left: auto;
margin-right: auto;
color: #FFFFFF;
border: 5px solid #25B7D0; 
background-color: #25B7D0;
padding: 5px 5px 5px 5px;
}

.discussion {
background-color: #25B7D0; 
background-repeat: repeat;
color: #F4E42B;
padding: 10px 10px 10px 10px;
}

.discussion a {
color: #F4E42B;
}

.compteur {
background-color: #26B8D1; 
background-repeat: repeat;
color: #ffffff;
padding: 10px 10px 10px 10px;
border-right: 10px solid #23A4C1;
}

.compteur a {
color: #ffffff;
}

/* Sharing */
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    background: #fff none repeat scroll 0 0!important;
    border: 1px solid #e5e5e5!important;
    clear: both!important;
    padding: 20px!important;
    text-align: right!important;
}
div.sharedaddy h3.sd-title::before {
    border-top: none!important;
    content: "";
    display: inline-block!important;
    margin-bottom: 1em;
    min-width: 30px;
    width: inherit!important;
}
div.sharedaddy h3.sd-title {
	font-size:15px!important;
	font-family:"Open Sans", arial !important;
	color:#535353!important;
	font-weight:normal!important;
}

.sharedaddy .sd-content {
    display: inline-block;
    margin-left: 20px;
    width: auto !important;
}

/* Single page*/
.bt-back {
	float:right;
	font-size:15px;
	color:#535353;

}

.bt-back::before {
    background: #26b8d1 url("images/back-picto.png") no-repeat scroll center center !important;
    content: "";
    display: block;
    float: left;
    height: 30px;
    margin-left: 40px;
    margin-right: 10px;
    margin-top: 8px;
    right: 0;
    top: 0;
    width: 30px;
}

/*reply title*/
#reply-title {
	font-size:20px;
	font-weight:300;
	color:#26B8D1;
	line-height: 18px!important;
}
#reply-title:before {
	width:22px;
	height:22px;
	content:"";
	background:url(images/commentaire-picto.png) no-repeat;
	float:left;
	margin-right:10px;
}
.must-log-in {
	font-size:12px!important;
}


.vortex-p-like,
.vortex-p-dislike {
    width: auto;
}

.imagesujet{
display: block;
max-width: 600px;
max-height: 600px;
margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
-webkit-transition: all 0.8s ease; /* Safari and Chrome */
  	-moz-transition: all 0.8s ease; /* Firefox */
  	-o-transition: all 0.8s ease; /* IE 9 */
  	-ms-transition: all 0.8s ease; /* Opera */
  	transition: all 0.8s ease;	
}

.imagesujet:hover {
-webkit-transform:scale(1.08); /* Safari and Chrome */
    -moz-transform:scale(1.08); /* Firefox */
    -ms-transform:scale(1.08); /* IE 9 */
    -o-transform:scale(1.08); /* Opera */
     transform:scale(1.08);
}


.outrouver{

padding: 0px 10px 0px 10px;
-webkit-transition: all 0.8s ease; /* Safari and Chrome */
  	-moz-transition: all 0.8s ease; /* Firefox */
  	-o-transition: all 0.8s ease; /* IE 9 */
  	-ms-transition: all 0.8s ease; /* Opera */
  	transition: all 0.8s ease;	
}

.outrouver:hover {
-webkit-transform:scale(1.08); /* Safari and Chrome */
    -moz-transform:scale(1.08); /* Firefox */
    -ms-transform:scale(1.08); /* IE 9 */
    -o-transform:scale(1.08); /* Opera */
     transform:scale(1.08);
}


.page-id-191860 .articles-list {
margin-top: 30px;
}

.page-id-191860 .entry-summary a {
    color: #26B8D1;
}


.page-id-191860 .entry-summary a:hover {
    color: #1B7C8D;
}



@media (min-width: 768px) {
.catalogues {
margin-left: auto;
margin-right: auto;
width: auto;
border: 1px solid #BAC1C9;
padding: 5px 5px 5px 5px;
    background-color:#EAF8FA;
	}}

@media (max-width: 767px) {
.catalogues {
display: inherit;
overflow-x : scroll;
width: auto;
padding-left: 30px;
padding-right: 30px;
height: 300px;
}}



.page-id-251897 .entry-title {
    color: #FFFFFF;
    display:none;
}


.page-id-176925 .entry-title {
    color: #FFFFFF;
    display:none;
}


/* EFFET FLIP CARD */

.persoflip-container {
	perspective: 1000px;
  
}
	

.persoflip-container:hover .persoflipper, .persoflip-container.hover .persoflipper {
		transform: rotateY(180deg);
	}

.persoflip-container, .persofront, .persoback {
	width: 210px;
	height: 210px;
  
  
}

/* flip speed goes here */
.persoflipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.persofront, .persoback {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.persofront {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.persoback {
	transform: rotateY(180deg);
}

/* FIN EFFET FLIP CARD */



th.headerSortUp { 
    background-image: url(/tablesorter/themes/blue/asc.gif);
    background-color: #3399FF; 
} 

th.headerSortDown { 
    background-image: url(/tablesorter/themes/blue/desc.gif);
    background-color: #3399FF; 
} 

th.header { 
    background-image: url(/tablesorter/themes/blue/bg.gif);
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 




/* PAGE ACCUEIL COCON */

.page .entry-title {
  
font-size: 40px; 
font-weight: 400;
 color:#23B7D5;
  margin-bottom:30px;
}


.page-id-355358 .entry-summary {
padding-right: 0px;
}


/* PAGE ACCUEIL MOBILES */






@media all and (max-width: 767px) {
.home article .featured-image {
        width: 80px;
    margin: 0 5px 0px 0;
     float: left;
    text-align: center;
    display: block;
    
        }}


@media all and (max-width: 767px) {
.home article .article-content {
  width: calc(100% - 90px);
    float:left;
    display: block;
    margin-top:5px;
}}


@media all and (max-width: 767px) {
.home .entry-title {
        font-size: 1.0em;
    margin-left:5px;
    padding:0px;
    
      }}

@media all and (max-width: 767px) {
.home .entry-summary {
        font-size: 0.9em;
    margin-left:5px;
    
      }}


@media all and (max-width: 767px) {
.home .articles-list {
        padding: 5px;
    border:none;
        
  }}


@media all and (max-width: 767px) {
.home article {
    
    margin-bottom: 5px !important;
  }}


@media all and (max-width: 767px) {
.home .articles-list article.post {
    /*background-color:#ededed;*/
  }
	
.home .articles-list article.catalogue {
    /*background-color:#ededed;*/
  }	


}







@media all and (max-width: 767px) {
.entry-summary {
        padding-right: 0px;
  }}


@media all and (max-width: 767px) {
.articles-list h3 {
    font-size: 20px;
    line-height: 20px;
    padding-top:10px;
	text-align:center;
	font-weight:bold;
  }}

@media all and (max-width: 767px) {
.articles-list h1,.page h1,.page .entry-title {
    font-size: 25px;
    line-height: 25px;
  }}

@media all and (max-width: 767px) {
.articles-list {
   padding: 10px;
  }}

@media all and (max-width: 767px) {
#3410-6 {
display: none;
}}




/* FIN PAGE ACCUEIL MOBILES */


/* bloc et widget j'ai besoin de */

.jaibesoindetexte {
  color:#25B7D0;
  font-size: 1.3125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.jaibesoindetexte:hover {
  color:#F5E42B;
  }

.jaibesoindeicone{
  background-color:#25B7D0;
  margin-bottom:15px;
  margin-top:10px;
}

.jaibesoindeicone:hover{
  background-color:#F5E42B;
  }


.jaibesoindelien {
  background:#ff671f;
  border-radius: 6px;
      cursor:pointer;
  color:#fff;
  padding: 15px 15px 15px 15px;
  }

.jaibesoindelien:hover {
  background:#DF4800;
  color:#fff;
  
}

/* fin bloc et widget j'ai besoin de */

/* taxonomy evenement */
.tax-evenement .catalogue-item {
	height: 270px;
}
.tax-evenement  .catalogue-item a.info {
	height: 73%;
}

