* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	background-color: #e4e4e4;
}

div.overlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 10;
}

div.overlay ul {
	position: absolute;
	right: -340px;
	top: 0px;
	width: 340px;
	height: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 60px;
	background: #010101;
    	animation-name: openmenu;
    	animation-duration: 1s;
}

@keyframes openmenu {
    from {right: -340px;}
    to {right: 0px;}
}

div.overlay ul a {
	font-family: 'BenchNine', sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	color: #b2b2b2;
	text-decoration: none;
	letter-spacing: 1px;
}

div.overlay ul a:hover {
	color: #f5e851;
}

div.overlay ul a li {
	display: flex;
	align-items: center;
	height: 60px;
	padding-left: 30px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #1e1e1e;
}

li.fermer {
	color: #aca321;
}

li.fermer:hover {
	color: #f5e851;
}

header {
	position: relative;
	height: 50px;
	width: 100%;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 990px;
	max-width: 1445px;
	margin: auto;
}




/* LOGO */

.logo {
	display: flex;
	align-items: center;
	color: black;	
}

.symbole {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	padding-right: 15px;
}

div.logo-int {
	background: black;
	height: 5px;
	width: 60px;
}

div.logo-ext {
	background: black;
	height: 5px;
	width: 30px;
}

.signature {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.mac {
	height: 100%;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
}

.invisible {
	height: 100%;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 1.06rem;
	font-weight: bold;
	margin-top: -8px;
	color: black;
}

div.logo-int,
div.logo-ext {
	box-shadow: 0px 0px 7px rgba(255,255,255,.6);
}

.mac,
.invisible {
	text-shadow: 0px 0px 8px rgba(255,255,255,.5);
}




/* NAVIGATION #1 */


header nav {
	background: black;
	height: 50px;
z-index: 100;
}

.flex-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav a {
	display: block;
	padding: 1rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight:400;
	color:#b2b2b2;
	text-transform:uppercase;
	text-decoration: none;

}

a.menu1:hover {
	color: white;
}

#quoifaire,
#magazine,
#multimedia,
#membre,
#achats,
#horaire,
#joindre,
#english {
	position: relative;
	top: 12px;
	height: 2px;
	background: #f5e851;
	width: 0%;
	margin: auto;
	transition: width .3s;
}



/* ACCUEIL SPLASH */

main {
	position: relative;
	background-image: url(artistes/acosta_laura/02.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	height: 750px;

}

main.expos {
	position: relative;
	background-image: none;
	height: auto;
}



/* NAVIGATION #2 */

main nav {
	position: relative;
	background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.5), rgba(0,0,0,0));
	height: 95px;
z-index: 100;
}

main nav a {
	display:inline-block;
	padding: 1rem;
font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	color: white;
	text-decoration: none;
	margin-top: -15px;
}


.search {
	transform: scale(1.5);
}

main nav a.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: yellow;
}

div.dots {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 25px;
	width: 6px;
	margin-left: 10px;
}

div.dot {
	height: 6px;
	width: 100%;
	background-color: yellow;

}

#expositions,
#activites,
#collections,
#education,
#renseignements {
	position: relative;
	top: 20px;
	height: 4px;
	background: #f5e851;
	width: 0%;
	margin: auto;
	transition: width .3s;
}






/* VIGNETTE ACCUEIL */

div.frame {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 570px;
	height: 265px;
	background-color: black;
	color: white;
	padding: 40px 40px 40px 200px;
	font-family: 'BenchNine', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2rem;
	color: white;
}

div.frame div:first-child {
	font-size: 1.2rem;
	font-weight: bold;
	color: gray;
	margin-bottom: 10px;
}

div.date {
	font-weight: 400;
	color: gray;
	margin-top: 35px;
}

div.frame a {
	position: absolute;
	right: 40px;
	bottom: 50px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	color: white;
	text-decoration: none;
}


/* LE MUSÉE*/

img.musee {
	display: block;
	position: relative;
	top: -100px;
	left: 0px;
	right:0px;
	width: 100%;
}

section.musee {
	margin-bottom: 100px;
}

section.musee article {
	width: 100%;
	max-width: 940px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
	margin: auto;
}

div.propos {
	display: grid;
	grid-template-columns: 140px 1fr;
	align-items: center;
	max-width: 1220px;
	margin: auto;
}

div.propos h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.5rem;
	font-weight:300;
	color: #000000;
	width: 140px;
}

section.musee article h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.6rem;
	font-weight:600;
	color: #000000;
	width: 140px;
}

div.propos_line {
	display: inline-block;
	background: #818181;
	margin-top: 5px;
	height: 2px;
}

div.directeur_line{
	display: inline-block;
	background: #818181;
	margin-top: 5px;
	height: 2px;
	width: 390px;
}

div.biblio_line{
	position: relative;
	background: #000000;
	top: 15px;
	height: 1px;
	width: 30%;
}

div.mission_vision {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

div.directeur {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
	max-width: 1200px;
	margin: auto;
}

img.directeur {
	display: block;
	max-width: 100%;;
	grid-gap: 40px;
}

sup {
	font-size: .9rem;
	margin-left: 3px;
	font-weight: bold;
}

ol {
	position: relative;
	left: 15px;
	margin-left: 0px;
	padding: 0px;
	font-size: .9rem;
	line-height: 1.2rem;
}




/* EXPOS SPLASH */

div.titre {
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 70px 0px;
}

div.titre h1 {
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.5rem;
	font-weight:300;
	color: #818181;
	margin: 80px;
}

div.line {
	background: #818181;
	width: 25%;
	max-width: 400px;
	height: 2px;
}

div.titre a {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 10px;
	margin-top: -4px;
	display:inline-block;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: .8rem;
	font-weight:600;
	text-decoration: none;
	color: rgba(0,0,0,.3);
}

div.titre a:hover {
	color:black;
}

span {
	display: inline-block;
	font-size: 1.1rem;
	font-weight:bold;
}

section.accueil {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3px;
	grid-auto-columns: auto;
	min-width: 990px;
	max-width: 1445px;
	margin: auto;
}

section.accueil article {
	position: relative;
	background-color: white;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2rem;
}

section article img {
	width: 100%;
}

section.accueil div {
	margin-left: 50px;
}

section.expos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	grid-auto-rows: auto;
	margin-bottom: 100px;
}

section.expos article {
	position: relative;
	background-color: black;
	overflow: hidden;
}

section.expos article img {
	opacity: 1;
	transition: opacity .3s;
	margin-bottom: -5px;
}

section.expos article img:hover {
	opacity: .6;
}

div.encours {
	position: relative;
	display: inline-block;
	font-size: .9rem;
	font-weight: bold;
}

div.artiste {
	position: relative;
	top: 20px;
	margin-bottom: 90px;
}

div.expos-date {
	font-size: .9rem;
	font-weight: bold;
	margin-bottom: 30px;
}

div#encours {
	display: inline-block;
	position: absolute;
	left: -50px;
	bottom: -3px;
	height: 2px;
	background: #f5e851;
	width: 100%;
	transition: width .3s;
}

section.activites {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

article.activites {
	display: flex;
	width: 100%;
	max-width: 960px;
	margin: auto;
	background: white;
}

article.activites div {
	width: 50%;
}

img.activites {
	max-width: 100%;
	height: 100%;
}

section.pubs {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: auto;
	max-height: 250px;
	background: #010101;
	margin-bottom: 100px;
	height: 310px;
}

section.pubs div {
	max-width: 1445px;

}

section.pubs div img {
	width: 100%;
	max-height: 310px;

}





/* COLLECTIONS */


section.bio {
	display: flex;
	justify-content: space-between;
	max-width: 1445px;
	margin: auto;
	margin-bottom: 30px;
	padding: 15px;
}

section.bio h1 {
	margin: auto;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.5rem;
	font-weight:700;
}

section.bio article h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: 'Barlow Condensed', sans-serif;
}


section.bio article {
	position: relative;
	flex-grow: 1;
	max-width: 50%;
}

section.bio article p {
	position: relative;
	max-width: 90%;
}

section.bio aside {
	position: relative;
	display: block;
	flex-grow: 1;
	background-image: url("artist.jpg");
	bacjground-size: contain;
	text-align: right;
}

section.bio aside img {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;

}


section.collections {
	column-count: 3;
	column-gap: 1.5rem;
	grid-auto-rows: auto;
	max-width: 1445px;
	margin: auto;
	margin-bottom: 100px;
}

section.collections_texte {
	position: relative;
	height: auto;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1.5rem; 
	line-height:1.8rem; 
	font-weight:400; 
	width: 100%;
	max-width: 1220px;
	margin: auto;
}

section.collections article {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 1.5rem;

}

section.collections article img {
	display: block;
	max-width: 100%;
	height: auto;
}

article header {
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 0px;
	padding: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	font-weight:500;
	background-color: white;
}


section.collections article a {
	color: black;
}


section.collections article header div {
	position: relative;
	top: -50px;
	left: 390px;
	font-size: 2rem;
	font-weight: bold;
}

div.collection2 {
	display: grid;
	grid-template-columns: 630px 1fr;
	align-items: center;
	max-width: 1220px;
	margin: auto;
}

div.collection2 h1 {
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.5rem;
	font-weight:300;
	color: #000000;
}

div#selection_mobile {
	display: none;
}






/* FOOTER */

footer {
color: red;
	position: relative;
	background-color: black;
	height: 500px;

}

footer nav {
	position: absolute;
	display: flex;
	justify-content: space-around;
	align-items: center;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: yellow;
	height: 100px;
}

nav.footer a {
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.3rem;
	font-weight:900;
	color: rgba(0,0,0,.6);
	padding: 5px;
	text-transform:uppercase;
	text-decoration: none;
	z-index: 200;
}

nav.footer a:hover {
	color: black;
}

footer section {
	position: relative;
	top: -110px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer section article {
	flex-grow: 1;
	color: white;
	width: 100%;
	padding: 0px 40px 0px 0px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 100;
	font-size: 1.1rem;
	color: #c0c0c0
}

footer section article h1 {
	display: block;
	font-size: 2rem;
	font-weight:400;
	margin-top: 80px;
	color: white;
}



/* GALERIE */

.container {position: relative; width:75px;}
.thumbnail {width:100%;}

.modal {
	position:absolute;
	display: none;
	justify-content: center;
	justify-items: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 1000;
}

.zoom {
	height:100%;	
}

.x {
	position: absolute;
	top: 10%;
	right: 5%;
	color: rgba(255,255,255,.55);
	font-family: arial;
	font-weight: normal;
	font-size: 20px;
	padding: 5px 10px;
	border: solid 1px rgba(255,255,255,.55);
	cursor: pointer;
}

.x:hover {
	color: rgba(255,255,255,.95);
	border: solid 1px rgba(255,255,255,.95);
	text-shadow: 2px 2px 5px rgba(0,0,0,.65);
	box-shadow: 2px 2px 5px rgba(0,0,0,.65);
}

.close {position:absolute; z-index:2000; background:yellow; display: block;}



