.deco_public_container_logo {
    position: absolute;
    display: block;
    left: calc(50% - 330px);
    top: 150px;
    filter: drop-shadow(3px 3px 2px var(--back-color3));
    z-index: 10;
}
.deco_public_container_logo img{
	max-width: unset;
}
.deco_public_container_bandeau {
    position: absolute;
    top: calc(var(--default-menu-top) + 10px);
    width: 100%;
    background-color: var(--back-color3);
    color: var(--back-color);
    line-height: 50px;
    text-align: center;
    font-size: calc(var(--default-title-font-size) - 6px);
}
.deco_public_container_urgent {
    display: block;
    position: absolute;
    width: 260px;
    top: calc(var(--default-menu-top) - 100px);
    background-color: orange;
    text-align: center;
    height: 50px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 129px / 36px;
    -moz-border-radius: 129px / 36px;
    border-radius: 129px / 36px;
    padding: var(--default-margin);
    transform: rotate(8deg);
    right: calc(50% - 600px);
    cursor: pointer;
}
.deco_public_container_urgent:hover {
    box-shadow: 0px 0px 12px white;
}
.deco_public_container_urgent a {
    color: var(--back-color);
    text-decoration: unset;
}
.deco_public_container_carroussel {
    position: absolute;
    top: calc(var(--default-menu-top) + 60px);
    width: 100%;
    z-index: 1;
}
.deco_public_container_carroussel .\33 _galerie_public_container {
    height: 361px !important;
    overflow: hidden;
}
.deco_public_container_carroussel [class*="_medium_image_container"]{
    height: auto;
}
.deco_public_container_carroussel [class*="_description_image_container"] {
    top: 0;
    color: white;
    display: block;
    width: 44%;
    position: absolute;
    padding-left: 2%;
}
.deco_public_container_carroussel a img{
    width:100%;
    top: unset !important;
    left: unset !important;
    margin-right: unset !important;
    max-width: unset !important;
    transform: unset !important;
}
.deco_public_container_footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - calc(var(--default-margin) * 2));
    padding: var(--default-margin);
    background-color: white;
    border-top: 1px solid var(--back-color);
}
.deco_public_container_footer table {
    width: 100%;
    text-align: justify;
}
.footer_texte {
    padding-left: var(--default-margin);
}
.footer_adresse {
    grid-column: 1 / 2;
}
.footer_mail {
    grid-column: 1 / 2;
}
.footer_telephone {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.footer_horaire {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}
.footer_map {
    grid-column: 3 / 4;
    grid-row: 1 / 4;
}
.mentions {
    text-align: center;
}
.mentions a {
    text-decoration: none;
    color: var(--shadow-color-hover);
    font-size: smaller;
}
@media screen and (max-width: 1080px) {
.deco_public_container_urgent {
    width: 36vw;
    top: calc(var(--default-menu-top) - 10vw);
    height: 7vw;
    line-height: 3vw;
    right: 0;
    -webkit-border-radius: 26vw / 6vw;
    -moz-border-radius: 26vw / 6vw;
    border-radius: 26vw / 6vw;
}
.deco_public_container_footer {
    grid-template-columns: repeat(2, 1fr);
}
    .deco_public_container_footer img{
        height: auto;
    }
.footer_adresse {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.footer_mail {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.footer_telephone {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.footer_horaire {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
}
.footer_map {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
}
    .deco_public_container_bandeau_deco {
        height: 233px;
    }
.deco_public_container_logo {
    width: 69vw;
    top: 5vw;
    left: calc(50% - 36vw);
}
.deco_public_container_bandeau {
    font-size: var(--default-font-size);
    line-height: 4vw;
    top: calc(var(--default-menu-top) + 2vw);
}
.deco_public_container_carroussel {
    top: calc(var(--default-menu-top) + 10vw);
}
}
