/*
	Theme Name: GoodLife Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: goodlife-wp
*/

@import url("../goodlife-wp/style.css");

body{

	font-family: Poppins;
}

div .year{
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
	text-align: center;
}

fieldset {
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
  border:none;
  margin-bottom:1em;
  width:24em;
  padding-top:1.5em;
}

/*assoc
Style pour les slides galeries photos
*/

* {
  box-sizing: border-box;
}

.post .post-gallery {
    background: #ffffff;
}

.slide-img {
  vertical-align: middle;
}

.sup-container{
	width: 90%;
	align-content: center;
}

/* Position the image container (needed to position the left and right arrows) */

.slide-container {
  position: relative;
}

.slide-preview {
  position: relative;
}

/* Hide the images by default */
.sup-container .slide-container .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.slide-preview .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.sup-container .slide-container .prev,
.sup-container .slide-container .next {
  background-color: #333333;
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  box-shadow: inset 0 -5px 0 #333333;
  -moz-box-shadow: inset 0 -5px 0 #333333;
  -webkit-box-shadow: inset 0 -5px 0 #333333;
  border-color: #333333;
}

/* Position the "next button" to the right */
.sup-container .slide-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.sup-container .slide-container .prev:hover,
.sup-container .slide-container .next:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  box-shadow: inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 -5px 0 #ffffff;
  -webkit-box-shadow: inset 0 -5px 0 #ffffff;
  border-color: #ffffff;
}

/* Number text (1/3 etc) */
.numbertext {
  background-color: #A8A8A8;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.sup-container .slide-container .caption-container {
  text-align: center;
  background-color: #0caece;
  padding: 2px 20px;
  color: white;
}

.slide-preview .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.slide-preview .column {
  /*float: left;*/
  /*width: 16.66%;*/
}

/* Add a transparency effect for thumnbail images */
.slide-preview .demo {
  opacity: 0.6;
}

.slide-preview .active,
.slide-preview .demo:hover {
  opacity: 1;
}

@media print {
   a[href]:after {
    content: none;
  }

  .hide-on-print{
	display: none;
  }

/*	
  a[href^="http"]:not([href*="dynamic-tamtam.be"]):after {
     content: " (" attr(href) ")";
  }	
	
  a[href^="https"]:not([href*="dynamic-tamtam.be"]):after {
     content: " (" attr(href) ")";
  }	*/
}

.tarifs-poseidon{
	background-color: lightgray;
	margin-left: 10px;
	padding-left: 10px;
}

.tarifs-poseidon .categorie{
	background-color: cornflowerblue;
	padding-right: 10px;
}

.tarifs-salle{
	background-color: lightgray;
	margin-left: 10px;
	padding-left: 10px;
}

.tarifs-salle .categorie{
	background-color: darkseagreen;
	padding-right: 10px;
}

.tarifs-salle .intitule{
	background-color: #C4C4C4;
	padding-left: 5px;
}

.tarifs{
	background-color: lightgray;
	margin-left: 10px;
	padding-left: 10px;
	width: 90%;
}

.tarifs .categorie{
	background-color: burlywood;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
}

.tarifs tr{
	padding: 15px;
	border: 1px solid #FFFFFF;
}


.post-bottom-meta .time {
	background-color: #ffffff;
	padding: 2px 2px;
}

time,
.time{
    color: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}


.post .post-content p a {
    border-color: #0caece;
    -moz-box-shadow: inset 0 -2px 0 #0caece;
    -webkit-box-shadow: inset 0 -2px 0 #0caece;
    box-shadow: inset 0 -2px 0 #0caece;
}

.post .post-content p a:hover {
    background: #0caece;
    color: #ffffff;
}

.fair-play-panneau{
	font-family: Poppins;
	text-align: center;
	margin-top: 20px;
/*	margin-left: 30px;
	margin-right: 30px;*/
    font-weight: bold;
	font-size: 14px;
}

li.current_new{
	background-color: #838080;
}

/* Style pour les association */

.association{
	/*padding-bottom: 15px;*/
}

.association .category{
	margin-top: 30px;
}

.association h2{
	color: #FFFFFF;
}

.association h2.general{
	background-color: #6666ee;
}

.association h2.aide{
	background-color: #BC6929;
}

.association h2.culture{
	background-color: #C36FF7;
}

.association h2.developpement{
	background-color: #3DC185;
}

.association h2.jeunesse{
	background-color: #46D3D7;
}

.association h2.solidarite{
	background-color: #E6B0F3;
}

.association h2.sports{
	background-color: #EFA824;
}

.info_1{
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    background-color: #aed695 !important;
    border-left-color: #56c463 !important;
    border-left-style: solid !important;
    border-right-color: #56c463 !important;
    border-right-style: solid !important;
    border-top-color: #56c463 !important;
    border-top-style: solid !important;
    border-bottom-color: #56c463 !important;
    border-bottom-style: solid !important;
    border-radius: 1px !important;
}

.info_2{
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    border-left-color: #bc8349 !important;
    border-left-style: solid !important;
    border-right-color: #bc8349 !important;
    border-right-style: solid !important;
    border-top-color: #bc8349 !important;
    border-top-style: solid !important;
    border-bottom-color: #bc8349 !important;
    border-bottom-style: solid !important;
    border-radius: 1px !important;
}

.info_3{
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    background-color: #aeb7bf !important;
    border-left-color: #1e73be !important;
    border-left-style: solid !important;
    border-right-color: #1e73be !important;
    border-right-style: solid !important;
    border-top-color: #1e73be !important;
    border-top-style: solid !important;
    border-bottom-color: #1e73be !important;
    border-bottom-style: solid !important;
    border-radius: 1px !important;
}

.cine-club{
	margin-left: 10px;
	padding-left: 10px;
	border: none;
}

.cine-club td{
	padding-right: 5px;
	padding-left: 5px;
}

.cine-club .title{
	background-color: #49B7C9;
	color: #74292A;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.cine-club .info{
	background-color: #99D1D1;
}

.cine-club tr:nth-child(odd) {
	background-color: #DEF3F4;
	padding-left: 5px;
}

.cyber{
	margin-left: 10px;
	padding-left: 10px;
	border: none;
}

.cyber td{
	padding-right: 5px;
	padding-left: 5px;
}

.cyber .title{
	background-color: #dedbd3;
	color: #74292A;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.cyber .info{
	background-color: #99D1D1;
}


/* 
** Contact Form 7 Styles 
*/

.wpcf7-list-item input[type=radio] + span{
	padding-left: 15px;
}

span.wpcf7-form-control-wrap input{
	margin-bottom: 0px;	
}

.sondage{
/*	background-color: aqua;*/
	padding-top: 15px;
	padding-bottom: 0px;
	width: 100%; 
	border: 2px solid #cccccc;

}

.sondage legend{
	font-weight: bold;
	text-align: center;
}

.sondage div.sondage_bloc span.wpcf7-list-item-label{
	margin-left: 25px;
	margin-top: -25px;
	margin-bottom: 15px;
	display: block;
	/*background-color: aqua;*/
}

.sondage_bloc .suggestion_bloc{	
	margin-bottom: 20px;
	/*background-color: blueviolet;*/
	margin-left: 15px;
}

.sondage_bloc .suggestion_bloc label{	
	margin-bottom: 20px;
	/*background-color: orange;*/
	padding-right: 15px;	
}

.sondage_bloc span.wpcf7-form-control-wrap.suggestion{
	/*background-color: yellow;	*/
	margin-left: 15px;
	padding-right: 15px;
}

.sondage_bloc span.wpcf7-form-control-wrap.suggestion .wpcf7-form-control.wpcf7-textarea{
	background-color: #eeeeee;
	width:100%;	
}

.sondage_button{
	padding-top: 15px;
}

/** Form_Style2 **/


.form-style2 .wpcf7-form{
	padding: 20px;
	background: #cccccc;
}

.form-style2 .wpcf7-form input[type="text"], 
.form-style2 .wpcf7-form input[type="email"], 
.form-style2 .wpcf7-form input[type="url"], 
.form-style2 .wpcf7-form input[type="password"], 
.form-style2 .wpcf7-form input[type="search"], 
.form-style2 .wpcf7-form input[type="number"], 
.form-style2 .wpcf7-form input[type="tel"], 
.form-style2 .wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
}

.form-style2 .wpcf7-form label {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	color: #525252;
}

.form-style2 .wpcf7-form input[type="submit"]{
	margin-top: 20px;
}

.form-style2 .wpcf7-form p {
    margin: 0 0 28px;
}

.form-style2 .wpcf7-text:focus, 
.form-style2 .wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}

.form-style2 div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}

.form-style2 div.wpcf7-acceptance-missing,
.form-style2 div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}

.form-style2 span.wpcf7-not-valid-tip {
    color: #f9443b;
}

/* 
** Button Styles 
*/
.form-style2 .wpcf7-form .button {
    background-color: #14e2ae;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
	margin-top: 15px;
    width: auto;
    padding: 20px 42px;
    letter-spacing: 2px;
    font-size: 14px;
}

.form-style2 .wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}


/*pour que les textes et champs soit sur une seule ligne mais responsive*/

.form-style2 .wpcf7-form .inline-bloc{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
	
  margin-bottom: 20px;
}


.form-style2 .wpcf7-form .inline-bloc label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-style2 .wpcf7-form .inline-bloc input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-style2 .wpcf7-form .inline-bloc .wpcf7-form-control-wrap {
	width: auto;
}

.form-style2 .wpcf7-form .inline-bloc input[type="number"] {
	width: 60px;
}

.form-style2 .wpcf7-form .inline-bloc .wpcf7-form-control-wrap input[name="your-zip"] {
	width: 100px;
}

.form-style2 .wpcf7-form .inline-bloc input[name="your-zip"] {
	width: auto;
}


/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-style2 .wpcf7-form .inline-bloc input {
    margin: 10px 0;
  }

  .form-style2 .wpcf7-form .inline-bloc{
    flex-direction: column;
    align-items: stretch;
  }
}


/**** *Fin Contact Form *****/

.poseidon {
  border: 3px solid #0000ff;	
}



.poseidon td{
   color: #000000;
   padding: 5px;
}

.poseidon td:first-child{
	font-weight: bold;
}

