@import url('https://fonts.googleapis.com/css?family=Roboto:500,400,700,300');

body, html {
  font-family         : "Roboto", Helvetica, Arial, serif;
  color               : rgba(0, 0, 0, 1.0);
  background-color    : #F4F4F2;
  margin: 0;
}
* {
  outline: none;
  scroll-behavior: smooth
}

a {
  text-decoration     : none;
}
a:link, a:visited {
  text-align: left;
  text-decoration: none;
  color: black;
}

.bp1-photo {
  width               : 100%;
  min-width           : 1420px;
  height              : 100vh;
  min-height          : 1286px;
  position            : relative;
  overflow            : hidden;
  margin              : 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration     : none;
}
div {
  -webkit-text-size-adjust: none;
}
.anima-full-width-a {
  width               : 100%;
}
.anima-full-height-a {
  height              : 100%;
}
div {
  -webkit-text-size-adjust: none;
}
.bp1-photo .bp1-decor {
  top                 : 274px;
  height              : 855px;
  width               : 1279px;
  position            : absolute;
  margin              : 0;
  left                : 77px;
}
.bp1-photo .bp1-decor .bp1-line {
  top                 : 354px;
  height              : 2px;
  width               : 195px;
  position            : absolute;
  margin              : 0;
  left                : 1180px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp1-photo .bp1-decor .bp1-frame3 {

  top                 : 0px;
  height              : 588px;
  width               : 826px;
  position            : absolute;
  margin              : 0;
  left                : 231px;



}
.bp1-photo .bp1-decor .bp1-frame3 .bp1-frame32 {

  top                 : 1px;
  height              : 136px;
  width               : 122px;
  position            : absolute;
  margin              : 0;
  left                : 1px;
  -ms-transform       : rotate(-180deg); /* IE 9 */
  -webkit-transform   : rotate(-180deg); /* Chrome, Safari, Opera */
  transform           : rotate(-180deg);
}
.bp1-photo .bp1-decor .bp1-frame3 .bp1-frame31 {

  top                 : 452px;
  height              : 136px;
  width               : 122px;
  position            : absolute;
  margin              : 0;
  left                : 704px;
  -ms-transform       : rotate(-360deg); /* IE 9 */
  -webkit-transform   : rotate(-360deg); /* Chrome, Safari, Opera */
  transform           : rotate(-360deg);
}
.bp1-photo .bp1-decor .bp1-diamond {

  top                 : 319px;
  height              : 196px;
  width               : 196px;
  position            : absolute;
  margin              : 0;
  left                : 20px;
  -ms-transform       : rotate(-13deg); /* IE 9 */
  -webkit-transform   : rotate(-13deg); /* Chrome, Safari, Opera */
  transform           : rotate(-13deg);
}
.bp1-photo .bp1-decor .bp1-diamond1 {
  top                 : 385px;
  height              : 126px;
  width               : 126px;
  position            : absolute;
  margin              : 0;
  left                : 17px;
}
.bp1-photo .bp1-decor .bp1-diamond2 {
  top                 : 679px;
  height              : 97px;
  width               : 97px;
  position            : absolute;
  margin              : 0;
  left                : 698px;
  -ms-transform       : rotate(-24deg); /* IE 9 */
  -webkit-transform   : rotate(-24deg); /* Chrome, Safari, Opera */
  transform           : rotate(-24deg);
}
.bp1-photo .bp1-decor .bp1-diamond3 {
  top                 : 684px;
  height              : 126px;
  width               : 126px;
  position            : absolute;
  margin              : 0;
  left                : 810px;
  -ms-transform       : rotate(32deg); /* IE 9 */
  -webkit-transform   : rotate(32deg); /* Chrome, Safari, Opera */
  transform           : rotate(32deg);
}
.bp1-photo .bp1-decor .bp1-diamond4 {
  top                 : 743px;
  height              : 97px;
  width               : 97px;
  position            : absolute;
  margin              : 0;
  left                : 716px;
  -ms-transform       : rotate(-24deg); /* IE 9 */
  -webkit-transform   : rotate(-24deg); /* Chrome, Safari, Opera */
  transform           : rotate(-24deg);
}

/* .bp1-photos img {
  top                 : 370px;
  width               : 630px;
  box-sizing          : border-box;
  position            : absolute;
  margin              : 0;
  left                : 410px;
} */

.bp1-gallery {
  position: absolute;
  top  : 290px;
  width: 770px;
  left : 370px;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(8, 8vh);
  grid-gap: 10px;
}

.bp2-gallery {
  position: absolute;
  top  : 225px;
  width: 660px;
  left : 205px;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(8, 7vh);
  grid-gap: 10px;
}

.bp2-gallery2 {
  position: absolute;
  top  : 255px;
  width: 540px;
  left : 242px;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(8, 7vh);
  grid-gap: 10px;
}
.bp2-gallery3 {
  position: absolute;
  top  : 245px;
  width: 590px;
  left : 245px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(8, 8vh);
  grid-gap: 5px;
}

.bp3-gallery {
  position: absolute;
  top  : 385px;
  width: 410px;
  left : -40px;
  display: list-item;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(8, 7vh);
  grid-gap: 10px;
  list-style: none;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.gallery__img:hover {
  width: 110%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  /* cursor: e-resize; */
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 5;
  /* margin: 0; */
}

.gallery__item--2 {
  grid-column-start: 5;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 6;
  /* margin: 0; */
}

.gallery__item--3 {
  grid-column-start: 9;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 5;
  /* margin: 0; */
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: 9;
  /* margin: 0; */
}

.gallery__item--5 {
  grid-column-start: 5;
  grid-column-end: 11;
  grid-row-start: 6;
  grid-row-end: 9;
  /* margin: 0; */
}

.gallery__item--6 {
  grid-column-start: 10;
  grid-column-end: 15;
  grid-row-start: 5;
  grid-row-end: 9;
  /* margin: 0; */
}

/* .gallery__item--7 {
  grid-column-start: 5;
  grid-column-end: 11;
  grid-row-start: 6;
  grid-row-end: 9;
} */

.bp1-gallery2 {
  position: absolute;
  top  : 310px;
  width: 638px;
  left : 410px;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-template-rows: repeat(10, 8vh);
  grid-gap: 15px;
}

.gallery2__item--1 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 0;
}

.gallery2__item--2 {
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 0;
}
.gallery2__item--3 {
  grid-column-start: 14;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 0;
}
.gallery2__item--4 {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 6;
  margin: 0;
}
.gallery2__item--5 {
  grid-column-start: 11;
  grid-column-end: 19;
  grid-row-start: 3;
  grid-row-end: 6;
  margin: 0;
}
.gallery2__item--6 {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row-start: 6;
  grid-row-end: 8;
  margin: 0;
}
.gallery2__item--7 {
  grid-column-start: 11;
  grid-column-end: 19;
  grid-row-start: 6;
  grid-row-end: 8;
  margin: 0;
}

.bp1-gallery3 {
  position: absolute;
  top  : 340px;
  width: 700px;
  left : 410px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(8, 8vh);
  grid-gap: 5px;
}

.gallery3__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 8;
  margin: 0;
}
.gallery3__item--2 {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 8;
  margin: 0;
}

.bp1-gallery4 {
  position: absolute;
  top  : 328px;
  width: 700px;
  left : 370px;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(18, 8vh);
  grid-gap:10px;
}

.bp2-gallery4 {
  position: absolute;
  top  : 260px;
  width: 550px;
  left : 240px;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(18, 7vh);
  grid-gap:10px;
}

.gallery4__item--1 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 4;
  margin: 0;
}
.gallery4__item--2 {
  grid-column-start: 7;
  grid-column-end: 11;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 0;
}
.gallery4__item--3 {
  grid-column-start: 12;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 4;
  margin: 0;
}
.gallery4__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 8;
  margin: 0;
}
.gallery4__item--5 {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 4;
  grid-row-end: 7;
  margin: 0;
}
.gallery4__item--6 {
  grid-column-start: 11;
  grid-column-end: 16;
  grid-row-start: 4;
  grid-row-end: 8;
  margin: 0;
}
.gallery4__item--7 {
  grid-column-start: 16;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 0;
}
.gallery4__item--8 {
  grid-column-start: 17;
  grid-column-end: 21;
  grid-row-start: 4;
  grid-row-end: 7;
  margin: 0;
}

#desequilibre-photo {
  min-height          : 5020px;
}

#desequilibre-photo .bp3-description2 {
  top: 4280px
}

#desequilibre-photo .bp3-header {
  top: 3720px
}

#desequilibre-photo .bp3-socialmedia {
  top: 4870px
}

#desequilibre-photo .bp3-copyright {
  top: 4970px
}

#desequilibre-description {
  left                : 370px;
}

#couleurs-photo {
  min-height          : 2620px;
}

#couleurs-photo .bp3-description {
  top          : 1840px;
}

#couleurs-photo .bp3-header {
  top          : 1300px;
}

#couleurs-photo .bp3-socialmedia {
  top          : 2470px;
}

#couleurs-photo .bp3-copyright {
  top          : 2570px;
}

#voyagemonochrome-photo {
  min-height          : 2820px;
}

#voyagemonochrome-photo .bp3-description2 {
  top                 : 2080px;
}

#voyagemonochrome-photo .bp3-header {
  top                 : 1550px;
}

#voyagemonochrome-photo .bp3-socialmedia {
  top                 : 2680px;
}

#voyagemonochrome-photo .bp3-copyright {
  top                 : 2770px;
}

.bp1-photo .bp1-description {
  top                 : 900px;
  height              : auto;
  width               : 439px;
  position            : absolute;
  margin              : 0;
  left                : 410px;
  font-weight         : 500;
  font-style          : normal;
  font-size           : 13.0px;
  text-align          : justify;
  line-height         : 20.0px;
}
.bp1-photo .bp1-description .bp1-title {
  font-weight         : bold;
}
.bp1-photo .bp1-description .bp1-info {
  font-weight         : normal;

}
.bp1-photo .bp1-description .bp1-credits {
  font-weight         : bold;
}
.bp1-photo .bp1-description .bp1-names {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top:60px;
}
.bp1-photo .bp1-description .bp1-names2 {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top:120px;
}
.bp1-photo .bp1-description .bp1-names3 {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top:100px;
}

.bp1-photo .bp1-socialmedia {
  top                 : 980px;
  height              : 55px;
  width               : 25px;
  position            : absolute;
  margin              : 0;
  left                : 1220px;
}
.bp1-photo .bp1-socialmedia .bp1-instagramlogo {
  top                 : -25px;
  height              : 30px;
  width               : 30px;
  position            : absolute;
  margin              : 0;
  left                : -20px;
}
.bp1-photo .bp1-socialmedia .bp1-youtubelogo {
  top                 : -25px;
  height              : 30px;
  width               : 30px;
  position            : absolute;
  margin              : 0;
  left                : 20px;
}
.bp1-photo .bp1-header {
  top                 : 19px;
  height              : 199px;
  width               : 1086px;
  position            : absolute;
  margin              : 0;
  left                : 22px;



}
.bp1-photo .bp1-header .bp1-elajeslogo {

  top                 : 40px;
  height              : 112px;
  width               : 212px;
  position            : absolute;
  margin              : 0;
  left                : 592px;



}
.bp1-photo .bp1-header .bp1-accueil {

  top                 : 8px;
  height              : 188px;
  width               : 188px;
  position            : absolute;
  margin              : 0;
  left                : 290px;



}
.bp1-photo .bp1-header .bp1-accueil .bp1-diamond {

  top                 : 27px;
  height              : 134px;
  width               : 134px;
  position            : absolute;
  margin              : 0;
  left                : 27px;
  -ms-transform       : rotate(36deg); /* IE 9 */
  -webkit-transform   : rotate(36deg); /* Chrome, Safari, Opera */
  transform           : rotate(36deg);
}
.bp1-photo .bp1-header .bp1-accueil .bp1-accueil1 {

  top                 : 79px;
  height              : auto;
  width               : 75px;
  position            : absolute;
  margin              : 0;
  left                : 72px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-header .bp1-projets {

  top                 : 3px;
  height              : 186px;
  width               : 186px;
  position            : absolute;
  margin              : 0;
  left                : 421px;



}
.bp1-photo .bp1-header .bp1-projets .bp1-diamond {

  top                 : 14px;
  height              : 158px;
  width               : 158px;
  position            : absolute;
  margin              : 0;
  left                : 14px;
  -ms-transform       : rotate(169deg); /* IE 9 */
  -webkit-transform   : rotate(169deg); /* Chrome, Safari, Opera */
  transform           : rotate(169deg);
}
.bp1-photo .bp1-header .bp1-projets .bp1-projets1 {

  top                 : 84px;
  height              : auto;
  width               : 80px;
  position            : absolute;
  margin              : 0;
  left                : 62px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-header .bp1-projets .bp1-underline {

  top                 : 86px;
  height              : 51px;
  width               : 4px;
  position            : absolute;
  margin              : 0;
  left                : 86px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp1-photo .bp1-header .bp1-apropos {

  top                 : 17px;
  height              : 170px;
  width               : 170px;
  position            : absolute;
  margin              : 0;
  left                : 774px;



}
.bp1-photo .bp1-header .bp1-apropos .bp1-diamond {

  top                 : 17px;
  height              : 136px;
  width               : 136px;
  position            : absolute;
  margin              : 0;
  left                : 17px;
  -ms-transform       : rotate(73deg); /* IE 9 */
  -webkit-transform   : rotate(73deg); /* Chrome, Safari, Opera */
  transform           : rotate(73deg);
}
.bp1-photo .bp1-header .bp1-apropos .bp1-apropos1 {

  top                 : 70px;
  height              : auto;
  width               : 89px;
  position            : absolute;
  margin              : 0;
  left                : 55px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-header .bp1-contact {

  top                 : 0px;
  height              : 191px;
  width               : 191px;
  position            : absolute;
  margin              : 0;
  left                : 894px;



}
.bp1-photo .bp1-header .bp1-contact .bp1-diamond {

  top                 : 25px;
  height              : 141px;
  width               : 141px;
  position            : absolute;
  margin              : 0;
  left                : 25px;
  -ms-transform       : rotate(117deg); /* IE 9 */
  -webkit-transform   : rotate(117deg); /* Chrome, Safari, Opera */
  transform           : rotate(117deg);
}
.bp1-photo .bp1-header .bp1-contact .bp1-contact1 {

  top                 : 87px;
  height              : auto;
  width               : 84px;
  position            : absolute;
  margin              : 0;
  left                : 70px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-header .bp1-decorbar {

  top                 : 164px;
  height              : 35px;
  width               : 110px;
  position            : absolute;
  margin              : 0;
  left                : 643px;



}
.bp1-photo .bp1-header .bp1-decorbar .bp1-diamond {

  top                 : 0px;
  height              : 35px;
  width               : 34px;
  position            : absolute;
  margin              : 0;
  left                : 0px;



}
.bp1-photo .bp1-header .bp1-decorbar .bp1-diamond1 {

  top                 : 0px;
  height              : 35px;
  width               : 35px;
  position            : absolute;
  margin              : 0;
  left                : 38px;



}
.bp1-photo .bp1-header .bp1-decorbar .bp1-diamond2 {

  top                 : 0px;
  height              : 35px;
  width               : 35px;
  position            : absolute;
  margin              : 0;
  left                : 75px;



}
.bp1-photo .bp1-header .bp1-language {

  top                 : 27px;
  height              : 139px;
  width               : 139px;
  position            : absolute;
  margin              : 0;
  left                : 0px;



}
.bp1-photo .bp1-header .bp1-language .bp1-diamond {

  top                 : 20px;
  height              : 99px;
  width               : 99px;
  position            : absolute;
  margin              : 0;
  left                : 20px;
  -ms-transform       : rotate(54deg); /* IE 9 */
  -webkit-transform   : rotate(54deg); /* Chrome, Safari, Opera */
  transform           : rotate(54deg);
}
.bp1-photo .bp1-header .bp1-language .bp1-underline {

  top                 : 75px;
  height              : 13px;
  width               : 3px;
  position            : absolute;
  margin              : 0;
  left                : 49px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp1-photo .bp1-header .bp1-language .bp1-francais {

  top                 : 60px;
  height              : auto;
  width               : 22px;
  position            : absolute;
  margin              : 0;
  left                : 44px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-header .bp1-language .bp1-english {

  top                 : 60px;
  height              : auto;
  width               : 22px;
  position            : absolute;
  margin              : 0;
  left                : 77px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-header .bp1-language .bp1-label1 {

  top                 : 60px;
  height              : auto;
  width               : 2px;
  position            : absolute;
  margin              : 0;
  left                : 66px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-navbar {

  top                 : 397px;
  height              : 562px;
  width               : 232px;
  position            : absolute;
  margin              : 0;
  left                : 1122px;



}
.bp1-photo .bp1-navbar .bp1-audiovisuel {

  top                 : 0px;
  height              : 232px;
  width               : 232px;
  position            : absolute;
  margin              : 0;
  left                : 0px;



}
.bp1-photo .bp1-navbar .bp1-audiovisuel .bp1-diamond {

  top                 : 33px;
  height              : 166px;
  width               : 166px;
  position            : absolute;
  margin              : 0;
  left                : 33px;
  -ms-transform       : rotate(36deg); /* IE 9 */
  -webkit-transform   : rotate(36deg); /* Chrome, Safari, Opera */
  transform           : rotate(36deg);
}
.bp1-photo .bp1-navbar .bp1-audiovisuel .bp1-audiovisuel1 {

  top                 : 105px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 75px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-navbar .bp1-photographie {

  top                 : 175px;
  height              : 196px;
  width               : 196px;
  position            : absolute;
  margin              : 0;
  left                : 26px;



}
.bp1-photo .bp1-navbar .bp1-photographie .bp1-diamond {

  top                 : 15px;
  height              : 166px;
  width               : 166px;
  position            : absolute;
  margin              : 0;
  left                : 15px;
  -ms-transform       : rotate(169deg); /* IE 9 */
  -webkit-transform   : rotate(169deg); /* Chrome, Safari, Opera */
  transform           : rotate(169deg);
}
.bp1-photo .bp1-navbar .bp1-photographie .bp1-photographie1 {

  top                 : 94px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 49px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-navbar .bp1-design {

  top                 : 338px;
  height              : 224px;
  width               : 224px;
  position            : absolute;
  margin              : 0;
  left                : 4px;



}
.bp1-photo .bp1-navbar .bp1-design .bp1-diamond {

  top                 : 29px;
  height              : 166px;
  width               : 166px;
  position            : absolute;
  margin              : 0;
  left                : 29px;
  -ms-transform       : rotate(117deg); /* IE 9 */
  -webkit-transform   : rotate(117deg); /* Chrome, Safari, Opera */
  transform           : rotate(117deg);
}
.bp1-photo .bp1-navbar .bp1-design .bp1-design1 {

  top                 : 107px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 71px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-copyright {

  top                 : 1243px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 661px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp1-photo .bp1-hotspotcopy {

  top                 : 67px;
  height              : 97px;
  width               : 170px;
  position            : absolute;
  margin              : 0;
  left                : 635px;



}
.bp1-photo .bp1-hotspot {

  top                 : 74px;
  height              : 97px;
  width               : 98px;
  position            : absolute;
  margin              : 0;
  left                : 361px;



}
.bp1-photo .bp1-hotspot1 {

  top                 : 52px;
  height              : 140px;
  width               : 137px;
  position            : absolute;
  margin              : 0;
  left                : 811px;



}
.bp1-photo .bp1-hotspot2 {

  top                 : 46px;
  height              : 137px;
  width               : 139px;
  position            : absolute;
  margin              : 0;
  left                : 937px;



}
.bp1-photo .bp1-hotspot3 {

  top                 : 581px;
  height              : 176px;
  width               : 162px;
  position            : absolute;
  margin              : 0;
  left                : 1167px;



}
.bp1-photo .bp1-hotspot4 {

  top                 : 438px;
  height              : 142px;
  width               : 139px;
  position            : absolute;
  margin              : 0;
  left                : 1167px;



}
.bp1-photo .bp1-hotspot5 {

  top                 : 775px;
  height              : 140px;
  width               : 143px;
  position            : absolute;
  margin              : 0;
  left                : 1168px;



}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
  opacity             : 0;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 normal forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 normal forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
  opacity             : 1;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay  : 0;
  animation-delay     : 0;
}
@-webkit-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-moz-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-o-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
.bp2-photo {
  width               : 100%;
  min-width           : 1024px;
  height              : 100vh;
  min-height          : 1040px;
  position            : relative;
  overflow            : hidden;
  margin              : 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div {
  -webkit-text-size-adjust: none;
}
.bp2-photo .bp2-decor {
  top                 : 194px;
  height              : 530px;
  width               : 609px;
  position            : absolute;
  margin              : 0;
  left                : 160px;
}
.bp2-photo .bp2-decor .bp2-frame3 {

  top                 : 0px;
  height              : 302px;
  width               : 455px;
  position            : absolute;
  margin              : 0;
  left                : 127px;



}
.bp2-photo .bp2-decor .bp2-frame3 .bp2-frame32 {
  top                 : 0px;
  height              : 71px;
  width               : 68px;
  position            : absolute;
  margin              : 0;
  left                : -70px;
  -ms-transform       : rotate(-180deg); /* IE 9 */
  -webkit-transform   : rotate(-180deg); /* Chrome, Safari, Opera */
  transform           : rotate(-180deg);
}
.bp2-photo .bp2-decor .bp2-frame3 .bp2-frame31 {
  top                 : 490px;
  height              : 71px;
  width               : 68px;
  position            : absolute;
  margin              : 0;
  left                : 452px;
  -ms-transform       : rotate(-360deg); /* IE 9 */
  -webkit-transform   : rotate(-360deg); /* Chrome, Safari, Opera */
  transform           : rotate(-360deg);
}
.bp2-photo .bp2-decor .bp2-diamond {
  top                 : 176px;
  height              : 108px;
  width               : 108px;
  position            : absolute;
  margin              : 0;
  left                : 12px;
  -ms-transform       : rotate(-13deg); /* IE 9 */
  -webkit-transform   : rotate(-13deg); /* Chrome, Safari, Opera */
  transform           : rotate(-13deg);
}
.bp2-photo .bp2-decor .bp2-diamond1 {
  top                 : 212px;
  height              : 69px;
  width               : 69px;
  position            : absolute;
  margin              : 0;
  left                : 10px;
}
.bp2-photo .bp2-decor .bp2-diamond2 {
  top                 : 533px;
  height              : 53px;
  width               : 53px;
  position            : absolute;
  margin              : 0;
  left                : 464px;
  -ms-transform       : rotate(-24deg); /* IE 9 */
  -webkit-transform   : rotate(-24deg); /* Chrome, Safari, Opera */
  transform           : rotate(-24deg);
}
.bp2-photo .bp2-decor .bp2-diamond3 {
  top                 : 536px;
  height              : 69px;
  width               : 69px;
  position            : absolute;
  margin              : 0;
  left                : 526px;
  -ms-transform       : rotate(32deg); /* IE 9 */
  -webkit-transform   : rotate(32deg); /* Chrome, Safari, Opera */
  transform           : rotate(32deg);
}
.bp2-photo .bp2-decor .bp2-diamond4 {
  top                 : 569px;
  height              : 53px;
  width               : 53px;
  position            : absolute;
  margin              : 0;
  left                : 474px;
  -ms-transform       : rotate(-24deg); /* IE 9 */
  -webkit-transform   : rotate(-24deg); /* Chrome, Safari, Opera */
  transform           : rotate(-24deg);
}
.bp2-photo .bp2-video {

  top                 : 230px;
  height              : 229px;
  box-sizing          : border-box;
  width               : 344px;
  position            : absolute;
  margin              : 0;
  left                : 340px;
  border-style        : solid;
  border-width        : 1px;
  border-color        : rgba(150, 150, 150, 1.0);



}
.bp2-photo .bp2-navbar {
  top                 : 210px;
  height              : 477px;
  width               : 216px;
  position            : absolute;
  margin              : 0;
  left                : 840px;
}
.bp2-photo .bp2-navbar .bp2-audiovisuel {
  top                 : 0px;
  height              : 216px;
  width               : 216px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
}
.bp2-photo .bp2-navbar .bp2-audiovisuel .bp2-diamond {
  top                 : 31px;
  height              : 154px;
  width               : 154px;
  position            : absolute;
  margin              : 0;
  left                : 31px;
  -ms-transform       : rotate(36deg); /* IE 9 */
  -webkit-transform   : rotate(36deg); /* Chrome, Safari, Opera */
  transform           : rotate(36deg);
}
.bp2-photo .bp2-navbar .bp2-audiovisuel .bp2-audiovisuel1 {
  top                 : 100px;
  height              : auto;
  width               : 84px;
  position            : absolute;
  margin              : 0;
  left                : 69px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-navbar .bp2-photographie {
  top                 : 155px;
  height              : 172px;
  width               : 173px;
  position            : absolute;
  margin              : 0;
  left                : 37px;
}
.bp2-photo .bp2-navbar .bp2-photographie .bp2-diamond {
  top                 : 13px;
  height              : 146px;
  width               : 146px;
  position            : absolute;
  margin              : 0;
  left                : 13px;
  -ms-transform       : rotate(169deg); /* IE 9 */
  -webkit-transform   : rotate(169deg); /* Chrome, Safari, Opera */
  transform           : rotate(169deg);
}
.bp2-photo .bp2-navbar .bp2-photographie .bp2-photographie1 {
  top                 : 79px;
  height              : auto;
  width               : 106px;
  position            : absolute;
  margin              : 0;
  left                : 34px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-navbar .bp2-design {
  top                 : 293px;
  height              : 184px;
  width               : 183px;
  position            : absolute;
  margin              : 0;
  left                : 11px;
}
.bp2-photo .bp2-navbar .bp2-design .bp2-diamond {
  top                 : 24px;
  height              : 136px;
  width               : 136px;
  position            : absolute;
  margin              : 0;
  left                : 23px;
  -ms-transform       : rotate(117deg); /* IE 9 */
  -webkit-transform   : rotate(117deg); /* Chrome, Safari, Opera */
  transform           : rotate(117deg);
}
.bp2-photo .bp2-navbar .bp2-design .bp2-design1 {
  top                 : 87px;
  height              : auto;
  width               : 52px;
  position            : absolute;
  margin              : 0;
  left                : 58px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-header {
  top                 : 8px;
  height              : 172px;
  width               : 673px;
  position            : absolute;
  margin              : 0;
  left                : 177px;
}
.bp2-photo .bp2-header .bp2-elajeslogo {
  top                 : 39px;
  height              : 78px;
  width               : 148px;
  position            : absolute;
  margin              : 0;
  left                : 260px;
}
.bp2-photo .bp2-header .bp2-accueil {
  top                 : 7px;
  height              : 165px;
  width               : 165px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
}
.bp2-photo .bp2-header .bp2-accueil .bp2-diamond {
  top                 : 14px;
  height              : 118px;
  width               : 117px;
  position            : absolute;
  margin              : 0;
  left                : 24px;
  -ms-transform       : rotate(36deg); /* IE 9 */
  -webkit-transform   : rotate(36deg); /* Chrome, Safari, Opera */
  transform           : rotate(36deg);
}
.bp2-photo .bp2-header .bp2-accueil .bp2-accueil1 {
  top                 : 62px;
  height              : auto;
  width               : 61px;
  position            : absolute;
  margin              : 0;
  left                : 58px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-header .bp2-projets {

  top                 : 2px;
  height              : 150px;
  width               : 149px;
  position            : absolute;
  margin              : 0;
  left                : 117px;



}
.bp2-photo .bp2-header .bp2-projets .bp2-diamond {

  top                 : 11px;
  height              : 127px;
  width               : 126px;
  position            : absolute;
  margin              : 0;
  left                : 12px;
  -ms-transform       : rotate(169deg); /* IE 9 */
  -webkit-transform   : rotate(169deg); /* Chrome, Safari, Opera */
  transform           : rotate(169deg);
}
.bp2-photo .bp2-header .bp2-projets .bp2-underline {

  top                 : 72px;
  height              : 39px;
  width               : 2px;
  position            : absolute;
  margin              : 0;
  left                : 64px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp2-photo .bp2-header .bp2-projets .bp2-projets1 {

  top                 : 67px;
  height              : auto;
  width               : 57px;
  position            : absolute;
  margin              : 0;
  left                : 46px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-header .bp2-apropos {

  top                 : 6px;
  height              : 143px;
  width               : 143px;
  position            : absolute;
  margin              : 0;
  left                : 407px;



}
.bp2-photo .bp2-header .bp2-apropos .bp2-diamond {

  top                 : 15px;
  height              : 114px;
  width               : 114px;
  position            : absolute;
  margin              : 0;
  left                : 14px;
  -ms-transform       : rotate(73deg); /* IE 9 */
  -webkit-transform   : rotate(73deg); /* Chrome, Safari, Opera */
  transform           : rotate(73deg);
}
.bp2-photo .bp2-header .bp2-apropos .bp2-apropos1 {

  top                 : 62px;
  height              : auto;
  width               : 66px;
  position            : absolute;
  margin              : 0;
  left                : 39px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-header .bp2-contact {

  top                 : 0px;
  height              : 167px;
  width               : 166px;
  position            : absolute;
  margin              : 0;
  left                : 507px;



}
.bp2-photo .bp2-header .bp2-contact .bp2-diamond {

  top                 : 12px;
  height              : 123px;
  width               : 123px;
  position            : absolute;
  margin              : 0;
  left                : 21px;
  -ms-transform       : rotate(117deg); /* IE 9 */
  -webkit-transform   : rotate(117deg); /* Chrome, Safari, Opera */
  transform           : rotate(117deg);
}
.bp2-photo .bp2-header .bp2-contact .bp2-contact1 {

  top                 : 68px;
  height              : auto;
  width               : 62px;
  position            : absolute;
  margin              : 0;
  left                : 54px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-header .bp2-decorbar {

  top                 : 127px;
  height              : 24px;
  width               : 77px;
  position            : absolute;
  margin              : 0;
  left                : 296px;



}
.bp2-photo .bp2-header .bp2-decorbar .bp2-diamond {

  top                 : 0px;
  height              : 24px;
  width               : 24px;
  position            : absolute;
  margin              : 0;
  left                : 0px;



}
.bp2-photo .bp2-header .bp2-decorbar .bp2-diamond1 {

  top                 : 0px;
  height              : 24px;
  width               : 25px;
  position            : absolute;
  margin              : 0;
  left                : 27px;



}
.bp2-photo .bp2-header .bp2-decorbar .bp2-diamond2 {

  top                 : 0px;
  height              : 24px;
  width               : 25px;
  position            : absolute;
  margin              : 0;
  left                : 52px;



}
.bp2-photo .bp2-language {

  top                 : 13px;
  height              : 153px;
  width               : 152px;
  position            : absolute;
  margin              : 0;
  left                : 11px;



}
.bp2-photo .bp2-language .bp2-diamond {

  top                 : 22px;
  height              : 108px;
  width               : 108px;
  position            : absolute;
  margin              : 0;
  left                : 22px;
  -ms-transform       : rotate(54deg); /* IE 9 */
  -webkit-transform   : rotate(54deg); /* Chrome, Safari, Opera */
  transform           : rotate(54deg);
}
.bp2-photo .bp2-language .bp2-underline {

  top                 : 80px;
  height              : 15px;
  width               : 3px;
  position            : absolute;
  margin              : 0;
  left                : 74px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp2-photo .bp2-language .bp2-francais {

  top                 : 67px;
  height              : auto;
  width               : 27px;
  position            : absolute;
  margin              : 0;
  left                : 67px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 15.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 20.0px;
}
.bp2-photo .bp2-description {
  top                 : 780px;
  height              : auto;
  width               : 439px;
  position            : absolute;
  margin              : 0;
  left                : 240px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 500;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : justify;
  line-height         : 20.0px;
}
.bp2-photo .bp2-description .bp2-title {
  font-weight         : bold;  
}
.bp2-photo .bp2-description .bp2-info {
  font-weight         : normal;
}
.bp2-photo .bp2-description .bp2-credits {
  font-weight         : bold;
}

.bp2-photo .bp2-description .bp2-names {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top:60px;
}
.bp2-photo .bp2-description .bp2-names2 {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top:120px;
}
.bp2-photo .bp2-description .bp2-names3 {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top:100px;
}

.bp2-photo .bp2-copyright {
  top                 : 1000px;
  height              : auto;
  width               : 120px;
  position            : absolute;
  margin              : 0;
  left                : 469px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp2-photo .bp2-socialmedia {
  top                 : 730px;
  height              : 55px;
  width               : 25px;
  position            : absolute;
  margin              : 0;
  left                : 924px;
}
.bp2-photo .bp2-socialmedia .bp2-instagramlogo {
  top                 : -25px;
  height              : 30px;
  width               : 30px;
  position            : absolute;
  margin              : 0;
  left                : -20px;
}
.bp2-photo .bp2-socialmedia .bp2-youtubelogo {
  top                 : -25px;
  height              : 30px;
  width               : 30px;
  position            : absolute;
  margin              : 0;
  left                : 20px;
}
.bp2-photo .bp2-line {

  top                 : 445px;
  height              : 3px;
  width               : 138px;
  position            : absolute;
  margin              : 0;
  left                : 886px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}

/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
  opacity             : 0;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 normal forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 normal forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
  opacity             : 1;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay  : 0;
  animation-delay     : 0;
}
@-webkit-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-moz-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-o-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}

.bp3-photo {
  width               : 320px;
  height              : 100vh;
  min-height          : 2800px;
  position            : relative;
  overflow            : hidden;
  margin: auto;
  align-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div {
  -webkit-text-size-adjust: none;
}
.bp3-photo .bp3-copyright {
  top                 : 2750px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 105px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-language {
  top                 : 1px;
  height              : 120px;
  width               : 120px;
  position            : absolute;
  margin              : 0;
  left                : -20px;
}
.bp3-photo .bp3-language .bp3-diamond {
  top                 : 17px;
  height              : 85px;
  width               : 85px;
  position            : absolute;
  margin              : 0;
  left                : 17px;
  -ms-transform       : rotate(54deg); /* IE 9 */
  -webkit-transform   : rotate(54deg); /* Chrome, Safari, Opera */
  transform           : rotate(54deg);
}
.bp3-photo .bp3-language .bp3-underline {
  top                 : 67px;
  height              : 12px;
  width               : 3px;
  position            : absolute;
  margin              : 0;
  left                : 58px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp3-photo .bp3-language .bp3-francais {
  top                 : 50px;
  height              : auto;
  width               : 21px;
  position            : absolute;
  margin              : 0;
  left                : 53px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 15.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 20.0px;
}
.bp3-photo .bp3-elajeslogo {
  top                 : 6px;
  height              : 100px;
  width               : 190px;
  position            : absolute;
  margin              : 0;
  left                : 70px;
}
.bp3-photo .bp3-decorbar {
  display: none;
  top                 : 95px;
  height              : 29px;
  width               : 94px;
  position            : absolute;
  margin              : 0;
  left                : 141px;
}
.bp3-photo .bp3-decorbar .bp3-diamond {
  top                 : 0px;
  height              : 29px;
  width               : 29px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
}
.bp3-photo .bp3-decorbar .bp3-diamond1 {
  top                 : 0px;
  height              : 29px;
  width               : 29px;
  position            : absolute;
  margin              : 0;
  left                : 33px;
}
.bp3-photo .bp3-decorbar .bp3-diamond2 {
  top                 : 0px;
  height              : 29px;
  width               : 29px;
  position            : absolute;
  margin              : 0;
  left                : 65px;
}
.bp3-photo .bp3-copyright1 {
  top                 : 1247px;
  height              : auto;
  width               : 122px;
  position            : absolute;
  margin              : 0;
  left                : 131px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 400;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}

.bp3-photo .bp3-socialmedia {
  top                 : 2660px;
  height              : 42px;
  width               : 103px;
  position            : absolute;
  margin              : 0;
  left                : 110px;
}
.bp3-photo .bp3-socialmedia .bp3-instagramlogo {
  top                 : 0px;
  height              : 42px;
  width               : 42px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
}
.bp3-photo .bp3-socialmedia .bp3-youtubelogo {
  top                 : 0px;
  height              : 42px;
  width               : 42px;
  position            : absolute;
  margin              : 0;
  left                : 61px;
}

.bp3-photo .bp3-header {
  top: 1500px;
  left: -35px;
  position            : absolute;
}

.bp3-photo .bp3-accueil {
  top                 : 762px;
  height              : 213px;
  width               : 213px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
}
.bp3-photo .bp3-accueil .bp3-diamond {
  top                 : 30px;
  height              : 152px;
  width               : 152px;
  position            : absolute;
  margin              : 0;
  left                : 30px;
  -ms-transform       : rotate(36deg); /* IE 9 */
  -webkit-transform   : rotate(36deg); /* Chrome, Safari, Opera */
  transform           : rotate(36deg);
}
.bp3-photo .bp3-accueil .bp3-accueil1 {

  top                 : 96px;
  height              : auto;
  width               : 109px;
  position            : absolute;
  margin              : 0;
  left                : 76px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-apropos {

  top                 : 930px;
  height              : 190px;
  width               : 190px;
  position            : absolute;
  margin              : 0;
  left                : 16px;



}
.bp3-photo .bp3-apropos .bp3-diamond {

  top                 : 19px;
  height              : 152px;
  width               : 152px;
  position            : absolute;
  margin              : 0;
  left                : 19px;
  -ms-transform       : rotate(73deg); /* IE 9 */
  -webkit-transform   : rotate(73deg); /* Chrome, Safari, Opera */
  transform           : rotate(73deg);
}
.bp3-photo .bp3-apropos .bp3-apropos1 {

  top                 : 87px;
  height              : auto;
  width               : 106px;
  position            : absolute;
  margin              : 0;
  left                : 63px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-projets {

  top                 : 780px;
  height              : 175px;
  width               : 174px;
  position            : absolute;
  margin              : 0;
  left                : 193px;



}
.bp3-photo .bp3-projets .bp3-diamond {

  top                 : 14px;
  height              : 149px;
  width               : 148px;
  position            : absolute;
  margin              : 0;
  left                : 13px;
  -ms-transform       : rotate(169deg); /* IE 9 */
  -webkit-transform   : rotate(169deg); /* Chrome, Safari, Opera */
  transform           : rotate(169deg);
}
.bp3-photo .bp3-projets .bp3-projets1 {

  top                 : 78px;
  height              : auto;
  width               : 107px;
  position            : absolute;
  margin              : 0;
  left                : 57px;



  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-projets .bp3-underline {

  top                 : 78px;
  height              : 52px;
  width               : 3px;
  position            : absolute;
  margin              : 0;
  left                : 81px;
  -ms-transform       : rotate(-90deg); /* IE 9 */
  -webkit-transform   : rotate(-90deg); /* Chrome, Safari, Opera */
  transform           : rotate(-90deg);
}
.bp3-photo .bp3-contact {

  top                 : 918px;
  height              : 211px;
  width               : 212px;
  position            : absolute;
  margin              : 0;
  left                : 171px;
}
.bp3-photo .bp3-contact .bp3-diamond {

  top                 : 27px;
  height              : 157px;
  width               : 156px;
  position            : absolute;
  margin              : 0;
  left                : 28px;
  -ms-transform       : rotate(117deg); /* IE 9 */
  -webkit-transform   : rotate(117deg); /* Chrome, Safari, Opera */
  transform           : rotate(117deg);
}
.bp3-photo .bp3-contact .bp3-contact1 {
  top                 : 99px;
  height              : auto;
  width               : 105px;
  position            : absolute;
  margin              : 0;
  left                : 75px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-navbar {
  top                 : 90px;
  height              : 187px;
  width               : 440px;
  position            : absolute;
  margin              : 0;
  left                : -30px;
}
.bp3-photo .bp3-navbar .bp3-audiovisuel {
  top                 : 6px;
  height              : 187px;
  width               : 187px;
  position            : absolute;
  margin              : 0;
  left                : 20px;
}
.bp3-photo .bp3-navbar .bp3-audiovisuel .bp3-diamond {
  top                 : 27px;
  height              : 133px;
  width               : 133px;
  position            : absolute;
  margin              : 0;
  left                : 27px;
  -ms-transform       : rotate(36deg); /* IE 9 */
  -webkit-transform   : rotate(36deg); /* Chrome, Safari, Opera */
  transform           : rotate(36deg);
}
.bp3-photo .bp3-navbar .bp3-audiovisuel .bp3-audiovisuel1 {
  top                 : 85px;
  height              : auto;
  width               : 84px;
  position            : absolute;
  margin              : 0;
  left                : 53px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-navbar .bp3-design {
  top                 : 117px;
  height              : 173px;
  width               : 173px;
  position            : absolute;
  margin              : 0;
  left                : -25px;
}
.bp3-photo .bp3-navbar .bp3-design .bp3-diamond {
  top                 : 25px;
  height              : 128px;
  width               : 128px;
  position            : absolute;
  margin              : 0;
  left                : 144px;
  -ms-transform       : rotate(117deg); /* IE 9 */
  -webkit-transform   : rotate(117deg); /* Chrome, Safari, Opera */
  transform           : rotate(117deg);
}
.bp3-photo .bp3-navbar .bp3-design .bp3-design1 {
  top                 : 80px;
  height              : auto;
  width               : 52px;
  position            : absolute;
  margin              : 0;
  left                : 186px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-navbar .bp3-photographie {
  top                 : 23px;
  height              : 160px;
  width               : 161px;
  position            : absolute;
  margin              : 0;
  left                : 180px;
}
.bp3-photo .bp3-navbar .bp3-photographie .bp3-diamond1 {
  top                 : 12px;
  height              : 136px;
  width               : 136px;
  position            : absolute;
  margin              : 0;
  left                : 13px;
  -ms-transform       : rotate(169deg); /* IE 9 */
  -webkit-transform   : rotate(169deg); /* Chrome, Safari, Opera */
  transform           : rotate(169deg);
}
.bp3-photo .bp3-navbar .bp3-photographie .bp3-photographie1 {
  top                 : 67px;
  height              : auto;
  width               : 106px;
  position            : absolute;
  margin              : 0;
  left                : 35px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 700;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 0.85);
  text-align          : left;
  line-height         : 18.0px;
}
.bp3-photo .bp3-cover {
  top                 : 361px;
  height              : 187px;
  box-sizing          : border-box;
  width               : 303px;
  position            : absolute;
  margin              : 0;
  left                : 40px;
}

#bp2-diptyque-photo {
  min-height          : 1080px;
}

#bp2-diptyque-photo .bp2-copyright {
  top          : 1040px;
}

#diptyque-photo {
  min-height          : 2190px;
}

#diptyque-photo .bp3-description {
  top                 : 1400px;
}
 
#diptyque-photo .bp3-names {
  top                 : 120px;
}

#diptyque-photo .bp3-header {
  top                 : 900px;
}

#diptyque-photo .bp3-socialmedia {
  top                 : 2040px;
}

#diptyque-photo .bp3-copyright {
  top                 : 2140px;
}
 

.bp3-photo .bp3-description {
  top                 : 2090px;
  height              : auto;
  width               : 303px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 500;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : justify;
  line-height         : 20.0px;
}
.bp3-photo .bp3-description2 {
  top                 : 2060px;
  height              : auto;
  width               : 303px;
  position            : absolute;
  margin              : 0;
  left                : 0px;
  font-family         : "Roboto", Helvetica, Arial, serif;
  font-weight         : 500;
  font-style          : normal;
  font-size           : 13.0px;
  color               : rgba(0, 0, 0, 1.0);
  text-align          : justify;
  line-height         : 20.0px;
}
.bp3-photo .bp3-title {
  font-weight         : bold;
}
.bp3-photo .bp3-info {
  font-weight         : normal;
}
.bp3-photo .bp3-credits {
  font-weight         : bold;
}
.bp3-photo .bp3-names {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top: 80px;
}
.bp3-photo .bp3-names2 {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top: 140px;
}
.bp3-photo .bp3-names3 {
  font-weight         : normal;
  position: absolute;
  left: 130px;
  top: 120px;
}
.bp3-photo .bp3-hotspot {
  top                 : 165px;
  height              : 134px;
  width               : 132px;
  position            : absolute;
  margin              : 0;
  left                : 119px;
}
.bp3-photo .bp3-hotspot1 {

  top                 : 168px;
  height              : 120px;
  width               : 119px;
  position            : absolute;
  margin              : 0;
  left                : 253px;
}
.bp3-photo .bp3-hotspot2 {

  top                 : 165px;
  height              : 123px;
  width               : 111px;
  position            : absolute;
  margin              : 0;
  left                : 8px;



}
.bp3-photo .bp3-hotspot3 {

  top                 : 806px;
  height              : 127px;
  width               : 128px;
  position            : absolute;
  margin              : 0;
  left                : 36px;



}
.bp3-photo .bp3-hotspot4 {

  top                 : 950px;
  height              : 147px;
  width               : 147px;
  position            : absolute;
  margin              : 0;
  left                : 202px;



}
.bp3-photo .bp3-hotspot5 {

  top                 : 954px;
  height              : 143px;
  width               : 138px;
  position            : absolute;
  margin              : 0;
  left                : 42px;



}
.bp3-photo .bp3-hotspotcopy {

  top                 : 20px;
  height              : 75px;
  width               : 170px;
  position            : absolute;
  margin              : 0;
  left                : 107px;



}
/* .anima-animate-appear prefix for appear animations */
.anima-animate-appear {
  opacity             : 0;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 normal forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 normal forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 normal forwards;
}
.anima-animate-disappear {
  opacity             : 1;
  display             : block;
  -webkit-animation   : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  -moz-animation      : anima-reveal 0.3s ease-in 1 normal forwards;
  -o-animation        : anima-reveal 0.3s ease-in-out 1 reverse forwards;
  animation           : anima-reveal 0.3s ease-in-out 1 reverse forwards;
}
.anima-animate-nodelay {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay  : 0;
  animation-delay     : 0;
}
@-webkit-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-moz-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@-o-keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@keyframes anima-reveal {
  0%
   
  {
      opacity: 0;
    }
  
    
  100%
   
  {
      opacity: 1;
    }
}
@media screen and (max-width: 1029px) {
  .bp3-photo {
    display             : block;
  }

  .gallery__img:hover {
    width: 100%;
    height: 100%;
  }

  .bp2-photo {
    display             : none;
  }
  .bp1-photo {
    display             : none;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1399px) {
  .bp3-photo {
    display             : none;
  }
  .bp2-photo {
    display             : block;
  }
  .bp1-photo {
    display             : none;
  }
}
@media screen and (min-width: 1400px) {
  .bp3-photo {
    display             : none;
  }
  .bp2-photo {
    display             : none;
  }
  .bp1-photo {
    display             : block;
  }
}