.plpage {
}

.plpage a:not(.btn) {
    color: #e2000b;
}
/*

.plpage h1 {
    color: #e2000b;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
*/
.plpage h1 {
    display: block;
    padding-top: 12px;
    clear: both;
    font-weight: 300;
    font-size: 30px;
    color:#FFF;
}
.plpage h2 {
    font-family: Roboto, sans-serif;
    color: #000;
    font-weight: 900;
    background: #D9DADB;
    margin-top: 30px;
    margin-bottom: 40px;
    min-height: 50px;
    line-height: 1.2em;
    font-size: 21px;
    text-align: center;
    padding: 0.6em 20px;
}
.plpage h2.row {margin-left: 0;margin-right: 0;}

.plpage h2:first-child {
    margin-top: 0;
}

.plpage h2 span {
    color: #e2000b;
}

.plpage h3 {
    font-family: Roboto, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    /*margin-top: 40px;*/
}

.plpage h3 span {
    color: #e2000b;
}

.plpage p {
    margin-bottom: 1em;
}
.plpage strong span.red {color: #e2000b;}

.plpage hr {
    border: 1px solid #000;
    border-width: 1px 0 0 0;
    margin: 20px 0;
}
.plpage .img-responsive {margin:auto;}
.plpage .img-responsive.full {width:100%;}
.plpage .row.margin {margin-right:0; margin-left: 0;}

.plpage .pagecontent {
    padding: 0;
    padding-bottom:1px;
    background: #FFF;
    font-size: 15px;
    color: #000;
}
.plpage .pagecontent > * {margin-bottom:30px;}

.plpage .push:not(:last-child) {
    padding: 1px 0 30px 0;
}

.plpage .push a {
    background: transparent url('../img/page_link_arrow.png') right center no-repeat;
    background-size: 40px 9px;
    padding-right: 45px;
    padding-bottom: 3px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    transition-property: padding;
    transition-duration: 300ms;
}

.plpage .push a:hover {
    text-decoration: none;
    padding-right: 50px;
}

.plpage table {
    margin-bottom:30px;
}
.plpage table td,
.plpage table th {
    padding: 0.5em 1em;
    border:1px solid #CCC;
    height:3em;
    text-align: center;
}
.plpage table td:first-child {
    text-align: left;
}

.plpage .footable-detail-row {background:#EEE;}
.plpage table.footable-details {margin:0;}
.plpage table.footable-details td,
.plpage table.footable-details th {
    padding: 0.5em 1em;
    border:1px solid #DDD;
    border-width:0 0 1px 0;
    height:2em;
    text-align: center;
}
.plpage table.footable-details th {
    text-align: left;
}
.plpage table.footable-details tr:last-child td,
.plpage table.footable-details tr:last-child th {
    border:none;
}



.plpage .tpl-2col h3:first-child {
    margin-top: 0;
}

.plpage .tpl-2col hr {
    width: 50%;
}
.plpage .tpl-2col img {
    display: block;
    margin-bottom:30px;
}

.plpage .tpl-blocks > div {
    text-align: center;
}

.plpage .tpl-blocks img {
    display: block;
    margin:auto;
    width: 50%;
    height: auto;
    border-radius: 50%;
}

.plpage .tpl-blocks h3,
.plpage .tpl-blocks p {
    padding-left:10%;
    padding-right:10%;
}
.plpage .tpl-blocks h3 {margin-top: 15px;}
.plpage .tpl-blocks.largetext {}
.plpage .tpl-blocks.largetext p {
    color:#E2000B;
    font-weight: bold;
}

    /* page agences */
.plpage .block-shop {padding-bottom:60px;}
.plpage .block-shop,
.plpage .block-shop h3,
.plpage .block-shop h4,
.plpage .block-shop p { font-size:15px;line-height:22px;}
.plpage .block-shop h3 {
    margin-top:0;
}
.plpage .block-shop h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #E2000B;
    font-weight: bold;
}
.plpage .block-shop p {margin:0;}
.plpage .block-shop .horaires, .plpage .block-shop .reservez {padding-bottom:1em;}
.plpage .block-shop .fb {display:inline-block;vertical-align: middle;}
.plpage .block-shop .fb span {color: #3b5998;font-size: 1.4em;padding-left: 0.6em;}
.plpage.agence {}
    .plpage.agence h1 {visibility:hidden;}
    .plpage.agence .row.margin {}
        .plpage.agence .row.margin h3 {color:#E2000B; text-transform: none}
        .plpage.agence .row.margin img {display: block;margin-bottom:30px;}

.carousel-control.right,
.carousel-control.left {
    background:none;
}
.plpage a.carousel-control {
    color:#FFF;
}
.carousel-control .spright, .carousel-control .icon-next {right:25px;}
.carousel-control .spleft, .carousel-control .icon-prev {left:25px;}
.carousel-control .spleft,
.carousel-control .spright,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top:calc(100% - 40px);
}


@media (max-width: 767px) {
    .plpage h2 {
        font-size:17px;
        padding: 0.85em 20px;
    }
}