/**@import url("https://fonts.googleapis.com/css?family=Mukta:700");*/
@import url('https://unpkg.com/tippy.js@6/dist/tippy.css');

/* devanagari */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbF6iGmc8WD07oB-98o.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbF6iGmT8WD07oB-98o.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbF6iGmd8WD07oB-.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

#formulairee {
    margin-left: 100px;
}

#te {}

#simulation {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/home.jpg) center/cover no-repeat;
}

#brix {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/home.jpg) center/cover no-repeat;
}

#urban_botanix {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/home.jpg) center/cover no-repeat;
}

.text-center{
    text-align: center;
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#map_content {
    position: relative;
    width: 100%;
    height: 500px;
}

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
}

.geocoder {
    position: absolute;
    z-index: 1;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 10px;
}

#ajax-tippy1 {
    cursor: help;
}

#coords_list {
    display: none;
    width: 710px;
}

#geocoder {
    display: flex;
}

.danger {

    width: 100%;
    height: 100%;
    background: rgb(197, 4, 4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation: fon 2s alternate infinite;

}

@keyframes fon {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.danger span {

    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    animation: danger 2s alternate infinite;

}

@keyframes danger {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes circle_1 {
    0% {
        opacity: 0.4;
        transform: scale(.8);
    }

    100% {
        opacity: 0;
        transform: scale(2);
        border: 10px solid rgb(194, 4, 4);
    }
}

.danger::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border: 5px solid rgb(194, 4, 4);
    border-radius: 50%;
    opacity: 0.4;
    animation: circle_1 4s linear infinite;


}

.danger::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(194, 4, 4);
    border-radius: 50%;
    opacity: 0.4;
    animation: circle_2 4s linear infinite;
    -webkit-animation: circle_2 4s linear infinite;

}

@keyframes circle_2 {
    0% {
        opacity: 0.4;
        transform: scale(.9);
    }

    100% {
        opacity: 0;
        transform: scale(2.6);
        border: 10px solid rgb(194, 4, 4);
    }
}

button {
    position: relative;
    cursor: pointer;
    outline: block;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 30rem;
    height: auto;
}

button.learn-more .ciircle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 4rem;
    height: 4rem;
    background: #4fb2d2;
    border-radius: 1.625rem;

}

button.learn-more .ciircle .iicon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .ciircle .iicon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

#button_retour {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 7rem;
    height: 5rem;
    margin-left: 3px;
    margin-top: 5px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-left: 5px;

}

#button_retour:hover,
#button_retour:focus {
    color: #1c1f20;
    background-color: #fff;
}

#button_retour svg {
    width: 9px;
}

button.learn-more .ciircle .iicon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .buttoon-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 3rem;
    color: #dedfeb;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;

}

button:hover .ciircle {
    width: 100%;
}

button:hover .ciircle .iicon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .buttoon-text {
    color: #fff;
}

@supports (display: grid) {
    body {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: ". main main ." ". main main .";
    }

    #containeer {
        grid-area: main;
        align-self: center;
        justify-self: center;

    }
}

#containeer0 {
    width: 100px;
}

@keyframes animate {
    to {
        transform: none;
        opacity: 1;
    }
}



@keyframes gauge {
    from {
        stroke-dashoffset: 21.362830044410593rem;
    }
}

@keyframes gauge-large {
    from {
        stroke-dashoffset: 33.30088212805181rem;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
hr,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
input,
select,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: inherit;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}

main,
details,
summary {
    display: block;
}

a,
abbr {
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

ol,
ul {
    list-style: none;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: auto;
    border-radius: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
q::before,
blockquote::after,
q::after {
    content: none;
}

sub,
sup {
    font-size: 0.625em;
    line-height: 0;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

caption,
th,
td,
input,
select {
    vertical-align: middle;
}

input,
select,
textarea {
    text-overflow: ellipsis;
}

input::placeholder,
textarea::placeholder {
    color: inherit;
}

button,
select {
    text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}

button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
    cursor: auto;
}

textarea {
    overflow: auto;
    resize: none;
}

progress {
    vertical-align: baseline;
}

svg {
    overflow: visible;
    display: block;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@font-face {
    font-display: swap;
    font-family: '';
    font-weight: 400;
    src: local(), url("fonts/") format('');
}

html {
    font: 62.5%/1 sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #193f5d;
    font: 1.8em/1.666666666666667em 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

body {
    width: 100%;
}

a {
    text-decoration: underline;
    transition: color 0.2s ease-out;
}

a:hover,
a:focus {
    color: #4fb2d2;
}

hr {
    height: 0.1rem;
    margin: 3rem 0;
    max-width: 100%;
    width: 34rem;
    background-color: #d1d9df;
}

small {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.625em;
}

.icon {
    height: auto;
    width: auto;
}

.icon circle:not([fill]),
.icon ellipse:not([fill]),
.icon path:not([fill]),
.icon polygon:not([fill]),
.icon rect:not([fill]) {
    fill: currentColor;
}

.color {
    color: #4fb2d2;
}

.intro {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.545454545454545em;
}



.fullwidth {
    display: block;
    width: 100%;
}

.hidden {
    display: none !important;
}

.button {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.428571428571429em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4fb2d2;
    border: 0.2rem solid #4fb2d2;
    border-radius: 2.5rem;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.button_report {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    margin-left: 30px;
    letter-spacing: 0.1em;
    line-height: 1.428571428571429em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4fb2d2;
    border: 0.2rem solid #4fb2d2;
    border-radius: 2.5rem;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.button:hover,
.button:focus {
    color: #4fb2d2;
    background-color: transparent;
}

.btn {
    display: inline-block;
    padding: 1.2rem 2.8rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    margin-left: 30px;
    letter-spacing: 0.1em;
    line-height: 1.428571428571429em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4fb2d2;
    border: 0.2rem solid #4fb2d2;
    border-radius: 2.5rem;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.btn:hover{
    color: #4fb2d2;
    background-color: transparent;
}

.btn-center{
    margin:1em auto;
}


.btn2{
    border-radius: 2rem;
    margin: 3rem 1rem;
    cursor: pointer;
    background-color: #34373bc2;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 1em 2.5em;
    text-decoration:none;
    border: solid transparent;
    font-size: x-large;
}

.btn2:hover{
    border:3px solid #FFF;
}


.color-low {
    color: #a7cf17;
}

.color-medium {
    color: #f4cb09;
}

.color-high {
    color: #f39400;
}

.color-severe {
    color: #d12e37;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

.content {
    margin-bottom: 4rem;
}

.content:last-child {
    margin-bottom: 0;
}

.row {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.row:last-child {
    margin-bottom: -4rem;
}

.row.align-start {
    align-items: flex-start;
}

.row.align-center {
    align-items: center;
}

.row.align-end {
    align-items: flex-end;
}

.row.justify-start {
    justify-content: flex-start;
}

.row.justify-center {
    justify-content: center;
}

.row.justify-end {
    justify-content: flex-end;
}

.row.reverse {
    flex-direction: row-reverse;
}

.col,
[class*="col-"] {
    margin-bottom: 4rem;
    padding-right: 2rem;
    width: 100%;
}

.col {
    flex-grow: 1;
    width: auto;
}

.col-1 {
    flex-grow: 0;
    width: 8.333333%;
}

.col-2 {
    flex-grow: 0;
    width: 16.666666%;
}

.col-3 {
    flex-grow: 0;
    width: 25%;
}

.col-4 {
    flex-grow: 0;
    width: 33.333333%;
}

.col-5 {
    flex-grow: 0;
    width: 41.666666%;
}

.col-6 {
    flex-grow: 0;
    width: 50%;
}

.col-7 {
    flex-grow: 0;
    width: 58.333333%;
}

.col-8 {
    flex-grow: 0;
    width: 66.666666%;
}

.col-9 {
    flex-grow: 0;
    width: 75%;
}

.col-10 {
    flex-grow: 0;
    width: 83.333333%;
}

.col-11 {
    flex-grow: 0;
    width: 91.666666%;
}

.col-12 {
    flex-grow: 0;
    width: 100%;
}

.project-tabs-link-text {
    display: block;
}

.project-tabs-link .icon {
    display: none;
}

.project-header {
    width: auto;
    position: sticky;
    max-width: 400rem;
    top: 0;
    z-index: 40;
    background-color: #fff;
    box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
    display: flex;
}

.project-tabs {
    display: flex;
    color: #9e9e9f;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.25em;
    text-transform: uppercase;
}

.project-tabs-link {
    align-items: center;
    display: flex;
    height: 4.6rem;
    justify-content: center;
    padding-top: 0.8rem;
    text-decoration: none;
    border-bottom: 0.8rem solid transparent;
}

.project-tabs-group {
    display: flex;
    color: #9e9e9f;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.25em;
    text-transform: uppercase;
    justify-content: space-around;
    padding: 5px 0;
}

#imgrd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 800px;
    height: 400px;
}

#imgrd1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 500px;
    height: 300px;
}

#imginfo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}





.section {
    position: relative;
    flex: 1;
}

.table-wrapper {
    overflow: auto;
    margin: 2rem 0;
}

.table-wrapper:first-child {
    margin-top: 0;
}

.table-wrapper:last-child {
    margin-bottom: 0;
}

thead {
    color: #fff;
    background-color: #4fb2d2;
}

.table {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.125em;
    text-align: center;
    background-color: #c4dde7;
}

.table caption {
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: left;
}

.table caption:last-child {
    margin-bottom: 0;
}

.table th,
.table td {
    padding: 1.2rem 1rem;
    border: 0.1rem solid #fff;
}

.table th {
    font-weight: 700;
}

.data-table {
    background-color: #fff;
}

.data-table th,
.data-table td {
    border-color: #f3f5f7;
}

.data-table .none {
    color: #919191;
    font-size: 2rem;
    font-weight: 700;
}

.data-table .low {
    color: #a7cf17;
    font-size: 2rem;
    font-weight: 700;
}

.data-table .medium {
    color: #f4cb09;
    font-size: 2rem;
    font-weight: 700;
}

.data-table .high {
    color: #f39400;
    font-size: 2rem;
    font-weight: 700;
}

.data-table .severe {
    color: #d12e37;
    font-size: 2rem;
    font-weight: 700;
}

table.tablesorter thead,
table.tablesorter thead th{
    background-color:#4fb2d2;
}

table.tablesorter th {
    color:#FFF;
}

table.tablesorter tbody th {
    color:rgb(25, 63, 93);
}


[data-animate] {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
}

.cke_editable [data-animate],
#contentarea [data-animate] {
    transform: none;
    opacity: 1;
}

.animated {
    animation: animate 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.title {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05em;
    margin-right: 0;
}

.titlep {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05em;
    margin-right: 0;
}

.titlep1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05em;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.title:last-child {
    margin-bottom: 0;
}

.project-item {
    counter-increment: list-item;
    border-bottom: 0.1rem solid #4fb2d2;
}

.project-item:first-child {
    border-top: 0.1rem solid #4fb2d2;
}

.project-item-link {
    display: block;
    padding: 1.5rem 0 1.5rem 2.375em;
    text-decoration: none;
}

.project-item-link::before {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    height: 1.5625em;
    margin: 0 0.8125em 0 -2.375em;
    width: 1.5625em;
    font-weight: 500;
    text-align: center;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    content: counter(list-item);
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.project-item-link:hover,
.project-item-link:focus {
    color: inherit;
}

.project-item-link:hover::before,
.project-item-link:focus::before {
    color: #4fb2d2;
    background-color: #fff;
}

.project-section {
    display: flex;
    flex-direction: column;
}

.project-header {
    width: calc(100% - 6.6rem);
    position: sticky;
    top: 0;
    z-index: 40;
    margin-left: 6.6rem;
    background-color: #fff;
    box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
    height: 7.7rem;
    justify-content: space-evenly;
}

.project-sidebar.hidden~.project-header {
    padding-left: 0;
}

.project-tabs {
    display: flex;
    color: #9e9e9f;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.25em;
    text-transform: uppercase;
}

.project-tabs-link {
    align-items: center;
    display: flex;
    height: 4.6rem;
    justify-content: center;
    padding-top: 0.8rem;
    text-decoration: none;
    border-bottom: 0.8rem solid transparent;
}

.project-tabs-link .icon {
    color: #4fb2d2;
}

.active .project-tabs-link {
    color: #4fb2d2;
    border-bottom-color: #4fb2d2;
}

.project-tabs-link-text {
    display: block;
}

.project-menu-wrapper {
    position: absolute;
    top: 5.6rem;
    right: 0;
    overflow: auto;
    z-index: 10;
    max-height: calc(100% - 11.1rem);
    max-width: 100%;
    padding: 1rem 0 1rem 2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.project-menu-wrapper.open {
    padding: 3rem 2rem 2rem;
    width: 18rem;
    background-color: #000;
}

.project-menu-close {
    position: absolute;
    top: 2rem;
    right: 2.6rem;
    display: none;
    height: 2.6rem;
    width: 2.6rem;
    transition: color 0.2s ease-out;
}

.project-menu-close::before,
.project-menu-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.1rem;
    width: 3.3rem;
    background-color: currentColor;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    content: '';
}

.project-menu-close::after {
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

.project-menu-close:hover,
.project-menu-close:focus {
    color: #4fb2d2;
}

.open .project-menu-close {
    display: block;
}

.project-menu {
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.703703703703704em;
}

.open .project-menu {
    font-size: 2.9rem;
    letter-spacing: normal;
    line-height: 1.586206896551724em;
}

.project-menu-item {
    padding: 0.5rem 0;
    border-bottom: 0.1rem solid #4fb2d2;
}

.project-menu-item:first-child {
    padding-top: 0;
}

.project-menu-item +.project-menu-item.hidden,
.project-menu-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.open .project-menu-item {
    padding: 1rem 0;
}

.open .project-menu-item:first-child {
    padding-top: 0;
}

.open .project-menu-item:last-child {
    padding-bottom: 0;
}

.project-menu-item-b{
    margin-top:1em;
    /*border-top:1px dotted #FFF;*/
    padding-top:0.5em;
}
.project-menu-item-b ul{
    margin-top:1em;
}

.project-menu-item-c{
    margin:1.2em 0 2em 0;
    /* border-top:1px dotted #FFF;*/

}
.project-menu-item-c ul{
    margin-top:1em;
}

.project-menu-button {
    padding-right: 2rem;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.project-menu-button:hover,
.project-menu-button:focus,
.active .project-menu-button {
    color: #4fb2d2;
}


.open .project-menu-button {
    padding-right: 0;
}

.open .project-menu-item-b .project-menu-button{
    font-size:1.3em;
    color:#FFFFFF;
}

.open .project-menu-item-b.active .project-menu-button{
    color: #4fb2d2;
}

.open .project-menu-item-c .project-menu-button,
.open .project-menu-item-b.active .project-menu-item-c .project-menu-button{
    font-size:1.1em;
    color:#FFFFFF;
}

.open .project-menu-item-b.active .project-menu-item-c.active .project-menu-button{
    color: #4fb2d2;
}

.project-submenu {
    display: none;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.058823529411765em;
}

.open .active .project-submenu {
    display: block;
}

.open .project-menu-item-b .project-submenu {
    display: none;
}


.open .project-menu-item-b.active .project-submenu {
    display: block;
}

.open .project-menu-item-c .project-submenu,
.open .project-menu-item-b.active .project-submenu .project-menu-item-c .project-submenu {
    display: none;
}


.open .project-menu-item-c.active .project-submenu,
.open .project-menu-item-b.active .project-submenu .project-menu-item-c.active .project-submenu {
    display: block;
}

.project-submenu-item {
    position: relative;
    padding: 0.3rem 0;
}

[data-category="Risk"] .project-submenu-item,
[data-category="Risk50"] .project-submenu-item {
    align-items: center;
    display: flex;
    margin-bottom: 0.4rem;
    min-height: 4.1rem;
    padding-left: 5.2rem;
    cursor: pointer;

}

[data-category="Risk"] .project-submenu-item:last-child,
[data-category="Risk50"] .project-submenu-item:last-child {
    margin-bottom: 0;
}

.project-submenu-button {
    border-bottom: 0.2rem solid transparent;
    transition: border-bottom-color 0.2s ease-out;
}

.project-submenu-button:hover,
.project-submenu-button:focus,
.open .project-submenu-item.active .project-submenu-button {
    border-bottom-color: #4fb2d2;
}

.project-submenu-icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 3rem;
    width: 3rem;
    border: 0.1rem solid currentColor;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
}

.project-legend {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    height: 4rem;
    max-width: calc(100% - 4rem);
    -o-object-fit: contain;
    object-fit: contain;
    border-top-left-radius: 0.8rem;
}

.open .active .project-legend {
    display: block;
}

.open .project-submenu-item .project-legend,
.open .project-submenu-item.active~.project-legend {
    display: none;
}

.open .project-submenu-item.active .project-legend {
    display: block;
}

.project-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    padding-top: 7.7rem;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(#ffffff, #ffffff 7.7rem, rgba(16, 41, 50, 0.8) 7.7rem, rgba(16, 41, 50, 0.8), rgba(29, 77, 95, 0.8));
    transform: translate3d(-100%, 0, 0);
}

.project-sidebar::after {
    position: absolute;
    top: 7.7rem;
    bottom: 0;
    left: 100%;
    width: 5.6rem;
    background: #4fb2d2 url("../images/burger.svg") center 1rem/2.5rem 1.8rem no-repeat;
    content: '';
}

.project-sidebar.open {
    transform: none;
}

.project-sidebar.open::after {
    content: none;
}

.project-sidebar-button {
    position: absolute;
    top: 0;
    left: 100%;
    align-items: center;
    display: flex;
    height: 7.7rem;
    justify-content: center;
    width: 5.6rem;
    background-color: #4fb2d2;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.project-sidebar-button .icon {
    transform: rotate3d(0, 0, 1, 180deg);
}

.project-sidebar-button:hover,
.project-sidebar-button:focus {
    color: #4fb2d2;
    background-color: #fff;
}

.open .project-sidebar-button {
    left: 0;
    justify-content: flex-end;
    padding: 0 2.6rem;
    width: 6.6rem;
}

.open .project-sidebar-button .icon {
    transform: none;
}

.project-sidebar-form {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2rem 4rem 2rem 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1em;
    text-align: center;
}

.project-sidebar-search {
    overflow: hidden;
    display: flex;
    margin-bottom: 2rem;
    width: 100%;
    border: 0.1rem solid #fff;
    border-radius: 2.3rem;
    text-align: left;
}

.project-sidebar-input {
    height: 4.4rem;
    flex: 1;
    padding: 1.3rem 1.3rem 1.3rem 2.6rem;
    width: 0;
}

.project-sidebar-submit {
    flex-shrink: 0;
    padding: 0 1.6rem;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.project-sidebar-submit:hover,
.project-sidebar-submit:focus {
    color: #4fb2d2;
    background-color: #fff;
}

.project-sidebar-checkbox {
    position: relative;
    display: block;
    font-weight: 500;
}

.project-sidebar-checkbox-input {
    position: absolute;
    top: 2rem;
    left: 1rem;
    overflow: hidden;
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
    white-space: nowrap;
    border: none;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.project-sidebar-checkbox-text {
    display: block;
    padding-left: 3rem;
}

.project-sidebar-checkbox-text::before {
    display: inline-block;
    height: 2rem;
    margin: -100% 1rem -100% -3rem;
    width: 2rem;
    vertical-align: middle;
    background: center/1.1rem 1.1rem no-repeat;
    border: 0.1rem solid #fff;
    border-radius: 0.2rem;
    content: '';
}

.project-sidebar-checkbox-input:checked~.project-sidebar-checkbox-text::before {
    background-image: url("images/check.svg");
}

.project-sidebar-list-wrapper {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.375em;
}

.project-sidebar-list-wrapper-bandeau {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.375em;
}

.ban0 {
    overflow-y: hidden;
}

.bandeau {
    margin-left: 10px;
    margin-right: 10px;
    overflow-y: hidden;
    font-size: 0, 5rem;
    text-indent: 5px;
    font-style: inherit;
    overflow-x: hidden;
    text-align: justify;
}

small {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.625em;
}

.bigtitle {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    background: linear-gradient(to right, #1176b1, rgb(248, 245, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;

}

.bigtitleR {
    font-weight: 500;
    font-size: 2rem;
    margin-left: -80px;
    text-align: center;
    background: linear-gradient(to right, #1176b1, rgb(248, 245, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;

}

.title2 {
    font-size: 1.7rem;
    left: 10px;

    background: linear-gradient(to right, #1176b1, rgb(248, 245, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.title {
    font-size: 2rem;

    background: linear-gradient(to right, #1176b1, rgb(248, 245, 245));
    -webkit-background-clip: text;
}

.indice_bandeau {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.indice_bandeau span {
    padding-top: 1rem;
}

.indice_bandeau0 {
    margin-left: 150px;
    align-items: center;
    justify-content: flex-start;

}

.bandeau .small {
    font-size: .5rem;
}

.bandeau0 {
    overflow-y: hidden;
    font-size: 0.5rem;
    text-indent: 5px;
    font-style: inherit;
    margin-left: 10px;
    margin-right: 10px;
    overflow-x: hidden;
    text-align: justify;
}

.bandeau0,
big {
    text-indent: 75px;
}

#ajax-tippy1[data-placement^='right'] {
    border-right-color: tomato;
}

.bandeau small {
    font-style: inherit;
}

.bandeau a {
    cursor: pointer;
}

.project-sidebar-list-wrapper::-webkit-scrollbar {
    height: 1.5rem;
    width: 1.5rem;
}

.project-sidebar-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #afd8e1;
    border: 0.1rem solid #0f6277;
    border-radius: 0.75rem;
}

.project-sidebar-list-wrapper-bandeau::-webkit-scrollbar {
    height: 1.5rem;
    width: 1.5rem;
}

.project-sidebar-list-wrapper-bandeau::-webkit-scrollbar-thumb {
    background-color: #afd8e1;
    border: 0.1rem solid #0f6277;
    border-radius: 0.75rem;
}

.bandeau::-webkit-scrollbar {
    height: 1.5rem;
    width: 1.5rem;
}

.bandeau::-webkit-scrollbar-thumb {
    background-color: #afd8e1;
    border: 0.1rem solid #0f6277;
    border-radius: 0.75rem;
}

.bandeau0::-webkit-scrollbar {
    height: 1.5rem;
    width: 1.5rem;
}

.bandeau0::-webkit-scrollbar-thumb {
    background-color: #afd8e1;
    border: 0.1rem solid #0f6277;
    border-radius: 0.75rem;
}

.project-sidebar-menu {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
}

.project-sidebar-link,
.project-sidebar-liink,
.project-sidebar-menu-button {
    position: relative;
    display: block;
    padding: 2rem 2.4rem;
    width: 100%;
    text-decoration: none;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.project-sidebar-link::before,
.project-sidebar-liink::before,
.project-sidebar-menu-button::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 2rem;
    z-index: -10;
    height: 0.1rem;
    background-color: #4fb2d2;
    content: '';
    transition: opacity 0.2s ease-out;
}

.project-sidebar-liink:hover,
.project-sidebar-menu-button:hover,
.project-sidebar-liink:focus,
.project-sidebar-menu-button:focus {
    color: #4fb2d2;
    background-color: #fff;
}

.project-sidebar-link:hover,
.project-sidebar-menu-button:hover,
.project-sidebar-link:focus,
.project-sidebar-menu-button:focus {
    color: #4fb2d2;
    background-color: #fff;
}

.project-sidebar-menu-button::before {
    top: 100%;
    bottom: auto;
}

.project-sidebar-item:first-child .project-sidebar-iteem:first-child.project-sidebar-link::before .project-sidebar-liink::before {
    content: none;
}

.project-sidebar-iteem.active .project-sidebar-liink {
    color: #fff;
    background-color: #4fb2d2;
}

.project-sidebar-item.active .project-sidebar-link {
    color: #fff;
    background-color: #4fb2d2;
}

.project-sidebar-item.active .project-sidebar-link .project-sidebar-menu-item.active .project-sidebar-menu-button {
    color: #fff;
    background-color: #4fb2d2;
}

.project-sidebar-link:hover::before,
.project-sidebar-liink:hover::before,
.project-sidebar-menu-button:hover::before,
.project-sidebar-link:focus::before,
.project-sidebar-liink:focus::before,
.project-sidebar-menu-button:focus::before,
.project-sidebar-item.active .project-sidebar-link::before,
.project-sidebar-iteem.active .project-sidebar-liink::before,
.project-sidebar-menu-item.active .project-sidebar-menu-button::before {
    opacity: 0;
}

.project-sidebar-name {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
}

.project-sidebar-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 2rem;
}

.project-sidebar-radio {
    position: relative;
    display: block;
    margin: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375em;
}

.project-sidebar-radio-input {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0px 5px;
}

.project-sidebar-radio-text {
    display: block;
    padding-left: 2.2rem;
}

.project-sidebar-radio-text::before {
    display: inline-block;
    height: 1.4rem;
    margin: -100% 0.8rem -100% -2.2rem;
    padding: 0.15rem;
    width: 1.4rem;
    vertical-align: middle;
    background-clip: content-box;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    content: '';
}

.project-sidebar-radio-input:checked~.project-sidebar-radio-text::before {
    background-color: #fff;
}

.project-section-content {
    position: relative;
    flex: 1;
}

.project-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: #f3f5f7;
}

.project-content.active {
    display: block;
}

.project-content-inner {
    overflow: auto;
    height: 100%;
    padding: 6rem 0 6rem 5.6rem;
}

.project-content-header {
    float: left;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #d1d9df;
}

.project-content-header:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project-content-header+* {
    clear: left;
}

#customized-report.project-container {
    height: calc(100% + 12rem);
    margin-top: -6rem;
    margin-bottom: -6rem;
    max-width: none;
    padding: 0;
}

.pdf-viewer {
    display: block;
    height: 100%;
    width: 100%;
}

.pdf-iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.project-map {
    position: relative;
    z-index: 0;
    height: 100%;
    background-color: #000;
}

.marker {
    z-index: 20;
    align-items: center;
    display: flex;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1em;
    background: #fff center/contain no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.marker::before {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
    z-index: -10;
    border: 0.3rem solid #fff;
    border-radius: inherit;
    content: '';
}

.marker.active {
    z-index: 30;
}

.marker.risk {
    height: 3.2rem;
    width: 3.2rem;
}

.marker.demo {
    z-index: 10;
    box-shadow: none;
}

.marker.demo::before {
    content: none;
}

.marker.none {
    color: #FFF;
    background-color: #919191;
}

.marker.low {
    color: #000;
    background-color: #a7cf17;
}

.marker.medium {
    color: #000;
    background-color: #f4cb09;
}

.marker.high {
    color: #000;
    background-color: #f39400;
}

.marker.severe {
    color: #000;
    background-color: #d12e37;
}

.marker.disable{
    background-color: #757575;
    color: #000;
}

.map-popup {
    display: none;
}

.mapboxgl-popup {
    top: 1.2rem;
    z-index: 20;
}

.mapboxgl-popup-tip {
    display: none;
}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.mapboxgl-popup-content {
    display: flex;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.map-popup-ucix,
.map-popup-risk,
.map-popup-sensitivity,
.map-popup-adaptation-warning {
    position: relative;
    display: none;
    flex-shrink: 0;
    max-width: calc(100vw - 5.6rem);
    color: #fff;
    pointer-events: auto;
}

.map-popup-ucix {
    padding: 3rem 2rem 2rem;
    width: 36rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.ucix .map-popup-ucix,
.ucix50 .map-popup-ucix {
    display: block;
}

.map-popup-risk {
    padding: 3rem;
    width: 36rem;
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 1rem;
}

.risk .map-popup-risk:not(.empty) {
    display: block;
}

#project-map.adaptation-warning .map-popup-adaptation-warning:not(.empty) {
    display: block;
}

.project-menu.ucix_giec div[data-category="adaptation-warning"]{
    display:none !important;
}

.map-popup-sensitivity {
    padding: 3rem;
    width: 36rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 1rem;
    align-items:center;
}

.map-popup-adaptation-warning {
    padding: 3rem 2rem 2rem;
    width: 36rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.map-popup-empty{
    flex: 1;
    text-align: center;
    line-height: 100%;
    font-size: 2.5rem;
    font-weight: bold;
}

.mapboxgl-popup-close-button {
    top: 1.5rem;
    right: 50%;
    height: 2rem;
    width: 2rem;
    font-size: 0;
    color: #fff;
    transition: color 0.2s ease-out;
    transform: translate3d(50%, -50%, 0);
}

.mapboxgl-popup-close-button::before,
.mapboxgl-popup-close-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.1rem;
    width: 2rem;
    background-color: currentColor;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    content: '';
}

.mapboxgl-popup-close-button::after {
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}

.mapboxgl-popup-close-button:hover,
.mapboxgl-popup-close-button:focus {
    color: #4fb2d2;
}

.map-popup-content {
    padding-bottom: 2rem;
}


.map-popup-sensitivity .map-popup-index{
    min-height:370px;
}

.map-popup-sensitivity .map-popup-index .brix-score-container{
    margin-top: 4rem;
    position: relative;
    width: 100%;
    min-height: 370px;
}

.map-popup-description {
    display: none;
}

.project-name {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 0.916666666666667em;
}

.map-popup-content .project-name,
.map-popup-risk .project-name {
    color: #4fb2d2;
}

.project-location {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.375em;
}

.map-popup-risk .project-location {
    margin-bottom: 2rem;
}

.map-popup-risk .project-location:last-child {
    margin-bottom: 0;
}

.map-popup-title {
    color: #4fb2d2;
    font-size: 2rem;
    font-weight: 700;
}

.map-popup-intro {
    margin-bottom: 1rem;
    color: #4fb2d2;
    font-size: 1.6rem;
    font-weight: 700;
}

.map-popup-intro:last-child {
    margin-bottom: 0;
}

.map-popup-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.map-popup-index-item {
    margin: 1rem 0.5rem 0;
    cursor: pointer;
    width: calc(33.333333% - 0.666667rem);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.214285714285714em;
    text-align: center;
    display:inline-block;
}

.map-popup-index-iteem {
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.214285714285714em;
    text-align: center;
}

.map-popup-index-iteeem {
    margin: 1rem 0.5rem 0;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.214285714285714em;
    text-align: center;
}


.map-popup-sensitivity .map-popup-index-item{
    position:absolute;
}

.map-popup-sensitivity .map-popup-index-item:nth-child(2){
    top:0;
    left:0;
}

.map-popup-sensitivity .map-popup-index-item:nth-child(3){
    top:0;
    right:0;
}

.map-popup-sensitivity .map-popup-index-item:nth-child(4){
    bottom:0;
    left:0;
}

.map-popup-sensitivity .map-popup-index-item:nth-child(5){
    bottom:0;
    right:0;
}

.map-popup-sensitivity .map-popup-index-item.large{
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.map-popup-sensitivity .map-popup-index-item.large:after{
    content:none;
}

.map-popup-sensitivity .map-popup-index-item:nth-child(2):after,
.map-popup-sensitivity .map-popup-index-item:nth-child(3):after{
    content:'';
    border-bottom:1px white dotted;
    position:absolute;
    width: 75%;
    transform-origin: top left;
    transform: rotate(45deg);
}

.map-popup-sensitivity .map-popup-index-item:nth-child(3):after{
    transform: rotate(135deg);
}

.map-popup-sensitivity .map-popup-index-item:nth-child(4):before,
.map-popup-sensitivity .map-popup-index-item:nth-child(5):before{
    content:'';
    border-bottom:1px white dotted;
    position:absolute;
    width: 75%;
    transform-origin: top left;
    transform: translateY(-0.5em) rotate(-45deg);
}


.map-popup-sensitivity .map-popup-index-item:nth-child(5):before{
    transform:translateY(-0.5em) rotate(-135deg);
}

.map-popup-index-item.large {
    margin: 0 0 0.5rem;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.map-popup-index-item:first-child {
    margin-top: 0;
}

.map-popup-index-item:nth-child(3n + 2) {
    margin-left: 0;
}

.map-popup-index-item:nth-child(3n + 4),
.map-popup-index-item:last-child {
    margin-right: 0;
}

.map-popup-index-iteem:first-child {
    margin-top: 0;
}

.map-popup-index-iteem:nth-child(3n + 2) {
    margin-left: 0;
}

.map-popup-index-iteem:nth-child(3n + 4),
.map-popup-index-iteem:last-child {
    margin-right: 0;
}

.map-popup-index-iteeem:first-child {
    margin-top: 0;
}

.map-popup-index-iteeem:nth-child(3n + 2) {
    margin-left: 0;
}

.map-popup-index-iteeem:nth-child(3n + 4),
.map-popup-index-iteeem:last-child {
    margin-right: 0;
}

.map-popup-index-indicator-wrapper {
    position: relative;
    margin-bottom: 0.2rem;
}

.map-popup-index-indicator-wrapper:last-child {
    margin-bottom: 0;
}

.map-popup-index-indicator,
.project-index-indicator {
    height: 4.8rem;
    margin: 0 auto;
    width: 4.8rem;
    transform: rotate3d(0, 0, 1, -90deg);
}

.none .map-popup-index-indicator .gauge,
.none .project-index-indicator .gauge,
svg .gauge{
    stroke: #919191;
}

.low .map-popup-index-indicator .gauge,
.low .project-index-indicator .gauge,
svg.low .gauge{
    stroke: #a7cf17;
}

.medium .map-popup-index-indicator .gauge,
.medium .project-index-indicator .gauge,
svg.medium .gauge{
    stroke: #f4cb09;
}

.high .map-popup-index-indicator .gauge,
.high .project-index-indicator .gauge,
svg.high .gauge{
    stroke: #f39400;
}

.severe .map-popup-index-indicator .gauge,
.severe .project-index-indicator .gauge,
svg.severe .gauge{
    stroke: #d12e37;
}

.svg.with_animation{
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.large .map-popup-index-indicator,
.large .project-index-indicator {
    height: 6.4rem;
    width: 6.4rem;
}

.project-index-indicator {
    height: 6.4rem;
    width: 6.4rem;
}

.map-popup-index-value {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1em;
    transform: translate3d(-50%, -50%, 0);
}

.map-popup-index-value-bandeau {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1em;
    transform: translate3d(-50%, -50%, 0);
}

.large .map-popup-index-value {
    font-size: 2.4rem;
}

.large .map-popup-index-value-bandeau {
    font-size: 2.4rem;
}

.map-popup-risk-item {
    align-items: center;
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.111111111111111em;
    cursor: pointer;
}

.map-popup-risk-iteem {
    align-items: center;
    display: flex;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.111111111111111em;
}

.map-popup-risk-item:last-child {
    margin-bottom: 0;
}

.map-popup-risk-iteem:last-child {
    /** margin-bottom: 0;*/ /* Disable to allowmargin bottom on ucix 50 scenario */
}

.map-popup-risk-icon {
    height: 4.8rem;
    margin-right: 1.5rem;
    width: 4.8rem;
    color: #fff;
    border-radius: 50%;
}

.map-popup-risk-icon:last-child,
.map-popup-risk-icon:has(+.trend){
    margin-right: 0;
}

.none .map-popup-risk-icon {
    background-color: #919191;
}

.low .map-popup-risk-icon {
    background-color: #a7cf17;
}

.medium .map-popup-risk-icon {
    background-color: #f4cb09;
}

.high .map-popup-risk-icon {
    background-color: #f39400;
}

.severe .map-popup-risk-icon {
    background-color: #d12e37;
}

.project-index-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.project-index-wrapper:last-child {
    margin-bottom: 0;
}

.project-index,
.project-risk {
    max-width: calc(50% - 3rem);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3125em;
}

.project-index-item,
.project-risk-item {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}

.project-index-item:last-child,
.project-risk-item:last-child {
    margin-bottom: 0;
}

.project-risk-item {
    margin-bottom: 0.5rem;
}

.project-index-item {
    justify-content: flex-end;
}

.project-index-indicator-wrapper {
    position: relative;
    order: 1;
}

.project-index-value {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1em;
    transform: translate3d(-50%, -50%, 0);
}

.project-index-text,
.project-risk-text {
    display: none;
}

.tippy-icon {
    color: #9e9e9f;
    transition: color 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.btn:hover {
    cursor: pointer;
    background: #27bef0;
}

[data-tippy-content]:hover .tippy-icon {
    color: #4fb2d2;
}

[data-tippy-conteent]:hover .tippy-icon {
    color: #4fb2d2;
}

.project-index-text {
    text-align: right;
}

.project-risk-icon {
    height: 6.8rem;
    width: 6.8rem;
    color: #fff;
    background-color: #193f5d;
    border: 0.2rem solid #fff;
    border-radius: 50%;
}

.low .project-risk-icon {
    background-color: #919191;
}

.low .project-risk-icon {
    background-color: #a7cf17;
}

.medium .project-risk-icon {
    background-color: #f4cb09;
}

.high .project-risk-icon {
    background-color: #f39400;
}

.severe .project-risk-icon {
    background-color: #d12e37;
}

.legend {
    display: block;
    margin-left: auto;
    border-radius: 0.8rem;
}

.urban-map-wrapper {
    position: relative;
    z-index: 0;
    padding-bottom: 56.25%;
}

.urban-map-fullscreen {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    padding: 0.6rem 1.8rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.428571428571429em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4fb2d2;
    transform: translate3d(-50%, 0, 0);
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.urban-map-fullscreen:hover,
.urban-map-fullscreen:focus {
    color: #4fb2d2;
    background-color: #fff;
}

.urban-map {
    position: absolute;
    top: 0;
    left: 6rem;
    height: 100%;
    width: -webkit-fill-available;
}

[data-fancybox]:not([href]) {
    display: none;
}

.error {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.555555555555556em;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-bottom-left {
    left: 5.6rem;
    z-index: 40;
}

.project_types {
    margin-bottom: 3rem;
}


.slider-giec-choose{
    font-size:0.7em;
    text-align:center;
    display:flex;
    align-content:center;
    justify-content: center;
}

.slider_giec_horizon_label{
    font-size:0.7em;
    text-align:center;
    display:flex;
    align-content:center;
    justify-content: center;
}

#slider_giec{
    font-size:0.7em;
    width:100%;
}

.slider-giec-legend{
    font-size:0.7em;
    display:flex;
    justify-content:space-between;
    margin-bottom:1em;
}

.slider-giec-legend-horizon{
    font-size:0.7em;
    text-align:center;
    margin-bottom:1em;
}


#sideNavigation.hide-figures .indice_figure,
#sideNavigation.hide-figures #export-figure,
#sideNavigation.brix #export-figure,
#sideNavigation.hide-figures .hiddenForGiec{
    display:none;
}




.disclaimer{
    position:absolute;
    width:80%;
    padding:4rem;
    top:50%;
    left:52%;
    transform:translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 1);
    color:#FFFFFF;
    z-index:30;
}

.disclaimer h2{
    color: #4fb2d2;
    font-size: 3.6rem;
    font-weight: bold;
    text-align:center;
    margin-bottom:1.5em;
}

.disclaimer p{
    margin-bottom:1.5em;
    font-size:0.8em;
    line-height:normal;
}

.footer-disclaimer{
    text-align:center;
    padding-top:2em;
}

.project-map .map-popup-ucix .map-popup-empty{
    display: none;
}

.project-map.ucix50 .map-popup-ucix .map-popup-empty{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.project-map.ucix50 .map-popup-ucix .map-popup-index{
    display: none;
}

.project-map.ucix50.showUcix50 .map-popup-ucix .map-popup-empty{
    display: none;
}

.project-map.ucix50.showUcix50 .map-popup-ucix .map-popup-index{
    display: flex;
}

li.on-demand{
    position:relative;
}

li.on-demand::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:-3px;
    background-color:rgba(0,0,0,0);
    z-index:999;
}

@media (min-width: 5rem) {
    .container {
        max-width: 48rem;
    }

    .col-sm {
        flex-grow: 1;
        width: auto;
    }

    .col-sm-1 {
        flex-grow: 0;
        width: 8.333333%;
    }

    .col-sm-2 {
        flex-grow: 0;
        width: 16.666666%;
    }

    .col-sm-3 {
        flex-grow: 0;
        width: 25%;
    }

    .col-sm-4 {
        flex-grow: 0;
        width: 33.333333%;
    }

    .col-sm-5 {
        flex-grow: 0;
        width: 41.666666%;
    }

    .col-sm-6 {
        flex-grow: 0;
        width: 50%;
    }

    .col-sm-7 {
        flex-grow: 0;
        width: 58.333333%;
    }

    .col-sm-8 {
        flex-grow: 0;
        width: 66.666666%;
    }

    .col-sm-9 {
        flex-grow: 0;
        width: 75%;
    }

    .col-sm-10 {
        flex-grow: 0;
        width: 83.333333%;
    }

    .col-sm-11 {
        flex-grow: 0;
        width: 91.666666%;
    }

    .col-sm-12 {
        flex-grow: 0;
        width: 100%;
    }



    .project-tabs-link {
        padding: 0.5rem 1.6rem 0;
    }

    .map-popup-ucix,
    .map-popup-sensitivity,
    .map-popup-adaptation-warning{
        padding: 4rem 3rem 3rem;
    }

    .mapboxgl-popup-close-button {
        top: 2rem;
    }

    .mapboxgl-popup-close-button::before,
    .mapboxgl-popup-close-button::after {
        width: 2.5rem;
    }

    .project-header {
        width: calc(100% - 6.6rem);
        position: sticky;
        top: 0;
        z-index: 40;
        margin-left: 6.6rem;
        background-color: #fff;
        box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
        height: 7.7rem;
    }

    .project-tabs {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-tabs-link-text {
        font-size: 0.5rem;
    }

    .project-tabs-link {

        align-items: center;
        display: flex;
        height: 4rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
    }

    .project-tabs-group {

        display: flex;
        color: #9e9e9f;
        font-size: 0.5rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
    }

}

@media (min-width: 48em) {
    .container {
        max-width: 64rem;
    }

    .col-md {
        flex-grow: 1;
        width: auto;
    }

    .col-md-1 {
        flex-grow: 0;
        width: 8.333333%;
    }

    .col-md-2 {
        flex-grow: 0;
        width: 16.666666%;
    }

    .col-md-3 {
        flex-grow: 0;
        width: 25%;
    }

    .col-md-4 {
        flex-grow: 0;
        width: 33.333333%;
    }

    .col-md-5 {
        flex-grow: 0;
        width: 41.666666%;
    }

    .col-md-6 {
        flex-grow: 0;
        width: 50%;
    }

    .col-md-7 {
        flex-grow: 0;
        width: 58.333333%;
    }

    .col-md-8 {
        flex-grow: 0;
        width: 66.666666%;
    }

    .col-md-9 {
        flex-grow: 0;
        width: 75%;
    }

    .col-md-10 {
        flex-grow: 0;
        width: 83.333333%;
    }

    .col-md-11 {
        flex-grow: 0;
        width: 91.666666%;
    }

    .col-md-12 {
        flex-grow: 0;
        width: 100%;
    }



    .project-legend {
        height: 5rem;
        max-width: calc(100% - 5rem);
    }

    .project-submenu-icon {
        height: 3rem;
        width: 3rem;
    }

    .project-sidebar.hidden~.project-header {
        padding-left: 0;
    }

    .project-menu-wrapper.open {
        width: 21rem;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .project-sidebar {
        max-width: 100%;
        width: 38rem;
    }

    .project-sidebar.open:not(.hidden)~.project-section-content .project-content-inner {
        margin-left: 31.6rem;
    }

    .map-popup-ucix {
        width: 68rem;
    }

    .ucix .map-popup-ucix,
    .ucix50 .map-popup-ucix,
    .sensitivity .map-popup-sensitivity{
        display: flex;
    }

    .ucix .map-popup-ucix .map-popup-content.ucix50{
        display:none;
    }

    .ucix50 .map-popup-ucix .map-popup-content{
        display:none;
    }
    .ucix50 .map-popup-ucix .map-popup-content.ucix50{
        display:block;
    }

    .map-popup-adaptation-warning {
        width: 80rem;
    }

    .map-popup-content {
        padding: 1rem 2rem 0 0;
        width: 50%;
    }

    .map-popup-description {
        display: block;
    }

    .map-popup-index {
        position: relative;
        padding: 0 0 0 2rem;
        width: 50%;
        border-top: 0;
    }

    .map-popup-index::before {
        position: absolute;
        top: 2rem;
        bottom: 0;
        left: 0;
        width: 0.1rem;
        background-color: rgba(255, 255, 255, 0.3);
        content: '';
    }

    .map-popup-index-item.large {
        margin-bottom: 0;
        font-size: 1.6rem;
    }

    .map-popup-index-item.large::after {
        position: relative;
        left: 50%;
        display: block;
        margin-right: -100%;
        color: rgba(255, 255, 255, 0.3);
        font-size: 0.8rem;
        letter-spacing: 0.6em;
        line-height: 3em;
        transform: translate3d(-50%, 0, 0);
        white-space: nowrap;
        content: '...............';
    }

    .map-popup-index-item:nth-child(3n + 2) {
        margin-left: 0.5rem;
    }

    .map-popup-index-item:nth-child(3n + 4),
    .map-popup-index-item:last-child {
        margin-right: 0.5rem;
    }

    .map-popup-index-item:nth-child(8n + 4) {
        margin-left: 0;
    }

    .map-popup-index-item:nth-child(8n + 6) {
        margin-right: 0;
    }

    .map-popup-index-item:last-child:nth-child(8n + 7) {
        margin: 1rem 0 0;
        width: calc(50% - 0.5rem);
    }

    .map-popup-index-iteem:nth-child(3n + 2) {
        margin-left: 0.5rem;
    }

    .map-popup-index-iteem:nth-child(8n + 4) {
        margin-left: 0;
    }

    .map-popup-index-iteem:nth-child(8n + 6) {
        margin-right: 0;
    }

    .map-popup-index-iteem:last-child:nth-child(8n + 7) {
        margin: 1rem 0 0;
        width: calc(50% - 0.5rem);
    }

    .map-popup-index-iteeem:nth-child(3n + 2) {
        margin-left: 0.5rem;
    }

    .map-popup-index-iteeem:nth-child(3n + 4),
    .map-popup-index-iteeem:last-child {
        margin-right: 0.5rem;
    }

    .map-popup-index-iteeem:nth-child(8n + 4) {
        margin-left: 0;
    }

    .map-popup-index-iteeem:nth-child(8n + 6) {
        margin-left: 0.5rem;
    }

    .map-popup-index-iteeem:last-child:nth-child(8n + 7) {
        margin: 1rem 0 0;
        width: calc(50% - 0.5rem);
    }

    .large .map-popup-index-indicator,
    .large .project-index-indicator {
        height: 7.2rem;
        width: 7.2rem;
    }

    .large .map-popup-index-value {
        font-size: 3.6rem;
    }

    .project-index,
    .project-risk {
        max-width: calc(50% - 6rem);
    }

    .project-index-indicator-wrapper {
        margin-left: 1rem;
    }

    .project-index-indicator-wrapper:last-child {
        margin-left: 0;
    }

    .project-index-text,
    .project-risk-text {
        align-items: center;
        display: flex;
        text-decoration: underline;
    }

    .project-sidebar.open:not(.hidden)~.project-section-content .project-index-text,
    .project-sidebar.open:not(.hidden)~.project-section-content .project-risk-text {
        display: none;
    }

    .project-risk-icon {
        margin-right: 1rem;
    }

    .project-risk-icon:last-child {
        margin-right: 0;
    }

    .project-sidebar.open~.project-section-content .mapboxgl-ctrl-top-left,
    .project-sidebar.open~.project-section-content .mapboxgl-ctrl-bottom-left {
        left: 38rem;
    }

    .project-tabs-link-text {

        font-size: 1.3rem;
    }

    .project-tabs-link-text {
        display: block;
    }

    .project-tabs {
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-tabs-link {
        align-items: center;
        display: flex;
        height: 4.6rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
        white-space: nowrap;
    }

    .project-tabs-group {
        display: flex;
        color: #9e9e9f;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
        padding: 5px 0;
    }

}

@media (min-width: 64em) {
    .container {
        max-width: 85.375em;
    }

    .col-lg {
        flex-grow: 1;
        width: auto;
    }

    .col-lg-1 {
        flex-grow: 0;
        width: 8.333333%;
    }

    .col-lg-2 {
        flex-grow: 0;
        width: 16.666666%;
    }

    .col-lg-3 {
        flex-grow: 0;
        width: 25%;
    }

    .col-lg-4 {
        flex-grow: 0;
        width: 33.333333%;
    }

    .col-lg-5 {
        flex-grow: 0;
        width: 41.666666%;
    }

    .col-lg-6 {
        flex-grow: 0;
        width: 50%;
    }

    .col-lg--6 {
        flex-grow: 0;
        width: 100%;
    }

    .col-lg-7 {
        flex-grow: 0;
        width: 58.333333%;
    }

    .col-lg-8 {
        flex-grow: 0;
        width: 66.666666%;
    }

    .col-lg-9 {
        flex-grow: 0;
        width: 75%;
    }

    .col-lg-10 {
        flex-grow: 0;
        width: 83.333333%;
    }

    .col-lg-11 {
        flex-grow: 0;
        width: 91.666666%;
    }

    .col-lg-12 {
        flex-grow: 0;
        width: 100%;
    }

    .project-tabs {
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-tabs-link {
        align-items: center;
        display: flex;
        height: 4.6rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
    }


    .project-tabs-group {
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
        padding: 5px 0;
    }



    .project-header {
        position: sticky;
        top: 0;
        z-index: 40;
        background-color: #fff;
        box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
        display: flex;
    }

    .project-tabs {
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-tabs-link {
        align-items: center;
        display: flex;
        height: 4.6rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
    }

    .project-tabs-group {
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
        padding: 5px 0;
    }

    #imgrd {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }





    .project-header {
        margin-left: 6.6rem;
        width:calc(100% - 6.6rem);
    }

    .project-tabs-link {
        height: 4.6rem;
        padding: 0.8rem 1.6rem 0;
        float: none;
    }

    .project-tabs-link-text {
        display: block;

    }

    .project-tabs-link-text {
        font-size: 1rem;
    }

    .project-menu-wrapper {
        top: 6.6rem;
        max-height: calc(100% - 13.9rem);
    }

    .project-legend {
        height: 5rem;
        max-width: calc(100% - 5.5rem);
    }

    .project-submenu-icon {
        height: 3rem;
        width: 3rem;
    }

    .project-submenu {
        font-size: 1.3rem;
    }

    .project-submenu-item {
        padding: 0.3rem 0;
    }

    .project-submenu-item {
        position: relative;
        padding: 0.3rem 0;
    }

    .project-submenu-item-subtitle{
        font-size: 0.5em;
        font-style: italic;
        display: block;
        line-height: initial;
        margin-top: -0.4em;
        margin-bottom:1em;
    }

    .project-submenu {
        display: none;
        font-size: 1.3rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.058823529411765em;
    }

    .project-sidebar {
        background-image: linear-gradient(#ffffff, #ffffff 7.7rem, rgba(16, 41, 50, 0.8), 0.8) 7.7rem, rgba(16, 41, 50, 0.8), rgba(29, 77, 95, 0.8);
    }

    .project-sidebar::after {
        width: 6.6rem;
    }

    .project-sidebar-button {
        width: 6.6rem;
    }

    .project-content-inner {
        padding-left: 6.6rem;
    }

    .mapboxgl-popup-close-button {
        top: 1rem;
        right: 1rem;
        transform: none;
    }

    .project-index-indicator-wrapper {
        margin-left: 2rem;
    }

    .project-sidebar.open:not(.hidden)~.project-section-content .project-index-text,
    .project-sidebar.open:not(.hidden)~.project-section-content .project-risk-text {
        display: flex;
    }

    .project-risk-icon {
        margin-right: 2rem;
    }

    .mapboxgl-ctrl-top-left,
    .mapboxgl-ctrl-bottom-left {
        left: 6.6rem;
    }
}

@media (min-width: 85.375em) {
    .container {
        max-width: 96rem;
    }
    .col-xl {
        flex-grow: 1;
        width: auto;
    }

    .col-xl-1 {
        flex-grow: 0;
        width: 8.333333%;
    }

    .col-xl-2 {
        flex-grow: 0;
        width: 16.666666%;
    }

    .col-xl-3 {
        flex-grow: 0;
        width: 25%;
    }

    .col-xl-4 {
        flex-grow: 0;
        width: 33.333333%;
    }

    .col-xl-5 {
        flex-grow: 0;
        width: 41.666666%;
    }

    .col-xl-6 {
        flex-grow: 0;
        width: 50%;
    }

    .col-xl-7 {
        flex-grow: 0;
        width: 58.333333%;
    }

    .col-xl-8 {
        flex-grow: 0;
        width: 66.666666%;
    }

    .col-xl-9 {
        flex-grow: 0;
        width: 75%;
    }

    .col-xl-10 {
        flex-grow: 0;
        width: 83.333333%;
    }

    .col-xl-11 {
        flex-grow: 0;
        width: 91.666666%;
    }

    .col-xl-12 {
        flex-grow: 0;
        width: 100%;
    }



    .map-popup-ucix,
    .map-popup-risk,
    .map-popup-sensitivity{
        max-width: calc(100vw - 6.6rem);
    }

    .map-popup-ucix ,
    .map-popup-sensitivity{
        padding: 4rem;
        width: 72rem;
    }

    .map-popup-ucix {
        padding: 4rem;
        width: 72rem;
        max-width: calc(100vw - 6.6rem);
    }

    .project-name {
        font-size: 3.6rem;
    }

    .map-popup-risk .project-name {
        font-size: 2.4rem;
    }

    .project-location {
        font-size: 1.6rem;
    }

    .map-popup-title {
        font-size: 2.3rem;
    }

    .map-popup-intro {
        font-size: 1.8rem;
    }

    .map-popup-index {
        padding: 0 1rem 0 1rem;
    }

    .map-popup-index-item.large::after {
        font-size: 1.4rem;
        line-height: 3.285714285714286em;
    }

    .map-popup-index-indicator,
    .project-index-indicator {
        height: 6.4rem;
        width: 6.4rem;
    }

    .large .map-popup-index-indicator,
    .large .project-index-indicator {
        height: 9.6rem;
        width: 9.6rem;
    }

    .map-popup-index-value {
        font-size: 2.4rem;
    }

    .large .map-popup-index-value {
        font-size: 5.2rem;
    }

    .project-header {
        width: calc(100% - 6.6rem);
        position: sticky;
        top: 0;
        z-index: 40;
        margin-left: 6.6rem;
        background-color: #fff;
        box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
        height: 7.7rem;
    }

    .project-tabs {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-legend {
        height: 7rem;
        max-width: calc(100% - 8rem);
    }

    .project-submenu-icon {
        height: 4rem;
        width: 4rem;
    }

    .project-submenu {
        font-size: 1.5rem;
    }

    .project-tabs-link {

        align-items: center;
        display: flex;
        height: 4.6rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
    }

    .project-tabs-group {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
    }
}

@media (min-width: 96em) {

    .container {
        max-width: 120rem;
    }

    .project-tabs-link {
        padding: 0.8rem 1.6rem 0;
    }

    .project-sidebar {
        width: 38rem;
    }

    .project-sidebar.open:not(.hidden)~.project-section-content .project-content-inner {
        margin-left: 31.6rem;
    }

    .project-sidebar.open~.project-section-content .mapboxgl-ctrl-top-left,
    .project-sidebar.open~.project-section-content .mapboxgl-ctrl-bottom-left {
        left: 38rem;
    }

    .project-header {
        width: calc(100% - 6.6rem);
        position: sticky;
        top: 0;
        z-index: 40;
        margin-left: 6.6rem;
        background-color: #fff;
        box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
        height: 7.7rem;
    }

    .project-tabs {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-tabs-link-text {
        font-size: 1.3rem;
    }

    .project-tabs-link {

        align-items: center;
        display: flex;
        height: 4.3rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
    }

    .project-tabs-group {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
    }

    .project-legend {
        height: 8rem;
        max-width: calc(100% - 8rem);
    }

    .project-submenu-icon {
        height: 4rem;
        width: 4rem;
    }

    .project-submenu {
        font-size: 1.5rem;
    }
}

@media (min-width: 120em) {


    .project-legend {
        height: 8rem;
        max-width: calc(100% - 8rem);
    }

    .project-submenu-icon {
        height: 4rem;
        width: 4rem;
    }

    .project-submenu {
        font-size: 1.5rem;
    }

    .project-submenu-item {
        padding: 0.5rem 0;
    }

    .project-header {
        width: calc(100% - 6.6rem);
        position: sticky;
        top: 0;
        z-index: 40;
        margin-left: 6.6rem;
        background-color: #fff;
        box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.18);
        height: 7.7rem;
    }

    .project-tabs {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
    }

    .project-tabs-link-text {
        font-size: 1.3rem;
    }

    .project-tabs-link {

        align-items: center;
        display: flex;
        height: 4.3rem;
        justify-content: center;
        padding-top: 0.8rem;
        text-decoration: none;
        border-bottom: 0.8rem solid transparent;
    }

    .project-tabs-group {
        max-width: 64rem;
        display: flex;
        color: #9e9e9f;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.25em;
        text-transform: uppercase;
        justify-content: space-around;
    }
}

.triaangle_right {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFFFFF;
}

.mapboxgl-ctrl-bottom-right {
    display: none;
}

hr.project-tabs-hr {
    margin: 0;
    width: 90%;
    height: 0.3rem;
    /* padding-left: 10rem; */
    margin-left: 5%;
}

.welcome-message {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255 / 92%);
    color: #000084;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 60%;
}

.welcome-message p {
    font-weight: 300;
    line-height: 1.4;
    text-align: justify;
}

.close-welcome-message {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    float: right;
}


.cards-container{
    display:flex;
    gap:30px;
}
.cards-brix-expertise{
    background-color: rgba(0, 0, 0, 0.7);
    padding:4em;
    color:#FFF;
    width:50%;
    flex:1;
}

.cards-brix-expertise h2{
    color: #4fb2d2;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 0.916666666666667em;
    margin-bottom:1em;
}

.cards-brix-expertise {
    font-weight: 500;
    line-height: 1.375em;
}

.cards-brix-expertise ul{
    list-style-type: disc;
}

.cards-brix-expertise li {
    margin-bottom: 1em;
    list-style-type: disc;
}

#export-figure{
    text-align:center;
}

.button-cta{
    text-align:left;
}

.default_brix_comment{
    margin:2em 0;
}

.sub_indice_intro{
    margin:2em 0;
}


#building_type_container{
    margin-bottom:15px;
    font-size:1.1em;
}


#building_type_title{
    font-size:0.9em;
}

.figure-legend {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 2em;
    display: inline-block;
    line-height: normal;
}
.question-mark{
    width:25px;
    height: 25px;
    margin-left:auto;
}

.flex-100{
    display:flex;
    width:100%;
}

.flex-100 > div{
    width:87%;

}


.js-back-to-ucix-and-brix,
.js-adaptation-warning-activate{
    display:none;
    font-size: 10px;
    padding-inline: 0.9em;
    margin:1.5em auto;
}
.js-back-to-ucix-and-brix-from-adaptation-warning{
    font-size: 10px;
    padding-inline: 0.9em;
    margin:1.5em auto;
    background-color: #8811f0;
    color:#FFFFFF;
    border:1px solid #8811f0;
}

.js-back-to-ucix-and-brix-from-adaptation-warning:hover{
    background-color: #520b8f;
    color:#FFFFFF;
    border:1px solid #520b8f;
}

.js-adaptation-warning-activate{
    display:initial;
}

.project-menu .project-menu-item[data-category="Ucix50"],
.project-menu .project-menu-item[data-category="Risk50"]{
    display:none;
}

.project-menu.ucix_giec .js-back-to-ucix-and-brix{
    display:block;
}

.project-menu.ucix_giec .project-menu-item[data-category="UCIX"],
.project-menu.ucix_giec .project-menu-item[data-category="Risk"],
.project-menu.ucix_giec .project-menu-item[data-category="Sensitivity"],
.project-menu.ucix_giec .project-menu-item.js-sensitivity-empty{
    display:none;
}

.project-menu-item[data-category="Ucix50"] > button{
    font-size: 0.65em;
}

.project-menu.ucix_giec .project-menu-item[data-category="Ucix50"],
.project-menu.ucix_giec .project-menu-item[data-category="Risk50"] {
    display:list-item;
}

.js-change-view-giec{
    margin-top:25px;
}

.ucix_giec .project-menu-item[data-category="Ucix50"] .project-submenu {
    display:block;
}

.ucix_giec .project-menu-item[data-category="Ucix50"] .project-submenu-item {
    display:none;
}

.ucix_giec .project-menu-item.active[data-category="Ucix50"] .project-submenu-item {
    display:list-item;
}

#slider_giec_horizon{
    width:100%;
}

#information2 table{
    border-collapse: separate;
}

#information2 table thead th{
    padding:0.7em;
    text-align:center;
}
#information2 table tbody th,
#information2 table tbody td{
   padding:0.7em;
}

#information2 table tbody td{
    vertical-align:top;
}

#information2 table tbody tr th{
    min-width:190px;
}
#information2 .highlight{
    font-weight:bold;
    color:#4fb2d2;
}

#information2 td{
    background-color:#FFF;
}

#information2 tbody tr th.level_1{ color:#FFF; background-color:#95D100; font-weight: bold; text-align:center }
#information2 tbody tr th.level_2{ color:#FFF; background-color:#FFD600; font-weight: bold; text-align:center }
#information2 tbody tr th.level_3{ color:#FFF; background-color:#FF9501; font-weight: bold; text-align:center }
#information2 tbody tr th.level_4{ color:#FFF; background-color:#F22A34; font-weight: bold; text-align:center }

#information2 .force-display{ display:block !important; }

    /* Version 6 */
body .title2.title2-version6,
body .button_version6,
body .indice_bandeau_version6,
body .bandeau-version-6,
body .indice_figure_version6{
    display:none;
}

.span-version6{
    display:none;
}

.indice_bandeau_no_version6{
    display:flex;
}

body.version6 [data-category="cdd"],
body.version6 .indice-bandeau-cdd,
body.version6 [data-category="hdd"],
body.version6 .indice-bandeau-hdd,
body.version6 .button_no_version6,
body.version6 .indice_bandeau_no_version6,
body.version6 .td_no_version_6{
    display:none;
}

body.version6 .title2.title2-version6 + .title2,
body.version6 .no-version-6,
body.version6 .indice_bandeau_no_version6{
    display:none;
}

body.version6 .title2.title2-version6,
body.version6 .indice_figure_version6,
body.version6 .button_version6,
body.version6 .bandeau-version-6,
body.version6 .bandeau-version6{
    display:block;
}

body.version6 .span-version6{
    display:inline;
}

body.version6 .indice_bandeau_version6{
    display:flex;
}

.data-table tr.bg_severe td, .data-table tr.bg_severe th,
.data-table tr.bg_high td, .data-table tr.bg_high th,
.bg_severe, .bg_high{
    background-color:rgba(255,0,0,0.05);
}

.tablesorter-default.data-table tbody>tr>th,
.tablesorter-default.data-table tbody tr td{
    vertical-align:middle;
}

.tablesorter-default.data-table tbody>tr:hover>th{
    background-color:#FFF;
}

.tablesorter-default tbody>tr.bg_high:hover th,
.tablesorter-default tbody>tr.bg_high:hover td{
    background-color:rgba(255,0,0,0.05) !important;
}

.trend{
    width: 25px;
    position: absolute;
    height: 25px;
    top: -8px;
    right: -10px;
}

.index-value + .trend{
    top: 0;
    right: -4px;
}

.icon-risk-wrapper{
    position:relative;
    margin-right:1rem;
}

.brix-nav{
    position: absolute;
    top: 0;
    left:23px;
    right:23px;
}

.brix-nav select{
    background-color: rgba(0,0,0,0.5);
    border:1px solid #FFFFFF;
    border-radius: 1rem;
    width:100%;
    padding: 0.5rem;
}

.brix-nav ul{
    display: flex;
    gap: 15px;
    font-size: 1.6rem;
    cursor: pointer;
}

.brix-nav ul li:hover,
.brix-nav ul li.active{
    color:#4fb2d2;
}

.sensitivity-back{
    position: absolute;
    top:11px;
    left: 40px;
    color:#FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap:10px;
}

.brix-menu{
    min-height: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2rem;
    gap:15px;
}

.brix-menu h2{
    font-weight: bold;
    font-size:24px;
    margin-bottom: 2rem;
}

.brix-menu .item-brix{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:15px;
    cursor: pointer;
    font-size: 1.6rem;
}

.brix-menu > .item-brix span{
    color: #FFFFFF;
    padding:1rem;
    border-radius: 1rem;
    transition: 0.3s ease-out;
    transition-property: background-color, color;
}

.brix-menu > .item-brix:hover span{
    background-color: #4fb2d2;
    color:#FFFFFF;
}
<<<<<<< HEAD

.content-TVE{
    margin-inline:10px;
}

.content-TVE p,
.content-TVE ul{
    margin-block:10px;
}

.content-TVE ul{
    list-style: none;
    margin-left:10px;

}

.content-TVE ul li{
    margin: 0 0 10px 1rem;

}
.content-TVE ul li .min-to-max,
.content-TVE ul li .factor-conclusion{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0.2em 0;
}

.tve_between,
.tve_min,
.tve_max{
    display: block;
    text-align: center;
    margin: 1rem 0 1.5rem 0;
}

div[data-category="adaptation-warning"]{
    margin-top:10px;
}
.map-popup-adaptation-warning .project-address{
    margin-bottom: 1em;
}
.map-popup-adaptation-warning .project-address .project-name{
    color:#4fb2d2;
    font-size: 2.4rem;
}
.map-popup-adaptation-warning .project-address .project-location{
    font-weight: 500;
    line-height: 1.375em;
}
.map-popup-adaptation-warning hr{width:initial; max-width: initial;}
.map-popup-adaptation-warning .data{
    flex-wrap: wrap;
    gap:2rem;
    display: flex;
}
.map-popup-adaptation-warning .data > div{
    flex:1 1;
}

.map-popup-adaptation-warning .data h2{
    font-weight: bold;
    font-size:20px;
    margin-bottom: 1.1em;
    text-align: center;
}

.map-popup-adaptation-warning .data p{
    font-size:14px;
}
.map-popup-adaptation-warning .data span{
    font-weight:bold;
}
.map-popup-adaptation-warning .data span:has(span){
    display: block;
    text-align: center;
}

.item-AW{
    margin-block:1.3em;
}
.item-AW p{
    margin-block:0.6em;
}

.adaptation-warning-sidebar{
    padding: 15px;
}
.adaptation-warning-sidebar h2{
    font-size: 24px;
    font-weight:bold;
    margin:1em 0 1.5em 0;
    text-align: center;
}

.adaptation-warning-sidebar p{
    margin-block:1em;
}

@media (min-width: 85.375em) {
    .map-popup-adaptation-warning .project-address .project-name{
        font-size: 3.6rem;
    }

    .map-popup-adaptation-warning .project-address .project-location{
        font-size: 1.6rem;
    }

    .map-popup-adaptation-warning .data .score-value{
        font-size: 1.4em;
    }
}
