body {
font-size: 25px;
/*color: #805bae;*/
font-family: 'Lato', sans-serif;
line-height: 1.6;
margin: auto;
font-weight: 400;
}
h2 {
font-size: 25px;
line-height: 1.3;
color: #13d7a7;
}
h3 {
font-size: 120px;
line-height: 1;
}
.section {
}
#bienvenue{
background: url(../img/snow-3.png) repeat;
background-color:#232530;
}

#realisations {
background-color: #efefef;
}

#contact {
background: #232530;
position: relative;
}
#contact p{
margin: 0;
}

hr {
  position: fixed;
  height: 2px;
  background-color: #13d7a7;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
}
.navbar {
  position: fixed;
  background: #863cdf;
  height: 110px;
  margin-top: -120px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-fixed {
  z-index: 9999;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav {
  padding: 0;
  margin-top: 40px;
  list-style-type: none;
  letter-spacing: 1px;
  height: 80px;
  background: url(../img/frise.svg) repeat-x left bottom;
}
.menu {
  float: left;
  margin-top:-10px; 
}
.menu :hover {
  background: url(../img/hover-menu.svg) no-repeat center center;
  color: #232530;
  opacity: 1;
}
.link {
  display: block;
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  height: 36px;
  margin-right: 10px;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
  width: 164px;
}
.current {
  color: #fff;
  opacity: 1;
  font-weight: bold;
}

#bienvenue {
  min-height: 0 !important;
}
#logo{
  height: 100%;
  position: relative;
  width: 100%;
}
#logo .image{
  position: absolute;
  top: 5%;
  bottom: 25%;
  left: 0;
  right: 0;
  text-align: center;
}
.logo {
  display: inline-block;
  height: 60%;
  box-sizing:border-box;
  margin: auto;
  position: relative;
  /*width: 100%;*/
  width: auto;
  /*padding: 100px 20px 20px 20px;*/
  vertical-align: middle;
}

/*.fondlogo {
  min-width: 15%;
  position: relative;
  z-index: 9;
  margin: auto;
  box-sizing:border-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 40%;
  margin-right: 35%;
  margin-top: 6%;
  max-width: 20%;
}
*/
.fondlogo {
  position: relative;
  z-index: 9;
  margin: auto;
  box-sizing: border-box;
  display: block;
/*    height: 565px;
width: 615px;*/
  max-width: 20%;
  padding-top: 8%;
}

.petitlogo {
  height: 80px;
  width: 110px;
  float: left;
  margin-left: 60px;
  margin-right: 30px;
  margin-top: 10px;
  opacity: 0.8;
}

.typed-cursor{
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: lighter;
  color: #fff;
}
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.typing{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom:30%;
}

#typed {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
}

.bienvenue {
  color: #863cdf;
  font-size: 20px;
  letter-spacing: 2px;
}

.fleche {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  letter-spacing: 2px;
  cursor:pointer;
}
.coup {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}
#bienvenue .fleche{
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.reseau {
  list-style-type: none;
  float: right;
  margin-top: -110px;
  margin-right: 50px;
}
.reseau li{
  float: left;
  position: relative;
  margin-right: 10px;
}
.linkedin {
  background: url(../img/linkedin.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-position: top;

}
.linkedin:hover {
  background-position: bottom;
  cursor: pointer;
}
.twitter {
  background: url(../img/twitter.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-position: top;
}
.twitter:hover {
  background-position: bottom;
  cursor: pointer;
}
.fb {
  background: url(../img/facebook.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-position: top;
}
.fb:hover {
  background-position: bottom;
  cursor: pointer;
}
.pinterest {
  background: url(../img/pinterest.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-position: top;
}
.pinterest:hover {
  background-position: bottom;
  cursor: pointer;
}
.instagram {
  background: url(../img/instagram.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-position: top;


}
.instagram:hover {
  background-position: bottom;
  cursor: pointer;
}
.tumblr {
  background: url(../img/tumblr.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-position: top;
}
.tumblr:hover {
  background-position: bottom;
  cursor: pointer;
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover, .wobble-vertical:focus, .wobble-vertical:active {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.copy {
  letter-spacing: 2px;
  text-align: center;
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
}
.copy a {
  text-decoration: none;
  color: #fff;
}
.copy a:hover {
  text-decoration: underline;
}
.middle{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  text-align: center;
}
.center-contact{
 height: 100%;
 width: 100%;
 display: table;
}
.content-middle{
text-align: center;
display: table-cell;
vertical-align: middle;
padding-bottom: 50px;
}
.info {
/*padding: 200px 0 0 0 ;*/
margin: 0;
}
.info li {
text-decoration: none;
display: block;
}
.photo-diana {
margin-bottom: 20px;
}
.cv a {
display: block;
border-radius: 40px;
border-color: #fff;
border-style: solid;
width: 260px;
border-width: 1px;
margin-bottom: 30px;
padding-bottom: 5px;
text-decoration: none;
}
.cv a:hover {
background-color: #fff;
color: #30353a;
}
.contact a {
display: block;
border-radius: 40px;
border-color: #fff;
border-width: 1px;
border-style: solid;
width: 180px;
padding-bottom: 5px;
text-decoration: none;
}
.contact a:hover {
background-color: #fff;
color: #30353a;
}
.contact a, .cv a {
color: #fff;
font-weight: lighter;
letter-spacing: 2px;
font-size: 16px;
margin: 20px auto;
padding: 8px 0px;
}

/*************Gallery************/
img{
vertical-align: bottom;
}

.og-grid li.active >a:after {
top: auto;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: #fff;
border-width: 15px;
left: 50%;
margin: -15px 0 0 -15px;
}

.content-gallery{
position: absolute;
left: 0;
width: 100%;
margin-top: 10px !important;
z-index: -1;
background-color: #fff;
display: none;
height: 500px;
overflow: auto;
}

.content-gallery.active{
z-index: 10;
}

.content-gallery .image-gallery{
display: inline-block;
vertical-align: middle;
width: 60%;
height: 100%;
padding: 20px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.content-gallery .image-gallery .image{
width: 100%;
max-height: 100%;
text-align: center;

}

.content-gallery .image-gallery .bx-viewport a{
display: block;
width: 100%;
height: 100%;
position: relative;
}
/*.content-gallery .image-gallery .bx-viewport a:hover{
background: url('../img/icon_lightbox.svg') no-repeat center;
}
.video .content-gallery .image-gallery .bx-viewport a:hover{
background: url('../img/icon_lightbox-video.png') no-repeat center;
}*/

/* Loupe en bas
.content-gallery .image-gallery a:hover{
background: url('../img/icon_lightbox.png') no-repeat center 90%;
background: url('../img/icon_lightbox.png') no-repeat center bottom 20px;
}
*/
.content-gallery .image-gallery img{
max-height: 100%;
max-width: 100%;
/*height: 100%;*/
display: inline-block;
vertical-align: middle;
border: none;
/*  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 15px solid #fff;*/
  margin: auto;
  position: relative;
  z-index: -1;
}

.content-gallery .right-gallery{
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  text-align: left;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-gallery .title-gallery h2{
  color: #2f3438;
  font-size: 25px;
  padding: 0px 0 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 700;
}
.content-gallery .title-gallery p{
  font-size: 15px;
  margin: -10px 0 0 0;
  color: #999999;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

.content-gallery .info-gallery p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #2f3438;
  letter-spacing: 1px;
} 

/* Bouton lien 

.content-gallery .link-gallery a{
font-weight: lighter;
font-size: 16px;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 20px;
border: 2px solid #fff;
display: inline-block;
margin: 30px 0 0;
outline: none;
text-decoration: none;
border-radius: 40px;
}

.content-gallery .link-gallery a:hover {
border-color: #13d7a7;
color: #13d7a7;
}*/

.linksite {
  height: 30px;
  width: 30px;
}

.linksite:hover {
}

.content-gallery .link-gallery a:before{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.content-gallery .close-gallery{
  position: absolute;
  top: 20px;
  right: 20px;
}

.content-gallery .close-gallery a{
  text-indent: -9999px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.content-gallery .close-gallery a:before,
.content-gallery .close-gallery a:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.content-gallery .close-gallery a:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-gallery .close-gallery a:hover:before,
.content-gallery .close-gallery a:hover:after {
  background: #2f3438;
}

.content-gallery .slider-gallery{
  position: relative;
  height: 100%;
}

.content-gallery .slider-gallery >div{
  margin: 0 80px;
  position: relative;
  height: 100%;
}

.content-gallery .slider-gallery .bx-wrapper, .content-gallery .slider-gallery .bx-viewport, .content-gallery .slider-gallery .bx-viewport ul{
  height: 100%;
  margin: 0 auto;
  position: relative;
}


.content-gallery .slider-gallery ul li{
  height: 100% !important;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-gallery .slider-gallery .bx-viewport{
  height: 100% !important;
}

.content-gallery .slider-gallery .bx-controls-direction a{
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.content-gallery .slider-gallery .bx-controls-direction a.bx-prev{
  background: url(../img/arrow-l.svg) center no-repeat;
  /*left: 30px;*/
  left: -45px;
}

.content-gallery .slider-gallery .bx-controls-direction a.bx-prev:hover{
  background: url(../img/arrow-l-h.svg) center no-repeat;
}

.content-gallery .slider-gallery .bx-controls-direction a.bx-next{
  background: url(../img/arrow-r.svg) center no-repeat;
  /*right: 30px;*/
  right: -45px;
}

.content-gallery .slider-gallery .bx-controls-direction a.bx-next:hover{
  background: url(../img/arrow-r-h.svg) center no-repeat;
}

.content-gallery .slider-gallery .bx-controls-direction a.disabled{
  display: none;
}

.clear{ clear: both;}

#masonry .mix{
  display: none;
}

.bx-wrapper .bx-loading {
 min-height: 250px;
 background: url(../img/diana-savio-loader.svg) center center no-repeat;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
 background-color: #fff;
}

/*Hover des thumbs*/
.trav-hover:hover {
transition: opacity 0.5s ease-in-out;
opacity: 0.5;
}

.filter {
border-radius: 40px;
text-decoration: none;
border: 1px solid #863cdf;
font-size: 12px;
padding-right: 10px;
padding-left: 10px;
cursor: pointer;
color: #863cdf;
margin-right: 10px;
list-style: none;
text-align: center;
display: inline-block;
}
.filter:hover, .filter.active{
background-color: #863cdf;
color: #fff;
}

.sort {
margin: auto;
text-align: center;
padding-top: 20px;
margin-left: -30px;
} 

span {
color: #863cdf;
font-weight: bold;
}

/*Boutons radio
*/

.bx-pager-item {
display: inline-block; 
}

.bx-pager { 
position: absolute; 
bottom: -10px; 
width: 100%;
}

.image-gallery .bx-pager a {
background:#d6d6d6;
border-radius:50%;
width:7px;
height:7px;
margin-left: 7px;
text-indent: -9999px;
display: block;
font-size: 12px;
}

.image-gallery .bx-pager a.active {
background:#2f3438;
}

.mobile-menu{
display: none;
}


/**** STYLE RESPONSIVE ****/
@media screen and (min-width: 650px) {
.nav{
  display: block !important;
}
}
@media screen and (min-width: 320px) and (max-width: 950px) {
/*.menu :hover{
  background: none;
  color: inherit;
  }*/

  .nav{
    background-position: left 99% !important;
  }
}