/* Liens */
a {text-decoration: none; color: black;}


/* Modification des Dropdowns Bootsrap : retirer le triangle noir */
.dropdown-toggle::after {
    display: inherit;
    margin-left: inherit;
    vertical-align: inherit;
    content: inherit;
    border-top: inherit;
    border-right: inherit;
    border-bottom: inherit;
    border-left: inherit;
}


.paragraph {
    position: relative;
}

.paragraph-lieux {
    --padding-bottom: 40px;
    --padding-bottom: 4rem;
    --gradient-angle: 175deg;
    --gradient-size: 9vw;
    background: #f5f5f5;
    left: 50%;
    overflow: hidden;
    padding: 14vw 0 calc(var(--gradient-size) + var(--padding-bottom));
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
}

.paragraph-lieux:before {
    background: linear-gradient(358deg, #F8F9FA 7vw, #344d3eff calc(7vw + 1px));
    top: 0;
}
.paragraph-lieux:after, .paragraph-lieux:before {
    content: "";
    height: var(--gradient-size);
    left: 0;
    position: absolute;
    right: 0;
}

.paragraph-lieux:after {
    background: linear-gradient(358deg, #F8F9FA calc(8vw - 1px), #344d3eff 8vw);
    bottom: 0;
}
