h1.logo {
color: white;
font-family: 'Lusitana', serif;
font-weight: 400; 
font-size: 36px;
text-shadow: 1px -1px 2px rgba(0, 0, 0, 1);
text-decoration: none;
margin: 10px 0px 0px 10px;
padding: 0px;
}

h2.logo {
color: white;
font-family: 'Lusitana', serif;
font-weight: 400; 
font-size: 24px;
text-shadow: 1px -1px 2px rgba(0, 0, 0, 1);
margin: 0px 0px 5px 10px;
padding: 0px;
}

.navbar-header a:hover {
text-decoration: none;
}

nav.sideNav {
  position: fixed;
  right: -180px; /* final right position: see nav.sideNav.active */
  width: 180px; 
  top: 25%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

nav.sideNav.active {
  right: 0px;
  transition: transform 0.6s ease-out;
  -moz-transition:    0.6s ease-out; /* Firefox */
  -ms-transition:     0.6s ease-out; /* Microsoft Internet Explorer */
  -webkit-transition: 0.6s ease-out; /*Chrome, Safari */
  -o-transition:      0.6s ease-out; /* Opera */
}

nav.sideNav a {
  color: white; 
}

nav.sideNav a {
  border-left: solid 3px rgba(0, 0, 0, 0.5);
}

.nav .nav > li > a {
  padding-top:    0px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-size: 90%;
}

@media (max-width: 992px) {    
  nav.sideNav {
	width: 130px; 
    font-size: 0.8em;
  }
}

@media screen and (max-width: 768px) {    
  nav.sideNav {
    top: 80px;
    left: 0px;
    width: 100%;  
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav > li {
    float: left;
  }
}

/* "Accueil" images - START ==================================================*/

.intro-image {
  border: solid white 6px;
  border-radius: 6px;
  width: 100%; /* In order to fit width of boostrap <div class="col-md-..."> */
  display: inline-block; /* When using 'transform: scale' for internal img, force div to keep same size */
  overflow: hidden;      /* When using 'transform: scale' for internal img, force div to keep same size */
}

.intro-image > a > img {
  transition: transform 0.2s ease-out;
  -moz-transition:    0.2s ease-out; /* Firefox */
  -ms-transition:     0.2s ease-out; /* Microsoft Internet Explorer */
  -webkit-transition: 0.2s ease-out; /*Chrome, Safari */
  -o-transition:      0.2s ease-out; /* Opera */
}

.intro-image > a:hover > img {
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
  -moz-transition:    0.2s ease-out; /* Firefox */
  -ms-transition:     0.2s ease-out; /* Microsoft Internet Explorer */
  -webkit-transition: 0.2s ease-out; /*Chrome, Safari */
  -o-transition:      0.2s ease-out; /* Opera */
}

.intro-image > a > h1 {
  position: absolute;
  left: 20px;
  bottom: 10px;
  margin: 0px;
  color: white;
  font-size: 2.5em;
  font-weight: 300;
}

/* "Accueil" images - END ====================================================*/          

/* Affix - START =============================================================*/

ul.affix {
    /*position: fixed;*/
    /*top: 60px;
    left: 62px;
    width: 360px;*/
}
ul.affix-top {
    /*position: static;*/
}
ul.affix-bottom {
    /*position: absolute;*/
}

.nav > .active > a,
.nav > .active:hover > a,
.nav > .active:focus > a {
  font-weight: bold;
  border-left: solid 3px rgba(255, 255, 255, 1);
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(200, 200, 200, 0.5); /* bootstrap overload */
  transition: background-color .3s linear;
}

/*.nav > li.active > ul {
  display: none;	
}*/

/* Affix - END ===============================================================*/

/* Isotope - START ===========================================================*/

/* Layout */

.isotopeItem {
  width: 25%;
}

.isotopeItem.wide {
  width: 50%;
}

/* 4 columns by default */
.isotopeGridSizer {
  width: 25%;
}

@media screen and (min-width: 720px) {
  /* 10 columns for larger screens */
  /*.grid-sizer { width: 10%; } */
}

/* Zoom effect */

.isotopeItem {
  display: inline-block; /* When using 'transform: scale' for internal img, force div to keep same size */
  overflow: hidden;      /* When using 'transform: scale' for internal img, force div to keep same size */
}

.isotopeItem> a > img {
  transition: transform 0.2s ease-out;
  -moz-transition:    0.2s ease-out; /* Firefox */
  -ms-transition:     0.2s ease-out; /* Microsoft Internet Explorer */
  -webkit-transition: 0.2s ease-out; /*Chrome, Safari */
  -o-transition:      0.2s ease-out; /* Opera */
 
}

.isotopeItem > a:hover > img {
	transform: scale(1.05);
  -moz-transform:    scale(1.05, 1.05); /* Firefox */
  -ms-transform:     scale(1.05, 1.05); /* Microsoft Internet Explorer */
  -webkit-transform: scale(1.05, 1.05); /* Chrome, Safari */
  -o-transform:      scale(1.05, 1.05); /* Opera */
	transition: transform 0.2s ease-out;
  -moz-transition:    0.2s ease-out; /* Firefox */
  -ms-transition:     0.2s ease-out; /* Microsoft Internet Explorer */
  -webkit-transition: 0.2s ease-out; /* Chrome, Safari */
  -o-transition:      0.2s ease-out; /* Opera */
}

/* Isotope - END =============================================================*/

/* Page loading - START ======================================================*/

#wait {
  background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px; 
	top:  0px; 
	width:  100%; 
	height: 100%; 
  z-index: 10000;
}

.spinner {
  height: 60px;
  width:  60px;
  position: relative;
  /* horizontal and vertical align - START */
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  /* horizontal and vertical align - END */
  animation: rotation 1.0s infinite linear;
  -webkit-animation: rotation 1.0s infinite linear;
  -moz-animation: rotation 1.0s infinite linear;
  -o-animation: rotation 1.0s infinite linear;
  border-left:   6px solid rgba(255,255,255,0.6);
  border-right:  6px solid rgba(255,255,255,0.6);
  border-bottom: 6px solid rgba(255,255,255,0.6);
  border-top:    6px solid rgba(255,255,255,1);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

/* Page loading - END ========================================================*/