/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

body {
	position: relative;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
  color: #212121;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
.vh-100 {
  height: 100vh !important;
}

.navbar {
  background-color: rgba(255,255,255,0.1);
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.3em;
	color: #FFFFFF;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
	background: #e7b710;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background: rgba(231,183,16,0.5);
}
.navbar-collapse {
	justify-content: end;
}
header .navbar .navbar-brand {
  position: relative;
  height: 87px;
}
header .navbar .navbar-brand img {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
}
header.light .navbar .navbar-brand img.dark {
  opacity: 0;
}
header.light .navbar .navbar-brand img.light {
  opacity: 1;
}
header.dark .navbar .navbar-brand img.dark {
  opacity: 1;
}
header.dark .navbar .navbar-brand img.light {
  opacity: 0;
}
header.dark .navbar {
  background-color: rgba(255,255,255,0.9);
}
header.dark .navbar-expand-lg .navbar-nav .nav-link {
  color: #54606c;
}



.carousel-item::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #141414;
	opacity: 0.09;
}

.slide1 {
	background: url(../img/DiapoAccueil/imprimantes.jpg) no-repeat center;
	background-size: cover;
}
.slide2 {
	background: url(../img/DiapoAccueil/imprimante-2.jpg) no-repeat center;
	background-size: cover;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background: transparent;
}
.slide-cat {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background: #e7b710;
	padding: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.3em;
	margin-top: 100px;
}
.slide-title {
	color: #FFFFFF;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 8em;
	text-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	line-height: 1.2em;
}
.slide-title small {
	display: inline-block;
	font-size: 0.5em;
}
.slide-title span {
	color: #e7b710;
}

#quisommesnous .container-fluid {
  height: 100%;
}
#quisommesnous .jaune {
	background: #e7b710;
	width: 25%;
	height: 100%; 
	z-index: -1;
}
#quisommesnous .img {
    object-fit: cover;
    overflow: hidden;
}
h2 {
	color: #54606c;
  padding-bottom: 30px;
  position: relative;
  font-size: 4em;
  letter-spacing: 3px;
  display: inline-block;
}
h2::before {
  content: " ";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background-color: #54606c;
  bottom: 15px;
  left: 0;
}
h2::after {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e7b710;
  bottom: 5px;
  left: 23%;
  border-radius: 50%;
}
h3 {
  font-weight: 300;
}
h3 strong {
  color: #e7b710;
}
h4 {
  font-weight: 300;
}
h4 strong {
  color: #e7b710;
}
.btn-brochure {
  display: inline-block;
  border: 1px solid #212121;
  color: #54606c;
  font-weight: 400;
  font-size: 1.4em;
  padding: 3px 40px 6px;
  line-height: 40px;
  margin: 15px 20px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.btn-brochure::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  display: block;
  background: url(../img/puce.png) no-repeat center center;
  width: 40px;
}
.btn-brochure::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  display: block;
  background: url(../img/puce.png) no-repeat center center;
  width: 40px;
}
.btn-brochure:hover {
  background-color: rgba(0,0,0,0.2);
}
.slick-wrapper .slick-slide {
	padding: 15px;
}
.slick-wrapper .card {
    width: 300px;
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 0;
}
.slick-wrapper .card .card-image {
	width: 50%;
}
.slick-wrapper .card .card-body {
	padding: 0 0 0 20px;
}
.slick-wrapper .card .card-body h5 {
	color: #e7b710;
	margin: 0 0 10px 0;
	padding: 0;
}
.slick-wrapper .card .card-body .card-text {
	line-height: 1.1em;
	color: #222222;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

