/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
  vertical-align: baseline;
  background: transparent;
}
dl {
  border: 3px double #ccc;
  padding: 0.5em;
}
dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
}
dt::after {
  content: ":";
}
dd {
  margin: 2px 0 0 110px;
  padding: 0 0 0.5em 0;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 5px 2px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table td * {
  font-size: 20px;
}
table td {
  padding-top: 20px;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
.colorlesamis {
  color:  #196f3d  ;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

.hidden {
  display: none !important;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.left-float {
  float: left;
}
.right {
  text-align: right;
}
.right-float {
  float: right;
}
.halfline {
  height: 9px;
}
.visblocker {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
}

body,
html {
  font-family: "Alegreya", serif;
  /*font-weight: 300;*/
  color: #666;
  background-color: #fff;
  min-height: 700px;
  min-width: 360px;
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 250%;
}
h2 {
  font-size: 240%;
}
h3 {
  font-size: 200%;
}
h4 {
  font-size: 150%;
  margin-bottom: 10px;
}
h5 {
  font-size: 120%;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
a {
  color:  #d35400;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: brown;
  text-shadow: 0 0 1px brown;
  cursor: pointer;
}
.addressholder {
  color: #666;
}
ul {
  padding-left: 30px;
}

.imgmax500 {
  max-width: 500px;
  padding: 15px;
  display: inline-block;
}
#header_lagarde .title {
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: bold;
  font-variant: small-caps;
}
#header_lagarde .subtitle {
  margin-top: 4px;
  font-size: 22px;
}
.menu-block-holder {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  height: 40px;
}
.menu-block {
  text-align: center;
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  background-color: rgba(253, 242, 233, 0.8);
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.menu-block.expanded,
.menu-block.collapsed:hover {
  height: auto;
}
.menu-block .menu-column {
  display: inline-block;
  vertical-align: top;
  padding: 0 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 180px;
  min-height: 240px;
  /*background-color:  #fdf2e9;*/
}
.menu-item {
  min-height: 35px;
}
.menu-item img {
  max-height: 20px;
  filter: invert(70%) sepia(1%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
  vertical-align: middle;
}
.menu-item:hover img {
  filter: invert(80%) sepia(5%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}
.menu-text {
  vertical-align: middle;
}
.menu-block .menu-column:hover {
  padding: 0 10px;
  font-weight: bold;
  background-color: #f5cba7;
}
.menu-block .menu-column .menu-headline-item {
  text-align: center;
  padding: 12px 10px;
  font-weight: bold;
  color: brown;
  cursor: pointer;
}
.menu-block .menu-item {
  display: block;
}
#main_page {
  max-width: 1000px;
  min-width: 800px;
  margin: 0 auto;
  padding: 10px 20px;
}
#main_content {
  margin: 30px 0;
}


/* evenements start*/
.programmeTitle {
  font-size: 22px;
  vertical-align: middle;
}
.programmeContentHolder {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
}
.programmeContent {
  font-size: 18px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.cat_programme_icon{
  display: inline-block;
  width: 10%;
  max-width: 64px;
  margin-right: 4%;
  margin-top: 5px;
  vertical-align: middle;
  filter: invert(70%) sepia(1%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}
.dticon {
  width: 24px;
  vertical-align: middle;
}
.scrolling-line{
  height: 1px;
  background: red;
}
.scrolling-line-arrow{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
  margin:auto;
}
/* evenements end*/

/*aea start*/
.aea-entry {
	margin: 5px 0;
	width: 49%;
	display: inline-block;
}
.aea-entry:hover {
	background: rgba(200, 200, 200, 0.5);
}
.aea-perspective.active {
	font-weight: bold;
	text-decoration: underline;
}
.aea-names {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
}
.aea-names > .aea-french {
	font-size: 110%;
	font-weight: bold;
	margin-left: 5px;
}
.aea-names > .aea-latin {
	font-size: 95%;
	margin-left: 5px;
}
.aea-link {
	display: inline-block;
	width: 24%;
	vertical-align: middle;
}
/*aea end */

/*** musique block ***/
#musique_data {
  right: 0;
  top: 72%;
}
.insmus-block {
max-width: 650px;
text-align: center;
margin: 35px auto 5px auto;
}
.insmus-title {
border-bottom: solid white 1px;
font-weight: bold;
text-align: center;
}
.insmus-description {
font-style: italic;
font-size: 95%;
text-align: center;
}
/* musique end */
/* home start */
.home-welcome {
  text-align: center;
}
.home-title {
  font-size: 60px;
  letter-spacing: 3px;
  font-weight: bold;
  font-variant: small-caps;
}
.home-subtitle {
  margin: 5px 0 20px 0;
  font-size: 30px;
  text-align: center;
}
.home-subtitle.italic {
  font-style: italic;
}
/* home end */

/* sculptures */
.sculptures-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  row-gap: 5px;
  clear: both;
  max-width: 700px;
  margin: 0 auto;
  background: #ddd;
  padding: 10px;
}

.sculptures-categorie {
  font-weight: bold;
  padding: 5px;
  grid-column-start: 1;
  grid-column-end: 3;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sculptures-artist {
  font-weight: bold;
  color: #444;
  padding: 5px;
}

.sculptures-country {
  padding: 5px;
}

.sculptures-title {
  padding: 5px;
}

.sculptures-material {
  padding: 5px;
}

.sculptures-forsale {
  padding: 5px;
}

.sculptures-place {
  padding: 5px;
}

.sculptures-comment {
  padding: 5px;
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

.sculptures-image {
  padding: 5px;
  grid-column-start: 1;
  grid-column-end: 3;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left-block {
  text-align: left;
}

.right-block {
  text-align: left;
}
/* sculptures end */

/* partenaires */
.partners-block {
	clear: both;
	max-width: 560px;
	margin: 0 auto;
	background: #ddd;
	padding: 30px;
}
.partner-block {
	clear: both;
	border-bottom: solid white 1px;
	padding-bottom: 5px;
}
.partner-block > a {
	display: inline-block;
	width: 25%;
}
.partner-block.pright > a, .partner-block.pleft > .partner-title, .partner-block.pleft > .partner-description {
	float:right;
	text-align: right;
}
.partner-block.pleft > a, .partner-block.pright > .partner-title, .partner-block.pright > .partner-description {
	float: left;
	text-align: left;
}
.partner-block > .partner-title {
	display: inline-block;
	width: 80%;
	font-weight: bold;
}
.partner-block > .partner-description {
	display: inline-block;
	width: 60%;
	font-size: 95%;
}
/*partneaires end */

/* external medias */
div.single-media {
  text-align: center;
  border: solid 0px white;
  padding: 15px;
  margin: 20px;
  max-width: 600px;
}
.media-consent a {
  color: red;
}
button.consent {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}
div.media-consent {
  color: white;
  border: solid 0px black;
  border-radius: 10px;
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
p.media-overlay {
  display: inline-block;
  color: black;
  background-color: rgba(255, 255,255, 0.7);
}
