/** END FONCTIONS **/
/** HAUT **/
#haut_conseil_c {
  padding: 20px;
}
#haut_conseil_c #bloc_titre_h #titre_h #crea_h {
  display: block;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.1;
  margin: 10px 0 10px 0;
}
#haut_conseil_c #conseil_mois {
  margin: 15px 0;
  background: url(../images/picto-lune-2x.png) left 0px top 0px no-repeat;
  background-size: 53px 53px;
  padding: 0 0 0 70px;
}
#haut_conseil_c #conseil_mois #titre_conseil {
  font-family: 'Playfair Display', serif;
  font-size: 1.15em;
}
#haut_conseil_c #conseil_mois #contenu_conseil {
  margin: 10px 0;
}
#haut_conseil_c #conseil_mois #mois {
  font-family: 'Playfair Display', serif;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #b4be00;
  display: block;
  text-align: center;
  border-bottom: 3px solid #000;
  padding: 0 0 10px 0;
}
#encore {
  text-align: center;
}
#encore a {
  color: #000;
  font-weight: 700;
  font-size: 0.85em;
  position: relative;
  padding: 0 0 15px 0;
}
#encore a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}
/** END HAUT **/
/** PROJETS **/
#projets_loosfeld {
  padding: 35px 0 0 0;
}
#projets_loosfeld #titre_projets {
  font-family: 'Playfair Display', serif;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 15px;
}
#projets_loosfeld .slide {
  position: relative;
}
#projets_loosfeld .slide .visuel {
  position: relative;
}
#projets_loosfeld .slide .visuel:before {
  content: "";
  display: inline-block;
  background: #000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#projets_loosfeld .slide .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}
#projets_loosfeld .slide .content .titre_sstitre {
  color: #fff;
  padding: 0 100px 0 0;
  width: 100%;
}
#projets_loosfeld .slide .content .titre_sstitre .titre {
  font-weight: 700;
  font-size: 1.25em;
  display: block;
  margin: 0 0 10px 0;
}
#projets_loosfeld .slide .content .lien_slide {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/fleche-blanc-grand-2x.png) center center no-repeat;
  background-size: 50px 50px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}
/** END PROJETS **/
#slider_home.owl-carousel {
  position: relative;
}
#slider_home.owl-carousel .owl-controls {
  margin: 0;
}
#slider_home.owl-carousel .owl-controls .owl-nav {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: -24px;
  right: 0;
  left: 0;
}
#slider_home.owl-carousel .owl-controls .owl-nav div {
  margin: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider_home.owl-carousel .owl-controls .owl-nav div.owl-prev {
  background: url(../images/fleche-gauche-noir-2x.png) center center no-repeat;
  background-size: 12px 11px;
  left: 10px;
}
#slider_home.owl-carousel .owl-controls .owl-nav div.owl-next {
  background: url(../images/fleche-noir-2x.png) center center no-repeat;
  background-size: 12px 11px;
  right: 10px;
}
/* Version 768 */
/* Version > 1024 */
/* Version > 1200 */
@media (min-width: 1200px) {
  /** HAUT **/
  #haut_conseil_c {
    max-width: 1400px;
    margin: 0 auto 30px auto;
    padding: 55px 15px 45px 15px;
  }
  #haut_conseil_c.conseil {
    display: flex;
    flex-direction: row-reverse;
  }
  #haut_conseil_c.conseil #conseil_mois {
    max-width: 500px;
    margin: 0;
    padding: 20px 110px 20px 90px;
    position: relative;
  }
  #haut_conseil_c.conseil #conseil_mois #mois {
    position: absolute;
    width: 250px;
    transform: rotate(-90deg);
    right: 21px;
    top: -40px;
    transform-origin: right;
    font-size: 1.875em;
  }
  #haut_conseil_c.conseil #bloc_titre_h {
    flex: 1;
    margin-left: 60px;
  }
  #haut_conseil_c #bloc_titre_h #titre_h #crea_h {
    font-size: 3.125em;
    margin: 20px 0 20px 0;
  }
  #encore {
    position: relative;
    z-index: 4;
  }
  /** END HAUT **/
  /** PROJETS **/
  #projets_loosfeld {
    position: relative;
    padding: 0;
    margin: -50px auto 0 auto;
  }
  #projets_loosfeld .owl-controls {
    display: none;
  }
  #projets_loosfeld:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 270px;
    background: url(../images/bordure-projets.png) center center no-repeat;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-size: cover;
  }
  #projets_loosfeld #conteneur_titre_l {
    position: absolute;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: rotate(-7.5deg) translate(-50%, 0%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 60px;
  }
  #projets_loosfeld #navigation_projets {
    display: flex;
    align-items: center;
  }
  #projets_loosfeld #navigation_projets a {
    display: block;
    padding: 15px;
  }
  #projets_loosfeld #navigation_projets a img {
    width: 12px;
    height: 11px;
  }
  #projets_loosfeld #navigation_projets #nav_projets {
    width: 30px;
    height: 30px;
    margin: 0 7px;
    transform: rotate(97deg);
  }
  #projets_loosfeld #titre_projets {
    margin: 0;
    font-size: 1.5em;
    text-align: left;
    padding: 0 0 0 20px;
  }
  #projets_loosfeld .slide .content {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 100%;
    max-width: 1200px;
    transform: translate(-50%, 0%);
  }
  #projets_loosfeld .slide .content .titre_sstitre .titre {
    font-size: 2.5em;
    max-width: 480px;
    margin: 0 0 30px 0;
  }
  #projets_loosfeld .slide .content .lien_slide {
    width: 75px;
    height: 75px;
    background-size: 75px 75px;
    right: 0;
    bottom: 25px;
    transition: all 0.25s;
  }
  #projets_loosfeld .slide .content .lien_slide:hover {
    transform: rotate(90deg);
  }
  /** END PROJETS **/
}
/* Version > 1600 */
@media (min-width: 1600px) {
  /** PROJETS **/
  #projets_loosfeld #titre_projets {
    max-width: 1370px;
  }
  #projets_loosfeld .slide .content {
    max-width: 1370px;
  }
  /** END PROJETS **/
}
/* END Version > 1600 */
