@import url(http://fonts.googleapis.com/css?family=Raleway:200, 300, 400, 500);
@import url(
  http://fonts.googleapis.com/css?family=Open+Sans:100,
  300,
  700,
  800
);

strong {
  font-weight: 700;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.bg-dark {
  background-color: #525252 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

nav .logonav {
  height: 100px;
}

nav {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 1.19em;
  line-height: 1.3em;
}

.nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link {
  color: #;
}

.navbar-brand {
  margin-right: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  //color: #85939b;
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #232a2f;
}

h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  margin-bottom: 30px;
}

p,
li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

iframe {
  border: 0;
  outline: 0;
}

/* ====== HOME ====== */
#home-slide .bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#home-slide .slide-text {
  position: absolute;
  display: block;
  padding: 50px;
  z-index: 22;
  text-align: center;
  background-color: rgba(38, 38, 38, 0.8);
  top: 33%;
}

#home-slide .slide-text h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 69px;
  letter-spacing: 2px;
  color: white;
  position: relative;
}

#home-slide .slide-text span {
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #aaa;
  position: relative;
}

#home-slide .slides-navigation {
  top: 15px;
  width: auto;
  right: 20px;
}

#home-slide .slides-navigation i {
  color: black;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 16px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 2em;
}

#home-slide .slides-navigation a i {
  transition: all 0.5s;
}

@media (min-width: 768px) {
  body {
    margin-left: 260px;
  }

  .navbar.fixed-left {
    width: 260px;
  }

  #home-slide .slide-text {
    width: calc(100% - 260px);
  }
}

@media all and (max-width: 767px) {
  /*
  .container-fluid
  {
      margin-left:0px;
      padding-left:0px;
      padding-right:0px;
      width:100%;
  }
  */
  #home-slide .slide-text {
    width: 100%;
  }

  #home-slide .slide-text h2 {
    font-size: 36px;
    line-height: 2rem;
  }

  #home-slide .slide-text span {
    font-size: 15px;
    line-height: 1rem;
  }
}

/* ====== Call To Action ====== */
.call-ta {
  position: relative;
}

.call-ta {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 20px;
}

.call-ta b {
  font-size: 1.2rem;
  color: #999;
}

.call-ta span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}

.call-ta .btn {
  display: inline-block;
  margin: 25px 10px 10px;
}

/* ====== Séparateur image ====== */
.separateur-image {
  height: 300px;
  margin: 50px 0px;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

.owl-theme div img {
  filter: grayscale(1);
  opacity: 0.5;
}

/* ====== Footer ====== */
footer {
  background-color: #494d52;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
}

footer .fa-cogs {
  margin-right: 10px;
}

footer a,
footer a:hover {
  color: white;
}

footer .call-ta {
  color: white;
}

footer #partenaires img {
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

/* ====== Map google responsive ====== */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  >height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ====== assistance form on index page ====== */
#telephoner-assistance h1 {
  padding: 1rem;
  font-weight: bold;
}

#telephoner-assistance a {
  color: white;
}

#telephoner-assistance a:hover {
  text-decoration: none;
}

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #d26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

/* ====== Oldtimers ====== */
.oldtimers {
  background-color: #e9e9e9;
}

#oldtimer-shaped-text {
  background: url("../images/renoboites/oldtimers-bg.jpg") no-repeat;
  background-size: cover;
  height: 780px;
}

.oldtimers .right-shape {
  float: right;
  height: 732px;
  width: 100%;
  /*background-color:rgba(255,0,255,0.2);*/
  shape-outside: polygon(
    100% 1%,
    100% 100%,
    29% 100%,
    25% 88%,
    24% 56%,
    53% 40%,
    73% 38%,
    77% 28%,
    77% 14%,
    86% 12%
  );
  /*clip-path: polygon(100% 1%, 100% 100%, 29% 100%, 25% 88%, 24% 56%, 53% 40%, 73% 38%, 77% 28%, 77% 14%, 86% 12%);*/
}

@media all and (max-width: 1468px) {
  .oldtimers .text {
    padding-left: 20px;
  }
}

@media all and (max-width: 1395px) {
  #oldtimer-shaped-text,
  .oldtimers .right-shape {
    height: calc(100vw * 0.55);
  }
}

@media all and (max-width: 1275px) {
  .oldtimers .text p,
  .oldtimers .text li {
    font-size: 1em;
  }
}

@media all and (max-width: 1225px) {
  #oldtimer-shaped-text {
    background: url("../images/renoboites/oldtimers-bg-xs.jpg") no-repeat;
    background-size: cover;
  }

  .oldtimers .right-shape {
    shape-outside: none;
    height: auto;
  }
}

@media all and (max-width: 850px) {
  #oldtimer-shaped-text {
    height: auto;
  }
}

@media all and (max-width: 762px) {
  #oldtimers {
    background: url("../images/renoboites/oldtimers-bg-xs.jpg") no-repeat center
      center;
    background-size: cover;
  }

  #oldtimer-shaped-text {
    background: url(none);
  }
}

/*


shape-outside: polygon(100% 0%, 100% 100%, 24% 100%, 30% 91%, 19% 91%, 15% 75%, 14% 55%, 27% 48%, 38% 45%, 48% 43%, 52% 42%, 61% 42%, 67% 42%, 72% 30%, 72% 26%, 72% 21%, 72% 18%, 75% 13%, 79% 13%, 82% 16%, 84% 16%);

*/
#reparation-oldtimers .text-content {
  shape-outside: inset(100px 100px 100px 100px);
  shape-image-threshold: 0.5;
  float: left;
}

label span {
  color: red;
}

.zone-geographique {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  text-align: center;
  padding: 50px;
  border-radius: 5px;
}

#notice,
#acceptation_notice {
  display: none;
}

.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed;
}
