<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

 Copyright 2006-2022 Kiubi SAS.

 Composants specifiques au theme Kiubi pour Bootstrap v4.2 (http://getbootstrap.com)

 Theme sous licence Beerware (https://fr.wikipedia.org/wiki/Beerware)

 ----------------------------------------------------------------------------
 "THE BEER-WARE LICENSE" (Revision 42):
 &lt;contact@kiubi.com&gt; wrote this file. As long as you retain this notice you
 can do whatever you want with this stuff. If we meet some day, and you think
 this stuff is worth it, you can buy us a beer in return. Kiubi
 ----------------------------------------------------------------------------

*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&amp;display=swap');


iframe {
	border: none;
}

.alert-danger ul {
	margin-bottom: 0;
}

.blockquote {
    font-size: 1.09375rem !important;
}

.custom-file-label::after {
	content: 'Parcourir';
}

.pagination {
	margin-bottom: 0;
}

.fe, .fa, .far, .fas {
    font-size: 1rem;
}

.btn-link:hover {
    text-decoration: none;
}

.media + .media {
	margin-top: 2rem;
}

.custom-select-lg {
	font-size: 100%;
}

/* Class utilitaires */

.img-square {
    position: relative;
}
  
.img-square::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
  
.img-square img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-cover {
     object-fit: cover;
}

.text-serif {
	font-family: 'Playfair Display', serif !important;
	font-weight: 400;
	text-transform: none;
}

h2.text-serif {
    font-size: 2.8rem;
}
h1.text-serif {
    font-size: 2.8rem;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

.post-content ul,
.post-content ol {
	margin-top: 1rem;
}

.post-content::after {
    display: block;
    clear: both;
    content: "";
}

/* Section et espacement */

.section {
    position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.section-lg {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.section-md {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section-sm {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.section[style*="background-image"] {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}

/* Suppression des espacements entre 2 sections identiques */

.section.bg-light:not([style*="background-image"]) + .section.bg-light:not([style*="background-image"]),
.section:not([class*="bg-"]):not([style*="background-image"]) + .section:not([class*="bg-"]):not([style*="background-image"]) {
    padding-top: 0;
}

/* Suppression des espacements des sections dans les templates avec une barre laterale */

.barre-laterale .main &gt; .section:not([class*="bg-"]):not([style*="background-image"]):first-child,
.barre-laterale .sidebar &gt; .section:not([class*="bg-"]):not([style*="background-image"]):first-child {
    padding-top: 0;
}

/* Suppression des espacements des sections imbriquees */

.section .section:not([class*="bg-"]):not([style*="background-image"]):first-child {
    padding-top: 0;
}

.section .section:not([class*="bg-"]):not([style*="background-image"]):last-child {
    padding-bottom: 0;
}

/* Suppression des espacements des containers imbriques */

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

/* header */

.header {
	position: relative;
	z-index: 30;
}

.header-top {
	padding: 10px 0;
	height: 45px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header .section,
.header .widget {
	margin-bottom: 0;
	margin-top: 0;
}

.logo-site img {
/*	max-height: 45px;*/
	visibility: hidden;
}
.logo-site {
	position: absolute;
	top:10px;
	display: block;
	height: 125px;
	background: center / contain url(/media/1672) no-repeat;
}
@media (max-width:1199px) {
.logo-site {
	position: relative;
	display: block;
	max-height: 45px;
	background: center / contain url(/media/1202) no-repeat;
	margin-top: -15px;
}
}

/* Barre de naviation principale */

#navbar-main {
	font-size: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 90px;
	height: auto;
	border: none;
/*	letter-spacing: -1px;*/
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
    
#navbar-main.bg-white {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#navbar-main .navbar-toggler {
	height: 38px;
	margin: 4px 0;
}

#navbar-main .nav-item {
/*    margin: 0 1rem;*/
}

.body-scrolled {
    padding-top: 135px;
}

.body-scrolled #header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	-webkit-animation: slidedown 0.2s linear;
	animation: slidedown 0.2s linear;
}

@keyframes slidedown {
  	0% { position: fixed; top: -120px; }
	100% { position: fixed; top: 0; }
}

@-webkit-keyframes slidedown {
  	0% { position: fixed; top: -120px; }
	100% { position: fixed; top: 0; }
}

/* banner */

.banner .move {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 2;
}

.banner .move i {
	display: block;
	font-size: 40px;
	opacity: 0.3;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% 		{ transform: translate(0, 0); }
	50% 	{ transform: translate(0, 10px); }
	100% 	{ transform: translate(0, 0); }
}

/* main */


/* footer */

.footer {
    padding-top: 4rem;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

/* Fil d'arianne / Breadcrumb */

.breadcrumb {
    font-size: 0.7875rem;
    justify-content: center;
}

.breadcrumb-main li:last-child {
    opacity: 0.5;
}

.produit-detail .breadcrumb {
    justify-content: start;
}

/* Formulaire de recherche */


/* Menu horizontal */

header .site-web-menu-h {
	display: inline;
}

.site-web-menu-h.reseaux-sociaux a {
    text-decoration: none;
}

/* Menu vertical */

.site-web-menu-v .flex-column .flex-column {
	margin: 5px 0 5px 20px; /* gestion des sous-niveaux */
}

/* Menu deroulant - comportement */

.menu-deroulant .dropdown .dropdown-item {
	border-radius: 0 !important;
}

@media (min-width:1199px) {	

	.menu-deroulant .dropdown {
		display: none;
		position: relative;
		height: 5px; /* Determine la marge entre le menu et la barre de navigation */
		margin-bottom: -5px; /* Doit avoir la meme valeur (negative) que height */
	}

	.menu-deroulant li:hover &gt; .dropdown,
    .menu-deroulant .dropdown-menu {
		display: block;
	}

	.menu-deroulant .dropdown .dropdown {
		top: -40px; /* Positionne les menus de niveau 3 et 4 sur l'axe Y */
		left: 150px;  /* Positionne les menus de niveau 3 et 4 en l'axe X */
	}
}

@media (max-width:1199px) {	
	.menu-deroulant .dropdown-menu {
		border: none;
	}

	.menu-deroulant &gt; li.nav-item.active &gt; .dropdown,
	.menu-deroulant &gt; li.nav-item.active &gt; .dropdown &gt; .dropdown-menu {
		display: block !important;
		box-shadow: none !important;
	}
}

/* Menu deroulant - apparence */

.menu-deroulant .dropdown-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Billets du site web */

.jumbotron {
    display: flex;
    align-items: center;
    margin-bottom: 0;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.jumbotron.dark-overlay {
	text-shadow: 2px 2px black, 1px 1px black;
}
.jumbotron.dark-overlay a {
	text-shadow: none;
}
.post-jumbotron .jumbotron.dark-overlay {
	text-shadow: none;
}
.jumbotron.bg-dark {
	text-shadow: 2px 2px black, 1px 1px black;
}
.jumbotron.bg-dark a {
	text-shadow: none;
}


.post-jumbotron-photo .photo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Composant du site web */

.composant-services i {
	font-size: 3rem;
}

.composant-services .img-square {
    max-width: 130px;
}

.composant-galerie .row &gt; div {
	overflow: hidden;
}

.composant-galerie a {
    display: block;
	width: 100%;
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.composant-galerie a:hover {
	cursor: zoom-in;
}

.composant-galerie .card-body {
    position: absolute;
    top: 30px;
    right: 2px;
    left: 2px;
	height: 236px;
    background: rgba(255,255,255,1);
    opacity: 0;
	overflow: hidden;
    pointer-events: none;
}

.composant-galerie .card:hover .card-body {
    top: 2px;
    opacity: 0.9;
	transition: all 0.2s linear;
}

.composant-embed iframe {
	width: 100% !important;
}

.composant-accordeon button.collapsed i::before {
    content: "\e9b1";
}

.composant-accordeon button:not(.collapsed) i::before {
    content: "\e996";
}

.composant-chronologie .container::before {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background-color: var(--gray);
    opacity: 0.3;
}

.composant-chronologie .chronologie-item {
    position: relative;
}

.composant-chronologie .chronologie-item::before {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 15px;
    height: 15px;
    content: '';
    background: var(--success);
    border-radius: 50px;
}

.composant-chronologie .container::before {
    left: 15px;
}

.composant-chronologie .chronologie-item {
    padding-left: 3rem;
}

.composant-chronologie .chronologie-item::before {
    left: 9px;
}

@media (min-width:767px) {	
    .composant-chronologie.center .container::before {
        left: 50%;
        margin-left: -1px;
    }

    .composant-chronologie.center .chronologie-item:nth-child(2n+1) {
        align-self: flex-start;
        text-align: right;
        padding-right: 3rem;
    }

    .composant-chronologie.center .chronologie-item:nth-child(2n+1):before {
        left: auto;
        right: -8px;
    }

    .composant-chronologie.center .chronologie-item:nth-child(2n) {
        align-self: flex-end;
        padding-left: 3rem;
    }

    .composant-chronologie.center .chronologie-item:nth-child(2n)::before {
        left: -7px;
    }
}

.composant-divider  {
	margin: 0;
	border: none !important;
}

.section.bg-light:not([style*="background-image"]) + .composant-divider.bg-light,
.section:not(.bg-light):not([style*="background-image"]) + .composant-divider:not(.bg-light) {
	margin-top: -5rem;
}

.composant-divider .border-simple {
	border-top: 1px solid rgba(0,0,0,0.08);
}

.composant-divider .border-double {
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-top: 2px;
}

.composant-divider .border-dashed {
	border-top-color: rgba(0,0,0,0.1);
	border-top-style: dashed !important;
}

.composant-divider .border-double.border-dashed {	
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-style: dashed !important;
	border-bottom-style: dashed !important;
}

.composant-divider .border-diagonal {
	height: 6px;
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 0);
	background-image: linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 0);
	background-size: 6px;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}

.composant-divider .border-zigzag {
	height: 5px;
	background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px), 
	-webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px);
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px), 
	linear-gradient(-45deg, rgba(0, 0, 0, 0) 6px, rgba(0,0,0,0.2) 7px, rgba(0, 0, 0, 0) 6px);
	background-size: 9px 10px;
	background-position: top left;
	background-repeat: repeat-x;
}

/* Symbole */

.kiubi-modal .section {
	padding: 2rem 0;
}

/* Widget */

.widget {
    margin-bottom: 4rem;
}

.widget .nav-item {
    margin: 0;
}

.widget .nav-link {
    padding-left: 0;
    padding-right: 0;
    color: var(--gray);
}

.widget .nav-link.active,
.widget .nav-link:hover {
    color: var(--primary);
    background: none;
    border: none;
}

.widget.filtres .custom-control {
    cursor: pointer;
}

.widget.filtres .custom-control:hover label {
    color: var(--primary);
    cursor: pointer;
}

.widget.filtres label {
    color: var(--gray);
}

.widget.filtres input:checked + label {
    color: var(--primary);
}

.widget .produit img {
	width: 80px;
}

.login i,
.cart-link i,
.account i {
    font-size: 1.2rem;
}

/* Blocs d'extraits */

.bloc-extrait-temoignages .img-square {
    margin-top: -3rem;
}

/* Produit */

.produit .tags a + a {
	margin-left: 0.5rem;
}

.produit .tags a:before {
	padding-right: 5px;
	display: inline-block;
    vertical-align: -.1em;
	font-family: 'Feather' !important;
	font-style: normal;
    font-size: 1rem;
	font-weight: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\e9db";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.produit-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produit-hover-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	transition: all 0.3s;
}

.produit-hover-overlay a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.produit-image:hover .produit-hover-overlay {
    opacity: 1;
}

.price {
	font-size: 1rem;
}

.price del {
	font-size: 0.8rem;
}

.social-btn .btn {
	font-size: 1.3rem;
    text-decoration: none;
}

.social-btn .fe-facebook {
    color: #3b5998;
}

.social-btn .fe-twitter {
    color: #00acee;
}

/* Liste des produits */


/* Detail d'un produit */

.produit-detail .illus_principale:last-child {
    display: none;
}

.produit-detail .price {
	font-size: 1.5rem;
}

.produit-detail .variantes .btn {
    border-radius: 0;
    box-shadow: none;
}

.produit-detail .variantes .active {
    border-color: var(--warning) !important;
}

.produit-detail .variantes .disabled {
    pointer-events: none;
    opacity: 0.4;
}

.btn-addcart {
    min-width: 200px;
}

.btn-addcart.btn-success .cart-success {
    display: inline-block !important;
}

.btn-addcart.btn-success .cart-success + span {
    display: none !important;
}

.alert-cart {
	position: fixed;
	top: 45px;
	right: 0;
	margin: 10px 15px;
	max-width: 340px;
	width: calc(100% - 20px);
	z-index: 40;
}

/* Commentaires (blog et produits) */

.post-comment .avatar {
	width: 40px;
	height: 40px;
}

/* Vignettes (blog, produits, etc.) */

.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title:not([class*="h"]) {
	font-size: 1.25rem;
}

.card .desc {
	/*max-height: 4.2rem;
	overflow: hidden;*/
}

.grille .card {
	margin-bottom: 2rem;
}

.section.grille {
	padding-bottom: 3rem;
}

.grille .pagination {
	margin-bottom: 2rem;
}

/* Detail du panier d'achat et recaptilatif de la commande */

.table-order img {
	width: 100px;
}

.table-order .hors-port {
	font-weight: bold;
}

.table-order .ttc,
.row-order .ttc {
	font-size: 1.1rem;
	font-weight: bold;
}

.table-order,
.row-order {
	text-align: right;
}

.table-order td:first-child {
	text-align: left;
}

.table-order .table-spacer {
	width: 120px;
}

/* Recaptilatif de la commande */

/* Livraison */

.shipping-adress .btn-group-toggle .fe::before {
	content: "\e937";
}

.shipping-adress .btn-group-toggle .active .fe::before {
	content: "\e92c";
}

/* Gestion de compte */

.compte-tableau-bord .avatar {
	width: 120px;
	height: 120px;
}

/* Bouton de retour en top */

.btn-returntop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 10px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

/* Icones */

.note-moyenne-4 .note + .note + .note + .note + .note {
    opacity: 0.3
}

.note-moyenne-3 .note + .note + .note + .note {
    opacity: 0.3
}

.note-moyenne-2 .note + .note + .note {
    opacity: 0.3
}

.note-moyenne-1 .note + .note {
    opacity: 0.3
}

.note-moyenne-0 {
    display: none;
}

.note {
    font-style: normal;
    font-size: 1rem;
}

.fe-paiement:before {
	content: "\e94e"; /* icone paiement par cb */
}

.fe-paiement1:before {
	content: "\e95a"; /* icone paiement par cheque */
}

.fe-paiement2:before {
	content: "\e9b9"; /* icone paiement par virement */
}

.fe-paiement3:before {
	content: "\e94e"; /* icone paiement par PayPal */
}

/* Filtre et couleur des textes */

.dark-overlay[style*="background-image"],
.dark-overlay[style*="background-image"] div[id*="jarallax-container"] div {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.2);
}

.dark-overlay[style*="background-image"] .bg-transparent,
.dark-overlay[style*="background-image"] .bg-transparent h2,
.dark-overlay[style*="background-image"] .bg-transparent h5,
.dark-overlay[style*="background-image"] .bg-transparent a:not(.btn),
.dark-overlay[style*="background-image"] .composant-accordeon .bg-transparent button {
    color: #FFF;
}

.dark-overlay[style*="background-image"] .bg-transparent .post-content,
.dark-overlay[style*="background-image"] .bg-transparent .figure-caption {
    color: rgba(255,255,255,0.8);
}

.dark-overlay[style*="background-image"] .bg-transparent .text-primary {
    color: #FFF !important;
}

.dark-overlay[style*="background-image"] .bg-transparent .text-muted {
    color: rgba(255,255,255,0.8) !important;
}

.dark-overlay[style*="background-image"] .card {
    border: none;
}

.dark-overlay[style*="background-image"] .composant-chronologie .container::before {
    background-color: rgba(255,255,255,0.3);
}

/* owl-carousel et carousel */

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	color: #000;
    opacity: 0.8;
}

.owl-next {
	right: 0;
}

.owl-prev {
	left: 0;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
	transition: opacity .35s ease;
}

.owl-prev span,
.owl-next span {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	top: 50%;
	margin-top: -30px;
	height: 42px;
	width: 42px;
	font-size: 1.25rem;
	line-height: 1;
	background: rgba(255,255,255,0.2);
	z-index: 5;
}

.owl-prev span {
	left: 0;
}

.owl-next span {
	transform: rotate(180deg);
	right: 0;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots {
    margin-top: 10px;
}

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

.carousel-content {
	position: relative;
    padding-top: 62%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.carrousel-grille .owl-stage,
.carrousel-grille .owl-item {
    display: flex;
}

/* EasyZoom */

.easyzoom {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10em;
	margin: -1em 0 0 -5em;
	text-align: center;
	z-index: 20;
}

.easyzoom-flyout {
	position: absolute;
	background: #FFF;
	overflow: hidden;
	z-index: 10;
}

.easyzoom-overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Cookie Alert */

#cookie_alert {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	z-index: 100;
}

/* reCAPTCHA */

.grecaptcha-badge {
	bottom: 80px !important;
}

/* Media Queries */

@media (min-width:767px) {
	.banniere-pleine-page .banner {
		margin-top: -65px;
/*		height: calc(100vh - 40px) !important;*/
		height: calc(100vh) !important;
	}

	.banniere-pleine-page .banner .jumbotron {
/*		height: calc(100vh - 40px) !important;*/
		height: calc(100vh) !important;
	}
    
    .barre-laterale .main,
    .barre-laterale .sidebar {
        padding-top: 5rem;
    }
}

@media (max-width:767px) {	
    .section, .section-lg, .section-md, .section-sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .section[class*="bg-"] + .composant-divider[class*="bg-"],
    .section:not([class*="bg-"]) + .composant-divider:not([class*="bg-"]) {
        margin-top: -2rem;
    }

    .widget {
        margin-bottom: 2rem;
    }
                
	.jumbotron,
    .composant-carrousel .jumbotron {
		height: auto !important;
	}
		
	.ecommerce .main .btn {
		width: 100%;
	}

	.ecommerce .main .btn-group .btn {
		width: auto;
	}
	
	.table-order th, .table-order td, 
	.table-orders th, .table-orders td {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
    
    .footer {
        padding-top: 2rem;
    }
}

@media (min-width:989px) { 
    .dpd-iframe,
    .colissimo-pickup-iframe,
    .mondialrelay-iframe { 
        height: 860px; 
    } 
}

@media (max-width:989px) { 
    .dpd-iframe,
    .colissimo-pickup-iframe,
    .mondialrelay-iframe { 
        height: 1180px;
    } 
}

@media (min-width:1199px) {	
    #navbar-menu {
        position: absolute;
        right: 0px;
        left: 0px;
        margin: 0 25%;
    }
    
    .banniere-pleine-page .banner {
        margin-top: -90px;
    }
    
	.main {
		min-height: 100px;
	}
}

@media (max-width:1199px) {	
     #navbar-main {
        padding-top: 9px;
        padding-bottom: 9px;
        min-height: 65px;
    }
    
    .body-scrolled {
        padding-top: 110px;
    }
        
	.jumbotron h1,
    .composant-compte-rebours .h1 {
		font-size: 2.2rem !important;	
	}

    .composant-compte-rebours .h2 {
		font-size: 2rem !important;	
	}
}</pre></body></html>