/* Union Académique Internationale
 *
 * /static/css/styles.css
 *
 * coded by leny@flatLand!
 * started 05/11/2015
 * refactored 07/02/2019
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face {
	font-family: "Century Gothic";
	font-weight: normal;
	src: url("../fonts/CenturyGothic.eot");
	src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg#Century Gothic") format("svg");
}
@font-face {
	font-family: "Glyphicons";
	font-weight: normal;
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#Glyphicons") format("svg");
}
html {
	background: #fff;
	font: normal 62.5% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
body {
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
a:active,
input:active,
select:active,
textarea:active,
button:active {
	outline: 0;
}
.pagination {
	margin: 16px auto 0;
	margin: 1.6rem auto 0;
}
.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.pagination ul li {
	min-height: 24px;
	min-height: 2.4rem;
	margin: 0 5px;
	margin: 0 0.5rem;
}
.pagination ul li > span,
.pagination ul li > a {
	display: block;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
.pagination ul li > span.prev,
.pagination ul li > a.prev,
.pagination ul li > span.next,
.pagination ul li > a.next {
	width: 30px;
	width: 3rem;
	height: 24px;
	height: 2.4rem;
	font-size: 0;
}
.pagination ul li > span.prev,
.pagination ul li > a.prev {
	background: transparent url("../images/left-arrow.svg") center no-repeat;
	background-size: auto 2.4rem;
}
.pagination ul li > span.next,
.pagination ul li > a.next {
	background: transparent url("../images/right-arrow.svg") center no-repeat;
	background-size: auto 2.4rem;
}
.pagination ul li > a:hover {
	color: #18373d;
}
.pagination ul li.active span {
	color: #18373d;
}
nav.sub-menu {
	width: 240px;
	width: 24rem;
	margin: 0 auto 32px;
	margin: 0 auto 3.2rem;
	background: #f0f0f0;
}
nav.sub-menu ul li {
	display: none;
	font: normal 16px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #18373d;
	text-transform: uppercase;
}
nav.sub-menu ul li a {
	display: block;
	padding: 12px 36px 12px 12px;
	padding: 1.2rem 3.6rem 1.2rem 1.2rem;
	color: #18373d;
	text-decoration: none;
}
nav.sub-menu ul li.active {
	display: block;
	background: transparent url("../images/arrow.svg") center right 12px no-repeat;
	background: transparent url("../images/arrow.svg") center right 1.2rem no-repeat;
	background-size: auto 2.4rem;
}
nav.sub-menu.open ul li {
	display: block;
}
nav.home-internal-nav,
nav.sub-nav {
	padding: 36px 30px;
	padding: 3.6rem 3rem;
	background: #1d4048;
}
nav.home-internal-nav ul li,
nav.sub-nav ul li {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
nav.home-internal-nav ul li a,
nav.sub-nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: 110px;
	height: 11rem;
	border: 2px solid #fff;
	border: 0.2rem solid #fff;
	font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
nav.home-internal-nav ul li.uai a,
nav.sub-nav ul li.uai a {
	background: #798f90;
}
nav.home-internal-nav ul li.conferences a,
nav.sub-nav ul li.conferences a,
nav.home-internal-nav ul li.members a,
nav.sub-nav ul li.members a {
	background: #3b6a6d;
}
nav.home-internal-nav ul li.projects a,
nav.sub-nav ul li.projects a {
	background: transparent url("../images/btn-project-home.jpg") top center no-repeat;
	background-size: cover;
}
nav.home-internal-nav ul li.publications a,
nav.sub-nav ul li.publications a {
	background: transparent url("../images/btn-publi-home.jpg") top center no-repeat;
	background-size: cover;
}
nav.home-internal-nav {
	background: transparent;
}
nav.home-internal-nav ul li a {
	max-width: 240px;
	max-width: 24rem;
	margin: 0 auto;
	border: none;
}
nav.home-internal-nav ul li.projects a,
nav.home-internal-nav ul li.publications a {
	height: 240px;
	height: 24rem;
}
main article {
	position: relative;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 100px 24px 0;
	padding: 10rem 2.4rem 0;
	background: transparent url("../images/back-catalog.jpg") top 0 left -150px no-repeat;
	background: transparent url("../images/back-catalog.jpg") top 0 left -15rem no-repeat;
	background-size: auto 21rem;
}
main article::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: auto;
	height: 220px;
	height: 22rem;
	background: rgba(255,255,255,0.75);
	z-index: 0;
}
main article header {
	position: relative;
	z-index: 1;
}
main article header h2 {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
}
main article section {
	position: relative;
	z-index: 1;
}
main article section .content p,
main article section.content p,
main article section .content li,
main article section.content li {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #888;
}
main article section .content p b,
main article section.content p b,
main article section .content li b,
main article section.content li b,
main article section .content p strong,
main article section.content p strong,
main article section .content li strong,
main article section.content li strong {
	font-weight: bold;
}
main article section .content p i,
main article section.content p i,
main article section .content li i,
main article section.content li i,
main article section .content p em,
main article section.content p em,
main article section .content li em,
main article section.content li em {
	font-style: italic;
}
main article section .content p a,
main article section.content p a,
main article section .content li a,
main article section.content li a {
	color: #6656b4;
}
main article section .content ol,
main article section.content ol,
main article section .content ul,
main article section.content ul {
	margin: 0 auto 32px;
	margin: 0 auto 3.2rem;
	padding-left: 32px;
	padding-left: 3.2rem;
}
main article section .content ol li:before,
main article section.content ol li:before,
main article section .content ul li:before,
main article section.content ul li:before {
	display: inline-block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: -32px;
	left: -3.2rem;
	width: 24px;
	width: 2.4rem;
	height: 24px;
	height: 2.4rem;
	text-align: right;
}
main article section .content ol,
main article section.content ol {
	counter-reset: decimal;
	list-style: none;
}
main article section .content ol li,
main article section.content ol li {
	position: relative;
	counter-increment: decimal;
}
main article section .content ol li:before,
main article section.content ol li:before {
	content: counter(decimal) ".";
}
main article section .content ul,
main article section.content ul {
	list-style: none;
}
main article section .content ul li,
main article section.content ul li {
	position: relative;
}
main article section .content ul li:before,
main article section.content ul li:before {
	content: "●";
}
main article section.map {
	margin: 0 auto 38px;
	margin: 0 auto 3.8rem;
	border-top: 1px solid #848484;
}
main article section.map h3 {
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	font: normal 24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 2.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b6a6d;
	text-transform: uppercase;
}
main article section.map address {
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}
main article section.map a {
	display: block;
}
main article section.map figure {
	position: relative;
	width: 100%;
	height: 300px;
	height: 30rem;
	overflow: hidden;
}
main article section.map figure img {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main article section.contact form {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 8px 0;
	padding: 0.8rem 0;
}
main article section.contact form .form-elt label {
	display: none;
}
main article section.contact form .form-elt input {
	display: block;
	width: 100%;
	height: 34px;
	height: 3.4rem;
	padding: 6px;
	padding: 0.6rem;
	background-color: #fff;
	border: 1px solid #848484;
	border: 0.1rem solid #848484;
	-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075);
	box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075);
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #888;
}
main article section.contact form .buttons {
	text-align: right;
}
main article section.contact form .buttons button {
	display: inline-block;
	margin: 16px auto 0;
	margin: 1.6rem auto 0;
	padding: 6px 8px;
	padding: 0.6rem 0.8rem;
	background-color: #fff;
	border: 1px solid #848484;
	border: 0.1rem solid #848484;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #888;
	cursor: pointer;
}
main article footer h3 {
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	font: normal 20px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
}
main article footer .files {
	margin: 0 auto 45px;
	margin: 0 auto 4.5rem;
}
main article footer .files ul li {
	position: relative;
	margin: 0 auto;
	padding: 7px 18px 8px 4px;
	padding: 0.7rem 1.8rem 0.8rem 0.4rem;
	border-bottom: 0.1em solid #f8f8f8;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main article footer .files ul li a {
	color: #888;
	text-decoration: none;
}
main article footer .files ul li + li {
	border-top: 1px solid #fff;
	border-top: 0.1rem solid #fff;
}
main article footer .files ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	right: 0.4rem;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	background: transparent url("../images/icons/page_white.png") center no-repeat;
	-webkit-transform: translateY(-0.8rem);
	-ms-transform: translateY(-0.8rem);
	transform: translateY(-0.8rem);
}
main article footer .files ul li.type-pdf::after {
	background: transparent url("../images/icons/page_white_acrobat.png") center no-repeat;
}
main article footer .files ul li.type-zip::after {
	background: transparent url("../images/icons/page_white_zip.png") center no-repeat;
}
main article footer .files ul li.type-word::after {
	background: transparent url("../images/icons/page_white_word.png") center no-repeat;
}
main article footer .photos ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
main article footer .photos ul li {
	width: 48%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 0;
}
main article footer .photos ul li img {
	display: block;
	width: 100%;
}
main article footer .photos .nav {
	display: none;
}
main article.full.search {
	padding: 100px 24px 0;
	padding: 10rem 2.4rem 0;
}
main article.full.search header h2 strong {
	color: #888;
	text-transform: none;
}
main article.full.search section form {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 8px 0;
	padding: 0.8rem 0;
}
main article.full.search section form .form-elt label {
	display: none;
}
main article.full.search section form .form-elt input {
	display: block;
	width: 100%;
	padding: 8px;
	padding: 0.8rem;
	background: transparent;
	border: 1px solid #bbb;
	border: 0.1rem solid #bbb;
	border-radius: 0;
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
}
main article.full.search section form .form-elt input::-webkit-input-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
main article.full.search section form .form-elt input:-moz-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
main article.full.search section form .form-elt input::-moz-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
main article.full.search section form .form-elt input:-ms-input-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
main article.full.search section form .buttons {
	margin: 10px auto 0;
	margin: 1rem auto 0;
	text-align: right;
}
main article.full.search section form .buttons button {
	display: block;
	margin: 0 auto;
	padding: 8px 25px;
	padding: 0.8rem 2.5rem;
	background: #3b6a6d;
	border: 0;
	font: normal 13px/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.3rem/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}
main article.full.search section .results .model {
	margin: 0 auto 48px;
	margin: 0 auto 4.8rem;
	border-top: 1px solid #888;
	border-top: 0.1rem solid #888;
	padding: 40px 0 0;
	padding: 4rem 0 0;
}
main article.full.search section .results .model h3 {
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
	padding: 8px 0 0;
	padding: 0.8rem 0 0;
	font: normal 18px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.8rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #3b6a6d;
	text-transform: uppercase;
}
main article.full.search section .results .model ul {
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}
main article.full.search section .results .model ul li {
	padding: 8px 0;
	padding: 0.8rem 0;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}
main article.full.search section .results .model ul li a {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
	padding: 0 2rem 0 0;
	text-decoration: none;
}
main article.full.search section .results .model ul li a strong {
	display: block;
	font: bold 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: bold 1.5rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main article.full.search section .results .model ul li a em {
	display: block;
	margin: 2.5px 0 0;
	margin: 0.25rem 0 0;
	font: italic 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: italic 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #939393;
}
main article.full.search section .results .model ul li a .fake-button {
	display: block;
	background: transparent url("../images/right-arrow.svg") center no-repeat;
	background-size: auto 2.5rem;
	height: 40px;
	height: 4rem;
	font-size: 0;
}
main article.full.search section .results .model ul li + li {
	border-top: 1px solid #dfdfdf;
	border-top: 0.1rem solid #dfdfdf;
}
main article.details header {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
main article.details header h2 {
	margin: 0;
	font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
}
main article.details header a {
	display: block;
	position: relative;
	margin: 5px 0 0;
	margin: 0.5rem 0 0;
	padding-left: 36px;
	padding-left: 3.6rem;
	font: normal 14px/24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #848484;
	text-decoration: none;
	text-transform: uppercase;
}
main article.details header a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	width: 30px;
	width: 3rem;
	height: 24px;
	height: 2.4rem;
	margin-right: 5px;
	margin-right: 0.5rem;
	background: transparent url("../images/left-arrow.svg") no-repeat;
	background-size: 2.4rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
main article.details header a.title-box::before {
	content: none;
}
main article.details section.cover-photo {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
main article.details section.cover-photo figure {
	position: relative;
	width: 100%;
	height: 125px;
	height: 12.5rem;
	overflow: hidden;
	z-index: 50;
}
main article.details section.cover-photo figure img {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main article.details .cols .col.picture figure {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
main article.details .cols .col.picture figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
main article.details .cols .col.picture.person.empty figure {
	width: 100%;
	min-height: 375px;
	min-height: 37.5rem;
	background: url("../images/portrait-placeholder.svg") top center no-repeat;
	background-size: contain;
}
main article.details section {
	margin: 0 auto 38px;
	margin: 0 auto 3.8rem;
}
main article.details section h3 {
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	font: normal 20px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
}
main article.details section.content {
	margin: 0 auto 32px;
	margin: 0 auto 3.2rem;
	padding: 8px 0 0;
	padding: 0.8rem 0 0;
}
main article.details section.content .url {
	margin: 8px auto 0;
	margin: 0.8rem auto 0;
}
main article.details section.content .url strong {
	font: bold 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: bold 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main article.details section.content .url a {
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6656b4;
	text-decoration: none;
}
main article.details section.content .link-to-publications {
	margin: 24px auto 0;
	margin: 2.4rem auto 0;
}
main article.details section.content .link-to-publications a {
	position: relative;
	display: block;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
	background: #3b6a6d;
	font: normal 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.5rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
main article.details section.content .link-to-publications a:hover {
	background: #3b6a6d;
}
main article.details section.status h3,
main article.details section.project h3 {
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
}
main article.details section.status p,
main article.details section.project p {
	padding: 8px;
	padding: 0.8rem;
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	text-align: left;
}
main article.details section.status p a,
main article.details section.project p a {
	color: #888;
	text-decoration: none;
}
main article.details section.location h3 {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	font: normal 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.5rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b6a6d;
	text-transform: uppercase;
}
main article.details section.location address {
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main article.details section.infos {
	padding: 8px;
	padding: 0.8rem;
	background: #f8f8f8;
	border-top: 0;
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	text-align: left;
}
main article.details section.infos a {
	color: #888;
	text-decoration: none;
}
main article.details section.files ul li {
	position: relative;
	margin: 0 auto;
	padding: 7px 18px 8px 4px;
	padding: 0.7rem 1.8rem 0.8rem 0.4rem;
	border-bottom: 0.1em solid #f8f8f8;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main article.details section.files ul li a {
	color: #888;
	text-decoration: none;
}
main article.details section.files ul li + li {
	border-top: 1px solid #fff;
	border-top: 0.1rem solid #fff;
}
main article.details section.files ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	right: 0.4rem;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	background: transparent url("../images/icons/page_white.png") center no-repeat;
	-webkit-transform: translateY(-0.8rem);
	-ms-transform: translateY(-0.8rem);
	transform: translateY(-0.8rem);
}
main article.details section.files ul li.type-pdf::after {
	background: transparent url("../images/icons/page_white_acrobat.png") center no-repeat;
}
main article.details section.files ul li.type-zip::after {
	background: transparent url("../images/icons/page_white_zip.png") center no-repeat;
}
main article.details section.files ul li.type-word::after {
	background: transparent url("../images/icons/page_white_word.png") center no-repeat;
}
main article.details section.photos {
	border-top: 0;
}
main article.details section.photos ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
main article.details section.photos ul li {
	width: 48%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 0;
}
main article.details section.photos ul li img {
	display: block;
	width: 100%;
}
main article.details section.photos .nav {
	display: none;
}
main article.details section.functions ul,
main article.details section.delegates ul,
main article.details section.former-delegates ul,
main article.details section.contact ul {
	padding: 0;
}
main article.details section.functions ul li,
main article.details section.delegates ul li,
main article.details section.former-delegates ul li,
main article.details section.contact ul li {
	margin: 0;
}
main article.details section.functions ul li:before,
main article.details section.delegates ul li:before,
main article.details section.former-delegates ul li:before,
main article.details section.contact ul li:before,
main article.details section.functions ul li:after,
main article.details section.delegates ul li:after,
main article.details section.former-delegates ul li:after,
main article.details section.contact ul li:after {
	content: " ";
	display: table;
}
main article.details section.functions ul li:after,
main article.details section.delegates ul li:after,
main article.details section.former-delegates ul li:after,
main article.details section.contact ul li:after {
	clear: both;
}
main article.details section.functions ul li > a,
main article.details section.delegates ul li > a,
main article.details section.former-delegates ul li > a,
main article.details section.contact ul li > a,
main article.details section.functions ul li > strong,
main article.details section.delegates ul li > strong,
main article.details section.former-delegates ul li > strong,
main article.details section.contact ul li > strong,
main article.details section.functions ul li > span,
main article.details section.delegates ul li > span,
main article.details section.former-delegates ul li > span,
main article.details section.contact ul li > span {
	display: block;
	padding: 8px 30px;
	padding: 0.8rem 3rem;
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	text-decoration: none;
}
main article.details section.functions ul li > a,
main article.details section.delegates ul li > a,
main article.details section.former-delegates ul li > a,
main article.details section.contact ul li > a,
main article.details section.functions ul li > strong,
main article.details section.delegates ul li > strong,
main article.details section.former-delegates ul li > strong,
main article.details section.contact ul li > strong {
	width: 40%;
	float: left;
	padding: 8px;
	padding: 0.8rem;
}
main article.details section.functions ul li > span,
main article.details section.delegates ul li > span,
main article.details section.former-delegates ul li > span,
main article.details section.contact ul li > span,
main article.details section.functions ul li > div,
main article.details section.delegates ul li > div,
main article.details section.former-delegates ul li > div,
main article.details section.contact ul li > div {
	width: 58%;
	float: right;
	padding: 8px;
	padding: 0.8rem;
}
main article.details section.functions ul li > span a,
main article.details section.delegates ul li > span a,
main article.details section.former-delegates ul li > span a,
main article.details section.contact ul li > span a,
main article.details section.functions ul li > div a,
main article.details section.delegates ul li > div a,
main article.details section.former-delegates ul li > div a,
main article.details section.contact ul li > div a {
	color: #6656b4;
	text-decoration: none;
}
main article.details section.functions ul li:before,
main article.details section.delegates ul li:before,
main article.details section.former-delegates ul li:before,
main article.details section.contact ul li:before {
	content: none;
}
main article.details section.details-card ul {
	padding: 0;
}
main article.details section.details-card ul li {
	margin: 0;
	padding: 8px;
	padding: 0.8rem;
}
main article.details section.details-card ul li strong {
	display: block;
	padding: 0 0 8px;
	padding: 0 0 0.8rem;
	font: normal 13px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.3rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #888;
	text-transform: uppercase;
}
main article.details section.details-card ul li span,
main article.details section.details-card ul li div {
	display: block;
	padding: 8px;
	padding: 0.8rem;
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
}
main article.details section.details-card ul li span a,
main article.details section.details-card ul li div a {
	display: block;
	color: #6656b4;
	text-decoration: none;
}
main article.details section.details-card ul li:before {
	content: none;
}
main article.details section.details-card ul li + li {
	border-top: 1px solid #fff;
	border-top: 0.1rem solid #fff;
}
main article.details section.functions:first-child(),
main article.details section.delegates:first-child(),
main article.details section.former-delegates:first-child() {
	border-top: 0;
}
main article.details section.functions ul li > a,
main article.details section.delegates ul li > a,
main article.details section.former-delegates ul li > a,
main article.details section.functions ul li > strong,
main article.details section.delegates ul li > strong,
main article.details section.former-delegates ul li > strong {
	width: 65%;
}
main article.details section.functions ul li > span,
main article.details section.delegates ul li > span,
main article.details section.former-delegates ul li > span {
	width: 35%;
}
main article.details section.functions ul li + li,
main article.details section.delegates ul li + li,
main article.details section.former-delegates ul li + li {
	border-top: 1px solid #fff;
}
main article.details section.contact ul li strong {
	width: 35%;
}
main article.details section.contact ul li span {
	width: 65%;
}
main article.details section.contact ul li + li {
	border-top: 1px solid #fff;
}
main article.details.publication,
main article.details.project {
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
main article.details.publication header,
main article.details.project header {
	padding: 0 24px;
	padding: 0 2.4rem;
}
main article.details.publication header .title-box,
main article.details.project header .title-box {
	padding-left: 0;
}
main article.details.publication header h2,
main article.details.project header h2 {
	font: normal 20px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-align: center;
}
main article.details.publication .part-left,
main article.details.project .part-left {
	padding: 0 24px;
	padding: 0 2.4rem;
}
main article.details.publication .part-right,
main article.details.project .part-right {
	padding: 60px 24px;
	padding: 6rem 2.4rem;
	min-height: 620px;
	min-height: 62rem;
	background: #18373d url("../images/back-projets.jpg") top center no-repeat;
	background-size: cover;
}
main article.details.publication .part-right figure,
main article.details.project .part-right figure {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}
main article.details.publication .part-right figure img,
main article.details.project .part-right figure img {
	max-width: 100%;
	border: 1px solid #fff;
	border: 0.1rem solid #fff;
}
main article.details.publication .part-right .link-to-publications,
main article.details.project .part-right .link-to-publications {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}
main article.details.publication .part-right .link-to-publications a,
main article.details.project .part-right .link-to-publications a {
	display: block;
	padding: 25px 30px;
	padding: 2.5rem 3rem;
	background: #3b6a6d;
	font: normal 14px/1.5 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/1.5 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
main article.details.publication header h2 strong {
	display: block;
}
main article.details.publication header h2 span {
	display: block;
	color: #999;
	text-transform: none;
}
main article.details.publication header h2 em {
	display: block;
	color: #3b6a6d;
	text-transform: none;
}
main article.parts {
	padding: 24px 24px 0;
	padding: 2.4rem 2.4rem 0;
	background: transparent;
}
main article.parts::before {
	content: none;
}
main article.parts header a.title-box {
	padding-left: 0;
}
main article.parts header img {
	display: block;
	height: 145px;
	height: 14.5rem;
	margin: 0 auto 30px;
	margin: 0 auto 3rem;
}
main article.parts header h1 {
	display: none;
}
main article.parts header h2 {
	text-align: center;
}
main article.parts .news-details-content figure {
	width: 185px;
	width: 18.5rem;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}
main article.parts .news-details-content figure img {
	width: 100%;
}
main article.parts .news-details-content .infos {
	display: block;
	background: transparent;
	font: normal 14px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	margin: 0 auto 70px;
	margin: 0 auto 7rem;
	text-align: center;
}
main article.parts nav.members-menu {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
main article.parts nav.members-menu ul li {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}
main article.parts nav.members-menu ul li a {
	display: block;
	background: #7a9596;
	font: normal 16px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px;
	padding: 1.2rem;
}
main article.parts nav.members-menu ul li.active a {
	background: #27525b;
}
main article.parts .part-right .content {
	display: none;
}
main article.parts.news.details,
main article.parts.activity.details {
	padding: 0;
	margin: 0 auto;
}
main article.parts.news.details .part-left,
main article.parts.activity.details .part-left {
	padding: 24px 24px 0;
	padding: 2.4rem 2.4rem 0;
}
main article.parts.news.details .part-right,
main article.parts.activity.details .part-right {
	padding: 24px 44px;
	padding: 2.4rem 4.4rem;
	background: #000 url("../images/back-detail-actu.jpg") top left no-repeat;
	background-size: cover;
}
main article.parts.news.details .part-right .other_news ul li,
main article.parts.activity.details .part-right .other_news ul li,
main article.parts.news.details .part-right .other_activities ul li,
main article.parts.activity.details .part-right .other_activities ul li {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
main article.parts.news.details .part-right .other_news ul li a,
main article.parts.activity.details .part-right .other_news ul li a,
main article.parts.news.details .part-right .other_activities ul li a,
main article.parts.activity.details .part-right .other_activities ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
}
main article.parts.news.details .part-right .other_news ul li a::before,
main article.parts.activity.details .part-right .other_news ul li a::before,
main article.parts.news.details .part-right .other_activities ul li a::before,
main article.parts.activity.details .part-right .other_activities ul li a::before {
	content: "";
	position: absolute;
	width: 1px;
	width: 0.1rem;
	height: 60px;
	height: 6rem;
	display: block;
	top: 0;
	left: -20px;
	left: -2rem;
	background: #fff;
}
main article.parts.news.details .part-right .other_news ul li a h3,
main article.parts.activity.details .part-right .other_news ul li a h3,
main article.parts.news.details .part-right .other_activities ul li a h3,
main article.parts.activity.details .part-right .other_activities ul li a h3 {
	font: normal 16px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-transform: uppercase;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}
main article.parts.news.details .part-right .other_news ul li a p,
main article.parts.activity.details .part-right .other_news ul li a p,
main article.parts.news.details .part-right .other_activities ul li a p,
main article.parts.activity.details .part-right .other_activities ul li a p {
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}
main article.parts.news.details .part-right .other_news ul li a .infos,
main article.parts.activity.details .part-right .other_news ul li a .infos,
main article.parts.news.details .part-right .other_activities ul li a .infos,
main article.parts.activity.details .part-right .other_activities ul li a .infos {
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}
main article.parts.news.details .part-right .other_news ul li a span.fake-button,
main article.parts.activity.details .part-right .other_news ul li a span.fake-button,
main article.parts.news.details .part-right .other_activities ul li a span.fake-button,
main article.parts.activity.details .part-right .other_activities ul li a span.fake-button {
	display: block;
	background: transparent url("../images/right-arrow-white.svg") center no-repeat;
	background-size: auto 2.5rem;
	height: 40px;
	height: 4rem;
	font-size: 0;
}
main article section .internal-list {
	margin: 36px auto;
	margin: 3.6rem auto;
}
main article section .internal-list h3 {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0;
	padding: 0.8rem 0 0;
	font: normal 20px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
	text-align: left;
}
main article section .internal-list .scroll-container {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
main article section .internal-list table {
	width: 100%;
	max-width: 100%;
	margin: 12px auto 0;
	margin: 1.2rem auto 0;
	border-collapse: collapse;
}
main article section .internal-list table caption {
	width: 100%;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 8px 0 0;
	padding: 0.8rem 0 0;
	font: normal 20px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
	text-align: left;
}
main article section .internal-list table tr[data-href] td {
	cursor: pointer;
}
main article section .internal-list table tr th,
main article section .internal-list table tr td {
	padding: 15px;
	padding: 1.5rem;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}
main article section .internal-list table tr th a,
main article section .internal-list table tr td a {
	color: #888;
	text-decoration: none;
}
main article section .internal-list table tr th a small,
main article section .internal-list table tr td a small {
	vertical-align: 2px;
	vertical-align: 0.2rem;
}
main article section .internal-list table tr th strong,
main article section .internal-list table tr td strong,
main article section .internal-list table tr th em,
main article section .internal-list table tr td em {
	display: block;
}
main article section .internal-list table tr th em,
main article section .internal-list table tr td em {
	font-style: italic;
}
main article section .internal-list table tr th:first-child,
main article section .internal-list table tr td:first-child {
	padding-left: 30px;
	padding-left: 3rem;
}
main article section .internal-list table tr th:last-child,
main article section .internal-list table tr td:last-child {
	padding-right: 30px;
	padding-right: 3rem;
}
main article section .internal-list table tr th {
	padding: 24px 15px;
	padding: 2.4rem 1.5rem;
	font: normal 14px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #888;
}
main article section .internal-list table tr th.commitee-title {
	font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}
main article section .internal-list table tr td {
	border-bottom: 1px solid #bbb;
	border-bottom: 0.1rem solid #bbb;
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main article section .internal-list table tr:last-child td {
	border-bottom: 0;
}
main article section .internal-list table tr:hover td {
	background: #e1e1e1;
}
main article section .internal-list table thead tr {
	background: #d8e0e0;
}
main article section .internal-list table tbody tr.section-head th.commitee-title {
	position: relative;
	height: auto;
	padding-right: 50px;
	padding-right: 5rem;
	background: #e6e6e6;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
main article section .internal-list table tbody tr.section-head th.commitee-title:after {
	content: "";
	display: block;
	width: 24px;
	width: 2.4rem;
	height: 24px;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	right: 15px;
	right: 1.5rem;
	bottom: auto;
	left: auto;
	background: url("../images/arrow.svg") center no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main article section .internal-list table tbody tr.section-head th.commitee-title:hover {
	background: #bbc7c7;
}
main article section .project-filter {
	margin: 24px auto;
	margin: 2.4rem auto;
}
main article section .project-filter legend {
	display: block;
	width: 100%;
	margin: 0 auto 16px;
	margin: 0 auto 1.6rem;
	font: normal 18px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.8rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #888;
	text-transform: uppercase;
	text-align: left;
}
main article section .project-filter .form-elt label {
	display: none;
}
main article section .project-filter .form-elt select {
	display: block;
	width: 100%;
	height: 34px;
	height: 3.4rem;
	padding: 6px 12px;
	padding: 0.6rem 1.2rem;
	background: #3b6a6d;
	border: 0;
	border-radius: 0;
	font: normal 14px/1.42857143 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem/1.42857143 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
main article section .project-filter .buttons,
main article section .project-filter .redirect {
	text-align: right;
}
main article section .project-filter .buttons button,
main article section .project-filter .redirect button,
main article section .project-filter .buttons a,
main article section .project-filter .redirect a {
	display: block;
	min-width: 195px;
	min-width: 19.5rem;
	width: auto;
	height: 45px;
	height: 4.5rem;
	border: 0;
	background: #18373d;
	border: 0;
	font: normal 14px/45px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/4.5rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
main article section .project-filter .redirect {
	text-align: center;
}
main article section .letter-filter strong {
	display: block;
	width: 100%;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 8px 0 0;
	padding: 0.8rem 0 0;
	font: normal 18px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.8rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #888;
	text-transform: uppercase;
	text-align: left;
}
main article section .letter-filter ul {
	font-size: 0;
	padding: 0;
}
main article section .letter-filter ul li {
	display: inline-block;
	width: 25%;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}
main article section .letter-filter ul li a {
	display: block;
	font: normal 16px/44px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem/4.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
main article section .letter-filter ul li a:hover,
main article section .letter-filter ul li a.active {
	background: #f8f8f8;
	color: #3b6a6d;
}
main article section .letter-filter ul li:before {
	content: none;
}
[id="menu"] {
	position: relative;
}
[id="menu"] .menu-handler {
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 38px;
	width: 3.8rem;
	background: #18373d;
}
[id="menu"] .menu-handler .toggle-menu {
	display: block;
	width: 25px;
	width: 2.5rem;
	height: 25px;
	height: 2.5rem;
	margin: 10px auto;
	margin: 1rem auto;
	cursor: pointer;
}
[id="menu"] .menu-handler strong {
	display: block;
	width: 50vh;
	position: absolute;
	top: 50px;
	top: 5rem;
	right: 27px;
	right: 2.7rem;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	font: normal 12px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
[id="menu"] .menu-content {
	display: none;
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	left: 38px;
	left: 3.8rem;
	z-index: 1000;
	width: 260px;
	width: 26rem;
	padding: 14px 14px 14px 36px;
	padding: 1.4rem 1.4rem 1.4rem 3.6rem;
	background: rgba(24,55,61,0.9);
}
[id="menu"] .menu-content .toggle-menu {
	display: block;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	margin: 0 0 16px auto;
	margin: 0 0 1.6rem auto;
	cursor: pointer;
}
[id="menu"] .menu-content h2 {
	display: none;
}
[id="menu"] .menu-content li.active > a {
	color: #fff;
}
[id="menu"] .menu-content a {
	font: normal 12px/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.2rem/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #7a9596;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}
[id="menu"] .menu-content a:hover {
	color: #fff;
}
[id="menu"] .menu-content > ul > li {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
[id="menu"] .menu-content > ul > li > a {
	font-size: 26px;
	font-size: 2.6rem;
}
[id="menu"] .menu-content > ul > li > ul {
	margin-top: 8px;
	margin-top: 0.8rem;
}
[id="menu"] .menu-content > ul > li > ul > li {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}
[id="menu"] .menu-content.open {
	display: block;
}
[id="menu"] .mobile-menu .lang-selector {
	margin: 0 auto;
	font-size: 0;
}
[id="menu"] .mobile-menu .lang-selector li {
	display: inline-block;
	width: 50%;
}
[id="menu"] .mobile-menu .lang-selector li a {
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	padding: 1.2rem 0;
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c8c8c;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
[id="menu"] .mobile-menu .lang-selector li.active a {
	color: #bbb;
}
[id="menu"] .mobile-menu .lang-selector li:first-child a {
	text-align: left;
}
[id="menu"] .mobile-menu .lang-selector li:last-child a {
	text-align: right;
}
[id="menu"] .mobile-menu .lang-selector:before,
[id="menu"] .mobile-menu .lang-selector:after {
	content: "";
	display: block;
	height: 1px;
	height: 0.1rem;
	margin: 10px 8px;
	margin: 1rem 0.8rem;
	background: #bbb;
}
[id="menu"] .mobile-menu .search {
	padding: 0 16px 4px;
	padding: 0 1.6rem 0.4rem;
}
[id="menu"] .mobile-menu .search legend {
	display: block;
	width: 100%;
	margin: 0 auto 4px;
	margin: 0 auto 0.4rem;
	font: normal 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.5rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c8c8c;
	text-align: left;
}
[id="menu"] .mobile-menu .search .form-elt {
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}
[id="menu"] .mobile-menu .search .form-elt label {
	display: none;
}
[id="menu"] .mobile-menu .search .form-elt input {
	-webkit-appearance: textfield;
	display: block;
	width: 100%;
	padding: 8px;
	padding: 0.8rem;
	background: transparent;
	border: 1px solid #bbb;
	border: 0.1rem solid #bbb;
	border-radius: 0;
	font: normal 10px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bbb;
}
[id="menu"] .mobile-menu .search .form-elt input::-webkit-input-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .search .form-elt input:-moz-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .search .form-elt input::-moz-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .search .form-elt input:-ms-input-placeholder {
	color: #ccc;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .search .buttons {
	text-align: center;
}
[id="menu"] .mobile-menu .search .buttons button {
	display: inline-block;
	padding: 8px 25px;
	padding: 0.8rem 2.5rem;
	background: #fff;
	border: 0;
	font: normal 13px/1 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem/1 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	cursor: pointer;
}
[id="menu"] .mobile-menu .search:after {
	content: "";
	display: block;
	height: 1px;
	height: 0.1rem;
	margin: 10px 8px;
	margin: 1rem 0.8rem;
	background: #bbb;
}
[id="menu"] .mobile-menu .connexion-box > a {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9e9e9e;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
[id="menu"] .mobile-menu .connexion-box form {
	display: none;
	padding: 0 16px 4px;
	padding: 0 1.6rem 0.4rem;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt {
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt label {
	display: none;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt input {
	display: block;
	width: 100%;
	padding: 6px;
	padding: 0.6rem;
	background: #3b6a6d;
	border: 0;
	border-radius: 0;
	font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt input::-webkit-input-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt input:-moz-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt input::-moz-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .connexion-box form .form-elt input:-ms-input-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="menu"] .mobile-menu .connexion-box form .buttons {
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
	text-align: center;
}
[id="menu"] .mobile-menu .connexion-box form .buttons button {
	display: block;
	width: 195px;
	width: 19.5rem;
	height: 45px;
	height: 4.5rem;
	border: 0;
	background: #18373d;
	border: 0;
	font: normal 14px/45px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/4.5rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
[id="menu"] .mobile-menu .connexion-box form .tools a {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
	font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9e9e9e;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}
[id="menu"] .mobile-menu .connexion-box ul li a {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
	padding: 0 16px;
	padding: 0 1.6rem;
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9e9e9e;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}
[id="menu"] .mobile-menu .connexion-box.open > a {
	position: relative;
}
[id="menu"] .mobile-menu .connexion-box.open > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	right: 1.6rem;
	bottom: auto;
	left: auto;
	font: normal 14px "Glyphicons";
	font: normal 1.4rem "Glyphicons";
	color: #8c8c8c;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
[id="menu"] .mobile-menu .connexion-box.open form {
	display: block;
}
[id="menu"] .mobile-menu .connexion-box.open.connected > a:after {
	content: none;
}
[id="wrapper"] > header {
	position: relative;
	padding-left: 38px;
	padding-left: 3.8rem;
}
[id="wrapper"] > header .title-box {
	display: block;
	margin: 45px auto 30px;
	margin: 4.5rem auto 3rem;
}
[id="wrapper"] > header .title-box img {
	display: block;
	height: 145px;
	height: 14.5rem;
	margin: 0 auto;
}
[id="wrapper"] > header .title-box h1 {
	display: none;
}
[id="wrapper"] > header .title-box .desc {
	display: none;
}
[id="wrapper"] > header.full {
	min-height: 244px;
	min-height: 24.4rem;
	padding-top: 1px;
	padding-top: 0.1rem;
	padding-bottom: 1px;
	padding-bottom: 0.1rem;
	background: #fff url("../images/back-home.jpg") top center no-repeat;
	background-size: cover;
}
[id="wrapper"] > header.full .title-box {
	margin-top: 32px;
	margin-top: 3.2rem;
}
[id="wrapper"] > header.full .title-box img {
	height: 180px;
	height: 18rem;
}
[id="wrapper"] > header.secondary.news {
	min-height: 350px;
	min-height: 35rem;
	background: #fff url("../images/back-list-actu.jpg") left -400px center no-repeat;
	background: #fff url("../images/back-list-actu.jpg") left -40rem center no-repeat;
	background-size: cover;
}
[id="wrapper"] > header.secondary.news .title-box {
	height: 350px;
	height: 35rem;
	margin: 0 auto;
	background: transparent url("../images/logo-picto-white.svg") center no-repeat;
	background-size: auto 14.5rem;
}
[id="wrapper"] > header.secondary.news .title-box img {
	display: none;
}
[id="wrapper"] > header.secondary.news.news-details {
	display: none;
}
[id="wrapper"] > header [id="tools"] {
	display: none;
}
[id="wrapper"] > main {
	display: block;
	padding-left: 38px;
	padding-left: 3.8rem;
}
[id="wrapper"] > main > header {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
[id="wrapper"] > main > header h2 {
	font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-align: center;
}
[id="wrapper"] > footer {
	display: block;
	padding: 50px 36px 20px 74px;
	padding: 5rem 3.6rem 2rem 7.4rem;
	background: #27525b url("../images/footer-main-logo.svg") top 20px left -135px no-repeat;
	background: #27525b url("../images/footer-main-logo.svg") top 2rem left -13.5rem no-repeat;
	background-size: auto 52rem;
}
[id="wrapper"] > footer .holder .nav,
[id="wrapper"] > footer .holder .contact,
[id="wrapper"] > footer .holder .newsletter {
	position: relative;
	margin: 0 auto 72px;
	margin: 0 auto 7.2rem;
	padding-left: 20px;
	padding-left: 2rem;
}
[id="wrapper"] > footer .holder .nav::before,
[id="wrapper"] > footer .holder .contact::before,
[id="wrapper"] > footer .holder .newsletter::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	display: block;
	width: 1px;
	height: 125px;
	height: 12.5rem;
	background: #fff;
}
[id="wrapper"] > footer .holder .nav li,
[id="wrapper"] > footer .holder .contact li,
[id="wrapper"] > footer .holder .newsletter li {
	margin: 0 auto 26px;
	margin: 0 auto 2.6rem;
}
[id="wrapper"] > footer .holder .nav li a,
[id="wrapper"] > footer .holder .contact li a,
[id="wrapper"] > footer .holder .newsletter li a {
	font: normal 16px/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav h3,
[id="wrapper"] > footer .holder .contact h3,
[id="wrapper"] > footer .holder .newsletter h3 {
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}
[id="wrapper"] > footer .holder .nav h3 a,
[id="wrapper"] > footer .holder .contact h3 a,
[id="wrapper"] > footer .holder .newsletter h3 a {
	font: normal 16px/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav address,
[id="wrapper"] > footer .holder .contact address,
[id="wrapper"] > footer .holder .newsletter address {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	font: normal 14px/1.9 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem/1.9 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
[id="wrapper"] > footer .holder .nav address strong,
[id="wrapper"] > footer .holder .contact address strong,
[id="wrapper"] > footer .holder .newsletter address strong {
	font: normal 12px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav > a,
[id="wrapper"] > footer .holder .contact > a,
[id="wrapper"] > footer .holder .newsletter > a {
	display: block;
	width: 195px;
	width: 19.5rem;
	height: 45px;
	height: 4.5rem;
	background: #18373d;
	font: normal 14px/45px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/4.5rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
[id="wrapper"] > footer .holder .nav form fieldset legend,
[id="wrapper"] > footer .holder .contact form fieldset legend,
[id="wrapper"] > footer .holder .newsletter form fieldset legend {
	display: none;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-sys-elt,
[id="wrapper"] > footer .holder .contact form fieldset .form-sys-elt,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-sys-elt {
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: -5000px;
	left: -500rem;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt label,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt label,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt label {
	display: none;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt input,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt input,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input {
	display: block;
	width: 100%;
	padding: 6px;
	padding: 0.6rem;
	background: #3b6a6d;
	border: 0;
	border-radius: 0;
	font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt input::-webkit-input-placeholder,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt input::-webkit-input-placeholder,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input::-webkit-input-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt input:-moz-placeholder,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt input:-moz-placeholder,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input:-moz-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt input::-moz-placeholder,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt input::-moz-placeholder,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input::-moz-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav form fieldset .form-elt input:-ms-input-placeholder,
[id="wrapper"] > footer .holder .contact form fieldset .form-elt input:-ms-input-placeholder,
[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input:-ms-input-placeholder {
	color: #18373d;
	text-transform: uppercase;
}
[id="wrapper"] > footer .holder .nav form fieldset .buttons button,
[id="wrapper"] > footer .holder .contact form fieldset .buttons button,
[id="wrapper"] > footer .holder .newsletter form fieldset .buttons button {
	display: block;
	width: 195px;
	width: 19.5rem;
	height: 45px;
	height: 4.5rem;
	border: 0;
	background: #18373d;
	border: 0;
	font: normal 14px/45px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/4.5rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
[id="wrapper"] > footer .mentions {
	font: normal 11px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.1rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: right;
}
[id="wrapper"] > footer .mentions a {
	color: #fff;
	text-decoration: none;
}
[id="wrapper"] > footer .mentions a[rel="external"] {
	font-style: italic;
}
[id="wrapper"] > footer .mentions .separator.break {
	display: block;
	height: 1px;
	height: 0.1rem;
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
	font-size: 0;
}
[id="home"] [id="wrapper"] > header .fake-slider {
	display: none;
}
[id="home"] main section {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
[id="home"] main section .callto {
	margin: 24px auto;
	margin: 2.4rem auto;
}
[id="home"] main section .callto a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font: normal 16px/4 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem/4 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #3b6a6d;
}
[id="home"] main section[id="introduction"] {
	padding: 24px;
	padding: 2.4rem;
	background: #18373d url("../images/back-text-home.jpg") top center no-repeat;
	background-size: cover;
}
[id="home"] main section[id="introduction"] .col p,
[id="home"] main section[id="introduction"] .col li {
	margin: 0 auto 21px;
	margin: 0 auto 2.1rem;
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 2;
	color: #fff;
}
[id="home"] main section[id="introduction"] .col p b,
[id="home"] main section[id="introduction"] .col li b,
[id="home"] main section[id="introduction"] .col p strong,
[id="home"] main section[id="introduction"] .col li strong {
	font-weight: bold;
}
[id="home"] main section[id="introduction"] .col p i,
[id="home"] main section[id="introduction"] .col li i,
[id="home"] main section[id="introduction"] .col p em,
[id="home"] main section[id="introduction"] .col li em {
	font-style: italic;
}
[id="home"] main section[id="introduction"] .col p a,
[id="home"] main section[id="introduction"] .col li a {
	color: #6656b4;
}
[id="home"] main section[id="introduction"] .col ol,
[id="home"] main section[id="introduction"] .col ul {
	margin: 0 auto 28px;
	margin: 0 auto 2.8rem;
	padding-left: 32px;
	padding-left: 3.2rem;
}
[id="home"] main section[id="introduction"] .col ol li:before,
[id="home"] main section[id="introduction"] .col ul li:before {
	display: inline-block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: -32px;
	left: -3.2rem;
	width: 24px;
	width: 2.4rem;
	height: 21px;
	height: 2.1rem;
	text-align: right;
}
[id="home"] main section[id="introduction"] .col ol {
	counter-reset: decimal;
	list-style: none;
}
[id="home"] main section[id="introduction"] .col ol li {
	position: relative;
	counter-increment: decimal;
}
[id="home"] main section[id="introduction"] .col ol li:before {
	content: counter(decimal) ".";
}
[id="home"] main section[id="introduction"] .col ul {
	list-style: none;
}
[id="home"] main section[id="introduction"] .col ul li {
	position: relative;
}
[id="home"] main section[id="introduction"] .col ul li:before {
	content: "●";
}
[id="home"] main section[id="news"],
[id="home"] main section[id="informations"],
[id="home"] main section[id="activities"] {
	position: relative;
	margin: 0 auto 50px;
	margin: 0 auto 5rem;
	padding: 0 40px;
	padding: 0 4rem;
}
[id="home"] main section[id="news"] h2,
[id="home"] main section[id="informations"] h2,
[id="home"] main section[id="activities"] h2 {
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
	font: normal 28px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.8rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	line-height: 1.714285714;
	text-transform: uppercase;
}
[id="home"] main section[id="news"] h2 a,
[id="home"] main section[id="informations"] h2 a,
[id="home"] main section[id="activities"] h2 a {
	color: #555;
	text-decoration: none;
}
[id="home"] main section[id="news"] .news-nav a,
[id="home"] main section[id="informations"] .news-nav a,
[id="home"] main section[id="activities"] .news-nav a,
[id="home"] main section[id="news"] .informations-nav a,
[id="home"] main section[id="informations"] .informations-nav a,
[id="home"] main section[id="activities"] .informations-nav a,
[id="home"] main section[id="news"] .activities-nav a,
[id="home"] main section[id="informations"] .activities-nav a,
[id="home"] main section[id="activities"] .activities-nav a {
	display: block;
	width: 35px;
	width: 3.5rem;
	height: 50%;
	position: absolute;
	top: 40px;
	top: 4rem;
	font-size: 0;
}
[id="home"] main section[id="news"] .news-nav a.news-prev,
[id="home"] main section[id="informations"] .news-nav a.news-prev,
[id="home"] main section[id="activities"] .news-nav a.news-prev,
[id="home"] main section[id="news"] .informations-nav a.news-prev,
[id="home"] main section[id="informations"] .informations-nav a.news-prev,
[id="home"] main section[id="activities"] .informations-nav a.news-prev,
[id="home"] main section[id="news"] .activities-nav a.news-prev,
[id="home"] main section[id="informations"] .activities-nav a.news-prev,
[id="home"] main section[id="activities"] .activities-nav a.news-prev,
[id="home"] main section[id="news"] .news-nav a.informations-prev,
[id="home"] main section[id="informations"] .news-nav a.informations-prev,
[id="home"] main section[id="activities"] .news-nav a.informations-prev,
[id="home"] main section[id="news"] .informations-nav a.informations-prev,
[id="home"] main section[id="informations"] .informations-nav a.informations-prev,
[id="home"] main section[id="activities"] .informations-nav a.informations-prev,
[id="home"] main section[id="news"] .activities-nav a.informations-prev,
[id="home"] main section[id="informations"] .activities-nav a.informations-prev,
[id="home"] main section[id="activities"] .activities-nav a.informations-prev,
[id="home"] main section[id="news"] .news-nav a.activities-prev,
[id="home"] main section[id="informations"] .news-nav a.activities-prev,
[id="home"] main section[id="activities"] .news-nav a.activities-prev,
[id="home"] main section[id="news"] .informations-nav a.activities-prev,
[id="home"] main section[id="informations"] .informations-nav a.activities-prev,
[id="home"] main section[id="activities"] .informations-nav a.activities-prev,
[id="home"] main section[id="news"] .activities-nav a.activities-prev,
[id="home"] main section[id="informations"] .activities-nav a.activities-prev,
[id="home"] main section[id="activities"] .activities-nav a.activities-prev {
	left: 0;
	background: url("../images/chevron-left.svg") center no-repeat;
	background-size: auto 2rem;
}
[id="home"] main section[id="news"] .news-nav a.news-next,
[id="home"] main section[id="informations"] .news-nav a.news-next,
[id="home"] main section[id="activities"] .news-nav a.news-next,
[id="home"] main section[id="news"] .informations-nav a.news-next,
[id="home"] main section[id="informations"] .informations-nav a.news-next,
[id="home"] main section[id="activities"] .informations-nav a.news-next,
[id="home"] main section[id="news"] .activities-nav a.news-next,
[id="home"] main section[id="informations"] .activities-nav a.news-next,
[id="home"] main section[id="activities"] .activities-nav a.news-next,
[id="home"] main section[id="news"] .news-nav a.informations-next,
[id="home"] main section[id="informations"] .news-nav a.informations-next,
[id="home"] main section[id="activities"] .news-nav a.informations-next,
[id="home"] main section[id="news"] .informations-nav a.informations-next,
[id="home"] main section[id="informations"] .informations-nav a.informations-next,
[id="home"] main section[id="activities"] .informations-nav a.informations-next,
[id="home"] main section[id="news"] .activities-nav a.informations-next,
[id="home"] main section[id="informations"] .activities-nav a.informations-next,
[id="home"] main section[id="activities"] .activities-nav a.informations-next,
[id="home"] main section[id="news"] .news-nav a.activities-next,
[id="home"] main section[id="informations"] .news-nav a.activities-next,
[id="home"] main section[id="activities"] .news-nav a.activities-next,
[id="home"] main section[id="news"] .informations-nav a.activities-next,
[id="home"] main section[id="informations"] .informations-nav a.activities-next,
[id="home"] main section[id="activities"] .informations-nav a.activities-next,
[id="home"] main section[id="news"] .activities-nav a.activities-next,
[id="home"] main section[id="informations"] .activities-nav a.activities-next,
[id="home"] main section[id="activities"] .activities-nav a.activities-next {
	right: 0;
	background: url("../images/chevron-right.svg") center no-repeat;
	background-size: auto 2rem;
}
[id="home"] main section[id="news"] ul li a,
[id="home"] main section[id="informations"] ul li a,
[id="home"] main section[id="activities"] ul li a {
	color: #555;
	text-decoration: none;
}
[id="home"] main section[id="news"] ul li a figure,
[id="home"] main section[id="informations"] ul li a figure,
[id="home"] main section[id="activities"] ul li a figure {
	position: relative;
	overflow: hidden;
	min-height: 180px;
	min-height: 18rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
[id="home"] main section[id="news"] ul li a figure img,
[id="home"] main section[id="informations"] ul li a figure img,
[id="home"] main section[id="activities"] ul li a figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
[id="home"] main section[id="news"] ul li a .content,
[id="home"] main section[id="informations"] ul li a .content,
[id="home"] main section[id="activities"] ul li a .content {
	position: relative;
	margin-left: 24px;
	margin-left: 2.4rem;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
[id="home"] main section[id="news"] ul li a .content::before,
[id="home"] main section[id="informations"] ul li a .content::before,
[id="home"] main section[id="activities"] ul li a .content::before {
	content: "";
	position: absolute;
	top: 0;
	left: -22px;
	left: -2.2rem;
	width: 2px;
	width: 0.2rem;
	height: 90px;
	height: 9rem;
	background: #bbb;
}
[id="home"] main section[id="news"] ul li a .content h3,
[id="home"] main section[id="informations"] ul li a .content h3,
[id="home"] main section[id="activities"] ul li a .content h3 {
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
	font: normal 22px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-transform: uppercase;
}
[id="home"] main section[id="news"] ul li a .content time.news-time,
[id="home"] main section[id="informations"] ul li a .content time.news-time,
[id="home"] main section[id="activities"] ul li a .content time.news-time {
	display: block;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
}
[id="home"] main section[id="news"] ul li a .content time,
[id="home"] main section[id="informations"] ul li a .content time,
[id="home"] main section[id="activities"] ul li a .content time {
	font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[id="home"] main section[id="news"] ul li a .content .infos,
[id="home"] main section[id="informations"] ul li a .content .infos,
[id="home"] main section[id="activities"] ul li a .content .infos {
	display: block;
	margin-top: 25px;
	margin-top: 2.5rem;
	width: 100%;
	height: 45px;
	height: 4.5rem;
	background: url("../images/right-arrow.svg") center no-repeat;
	background-size: auto 4.5rem;
	font-size: 0;
}
[id="home"] main section[id="news"] ul li.hidden,
[id="home"] main section[id="informations"] ul li.hidden,
[id="home"] main section[id="activities"] ul li.hidden {
	display: none;
}
[id="home"] main section[id="last-publications"] {
	margin: 24px auto 0;
	margin: 2.4rem auto 0;
	padding: 24px 0;
	padding: 2.4rem 0;
	background: #f8f8f8 url("../images/back-publication-footer-home.jpg") center no-repeat;
	background-size: cover;
}
[id="home"] main section[id="last-publications"] h2 {
	margin: 0 40px 100px;
	margin: 0 4rem 10rem;
	font: normal 28px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.8rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	line-height: 1.714285714;
	text-transform: uppercase;
}
[id="home"] main section[id="last-publications"] h2 a {
	color: #fff;
	text-decoration: none;
}
[id="home"] main section[id="last-publications"] ul {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 0 60px;
	padding: 0 6rem;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
[id="home"] main section[id="last-publications"] ul li {
	display: inline-block;
	position: relative;
	width: 175px;
	width: 17.5rem;
	min-height: 235px;
	min-height: 23.5rem;
}
[id="home"] main section[id="last-publications"] ul li a {
	text-decoration: none;
	white-space: normal;
}
[id="home"] main section[id="last-publications"] ul li figure {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	z-index: 50;
}
[id="home"] main section[id="last-publications"] ul li figure img {
	display: block;
	border: 1px solid #fff;
	border: 0.1rem solid #fff;
}
[id="home"] main section[id="last-publications"] ul li span {
	display: block;
	margin-top: 10px;
	margin-top: 1rem;
	width: 100%;
	height: 45px;
	height: 4.5rem;
	background: url("../images/right-arrow-white.svg") center no-repeat;
	background-size: auto 3.6rem;
	font-size: 0;
}
[id="home"] main section[id="last-publications"] ul li + li {
	margin-left: 30px;
	margin-left: 3rem;
}
article.general-assembly-details > header,
article.activity-details > header,
article.news-details > header,
article.informations-details > header {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
article.general-assembly-details > header h2,
article.activity-details > header h2,
article.news-details > header h2,
article.informations-details > header h2 {
	margin: 0;
	font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	text-transform: uppercase;
}
article.general-assembly-details > header a,
article.activity-details > header a,
article.news-details > header a,
article.informations-details > header a {
	display: block;
	position: relative;
	margin: 5px 0 0;
	margin: 0.5rem 0 0;
	padding-left: 36px;
	padding-left: 3.6rem;
	font: normal 14px/24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem/2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #848484;
	text-decoration: none;
	text-transform: uppercase;
}
article.general-assembly-details > header a:before,
article.activity-details > header a:before,
article.news-details > header a:before,
article.informations-details > header a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	width: 30px;
	width: 3rem;
	height: 24px;
	height: 2.4rem;
	margin-right: 5px;
	margin-right: 0.5rem;
	background: transparent url("../images/left-arrow.svg") no-repeat;
	background-size: 2.4rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
article.general-assembly-details > header .infos,
article.activity-details > header .infos,
article.news-details > header .infos,
article.informations-details > header .infos {
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	text-align: right;
}
article.general-assembly-details > header.with-picture figure,
article.activity-details > header.with-picture figure,
article.news-details > header.with-picture figure,
article.informations-details > header.with-picture figure {
	position: relative;
	width: 100%;
	height: 125px;
	height: 12.5rem;
	margin: 20px auto;
	margin: 2rem auto;
	overflow: hidden;
	z-index: 50;
}
article.general-assembly-details > header.with-picture figure img,
article.activity-details > header.with-picture figure img,
article.news-details > header.with-picture figure img,
article.informations-details > header.with-picture figure img {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
article.general-assembly-details section .location h3,
article.activity-details section .location h3,
article.news-details section .location h3,
article.informations-details section .location h3 {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	font: normal 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.5rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #18373d;
	text-transform: uppercase;
}
article.general-assembly-details section .location address,
article.activity-details section .location address,
article.news-details section .location address,
article.informations-details section .location address {
	font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
main article section .internal-news-list > ul {
	padding-left: 0;
}
main article.news-list {
	margin: 0;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	background: #eff0f1 !important;
}
main article.news-list header {
	display: none;
}
main article.news-list header h2 {
	text-align: center;
}
main article.news-list section .internal-news-list ul li,
main article.news-list section .internal-activities-list ul li {
	position: relative;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}
main article.news-list section .internal-news-list ul li a,
main article.news-list section .internal-activities-list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	padding: 0 0 20px;
	padding: 0 0 2rem;
}
main article.news-list section .internal-news-list ul li a h3,
main article.news-list section .internal-activities-list ul li a h3 {
	padding: 0 20px;
	padding: 0 2rem;
	min-height: 70px;
	min-height: 7rem;
	font: normal 16px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.6rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-transform: uppercase;
	color: #555;
	margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}
main article.news-list section .internal-news-list ul li a figure,
main article.news-list section .internal-activities-list ul li a figure {
	width: 100%;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	-webkit-order: 0;
	-ms-order: 0;
	order: 0;
}
main article.news-list section .internal-news-list ul li a figure img,
main article.news-list section .internal-activities-list ul li a figure img {
	width: 100%;
}
main article.news-list section .internal-news-list ul li a .infos,
main article.news-list section .internal-activities-list ul li a .infos,
main article.news-list section .internal-news-list ul li a > time,
main article.news-list section .internal-activities-list ul li a > time {
	padding: 0 20px;
	padding: 0 2rem;
	display: block;
	font: normal 14px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #555;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	text-align: left;
	width: 100%;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}
main article.news-list section .internal-news-list ul li a p,
main article.news-list section .internal-activities-list ul li a p {
	padding: 0 20px;
	padding: 0 2rem;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	-webkit-order: 3;
	-ms-order: 3;
	order: 3;
}
main article.news-list section .internal-news-list ul li a span.fake-button,
main article.news-list section .internal-activities-list ul li a span.fake-button {
	display: block;
	background: transparent url("../images/right-arrow.svg") center no-repeat;
	background-size: auto 2.5rem;
	height: 40px;
	height: 4rem;
	font-size: 0;
	-webkit-order: 4;
	-ms-order: 4;
	order: 4;
}
main article.activities-list header {
	display: block;
}
main.no-bcg article {
	background: transparent;
}
main.no-bcg article::before {
	content: none;
}
main article section .internal-activities-list > ul {
	padding-left: 0;
}
main article section .documents-list {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
main article section .documents-list > ul {
	padding-left: 0;
}
main article section .documents-list > ul > li {
	padding: 8px 0;
	padding: 0.8rem 0;
}
main article section .documents-list > ul > li h3 {
	position: relative;
	padding: 8px 0;
	padding: 0.8rem 0;
	font: normal 15px Lato;
	font: normal 1.5rem Lato;
	color: #3b6a6d;
	text-transform: uppercase;
	cursor: pointer;
}
main article section .documents-list > ul > li h3 strong {
	display: block;
	margin: 0 auto 5px;
	margin: 0 auto 0.5rem;
}
main article section .documents-list > ul > li h3 span {
	display: block;
	font: normal 13px Lato;
	font: normal 1.3rem Lato;
	text-align: right;
	color: #848484;
}
main article section .documents-list > ul > li h3 span:after {
	content: "";
	margin-left: 5px;
	margin-left: 0.5rem;
	font: normal 14px "Glyphicons";
	font: normal 1.4rem "Glyphicons";
	vertical-align: -2px;
	vertical-align: -0.2rem;
}
main article section .documents-list > ul > li ul {
	display: none;
	padding-left: 0;
}
main article section .documents-list > ul > li ul li {
	position: relative;
	margin: 0 auto;
	padding: 7px 18px 8px 4px;
	padding: 0.7rem 1.8rem 0.8rem 0.4rem;
	border-bottom: 0.1em solid #f8f8f8;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main article section .documents-list > ul > li ul li a {
	color: #888;
	text-decoration: none;
}
main article section .documents-list > ul > li ul li + li {
	border-top: 1px solid #fff;
	border-top: 0.1rem solid #fff;
}
main article section .documents-list > ul > li ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	right: 0.4rem;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	background: transparent url("../images/icons/page_white.png") center no-repeat;
	-webkit-transform: translateY(-0.8rem);
	-ms-transform: translateY(-0.8rem);
	transform: translateY(-0.8rem);
}
main article section .documents-list > ul > li ul li.type-pdf::after {
	background: transparent url("../images/icons/page_white_acrobat.png") center no-repeat;
}
main article section .documents-list > ul > li ul li.type-zip::after {
	background: transparent url("../images/icons/page_white_zip.png") center no-repeat;
}
main article section .documents-list > ul > li ul li.type-word::after {
	background: transparent url("../images/icons/page_white_word.png") center no-repeat;
}
main article section .documents-list > ul > li + li {
	border-top: 1px solid #848484;
	border-top: 0.1rem solid #848484;
}
main article section .documents-list > ul > li.open {
	padding: 8px 0 22px;
	padding: 0.8rem 0 2.2rem;
}
main article section .documents-list > ul > li.open h3 {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}
main article section .documents-list > ul > li.open h3 span:after {
	content: "";
}
main article section .documents-list > ul > li.open ul {
	display: block;
}
main article section .documents-list > ul > li:before {
	content: none;
}
[id="contact"] main article.full {
	margin: 0;
	padding: 0;
	background: transparent;
}
[id="contact"] main article.full::before {
	content: none;
}
[id="contact"] main article.full header {
	display: none;
}
[id="contact"] main article.full section.content {
	padding: 56px 20px;
	padding: 5.6rem 2rem;
	background: #18373d url("../images/back-contact.jpg") top center no-repeat;
	background-size: cover;
}
[id="contact"] main article.full section.content .text {
	text-align: center;
}
[id="contact"] main article.full section.content .text > p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}
[id="contact"] main article.full section.content address {
	position: relative;
	font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
[id="contact"] main article.full section.content address span {
	display: block;
	text-transform: uppercase;
}
[id="contact"] main article.full section.content address::before {
	content: "";
	width: 1px;
	width: 0.1rem;
	height: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -5px;
	left: -0.5rem;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	filter: alpha(opacity=33);
	opacity: 0.33;
}
[id="contact"] main article.full section.content form fieldset {
	position: relative;
}
[id="contact"] main article.full section.content form fieldset::before {
	content: "";
	width: 1px;
	width: 0.1rem;
	height: 88px;
	height: 8.8rem;
	background: #fff;
	position: absolute;
	top: 8px;
	top: 0.8rem;
	right: auto;
	bottom: auto;
	left: -5px;
	left: -0.5rem;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
	filter: alpha(opacity=33);
	opacity: 0.33;
}
[id="contact"] main article.full section.content form fieldset legend {
	font: normal 36px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 3.6rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
}
[id="contact"] main article.full section.content form fieldset .message p {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .help p {
	font-size: 10px;
	font-size: 1rem;
	font-style: italic;
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .form-elt {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}
[id="contact"] main article.full section.content form fieldset .form-elt label {
	display: none;
}
[id="contact"] main article.full section.content form fieldset .form-elt input,
[id="contact"] main article.full section.content form fieldset .form-elt textarea {
	display: block;
	width: 100%;
	padding: 6px;
	padding: 0.6rem;
	background: #7a9596;
	border: 0;
	border-radius: 0;
	font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .form-elt input::-webkit-input-placeholder,
[id="contact"] main article.full section.content form fieldset .form-elt textarea::-webkit-input-placeholder {
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .form-elt input:-moz-placeholder,
[id="contact"] main article.full section.content form fieldset .form-elt textarea:-moz-placeholder {
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .form-elt input::-moz-placeholder,
[id="contact"] main article.full section.content form fieldset .form-elt textarea::-moz-placeholder {
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .form-elt input:-ms-input-placeholder,
[id="contact"] main article.full section.content form fieldset .form-elt textarea:-ms-input-placeholder {
	color: #fff;
}
[id="contact"] main article.full section.content form fieldset .form-elt textarea {
	min-height: 80px;
	min-height: 8rem;
}
[id="contact"] main article.full section.content form fieldset .buttons button {
	display: block;
	padding: 5px 24px;
	padding: 0.5rem 2.4rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	border: 0;
	background: #2a6c6f;
	border: 0;
	font: normal 14px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 1.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
[id="contact"] main article.full section.map {
	position: relative;
	height: 500px;
	height: 50rem;
	margin: 0;
}
[id="contact"] main article.full section.map a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
[id="contact"] main article.full section.map a img {
	display: block;
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main section.login form,
main section.recover form,
main section.contact form,
main section.profile form,
main section.element-edit form {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 8px;
	padding: 0.8rem;
}
main section.login form legend,
main section.recover form legend,
main section.contact form legend,
main section.profile form legend,
main section.element-edit form legend {
	display: block;
	margin: 0 auto 16px;
	margin: 0 auto 1.6rem;
	font: normal 18px Lato;
	font: normal 1.8rem Lato;
	color: #3b6a6d;
	text-transform: uppercase;
}
main section.login form .error-box,
main section.recover form .error-box,
main section.contact form .error-box,
main section.profile form .error-box,
main section.element-edit form .error-box,
main section.login form .success-box,
main section.recover form .success-box,
main section.contact form .success-box,
main section.profile form .success-box,
main section.element-edit form .success-box {
	margin: 0 auto 16px;
	margin: 0 auto 1.6rem;
	padding: 0 0 8px;
	padding: 0 0 0.8rem;
	border-bottom: 1px solid #c96060;
	border-bottom: 0.1rem solid #c96060;
}
main section.login form .error-box strong,
main section.recover form .error-box strong,
main section.contact form .error-box strong,
main section.profile form .error-box strong,
main section.element-edit form .error-box strong,
main section.login form .success-box strong,
main section.recover form .success-box strong,
main section.contact form .success-box strong,
main section.profile form .success-box strong,
main section.element-edit form .success-box strong {
	display: block;
	margin: 0 auto 8px;
	margin: 0 auto 0.8rem;
	font: bold 15px/1.42857143 Lato;
	font: bold 1.5rem/1.42857143 Lato;
	color: #c96060;
}
main section.login form .error-box li,
main section.recover form .error-box li,
main section.contact form .error-box li,
main section.profile form .error-box li,
main section.element-edit form .error-box li,
main section.login form .success-box li,
main section.recover form .success-box li,
main section.contact form .success-box li,
main section.profile form .success-box li,
main section.element-edit form .success-box li {
	font: normal 16px Lato;
	font: normal 1.6rem Lato;
	line-height: 1.42857143;
}
main section.login form .success-box,
main section.recover form .success-box,
main section.contact form .success-box,
main section.profile form .success-box,
main section.element-edit form .success-box {
	border-bottom: 1px solid #3b6a6d;
	border-bottom: 0.1rem solid #3b6a6d;
}
main section.login form .success-box strong,
main section.recover form .success-box strong,
main section.contact form .success-box strong,
main section.profile form .success-box strong,
main section.element-edit form .success-box strong {
	color: #3b6a6d;
}
main section.login form .message,
main section.recover form .message,
main section.contact form .message,
main section.profile form .message,
main section.element-edit form .message {
	margin: 16px auto 8px;
	margin: 1.6rem auto 0.8rem;
}
main section.login form .message p,
main section.recover form .message p,
main section.contact form .message p,
main section.profile form .message p,
main section.element-edit form .message p {
	margin: 0 auto 8px;
	margin: 0 auto 0.8rem;
	font: normal 16px Lato;
	font: normal 1.6rem Lato;
	line-height: 1.42857143;
	color: #a5a5a5;
}
main section.login form .form-elt,
main section.recover form .form-elt,
main section.contact form .form-elt,
main section.profile form .form-elt,
main section.element-edit form .form-elt {
	margin: 0 auto 16px;
	margin: 0 auto 1.6rem;
}
main section.login form .form-elt label,
main section.recover form .form-elt label,
main section.contact form .form-elt label,
main section.profile form .form-elt label,
main section.element-edit form .form-elt label {
	display: block;
	margin: 0 auto 8px;
	margin: 0 auto 0.8rem;
	font: normal 16px Lato;
	font: normal 1.6rem Lato;
	line-height: 1.42857143;
	color: #888;
}
main section.login form .form-elt input,
main section.recover form .form-elt input,
main section.contact form .form-elt input,
main section.profile form .form-elt input,
main section.element-edit form .form-elt input,
main section.login form .form-elt textarea,
main section.recover form .form-elt textarea,
main section.contact form .form-elt textarea,
main section.profile form .form-elt textarea,
main section.element-edit form .form-elt textarea {
	display: block;
	width: 100%;
	height: 34px;
	height: 3.4rem;
	padding: 6px;
	padding: 0.6rem;
	background-color: #fff;
	border: 1px solid #848484;
	border: 0.1rem solid #848484;
	-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075);
	box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075);
	font: normal 16px Lato;
	font: normal 1.6rem Lato;
	line-height: 1.42857143;
	color: #888;
}
main section.login form .form-elt textarea,
main section.recover form .form-elt textarea,
main section.contact form .form-elt textarea,
main section.profile form .form-elt textarea,
main section.element-edit form .form-elt textarea {
	min-height: 125px;
	min-height: 12.5rem;
}
main section.login form .form-elt .help,
main section.recover form .form-elt .help,
main section.contact form .form-elt .help,
main section.profile form .form-elt .help,
main section.element-edit form .form-elt .help {
	margin: 8px auto 0;
	margin: 0.8rem auto 0;
}
main section.login form .form-elt .help p,
main section.recover form .form-elt .help p,
main section.contact form .form-elt .help p,
main section.profile form .form-elt .help p,
main section.element-edit form .form-elt .help p {
	font: italic 13px/1.42857143 Lato;
	font: italic 1.3rem/1.42857143 Lato;
	color: #a5a5a5;
}
main section.login form .form-elt .public-state,
main section.recover form .form-elt .public-state,
main section.contact form .form-elt .public-state,
main section.profile form .form-elt .public-state,
main section.element-edit form .form-elt .public-state {
	padding: 8px 0 0;
	padding: 0.8rem 0 0;
}
main section.login form .form-elt .public-state label,
main section.recover form .form-elt .public-state label,
main section.contact form .form-elt .public-state label,
main section.profile form .form-elt .public-state label,
main section.element-edit form .form-elt .public-state label {
	display: inline-block;
}
main section.login form .form-elt .public-state input,
main section.recover form .form-elt .public-state input,
main section.contact form .form-elt .public-state input,
main section.profile form .form-elt .public-state input,
main section.element-edit form .form-elt .public-state input {
	display: inline-block;
	width: auto;
	height: auto;
	border: 0;
}
main section.login form .md-editor .md-header,
main section.recover form .md-editor .md-header,
main section.contact form .md-editor .md-header,
main section.profile form .md-editor .md-header,
main section.element-edit form .md-editor .md-header {
	border: 1px solid #848484;
	border: 0.1rem solid #848484;
	border-bottom: 0;
}
main section.login form .md-editor .md-header .btn-group,
main section.recover form .md-editor .md-header .btn-group,
main section.contact form .md-editor .md-header .btn-group,
main section.profile form .md-editor .md-header .btn-group,
main section.element-edit form .md-editor .md-header .btn-group {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
main section.login form .md-editor .md-header .btn-group + .btn-group,
main section.recover form .md-editor .md-header .btn-group + .btn-group,
main section.contact form .md-editor .md-header .btn-group + .btn-group,
main section.profile form .md-editor .md-header .btn-group + .btn-group,
main section.element-edit form .md-editor .md-header .btn-group + .btn-group {
	border-left: 1px solid #848484;
	border-left: 0.1rem solid #848484;
}
main section.login form .md-editor .md-header button,
main section.recover form .md-editor .md-header button,
main section.contact form .md-editor .md-header button,
main section.profile form .md-editor .md-header button,
main section.element-edit form .md-editor .md-header button {
	position: relative;
	display: inline-block;
	width: auto;
	height: 22px;
	height: 2.2rem;
	min-width: 22px;
	min-width: 2.2rem;
	border: 0;
	background: #fff;
	cursor: pointer;
}
main section.login form .md-editor .md-header button span,
main section.recover form .md-editor .md-header button span,
main section.contact form .md-editor .md-header button span,
main section.profile form .md-editor .md-header button span,
main section.element-edit form .md-editor .md-header button span {
	position: absolute;
	top: 3px;
	top: 0.3rem;
	right: auto;
	bottom: auto;
	left: 3px;
	left: 0.3rem;
	display: inline-block;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
}
main section.login form .md-editor .md-header button span.glyphicon-bold,
main section.recover form .md-editor .md-header button span.glyphicon-bold,
main section.contact form .md-editor .md-header button span.glyphicon-bold,
main section.profile form .md-editor .md-header button span.glyphicon-bold,
main section.element-edit form .md-editor .md-header button span.glyphicon-bold {
	background: url("../images/icons/text_bold.png") center no-repeat;
}
main section.login form .md-editor .md-header button span.glyphicon-italic,
main section.recover form .md-editor .md-header button span.glyphicon-italic,
main section.contact form .md-editor .md-header button span.glyphicon-italic,
main section.profile form .md-editor .md-header button span.glyphicon-italic,
main section.element-edit form .md-editor .md-header button span.glyphicon-italic {
	background: url("../images/icons/text_italic.png") center no-repeat;
}
main section.login form .md-editor .md-header button span.glyphicon-link,
main section.recover form .md-editor .md-header button span.glyphicon-link,
main section.contact form .md-editor .md-header button span.glyphicon-link,
main section.profile form .md-editor .md-header button span.glyphicon-link,
main section.element-edit form .md-editor .md-header button span.glyphicon-link {
	background: url("../images/icons/text_link.png") center no-repeat;
}
main section.login form .md-editor .md-header button span.glyphicon-list,
main section.recover form .md-editor .md-header button span.glyphicon-list,
main section.contact form .md-editor .md-header button span.glyphicon-list,
main section.profile form .md-editor .md-header button span.glyphicon-list,
main section.element-edit form .md-editor .md-header button span.glyphicon-list {
	background: url("../images/icons/text_list_bullets.png") center no-repeat;
}
main section.login form .md-editor .md-header button span.glyphicon-th-list,
main section.recover form .md-editor .md-header button span.glyphicon-th-list,
main section.contact form .md-editor .md-header button span.glyphicon-th-list,
main section.profile form .md-editor .md-header button span.glyphicon-th-list,
main section.element-edit form .md-editor .md-header button span.glyphicon-th-list {
	background: url("../images/icons/text_list_numbers.png") center no-repeat;
}
main section.login form .md-editor .md-header button + button,
main section.recover form .md-editor .md-header button + button,
main section.contact form .md-editor .md-header button + button,
main section.profile form .md-editor .md-header button + button,
main section.element-edit form .md-editor .md-header button + button {
	border-left: 1px solid #848484;
	border-left: 0.1rem solid #848484;
}
main section.login form .md-editor .md-header button.active,
main section.recover form .md-editor .md-header button.active,
main section.contact form .md-editor .md-header button.active,
main section.profile form .md-editor .md-header button.active,
main section.element-edit form .md-editor .md-header button.active {
	border: 0;
	border-left: 0;
}
main section.login form .md-editor .md-header button:hover,
main section.recover form .md-editor .md-header button:hover,
main section.contact form .md-editor .md-header button:hover,
main section.profile form .md-editor .md-header button:hover,
main section.element-edit form .md-editor .md-header button:hover {
	background: #f8f8f8;
}
main section.login form .md-editor .md-header button[disabled],
main section.recover form .md-editor .md-header button[disabled],
main section.contact form .md-editor .md-header button[disabled],
main section.profile form .md-editor .md-header button[disabled],
main section.element-edit form .md-editor .md-header button[disabled] {
	display: none;
}
main section.login form .md-editor .md-preview,
main section.recover form .md-editor .md-preview,
main section.contact form .md-editor .md-preview,
main section.profile form .md-editor .md-preview,
main section.element-edit form .md-editor .md-preview {
	padding: 6px;
	padding: 0.6rem;
	background-color: #fff;
	border: 1px solid #848484;
	border: 0.1rem solid #848484;
}
main section.login form .md-editor .md-preview p,
main section.recover form .md-editor .md-preview p,
main section.contact form .md-editor .md-preview p,
main section.profile form .md-editor .md-preview p,
main section.element-edit form .md-editor .md-preview p {
	margin: 0 auto 6px;
	margin: 0 auto 0.6rem;
	font: normal 13px Lato;
	font: normal 1.3rem Lato;
}
main section.login form .md-editor .md-preview b,
main section.recover form .md-editor .md-preview b,
main section.contact form .md-editor .md-preview b,
main section.profile form .md-editor .md-preview b,
main section.element-edit form .md-editor .md-preview b,
main section.login form .md-editor .md-preview strong,
main section.recover form .md-editor .md-preview strong,
main section.contact form .md-editor .md-preview strong,
main section.profile form .md-editor .md-preview strong,
main section.element-edit form .md-editor .md-preview strong {
	font-weight: bold;
}
main section.login form .md-editor .md-preview i,
main section.recover form .md-editor .md-preview i,
main section.contact form .md-editor .md-preview i,
main section.profile form .md-editor .md-preview i,
main section.element-edit form .md-editor .md-preview i,
main section.login form .md-editor .md-preview em,
main section.recover form .md-editor .md-preview em,
main section.contact form .md-editor .md-preview em,
main section.profile form .md-editor .md-preview em,
main section.element-edit form .md-editor .md-preview em {
	font-style: italic;
}
main section.login form .buttons,
main section.recover form .buttons,
main section.contact form .buttons,
main section.profile form .buttons,
main section.element-edit form .buttons {
	margin: 0 auto 8px;
	margin: 0 auto 0.8rem;
	text-align: right;
}
main section.login form .buttons button,
main section.recover form .buttons button,
main section.contact form .buttons button,
main section.profile form .buttons button,
main section.element-edit form .buttons button {
	display: inline-block;
	margin: 16px auto 0;
	margin: 1.6rem auto 0;
	padding: 6px 8px;
	padding: 0.6rem 0.8rem;
	background-color: #3b6a6d;
	border: 0;
	font: normal 14px/1.42857143 Lato;
	font: normal 1.4rem/1.42857143 Lato;
	color: #fff;
	cursor: pointer;
}
main section.login form .tools,
main section.recover form .tools,
main section.contact form .tools,
main section.profile form .tools,
main section.element-edit form .tools {
	text-align-last: auto;
}
main section.login form .tools a,
main section.recover form .tools a,
main section.contact form .tools a,
main section.profile form .tools a,
main section.element-edit form .tools a {
	font: normal 12px/1.42857143 Lato;
	font: normal 1.2rem/1.42857143 Lato;
	color: #6656b4;
	text-decoration: none;
}
main section.contact form {
	border-top: 1px solid #848484;
	border-top: 0.1rem solid #848484;
	padding: 8px 0;
	padding: 0.8rem 0;
}
main section.contact form legend {
	display: block;
	width: 100%;
	margin: 8px auto;
	margin: 0.8rem auto;
	text-align: left;
}
main section.contact form .message {
	margin: 8px auto;
	margin: 0.8rem auto;
}
main section.profile,
main section.element-edit {
	position: relative;
	padding: 0 24px 64px;
	padding: 0 2.4rem 6.4rem;
	margin: 0 auto;
	max-width: 680px;
	max-width: 68rem;
}
main section.profile h2,
main section.element-edit h2 {
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #888;
	text-transform: uppercase;
}
main section.profile p,
main section.element-edit p {
	margin: 0 auto 14px;
	margin: 0 auto 1.4rem;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
main section.profile h3,
main section.element-edit h3,
main section.profile form legend,
main section.element-edit form legend {
	display: block;
	width: 100%;
	margin: 15px auto 8px;
	margin: 1.5rem auto 0.8rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	border-top: 1px solid #888;
	font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b6a6d;
	text-transform: uppercase;
	text-align: left;
}
main section.profile form,
main section.element-edit form {
	margin: 15px auto;
	margin: 1.5rem auto;
	padding: 0;
}
main section.profile .modifications-success,
main section.element-edit .modifications-success {
	margin: 0 auto 16px;
	margin: 0 auto 1.6rem;
	padding: 0 0 8px;
	padding: 0 0 0.8rem;
	border-bottom: 1px solid #888;
	border-bottom: 0.1rem solid #888;
}
main section.profile .modifications-success strong,
main section.element-edit .modifications-success strong {
	display: block;
	margin: 0 auto 8px;
	margin: 0 auto 0.8rem;
	font: bold 14px/1.42857143 Lato;
	font: bold 1.4rem/1.42857143 Lato;
	color: #3b6a6d;
}
main section.profile .modifications-success li,
main section.element-edit .modifications-success li {
	font: normal 12px/1.42857143 Lato;
	font: normal 1.2rem/1.42857143 Lato;
}
main section.profile ul.modifications,
main section.element-edit ul.modifications {
	background: #f8f8f8;
}
main section.profile ul.modifications li:before,
main section.element-edit ul.modifications li:before,
main section.profile ul.modifications li:after,
main section.element-edit ul.modifications li:after {
	content: " ";
	display: table;
}
main section.profile ul.modifications li:after,
main section.element-edit ul.modifications li:after {
	clear: both;
}
main section.profile ul.modifications li > strong,
main section.element-edit ul.modifications li > strong {
	max-width: 70%;
	float: left;
	padding: 8px;
	padding: 0.8rem;
	font: normal 14px Lato;
	font: normal 1.4rem Lato;
	color: #888;
}
main section.profile ul.modifications li > a,
main section.element-edit ul.modifications li > a {
	max-width: 25%;
	float: right;
	padding: 8px;
	padding: 0.8rem;
	font: normal 14px Lato;
	font: normal 1.4rem Lato;
	color: #6656b4;
	text-align: right;
	text-decoration: none;
}
main section.profile ul.modifications li:nth-child(even ),
main section.element-edit ul.modifications li:nth-child(even ) {
	background: #ebebeb;
}
main article.full.error header h2 strong {
	font-weight: bold;
	color: #c96060;
}
main article.full.error header h2 span {
	font-style: italic;
	text-transform: lowercase;
}
main article.full.error section p {
	font: normal 15px GandhiSerif;
	font: normal 1.5rem GandhiSerif;
}
main article.full.error section p.explain {
	font-style: italic;
	color: #c96060;
}
body.no-scroll {
	overflow: hidden;
}
body.no-scroll [id="wrapper"] {
	filter: blur(10);
}
[id="lightbox"] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000;
	background: rgba(0,0,0,0.75);
	cursor: pointer;
}
[id="lightbox"] .box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	width: 10rem;
	height: 100px;
	height: 10rem;
	margin: auto;
	padding: 10px;
	padding: 1rem;
	background: #fff url("data:image/gif;base64,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") center center no-repeat;
	-webkit-box-shadow: 0 0 1rem #000;
	box-shadow: 0 0 1rem #000;
	font-size: 0;
}
[id="lightbox"] .box img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
[id="lightbox"] .box strong {
	position: absolute;
	top: auto;
	right: 10px;
	right: 1rem;
	bottom: 10px;
	bottom: 1rem;
	left: 10px;
	left: 1rem;
	display: block;
	margin: 10px auto 0;
	margin: 1rem auto 0;
	padding: 5px;
	padding: 0.5rem;
	background: rgba(0,0,0,0.5);
	font: bold 14px Lato;
	font: bold 1.4rem Lato;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-shadow: 0 0 1rem rgba(0,0,0,0.5);
	text-align: center;
}
[id="lightbox"] .box a {
	position: absolute;
	top: 15px;
	top: 1.5rem;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
	font: normal 24px/32px "Glyphicons";
	font: normal 2.4rem/3.2rem "Glyphicons";
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 10px #000;
	text-shadow: 0 0 1rem #000;
	cursor: pointer;
}
[id="lightbox"] .box a.prev {
	left: 15px;
	left: 1.5rem;
	text-align: left;
}
[id="lightbox"] .box a.close {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
[id="lightbox"] .box a.next {
	right: 15px;
	right: 1.5rem;
	text-align: right;
}
@media all and (min-width: 1000px) {
	nav.sub-menu {
		position: relative;
		z-index: 1;
		width: 250px;
		width: 25rem;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		margin: 0 auto 32px;
		margin: 0 auto 3.2rem;
		background: transparent;
	}
	nav.sub-menu ul {
		margin-right: 70px;
		margin-right: 7rem;
	}
	nav.sub-menu ul li {
		display: block;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		font: normal 11px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.1rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		letter-spacing: 2px;
		letter-spacing: 0.2rem;
		color: #18373d;
		text-align: center;
		text-transform: uppercase;
	}
	nav.sub-menu ul li a {
		display: block;
		padding: 12px 0;
		padding: 1.2rem 0;
		color: #18373d;
		text-decoration: none;
	}
	nav.sub-menu ul li.active {
		display: block;
		background: #f0f0f0;
	}
	nav.home-internal-nav ul,
	nav.sub-nav ul {
		max-width: 1200px;
		max-width: 120rem;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	nav.home-internal-nav ul li,
	nav.sub-nav ul li {
		margin-bottom: 0;
		width: 23%;
	}
	nav.home-internal-nav ul li a,
	nav.sub-nav ul li a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 130px;
		height: 13rem;
		border: 1px solid #fff;
		border: 0.1rem solid #fff;
		font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	}
	nav.home-internal-nav ul li a::after,
	nav.sub-nav ul li a::after {
		content: "";
		display: block;
		width: 50px;
		width: 5rem;
		height: 30px;
		height: 3rem;
		background: transparent url("../images/right-arrow-white.svg") center no-repeat;
		background-size: contain;
		margin-top: 15px;
		margin-top: 1.5rem;
	}
	nav.home-internal-nav {
		background: transparent;
	}
	nav.home-internal-nav ul li a {
		max-width: 240px;
		max-width: 24rem;
		margin: 0 auto;
		border: none;
	}
	nav.home-internal-nav ul li.projects a,
	nav.home-internal-nav ul li.publications a {
		height: 240px;
		height: 24rem;
	}
	main {
		position: relative;
		background: transparent url("../images/back-catalog.jpg") top 50px left -70px no-repeat;
		background: transparent url("../images/back-catalog.jpg") top 5rem left -7rem no-repeat;
		background-size: auto 21rem;
	}
	main::before {
		content: "";
		position: absolute;
		top: 50px;
		top: 5rem;
		right: 0;
		bottom: auto;
		left: 0;
		width: auto;
		height: 220px;
		height: 22rem;
		background: rgba(255,255,255,0.75);
		z-index: 0;
	}
	main .holder {
		width: 840px;
		width: 84rem;
		margin: 0 auto 240px;
		margin: 0 auto 24rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	main article {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	main article::before {
		content: "";
		position: absolute;
		top: 0;
		left: -20px;
		left: -2rem;
		background: #555;
		width: 1px;
		width: 0.1rem;
		height: 175px;
		height: 17.5rem;
	}
	main article header {
		position: relative;
		z-index: 1;
	}
	main article header h2 {
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		padding: 0 0 10px;
		padding: 0 0 1rem;
		font: normal 24px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 2.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #555;
		text-transform: uppercase;
	}
	main article section {
		position: relative;
		z-index: 1;
	}
	main article section .content p,
	main article section.content p,
	main article section .content li,
	main article section.content li {
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.5;
		color: #888;
	}
	main article section .content p b,
	main article section.content p b,
	main article section .content li b,
	main article section.content li b,
	main article section .content p strong,
	main article section.content p strong,
	main article section .content li strong,
	main article section.content li strong {
		font-weight: bold;
	}
	main article section .content p i,
	main article section.content p i,
	main article section .content li i,
	main article section.content li i,
	main article section .content p em,
	main article section.content p em,
	main article section .content li em,
	main article section.content li em {
		font-style: italic;
	}
	main article section .content p a,
	main article section.content p a,
	main article section .content li a,
	main article section.content li a {
		color: #6656b4;
	}
	main article section .content ol,
	main article section.content ol,
	main article section .content ul,
	main article section.content ul {
		margin: 0 auto 32px;
		margin: 0 auto 3.2rem;
		padding-left: 32px;
		padding-left: 3.2rem;
	}
	main article section .content ol li:before,
	main article section.content ol li:before,
	main article section .content ul li:before,
	main article section.content ul li:before {
		display: inline-block;
		position: absolute;
		top: auto;
		right: auto;
		bottom: auto;
		left: -32px;
		left: -3.2rem;
		width: 24px;
		width: 2.4rem;
		height: 24px;
		height: 2.4rem;
		text-align: right;
	}
	main article section .content ol,
	main article section.content ol {
		counter-reset: decimal;
		list-style: none;
	}
	main article section .content ol li,
	main article section.content ol li {
		position: relative;
		counter-increment: decimal;
	}
	main article section .content ol li:before,
	main article section.content ol li:before {
		content: counter(decimal) ".";
	}
	main article section .content ul,
	main article section.content ul {
		list-style: none;
	}
	main article section .content ul li,
	main article section.content ul li {
		position: relative;
	}
	main article section .content ul li:before,
	main article section.content ul li:before {
		content: "●";
	}
	main article section.map {
		margin: 0 auto 38px;
		margin: 0 auto 3.8rem;
		border-top: 1px solid #848484;
	}
	main article section.map h3 {
		margin: 0 auto 12px;
		margin: 0 auto 1.2rem;
		padding: 8px 0;
		padding: 0.8rem 0;
		font: normal 24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 2.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #3b6a6d;
		text-transform: uppercase;
	}
	main article section.map address {
		font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #888;
		margin: 0 auto 12px;
		margin: 0 auto 1.2rem;
	}
	main article section.map a {
		display: block;
	}
	main article section.map figure {
		position: relative;
		width: 100%;
		height: 300px;
		height: 30rem;
		overflow: hidden;
	}
	main article section.map figure img {
		position: absolute;
		top: 50%;
		right: auto;
		bottom: auto;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	main article section.contact form {
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		padding: 8px 0;
		padding: 0.8rem 0;
	}
	main article section.contact form .form-elt label {
		display: none;
	}
	main article section.contact form .form-elt input {
		display: block;
		width: 100%;
		height: 34px;
		height: 3.4rem;
		padding: 6px;
		padding: 0.6rem;
		background-color: #fff;
		border: 1px solid #848484;
		border: 0.1rem solid #848484;
		-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075);
		box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,0.075);
		font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.42857143;
		color: #888;
	}
	main article section.contact form .buttons {
		text-align: right;
	}
	main article section.contact form .buttons button {
		display: inline-block;
		margin: 16px auto 0;
		margin: 1.6rem auto 0;
		padding: 6px 8px;
		padding: 0.6rem 0.8rem;
		background-color: #fff;
		border: 1px solid #848484;
		border: 0.1rem solid #848484;
		font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.42857143;
		color: #888;
		cursor: pointer;
	}
	main article footer h3 {
		margin: 0 auto 15px;
		margin: 0 auto 1.5rem;
		padding: 8px 0;
		padding: 0.8rem 0;
		font: normal 20px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #555;
		text-transform: uppercase;
	}
	main article footer .files {
		margin: 0 auto 45px;
		margin: 0 auto 4.5rem;
	}
	main article footer .files ul li {
		position: relative;
		margin: 0 auto;
		padding: 7px 18px 8px 4px;
		padding: 0.7rem 1.8rem 0.8rem 0.4rem;
		border-bottom: 0.1em solid #f8f8f8;
		font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #888;
	}
	main article footer .files ul li a {
		color: #888;
		text-decoration: none;
	}
	main article footer .files ul li + li {
		border-top: 1px solid #fff;
		border-top: 0.1rem solid #fff;
	}
	main article footer .files ul li::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 4px;
		right: 0.4rem;
		bottom: auto;
		left: auto;
		display: inline-block;
		width: 16px;
		width: 1.6rem;
		height: 16px;
		height: 1.6rem;
		background: transparent url("../images/icons/page_white.png") center no-repeat;
		-webkit-transform: translateY(-0.8rem);
		-ms-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem);
	}
	main article footer .files ul li.type-pdf::after {
		background: transparent url("../images/icons/page_white_acrobat.png") center no-repeat;
	}
	main article footer .files ul li.type-zip::after {
		background: transparent url("../images/icons/page_white_zip.png") center no-repeat;
	}
	main article footer .files ul li.type-word::after {
		background: transparent url("../images/icons/page_white_word.png") center no-repeat;
	}
	main article footer .photos ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main article footer .photos ul li {
		width: 23%;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		font-size: 0;
	}
	main article footer .photos ul li img {
		display: block;
		width: 100%;
	}
	main article footer .photos .nav {
		display: none;
	}
	main article.full.search {
		padding: 100px 24px 0;
		padding: 10rem 2.4rem 0;
	}
	main article.full {
		width: 700px;
		width: 70rem;
		margin: 0 auto;
	}
	main article.full::before {
		content: none;
	}
	main article.full header h2 {
		text-align: center;
	}
	main article.full .project-filter legend {
		display: none;
	}
	main article.full .project-filter .form-elt {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0 auto 15px;
		margin: 0 auto 1.5rem;
	}
	main article.full .project-filter .form-elt label {
		display: block;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #18373d;
		text-align: center;
		text-transform: none;
	}
	main article.full .project-filter .form-elt select {
		width: 550px;
		width: 55rem;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		border-radius: 0;
		background: #dae0e0;
		color: #18373d;
	}
	main article.full .publications-table {
		width: 100%;
	}
	main article.full .publications-table thead tr {
		background: transparent;
	}
	main article.full .publications-table thead tr th {
		padding: 5px 10px !important;
		padding: 0.5rem 1rem !important;
		background: transparent;
		font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		border-bottom: 1px solid #bbb;
		border-bottom: 0.1rem solid #bbb;
	}
	main article.full .publications-table tbody tr td {
		font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		padding: 5px 10px !important;
		padding: 0.5rem 1rem !important;
		white-space: normal;
	}
	main article.full .publications-table .title {
		width: 25%;
	}
	main article.full .publications-table .author {
		width: 25%;
	}
	main article.full .publications-table .project {
		width: 40%;
	}
	main article.full .publications-table .year {
		width: 10%;
		text-align: right;
	}
	main article.details {
		width: 100%;
	}
	main article.details .cols {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	main article.details .cols .col {
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
	}
	main article.details .cols .col.contacts {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: 33%;
		margin-left: 2%;
	}
	main article.details .cols .col.picture {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: 33%;
		margin-right: 2%;
	}
	main article.details.project .part-left,
	main article.details.publication .part-left {
		padding: 60px 44px 210px;
		padding: 6rem 4.4rem 21rem;
	}
	main article.details.project .part-right,
	main article.details.publication .part-right {
		padding: 340px 44px 44px;
		padding: 34rem 4.4rem 4.4rem;
	}
	main article.details.project .part-right .container,
	main article.details.publication .part-right .container {
		max-width: 240px;
		max-width: 24rem;
	}
	main.no-bcg {
		background: transparent;
	}
	main.no-bcg::before {
		content: none;
	}
	main article.parts {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: transparent;
		margin: 0;
		padding: 0;
	}
	main article.parts::before {
		content: none;
	}
	main article.parts::before::before {
		content: none;
	}
	main article.parts nav.members-menu ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	main article.parts nav.members-menu ul li {
		width: 30%;
		margin: 0;
	}
	main article.parts nav.members-menu ul li a {
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.5px;
		line-height: 0.25rem;
		padding: 25px 20px;
		padding: 2.5rem 2rem;
	}
	main article.parts .part-left {
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		padding: 60px 44px 210px;
		padding: 6rem 4.4rem 21rem;
		width: 680px;
		width: 68rem;
		background: #fff;
	}
	main article.parts .part-left section .content {
		display: none;
	}
	main article.parts .part-right {
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		display: block;
		padding: 440px 44px 44px;
		padding: 44rem 4.4rem 4.4rem;
	}
	main article.parts .part-right .content {
		display: block;
	}
	main article.parts .part-right .content p,
	main article.parts .part-right .content li {
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		font: normal 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.6rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.5;
		color: #fff;
	}
	main article.parts .part-right .content p b,
	main article.parts .part-right .content li b,
	main article.parts .part-right .content p strong,
	main article.parts .part-right .content li strong {
		font-weight: bold;
	}
	main article.parts .part-right .content p i,
	main article.parts .part-right .content li i,
	main article.parts .part-right .content p em,
	main article.parts .part-right .content li em {
		font-style: italic;
	}
	main article.parts .part-right .content p a,
	main article.parts .part-right .content li a {
		color: #6656b4;
	}
	main article.parts .part-right .content ol,
	main article.parts .part-right .content ul {
		margin: 0 auto 32px;
		margin: 0 auto 3.2rem;
		padding-left: 32px;
		padding-left: 3.2rem;
	}
	main article.parts .part-right .content ol li:before,
	main article.parts .part-right .content ul li:before {
		display: inline-block;
		position: absolute;
		top: auto;
		right: auto;
		bottom: auto;
		left: -32px;
		left: -3.2rem;
		width: 24px;
		width: 2.4rem;
		height: 24px;
		height: 2.4rem;
		text-align: right;
	}
	main article.parts .part-right .content ol {
		counter-reset: decimal;
		list-style: none;
	}
	main article.parts .part-right .content ol li {
		position: relative;
		counter-increment: decimal;
	}
	main article.parts .part-right .content ol li:before {
		content: counter(decimal) ".";
	}
	main article.parts .part-right .content ul {
		list-style: none;
	}
	main article.parts .part-right .content ul li {
		position: relative;
	}
	main article.parts .part-right .content ul li:before {
		content: "●";
	}
	main article.parts .part-right .contact h3,
	main article.parts .part-right .details-card h3 {
		display: block;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		font: normal 18px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.8rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #fff;
		text-transform: uppercase;
	}
	main article.parts .part-right .contact ul,
	main article.parts .part-right .details-card ul {
		padding: 0;
	}
	main article.parts .part-right .contact ul li,
	main article.parts .part-right .details-card ul li {
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
	}
	main article.parts .part-right .contact ul li + li,
	main article.parts .part-right .details-card ul li + li {
		border: 0;
	}
	main article.parts .part-right .contact ul li > a,
	main article.parts .part-right .details-card ul li > a,
	main article.parts .part-right .contact ul li > strong,
	main article.parts .part-right .details-card ul li > strong,
	main article.parts .part-right .contact ul li > span,
	main article.parts .part-right .details-card ul li > span {
		display: block;
		padding: 8px 30px;
		padding: 0.8rem 3rem;
		font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.3rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
		text-decoration: none;
		float: none;
	}
	main article.parts .part-right .contact ul li > a,
	main article.parts .part-right .details-card ul li > a,
	main article.parts .part-right .contact ul li > strong,
	main article.parts .part-right .details-card ul li > strong {
		width: auto;
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
		font: normal 14px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		text-transform: uppercase;
		line-height: 2.5px;
		line-height: 0.25rem;
		padding: 0;
	}
	main article.parts .part-right .contact ul li > span,
	main article.parts .part-right .details-card ul li > span,
	main article.parts .part-right .contact ul li > div,
	main article.parts .part-right .details-card ul li > div {
		width: auto;
		float: none;
		padding: 8px 30px;
		padding: 0.8rem 3rem;
	}
	main article.parts .part-right .contact ul li > span a,
	main article.parts .part-right .details-card ul li > span a,
	main article.parts .part-right .contact ul li > div a,
	main article.parts .part-right .details-card ul li > div a {
		color: #b2aad9;
		text-decoration: none;
	}
	main article.parts .part-right .contact ul li:before,
	main article.parts .part-right .details-card ul li:before {
		content: none;
	}
	main article.parts.members .part-right {
		background: #000 url("../images/back-membres.jpg") top left no-repeat fixed;
		background-size: cover;
	}
	main article.parts.projects .part-right,
	main article.parts.project .part-right,
	main article.parts.publications .part-right {
		background: #000 url("../images/back-projets.jpg") top left no-repeat fixed;
		background-size: cover;
	}
	main article.parts.news.details .part-left,
	main article.parts.activity.details .part-left {
		padding: 60px 44px 210px;
		padding: 6rem 4.4rem 21rem;
	}
	main article.parts.news.details .part-right,
	main article.parts.activity.details .part-right {
		padding: 240px 64px 44px;
		padding: 24rem 6.4rem 4.4rem;
	}
	main article.parts.news.details .part-right .other_news,
	main article.parts.activity.details .part-right .other_news {
		width: 225px;
		width: 22.5rem;
	}
	[id="wrapper"] > header {
		position: relative;
		height: 190px;
		height: 19rem;
		background: transparent url("../images/back-article.jpg") top center no-repeat;
		background-size: cover;
		margin: 0 auto 40px;
		margin: 0 auto 4rem;
	}
	[id="wrapper"] > header .title-box {
		margin: 0;
		padding: 0;
		height: 100%;
		background: transparent url("../images/logo-picto-white.svg") center no-repeat;
		background-size: auto 12.5rem;
	}
	[id="wrapper"] > header .title-box img {
		display: none;
	}
	[id="wrapper"] > header.full.contact {
		height: 320px;
		height: 32rem;
		margin: 0 auto;
	}
	[id="wrapper"] > header.full.contact .title-box {
		margin: 0 auto;
		background: transparent;
		background-image: -webkit-linear-gradient(135deg,#ced3d6,transparent);
		background-image: -moz-linear-gradient(135deg,#ced3d6,transparent);
		background-image: -ms-linear-gradient(135deg,#ced3d6,transparent);
		background-image: -o-linear-gradient(135deg,#ced3d6,transparent);
		background-image: linear-gradient(-45deg,#ced3d6,transparent);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	[id="wrapper"] > header.full.contact .title-box img {
		display: block;
		height: 300px;
		height: 30rem;
	}
	[id="wrapper"] > header.full.contact [id="tools"] .search form .form-elt input {
		border: 0;
	}
	[id="wrapper"] > header.full.home {
		position: relative;
		height: auto;
		margin: 0 auto;
	}
	[id="wrapper"] > header.full.home::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: transparent;
		background-image: -webkit-linear-gradient(135deg,#ced3d6,transparent);
		background-image: -moz-linear-gradient(135deg,#ced3d6,transparent);
		background-image: -ms-linear-gradient(135deg,#ced3d6,transparent);
		background-image: -o-linear-gradient(135deg,#ced3d6,transparent);
		background-image: linear-gradient(-45deg,#ced3d6,transparent);
	}
	[id="wrapper"] > header.full.home .title-box {
		position: relative;
		z-index: 10;
		margin: 0 auto;
		background: transparent;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		height: 350px;
		height: 35rem;
	}
	[id="wrapper"] > header.full.home .title-box img {
		display: block;
		height: 320px;
		height: 32rem;
	}
	[id="wrapper"] > header.full.home [id="tools"] {
		z-index: 10;
	}
	[id="wrapper"] > header.full.home [id="tools"] .search form .form-elt input {
		border: 0;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav {
		position: relative;
		width: 980px;
		width: 98rem;
		margin: 50px auto 35px;
		margin: 5rem auto 3.5rem;
		z-index: 10;
		padding: 0;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul {
		display: grid;
		-ms-grid-template-columns: 28.6rem 6rem 28.6rem 6rem 28.6rem;
		grid-template-columns: 28.6rem 6rem 28.6rem 6rem 28.6rem;
		-ms-grid-template-rows: 13rem 3.5rem 13rem;
		grid-template-rows: 13rem 3.5rem 13rem;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul li {
		width: 100%;
		height: 100%;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul li a {
		width: 100%;
		height: 100%;
		max-width: none;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul .uai {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul .conferences {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 3;
		grid-row: 3;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul .projects {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1/4;
		grid-row: 1/4;
	}
	[id="wrapper"] > header.full.home nav.home-internal-nav ul .publications {
		-ms-grid-column: 5;
		grid-column: 5;
		-ms-grid-row: 1/4;
		grid-row: 1/4;
	}
	[id="wrapper"] > header.secondary.news {
		min-height: 200px;
		min-height: 20rem;
		background-position: center center;
		margin: 0 auto;
	}
	[id="wrapper"] > header.secondary.news .title-box {
		height: 200px;
		height: 20rem;
		background-size: auto 12.5rem;
	}
	[id="wrapper"] > header [id="tools"] {
		position: absolute;
		top: 20px;
		top: 2rem;
		right: 20px;
		right: 2rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	[id="wrapper"] > header [id="tools"] .search > a {
		display: none;
	}
	[id="wrapper"] > header [id="tools"] .search form .form-elt label {
		display: none;
	}
	[id="wrapper"] > header [id="tools"] .search form .form-elt input {
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		appearance: textfield;
		width: 230px;
		width: 23rem;
		background: #fff url("../images/search.svg") left 12px center no-repeat;
		background: #fff url("../images/search.svg") left 1.2rem center no-repeat;
		background-size: auto 2.2rem;
		border: 1px solid #000;
		border: 0.1rem solid #000;
		padding: 12px 12px 12px 42px;
		padding: 1.2rem 1.2rem 1.2rem 4.2rem;
		font: normal 14px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.4rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #bbb;
	}
	[id="wrapper"] > header [id="tools"] .search form legend,
	[id="wrapper"] > header [id="tools"] .search form .buttons {
		display: none;
	}
	[id="wrapper"] > header [id="tools"] .lang-selector {
		margin-left: 10px;
		margin-left: 1rem;
		padding-right: 10px;
		padding-right: 1rem;
		font: normal 11px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.1rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		text-align: right;
	}
	[id="wrapper"] > header [id="tools"] .lang-selector li {
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	[id="wrapper"] > header [id="tools"] .lang-selector li a {
		color: #7a9596;
		text-transform: uppercase;
		text-decoration: none;
	}
	[id="wrapper"] > header [id="tools"] .lang-selector li.active a {
		color: #fff;
	}
	[id="wrapper"] > header.members,
	[id="wrapper"] > header.projects,
	[id="wrapper"] > header.publication,
	[id="wrapper"] > header.secondary.news.news-details {
		display: block;
		height: auto;
		background: #000;
		margin: 0 auto;
		z-index: 10;
		min-height: 0;
	}
	[id="wrapper"] > header.members [id="tools"],
	[id="wrapper"] > header.projects [id="tools"],
	[id="wrapper"] > header.publication [id="tools"],
	[id="wrapper"] > header.secondary.news.news-details [id="tools"] {
		position: absolute;
		top: 15px;
		top: 1.5rem;
		right: 5px;
		right: 0.5rem;
	}
	[id="wrapper"] > footer {
		display: block;
		min-height: 345px;
		min-height: 34.5rem;
		padding: 90px 36px 0 74px;
		padding: 9rem 3.6rem 0 7.4rem;
		background: #10535d url("../images/footer-main-logo-desktop.svg") top -70px left -75px no-repeat;
		background: #10535d url("../images/footer-main-logo-desktop.svg") top -7rem left -7.5rem no-repeat;
		background-size: auto 64rem;
	}
	[id="wrapper"] > footer .holder {
		width: 960px;
		width: 96rem;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	[id="wrapper"] > footer .holder .nav,
	[id="wrapper"] > footer .holder .contact,
	[id="wrapper"] > footer .holder .newsletter {
		position: relative;
		width: 240px;
		width: 24rem;
		margin: 0 auto 24px;
		margin: 0 auto 2.4rem;
		padding-left: 20px;
		padding-left: 2rem;
	}
	[id="wrapper"] > footer .holder .nav::before,
	[id="wrapper"] > footer .holder .contact::before,
	[id="wrapper"] > footer .holder .newsletter::before {
		content: "";
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
		display: block;
		width: 1px;
		height: 125px;
		height: 12.5rem;
		background: #fff;
	}
	[id="wrapper"] > footer .holder .nav li,
	[id="wrapper"] > footer .holder .contact li,
	[id="wrapper"] > footer .holder .newsletter li {
		margin: 0 auto 26px;
		margin: 0 auto 2.6rem;
	}
	[id="wrapper"] > footer .holder .nav li a,
	[id="wrapper"] > footer .holder .contact li a,
	[id="wrapper"] > footer .holder .newsletter li a {
		font: normal 12px/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.2rem/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	}
	[id="wrapper"] > footer .holder .nav h3,
	[id="wrapper"] > footer .holder .contact h3,
	[id="wrapper"] > footer .holder .newsletter h3 {
		margin: 0 auto 12px;
		margin: 0 auto 1.2rem;
	}
	[id="wrapper"] > footer .holder .nav h3 a,
	[id="wrapper"] > footer .holder .contact h3 a,
	[id="wrapper"] > footer .holder .newsletter h3 a {
		font: normal 12px/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.2rem/1 "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .holder .nav address,
	[id="wrapper"] > footer .holder .contact address,
	[id="wrapper"] > footer .holder .newsletter address {
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
		font: normal 12px/1.9 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.2rem/1.9 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
	}
	[id="wrapper"] > footer .holder .nav address strong,
	[id="wrapper"] > footer .holder .contact address strong,
	[id="wrapper"] > footer .holder .newsletter address strong {
		font: normal 12px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .holder .nav > a,
	[id="wrapper"] > footer .holder .contact > a,
	[id="wrapper"] > footer .holder .newsletter > a {
		width: 125px;
		width: 12.5rem;
		height: 32px;
		height: 3.2rem;
		font: normal 12px/32px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.2rem/3.2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	}
	[id="wrapper"] > footer .holder .nav form fieldset .form-elt input,
	[id="wrapper"] > footer .holder .contact form fieldset .form-elt input,
	[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input {
		display: block;
		width: 100%;
		padding: 6px;
		padding: 0.6rem;
		background: #729697;
		font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.2rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
	}
	[id="wrapper"] > footer .holder .nav form fieldset .form-elt input::-webkit-input-placeholder,
	[id="wrapper"] > footer .holder .contact form fieldset .form-elt input::-webkit-input-placeholder,
	[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input::-webkit-input-placeholder {
		color: #fff;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .holder .nav form fieldset .form-elt input:-moz-placeholder,
	[id="wrapper"] > footer .holder .contact form fieldset .form-elt input:-moz-placeholder,
	[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input:-moz-placeholder {
		color: #fff;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .holder .nav form fieldset .form-elt input::-moz-placeholder,
	[id="wrapper"] > footer .holder .contact form fieldset .form-elt input::-moz-placeholder,
	[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input::-moz-placeholder {
		color: #fff;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .holder .nav form fieldset .form-elt input:-ms-input-placeholder,
	[id="wrapper"] > footer .holder .contact form fieldset .form-elt input:-ms-input-placeholder,
	[id="wrapper"] > footer .holder .newsletter form fieldset .form-elt input:-ms-input-placeholder {
		color: #fff;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .holder .nav form fieldset .buttons button,
	[id="wrapper"] > footer .holder .contact form fieldset .buttons button,
	[id="wrapper"] > footer .holder .newsletter form fieldset .buttons button {
		display: block;
		width: 125px;
		width: 12.5rem;
		height: 32px;
		height: 3.2rem;
		font: normal 12px/32px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1.2rem/3.2rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		border: 0;
		background: #18373d;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	[id="wrapper"] > footer .mentions {
		font: normal 10px "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		font: normal 1rem "Century Gothic Regular", "Century Gothic", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
		color: #7a9596;
		text-align: right;
		text-transform: uppercase;
	}
	[id="wrapper"] > footer .mentions a {
		color: #7a9596;
		text-decoration: none;
	}
	[id="wrapper"] > footer .mentions a[rel="external"] {
		font-style: normal;
	}
	[id="wrapper"] > footer .mentions .separator.break {
		display: inline;
		height: auto;
		font-size: 10px;
		font-size: 1rem;
	}
	[id="home"] main section[id="introduction"] {
		min-height: 600px;
		min-height: 60rem;
		padding: 175px 180px 50px;
		padding: 17.5rem 18rem 5rem;
		margin: 0 auto 120px;
		margin: 0 auto 12rem;
	}
	[id="home"] main section[id="introduction"] .cols {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		width: 980px;
		width: 98rem;
		margin: 0 auto;
	}
	[id="home"] main section[id="introduction"] .col {
		width: 450px;
		width: 45rem;
	}
	[id="home"] main section[id="introduction"] .col p,
	[id="home"] main section[id="introduction"] .col li {
		margin: 0 auto 21px;
		margin: 0 auto 2.1rem;
		font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font: normal 1.4rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 2;
		color: #fff;
	}
	[id="home"] main section[id="introduction"] .col p b,
	[id="home"] main section[id="introduction"] .col li b,
	[id="home"] main section[id="introduction"] .col p strong,
	[id="home"] main section[id="introduction"] .col li strong {
		font-weight: bold;
	}
	[id="home"] main section[id="introduction"] .col p i,
	[id="home"] main section[id="introduction"] .col li i,
	[id="home"] main section[id="introduction"] .col p em,
	[id="home"] main section[id="introduction"] .col li em {
		font-style: italic;
	}
	[id="home"] main section[id="introduction"] .col p a,
	[id="home"] main section[id="introduction"] .col li a {
		color: #6656b4;
	}
	[id="home"] main section[id="introduction"] .col ol,
	[id="home"] main section[id="introduction"] .col ul {
		margin: 0 auto 28px;
		margin: 0 auto 2.8rem;
		padding-left: 32px;
		padding-left: 3.2rem;
	}
	[id="home"] main section[id="introduction"] .col ol li:before,
	[id="home"] main section[id="introduction"] .col ul li:before {
		display: inline-block;
		position: absolute;
		top: auto;
		right: auto;
		bottom: auto;
		left: -32px;
		left: -3.2rem;
		width: 24px;
		width: 2.4rem;
		height: 21px;
		height: 2.1rem;
		text-align: right;
	}
	[id="home"] main section[id="introduction"] .col ol {
		counter-reset: decimal;
		list-style: none;
	}
	[id="home"] main section[id="introduction"] .col ol li {
		position: relative;
		counter-increment: decimal;
	}
	[id="home"] main section[id="introduction"] .col ol li:before {
		content: counter(decimal) ".";
	}
	[id="home"] main section[id="introduction"] .col ul {
		list-style: none;
	}
	[id="home"] main section[id="introduction"] .col ul li {
		position: relative;
	}
	[id="home"] main section[id="introduction"] .col ul li:before {
		content: "●";
	}
	[id="home"] main section[id="introduction"] .callto {
		width: 180px;
		width: 18rem;
	}
	[id="home"] main section[id="introduction"] .callto a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	[id="home"] main section[id="news"],
	[id="home"] main section[id="informations"],
	[id="home"] main section[id="activities"] {
		position: relative;
		width: 980px;
		width: 98rem;
		margin: 0 auto 120px;
		margin: 0 auto 12rem;
		padding: 0;
	}
	[id="home"] main section[id="news"] h2,
	[id="home"] main section[id="informations"] h2,
	[id="home"] main section[id="activities"] h2 {
		position: absolute;
		top: 0;
		right: -webkit-calc(105%);
		right: calc(105%);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
	}
	[id="home"] main section[id="news"] .news-nav,
	[id="home"] main section[id="informations"] .news-nav,
	[id="home"] main section[id="activities"] .news-nav,
	[id="home"] main section[id="news"] .informations-nav,
	[id="home"] main section[id="informations"] .informations-nav,
	[id="home"] main section[id="activities"] .informations-nav,
	[id="home"] main section[id="news"] .activities-nav,
	[id="home"] main section[id="informations"] .activities-nav,
	[id="home"] main section[id="activities"] .activities-nav {
		display: none;
	}
	[id="home"] main section[id="news"] ul,
	[id="home"] main section[id="informations"] ul,
	[id="home"] main section[id="activities"] ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	[id="home"] main section[id="news"] ul li,
	[id="home"] main section[id="informations"] ul li,
	[id="home"] main section[id="activities"] ul li {
		width: 200px;
		width: 20rem;
		margin-right: 44px;
		margin-right: 4.4rem;
	}
	[id="home"] main section[id="news"] ul li a .content .infos,
	[id="home"] main section[id="informations"] ul li a .content .infos,
	[id="home"] main section[id="activities"] ul li a .content .infos {
		background-size: auto 2.5rem;
	}
	[id="home"] main section[id="news"] ul li.hidden,
	[id="home"] main section[id="informations"] ul li.hidden,
	[id="home"] main section[id="activities"] ul li.hidden {
		display: block;
	}
	[id="home"] main section[id="activities"] ul li {
		width: 360px;
		width: 36rem;
	}
	[id="home"] main section[id="last-publications"] {
		height: 560px;
		height: 56rem;
		padding: 115px 0 145px;
		padding: 11.5rem 0 14.5rem;
	}
	[id="home"] main section[id="last-publications"] .holder {
		position: relative;
		width: 980px;
		width: 98rem;
		margin: 0 auto 120px;
		margin: 0 auto 12rem;
		padding: 0;
	}
	[id="home"] main section[id="last-publications"] .holder h2 {
		position: absolute;
		top: 0;
		right: -webkit-calc(105%);
		right: calc(105%);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
	}
	[id="home"] main section[id="last-publications"] .holder h2 a {
		white-space: nowrap;
	}
	[id="home"] main section[id="last-publications"] .holder ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		white-space: normal;
		padding: 0;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		overflow-x: visible;
	}
	[id="home"] main section[id="last-publications"] .holder ul li {
		width: 18%;
	}
	[id="contact"] main article.full {
		width: 100%;
	}
	[id="contact"] main article.full .text {
		margin: 0 auto 75px;
		margin: 0 auto 7.5rem;
		width: 520px;
		width: 52rem;
	}
	[id="contact"] main article.full .cols {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 700px;
		width: 70rem;
		margin: 0 auto;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	[id="contact"] main article.full .cols .col {
		width: 260px;
		width: 26rem;
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
	[id="contact"] main article.full .cols .col + .col {
		-webkit-order: 0;
		-ms-order: 0;
		order: 0;
	}
	[id="contact"] main article.full section.content form fieldset legend {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	[id="contact"] main article.full section.map {
		height: 390px;
		height: 39rem;
	}
	[id="contact"] main article.full section.map a img {
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
	main article.news-list.full {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 175px;
		padding-bottom: 17.5rem;
	}
	main article.news-list.full header {
		display: block;
		margin: 60px auto 55px;
		margin: 6rem auto 5.5rem;
	}
	main article.news-list.full section {
		width: 775px;
		width: 77.5rem;
		margin: 0 auto;
	}
	main article.news-list.full section .internal-activities-list ul,
	main article.news-list.full section .internal-news-list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	main article.news-list.full section .internal-activities-list ul li,
	main article.news-list.full section .internal-news-list ul li {
		width: 240px;
		width: 24rem;
	}
	main article.news-list.full section .internal-activities-list ul li a,
	main article.news-list.full section .internal-news-list ul li a {
		position: relative;
		min-height: 440px;
		min-height: 44rem;
	}
	main article.news-list.full section .internal-activities-list ul li a span.fake-button,
	main article.news-list.full section .internal-news-list ul li a span.fake-button {
		position: absolute;
		bottom: 15px;
		bottom: 1.5rem;
		left: 0;
		right: 0;
	}
	main article.news-list.full section .internal-activities-list ul li {
		width: 360px;
		width: 36rem;
	}
	main article.news-list.full section .internal-activities-list ul li a {
		min-height: 150px;
		min-height: 15rem;
	}
	main article.news-list.full section .internal-activities-list ul li a h3 {
		min-height: 0;
	}
	main article.news-list.full section .internal-activities-list ul li.with-cover a {
		min-height: 260px;
		min-height: 26rem;
	}
}
