<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 20px;
  color: #5a5a5a;
  font-family: "bree", sans-serif;
  font-weight: 300;
  color: #58585B;
}

strong {
	font-weight: 400;
}

a {
	color: #3B88C4;
	font-weight: 400;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
	border: 0;
	box-shadow: 0 4px 8px rgba(0,0,0,.25);
}

.navbar-nav {
	margin-top: 18px;
	font-weight: 400;
	font-size: 1.2em;
}

.navbar-wrapper .navbar {
	border-radius: 0;
	background: #252525;
	color: #ffffff;
}

.navbar-default .navbar-nav&gt;.active&gt;a {
	background: #3B88C4;
	color: #fff;
}

.navbar-brand {
	margin-right: 50px;
	margin-top: 1px;
}

.navbar-brand img {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.dropdown-menu, .navbar-nav&gt;li&gt;.dropdown-menuÂ&nbsp;{
	border: 0;
	min-width: 200px;
}

.navbar-default .navbar-nav&gt;li&gt;a {
	color: #ffffff;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .dropdown-menu&gt;li&gt;a:hover {
	background-color: #3B88C4;
	color: #fff;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus {
	color: #fff;
	background: #444;
}

.navbar .pull-right {
	margin-top: 35px;
	font-size: 1.1em;
}

.dropdown-menu&gt;li&gt;a {
	padding: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner &gt; .item &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.carousel-inner .slide1 {
	background: url('/img/slides/slide-drapeaux.jpg') center center;
}

.carousel-inner .slide2 {
	background: url('/img/slides/slide-transfert.jpg') center center;
}

.carousel-inner .slide3 {
	background: url('/img/slides/slide-bannieres.jpg') center center;
}

.carousel-inner .slide4 {
	background: url('/img/slides/slide-beachflags.jpg') center center;
}

.carousel-inner .slide5 {
	background: url('/img/slides/slide-grand-format.jpg') center center;
}

.carousel-inner .slide6 {
	background: url('/img/slides/slide-transfert.jpg') center center;
}

.carousel-inner .slide7 {
	background: url('/img/slides/slide-banderole.jpg') center center;
}

.carousel-inner .slide8 {
	background: url('/img/slides/slide-chaussettes.jpg') center center;
}

.carousel-inner .slide9 {
	background: url('/img/slides/slide-mats-bannieres.jpg') center center;
}

.carousel-inner .slide10 {
	background: url('/img/slides/slide-divers.jpg') center center;
}

.carousel-inner .item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('/img/pattern.png') repeat center center;
	opacity: .6;
}



/* MARKETING CONTENT
-------------------------------------------------- */

div.container.main {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 30px;
}

.col-md-3, .marketing .col-md-6 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing p {
  font-size: 1.2em;
}
.marketing p.lead {
  font-size: 1.2em;
}
.marketing .col-md-3 p, .marketing .col-md-6 p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.1em;
}
.marketing .col-md-6 p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.1em;
  text-align: left;
}
.col-md-3 h2 {
	font-size: 1.4em;
}
.marketing .col-md-6 .btn {
	margin-top: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap &lt;hr&gt; more */
  border: 0;
  height: 1px;
  background: #AAA;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.featurette-heading .text-muted {
  font-size: 0.5em;
}

.breadcrumb {
	background: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.photosProduits img { 
	display: inline-block;
	margin: 10px;
}

.featurette-image {
	box-shadow: 1px 3px 4px #999;
	margin: 20px 0;
}

strong.ast {
	color: red;
	font-size: 1.2em;
}



/* Contact
------------------------- */
label.error {
	color: #ff0000;
}




/* Footer
------------------------- */

footer {
	padding-top: 5px;
}

footer p {
	font-size: 1.0em;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 2.5em;
  }
}</pre></body></html>