.a2a_dd {display:none;}
.imagealaune {width:90%;}
.page a {color:#ff4f0a;}
.single a {color:#ff4f0a;}
.flotte {
float:left;padding:10px;
}
.contenu-festival > h3 {
  color:blue;
}
.contenu-festival > h2{text-align:center;}

.contenu-festival > h2,.titre,.entry-title,.titre {background: linear-gradient(5DEG, rgba(240, 212, 83, 1), rgba(255, 93, 91, 0.5)),rgba(255, 93, 191, 0.9);border: 2px solid red; border-radius:20px;padding-left:10px;}
.concert-title{font-size:18px;background: linear-gradient(5DEG, rgba(240, 212, 83, 1.0), rgba(255, 93, 91, 0.5)),rgba(255, 93, 191, 0.9);border: 2px solid red; border-radius:20px;padding-left:10px}
#widget-title,.nv-page-title-wrap,.widget-title,.nv-page-title-wrap{background: linear-gradient(5DEG, rgba(240, 212, 83, 1.0), rgba(255, 93, 91, 0.5)),rgba(255, 93, 191, 0.9);border: 2px solid red; border-radius:20px;padding-left:10px}
.titre-concert{font-size:20px;color:#3F7AB5;font-weight:700}


@media only screen and (min-width: 767px){.affichage-mobile{display:none;}.cel1-festival{width:250px; border-style:solid;border-color:#eeeeee;}.pubs,.tailleimg{width: 300px;} .tailleimage{width:600px;}}

@media only screen and (max-width: 767px) {.map-departement{display:none;}.affichage-pc{display:none;}.lieu-festival{display:none;} .pubs,.tailleimg{width:350px;} .tailleimage{width:300px;}}


.cellule{background-color:rgba(255,255,255,0.6);font-size:12px;width:235px;height: 140px; margin:1px;padding:0px;}

.cellule1{background-color:rgba(255,255,255,0.6);font-size:18px;width:240px;height: 300px; margin:1px;padding:0px;}

.cellule-event{background-color:rgba(255,255,255,0.6);font-size:18px;margin:20px;padding:10px;}

.table-rss{  display:flex;flex-wrap:wrap;justify-content: center;font-size: 16px;width:90%;}
.cel-rss{background-color:255,255,255,0.5;color:0,0,0,0.5;width:300px;margin:1em;}

.table-programme{display:flex;flex-wrap:wrap;justify-content: center;}
.tablecel{padding:2px; border-width:1px 2px 3px 2px;
 border-style:solid dotted;
 border-color:black red;}
.tablecel2{margin:20px;padding:20px; min-width:400px;border-width:1px 2px 3px 2px;
 border-style:solid dotted;
 border-color:black black;}
.table-contenu{display:flex;flex-wrap:wrap;justify-content: center;font-size: 16px;width:100%;}
.tablecelcontenu{margin:5px;width:500px;}

.table-footer{display:flex;flex-wrap:wrap;justify-content: center;background-color:rgba(0,150,150,0.9); color:white;font-size: 16px;width:100%;}
.tablecelfooter{margin:5px;width:350px;}
.tablecelfooter a{color:red;}


.table-festival{display:flex;flex-wrap:wrap;justify-content: space-around;align-items: flex-start;}
.cel-festival{width:30%;}
.cel1-festival{width:300px;border: 1px solid grey;margin:0px 1px 0 1px;background-color:rgb(173,255,47,.2);}
.cel2-festival{width:250px;border: 2px solid grey;margin:0px 2px 0 2px;background-color:rgb(173,255,47,.2);}

/*https://thebrandsmen.com/css-image-hover-effects/*/
.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}

.circle img {
transition: 1s ease;
}

.circle img:hover {
border-radius:50%;
transition: 1s ease;
}
.taillecaract{font-size:16px;color:#666666;}
/*Fin https://thebrandsmen.com/css-image-hover-effects/*/

.bouton {background-color: #1c87c9 !important;
	border-radius: 20px;
         border: none;
         color: white!important ;
         padding: 10px 10px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 20px;
         margin: 4px 2px;
         cursor: pointer; 
         }

/* Formulaire Cf7
#formulaire-responsive {
	max-width:600px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	color: #69af36; 
      font-family: 'Noto Sans', sans-serif;
      border-color: #69af36; 
      font-size: 14px; 
  	  line-height: 49px; 
      height: 49px; 
      font-weight: 600; 
      background-color: #ffffff; 
      border-radius: 4px; 
          -moz-border-radius: 4px; 
          -webkit-border-radius: 4px; 
       text-transform: uppercase; 
       border-width: 2px;  
       padding-left: 26px; 
       padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}