.single-point-dinteret .bg-colored{
        background-color: var(--main-color);
}
.single-point-dinteret .button.bg-colored:hover{
        background: #fff;
        color: var(--main-color);
}
.single-point-dinteret .button.bg-colored:hover path{
        fill: var(--main-color);
}
h2, h3, h4{
        color: var(--main-color);
}
.point-dinteret {
        background-color: var(--main-color-light);
}
/* Cover */
.page-cover .color-overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        mix-blend-mode: multiply;
        pointer-events: none;
        background: var(--main-color);
        opacity: 0.6;
}
.page-cover img {
        filter: grayscale(100%);
}

/* road image bg */
.point-dinteret > .wrapper-inner {
        background-image: url('../assets/images/roads-lines/road-chemins.png');
        background-repeat: repeat-y;
        background-position: right top;
}

.point-dinteret-types {
        display: flex;
        gap: 16px;
}

/* point-dinteret-introduction */
section.point-dinteret-introduction .point-dinteret-introduction-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
}
section.point-dinteret-introduction .point-dinteret-introduction-header-inner {
        display: flex;
        align-items: center;
        gap: 48px;
}
section.point-dinteret-introduction .point-dinteret-introduction-header h2.point-dinteret-type{
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
}
.small-data-wrapper {
        display: flex;
        flex-direction: column;
}
.small-data-wrapper .small-data-title {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
}
.small-data-wrapper .small-data {
        line-height: 1;
        margin-top: 2px;
        color: var(--main-color);
        font-weight: 700;
}

section.point-dinteret-introduction .point-dinteret-galerie {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 16px;
}
section.point-dinteret-introduction .point-dinteret-galerie img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
}
section.point-dinteret-introduction .point-dinteret-galerie .show-more{
        position: relative;
}
section.point-dinteret-introduction .point-dinteret-galerie .show-more::after {
        content: "...";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        color: var(--light-text-color);
        background-color: rgba(10, 13, 12, 0.60);
        font-size: 60px;
        pointer-events: none;
}

/* point-dinteret-datas */
.point-dinteret-description > * {
        margin-bottom: 12px;
}
.point-dinteret-description {
        margin-bottom: 12px;
}
.point-dinteret-data {
        margin-bottom: 8px;
        font-size: 14px;
}
.block-inner .point-dinteret-data:last-of-type {
        margin-bottom: 0;
}
.point-dinteret-data span {
        font-weight: 700;
        color: var(--main-color);
}
.point-dinteret-desc .button-fill-width {
        margin-top: 16px;
}
section.point-dinteret-coord h3{
        margin-bottom: 12px;
}
section.point-dinteret-coord .block-inner{
        display: flex;
        flex-direction: column;
}
section.point-dinteret-coord .point-dinteret-coordonnees-list{
        display: flex;
        flex-direction: column;
        gap: 8px;
}
section.point-dinteret-coord .point-dinteret-coordonnees-list .point-dinteret-coordonnees-list-item{
        display: flex;
        align-items: center;
        gap: 16px;
}
section.point-dinteret-coord .point-dinteret-coordonnees-list .point-dinteret-coordonnees-list-item span{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 30px;
        padding: 5px;
        border-radius: 50%;
        background-color: var(--main-color);
        z-index: 1;
}
section.point-dinteret-coord .point-dinteret-coordonnees-list .point-dinteret-coordonnees-list-item span svg{
        color: var(--light-text-color);
}
section.point-dinteret-coord .point-dinteret-coordonnees-list .point-dinteret-coordonnees-list-item,
section.point-dinteret-coord .point-dinteret-coordonnees-list .point-dinteret-coordonnees-list-item a{
        font-size: 14px;
        font-weight: inherit;
}

section.point-dinteret-coord .button {
        position: relative;
        display: flex;
        gap: 16px;
        align-items: center;
        overflow: hidden;
        background-color: var(--main-color);
        padding: 16px 18px;
}
section.point-dinteret-coord .button img {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        object-fit: cover;
        opacity: 0.4;
}
section.point-dinteret-coord .button svg {
        height: 30px;
        width: auto;
        z-index: 1;
}
section.point-dinteret-coord .button svg * {
        color: var(--light-text-color);
}
section.point-dinteret-coord .button p {
        font-family: 'Noto';
        font-size: 16px;
        font-weight: 700;
        color: var(--light-text-color);
        z-index: 1;
}
section.point-dinteret-coord .button:hover {
        box-shadow: 0 0 16px 0px black inset;
        transition: box-shadow ease-in-out 300ms;
}

/* point-dinteret-infos */
section.point-dinteret-infos h3 {
        margin-bottom: 16px;
}

/* point-dinteret-map */
section.point-dinteret-map {
        overflow: hidden;
}
section.point-dinteret-map .map-header {
        display: flex;
        gap: 12px;
}
.point-dinteret-types .icon,
section.point-dinteret-map .map-header span.icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 30px;
        padding: 5px;
        border-radius: 50%;
        background-color: var(--main-color);
}
.point-dinteret-types .icon svg,
section.point-dinteret-map .map-header span.icon svg{
        color: var(--light-text-color);
}
section.point-dinteret-map .map-header{
        color: var(--main-color);
}

section.point-dinteret-map .map {
        height: 450px;
}

/* modal visionneuse de photo */
#photo-viewer-modal .modal-header h2 {
        font-size: 22px;
}