@font-face {
    font-family: Lato;
    src:url("fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: ArkamRegular;
    src:url("fonts/ArkamRegular.otf");
}


body {
  margin: 0px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}

body .black {
  background-color: #000000;
  color: #ffffff;
}

body .white {
  background-color: #FFFFFF;
  color: #000000;
}

.ephemera {
  background-color: #FFFFFF;
  color: #000000;
}

.about {
  background-color: #FFFFFF;
  color: #000000;
}


.home {
  margin-top: 15px;
  background-image:url(images/filet.png);
  background-position: 50% 0px;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
.home {
  background-image: none;
}
}

.aboutcontent {
margin-top: -100px;
}

.aboutcontent2 {

font-style: italic;
}


@media (max-width: 480px) {
    .aboutcontent img {display:none;}
    .aboutcontent {margin-top: 0px;}
    .aboutcontent2 {margin-top: 0px; }
}

.art, .portraits {
  background-color: #000000;
  color: #FFFFFF;
}

.visits {
    overflow: hidden;}

.imgart, .imgmusic
{
  margin-top: -40px;}

h1 {
  margin-top: 0px;
  text-align: left;
}

.logo {
  width: 250px;
}

@media (max-width: 480px) {
.logo {
  width: 200px;
}
}

h2 {
  font-family: 'ArkamRegular', 'Lato', Helvetica, sans-serif;
  text-align: left;
  margin: -30px 0 0 10px;
  font-size: 20px;
  letter-spacing: 1.55px;
  font-weight: normal;
}

.fleche {
  font-size: 30px;
}

p  {
  margin-left: 10px;
  margin-right: 10px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.lien {
  text-decoration: underline dotted;
}

.liennoir {
  color: #000000;
  text-decoration: underline dotted;
}

@media (max-width: 480px) {
    .pc {
        display:none;
    }
}

.telephone {
        display:none;
    }

@media (max-width: 480px) {
    .telephone {
    display:inline;
    margin: 0 auto;
    }
}


.menu__mail {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 1;
}

.mail__btn {
  background-color: #000000;
  border: none;
  color: #ffffff;
}

/* menu hamburger blanc */

#menu__togglew {
  opacity: 0;
}
#menu__togglew:checked + .menu__btnw > span {
  transform: rotate(45deg);
}
#menu__togglew:checked + .menu__btnw > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__togglew:checked + .menu__btnw > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__togglew:checked ~ .menu__boxw {
  right: 0 !important;
}
.menu__btnw {
  position: fixed;
  top: 15px;
  right: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btnw > span,
.menu__btnw > span::before,
.menu__btnw > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #000000;
  transition-duration: .25s;
}
.menu__btnw > span::before {
  content: '';
  top: -8px;
}
.menu__btnw > span::after {
  content: '';
  top: 8px;
}
.menu__boxw {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}

@media (max-width: 480px) {
    .menu__boxw  {
  width: 270px;
    }
}

.menu__itemw {
  display: block;
  padding: 12px 24px;
  color: #000000;
  font-size: 20px;
  letter-spacing: 3.55px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__itemw:hover {
  background-color: #000000;
  color: #ffffff;
}

/* menu hamburger noir */

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 15px;
  right: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #ffffff;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #000000;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}

@media (max-width: 480px) {
    .menu__box  {
  width: 270px;
    }
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 3.55px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #ffffff;
  color: #000000;
}

/*Main Gallery */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 23%;
  max-width: 23%;
  padding: 0 0px;
}

.column3 {
  flex: 33%;
  max-width: 33%;
  padding: 0 0px;
}

.column img {
  margin-top: 12px;
  vertical-align: middle;
  max-width: 100%;
}

.column3 img {
  margin-top: 12px;
  vertical-align: middle;
  max-width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column, .column3 {
    flex: 48%;
    max-width: 48%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, .column3 {
    flex: 100%;
    max-width: 100%;
  }
}


/* lightbox */

.row > .column {
  padding: 0 8px;
}



.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

.column3 {
  float: left;
  width: 33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 30px solid white;
  width: 90%;
  max-width: 500px;
}

@media (max-width: 480px) {
    .modal-content {
        border: 15px solid white;
    }
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  margin-left: -80px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

@media (max-width: 480px) {
    .prev,
.next {  margin-top: 0px;
  margin-left: 0px;
    }
}

/* Position the "next button" to the right */
.next {
  right: -80px;
  border-radius: 3px 0 0 3px;
}

@media (max-width: 480px) {
.next {right: 0px;}
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -60px;
  left: -40px;
}

@media (max-width: 480px) {
.numbertext {left: -20px;}
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: white;
  padding: 2px 16px;
  color: black;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

#flex-container { 
    display: flex;
	flex-direction:row;
    align-items: flex-start;
  justify-content: center;
}

#flex-container>div {
		}


@media screen and (max-width: 768px) {
	#flex-container {flex-direction:column;}     
    .enanchor {visibility: visible;}
}

#item-1, #item-2, #item-3  {padding: 10px;}
#item-1, #item-3 {flex-basis: 25%;}
#item-1 p, #item-3 p {text-align: justify;}
#item-2 {margin-top:30px;}

.portraitscontainer {
  display: flex;
  flex-wrap: wrap;
 margin-left: -150px;
}

.portraitcolumn {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.button {
  flex: 1;
  color: white;
}

.button.rowspan {
  flex: 2;
}

/* CGV */

.cgv {width: 80%; margin-left: 10%;}

.btprint {
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 185px;
  background: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.btpadding {
  padding: 10px;
}

.btlink {
  display: inline-block;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    color: #000000;
    min-width: 150px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    border-radius: 50px;
}

.btprint2 {
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 270px;
  background: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.btlink2 {
  display: inline-block;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    color: #000000;
    min-width: 100px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    border-radius: 50px;
}
