.popup-content ul {
    margin: 0;
    padding: 20px !important;
}
.popup-content ul li {
    list-style: disc !important;
}
.philippe {
    padding-right: 138px;
}
.dropdown-list ul, .dropdown-list li{
    list-style: none !important;
}
.dropdown .dropdown-slide:not(.js-slide-hidden) {
    position: static !important;
}

@font-face {
	font-family:"BwNistaGrotesk";
	font-style:normal;
	font-weight:bold;
	font-display:swap;
	src:url(../../fonts/BwNistaGrotesk/bold.woff) format("woff"),url(../../fonts/BwNistaGrotesk/bold.woff2?) format("woff2"),url(../../fonts/BwNistaGrotesk/bold.ttf) format("truetype");
}

@font-face {
	font-family:"BwNistaGrotesk";
	font-style:normal;
	font-weight:normal;
	font-display:swap;
	src:url(../../fonts/BwNistaGrotesk/regular.woff) format("woff"),url(../../fonts/BwNistaGrotesk/regular.woff2) format("woff2"),url(../../fonts/BwNistaGrotesk/regular.ttf) format("truetype");
}



html {
	font-family:"BwNistaGrotesk", sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size:var(--rem-base);
	box-sizing:border-box;
	padding:constant(safe-area-inset);
	padding:env(safe-area-inset);
	height:100%;
}

body {
	margin:0;
	color:black;
	font:var(--font-size-base)/var(--line-height-base) "BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
	min-width:320px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	min-height:100%;
	display:grid;
	grid-template-rows:1fr auto;
	grid-template-columns:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display:block;
}

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],
template {
	display:none;
}

a {
	background-color:transparent;
	color:#007FAD;
	font-weight:bold;
	text-decoration:none;
	transition:all 0.3 ease;
}

a:active,
a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align:top;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
}

code,
kbd,
pre,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

button,
input,
optgroup,
select,
textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

button,
html input[type=button] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],
html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing:border-box;
	padding:0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height:auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid silver;
}

legend {
	border:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table.table-ra2022, table.table-ra2022 th, table.table-ra2022 td{
	border: none;
}

table.table-ra2022 tr:not(:first-child) {
	font-weight: bold;
}

table.table-ra2022 tr td{
	text-align: right;
	padding: 15px 10px;
	vertical-align: top;
}

table.table-ra2022 tr td:first-child{
	font-weight: normal;
	text-align: left;
}

table.table-ra2022 tr:nth-child(even) {
	background-color: #EBEBEB;
}

table.table-ra2022 tr td:last-child{
	background-color: #FFDA3590;
}

legend,
td,
th {
	padding:0;
}

.btn {
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border-style:solid;
	transition:all 0.3 ease;
	font-weight:bold;
	padding:var(--btn-y) var(--btn-x);
	font-size:var(--btn-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.1;
	color:#fff;
	background-color:var(--base-link-color);
	border-color:var(--base-link-color);
}

.btn:hover {
	color:#fff;
	background-color:#f8ac23;
	border-color:transparent;
	text-decoration:none;
}

.btn.btn-outline{
	background-color: transparent;
	border: 2px solid var(--base-link-color);
	color: var(--base-link-color);
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	background-color: var(--base-link-color);
	color: #fff;
}

.btn i {
	font-size:18px;
}

.btn-link,
.btn-link:hover {
	background-color:transparent;
	border-color:transparent;
}

.btn-link {
	color:black;
	transition:all 0.3 ease;
}

.btn-link:hover {
	color:#1a191f;
	text-decoration:none;
}

.btn-block {
	display:block;
	width:100%;
}

.btn-block+ .btn-block {
	margin-top:15px;
}

.btn-open-close,
.ico-plus {
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
}

.ico-plus {
	width:40px;
	height:42px;
	font-size:24px;
	background:url(../img/ico-plus.svg) no-repeat;
}

.ico-plus i {
	padding-top:5px;
}

.btn-open-close {
	width:20px;
	height:55px;
	background:url(../img/btn-open-close.svg) no-repeat;
	vertical-align:top;
}

.btn-open-close:hover,
.dropdown .dropdown-list a {
	color:#fff;
}

.link-bottom {
	position:absolute;
	bottom:105px;
	left:-20px;
	z-index:10;
	font-size:18px;
	color:#fff!important;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.bg-stretch-img {
	width:100%;
	max-width:none;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

fieldset,
form {
	border-style:none;
	display:block;
	padding:0 0 5px;
	margin:0 0 1.2em;
	color:black;
}

select {
	border-radius:0;
}

input[type=button].btn-block,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=reset].btn-block,
input[type=search],
input[type=submit].btn-block,
input[type=tel],
input[type=text],
input[type=url] {
	width:100%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	padding:var(--btn-y) var(--input-x);
	font-size:var(--btn-fz);
	border-radius:var(--btn-r);
	border-width:var(--btn-b);
	line-height:1.2;
	color:black;
	background-color:#f1f1f1;
	text-align:left;
	-webkit-appearance:none;
	box-sizing:border-box;
	outline-color:transparent;
	outline:0;
	max-width:100%;
	background:0 0;
	border:1px solid #e2e2e2;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border:1px solid #2b2e38;
}

textarea {
	resize:none;
	vertical-align:top;
	width:100%;
	height:250px;
}

button[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
	padding:var(--btn-y) var(--input-x);
	font-size:var(--btn-fz);
	/*border-radius:var(--btn-r);*/
	border-width:var(--btn-b);
	line-height:1.2;
	color:#fff;
	background-color:#007FAD;
	border-color:#007FAD;
	transition:all .3s;
	border-style:solid;
	-webkit-appearance:none;
	cursor:pointer;
	text-align:center;
	font-weight:700;
}

button[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover
/*input[type=submit]:hover*/ {
/*	color:black;
	background-color:transparent;
	border-color:#003853;*/
}

input[type=reset] {
	margin-bottom:13px;
}

input[type=file] {
	max-width:100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#000;
	opacity:1;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#000;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#000;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#000;
	opacity:1;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity:0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity:0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity:0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity:0;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:600;
	color:var(--h1-h6-color);
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	font-size:inherit;
}

.h1,
h1 {
	font-size:var(--h1);
	margin:0 0 .3em;
	line-height:1.167;
}

.h2,
h2 {
	/*font-size:var(--h2);*/
	font-size: 1.75rem;
	margin:0 0 .6em;
	line-height:1.38;
}

.h3,
h3 {
	font-size:var(--h3);
	margin:0 0 .5em;
}

.h4,
h4 {
	font-size:var(--h4);
	margin:0 0 .6em;
}

.h5,
h5 {
	font-size:var(--h5);
	margin:0 0 .7em;
}

.h6,
h6 {
	font-size:var(--h6);
	margin:0 0 .8em;
}

ol,
p,
ul {
	margin-top:0;
}

p {
	margin-bottom:.6em;
}

a:hover {
	color:var(--link-hover);
}

ol,
ul {
	padding-left:0;
}

ol,
ol li,
ul,
ul li {
	list-style:none;
}

* {
	max-height:1000000px;
}

*,
:after,
:before {
	box-sizing:inherit;
}

.resize-active {
	transition:none!important;
}

.resize-active *,
.resize-active :after,
.resize-active :before {
	transition:inherit!important;
}

.container {
	width:100%;
	margin:0 auto;
	padding-left:var(--gutter);
	padding-right:var(--gutter);
	max-width:calc(1170px + var(--gutter)*2);
}

.container._lg {
	max-width:calc(1400px + var(--gutter)*2);
}

.container.container-full,
.map svg {
	max-width:100%;
}

.home-page .wrapper,
.main.pt-0 {
	padding-top:0;
}

.main,
.wrapper {
	width:100%;
	position:relative;
}

.wrapper {
	overflow:hidden;
	padding-top:100px;
}

.main {
	padding:40px 0 0;
}

.section-promo {
	width:100%;
	min-height:760px;
	display:flex;
	padding:190px 0 30px;
}

.anchor-nav .active > span {
	content:"";
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.section-promo:after {
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	height:300px;
}

.section-promo .promo-holder {
	width:100%;
	position:relative;
	margin-top: 660px;
	z-index:10;
	display:flex;
	flex-direction:column;
}

.section-promo .promo-holder .promo-top {
	padding: 15px 30px;
	align-self: flex-start;
	background-color: white;
}

.section-promo h4 {
	font-family:"BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.section-promo .container {
	max-width:1380px;
}

.img,
.section-promo {
	position:relative;
}

.section-promo h1{
	bottom: 0;
	z-index: 10;
	background-color: white;
	padding: 15px 30px;
	position: absolute;
	margin-bottom: -2px;
	font-size: 80px;
}
.section-project h1{
	margin-top: 60px;
}
.section-project .title-banner{
	background-color: var(--secondary-color);
	position: absolute;
	height: 253px;
	left: 0;
	right: 0;
	top: 100px;
	z-index: -1;
}
.section-links{
	margin-top: 90px;
}
.section-links .top-link{
	background-color: var(--secondary-color);
	border: 2px solid white;
	padding: 40px 30px;
	color: black;
	font-weight: bold;
}

.section-links .top-link:hover{
	background-color: #ffe15d;
}

.section-links .btn-top.top-link:hover .icon-arrow-right{
	background-color: var(--link-hover);
}

.name {
	font-size:14px;
}

.section-advice {
	margin-top: 120px;
}

.section-figures {
	padding:100px 0 60px;
}

.section-map {
	padding:85px 0;
}

.section-stats{
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 120px auto;
}

.section-stats .stat:first-child{
	margin-left: 30px;
}
.section-stats .stat:last-child{
	margin-right: 30px;
}

.section-stats .stat{
	margin: 0 15px;
	opacity: 0.83;
	background-color: #FFDA35;
}

.section-stats .stat .number-label{
	font-family: "BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
}

.section-stats .stat .number{
	font-family: "BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size: 45px;
	color: var(--color-brand);
	font-weight: bold;
	margin: 0 30px;
	line-height: 1;
}

.section-realisations{
	margin: 120px auto;
}

.section-realisations .realisation-block{
	background-color: #EEEDED;
	margin: 30px 0;
	padding-bottom: 1px;
}
.section-realisations .realisation-block .title-row .img-container{
	width: 70px;
	height: 70px;
	background-color: var(--secondary-color);
	vertical-align: middle;
	margin-right: 12px;
}
.section-realisations .realisation-block .title-row img{
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
}
.section-realisations .realisation-block .title-row .caption {
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
}
.section-realisations .realisation-block .title-row h2{
	font-size: 22px;
}

.section-realisations .realisation-block p{
	margin: 15px;
}

.section-chiffres .circle-graph {
	calc(height: 100vw - 30px);
	width: 100%;
	max-height: 400px;
	max-width: 400px;
	position: relative;
	margin: auto;
}

.section-chiffres .bar-graph,
.section-chiffres .line-graph,
.section-chiffres .multi-bar-graph {
	calc(height: 100vw - 30px);
	width: 100%;
	max-height: 400px;
	max-width: 600px;
	position: relative;
	margin: auto;
}

.num {
	font-size:3.75rem;
	line-height:1;
	margin-bottom:.4em;
}

.bg-gray {
	background-color:rgba(153,137,145,.4);
}

.txt-block {
	max-width:770px;
	margin:0 auto;
}

.entry-txt {
	font-size:1.75rem;
}

.link-back {
	font-size:16px;
}

.popup-block {
	display:none;
	background:0 0;
	padding:0;
	overflow:initial;
}

.popup-block .popup-content {
	border-radius:0;
	background-color:#fff;
	padding:60px;
	max-width:970px;
}

.popup-block a {
	outline:0;
}

.popup-block.popup-block-map .popup-content {
	width:306px;
	padding:30px;
}

.map svg {
	height:auto;
}

.anchor-nav li a,
.dropdown .dropdown-holder {
	display:inline-block;
	position:relative;
}

.dropdown .dropdown-slide {
	background-color:#007FAD;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	border-radius:0 0 5px 5px;
	text-align:left;
	padding:15px;
	margin-top:-5px;
	font-weight:500;
}

.dropdown .dropdown-list li {
	padding:5px 0;
}
.dropdown .dropdown-list {
	padding:0 0 0 10px;
}
.dropdown .dropdown-list-first {
    padding: 0 10px 0 0;
}

.dropdown .btn-opener-dropdown {
	background-color:#007FAD;
	padding-left:15px;
	padding-right:15px;
	white-space:normal;
}

.dropdown i {
	padding-left:1rem;
}

.dropdown.active .btn {
	border-radius:5px;
	-webkit-clip-path:initial;
	clip-path:initial;
}

.dropdown.active i {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	padding-right:1rem;
	padding-left:0;
}

.fancybox-slide--html {
	padding:60px;
}

.link-popup {
	cursor:pointer;
}
.link-popup:hover path, .link-popup:focus path {
    fill: #f8ac23;
}

.close-modal-button {
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	background-color: var(--color-brand);
	padding:0;
	position: absolute;
	left: 100%;
	bottom: 100%;
	border-radius: 0;
	fill: #fff
}

.close-modal-button svg{
	width: 25px;
	height: 25px;
	margin: auto;
}

.fancybox-button:not(.fancybox-button--close) {
	visibility: hidden;
	right:-45px!important;
	top:-45px!important;
}

.contact-block h6 {
	font-size:18px;
	margin-bottom:.4em;
}

.contact-list {
	font-style:normal;
	color:black;
	line-height:1.63;
}

.contact-block p,
.contact-list p {
	margin-bottom:0;
}

.fancybox-bg {
	background-color:black;
	opacity:.8;
}

.fixed-panel {
	width:170px;
	position:absolute;
	right:inherit!important;
	left:0!important;
	top:180px;
	z-index:100;
}

.fixed-panel .btn-open-close {
	background-color: var(--color-brand);
	margin:0 auto -2px 0;
}

.toggle-block.active .fa-chevron-left:before {
	content:"\f053";
}

.toggle-block:not(.active) .fa-chevron-left:before {
	content:"\f054";
}

.anchor-nav {
	font-size:16px;
	line-height:1.4;
	border-top:1px solid #67696B;
}

.anchor-nav li {
	border-bottom:1px solid #67696B;
}

.anchor-nav li a {
	display:block;
	padding:10px;
	background:#fff;
}

.anchor-nav .active,
.anchor-nav li a:hover {
	color:#007FAD;
}

.anchor-nav .active > span {
	width: 0;
	background-color:#007FAD;
	opacity:.12;
}

.form-select-lang {
	background:0 0;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	padding:10px 5px;
}

.form-select-lang option {
	color:#000;
}

.form-select-lang.form-select-blue {
	color:#007FAD;
}

.header-menu-wrapper {
	color:black;
	position:relative;
	z-index:2;
}

.header-menu-wrapper .header-holder {
	max-width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 30px;
	position:relative;
	z-index:10;
	background-color:#fff;
}

.header,
.menu {
	font-weight:bold;
}

.header {
	width:100%;
	position:absolute;
	top:0;
	z-index:200;
	font-family:"BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
}

.header .logo {
	position:relative;
	z-index:10;
	flex:0 0 auto;
}

.header.header-home,
.header.header-home .menu a,
.header.header-home .right-bar a {
	color:var(--base-link-color);
}

.header.header-home .sub-nav li:before {
	background:#fff;
}

.header.header-home .nav-drop {
	background-color:#007FAD;
}

.logo a {
	display:block;
}

.menu {
	font-size:30px;
}

.menu li {
	padding:10px 0;
}

.menu> li > div svg {
	height: 38px;
	width: 32px;
	fill: var(--color-brand);
}

.menu ul {
	padding:10px 20px 0;
	font-size:24px;
}

.menu ul > li > div svg{
	height: 28px;
	width: 24px;
	fill: var(--color-brand);
	margin-right: 15px;
}

.menu.menu-archive{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.menu.menu-archive .archive {
	background-color: var(--color-brand);
	width: 62px;
	margin-top: 30px;
	text-align: center;
	padding: 0;
	height: 30px;
	position: relative;
}

.menu.menu-archive .archive::before {
	display: block;
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 7px;
	width: 7px;
	transform: translateX(50%) translateY(-50%) rotate(135deg);
	background-color: var(--color-brand);
}

.menu.menu-archive .archive a{
	font-size: 19px;
	line-height: 1.6;
	font-family: "BwNistaGrotesk","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight: normal;
	color: white;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.menu.menu-archive .archive:hover,
.menu.menu-archive .archive:hover::before,
.menu.menu-archive .archive:hover .timeline-dot{
	background-color: var(--link-hover);
}

.menu.menu-archive .archive .timeline-dot{
	display: block;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--color-brand);
}

.menu.menu-archive .archive:not(:last-child) .timeline-dot::after{
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 55px;
	background-color: #998991;
	opacity: 0.3;
	pointer-events: none;
	z-index: -1;
}

.right-bar,
.sub-nav {
	display:flex;
	align-items:center;
}

.right-bar {
	position:relative;
	z-index:10;
}

.sub-nav li {
	padding:0 14px;
	position:relative;
}

.sub-nav li:before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:16px;
	margin-top:-8px;
	background:#007FAD;
}

.sub-nav li:first-child:before {
	display:none;
}

.sub-nav i {
	font-size:20px;
}

.footer {
	width:100%;
	background-color:#67696B;
	padding:30px 0;
	font-size:16px;
	color: white;
}
.footer a{
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

.footer a:hover{
	text-decoration: none;
}

.footer .container {
	display:flex;
	justify-content:space-between;
}

.footer .membre img{
	max-width: 170px;
}

.footer .logo img{
	max-height: 140px;
	margin: auto;
}

.btn-menu {
	position:relative;
	display:flex;
	align-items:center;
	font-size:18px;
	padding-left:7px;
	padding-right:10px;
	color:#007FAD;
	cursor:pointer;
}

.btn-menu p {
	margin:0;
}

.btn-menu .ttl-menu {
	padding-left:10px;
}

.btn-menu .ttl-menu.ttl-menu-open {
	display:none;
}

.nav-opener {
	display:block;
	width:30px;
	height:30px;
	position:relative;
	background-color:transparent;
	outline:0!important;
	border:0;
	flex:0 0 auto;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	background-color:#007FAD;
	border-radius:3px;
	position:absolute;
	left:0;
	right:0;
	height:2px;
	margin-top:-1.5px;
	transition:all .2s linear;
}

.nav-opener span {
	top:50%;
}

.nav-opener:before {
	content:"";
	top:15%;
}

.nav-opener:after {
	content:"";
	top:85%;
	width:80%;
}

.nav-opener:before {
	width:90%;
}

.nav-opener:hover {
	opacity:.9;
}

.nav-drop {
	transition:all .25s linear;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	background-color:#fff;
	padding-top:100px;
	overflow-y:auto;
}

.spacer{
	height: 2px;
	background-color: #67696B;
	opacity: 0.3;
	width: 100%;
}

.menu-header-ra{
	font-size: 42px;
	font-weight: bold;
}
.menu-header-archives{
	font-weight: bold;
	font-size: 26px;
}

.nav-active {
	overflow:hidden;
}

.nav-active .nav-opener span {
	opacity:0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:50%;
	width:100%;
}

.nav-active .nav-opener:after {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.nav-active .nav-drop {
	display:block;
	background-color: #EEEDED;
}

.nav-active .btn-menu .ttl-menu-open {
	display:block;
}

.nav-active .btn-menu .ttl-menu-close {
	display:none;
}

.nav-active .header .header-holder {
	position:fixed;
	top:0;
	left:0;
	background-color: #EEEDED;
}

.nav-active .logo-white {
	display:block!important;
}

@media (min-width:769px) {
	.section-promo {
		height:85vh;
	}
}

@media (max-width:1439px) {
	.header-menu-wrapper .header-holder {
		padding:15px;
	}

	.btn-menu {
		padding-right:0;
	}
}

@media (max-width:1024px) {
	.link-bottom {
		left:-40px;
	}

	html {
		font-size:calc(var(--rem-base) - 1.5px);
	}
}

@media (max-width:1023px) {
	.main {
		padding:0;
	}

	.section-promo:after,
	br {
		display:none;
	}

	.section-advice {
		padding:50px 0;
	}

	.section-figures {
		padding:40px 0;
	}

	.section-map {
		padding:30px 0;
	}

	.entry-txt {
		font-size:22px;
	}
}

@media (max-width:768px) {
	html {
		font-size:calc(var(--rem-base) - 2px);
	}

	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.header-menu-wrapper .header-holder{
		height: 60px;
		align-items:center;
		padding: 10px;
	}

	header .logo-inner {
		height: 40px;
		max-width: 151px;
	}

	.sub-nav{
		display:none;
	}

	.section-promo {
		padding:120px 0 0;
		min-height:640px;
	}

	.section-promo .promo-bottom p {
		font-size:16px;
	}

	.section-promo .promo-bottom h4 {
		font-size:20px;
	}

	.img.main-img {
		margin-left:-15px;
		margin-right:-15px;
	}

	.num {
		font-size:40px;
	}

	.popup-block.popup-block-map .popup-content {
		padding:25px 15px;
		width:340px;
	}

	.fixed-panel {
		top:0;
	}

	.lang {
		text-transform:uppercase;
	}

	.menu {
		font-size:22px;
	}

	.menu ul {
		font-size:18px;
	}

	.sub-nav {
		font-size:16px;
	}

	.nav-drop {
		padding-top:115px;
	}

	.title-main {
		font-size:32px;
	}

	.section-promo {
		padding: 60px 0 0;
		min-height:600px;
		display: flex;
		flex-direction: column;
	}

	.section-promo h1{
		font-size: 40px;
		line-height: 1.45;
		position: relative;
	}

	.section-promo .bg-stretch-img{
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 470px;
	}

	.section-links .top-link {
		padding: 24px 15px;
	}

	.section-links .top-link h4{
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 0;
	}

	.section-advice{
		margin-top: 60px;
		padding: 0;
	}

	.section-advice .btn-outline{
		width: 100%;
	}

	.section-stats {
		max-height: 400px;
	}

	.section-stats .stat{
		width: calc(50% - 17px) !important;
		height: calc(50% - 17px) !important;
		margin: 6px;
		padding-top: 25px;
	}

	.section-stats .stat:nth-child(odd){
		margin-left: 11px;
	}

	.section-stats .stat:nth-child(even){
		margin-right: 11px;
	}

	.section-stats .stat:nth-child(4n), .section-stats .stat:nth-child(4n - 1){
		margin-top: 0;
		margin-bottom: 11px;
	}

	.section-stats .stat .number{
		font-size: 25px;
		margin: 0 10px 13px;
		text-align: left;
	}

	.section-stats .stat .number-label{
		font-size: 16px;
		margin: 0 10px 13px;
		text-align: left;
	}

	.menu-header-ra{
		font-size: 30px;
		margin-bottom: 15px;
	}

	.menu-header-archives{
		font-size: 20px;
	}

	.menu.menu-archive .archive{
		margin-left: 15px;
		margin-top: 15px;
		background-color: transparent;
	}

	.menu.menu-archive .archive a{
		color: var(--base-link-color);
		font-weight: 500;
	}

	.menu.menu-archive .archive .timeline-dot{
		left: -15px;
	}

	.menu.menu-archive .archive::before,
	.menu.menu-archive .archive:not(:last-child) .timeline-dot::after{
		display: none;
	}

	.menu{
		font-size: 20px;
	}

	.menu ul{
		padding-left: 0;
	}

	.menu.menu-archive{
		align-items: flex-start;
	}

	.menu> li > div > svg{
		width: 19px;
		height: 19px;
		margin-top: 5px;
	}
	.menu ul > li > div > svg{
		width: 17px;
		height: 17px;
		margin-top: 5px;

	}


	.close-modal-button{
		transform: translateX(-100%);
	}

	.popup-block .popup-content {
		padding:25px 15px;
	}

	.fancybox-slide--html {
		padding:60px 15px;
	}

	.fancybox-button {
		right:10px!important;
		top:10px!important;
	}

	.anchor-nav {
		font-size:14px;
	}

	.form-select-lang {
		text-transform:uppercase;
	}

	.header .logo {
		max-width:73px;
	}

	.footer .logo {
		text-align:center;
	}

	.btn-menu .ttl-menu {
		display:none!important;
	}
	h2, .h2 {
        font-size: 2rem;
        line-height: 1.25;
	}
}

@media (max-width:667px) {
	html {
		font-size:calc(var(--rem-base) - 2.5px);
	}

	.nav-drop {
		padding-top:95px;
	}
}

@media (max-width:666px) {
	.wrapper {
		padding-top:80px;
	}
}

@media (max-width:375px) {
	html {
		overflow-x:hidden;
		font-size:calc(var(--rem-base) - 3px);
	}
}

@media (max-width:374px) {
	.btn i {
		font-size:14px;
	}

	.btn {
		font-size:16px;
	}

	.popup-block.popup-block-map .popup-content {
		width:320px;
	}
}

@media screen and (max-height:600px) and (orientation:landscape) {
	.fixed-panel {
		top:0!important;
		position:absolute!important;
	}
}