@charset "utf-8";
/* CSS Document */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html, body {
/*  width : 100%; */
  height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	font-size: 1em;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.social {
	background-color: #FF9900;
	padding: 8px;
	margin: 10px;
	border-radius: 15px 15px 15px 15px;
	text-align: center;
	max-width : 370px;
	vertical-align: middle;
	align : center;
	font-size: 0.8em;
}
.fb-like {
	height: 20px;
	width: auto;
	vertical-align: middle;
}
.twitter-share-button
{
	height: 20px;
	width: auto;
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
}
.fb {
	height: 20px;
	width: auto;
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
}
.menuconnection {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.menuconnectiontousbords {
	border: 1px solid #FFCC00;
}
.menuconnectionb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}
.Style25 {color: #000000}
.Style24 {
	font-size: x-small;
	color: #663300;
}
header a {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-size: 1em;
}

header a:link {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-size: 1em;
}
header a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
	font-size: 1em;
}
header a:visited
{
color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-size: 1.1em;
	}	
#infos_plus
{
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #015774;
	border-radius: 0px 0px 40px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	border-bottom-width: thin;
	border-right-width: thin;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #006633;
	border-right-color: #006633;
	width: auto;
	min-height : 90px;
	vertical-align: bottom;
	text-align: left;
	z-index: 1;

	text-align:center;
}
#infos_plus2
{	
	font-size:1em;
	font-weight:bold;
	color:#000;
	background-color: rgba(255,255,255,0.7);
	width: auto;
	float: right;
	padding:10px;
	padding-right:20px;
	padding-left:20px;
	margin-left:50%;
	margin-top: -57px;
	position: -webkit-sticky;
	position: fixed;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border: thin solid #006633;
	border-radius: 10px 10px 10px 10px;
	z-index:1;
}
.container_email input[type=text], textarea, input[type=email], input[type=select], select  {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  margin-right: 0px;
  margin-left: 0px;
  resize: vertical;
}
.container_email label{margin-right: 0px;
  margin-left: 0px;
  width: 100%;}
.container_email input[type=submit] {
  background-color: #1255a2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.container_email input[type=submit]:hover {
  background-color: #1872D9;
}
.container_email {
  box-sizing : border-box;
  border-radius:5px;
  background-color:#f2f2f2;
  padding:20px;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 440px;
  margin:0 auto;
}
.container_email h1  {
  color: #ffc800;
  width: 100%;
}

a {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

a:link {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a:hover {
	color: #006633;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
	font-size: 1em;
}
a:visited
{
color: #006633;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	}
.artistes {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336600;
}
.artistes_p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336600;
}	
.artistes_index {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336600;
}
.artistes_index_p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336600;
}	
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.prevnext a
{
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 1.1em;
	}
.current a
{
	margin-left: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 1.3em;
	}	
.my-gallery_librairie img{
	
	border-radius: 15px 15px 15px 15px;	
	border: 1px solid #000;
	width : 75%;
	max-width : 350px;
	padding: 0px;
	margin: 10px;
	box-shadow: 10px 5px 5px #444;
	}	
.my-gallery img:hover{   -webkit-transform:scale(1.02); /* Safari and Chrome */
    -moz-transform:scale(1.02); /* Firefox */
    -ms-transform:scale(1.02); /* IE 9 */
    -o-transform:scale(1.02); /* Opera */
     transform:scale(1.02);
}
.my-gallery figure {
	display: inline-block; 
	text-align: center;
    }
figure img{
	width: 100%;
	border-radius: 25px 25px 25px 25px;	
	border: 4px solid #000;}
.capt_invisible
{
	display : none;
}
.pswp__caption__center {
	width:100%;
	align:center;
	text-align: center;}

figure {
	display: inline-block;
	width: auto;
	float: center;
	align: center;
	text-align: justify;
    }

	
#arrow {
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
	margin-left:500px;
}

#body ul li {
    position: relative;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #db5727;

}
#body ul {
  list-style: none;
}

#body ul li:before{
   content: '';
   position: absolute;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: -20px;
}
.index_bas
{
	/*	display:inline-block;*/

	align: center;
	
}

.row
{
align: center;
text-align: center;
vertical-align:top;
}
.div_caption
{
	color: black;
	font-weight: normal;
	border-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border: thin solid #006633;
	background-color: #EFEFEF;
}
.index_actu
{
	border-radius: 15px 15px 15px 15px;
	border-left : none;
	border-right: none;
	/*	border-top:none;*/
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #060;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #060;
	margin: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #EAEAEA;
}
.logo
{
	font-size: 3em;
	margin-left : 0.5em;
	}
.tripad_logo {
	background-color: #FFF;
	border: thin solid #666;
	padding: 2px;
	height: 20px;
	margin-left: 1em;
}
