html {
  width: 100%;
  font-family: sans-serif;
}

.inside {
 background:url("http://atelierdelily.net/img/photo_entree.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#bImg2 {
position: fixed;
top: 0px;
width: 100%;
height: 100%;
background:url("http://atelierdelily.net/img/atelier/atelier_montbonnot_rue.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 display: none;
}

section.col-md-8 {
  background-color: rgba(0,0,0,0.8);
  padding-bottom: 10px;
}

h1 {
  color: rgb(230,230,230);
  font-size: 250%;
}

h2 {
  color: rgb(220,220,220);
  font-size: 230%;
}

h3 {
    color: rgb(210,210,210);
    font-size: 210%;
}

.mobileaside {
  margin-top: 50px;
  display: none;
}

p, div.p {
  color: whitesmoke;
  font-size: 150%;
}

div.p img {
  width: 100%;
}

a {
  color: rgb(210, 210, 210);
}

li a.menu {
  color: white;
  font-size: 110%;
}

li a.smenu {
  color: white;
  font-size: 90%;
  margin-left: auto;
  margin-right: auto;
}

a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

li a.menu:hover {
  color: white;
  font-size: 110%;
}

li a.menu:focus {
  color: white;
  text-decoration: none;
  font-size: 110%;
}

li a.smenu:hover {
  color: white;
  background-color: black;
  background-image: none !important;
  font-size: 90%;
}

li a.smenu:focus {
  color: white;
  background-color: black;
  background-image: none !important;
  font-size: 90%;
}

nav ul {
  background-color: #8A774D;
  /*height: 120%;*/
  text-align: center;
  padding: 0px;
}

section {
  width: 75%;
}

article {
  display: inline-block;
  margin-top: 1%;
}

article > .article_content {
  display: inline-block;
  width: 100%;
}

footer {
  background-color: gray;
  padding: 1%;
  color: white;
}

ul li {
    color: white;
}

nav ul li, nav ul li a {
  list-style: none;
  display: inline-block;
  padding: 8px;
}

nav ul li a, nav ul li a:hover {
  font-size: 110%;
}

nav ul li:hover {
  background-color: black;
  color: gray;
  text-decoration: none;
}

.smenu:hover {
  background-color: black;
  text-decoration: none;
}

.full_page {
  width : 100%;
}

div#slider {
  width: 100%;
  /*max-width: 1000px;*/
  overflow: hidden;
}

div#slider figure {
  width: 300%; /*300 when only 3 imgs*/
  position: relative;
  margin: 0;
  padding: 0;
  animation: 15s slider infinite;
}

div#slider figure a img {
  width: 33.27%; /*33.27 when only 3 imgs*/
  height: auto;
}

aside {
  text-align: right;
}

#atelier_live {
  width: auto;
}

.thumbnail {
  margin: 1%;
  padding: 0%;
  height: 1%;
  /*size: auto;*/
}

.noheight {
  width: 10%;
  padding: 0;
}

section ul li {
  font-size: 130%;
}

#tel {
  /*display: inline; */
  float: none;
  position: static;
  color: black;
  font-size: 180%;
  position: relative;
  bottom: 200px;
  right: 100px;
  margin-bottom: -200px;
  float: right;
}

#logo {
  height: 50%; 
  width: 50%;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 0%;
}

.contact1 {
  color: initial;
  margin-left: 10px;
  float: right;
  position: relative;
  bottom: 165px;
  right: 170px;
  margin-bottom: -150px;
}

.contact2 {
  color: initial;
  margin-left: 52px;
  float: right;
  position: relative;
  bottom: 165px;
  right: 120px;
  margin-bottom: -150px;
}

.contact:hover {
  color: blue;
}

#nomargin {
  margin: 0px;
}

#h {
  text-align: none;
}

img.fs {
  width: 49%;
}

/*Quick fix menus*/

ul.dropdown-menu {
  background-color: rgb(63, 55, 36);
}

ul.dropdown-menu li:hover {
  background-color: transparent;
}

/*Transition slider*/

@keyframes slider {
  0% {left: 0%;}
  30% {left: 0%;}
  33% {left: -100%;}
  63% {left: -100%;}
  68% {left: -200%;}
  98% {left: -200%;}
  100% {left: 0%;}
}

/*Media queries*/

@media screen and (max-width: 1680px) {
  div#slider figure a img {
    width: 33.23%;
  }
}

@media screen and (max-width: 1080px) and (orientation: portrait) {
  div.row aside {
    display: none;
  }

  body {
    text-align: center;
  }

  div.row section.col-md-8 {
    width: auto;
  }

  .mobileaside {
    display: block;
    margin-top: 10px;
  }

  #logo {
    height: 90%; 
    width: 90%;
  }

  #tel {
    font-size: 180%;
    position: initial;
    float: initial;
    margin-bottom: 0px;
  }

  #mdrop li {
    display: block;
  }
  
  .contact1 {
    float: initial;
    position: initial;
    margin-bottom: 0px;
  }
  
  .contact2 {
    float: initial;
    position: initial;
    margin-bottom: 0px;
  }

  #h {
    text-align: center;
  }

  img.fs {
    width: 100%;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 1032px) {
  div#slider figure a img {
    width: 33.20%;
  }
}

@media screen and (max-width: 1028px) {
  div#slider figure a img {
    width: 33.15%;
  }
}

@media screen and (max-width: 663px) {
  div#slider figure a img {
    width: 33.10%;
  }
}

@media screen and (max-width: 408px) {
  div#slider figure a img {
    width: 33.05%;
  }
}

@media screen and (max-width: 341px) {
  div#slider figure a img {
    width: 33.00%;
  }
}

@media screen and (max-width: 295px) {
  div#slider figure a img {
    width: 32.95%;
  }
}


@media screen and (max-width: 260px) {
  div#slider figure a img {
    width: 32.90%;
  }
}

@media screen and (max-width: 232px) {
  div#slider figure a img {
    width: 32.85%;
  }
}

@media screen and (max-width: 212px) {
  div#slider figure a img {
    width: 32.80%;
  }
}
