<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**********************************
    BASE DES SNIPPETS
***********************************/
/* a virer car sinon les row ne sont pas collé
.img-responsive { margin: 15px 0 15px; }
.embed-responsive { margin: 10px 0 10px; }
.h1, .h2, .h3, h1, h2, h3 { margin-top: 15px; }
blockquote {margin-top:10px;}
*/

/*Les figures*/
figure.hdr {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}
figure.hdr img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr div {
    height: 100%;
    z-index: 0;
}
figure.hdr figcaption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	z-index:10000;
}
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before, figure.hdr div::after {
	position: absolute;
	content: '';
}

/* One */
figure.one div::before {
	top: 30px;
	right: 10px;
	bottom: 30px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 10px;
	right: 30px;
	bottom: 10px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* Three */
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
}

/* Four */
figure.four figcaption {
	text-align: left;
}
figure.four p {
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 1px solid #fff;
}

/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
	padding-bottom: 9px;
	border-bottom: 3px solid #fff;
}

/* Six */
figure.six h2 {
	padding-bottom: 9px;
	border-bottom: 3px solid #fff;
}

/* Seven */
figure.seven figcaption {
	text-align:left;
}
figure.seven h2 {
	padding-bottom: 9px;
	border-bottom: 3px solid #fff;
}

/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 30px;
	bottom: 0;
}
figure.eight p {
    position: absolute;
    left: 30px;
	right: 50%;
	padding-right:10px;
	border-right: 3px solid #fff;
}</pre></body></html>