


/*
H1 = titre : Expo / Evenements;
H2 = Date
H3 = Genre / style
H4 = Nom de l'expo / evenement/ 
H5 = Nom de l'artiste
H6 = Horaire / lieu


couleurs
bleu tres clair
bleu foncet : 1e637d;
belu clair : 4c8c99;
jaune : fff200;

*/


h1, h2, h3{
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, html, body{

  margin: 0;
  padding: 0
}

body{
  font-family : Verdana, Geneva, sans-serif;
  color: #1e637d;
  background-color: #c0c8ce;
  font-size: calc(14px + .25vw);

}

p{text-align:justify;}



/*******************************************   NAVIGATION */
#navbar {
  overflow: hidden;
  background-color: #1e637d;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  border-top: solid 1px white;

}
#navbar > div{
  display: inline-block;
}
/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #fff200;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

#navbar a:hover{
  background-color:  #fff200;
  color: black;
}

/*******************************************   GRAND ENCART */
.encart{

    background-image: url("../design/bg2.jpg");
  color: black;

}

.encart td{
  padding: 50px;
  margin-bottom: 60px;
}

.encart a{
  float: right;
  margin-left: 16px;
  margin-bottom: 8px;
  margin-top: 20px;

}

blockquote{
  border-left: solid 6px #fff200;
  padding-left: 16px;
}

/*******************************************   TYPO H */
h1{
  color: #1e637d;
  display:block;
  font-size: calc(20px + 1vw);
    /* permet de descendre les titres lorsque le menu des dates apparaits sinon le titre sera à moitié caché*/
  padding-top: calc(30px + .25vw);
}
h2{
  color: #fff200;
  font-size: calc(20px + .25vw);
}
h3{

  font-size: calc(18px + .25vw);
}

h4{
  color: #1e637d;
  font-size: calc(22px + .25vw);
  background-color: #fff200;
  padding: 8px;
  display: inline-block;
  margin-bottom: 20px;
}

h6{
  padding-top: 8px;
}
/*******************************************   STYLE INFO */

.info{
  float: right;
  font-size: calc(12px + .25vw);
  border-bottom: solid 4px #fff200;
  padding: 6px;
  color: #1e637d;
  clear: right;
  font-weight: bold;
 
}


/*******************************************   TABLEAUX */
table{
  width: 80%;
  /*background-image: url("design/bg1.jpg");*/
  border: solid 1px #283583;
  padding-top: 20px;
  padding: 80px 100px;
  margin-bottom: 20px;
}


table img{
  width: 250px;
  height: auto;
  padding-right: 20px;
}
/*******************************************   LOGO */
.logo img{
  width: 90%;
  max-width: 100px;
  height: auto;
  float: left;
  padding: 10px;

}

.bg1{background-color: #cc171a}


/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  font-size: 16px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #1e637d;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 10;
  border-bottom: solid 1px white;
}

.sticky p{
  padding: 0;
  margin: 0;
}

.sticky a{
  display: inline-block;
  color: #fff200;
  text-decoration: none;
  padding: 6px;
}

.sticky a:hover{
background-color: #fff200;
color: #1e637d;
  }

.titre{
  text-transform: uppercase;
  position: relative;
}
.underline-top:before{
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 50%;
  border-top: 10px solid #fff200;
  margin-top: -15px;
}

.underline-bottom:after{
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 50%;
  border-bottom: 10px solid #fff200;
  margin-top: 15px;

}

#edito{
  border: none;
  position: relative;

}

.edito_img{

width: 20%;
}

#edito img{
  width: 30%;

}
.edito{
  margin-top: 40px;

}


table#encart-one{
width: 100%
}


#encart-one{

  /*background-image: url("../design/bg2.jpg");*/
  color: #fff200;
  background-color: #1e637d;
  background-image: url(http://www.lehublot.net/arretsurimage2019/design/arret_sur_imgae_fond.png);
 background-repeat: no-repeat;
  background-size: cover;
  
}

#encart-one a{
  color: #1e637d;
  background-color: #fff200;
  text-decoration: none;
  padding: 4px;
  }


#encart-one h2{
  color: #fffbdc;
  font-size: 3vw;
}

#encart-one h1{
  color: #fff200;
  font-size: 4vw;
}


#encart-one img{
  min-width: 100px;
  width: 80%;
}




a.link-website{
    float: right;
    font-size: calc(10px + .25vw);
    color: #1e637d;
    margin:4px;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: bold;
    background-image: url("../design/icon_link_web.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 10px;
    padding-left: 15px;
}


 table#evenements td{
  padding-bottom: 30px;
}


/*
#evenements a{

  font-size: calc(10px + .25vw);
  color: #283583;
  padding-bottom: 60px;
}
*/





/*******************************************   partenaires */

#partenaires img{

	width: auto;

}

#partenaires{
	text-align: center;

}

#partenaires h1{
	text-align: left;

}
/*******************************************   accordeon */
.ac-container{

	margin: 10px auto 30px auto;
	text-align: center;
}
.ac-container label{

	padding: 10px 20px 2px;
	position: relative;
	z-index: 20;
	display: inline-block;
	height: 30px;
	cursor: pointer;
  border: solid 1px #fff200;




}
.ac-container label:hover{

}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{

}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;

}
.ac-container input:checked + label:hover:after{
	
}
.ac-container input{
	display: none;
}
.ac-container article{
	
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;

}

/*
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
*/
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	/* box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3); */
}
.ac-container input:checked ~ article.ac-small{
	height: 1500px;
}
/*
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

*/

















@media only screen and (max-width: 1200px) {
   table img{
      width: 180px;
    }
}


@media only screen and (max-width: 1000px) {
    table {
      width: 90%;
      padding: 40px;
      margin-bottom:20px;
     
    }


    table img{
      width: 180px;
    }

}


@media only screen and (max-width: 800px) {
    table img {
       display: none; 
    }
    table#partenaires  img{
  display: block;
}

    table {
      width: 100%;
      padding: 10px;
   
    }

    #navbar a {

  padding: 6px;
 
}
}


/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}