/* -------------------------------------------------------------------------- */
/*                                  GLOBAL                                    */
/* -------------------------------------------------------------------------- */

*
{
	box-sizing: border-box;
}

img 
{
    max-width: 100%;
    height: auto;
}

body,
html
{
	margin: 0;
	font-size: 100%;
	height:100%;
}

body
{
	font-size: 0.875em; /* 14pt */
	font-family: 'Open Sans', sans-serif;
}

html
{
	color: #1e4242;
}

a
{
	color: inherit;
}

/* -------------------------------------------------------------------------- */
/*                                  GLOBAL                                    */
/* -------------------------------------------------------------------------- */

.ds-window
{
	background-color: white;
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.ds-page
{
	display: none;
}

.ds-image
{
	position: relative;
}

.ds-image img
{
	width: 100%;
}

.ds-image .perso
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
}

.ds-image .bg
{
	position: relative;
	display: block;
}

.ds-texte
{
	padding: 30px;
}

.ds-texte p:first-child
{
	margin-top:0;
}

.ds-texte p:last-child
{
	margin-bottom:0;
}

.ds-texte p
{
	line-height:1.6em;
}

.ds-liens
{
	
}

.ds-liens a
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	margin-top: 30px;
}

.ds-liens a:hover
{
	text-decoration: underline;
}

.ds-liens a:before
{
	content: "• ";
}