@charset "utf-8";
/* CSS Document */

      @font-face {
                        font-family: 'Didot';
                        src: url('fonts/Didot.eot');
       }

      @font-face {
                        font-family: 'Didot';
                        src: url('fonts/Didot.woff') format('woff'),
                        url('fonts/Didot.svg#Didot') format('svg');
       }
	   
	    @font-face {
                        font-family: 'HelveticaNeueLTStd-Md';
                        src: url('fonts/HelveticaNeueLTStd-Md.eot');
       }

      @font-face {
                        font-family: 'HelveticaNeueLTStd-Md';
                        src: url('fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
                        url('fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
       }
	.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}   
     
	
	.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 300px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 0;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
/*  opacity: 1;*/
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

#filter {
  text-align: center;
  background-color: transparent;
  padding: 15px;
}

#filter button {
 
  border: 0;
   background-color: transparent;
  font-size: 10px;
  color: #555;
  cursor: pointer;
  padding: 5px 5px;
  text-transform:uppercase;
font-family: 'Lato', sans-serif;
 letter-spacing: 2.3px;
 	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#filter button:hover { color: #cd9126;}

#filter button.active { color: #555;}

#filter button.active { color: #555;
border-top:1px solid #555;}

#filter button:focus { outline: 0; }



#posts {
  max-width: 1000px;
  margin: 0 auto;
}

.post {
  width: 300px !important;
  float: left;
  height: 300px !important;
  text-align: center;
  margin:10px;
  display:inline-block;
  overflow:hidden;
}



.post-content {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.25em;
  
   
}



#posts .post a {
  z-index: 1000;
 }

#posts .post h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

#posts .post h2,
#posts .post p { margin: 0; }

#posts .post p {
  padding: 100px 0;
  text-align: center;
 
 }

#posts .post:hover p {
color:#000000;
  
}

.press12 {
  background: url(https://www.edonnersberg.com/images/press/elle-decoration-avril-2018/press12_1.jpg);
  background-size:cover;
  /* background color transition */
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
   width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press12:hover{
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/press/elle-decoration-avril-2018/press12_1.jpg);
  background-size:cover;
  -webkit-transform: translate3d(-2px, 0, 0) scale(1);
    transform: translate3d(-2px, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  overflow: hidden;
    min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press11 {
  background: url(https://www.edonnersberg.com/images/press/aditaly/press11_1.jpg);
  background-size:cover;
  /* background color transition */
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
   width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press11:hover{
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/press/aditaly/press11_1.jpg);
  background-size:cover;
  -webkit-transform: translate3d(-2px, 0, 0) scale(1);
    transform: translate3d(-2px, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  overflow: hidden;
    min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press10 {
	background: url(https://www.edonnersberg.com/images/press/better-homes-and-gardens/4.png);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press10:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/press/better-homes-and-gardens/4.png);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press1 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/14-12-hiver-BD.jpg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press1:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/14-12-hiver-BD.jpg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press2 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/firstluxe_press_emma_donnersberg_02.jpg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press2:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/firstluxe_press_emma_donnersberg_02.jpg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press3 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/couv-first-luxe-may-2014.jpg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press3:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/couv-first-luxe-may-2014.jpg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press4 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/firstluxe_press_emma_donnersberg_01.jpg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press4:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/firstluxe_press_emma_donnersberg_01.jpg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press5 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/wallpaper_march_2014_cover.png);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press5:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/wallpaper_march_2014_cover.png);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press6 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/madame_air-france_summer_2014.jpg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press6:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/madame_air-france_summer_2014.jpg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press7 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/214.jpg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press7:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/214.jpg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press8 {
	background: url(https://www.edonnersberg.com/images/uploads/2015/02/le-figaro-cover.jpeg);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.press8:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
    url(https://www.edonnersberg.com/images/uploads/2015/02/le-figaro-cover.jpeg);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}

.press9 {
	background:   url(https://www.edonnersberg.com/images/press/residence/residence_2015.png);
	background-size:cover;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	 width:300px;
  float: left;
  height: 300px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
}


.press9:hover{
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 255, 255, 0), 
      rgba(255, 255, 255, 0)
    ),
    /* bottom, image */
      url(https://www.edonnersberg.com/images/press/residence/residence_2015.png);
	background-size:cover;
	-webkit-transform: translate3d(-2px, 0, 0) scale(1);
  	transform: translate3d(-2px, 0, 0) scale(1);
 	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
 	overflow: hidden;
  	min-height: 100%;
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-transition: 2s !important;
  -moz-transition: 2s !important;
  transition: 2s !important;
}
.boxportfolio { width: 300px; height: 340px; display:block; position:relative; overflow:hidden; margin: 10px 0 0 10px;}

.image { width: 300px; height: 300px; display:block; position:absolute; left: 0px; top:0px; cursor: default; }
.image-little { width: 300px; height: 300px; display:block; position:absolute; left: 0px; top:0px; cursor: default; }

#apartment-paris-01 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-paris-01-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#apartment-paris-01-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-paris-01.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#apartment-paris-16 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-paris-16-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#apartment-paris-16-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-paris-16.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#house-boulogne { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/house-boulogne-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#house-boulogne-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/house-boulogne.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#hotel-paris-14 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/hotel-paris-14-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#hotel-paris-14-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/hotel-paris-14.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#restaurant-il-vino { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/restaurant-il-vino-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#restaurant-il-vino-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/restaurant-il-vino.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#house-paris-16 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/house-paris-16-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#house-paris-16-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/house-paris-16.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#lobby-paris-08 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/lobby-paris-8-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#lobby-paris-08-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/lobby-paris-8.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#centre-laser-rothschild { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/centre-laser-rothschild-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#centre-laser-rothschild-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/centre-laser-rothschild.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#apartment-union-square { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-union-square-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#apartment-union-square-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-union-square.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#setai-wall-street { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/setai-wall-street-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#setai-wall-street-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/setai-wall-street.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#fast-food-paris { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/fast-food-paris-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#fast-food-paris-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/afast-food-paris.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#office-paris-08 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/office-paris-08-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#office-paris-08-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/office-paris-08.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#apartment-paris-16 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;

    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-paris-16-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#apartment-paris-16-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/apartment-paris-16.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#conference-room-paris-8 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/conference-room-paris-6-nb.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#conference-room-paris-8-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/conference-room-paris-6.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#creation { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/mirror-nb.png"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#creation-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/effet-noir-et-blanc-couleur/mirror.png"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#organiko-1 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/organicos/organico-1.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}



#organiko-1-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("https://www.edonnersberg.com/images/organicos/organico-1.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#organika2 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organika3-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#organika2-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organika3-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	cursor: pointer !important;
}

#organika3 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikaresin1-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#organika3-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikaresin1-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  cursor: pointer !important;
}

#organika4 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikaresin2-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#organika4-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikaresin2-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  cursor: pointer !important;
}

#organika5 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikatable.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#organika5-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikatable-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  cursor: pointer !important;
}

#organika6 { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikatable-cov.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#organika6-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/organikatable.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  cursor: pointer !important;
}

#leaf { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/leaf.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#leaf-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/leaf.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  cursor: pointer !important;
}

#puzzle { 
         -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/puzzle.jpg"); 
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#puzzle-hover { 
     -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
   -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
    background: url("/images/organika/puzzle.jpg"); 
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
  cursor: pointer !important;
}
 
 

.boxportfolio:hover #apartment-paris-01, .boxportfolio:hover #apartment-paris-16, .boxportfolio:hover #house-boulogne, .boxportfolio:hover #hotel-paris-14, .boxportfolio:hover #restaurant-il-vino, .boxportfolio:hover #house-paris-16, .boxportfolio:hover #lobby-paris-08, .boxportfolio:hover #centre-laser-rothschild, .boxportfolio:hover #apartment-union-square, .boxportfolio:hover #setai-wall-street, .boxportfolio:hover #fast-food-paris, .boxportfolio:hover #office-paris-08, .boxportfolio:hover #apartment-paris-16, .boxportfolio:hover #conference-room-paris-8, .boxportfolio:hover #creation, .boxportfolio:hover #organiko-1, .boxportfolio:hover #organika2, .boxportfolio:hover #organika3, .boxportfolio:hover #organika4, .boxportfolio:hover #organika5, .boxportfolio:hover #leaf { 
    filter: alpha(opacity=0); 
    opacity: 1; 
    transform: scale(1.08);
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
}

.boxportfolio:hover #apartment-paris-01-hover, .boxportfolio:hover #apartment-paris-16-hover, .boxportfolio:hover #house-boulogne-hover, .boxportfolio:hover #hotel-paris-14-hover, .boxportfolio:hover #restaurant-il-vino-hover, .boxportfolio:hover #house-paris-16-hover, .boxportfolio:hover #lobby-paris-08-hover, .boxportfolio:hover #centre-laser-rothschild-hover, .boxportfolio:hover #apartment-union-square-hover, .boxportfolio:hover #setai-wall-street-hover, .boxportfolio:hover #fast-food-paris-hover, .boxportfolio:hover #office-paris-08-hover, .boxportfolio:hover #apartment-paris-16-hover, .boxportfolio:hover #conference-room-paris-8-hover, .boxportfolio:hover #creation-hover, .boxportfolio:hover #organiko-1-hover, .boxportfolio:hover #organiko-2-hover { 
    filter: alpha(opacity=100); 
    opacity: 1; 
    transform: scale(1.08);
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
}



#rotate {
margin: 30px 0 0px 0;
  font-family: "Didot",serif;
  font-size: 50%;
  line-height: 1.25em !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 300;
  text-align: center;}
  .img { height:auto !important; 
display: block;
  max-width: 100%;
  height: auto; }

	#chargement {
		font-size: 4em;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 25%;
		width: 600px;
		margin-left: -300px;
		color: transparent;
	}
	#chargement-infos {
		text-align:right;
		white-space: nowrap;
		display: block;
		border-bottom:4px solid #000;
		width: 0%;
	}
	#container {
		visibility: hidden;
	}
	
	/* arrows over effect */

.hover-prev{
    width: 46px !important;
    height: 46px !important;
    background: url(https://www.edonnersberg.com/images/prev.png) no-repeat !important;
	/* background color transition */
	-webkit-transition: 2s;
	-moz-transition: 25s;
	transition: 2s;
	
}

.hover-prev:hover{
background: url(https://www.edonnersberg.com/images/prev-hover.png) !important;
}

.hover-next{
    width: 46px !important;
    height: 46px !important;
    background: url(https://www.edonnersberg.com/images/next.png) no-repeat !important;
	/* background color transition */
	-webkit-transition:2s;
	-moz-transition: 2s;
	transition: 2s;
	
}

.hover-next:hover{
background: url(https://www.edonnersberg.com/images/next-hover.png) !important;
}

/*
Back to top button 
*/
#back-top {
	position:fixed;
	bottom:1%;
	right:1%;
}
#back-top a {

	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	background: url(https://www.edonnersberg.com/images/up-arrow.png) no-repeat center center;
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover span {
	background: url(https://www.edonnersberg.com/images/up-arrow-hover.png) no-repeat center center;
}
	
	.form-control::-webkit-input-placeholder { color: #000 !important; }
.form-control:-moz-placeholder { color: #000 !important; }
.form-control::-moz-placeholder { color: #000 !important; }
.form-control:-ms-input-placeholder { color: #000 !important; }

.form-control {
  
    color: #000 !important;
    background-image: none;
}
.text-box, .textarea-box {
	padding: 2px;}
	
	/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}

.fade-in.two {
-webkit-animation-delay: 0.2s;
-moz-animation-delay:0.2s;
animation-delay: 0.2s;
}

.fade-in.three {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.fade-in.four {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.fade-in.four {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.fade-in.five {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}

.fade-in.five {
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
}

.fade-in.six {
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
animation-delay: 1.4s;
}

.fade-in.seven {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

.fade-in.eight {
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;
}

.fade-in.nine {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-delay: 2s;
}

.fade-in.ten {
-webkit-animation-delay: 2.2s;
-moz-animation-delay: 2.2s;
animation-delay: 2.2s;
}

.fade-in.eleven {
-webkit-animation-delay: 2.4s;
-moz-animation-delay: 2.4s;
animation-delay: 2.4s;
}

.fade-in.twelve {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
animation-delay: 2.6s;
}

.fade-in.thirteen {
-webkit-animation-delay: 2.8s;
-moz-animation-delay: 2.8s;
animation-delay: 2.8s;
}


.fade-in.fourteen {
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
animation-delay: 3s;
}


	
 @media screen and (max-width: 768px) {

#posts .post { width: 45%;}
.navbar-brand-centered {margin:10px 0 0 30px !important; padding:0 !important;}
}

 @media screen and (max-width: 370px) {

#posts .post { width: 100%; }
.navbar-brand-centered {margin:10px 0 0 30px !important; padding:0 !important;}
.navbar-nav>li>a {text-align:center; padding:2px;}

