/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: inline;
}
br.large {
	display: none;
}
img.small {
	display: block;
}
img.large {
	display: none;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header *#logo {
	height: 80px;
	padding-left: 30px;
}
body.admin-bar header#header *#logo {
	top: 0px;
}
div.header header#header *#logo {
	background-color: transparent;
}
header#header :where(p#button-menu, div#menu) {
	position: fixed;
}
header#header p#button-menu {
	width: 60px;
	height: 60px;
	right: 15px;
	top: 10px;
	z-index: 30;
	cursor: pointer;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	left: calc(50% - 15px);
	top: calc(50% - 0.5px);
	border-bottom: 1px solid #ffffff;
	transition: 0.25s all ease;
}
div.header header#header p#button-menu i,
div.menu-header header#header p#button-menu i {
	border-color: #000000;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-10px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(10px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+3) {
	width: 0px;
	left: 50%;
	opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(30deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-30deg);
}
header#header div#menu {
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: 0.375s transform ease;
	-webkit-overflow-scrolling: touch;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu::-webkit-scrollbar {
	display: none;
}
header#header div#menu div.inner-menu {
	padding: 100px 30px 40px 30px;
}
header#header :where(p#button-instagram, nav#navi) {
	top: 25px;
}
body.admin-bar header#header :where(p#button-instagram, nav#navi) {
	top: 25px;
}
header#header p#button-instagram {
	right: 85px;
}
header#header div#menu p:where(.logo, .instagram) {
	display: block;
}
header#header div#menu p.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(250px * 0.625);
	margin: 0px auto 40px auto;
}
header#header div#menu p.logo svg {
	width: 100%;
}
header#header div#menu :where(nav#navi, p.instagram) {
	margin-bottom: 40px;
}
header#header div#menu nav#navi {
	position: static;
	right: auto;
	color: #000000;
}
header#header div#menu nav#navi ul {
	display: block;
}
header#header div#menu nav#navi ul li,
header#header div#menu p.instagram {
	text-align: center;
}
header#header div#menu nav#navi ul li:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
header#header div#menu nav#navi ul li a:hover {
	color: #808080;
}
header#header div#menu p.instagram {
	font-size: 1.75rem;
	font-weight: 400;
}
header#header div#menu p.button-default {
	display: flex;
}
header#header div#menu p.button-default:not(:last-child) {
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

body.admin-bar div:where(#cover, #space-cover) {
	height: 100svh;
}
body.admin-bar div#cover {
	top: 0px;
}
div#cover div.text div.navi {
	left: 30px;
	top: auto;
	bottom: 20px;
}
div#cover div.text p.logo {
	width: calc(250px * 0.625);
}
div#cover div.text p.button-scroll {
	bottom: 20px;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section header h2 {
	font-size: 1.75rem;
	line-height: 1.75rem;
	margin-bottom: 5px;
}
main section header p.sub {
	font-size: 1.125rem;
}
main ul.bullet li {
	position: relative;
	padding-left: 20px;
}
main ul.bullet li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 13px;
	background-color: #000000;
	content: "";
	border-radius: 50%;
}
main ol.decimal {
	padding-left: 20px;
}
main ol.decimal li {
	list-style-type: decimal;
}

/* home
-------------------------------------------------------------------------------- */

main section#commitment div.text div#anchor-commitment {
	top: -120px;
}
main section#commitment div.text h2 {
	font-size: 1.75rem;
	margin-left: 15px;
}
main section#commitment div.text div.description p.row:not(:last-child) {
	margin-left: 5px;
}
main section#commitment div.text div.description-large {
	display: none;
}
main section#commitment div.text div.description-small {
	display: flex;
}
main section:where(#news, #information) div.inner-section {
	padding: 80px 30px;
}
main section#news div#trigger-header {
	top: -80px;
}
main section#news div.inner-section {
	width: auto;
	padding-left: 30px;
}
main section#news header {
	position: static;
	left: auto;
	top: auto;
	text-align: center;
	margin-bottom: 40px;
}
main section#menu-alternate div.inner-section {
	padding: 40px 30px 80px 30px;
}
main section#menu-alternate div.block {
	padding-left: 0px;
}
main section#menu-alternate div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#menu-alternate div.block div.fix {
	width: calc(50% + 30px);
	height: 240px;
	left: auto;
	right: -30px;
	/* top: 0px; */
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
main section#menu-alternate div.block div.fix.active {
	opacity: 1;
}
main section#menu-alternate div.block div.fix div.inner-fix {
	position: relative;
}
main section#menu-alternate div.block div.fix div.inner-fix p.image {
	position: absolute;
	width: 100%;
	height: 100%;
}
main section#menu-alternate div.block div.text {
	display: block;
	max-width: none;
	min-height: auto;
	padding: 0px;
}
main section#menu-alternate div.block div.text h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 240px;
	font-size: 1.5rem;
	line-height: 2.125rem;
	border-bottom: none;
	padding-bottom: 0px;
}
main section#menu-alternate div.block div.text div.segment {
	display: block;
	padding: 0px;
}
main section#menu-alternate div.block div.text div.segment:not(:last-child) {
	margin-bottom: 40px;
}
main section#menu-alternate div.block div.text div.segment::before {
	display: none;
}
main section#menu-alternate div.block div.text div.segment h3 {
	width: auto;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
main section#menu-alternate div.block div.text div.segment div.list {
	width: auto;
}
main section#information div.inner-section {
	width: auto;

}
main section#information header {
	margin-bottom: 40px;
}
main section#information div.image-text,
main section#information div.image-text div.text {
	display: block;
}
main section#information div.image-text :where(p.image, div.text) {
	width: auto;
}
main section#information div.image-text div.text {
	padding: 40px 20px;
}
main section#information div.image-text div.text h3 {
	justify-content: center;
}

/* news
-------------------------------------------------------------------------------- */

main div.list-news div.row a {
	display: block;
	padding: 20px 10px;
}
main div.list-news div.row p.created {
	width: auto;
	margin-bottom: 5px;
}
main div.list-news div.row h3 {
	width: auto;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer div.inner-footer {
	padding: 80px 30px 40px 30px;
}
footer#footer p.logo {
	width: calc(250px * 0.625);
	margin-bottom: 40px;
}
footer#footer div.list {
	display: block;
	width: auto;
	margin: 0px auto 40px auto;
}
footer#footer div.list div.row {
	display: block;
	width: auto;
	height: auto;
	padding: 20px 10px;
}
footer#footer div.list div.row:first-child {
	border-bottom: none;
}
