
#map {
    fill: #FFF;
    stroke: #FFF;
    background-color: #FFF;
}

#map polygon {
    fill: #dd4a3f;
    stroke: #fff;
}

#map path.st2 {
    fill: #dd4a3f;
    stroke: #fff;
}

#map .contour {
    fill: #FFF;
    stroke: #fff;
}

#map polygon.st2:hover {
    fill: #eba19c;
    stroke: #fff;
}

#map path.st1 {
    fill: #FFF;
    stroke: #fff;
}

#map path.st0, #map polygon.st0 {
    fill: #59eb51;
    stroke: #fff;
}

/* SVG carte interne */
#mapCommune {
    fill: #FFF;
    stroke: #FFF;
    background-color: #FFF;
}
#mapCommune path.contour {
    fill: #000;
    stroke: #000;
}
#mapCommune path.contour-interne {
    fill: #FFF;
    stroke: #fff;
}

#mapCommune polygon.zone1 {
    fill: #cacaca;
    stroke: #fff;
}
#mapCommune polygon.zone2 {
    fill: #979797;
    stroke: #fff;
}
#mapCommune polygon.zone3 {
    fill: #666666;
    stroke: #fff;
}
#mapCommune polygon.zone4 {
    fill: #2a2a2a;
    stroke: #fff;
}
#mapCommune polygon.active {
    fill: #f73735;
    stroke: #fff;
}
/* Fin SVG carte interne */

.heyo:hover {
    fill: #CC2929;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.enabled {
    fill: #21669E;
    cursor: pointer;
}

.description {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 10px 15px;
    z-index: 5;
    line-height: 30px;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.description.active {
    display: block;
}
.description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

#mapid {
    height: 480px;
}

#mapLeaflet {
    height: 660px;
}

span.panel-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

span.horaire-title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.panel a.close-panel {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: white;
}
.figure-image-right, .image-right {
    float: right;
}
.figure-image-left, .image-left {
    float: left;
}
img.image-left, .image-left img {
    padding: 0 2rem 2rem 0;
}
img.image-right, .image-right img {
    padding: 0 0 2rem 2rem;
}
figcaption, .image-caption {
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin-top: -20px;
}
span.meam {
    font-size: 2.5rem;
    font-family: "montserrat extra bold";
    color: #333333;
}

.bandeau-covid--bleu {
    background: #007bff;
}

a.style-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #dd3631;
    padding: 0.5rem 0.2rem;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/* TARTE AU CITRON */

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: black !important;
}

/* FIN TARTE AU CITRON */

.content-map-contact .contact .mail-ma-commune {
    word-break: break-all;
}

.container-page .ce-bodytext a {
    color: #ef3a35;
}

/*RESPONSIVE*/
@media screen and (max-width:768px){
    .figure-image-right, .figure-image-left,
    .image-right, .image-left {
        float: none;
    }
    img.image-right , img.image-left  {
        padding: 0;
        width: 100%;
    }
}

tr.horaire-actif {
    background:#ef3a35 !important;
    color:white;
    font-weight:bold;
}

.btn-ma-commune-red-carte {
    color: white !important;
    background: #ef3a35 !important;
}

.signalement-suivi-card .card-body {
    background: #f0f0f0;
}

.white-link, .white-link:hover {
    color: #ffffff !important;
}

.el-accordion-solo a.active .picto {
    background: #333333 !important;
}

.container-404 {
    cursor: pointer;
    width: 100vw;
    height: 100vh;
    background-image: url("/typo3conf/ext/skin/Resources/Public/assets/img/pages/erreur-404.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.container-construction {
    cursor: pointer;
    width: 100vw;
    height: 100vh;
    background-image: url("/typo3conf/ext/skin/Resources/Public/assets/img/pages/en-construction.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a.register-footer-link{
    font-size: 12px;
    color: white;
    font-family: "montserrat light";
}

@media screen and (max-width: 576px) {
    .container-page .container-breadcrumb .rs {
        margin-right: unset;
    }
}

.bandeau-covid--rouge .text-covid strong span {
    text-transform: initial !important;
}

/* region Logout footer*/
footer .link-logout {
    border: none;
    padding: unset;
    text-align: start;
    background-color: unset;
    font-size: 12px;
    color: white;
    font-family: "montserrat light";
}

footer .link-logout:hover {
    text-decoration: underline;
}
/*endregion*/

/*region Responsive table*/
table.responsive {

}

table.responsive tr {

}

@media screen and (max-width: 576px) {
    table.responsive tr {
        display: flex !important;
        flex-direction: column;
    }
}
/*endregion*/

/*region Responsive accordion */
.accordion img {
    max-width: 100%;
    height: auto;
}
/*endregion*/

/*region Responsive img*/
figure.image.figure img {
    max-width: 100% !important;
    height: auto !important;
}
/*endregion*/

.parsley-error {
    box-shadow: inset #ef3a35 0px 0px 0px 1px;
}
.parsley-errors-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: -10px;
}
.parsley-errors-list .parsley-custom-error-message,
.parsley-errors-list .parsley-required {
    color: #ef3a35;
    font-size: 0.8rem;
}

/*region OpenAgenda Form*/
.powermail_form_1 .parsley-error, .powermail_field_error {
    outline: #ef3a35 auto 1px !important;
    background-color: #fff9f9;
}
.parsley-errors-list, .parsley-required, .powermail_message, .powermail_message_error {
    list-style: none;
    color: #ef3a35;
    padding-left: 0;
    margin-left: 0;
}
/*endregion*/

/*region #9232 FranceConnect*/
.firstNavbar .black-nav .firstNav-right .btn-logout a {
    height: 100%;
    width: 40px;
    transition: all 0.3s ease;
}

.firstNavbar .black-nav .firstNav-right .btn-logout a:before {
    content: "";
    background-image: url(/typo3conf/ext/skin/Resources/Public/assets/icones/logout.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: -4px;
    margin-top: 2px;
}

.firstNavbar .black-nav .firstNav-right .btn-logout a:hover {
    background-color: #ef3a35;
    transition: all 0.3s ease;
}

.firstNavbar .black-nav .firstNav-right .btn-iam.btn-login-end {
    margin-left: 0;
}

.firstNav-right .nav-item:not(.btn-iam) + .nav-item.btn-spaceElect {
    margin-left: 1em;
}
/*endregion*/

.hide {
    display: none;
}

.tagembed-container {
  width:100%;
  height:100%;
  overflow: auto;
}