@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html, body, form, fieldset, legend, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
/*	structure */
html, body {
  height: 100vh
}
html {
  /*background-color: #d0e9f0;*/
    background-color: #ffffff;
}
/* MENU */
ol li {
  text-decoration: none;
  font: 700 2.441rem/1.75rem 'Roboto', sans-serif;
  padding: 0.5em 0.2em 0.5em 0.9em;
  margin: 0px;
}
li {
  text-transform: uppercase;
  color: #333333;
  list-style: none;
  padding: 0.5em 0.2em 0.5em 0.6em;
  border-top: 3px solid #333333;
  margin: 0px;
  font: 700 2.441rem/1.75rem 'Roboto', sans-serif;
    text-decoration: underline;
}
li:last-child {
    border-bottom: 3px solid #333333;
}
li a {
  text-transform: uppercase;
  color: #333333;
  list-style: none;
  font: 700 2.441rem/1.75rem 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
li a::after {
  content: "\002794";
  padding: 0.8em 0.3em 0.2em;
  text-decoration: none;
}
li a:visited:hover {
  color: #448cca;
}
li a:hover {
  color: #448cca;
  text-decoration: underline;
}
#myBtnContainer {
  margin-left: 35px;
 margin-top: 16px;
margin-bottom: 3px;
}
/* PORTEFOLIO + FILTRE */
.content {
  position: relative;
  border-radius: 6px;
  box-shadow:  7px 7px 16px #d9d9d9,
             -7px -7px 16px #ffffff;
}
h4 a {
  text-transform: uppercase;
  color: #333333;
  list-style: none;
  font: 700 1.953rem/1.75rem 'Roboto', sans-serif;
  margin-top: 16px;
  margin-bottom: 14px;
  display: block;
}
h4 a::after {
  content: "\002794";
  padding: 0.8em 0.3em 0.2em;
  text-decoration: none;
}
h4 a:hover {
  color: #448cca;
  text-decoration: underline;
}
h4 a:active {
  color: #448cca;
}
h4 a:visited {
  color: #016634;
}
h4 a:visited:hover {
  color: #ff6633;
}
h5 {
  text-transform: uppercase;
}
img:hover{
    filter:brightness(110%);
}
/* PORTEFOLIO + FILTRE */
/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}
.column-filtre {
  float: left;
  width: 25%;
}
.column-filtre p {
  font-family: 'robotoregular', sans-serif, arial;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.column-filtre p span {
  font-family: 'robotoregular', sans-serif, arial;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

/* FLIP CARD */
 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.card {
  /*perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.card-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
    position: relative;
  width: 100%;
  height: 100%;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.card:hover .card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
     position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: red !important;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
} 



h1 {
  font-size: 50px;
  word-break: break-all;
}
h5 {
  text-decoration: none;
  font: 400 1.25rem/1.75rem 'roboto', sans-serif, Arial;
border-bottom: 2px solid #333;
  margin-bottom: 8px !important;
}
p.lieu-theme {
  text-transform: uppercase;
  color: #333333;
  list-style: none;
  font: 600 20px/40px'Roboto', sans-serif, Arial;
  margin-top: 0px;
  margin-bottom: 13px;
  padding: 0px;
  display: block;
}
img {
  border-radius: 1%;
}
.row-filtre {
  margin: 0px;
    
}
/* Add padding BETWEEN each column (if you want) */
.row-filtre, .row-filtre > .column-filtre {
  padding: 0px;
}
/* Create three equal columns that floats next to each other */
.column-filtre {
  float: left;
  /*width: 33.33%;*/
    width: 100%;
  display: none; /* Hide columns by default */
}
/* Clear floats after rows */
.row-filtre:after {
  content: "";
  display: table;
  clear: both;
}
.column-filtre:hover {
  filter:drop-shadow(3px 3px 3px #cdcccc);
}
/* Content */
.content {
  background-color: white;
  padding: 12px;
  margin: 10px;
}
/* The "show" class is added to the filtered elements */
.show {
  display: block;
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 12px;
  margin: 4px 1px;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase;
  font: 400 1rem/1rem'Roboto', sans-serif;
  color: #333333;
  border-radius: 50px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -7px -7px 5px rgba(255, 255, 255, 0.25);}
/* Add a grey background color on mouse-over */
.btn:hover {
    text-decoration: underline;
    box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.25), -9px -9px 5px rgba(255, 255, 255, 0.25);
    color: #448cca;
}
.btn.active {
  background-color: #333333;
  color: white;
}
@media screen and (min-width: 768px) {
  .column-filtre {
    width: 50%;
  }
}
@media screen and (min-width: 1152px) {
  .column-filtre {
    width: 33%;
  }
}