/* ------------------------- */
/* Tag et variables globales */
/* ------------------------- */
img, object, embed, canvas, video, audio, picture {
  max-width: 100%;
  height: auto; }

html {
  background-color: #eee;
  color: #000;
  font-family: arial; }

#parent {
  vertical-align: middle; }
@media only screen and (max-width: 780px) {
  #parent {
    padding: 20px; } }
@media only screen and (min-width: 781px) and (max-width: 1199px) {
  #parent {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 1200px) {
  #parent {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.header {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
.header #logo {
  font-family: arial; }
.header .search input {
  padding: 5px;
  border-radius: 3px;
  border: 0px; }

h1 {
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  padding-left: 60px;
  margin: 5px 0px;
  font-size: 20px; }

h2 {
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  font-size: 20px;
  padding: 10px 10px 10px 40px; }
@media only screen and (min-width: 781px) and (max-width: 1199px) {
  h2 {
    width: 90%; } }
@media only screen and (min-width: 1200px) {
  h2 {
    width: 90%; } }

.vignette {
  border-radius: 10px;
  box-shadow: 2px 2px 8px #555;
  padding: 3%;
  background-color: #fff; }
@media only screen and (min-width: 781px) and (max-width: 1199px) {
  .vignette {
    height: 175px; } }
@media only screen and (min-width: 1200px) {
  .vignette {
    height: 190px; } }

.ascenseur {
  cursor: pointer;
  background: url("gfx/puce.png") no-repeat 20px 16px rgba(0, 0, 0, 0.7); }

.ascenseur2 {
  cursor: pointer;
  background: url("gfx/puce2.png") no-repeat 14px 13px rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  margin-bottom: 5px; }

.list-image {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
@media only screen and (min-width: 781px) and (max-width: 1199px) {
  .list-image {
    width: 90%; } }
@media only screen and (min-width: 1200px) {
  .list-image {
    width: 90%; } }

.image-content {
  /*    @include respond-to(handhelds) { }
      @include respond-to(medium-screens) { width:21%; margin-right: 2%; margin-left: 2%;  }
      @include respond-to(wide-screens) { width:21%; margin-right: 2%; margin-left: 2%;  } */
  width: 180px;
  margin: 10px; }
.image-content > a {
  display: block;
  text-align: center; }

.clearboth {
  clear: both; }

.titre {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 45px;
  text-align: center;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center; }
.titre > a {
  color: #000; }

/*# sourceMappingURL=style.css.map */
