


.pac-container {
    z-index: 20000;
}

@media (min-width: 1200px) {
    .map-container {
        width: 1170px;
    }
}


#communaute .breadcrumbs-section {
    display: none;
}

#communaute .community-breadcrumbs {
    width: 100%;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    background: #f0f0f0;
}

.row.community-breadcrumbs{
    margin-left: 0;
    margin-right: 0;
}

#communaute footer {
    margin-top: 0;
}

#community-content .pages-img {
    max-width: 100%;
}

#community-content .create-account {
    width: 100%;
    background-color: #8FC9D4;
    padding-top: 20px;
    padding-bottom: 20px;
}
#community-content .btn.btn-zimio.btn-create-account {
    /*display: block;*/
    /*position: absolute;*/
    /*top: 230px;*/
    /*left: 130px;*/
}
/*#community-content {*/
    /*height: 100%;*/
    /*background-image: url("../img/community.jpg");*/
    /*background-size: 100% 100%;*/
    /*!*background-attachment:fixed;*!*/
/*}*/

@media (max-width: 414px) {
    #community-content .create-account {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #communaute .content-center.container {
        padding-left: 0;
        padding-right: 0;
    }

}


#actualite table th,
#actualite table td {
    text-align: center;
    vertical-align: top;
}

.planning-hebdo td {
    height: 400px;
}