.no-padding{padding: 0;}
.no-padding-right{padding-right: 0}

.liste-centres .ctmap-one-title {
    font-weight: bold;
    line-height: 32px;
    padding-left: 32px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
span.ctmap-icon-letter {
    display: inline-block;
    color: red;
    font-size: 12px;
    padding-top: 3px;
    width: 32px;
    height: 32px;
    padding-left: 11px;
    background-position: 0px 0px;
    position: absolute;
    top: 1px;
    left: 0px;
}
.ctmap-list-img{
    width:65px;
}

#map_canvas{width:100%;height:100%;}

.marker-match img.img-responsive {
    max-height: 180px;
}
.ctmap-one .panel-body {
    padding: 5px;
}
.ctmap-photo {
    padding-right: 5px;
}
.ctmap-one-info .well {
    margin-bottom: 0;
}
.liste-centres.single {
    position: relative;
}

.ctmap-modal-width {
    width: 80%;
    max-width: 700px;
}
.ctmap-map.affix {
    position:relative;
}
@media all and (min-width:768px){
    .ctmap-map.affix {
        position: fixed;
        top:85px;
    }
}
.btn-group.ctmap-geo-select label {
    font-size: 12px;
    line-height: 18px;
}
.ctmap-geo-btn .glyphicon{
    display: none;
    font-size: 16px;
}
.active.ctmap-geo-btn .glyphicon {
    display: inline-block;
}

.ctmap-navbar .navbar-brand {
    line-height: 2em;
    display: inline-block;
    padding: 0;
    padding-top: 10px;
}

#planning{
    width: 100%;
    min-height: 875px;
}

.backstrech{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.backstrech{
    background-image: url(/images/fond_route.jpg);
    /*opacity: 0.8;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-group-vertical>.btn.btn-danger.ctmap-btn-rdv{
    margin-top: 6px;
    box-shadow: 0 1px 3px 0px;
}
.liste-centres{
    max-height: calc(100vh - 92px);
    overflow-x: hidden;
}
.page-contact .ctmap-corps {
    background-color: #EEE;
    padding: 15px 15px 45px;
}

.cms_form label {
    width: 200px;
}

.ctmap-geo-select a,
.ctmap-geo-select a.active{
    color: #294563;
    background-color: #EEBB3A;
    border-color: #D6AF4C;
}

.ctmap-geo-select a:hover,
.ctmap-geo-select a.active:hover{
    color: #294563;
    background-color: #D6AF4C;
    border-color: #C69B2F;
}

.ctmap-geo-select a span.glyphicon-map-marker{
    display: none;
}

.ctmap-geo-select a.active span.glyphicon-map-marker{
    display: inline-block;
}

.btn.btn-default.group-geo {
    padding: 6px;
}

.center-short-desc img.ctmap-img {
    margin-top: 0px;
}

.jumbotron h1 {
    font-size: 30px;
}

#tarifs h2,
#horaires h2{
    font-size: 20px;
}

/*Social*/
.ctmap-social {
    clear: both;
    text-align: right;
}

.ctmap-social a {
    float: initial;
    height: initial;
    width: initial;
}

img.ctmap-social-icon {
    width: 32px !important;
}
.column-2-map{
    max-width: 1140px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.center-listing-container li a:hover{
    background: #f1f1f1;
}
@media only screen and (max-width: 1200px) {
    .column-2-map{
        display: block;
    }
    .center-listing-container{
        margin-top: 15px;
    }
    .center-listing-container li a{
        margin: auto;
    }
}
.center-listing-container{
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}
.center-listing{
    list-style: none;
    padding: 0;
}
.center-listing li{
    color: #777;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
    border: #ebebeb solid 1px;
    border-radius: 5px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    background: #ffff;
}
.top-info{
    display: grid;
    grid-template-columns: auto 50px;
    margin-left: 5px;
}
.top-info span{
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.map-content{
    background: white;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 4px;
}
.center-info{
    display: grid;
    grid-template-columns: 150px auto 220px;
    padding: 5px;
    gap: 10px;
}
.center-info a{

}
.center-info img{
    width: 100%;

}
.center-info > p{
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    color: black;
}
.center-info > div{
    padding: 10px;
    font-size: 12px;
}
.center-info .find-on-map{
    border-radius: 4px 4px 0 0;
    border: 1px solid #D6AF4C;
    color: #294563;
    background-color: #F0C453;
    width: 100%;
}
.center-info .find-on-map:hover {
    background-color: #EEBB3A;
    border-color: #D6AF4C;
}

.center-info .agenda-button{
    margin-top: 6px;
    border-radius: 0 0 4px 4px ;
    color: #F0C453;
    background-color: #294563;
    border: 1px solid #1F344A;
    width: 100%;
}
.center-info .agenda-button:hover {
    color: #F0C453;
    background-color: #21374F;
    border-color: #1A2B3D;
}
/* rating stars */
.star-rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    height: 15px;
    line-height: 1;
    overflow: hidden;
}

.star-rating::before {
    content: "â˜…â˜…â˜…â˜…â˜…";
    color: #ddd;
    display: block;
    font-size: 15px;
}

.star-rating::after {
    content: "â˜…â˜…â˜…â˜…â˜…";
    color: #f5b301;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--rating) * 20%);
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
}

/* zone listing */
.zone-listing{
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
    height: 70vh;
}
.zone-listing li{
    list-style-type: none;
}
.zone-listing li a{
    color: #294563;
    background-color: #EEBB3A;
    border: #D6AF4C solid 1px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: auto 160px;
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
}
.zone-listing li a:hover{
    color: #294563;
    background-color: #D6AF4C;
    border-color: #C69B2F;
    text-decoration: none;

}
.zone-listing p{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.zone-listing .price{
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    text-align: right;
}
.zone-listing p span{
    text-decoration: line-through;
    font-size: 16px;
    color: #777;
    font-weight: normal;
}
footer {
    display: none;
    }

/** RESPONSIVE **/
@media only screen and (max-width: 768px) {
     .map-content{
         padding: 0 5px;
     }
    .center-listing-container, .zone-listing{
        overflow: inherit;
        overflow-x: inherit;
        height: auto;
        padding-right: 0;
    }
    .zone-listing li a{
        display: block;
        margin: 15px 0;
    }
    .zone-listing .price{
        text-align: left;
    }
     .ctmap-navbar, .jumbotron, .backstrech{
         display: none!important;
     }
     .container-ctmap {
         padding: 0;
         margin: 0;
     }
     .container-ctmap{
         padding: 0;
         margin: 0;
     }

    .top-info{
        display: grid;
        grid-template-columns: auto 50px;
        margin: 5px 5px 0 5px;
        gap: 10px;
    }
    .top-info a {
        text-align: center;
        line-height: 16px;
    }
    .top-info span{
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

    .center-info{
        display: block;
        padding: 5px;
    }

    .center-info img{
        display: none;

    }
    .center-info > p{
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }
    .center-info > div{
        font-size: 12px;
    }
    .center-info .find-on-map{
        width: 100%;
        padding: 4px;
    }
    .center-info .agenda-button{
        width: 100%;
        padding: 4px;
        margin-top: 5px;
    }

    header {
        height: 69px;
    }
    header nav {
        height: 69px;
        background-color: #ff3e40;
    }
    header .center-name{
        color: white;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        text-align: center;
        display: table-cell;
    }
    header nav .navbar-header-container button.navbar-toggle {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    header nav .navbar-header-container .glyphicon {
        color: #fff;
    }
    header nav .navbar-header-container i {
        color: #fff;
        font-size: 30px;
    }
    header img.header-logo {
        max-width: 194px;
        max-height: 41px;
    }
    header .vertical-center {
        min-height: 69px;
        display: flex;
        align-items: center;
    }
    header .header-menu-list {
        background-color: #ff3e40;
    }
    header .header-menu-list ul {
        text-align: center;
    }
    header .header-menu-list ul li a {
        padding: 11px 0;
        color: white;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        text-transform: uppercase;
    }
    header .header-menu-list ul li a:hover {
        background-color: #f42628;
    }


    footer {
        display: block;
        background-color: #e4f1fd;
        height: 17vh;
        width: 100%;
        padding-top: 12px;
    }
    footer .footer-menu ul {
        margin: 0;
        padding: 0;
    }
    footer .footer-menu ul li {
        padding: 0 6px;
        display: inline-block;
        line-height: 14px;
    }
    footer .footer-menu ul li:not(:last-child) {
        border-right: 1px solid #d0e2f6;
    }
    footer .footer-menu ul li a {
        color: #297fca;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
    footer .footer-menu ul.footer-menu-list {
        margin-bottom: 15px;
    }
    footer .footer-menu ul.social-links {
        margin: 5px auto 0 auto;
    }
    footer .footer-menu ul.social-links li {
        border: 0;
    }
    footer .footer-menu ul.social-links li i {
        font-size: 25px;
        color: #297fca;
    }
    footer .footer-menu hr {
        border: 1px solid #d0e2f6;
        margin: 0 auto;
    }
    footer .gmb {
        display: block;
    }
    footer .gmb img {
        height: 32px;
    }
    footer p.copyright {
        margin: 10px 0 0 0;
        padding: 0;
        text-align: center;
        color: #99bde4;
        font-size: 12px;
        line-height: 15px;
        font-family: Roboto;
        font-weight: 500;
    }
    footer .scroll-top-button {
        position: fixed;
        z-index: 10;
        bottom: 10px;
        right: 10px;
        display: none;
    }
    footer .scroll-top-button button {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px;
        border-style: none;
        background-color: #99bde4;
    }
    footer .scroll-top-button button i {
        font-size: 25px;
    }
    .center-image{
        position: relative;
    }
    .center-image img{
        max-height: 265px;
        width: 100%;
    }

    .center-image .center-image-description{
        position: absolute;
        height: 5em;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(61, 109, 222, 0.8);
    }
    .center-image-description p{
        color: white;
        font-size: 22px;
        padding: 10px;
    }
    .agenda-wrap{
        padding: 50px 0;
        text-align: center;
    }
    .contact-info .row{
        margin: 0 20px;
    }
    .contact-info p{
        padding-left: 0;
    }
    .contact-info h2{
        color: #337ab7;
        font-size: 18px;
        padding: 5px;
    }

}