/**
 * Agent Vinyle
 * Design 2017
 *
 * Designed by M² Solutions (Frederick M.)
 */
body {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 116px;
  }
}
.row.no-gutters {
  margin: 0;
}
.row.no-gutters > div[class^="col-"] {
  padding: 0;
}
.navbar-default {
  background-color: #fefefe;
  border-bottom: 0;
  margin-bottom: 0;
}
.navbar-default .desktop-logo {
  display: none;
}
.navbar-default .navbar-brand {
  padding: 8px 10px;
}
.navbar-default .navbar-brand img {
  max-height: 34px;
}
.navbar-default ul.nav > li > a {
  color: #ee1c25;
}
.navbar-default ul.nav > li > a:hover,
.navbar-default ul.nav > li > a:focus,
.navbar-default ul.nav > li > a:active {
  color: #fff;
  background-color: #ee1c25;
}
.navbar-default ul.nav > li.active > a {
  color: #fff;
  background-color: #ee1c25;
}
.navbar-default ul.nav > li.active > a:hover,
.navbar-default ul.nav > li.active > a:focus,
.navbar-default ul.nav > li.active > a:active {
  color: #fff;
  background-color: #ee1c25;
}
@media screen and (min-width: 768px) {
  .navbar-default .desktop-logo {
    display: block;
  }
  .navbar-default .navbar-brand {
    display: none;
  }
}
.header-logo {
  display: block;
  margin: 10px auto 5px;
}
section {
  position: relative;
}
.btn-primary {
  background-color: transparent;
  color: #ee1c25;
  border-color: #ee1c25;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus node {
  background-color: #ee1c25;
  color: #fff;
  border-color: #ee1c25;
}
#intro {
  display: block;
  background: #eee;
  padding: 0;
}
#intro .row.intro-row {
  margin: 0;
}
#intro .row.intro-row > div[class^="col-"] {
  padding: 0;
}
#intro .row.intro-row > div[class^="col-"].right-col {
  border-top: 5px solid #eee;
}
@media screen and (min-width: 768px) {
  #intro .row.intro-row {
    margin: -4px 0;
  }
  #intro .row.intro-row > .right-col > a > img {
    margin-top: 3px;
  }
  #intro .row.intro-row > div[class^="col-"].right-col {
    border-top: none;
    border-left: 5px solid #000;
  }
}
#garderie {
  display: block;
  padding: 0 0 30px;
  background: #000;
}
#stickers {
  position: relative;
  display: block;
  background: #eceff1;
  padding: 60px 30px;
}
#stickers .text-container {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  #stickers {
    padding: 100px 60px;
  }
}
/** PROJECTS **/
#projects {
  display: block;
  width: 100%;
  background-color: #231f20;
  color: #fefefe;
  padding: 50px 30px;
}
#projects h2 {
  text-align: center;
  padding: 10px 20px 40px;
}
#projects .slider-wrapper {
  display: block;
  overflow: hidden;
}
#projects .slider-wrapper img {
  margin: 10px 15px;
  max-height: 150px;
  max-width: 200px;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#projects .slider-wrapper img.slick-center {
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/** DECOGRAPH **/
#deco {
  position: relative;
  display: block;
}
#deco .lettrage {
  display: block;
  width: 100%;
  height: 350px;
  background: #aeaeae url('../img/new-decolettrage.jpg') no-repeat center left / cover;
  color: #231f20;
  text-align: center;
  padding: 40px;
  font-size: 2.5rem;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#deco .lettrage .title {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}
#deco .lettrage .subtitle {
  display: block;
  color: #fefefe;
  font-size: 1.75rem;
}
#deco .impression {
  display: block;
  width: 100%;
  height: 350px;
  background: #fefefe url('../img/new-decoimpression.jpg') no-repeat center right / cover;
  color: #231f20;
  text-align: center;
  padding: 40px;
  font-size: 2.5rem;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
  margin-top: -1px;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#deco .impression .title {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}
#deco .impression .subtitle {
  display: block;
  color: #3f3f3f;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  #deco .lettrage {
    height: 600px;
  }
  #deco .impression {
    height: 600px;
  }
}
@media screen and (min-width: 980px) {
  #deco .lettrage {
    display: inline-block;
    float: left;
    width: 50%;
    height: 350px;
    text-align: right;
    padding: 70px;
  }
  #deco .lettrage .title {
    margin: 0 auto 15px 0;
  }
  #deco .impression {
    display: inline-block;
    float: left;
    width: 50%;
    height: 350px;
    text-align: left;
    padding: 70px;
  }
  #deco .impression .title {
    margin: 0 auto 15px 0;
  }
}
@media screen and (min-width: 1200px) {
  #deco .lettrage {
    height: 420px;
  }
  #deco .impression {
    height: 420px;
  }
}
@media screen and (min-width: 1400px) {
  #deco .lettrage {
    height: 650px;
  }
  #deco .impression {
    height: 650px;
  }
}
/** MEDIAS **/
#medias {
  position: relative;
  background: #ee1c25 url('../img/dans_les_medias2.jpg') no-repeat center center / cover;
  color: #fff;
  padding: 60px 30px;
  text-align: center;
}
#medias h2 {
  margin-bottom: 30px;
}
#medias p {
  margin: 9px 4px;
  padding: 0;
}
#medias p a {
  color: #fff;
  text-decoration: underline;
}
#medias p a:hover {
  color: #eee;
}
@media screen and (min-width: 768px) {
  #medias {
    padding: 100px 60px;
  }
}
/** CONTACT **/
#contact {
  position: relative;
  background: #231f20;
  color: #fefefe;
  padding: 60px 30px;
}
#contact h2 {
  margin-bottom: 30px;
  text-align: center;
}
#contact .address-col {
  margin-bottom: 30px;
}
#contact .form-control {
  border-radius: 0;
  border-color: #fefefe;
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
}
#contact .form-control:focus {
  border-color: #ee1c25;
  box-shadow: none;
  background-color: #fff;
}
#contact #mapModal {
  color: #231f20;
}
#contact #mapModal .modal-body {
  padding: 0;
}
#contact #mapModal .modal-body #map {
  display: block;
  width: 100%;
  height: 500px;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 100px 60px;
  }
  #contact .address-col {
    margin-bottom: 0;
  }
}
footer {
  background: #b00d14;
  color: #fff;
  padding: 0 20px 30px 20px;
}
footer .footer-menu-wrapper {
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 -20px 20px -20px;
}
footer .footer-menu-wrapper .footer-menu {
  margin: 0;
  padding: 0;
}
footer .footer-menu-wrapper .footer-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .footer-menu-wrapper .footer-menu li a {
  color: #eee;
  padding: 12px 8px;
  text-decoration: none;
  display: block;
}
footer .footer-menu-wrapper .footer-menu li a:hover,
footer .footer-menu-wrapper .footer-menu li a:focus,
footer .footer-menu-wrapper .footer-menu li a:active {
  background-color: #eceff1;
  color: #231f20;
  text-decoration: none;
}
footer .subfooter .left-col,
footer .subfooter .right-col {
  text-align: center;
}
footer .subfooter a {
  color: #eee;
}
footer .subfooter a:hover,
footer .subfooter a:focus,
footer .subfooter a:active {
  color: #fff;
}
footer .subfooter .copyright {
  line-height: 51px;
  vertical-align: middle;
}
footer .subfooter .copyright span {
  color: #dedede;
}
footer .subfooter .designedby {
  line-height: 51px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  footer .subfooter .left-col {
    text-align: left;
  }
  footer .subfooter .right-col {
    text-align: right;
  }
}
