/**
 * 2015-2024 Chronopost SAS
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to licence@chronopost.fr so we can send you a copy immediately.
 *
 * @author    Chronopost SAS <contact@chronopost.fr>
 * @copyright 2015-2024 Chronopost SAS
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
#chronorelais_container {
    margin: 20px auto;
}

/* Styles spécifiques quand le conteneur est dans delivery-option__item */
.delivery-option__item #chronorelais_container,
.delivery-option #chronorelais_container {
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    width: 100%;
}

.delivery-option__item #chronordv_container,
.delivery-option #chronordv_container {
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    width: 100%;
}

.delivery-option__item #saturday_delivery,
.delivery-option #saturday_delivery {
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    width: 100%;
}

.pointRelais {
    width: 350px;
    max-width: 100%;
}

.pointRelais > table td {
    padding: 0 !important;
}

#chronorelais_map {
    height: 500px;
    width: 100%;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

.chronorelais_informations {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 12px;
}

.chronorelais_informations.italic {
    font-style: italic;
}

.chronorelais_informations.bold {
    font-weight: bold;
    color: #232323;
}

#relais_txt_cont {
    padding-top: 15px;
}

#relais_txt_cont label {
    text-align: left;
}
