/*
* Relais Colis
*
* @author    Calliweb <contact@calliweb.fr>
* @copyright Relais Colis
* @license   All Rights Reserved
*/
.frame_relais {
    display: none;
    width: 100%;
}

.frame_relais .relais-title,
.relais_home_options .relais-title,
#relais_home_plus_options .relais-title {
    color: #000;
    font-size: 22px;
}

.frame_relais .relay-info-intro,
.relais_home_options .relay-info-intro,
#relais_home_plus_options .relay-info-intro {
    text-decoration: underline;
    color: #c0d349;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: bold;
}

.frame_relais .choice-info,
.relais_home_options .choice-info,
#relais_home_plus_options .choice-info {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 0.8rem;
    color: #000;

}

.frame_relais .relay-info-title,
.relais_home_options .relay-info-title,
#relais_home_options .relay-info-title,
#relais_home_plus_options .relay-info-title {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #000;
}

.flag-img {
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.frame_relais form label.grey,
label.grey {
    color: #9c9c9c;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-rendering: optimizespeed;
    text-transform: uppercase;
}

.frame_relais label {
    -moz-user-select: none;
    display: inline-block;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.frame_relais input.small[type="text"],
.frame_relais select.small {
    -moz-appearance: none;
    border-color: none;
    background-color: transparent;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: black;
    height: 27px;
    margin-bottom: 0;
    padding: 0;
    text-indent: 0;
    text-overflow: "";
    width: 100%;
}

#map_rc_wrapper {
    display: none;
}

.txt-center {
    text-align: center;
}

.frame_relais .column {
    margin-top: 15px;
}

.frame_relais #divEmplacement {
    padding: 15px;
}

.frame_relais #searchBar {
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    align-items: end;
    margin: 20px 0;
}

#divMapContainer {
    height: 430px;
    font-family: Arial;
    border: 2px solid black;
}

.divGlobal {
    margin: 0 auto;
    margin-bottom: 10px;
}

#divInfohtml {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    max-height: 360px;
    overflow-y: auto;
    margin-bottom: 20px;
}

#divInfohtml .wrapper-locate {
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    flex-flow: column;
    gap: 10px;
    flex: 1 0 40%;
}

@media screen and (max-width: 960px) {
    #divInfohtml .wrapper-locate {
        flex: 1 0 100%
    }
}

#divInfohtml .wrapper-locate table {
    font-size: 0.8rem;
}

#divInfohtml .locate-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#divInfohtml .locate-title a {
    color: black;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0;
    text-decoration: none;
    padding-left: 5px;
}

#divInfohtml .locate-title a:hover {
    cursor: pointer;
}

#divInfohtml .locate-title {
    margin-top: 5px;
}

.num-locate {
    border: 1px solid rgb(192, 211, 73);
    border-radius: 80px;
    background-color: rgb(192, 211, 73);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 8px;
}

.sMapBubble td,
.sMapBubble th {
    padding: 0;
}

.relais-link {
    background: #c0d349;
    color: #fff;
    font-size: 12px;
    margin: 15px 0px;
    padding: 5px;
    border-radius: 3px;
    z-index: 99;
}

#divInfohtml .relais-link {
    font-size: 12px;
    font-weight: bold;
}

.free_rc,
.rc_price {
    font-style: italic;
    color: #c0d349;
    font-weight: bold;
}

#divMapContainer .ui-picto-poi div {
    font-size: 14px;
    background-color: transparent !important;
    left: 2px !important;
    top: 18px !important;
    z-index: 1001;
}

.info-comp-rc {
    font-size: 12px;
}

#relais_home_plus_options .col-xs-12,
#relais_home_plus_options .col-xs-6,
#relais_home_plus_options .col-xs-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.rc-cost-update span:hover {
    color: #ffffff;
}

.rc-info-account i {
    padding-bottom: 0.5rem !important;
}

#divMapContainer table td {
    padding: 0px !important;
}

.table-horaire {
    gap: 5px;
    display: flex;
    flex-flow: column;
}

.table-horaire-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}

.lign-horaire {
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.cell-jour,
.cell-horaire {
    display: flex;
    flex-basis: 33%;
}

.frame_relais .button-relais:hover:after {
    transform: translate(-50%) rotate(0) translateZ(0);
    -webkit-transition: opacity 0s, top .6s, transform .8s;
    -o-transition: opacity 0s, top .6s, transform .8s;
    transition: opacity 0s, top .6s, transform .8s;
    opacity: 1;
    top: 0;
}

.frame_relais .button-relais::after {
    background-color: #cedc71;
    -webkit-backface-visibility: hidden;
    content: "";
    height: 150%;
    left: 20%;
    opacity: 1;
    outline: 1px solid transparent;
    padding-top: calc(800% + 8px);
    position: absolute;
    top: 100%;
    transform: translate(-32%) rotate(-17deg);
    -webkit-transition: opacity .6s, top 0s .3s, transform 0s .3s;
    -o-transition: opacity .6s, top 0s .3s, transform 0s .3s;
    transition: opacity .6s, top 0s .3s, transform 0s .3s;
    width: calc(800% + 8px);
    z-index: -1;
}

.button-relais {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 9px transparent;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .6s;
    white-space: nowrap;
    z-index: 1;
    background-color: #c0d248;
    color: #fff;
}

.frame_relais .button-relais i[class^="material-icons"] {
    margin-left: 5px;
}

.frame_relais .formattedAddress {
    display: flex;
    flex-flow: column;
    border-left: 2px solid #929292;
    padding-left: 5px;
    font-size: 12px;
    font-style: oblique;
    background: #80808024;
}

.bubble-content {
    /* max-height: 200px; */
    overflow-y: auto;
    overflow-x: hidden;
}

.rc-opening-time {
    display: block;
}

#divIfrRelais {
    height: 970px;
}

hr.rc-hr {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
    border: 0;
    border-top: 1px solid #bbcdd2;
}

.fancybox-error {
    display: block!important;
}

@media only screen and (min-width: 576px) {
    #map_rc_wrapper {
        padding: 0px !important;
    }
}

/* Extra small devices (phones, 770px and down) */
@media only screen and (max-width: 770px) {

    .frame_relais .choice-info>div:nth-child(2) {
        margin-top: 20px;
    }

    .rc-button-search {
        padding-top: 10px;
    }

    .ui-navigation-mode-selector,
    .ui-map-tools {
        display: none;
    }

    .rc-opening-time {
        display: none;
    }

    .frame_relais .divGlobal #divInfohtml::-webkit-scrollbar {
        width: 9px;
    }

    .frame_relais .divGlobal #divInfohtml::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgb(192 211 73);
        border-radius: 5px;
    }

    .frame_relais .divGlobal #divInfohtml::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 26px rgb(192 211 73);
    }

    .fancybox-error {
        display: block!important;
    }
}
