@font-face {
  font-family: 'UniversLTStd-Black';
  src: url('fonts/UniversLTStd-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/UniversLTStd-Black.woff') format('woff'), url('fonts/UniversLTStd-Black.ttf')  format('truetype'), url('fonts/UniversLTStd-Black.svg#fonts/UniversLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
	background-color: #dbdbdb;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body,
body * {
	box-sizing: border-box;
}

span {
	font-style:italic
}

a:link {
	transition: color .3s ease-out;
	color: #1d1d1d;
	text-decoration: none;
}

a:visited {
  color: #1d1d1d;
  text-decoration: none;
}

a:hover {
  color: #c02d26;
  text-decoration: none;
}

a:focus, a:active {
  background: none;
  text-decoration: none;
  color: #c02d26;
}

.header {
	background-color: #c02d26;
	color: #fff;
	font-size: 1.4em;
	padding-bottom: 25px;
	padding-top: 50px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.header__title {
	display: inline-block;
	font-family: 'UniversLTStd-Black';
	margin: 0 auto;
	max-width: 978px;
	padding-left: 80px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 978px;
}

.header__title::before {
	background-image: url('img/logo_V3.jpg');
	background-size: 100% 100%;
	content: '';
	display: block;
	height: 116px;
	left: -131px;
	position: absolute;
	width: 116px;
	top: -35px;
	left: -60px;
}

@media screen and (max-width: 1095px) {
  .header__title {
  	padding-left: 131px;
  }

  .header__title::before {
  	left: 0;
  }
}

.header__picto img {
	width: 100%;
}

.body {
	background-color: #fff;
	margin: 0 auto;
	max-width: 978px;
	padding: 35px;
}

.nav {
  background-color: #fff;
  margin: 0 auto;
  max-width: 978px;
  padding: 15px;
  padding-left: 145px;
}

.nav__item {
	transition: border-color .3s ease-out;
	cursor: pointer;
	color: #000;
	font-family: 'UniversLTStd-Black';
	font-size: 1em;
	float: left;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.nav__item:hover,
.nav__item.active {
	border-color: #c02d26;
}

.nav__item:not(:last-child) {
	margin-right: 15px;
}

.page {
	display: none;
}

.page.active {
	width: 63%;
	display: inline-block
}

.couvs {
	background-color: #dbdbdb;
}

.couvs__item {
	transition: border-color .3s ease-out;
	border: 5px solid transparent;
	cursor: pointer;
	display: inline-block;
	width: 130px;
}

.couvs__item:hover,
.couvs__item.active {
	border-color: #c02d26;
}

.couvs__item img {
	width: 100%;
}

.infos__item {
	display: none;
	padding: 25px 0;
}

.infos__item.active {
	display: block;
}

.infos__item__title {
	color: #000;
	font-family: 'UniversLTStd-Black';
	font-size: 1.5em;
}

.infos__item__subtitle {
	color: #000;
	font-family: 'UniversLTStd-Black';
	font-size: 1.1em;
}

.infos__item__text {
	color: #5d5d5d;
	font-family: 'Calibri';
	font-size: 1em;
	line-height: 1.2em;
}

.infos__item__tdm {
	margin-top: 20px;
	width: 100%;
}

.download {
	margin: 25px 0;
	background-color: #c02d26;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Calibri';
	padding: 4px 10px;
	text-transform:  uppercase;
	transition: background-color .3s ease-out;
}

.download:hover {
	background-color: #e0622a;
}

.center {
	display: inline-block;
}

.aside {
	margin-top: -85px;
	display: inline-block;
	padding: 25px 100px 0 25px;
	vertical-align: top;
	width: 37%;
}

.aside__title {
	border-bottom: 2px solid #c02d26;
	color: #000;
	font-family: 'UniversLTStd-Black';
	font-size: 1em;
	margin-top: 50px;
	padding: 5px 0;
	text-transform: uppercase;
}

.aside__content {
	padding: 10px 0;
	margin-bottom: 10px;
	display: inline-block;
}

.aside__image {
	display: inline-block;
	width: 67px;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
}

.aside__pub {
	width: 0px;
	margin-right: 0px;
	margin-top: 45px;
}

.aside__text1 {
	color: #5d5d5d;
	font-family: 'Calibri';
	font-size: 0.8em;
	margin-top: 50px;
	margin-bottom: -50px;
	width: 100%;
}

.aside__text {
	transition: color .3s ease-out;
	color: #5d5d5d;
	font-family: 'UniversLTStd-Black';
	font-size: 0.9em;
}

.aside__text:hover {
	color: #c02d26;
}

.about__title {
	color: #000;
	font-family: 'UniversLTStd-Black';
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about__content {
	font-family: 'Calibri';
	color: #5d5d5d;
	font-size: 1em;
}

.paragraph:not(:last-child) {
	margin-bottom: 25px;
}

.subtitle {
	font-weight: bold;
	color: #1d1d1d;
}
