@import url("layout/navbar-4e0270d1.css");
@import url("layout/footer-3a497ec7.css");
@import url("layout/carousel-22c26d47.css");
@import url("layout/button-0c89a99c.css");
@import url("layout/card-cd87befc.css");
@import url("vendor/animation-2ba1d516.css");
/* @import url("vendor/swipebox-e7291103.css"); */

.spacer { height: 1em; }
.mid-spacer { height: 4em; }
.big-spacer { height: 6em; }

.thumbnail { border: 0; }
.img-blog { width: 100%; }

/* --- Video --- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* --- Jspane --- */
.jspane {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.jspane img {
  line-height: 0;
  width: 100%;
}

.jspane .text {
  background: rgba(255, 255, 255, 1);
  color: #5B91B9;
  width: 100%;
  height: 100%;
  line-height: normal;
  padding: 2px 30px;
  position: absolute;
  top: 0; left: 0;
  box-sizing: border-box;
}

.jspane .text h1 {
  font-size: 1.3em;
  border-bottom: 1px dotted;
  letter-spacing: -1px;
}

.jspane .text p {
  color: #777;
  font-size: 1.1em;
  padding-top: 3px;
}

#next-post { display: inline; float: right; }
#previous-post { display: inline; float: left; }

/* body & headings */
body {
  font-family: 'Abel', sans-serif;
  color: #777;
}

body h1 {
  color: rgb(78, 75, 75);
  font-size: 1.8em;
  font-family: 'Roboto', sans-serif;
}
body h2 { font-size: 1.6em; }
body h3 {
  color: grey;
  font-size: 1.3em;
  font-family: 'Roboto', sans-serif;
}
.carousel-caption > h1 { color: #fff; }
body p { font-size: 18px; }
article p { font-size: 1.2em; }
article h1 {
  color: rgb(78, 75, 75);
  font-size: 1.7em;
}

#logo { border-radius: 1%; }
#fuveau { color: #BA6E4D; text-transform: uppercase; }
#uk { color: #000; }
#uk2 {
  color: #5B91B9;
  font-size: 1.5em;
  text-transform: uppercase;
}
#upper { text-transform: uppercase; }
#small { font-size: 1.1em; }

/* === Section intro === */
.home-intro {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
/* Titre éditorial */
.home-intro h1 {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.3rem);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-variant-caps: small-caps;
  font-feature-settings: "smcp" 1, "liga" 1;
  color: #111;
  margin: 0 0 1rem;
}

/* Carousel captions */
.carousel-caption h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
  margin-bottom: 0.6rem;
}

.carousel-caption h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  font-style: italic;
  color: #f4f4f4;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}
